.lastestWrapper___Ltsn5 {
  background: transparent !important;
}
.lastestWrapper___Ltsn5 .textContainer___6BK3T {
  width: 100%;
  text-align: left;
  margin: 0;
}
.lastestWrapper___Ltsn5 .textContainer___6BK3T .eventTitle___zAw5M {
  margin-bottom: 0;
}
.lastestWrapper___Ltsn5 .lastestContainer___TnXOm {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lastestWrapper___Ltsn5 .lastestContainer___TnXOm .cardsList___5Cqaj {
  display: flex;
  flex-wrap: wrap;
  width: 102.45%;
  margin-left: -2.45%;
}
.lastestWrapper___Ltsn5 .lastestContainer___TnXOm .cardsList___5Cqaj .card___ubQB5 {
  margin-left: 2.39%;
  margin-top: 2.5rem;
  flex: 0 0 30.94%;
  max-width: 30.94%;
}
.lastestWrapper___Ltsn5 .header-btn___lTiMk {
  text-align: right;
  margin-top: 2.5rem;
}
.lastestWrapper___Ltsn5 .header-btn___lTiMk button {
  height: 2.625rem !important;
  padding: 12px 16px !important;
  font-size: 14px;
  line-height: 1.125rem;
  font-weight: 100 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .lastestWrapper___Ltsn5 .lastestContainer___TnXOm .cardsList___5Cqaj .card___ubQB5 {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .lastestWrapper___Ltsn5 .lastestContainer___TnXOm .cardsList___5Cqaj {
    width: 102%;
    margin-left: -2%;
  }
  .lastestWrapper___Ltsn5 .lastestContainer___TnXOm .cardsList___5Cqaj .card___ubQB5 {
    margin-left: 1.96%;
    flex: 0 0 98%;
    max-width: 100%;
  }
  .lastestWrapper___Ltsn5 .header-btn___lTiMk {
    text-align: center;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .lastestWrapper___Ltsn5 .textContainer___6BK3T .eventTitle___zAw5M {
    margin-bottom: 1.25rem;
  }
  .lastestWrapper___Ltsn5 .lastestContainer___TnXOm .cardsList___5Cqaj {
    width: 100%;
    margin-left: 0;
  }
  .lastestWrapper___Ltsn5 .lastestContainer___TnXOm .cardsList___5Cqaj .card___ubQB5 {
    margin: 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1.75rem;
  }
  .lastestWrapper___Ltsn5 .header-btn___lTiMk {
    text-align: center;
    margin-top: 1.25rem;
  }
}

.MediaCard___BcTNw {
  width: auto;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
}
.MediaCard___BcTNw a {
  text-decoration: underline;
  display: block;
}
.MediaCard___BcTNw .linkwrapper {
  display: block;
}
.MediaCard___BcTNw .image-wrapper {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.MediaCard___BcTNw .image-wrapper img {
  object-fit: cover !important;
}
.MediaCard___BcTNw .image-wrapper .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.MediaCard___BcTNw .image-wrapper .defaultImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.MediaCard___BcTNw .image-wrapper .gps-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 3rem;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.MediaCard___BcTNw .image-wrapper .play-icon {
  width: 5rem;
  position: absolute;
  left: calc(50% - 2.5rem);
  top: calc(50% - 2.5rem);
  z-index: 5;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
}
.MediaCard___BcTNw .image-wrapper .hover-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0;
  z-index: 6;
  transition: All 0.3s ease-in-out;
}
.MediaCard___BcTNw .image-wrapper .hover-layer-effect {
  opacity: 0.2;
  transition: All 0.3s ease-in-out;
}
.MediaCard___BcTNw .image-wrapper .tag {
  position: absolute;
  z-index: 7;
  right: 1.28125rem;
  top: 1.28125rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 0.3125rem;
  box-shadow: 0px 2px 5px 1px rgba(0, 73, 146, 0.03);
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}
.MediaCard___BcTNw .body {
  overflow: hidden;
  position: relative;
}
.MediaCard___BcTNw .body-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
}
.MediaCard___BcTNw .insight-type {
  letter-spacing: 0;
  line-height: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
  color: #460303 !important;
}
.MediaCard___BcTNw .title-container {
  overflow: hidden;
}
.MediaCard___BcTNw .title-container h3 {
  font-size: 22px !important;
  line-height: 28.6px;
  color: #000000;
  margin-bottom: 0;
}
.MediaCard___BcTNw .title {
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 24px 0;
  font-size: 22px;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
}
.MediaCard___BcTNw .title:hover {
  text-decoration: underline;
}
.MediaCard___BcTNw .summary {
  flex: 1;
  overflow: hidden;
  letter-spacing: 0;
  line-height: 22px;
}
.MediaCard___BcTNw .business-type-container {
  min-height: 59px;
  display: flex;
}
.MediaCard___BcTNw .business-type {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 22px;
  height: auto;
  display: block;
  cursor: pointer;
  transition: All 0.3s ease-in-out !important;
}
.icgds.lmn-theme-light a.lmn-link-color-0.business-type:active {
  color: #005aa1 !important;
}
@media screen and (max-width: 1240px) {
  .MediaCard___BcTNw .body-content {
    padding: 28px;
  }
  .MediaCard___BcTNw .insight-type {
    font-size: 10px !important;
    line-height: 12px;
    padding-bottom: 10px;
  }
  .MediaCard___BcTNw .title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .MediaCard___BcTNw .summary {
    font-size: 12px;
    line-height: 18px;
  }
  .MediaCard___BcTNw .business-type-container {
    min-height: 44px;
  }
  .MediaCard___BcTNw .business-type {
    font-size: 12px !important;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .MediaCard___BcTNw .image-wrapper .gps-icon {
    width: 2.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .MediaCard___BcTNw .image-wrapper .play-icon {
    width: 3rem;
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
    height: 3rem;
  }
}

.IcgLinkModal___ZlLqK {
  width: 70vw;
}
@media screen and (max-width: 768px) {
  .IcgLinkModal___ZlLqK {
    width: 100vw;
  }
}

video .media-document .audio .mac{max-height:540px !important}
.IcgVideoPlayerModal___whQx9 .lmn-modal-header {
  padding-left: 2rem !important;
}
@media screen and (max-width: 767px) {
  .IcgVideoPlayerModal___whQx9 .lmn-modal {
    max-width: calc(100vw - 1rem);
  }
  .IcgVideoPlayerModal___whQx9 .lmn-modal-header {
    padding-left: 1rem !important;
  }
  .IcgVideoPlayerModal___whQx9 .lmn-modal {
    min-width: 70vw !important;
  }
}

.gpaLink___tRGL4{display:inline-block}
.boxContainer___QUeJv {
  overflow: hidden;
  word-break: break-all;
}
.normalContainer___EXHXO {
  position: relative;
  margin-bottom: 1rem;
}
.overFlowContainer-light___X-ecO,
.overFlowContainer-transparent___qIPrt,
.overFlowContainer-dark___r2Xwp,
.overFlowContainer-gray___hkyKx,
.overFlowContainer-event-light___UgyEi,
.overFlowContainer-event-dark___EXYrb,
.overFlowContainer-event-light-hover___tDWvX,
.overFlowContainer-black___eT0Sr {
  position: relative;
  margin-bottom: 1rem;
}
.overFlowContainer-light___X-ecO::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-left: 0.3rem;
}
.overFlowContainer-event-dark___EXYrb::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0f203d;
  padding-left: 0.3rem;
}
.overFlowContainer-event-light___UgyEi::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f8f9fb;
  padding-left: 0.3rem;
}
.overFlowContainer-event-light-hover___tDWvX::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f0f4f7;
  padding-left: 0.3rem;
}
.overFlowContainer-dark___r2Xwp::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #01142c;
  padding-left: 0.3rem;
}
.overFlowContainer-gray___hkyKx::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f7f7f7;
  padding-left: 0.3rem;
}
.overFlowContainer-black___eT0Sr::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #21262c;
  padding-left: 0.3rem;
}
.multipleLine___bUvgn {
  overflow: hidden;
  display: -webkit-box !important;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  text-overflow: ellipsis;
  word-break: normal;
}
.multipleLine___bUvgn sub,
.multipleLine___bUvgn sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

.new-play-icon___03sxS,
.new-play-icon-default___1PPG1 {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #0076D4;
  border-radius: 3px;
  cursor: pointer;
}
.new-play-icon___03sxS::after,
.new-play-icon-default___1PPG1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 25px solid #fff;
}
.new-play-icon-sm___5xepa {
  width: 40px !important;
  height: 40px !important;
}
.new-play-icon-sm___5xepa::after {
  border-top-width: 11px !important;
  border-bottom-width: 11px !important;
  border-left-width: 19px !important;
  margin-left: -8px !important;
}
.new-play-icon-md___UBa3W {
  width: 100px !important;
  height: 100px !important;
}
.new-play-icon-md___UBa3W::after {
  border-top-width: 20px !important;
  border-bottom-width: 20px !important;
  border-left-width: 36px !important;
  margin-left: -12px !important;
}
.new-play-icon-lg___kx3A\+ {
  width: 122px !important;
  height: 122px !important;
}
.new-play-icon-lg___kx3A\+::after {
  border-top-width: 25px !important;
  border-bottom-width: 25px !important;
  border-left-width: 42px !important;
  margin-left: -16px !important;
}
.new-play-icon-pad___T94SX {
  width: 65px !important;
  height: 65px !important;
}
.new-play-icon-pad___T94SX::after {
  border-top-width: 16px !important;
  border-bottom-width: 16px !important;
  border-left-width: 30px !important;
  margin-left: -10px !important;
}

.MediaCard___4CBIB {
  width: auto;
  border-radius: 4px;
  overflow: hidden;
  transition: All 0.3s ease-in-out;
  height: 100%;
}
.MediaCard___4CBIB .content-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MediaCard___4CBIB a {
  text-decoration: none !important;
  display: block;
}
.MediaCard___4CBIB .image-wrapper {
  width: 100%;
  position: relative;
}
.MediaCard___4CBIB .image-wrapper img {
  object-fit: cover !important;
}
.MediaCard___4CBIB .image-wrapper .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.MediaCard___4CBIB .image-wrapper .defaultImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.MediaCard___4CBIB .image-wrapper .gps-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 3rem;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.MediaCard___4CBIB .image-wrapper .play-icon {
  width: 5rem;
  position: absolute;
  left: calc(50% - 2.5rem);
  top: calc(50% - 2.5rem);
  z-index: 5;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.MediaCard___4CBIB .image-wrapper .hover-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  z-index: 6;
  transition: All 0.3s ease-in-out;
}
.MediaCard___4CBIB .image-wrapper .hover-layer-effect {
  opacity: 0.2;
  transition: All 0.3s ease-in-out;
}
.MediaCard___4CBIB .image-wrapper .tag {
  position: absolute;
  z-index: 7;
  right: 1.28125rem;
  top: 1.28125rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 0.3125rem;
  box-shadow: 0px 2px 5px 1px rgba(0, 73, 146, 0.03);
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}
.MediaCard___4CBIB .body {
  overflow: hidden;
  position: relative;
}
.MediaCard___4CBIB .body-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 41px;
  display: flex;
  flex-direction: column;
}
.MediaCard___4CBIB .insight-type {
  letter-spacing: 0;
  line-height: 16px;
  padding-bottom: 15px;
}
.MediaCard___4CBIB .title-container {
  overflow: hidden;
}
.MediaCard___4CBIB .title-container h3 {
  font-size: 20px !important;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}
.MediaCard___4CBIB .title {
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 15px 0;
  font-size: 24px;
  transition: All 0.3s ease-in-out;
}
.MediaCard___4CBIB .title:hover {
  color: #46637f !important;
}
.MediaCard___4CBIB .summary {
  flex: 1;
  overflow: hidden;
  letter-spacing: 0;
  line-height: 22px;
}
.MediaCard___4CBIB .business-type-container {
  min-height: 59px;
  display: flex;
  padding: 0 41px 41px;
}
.MediaCard___4CBIB .business-type {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 18px;
  height: auto;
  display: block;
  cursor: pointer;
  transition: All 0.3s ease-in-out !important;
}
.icgds.lmn-theme-light a.lmn-link-color-0.business-type:active {
  color: #005aa1 !important;
}
@media screen and (max-width: 1024px) {
  .MediaCard___4CBIB .body-content {
    padding: 28px;
  }
  .MediaCard___4CBIB .insight-type {
    font-size: 10px !important;
    line-height: 12px;
    padding-bottom: 10px;
  }
  .MediaCard___4CBIB .title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .MediaCard___4CBIB .summary {
    font-size: 12px;
    line-height: 18px;
  }
  .MediaCard___4CBIB .content-container {
    position: relative;
    flex-direction: row;
  }
  .MediaCard___4CBIB .content-container .content {
    width: 100%;
  }
  .MediaCard___4CBIB .content-container .business-type-wrapper {
    margin-top: 36px;
  }
  .MediaCard___4CBIB .content-container .business-type-container {
    position: absolute;
    min-height: 44px;
    left: 50%;
    bottom: 0;
    padding: 28px;
  }
  .MediaCard___4CBIB .content-container .business-type-container .business-type {
    font-size: 12px !important;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .MediaCard___4CBIB .content-container .business-type-container {
    left: 0;
  }
  .MediaCard___4CBIB .image-wrapper .gps-icon {
    width: 2.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .MediaCard___4CBIB .image-wrapper .play-icon {
    width: 3rem;
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
    height: 3rem;
  }
}

