.ct-card-group {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
@media (max-width: 575px) {
  .ct-card-group {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (min-width:980px) {
  .ct-card-group {
    gap: 16px 48px;
  }
}
.ct-card-group.no-sw {
  gap: 24px;
}
@media (min-width:980px) {
  .ct-card-group.no-sw {
    gap: 48px;
  }
}

@media (max-width: 575px) {
  .latestFrom-ed .ct-card-group {
    flex-direction: inherit;
  }
}

.displayCard {
  margin: 16px 0;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
  border: 0;
  border-radius: 8px;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
@media (min-width:768px) {
  .displayCard {
    flex-direction: row;
    align-items: center;
    margin: 16px;
  }
}
@media (min-width:980px) {
  .displayCard {
    margin: 0 0 16px 0;
  }
}
.displayCard:hover .displayCard__image {
  position: relative;
  border-radius: 8px;
}
.displayCard:hover .displayCard__image a {
  overflow: hidden;
  z-index: 2;
}
.displayCard:hover .displayCard__image a::after {
  content: "";
  background: #f96000;
  background: linear-gradient(30deg, rgba(249, 96, 0, 0.732952556) 0%, rgba(249, 96, 0, 0) 52%);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.displayCard:hover .displayCard__image img {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.displayCard__image {
  position: relative;
  max-height: 520px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
}
@media (min-width:768px) {
  .displayCard__image {
    max-height: 320px;
    max-width: 55%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}
@media (min-width:980px) {
  .displayCard__image {
    max-height: 400px;
  }
}
.displayCard__image a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.displayCard__image a::after {
  content: "";
  background: rgb(249, 96, 0);
  background: linear-gradient(30deg, rgba(237, 139, 0, 0.732952556) 0%, rgba(237, 139, 0, 0) 52%);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.displayCard__image img {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.displayCard__image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width:980px) {
  .displayCard__image img {
    min-height: 350px;
  }
}
.displayCard__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  object-fit: cover;
}
.displayCard__image .btn-vidoplay {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
}
.displayCard__image p.youtube-link {
  position: absolute;
  visibility: hidden;
}
.displayCard__image.ct-card__video {
  padding: 18% 0;
}
.displayCard__image.publication, .displayCard__image.resources, .displayCard__image.press {
  background-color: #919395;
}
.displayCard__image.publication picture, .displayCard__image.resources picture, .displayCard__image.press picture {
  display: block;
  width: 100%;
}
.displayCard__image.publication img.img-blur, .displayCard__image.resources img.img-blur, .displayCard__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  background-color: #ffffff;
}
.displayCard__image.publication a, .displayCard__image.resources a, .displayCard__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.displayCard__image.publication a img, .displayCard__image.resources a img, .displayCard__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.displayCard__video {
  position: relative;
  background-color: transparent;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.displayCard__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 620px;
  z-index: 3;
}
.displayCard__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.displayCard__video .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.displayCard__video .btn-vidoplay::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
  background-size: 100%;
}
.displayCard__video .btn-vidoplay img {
  width: 100%;
  border-radius: 8px;
}
.displayCard__video p.youtube-link {
  height: 0px;
  margin: 0;
  visibility: hidden;
}
.displayCard__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
}
.displayCard__video.d-video {
  min-height: 340px;
  max-height: 340px;
}
.displayCard__video.d-video a {
  max-height: 340px;
}
@media (max-width: 575px) {
  .displayCard__video.d-video {
    min-height: 220px;
    height: 100%;
    max-height: 220px;
  }
}
@media (min-width: 575.5px) and (max-width:767px) {
  .displayCard__video.d-video {
    min-height: 320px;
    height: 38vh;
    max-height: 360px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .displayCard__video.d-video {
    min-height: 320px;
    height: 100%;
    max-height: 340px;
  }
}
@media (min-width:980px) {
  .displayCard__video.d-video {
    min-height: 320px;
    height: 100%;
    max-height: 320px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .displayCard__video.d-video {
    min-height: 32vh;
    height: 32vh;
    max-height: 32vh;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .displayCard__video.d-video {
    min-height: 320px;
    height: 100%;
    max-height: 320px;
  }
}
@media (min-width: 1440px) {
  .displayCard__video.d-video {
    min-height: 340px;
    height: 100%;
    max-height: 340px;
  }
}
.displayCard__video.d-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}
@media (min-width: 1200px) {
  .displayCard__video.d-video iframe {
    min-height: 320px;
    height: 100%;
    max-height: 320px;
  }
}
@media (min-width: 1440px) {
  .displayCard__video.d-video iframe {
    min-height: 340px;
    height: 100%;
    max-height: 340px;
  }
}
.displayCard__details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
  width: 100%;
  transition: 0.5s ease-in;
  background-color: #ffffff;
  margin: 0;
  padding-bottom: 32px;
  right: 0;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.displayCard__details:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (min-width:768px) {
  .displayCard__details {
    min-width: calc(45% + 30px);
    width: calc(48% + 30px);
    margin: 0 0 0 -32px;
  }
}
@media (min-width:980px) {
  .displayCard__details {
    min-height: 320px;
  }
}
.displayCard__details--body {
  padding: 32px 32px 74px 32px;
  min-height: 240px;
  padding: 32px;
  position: relative;
  width: 100%;
}
.displayCard__details--body p.date-type,
.displayCard__details--body .news-date {
  color: #686a6c;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard__details--body p.date-type .material-icons,
.displayCard__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard__details--body .news-date {
  color: #131619;
}
.displayCard__details--body p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h4.card-title,
.displayCard__details--body h5.card-title,
.displayCard__details--body h3,
.displayCard__details--body h4,
.displayCard__details--body h5 {
  font-weight: 700;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h3.card-title a,
.displayCard__details--body h3 a {
  color: #131619;
  padding-top: 0;
}
.displayCard__details--body h3.card-title:hover,
.displayCard__details--body h3.card-title a:hover,
.displayCard__details--body h3 a:hover {
  color: #184ea5;
}
.displayCard__details--body h4.card-title,
.displayCard__details--body h4.card-title a,
.displayCard__details--body h4 a {
  color: #131619;
  padding-top: 0;
}
.displayCard__details--body h4.card-title:hover,
.displayCard__details--body h4.card-title a:hover,
.displayCard__details--body h4 a:hover {
  color: #184ea5;
}
.displayCard__details--body h5.card-title,
.displayCard__details--body h5.card-title a,
.displayCard__details--body h5 a {
  color: #131619;
  padding-top: 0;
  display: block;
}
.displayCard__details--body h5.card-title:hover,
.displayCard__details--body h5.card-title a:hover,
.displayCard__details--body h5 a:hover {
  color: #184ea5;
}
.displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.displayCard__details--body .info p {
  margin: 0;
  padding: 0;
}
.displayCard__details--body .info p.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;
}
.displayCard__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.displayCard__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard__details--body p {
  line-height: 1.25;
  margin: 0;
}
.displayCard__details--body a.btn {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
.displayCard__details--body a.btn:focus {
  outline: none;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .displayCard__details--body {
    width: 100% !important;
  }
}
.displayCard__details--body p.date,
.displayCard__details--body p.locate {
  font-size: 14px;
  color: #686a6c;
  display: flex;
  align-items: center;
}
.displayCard__details--body p.date span,
.displayCard__details--body p.locate span {
  margin-right: 10px;
}
.displayCard__details--body p.date span .material-icons,
.displayCard__details--body p.locate span .material-icons {
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: #f96000;
}
.displayCard__details--body p.date {
  margin-bottom: 24px;
}
.displayCard__details--body p.date span {
  margin-right: 10px;
}
.displayCard__details--body p.date span .material-icons {
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #f96000;
}
.displayCard__details--body p.locate {
  margin-bottom: 10px;
}
.displayCard__details a.btn {
  bottom: -12px;
  left: 32px;
  position: relative;
  text-transform: none;
  color: #131619;
  font-weight: 700;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard__details a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.displayCard__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
@media (min-width:980px) {
  .displayCard__details.heightequal {
    margin: 0 -32px 0 0;
  }
}
.displayCard.video {
  flex-direction: column;
}
.displayCard.video .contextual-region {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.displayCard.video .displayCard__details {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
  justify-content: space-around;
}
@media (max-width: 575px) {
  .displayCard.video .displayCard__details {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    bottom: auto;
  }
}
.displayCard.video .displayCard__details--body {
  width: calc(100% - 3em);
  padding: 32px 32px 74px 32px;
  min-height: 240px;
}
@media (max-width: 575px) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}
.displayCard.video .displayCard__details--body p.date-type,
.displayCard.video .displayCard__details--body .news-date {
  color: #686a6c;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard.video .displayCard__details--body p.date-type .material-icons,
.displayCard.video .displayCard__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body .news-date {
  color: #131619;
}
.displayCard.video .displayCard__details--body p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h5.card-title,
.displayCard.video .displayCard__details--body h3,
.displayCard.video .displayCard__details--body h4,
.displayCard.video .displayCard__details--body h5 {
  font-weight: 700;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h3.card-title a,
.displayCard.video .displayCard__details--body h3 a {
  color: #131619;
  padding-top: 0;
}
.displayCard.video .displayCard__details--body h3.card-title:hover,
.displayCard.video .displayCard__details--body h3.card-title a:hover,
.displayCard.video .displayCard__details--body h3 a:hover {
  color: #184ea5;
}
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h4.card-title a,
.displayCard.video .displayCard__details--body h4 a {
  color: #131619;
  padding-top: 0;
}
.displayCard.video .displayCard__details--body h4.card-title:hover,
.displayCard.video .displayCard__details--body h4.card-title a:hover,
.displayCard.video .displayCard__details--body h4 a:hover {
  color: #184ea5;
}
.displayCard.video .displayCard__details--body h5.card-title,
.displayCard.video .displayCard__details--body h5.card-title a,
.displayCard.video .displayCard__details--body h5 a {
  color: #131619;
  padding-top: 0;
  display: block;
}
.displayCard.video .displayCard__details--body h5.card-title:hover,
.displayCard.video .displayCard__details--body h5.card-title a:hover,
.displayCard.video .displayCard__details--body h5 a:hover {
  color: #184ea5;
}
.displayCard.video .displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.displayCard.video .displayCard__details--body .info p {
  margin: 0;
  padding: 0;
}
.displayCard.video .displayCard__details--body .info p.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;
}
.displayCard.video .displayCard__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.displayCard.video .displayCard__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body p {
  line-height: 1.25;
  margin: 0;
}
.displayCard.video .displayCard__details--body a.btn {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard.video .displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.displayCard.video .displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
.displayCard.video .displayCard__details--body a.btn:focus {
  outline: none;
}
.displayCard.video .displayCard__details--body a.btn {
  bottom: 24px;
}
.displayCard.left-text {
  flex-direction: column;
}
@media (min-width:768px) {
  .displayCard.left-text {
    flex-direction: row-reverse;
  }
}
.displayCard.left-text .displayCard__details {
  margin: 0 -32px 0 0;
}
.displayCard.fet-act-card {
  margin: 0;
}
.displayCard.fet-act-card .displayCard__details {
  min-height: auto;
  height: auto;
}
@media (max-width: 575px) {
  .displayCard.fet-act-card .displayCard__details {
    margin: -32px auto 0 auto;
    max-width: 90%;
    padding-bottom: 160px;
  }
}
@media (min-width:720px) {
  .displayCard.fet-act-card .displayCard__details {
    position: absolute;
    min-height: 100%;
    margin-bottom: -64px;
  }
}
@media (min-width:980px) {
  .displayCard.fet-act-card .displayCard__details {
    justify-content: space-between;
  }
}
.displayCard.fet-act-card .displayCard__details--body {
  padding: 32px;
}
.displayCard.fet-act-card .action-info .info-item {
  font-size: 16px;
  color: #3d4042;
  line-height: 1.25;
  margin-bottom: 10px;
  display: flex;
  padding-left: 32px;
}
.displayCard.fet-act-card .action-info .info-item:last-child {
  margin-bottom: 0;
}
.displayCard.fet-act-card .action-info .info-item.date-range {
  background: url(../images/icon-calendar.svg) no-repeat left 2px transparent;
}
.displayCard.fet-act-card .action-info .info-item.location {
  background: url(../images/icon-location.svg) no-repeat left 1px transparent;
}
.displayCard.fet-act-card.spl-publication {
  overflow: visible;
}
.displayCard.fet-act-card.spl-publication .ct-card__details {
  padding-bottom: 80px;
}
.displayCard.fet-act-card.spl-publication .ct-card_action {
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: calc(100% - 64px);
}
.displayCard.fet-act-card.spl-publication .ct-card_action .lang-share-wrap {
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
}
.displayCard.fet-act-card.spl-publication .ct-card_action .lang-share-wrap .selectdropdown {
  width: 130px;
}
.displayCard.fet-act-card.spl-publication .ct-card_action a.btn {
  position: relative;
  left: 0;
  bottom: 0;
}
.displayCard.speakout {
  margin: 0;
}
.displayCard.speakout .displayCard__details {
  min-height: auto;
  height: auto;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .displayCard.speakout .displayCard__details {
    margin: -32px auto 0 auto;
    max-width: 90%;
  }
}
@media (min-width:720px) {
  .displayCard.speakout .displayCard__details {
    position: absolute;
    min-height: 100%;
    margin-bottom: -64px;
  }
}
@media (min-width:980px) {
  .displayCard.speakout .displayCard__details {
    justify-content: space-between;
  }
}
.displayCard.speakout .displayCard__details--body {
  padding: 32px;
}
@media (min-width:980px) {
  .displayCard.speakout .displayCard__details--body {
    padding: 64px;
  }
}
.displayCard.speakout .displayCard__details--body p {
  margin-bottom: 24px;
}
.displayCard.speakout .displayCard__details--body p:last-child {
  margin-bottom: 0;
}
.displayCard.speakout.reverse {
  flex-direction: row-reverse;
}
@media (min-width:720px) {
  .displayCard.speakout.reverse .displayCard__details {
    left: 32px;
  }
}
.displayCard.speakout.reverse a.btn.default {
  left: 0;
}
.displayCard.speakout.reverse a.btn.default::after {
  height: 0;
}

@media (min-width:768px) {
  .lang-ar .displayCard__details {
    margin: 0 -32px 0 0;
    height: calc(100% - 32px);
  }
}
.lang-ar .displayCard__details a.btn {
  left: auto !important;
  right: 32px;
}
@media (min-width:980px) {
  .lang-ar .displayCard__details.heightequal {
    margin: 0 0 0 -32px;
  }
}
.lang-ar .displayCard.left-text .displayCard__details {
  margin: 0 0 0 -32px;
}
.lang-ar .displayCard.video .displayCard__details {
  margin-right: 0;
}

@media (min-width: 1440px) {
  .container-rg .displayCard__details {
    max-width: 540px;
  }
}

.ct-card {
  min-width: 320px;
  max-width: 360px;
  box-sizing: border-box;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 0.5em;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.ct-card:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
.ct-card:hover .ct-card__image {
  position: relative;
}
.ct-card:hover .ct-card__image::after {
  content: "";
  background: #f96000;
  background: linear-gradient(30deg, rgba(249, 96, 0, 0.732952556) 0%, rgba(249, 96, 0, 0) 52%);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.ct-card:hover .ct-card__image img {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width:979px) {
  .ct-card {
    width: calc(50% - 24px);
    max-width: 49%;
  }
}
@media (min-width:980px) {
  .ct-card {
    width: calc(50% - 24px);
    max-width: 49%;
  }
}
.ct-card__details {
  width: 100%;
}
.ct-card__details--body {
  padding: 32px 32px 74px 32px;
  min-height: 240px;
}
.ct-card__details--body p.date-type,
.ct-card__details--body .news-date {
  color: #686a6c;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card__details--body p.date-type .material-icons,
.ct-card__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card__details--body .news-date {
  color: #131619;
}
.ct-card__details--body p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h4.card-title,
.ct-card__details--body h5.card-title,
.ct-card__details--body h3,
.ct-card__details--body h4,
.ct-card__details--body h5 {
  font-weight: 700;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h3.card-title a,
.ct-card__details--body h3 a {
  color: #131619;
  padding-top: 0;
}
.ct-card__details--body h3.card-title:hover,
.ct-card__details--body h3.card-title a:hover,
.ct-card__details--body h3 a:hover {
  color: #184ea5;
}
.ct-card__details--body h4.card-title,
.ct-card__details--body h4.card-title a,
.ct-card__details--body h4 a {
  color: #131619;
  padding-top: 0;
}
.ct-card__details--body h4.card-title:hover,
.ct-card__details--body h4.card-title a:hover,
.ct-card__details--body h4 a:hover {
  color: #184ea5;
}
.ct-card__details--body h5.card-title,
.ct-card__details--body h5.card-title a,
.ct-card__details--body h5 a {
  color: #131619;
  padding-top: 0;
  display: block;
}
.ct-card__details--body h5.card-title:hover,
.ct-card__details--body h5.card-title a:hover,
.ct-card__details--body h5 a:hover {
  color: #184ea5;
}
.ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ct-card__details--body .info p {
  margin: 0;
  padding: 0;
}
.ct-card__details--body .info p.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;
}
.ct-card__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.ct-card__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card__details--body p {
  line-height: 1.25;
  margin: 0;
}
.ct-card__details--body a.btn {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
.ct-card__details--body a.btn:focus {
  outline: none;
}
.ct-card__details--body .card-text {
  margin-top: 1em;
}
.ct-card__details a.btn {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 24px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card__details a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.ct-card__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0, 0);
}
.ct-card__image {
  position: relative;
  overflow: hidden;
  background-color: #919395;
  padding: 28% 0;
  height: auto;
  transition: 0.5s ease-in-out;
  border-radius: 8px 8px 0 0;
}
.ct-card__image::after {
  content: "";
  background: rgb(249, 96, 0);
  background: linear-gradient(30deg, rgba(237, 139, 0, 0.732952556) 0%, rgba(237, 139, 0, 0) 52%);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.ct-card__image img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ct-card__image img:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.ct-card__image img:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-card__image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
.ct-card__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image iframe:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.ct-card__image iframe:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-card__image.publication, .ct-card__image.resources, .ct-card__image.press {
  background-color: #919395;
}
.ct-card__image.publication img.img-blur, .ct-card__image.resources img.img-blur, .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 320px;
  background-color: #ffffff;
}
.ct-card__image.publication a, .ct-card__image.resources a, .ct-card__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image.publication a img, .ct-card__image.resources a img, .ct-card__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.ct-card__image .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
.ct-card__image .btn-vidoplay::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
}
.ct-card__image p.youtube-link {
  height: 0px;
  margin: 0;
}
.ct-card__video {
  position: relative;
  overflow: hidden;
  background-color: #919395;
  padding: 28% 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card__video {
    padding: 26% 0;
  }
}
.ct-card__video a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-height: 100%;
}
.ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ct-card__video .contextual-region {
  position: initial;
}
.ct-card__video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.ct-card.act-card .action-info .info-item {
  font-size: 16px;
  color: #3d4042;
  line-height: 1.25;
  margin-bottom: 10px;
  display: flex;
  padding-left: 32px;
}
.ct-card.act-card .action-info .info-item:last-child {
  margin-bottom: 0;
}
.ct-card.act-card .action-info .info-item.date-range {
  background: url(../images/icon-cal.svg) no-repeat left 2px transparent;
}
.ct-card.act-card .action-info .info-item.location {
  background: url(../images/icon-location.svg) no-repeat left 1px transparent;
}
.ct-card.donate-card .ct-card__details--body {
  padding-bottom: 32px !important;
}
.ct-card.donate-card .donate-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 32px;
  position: absolute;
  left: 32px;
  bottom: 0;
  width: calc(100% - 64px);
}
.ct-card.donate-card .donate-action .price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
.ct-card.donate-card .donate-action .btn.default {
  position: relative;
  left: auto;
  padding: 16px 24px;
  bottom: 0;
}
.ct-card.donate-card .donate-action .btn.default::after {
  height: 0;
}
.ct-card.donate-card .donate-action .btn.default .icn svg {
  margin-bottom: -5px;
}
.ct-card.donate-card .donate-action .btn.default:hover svg g {
  fill: #ffffff;
}
.ct-card.spl-publication {
  overflow: visible;
}
.ct-card.spl-publication .ct-card__details {
  padding-bottom: 80px;
}
.ct-card.spl-publication .ct-card_action {
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: calc(100% - 64px);
}
.ct-card.spl-publication .ct-card_action .lang-share-wrap {
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
}
.ct-card.spl-publication .ct-card_action .lang-share-wrap .selectdropdown {
  width: 130px;
}
.ct-card.spl-publication .ct-card_action a.btn {
  position: relative;
  left: 0;
  bottom: 0;
}

.lang-ar .ct-card__details {
  width: 100%;
}
.lang-ar .ct-card__details a.btn {
  left: auto !important;
  right: 32px;
}

.ct-card-group.colm-3 {
  margin-left: -16px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3 {
    margin-left: 0;
  }
}
@media (min-width:980px) {
  .ct-card-group.colm-3 {
    margin-left: 0;
    margin-right: 0;
    gap: 16px 48px;
  }
}
.ct-card-group.colm-3 .ct-card {
  min-width: calc(33.3333333333% - 32px);
  max-width: 360px;
  width: calc(33.3333333333% - 32px);
}
@media (max-width: 575px) {
  .ct-card-group.colm-3 .ct-card {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: calc(33.3333333333% - 32px);
    max-width: calc(100% - 32px);
    width: calc(100% - 68px);
    margin: 16px 8px 16px 32px;
  }
}
@media (min-width:980px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: calc(33.3333333333% - 32px);
    width: calc(33.3333333333% - 32px);
    max-width: 360px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.ct-card-group.colm-3 .ct-card__image {
  background-color: #919395;
}
@media (min-width:980px) {
  .ct-card-group.colm-3 .ct-card__image {
    min-height: 150px;
    height: 100%;
    max-height: 154px;
  }
  .ct-card-group.colm-3 .ct-card__image img {
    object-fit: cover;
  }
}
.ct-card-group.colm-3 .ct-card__image.publication img.img-blur, .ct-card-group.colm-3 .ct-card__image.resources img.img-blur, .ct-card-group.colm-3 .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 280px;
  background-color: #ffffff;
}
.ct-card-group.colm-3 .ct-card__details {
  width: 100%;
}
.ct-card-group.colm-3 .ct-card__details--body {
  padding: 32px 32px 74px 32px;
  min-height: 240px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #686a6c;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card-group.colm-3 .ct-card__details--body p.date-type .material-icons,
.ct-card-group.colm-3 .ct-card__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #131619;
}
.ct-card-group.colm-3 .ct-card__details--body p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title,
.ct-card-group.colm-3 .ct-card__details--body h3,
.ct-card-group.colm-3 .ct-card__details--body h4,
.ct-card-group.colm-3 .ct-card__details--body h5 {
  font-weight: 700;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h3 a {
  color: #131619;
  padding-top: 0;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h3 a:hover {
  color: #184ea5;
}
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h4 a {
  color: #131619;
  padding-top: 0;
}
.ct-card-group.colm-3 .ct-card__details--body h4.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h4 a:hover {
  color: #184ea5;
}
.ct-card-group.colm-3 .ct-card__details--body h5.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h5 a {
  color: #131619;
  padding-top: 0;
  display: block;
}
.ct-card-group.colm-3 .ct-card__details--body h5.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h5 a:hover {
  color: #184ea5;
}
.ct-card-group.colm-3 .ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ct-card-group.colm-3 .ct-card__details--body .info p {
  margin: 0;
  padding: 0;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.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;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body p {
  line-height: 1.25;
  margin: 0;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:focus {
  outline: none;
}
.ct-card-group.colm-3 .ct-card__details--body .card-text,
.ct-card-group.colm-3 .ct-card__details--body p {
  margin-top: 1em;
}
.ct-card-group.colm-3 .ct-card__details--body .card-text.date-type, .ct-card-group.colm-3 .ct-card__details--body .card-text.date-field,
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body p.date-field {
  margin-top: 0;
  color: #f96000;
}
.ct-card-group.colm-3 .ct-card__video {
  position: relative;
  padding: 28% 0;
  width: 100%;
  min-height: 174px;
  height: 100%;
  max-height: 174px;
  overflow: hidden;
  background-color: #919395;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card-group.colm-3 .ct-card__video {
    padding: 26% 0;
  }
}
.ct-card-group.colm-3 .ct-card__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 100%;
}
.ct-card-group.colm-3 .ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ct-card-group.colm-3 .ct-card__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}
.ct-card-group.colm-3 .ct-card__video img {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.ct-card-group.colm-3 .ct-card__video .contextual-region {
  position: initial;
}
.ct-card-group.colm-3.no-sw {
  gap: 24px;
}
@media (min-width:980px) {
  .ct-card-group.colm-3.no-sw {
    gap: 48px;
  }
}
@media (min-width:980px) {
  .ct-card-group.colm-3.no-sw .ct-card {
    min-width: calc(33.3333333333% - 32px);
    width: calc(33.3333333333% - 32px);
    max-width: 360px;
  }
}

.related-content .ct-card h3.card-title {
  margin-bottom: 0;
}

.path-multimedia .ct-card-group.colm-3 .ct-card__video a,
.path-videos .ct-card-group.colm-3 .ct-card__video a {
  padding: 28% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 100%;
}

.ct-card-group.colm-3.feature-cards .ct-card {
  border: 0;
  padding-bottom: 1em;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card {
    padding-bottom: 0;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details {
  position: relative;
  height: 63%;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details {
    height: auto;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: -1em;
  left: 1em;
  right: 1em;
  height: 100%;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.ct-card-group.colm-3.feature-cards .ct-card__details--body {
  padding: 0.2em 2.2em 4em 2.2em;
  position: relative;
  z-index: 2;
  background: none;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details--body {
    padding: 0.2em 2.2em 5em 2.2em;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details--body .btn {
  left: 2.6em;
  bottom: 1.5em;
}

.path-ed-photo-gallery .ct-card-group.colm-3 .ct-card__details--body {
  padding-bottom: 32px;
}

.path-ed-photo-gallery nav.pager-nav::after {
  width: auto;
}

.path-ed-photo-gallery .ct-card-group {
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width:767px) {
  .latest-cards-section .ct-card-group.colm-3 {
    display: block;
  }
}

@media (max-width: 575px) {
  .page-node-type-ct-video .displayCard {
    min-height: 186px;
  }
}

.lang-ar .ct-card__details--body p.date span,
.lang-ar .ct-card__details--body p.locate span {
  margin-left: 10px;
  margin-right: 0;
}

.lang-ar .ct-card-group {
  text-align: right;
  justify-content: flex-start;
}

.tb-card-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 575px) {
  .tb-card-group {
    grid-template-columns: 1fr;
  }
}
.tb-card-group .tb-card {
  padding: 24px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-bottom: 4px solid #f96000;
}
.tb-card-group .tb-card .sts-num {
  font-size: 36px;
  font-weight: 700;
  color: #131619;
  margin: 0 auto;
  padding: 0 0 8px 0;
}
.tb-card-group .tb-card p {
  margin: 0 !important;
  color: #686a6c;
}

.card-group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 575px) {
  .card-group-grid {
    grid-template-columns: 1fr;
  }
}
.card-group-grid .card {
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.card-group-grid .card_body {
  padding: 64px 40px;
}
.card-group-grid .card_body p {
  color: #686a6c;
}
.card-group-grid .card i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px auto;
  background-color: #ffffff;
}
.card-group-grid .card.left {
  justify-content: flex-start;
  text-align: left;
  position: relative;
}
.card-group-grid .card.left .card_body {
  padding-bottom: 96px;
}
.card-group-grid .card.left i {
  margin: 0 0 32px 0;
}
.card-group-grid .card.left .source {
  padding: 48px 0 0 0;
  text-align: right;
  position: absolute;
  bottom: 24px;
  left: 40px;
  color: #3d4042;
}
.card-group-grid .card.imgs .card_body {
  padding: 0 40px 40px 40px;
}
.card-group-grid .card.imgs .card_body i {
  position: relative;
  margin-top: -35px;
}
.card-group-grid .card.imgs .card_body .source {
  padding: 48px 0 0 0;
}
.card-group-grid .card_img {
  position: relative;
  overflow: hidden;
  padding: 28% 0;
}
.card-group-grid .card_img img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.card-group-grid .card_img img:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.card-group-grid .card_img img:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cc-card {
  border-radius: 8px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 90px 3fr;
  max-width: 520px;
  padding: 20px;
  gap: 24px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width:980px) {
  .cc-card {
    padding: 24px;
  }
}
.cc-card.cmplx {
  max-width: 360px;
  grid-template-columns: 1fr;
  padding: 0;
  gap: 0;
}
@media (min-width:720px) and (max-width:979px) {
  .cc-card.cmplx {
    grid-template-columns: 280px 2fr;
  }
}
@media (min-width:980px) {
  .cc-card.cmplx {
    gap: 24px;
    max-width: 1000px;
    grid-template-columns: 360px 2fr;
  }
}
.cc-card.cmplx .cc-card_body {
  padding: 20px 20px 32px 20px;
}
@media (min-width:980px) {
  .cc-card.cmplx .cc-card_body {
    padding: 24px;
  }
}
.cc-card.cmplx .cc-card_body .btn-text {
  margin-top: 32px;
}
.cc-card.cmplx .cc-img-wrap {
  position: relative;
}
.cc-card.cmplx .cc-img {
  position: relative;
  left: 0;
  max-width: 360px;
  width: 100%;
}
@media (min-width:980px) {
  .cc-card.cmplx .cc-img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cc-card.cmplx .cc-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.cc-card .cc-img-round {
  width: 90px;
  height: 90px;
  border-radius: 75px;
  overflow: hidden;
}
.cc-card .cc-img-round img {
  width: 100%;
}
.cc-card .info {
  margin-bottom: 16px;
}
.cc-card .info p.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;
}
.cc-card h4 {
  margin-bottom: 8px;
}
.cc-card p.desg {
  font-size: 16px;
  line-height: 1.25;
  color: #131619;
  margin: 0 0 32px 0 !important;
  padding: 0;
}

@media (max-width: 575px) {
  .path-latest .latest-page-section .ct-card-group.colm-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width:980px) {
  .path-latest .latest-page-section .ct-card-group.colm-3 {
    gap: 32px 48px;
  }
}
@media (max-width: 575px) {
  .path-latest .latest-page-section .ct-card-group.colm-3 .ct-card {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

@media (min-width:980px) {
  .swiper.keyresSwiper {
    overflow: initial;
  }
}

.sp-featured {
  position: relative;
  padding-left: 0;
  padding-top: 60px;
}
@media (min-width:720px) {
  .sp-featured {
    padding-left: 50px;
  }
}
@media (min-width:980px) {
  .sp-featured {
    padding-left: 80px;
  }
}
.sp-featured-wrap {
  background-color: #eff1f7;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 20px;
  height: 100%;
  align-items: center;
}
@media (min-width:720px) {
  .sp-featured-wrap {
    padding: 48px 48px 48px 0;
    grid-template-columns: 230px 1fr;
  }
}
@media (min-width:980px) {
  .sp-featured-wrap {
    padding: 48px 64px 48px 0;
    grid-template-columns: 300px 1fr;
  }
}
.sp-featured-wrap .sp-img {
  width: 300px;
  height: 400px;
  margin-bottom: -48px;
}
@media (min-width:720px) {
  .sp-featured-wrap .sp-img {
    width: 250px;
    height: 350px;
  }
}
@media (min-width:980px) {
  .sp-featured-wrap .sp-img {
    width: 300px;
    height: 400px;
  }
}
.sp-featured-wrap .sp-img img {
  width: 100%;
  border-radius: 8px;
  max-height: 400px;
  object-fit: cover;
  margin-left: 0;
  margin-top: -64px;
}
@media (min-width:720px) {
  .sp-featured-wrap .sp-img img {
    max-height: 380px;
    margin-left: -48px;
  }
}
@media (min-width:980px) {
  .sp-featured-wrap .sp-img img {
    max-height: 400px;
  }
}
.sp-featured-wrap .sp-dtl {
  position: relative;
}
.sp-featured-wrap .sp-dtl p {
  color: #686a6c;
  line-height: 1.25;
}

@media (min-width:980px) {
  .campaigns-card .displayCard {
    margin-bottom: 48px;
  }
}

@media (min-width:980px) {
  .ct-card-group.cl2 .swiper {
    width: 100%;
  }
}
@media (min-width:980px) {
  .ct-card-group.cl2 .swiper .swiper-slide {
    width: calc(50% - 24px) !important;
    padding: 0;
  }
}

.ct-card-group.card-2 .ct-card {
  width: 100%;
  max-width: 100%;
}
@media (min-width:720px) and (max-width:979px) {
  .ct-card-group.card-2 .ct-card {
    width: calc(50% - 14px);
  }
}
@media (min-width:980px) {
  .ct-card-group.card-2 .ct-card {
    width: calc(50% - 24px);
  }
}