.ns-lst .itm {
  background: #ECF0F3;
  padding: 38px;
  color: #272727;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.ns-lst .itm:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.ns-lst .itm .title a:not(:hover) {
  color: #272727;
}
.ns-lst .itm .meta {
  font-size: 15px;
  margin: 28px 0px 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.ns-lst .itm .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 5px 0px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.ns-lst .itm .desc.title-lines-1 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.ns-lst .itm .desc.title-lines-2 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.ns-lst .itm .desc.title-lines-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.ns-lst .itm .desc.title-lines-4 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.ns-lst .itm .desc p {
  line-height: 1.7;
}
.ns-lst .itm .read-btn {
  margin-top: 38px;
}

@media (max-width: 1280px) {
  .ns-lst .itm {
    padding: 30px;
  }
  .ns-lst .itm .title {
    line-height: 1.4;
  }
  .ns-lst .itm .meta {
    font-size: 14px;
  }
  .ns-lst .itm .read-btn {
    margin-top: 35px;
  }
}
@media (max-width: 1040px) {
  .ns-lst .itm {
    padding: 30px;
  }
  .ns-lst .itm .title {
    line-height: 1.4;
  }
  .ns-lst .itm .meta {
    font-size: 13px;
    margin: 18px 0px 25px;
  }
  .ns-lst .itm .desc.title-lines-1 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .ns-lst .itm .desc.title-lines-2 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .ns-lst .itm .desc.title-lines-3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .ns-lst .itm .desc.title-lines-4 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .ns-lst .itm .desc p {
    line-height: 1.5;
  }
  .ns-lst .itm .read-btn {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .ns-lst .itm {
    padding: 35px 30px;
  }
  .ns-lst .itm .meta {
    font-size: 12px;
    margin: 16px 0px 23px;
  }
  .ns-lst .itm .desc p {
    line-height: 1.5;
  }
  .ns-lst .itm .read-btn {
    margin-top: 35px;
  }
}
.pr-banner {
  padding: 91px 0px 141px;
  margin: 0;
}
.pr-banner h1 {
  margin-bottom: 27px;
}
.pr-banner .meta {
  margin: 30px 0px;
  font-weight: 500;
}
.pr-banner picture {
  display: none;
}

@media (max-width: 1040px) {
  .pr-banner {
    padding: 106px 0px 110px;
  }
  .pr-banner .meta {
    margin: 25px 0px;
  }
  .pr-banner picture {
    margin-bottom: 51px;
    display: block;
  }
}
@media (max-width: 640px) {
  .ban-newsroom {
    padding: 90px 0px 115px;
  }
  .ban-newsroom h1 {
    margin-bottom: 30px;
  }
}
:root {
  --text-wrap-width:58.54%;
}

.pr-content-sec {
  margin-top: 0;
  margin-bottom: 150px;
  position: relative;
}

.pr-content {
  margin-top: 0;
  display: flex;
}
.pr-content .txt-wrap {
  width: var(--text-wrap-width);
}
.pr-content .img-wrap {
  width: calc(100% - var(--text-wrap-width));
}
.pr-content .img-wrap picture {
  position: absolute;
  width: inherit;
  padding-left: 25px;
  height: 100%;
  right: 0;
}
.pr-content .img-wrap picture img {
  position: sticky;
  top: 90px;
  right: 0;
  width: 100%;
  margin: 0;
}
.pr-content a {
  color: #0070D5;
  font-weight: 500;
}
.pr-content a:hover {
  color: #0070D5;
  text-decoration: underline;
}
.pr-content img {
  width: 100%;
  margin: 50px 0;
}
.pr-content h1 b, .pr-content h1 strong, .pr-content h2 b, .pr-content h2 strong, .pr-content h3 b, .pr-content h3 strong, .pr-content h4 b, .pr-content h4 strong, .pr-content h5 b, .pr-content h5 strong, .pr-content h6 b, .pr-content h6 strong, .pr-content p b, .pr-content p strong, .pr-content ul li b, .pr-content ul li strong, .pr-content ol li b, .pr-content ol li strong {
  font-weight: 600;
}
.pr-content h2 {
  margin: 58px 0px 38px;
}
.pr-content h2:first-child {
  margin-top: 0px;
}
.pr-content h3 {
  font-size: var(--fontSizeH3);
  margin-top: 38px;
  margin-bottom: 29px;
}
.pr-content h4 {
  font-size: var(--fontSizeH4);
  margin-top: 36px;
  margin-bottom: 22px;
}
.pr-content h5 {
  font-size: var(--fontSizeH4);
  margin-top: 36px;
  margin-bottom: 22px;
}
.pr-content p {
  margin-bottom: 30px;
}
.pr-content p:last-child, .pr-content p:last-of-type {
  margin-bottom: 0;
}
.pr-content p b, .pr-content p strong {
  font-weight: 700;
}
.pr-content p img {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .pr-content p img {
    margin-bottom: 30px;
  }
}
.pr-content ul, .pr-content ol {
  padding-left: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1040px) {
  .pr-content ul, .pr-content ol {
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  .pr-content ul, .pr-content ol {
    margin-bottom: 30px;
  }
}
.pr-content ul + ul, .pr-content ul + ol, .pr-content ol + ul, .pr-content ol + ol {
  margin-top: -8px;
}
.pr-content ul li, .pr-content ol li {
  margin-bottom: 1.5em;
}
.pr-content ul li b, .pr-content ul li strong, .pr-content ol li b, .pr-content ol li strong {
  font-weight: 700;
}
.pr-content ul li ul, .pr-content ol li ul {
  margin-top: 23px;
}
.pr-content blockquote {
  margin: 0 0 40px;
  padding: 20px;
  padding-left: 40px;
  border-left: 8px solid var(--primaryColor);
  background: #F0F0F0;
  font-style: italic;
}
@media (max-width: 640px) {
  .pr-content blockquote {
    margin-top: 30px;
  }
}
.pr-content blockquote p, .pr-content blockquote ul, .pr-content blockquote ol {
  margin-bottom: 20px;
}
.pr-content .wp-caption {
  max-width: 100%;
  margin: 0 0 50px;
}
.pr-content .wp-caption img {
  margin: 10px 0 20px;
}
.pr-content .wp-caption .wp-caption-text {
  font-size: 18px;
  line-height: 1.8em;
  font-style: italic;
  text-align: center;
}
@media (max-width: 640px) {
  .pr-content .wp-caption .wp-caption-text {
    font-size: 16px;
  }
}

@media (max-width: 1040px) {
  .pr-content-sec {
    margin-bottom: 110px;
  }
  .pr-content .txt-wrap {
    width: 100%;
  }
  .pr-content .img-wrap {
    display: none;
  }
  .pr-content h2 {
    margin: 56px 0px 36px;
  }
  .pr-content h3 {
    margin-top: 36px;
    margin-bottom: 28px;
  }
}
@media (max-width: 640px) {
  .pr-content-sec {
    margin-bottom: 90px;
  }
  .pr-content {
    grid-template-columns: 1fr;
  }
  .pr-content h2 {
    margin: 56px 0px 36px;
  }
}
.pr-sec {
  overflow: hidden;
}
.pr-sec .pr-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 34px;
}
.pr-sec .pr-nav .btn-prev,
.pr-sec .pr-nav .btn-next {
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.pr-sec .pr-nav .btn-prev.disabled,
.pr-sec .pr-nav .btn-next.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.pr-sec .pr-nav .btn-prev img,
.pr-sec .pr-nav .btn-next img {
  margin: 0 auto;
}
.pr-sec .pr-nav .btn-next {
  scale: -1;
}

.pr-slider {
  margin-top: 38px;
}
.pr-slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pr-slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.pr-slider .slick-list .itm {
  margin: 0 8px;
}

@media (max-width: 1280px) {
  .pr-sec .pr-nav {
    margin-top: 30px;
  }
  .pr-slider:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1040px) {
  .pr-slider:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .pr-slider:not(.slick-initialized) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pr-sec {
  margin-top: 0px;
}

/*# sourceMappingURL=inner-press-release.css.map */
