<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumbs-search-index {
  border-bottom: 1px solid #eef1f6;
  padding: 15px;
}

.breadcrumbs {
  display: flex;
}

.page-breadcrumbs {
  margin-top: 60px;
}

.breadcrumbs li {
  margin-right: 10px;
  padding-right: 16px;
  position: relative;
}

.breadcrumbs li, .breadcrumbs li .link-underlined {
  color: #98a0af;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs li .link-underlined:after {
  background: #98a0af;
}

.breadcrumbs li:after {
  content: "/";
  position: absolute;
  right: 0;
  color: #dbe1eb;
}

.breadcrumbs li:last-of-type {
  margin: 0;
  padding: 0;
}

.breadcrumbs li:last-of-type:after {
  display: none;
}

.breadcrumbs-btn .back-link {
  position: relative;
  padding-left: 29px;
  display: flex;
  align-items: center;
  color: #656d79;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

.breadcrumbs-btn .back-link:before {
  content: "\e988";
  font-family: icomoon;
  position: absolute;
  left: 0;
  color: #11ddac;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.press-article {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}

.press-article .header-content {
  display: flex;
  width: 1110px;
  flex-direction: column;
  margin-bottom: 75px;
}

.press-article .header-content .article-attributes {
  display: flex;
  flex-direction: row;
  margin-bottom: 70px;
}

.press-article a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.press-article .share-options {
  margin-top: 60px;
  display: flex;
  position: relative;
}

.share-options .local-share {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  position: relative;
}

.share-options .local-share a {
  color: black;
}

.local-share .copy-successful {
  display: none;
  position: absolute;
  top: -4px;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 200px;
  height: 35px;
  border-radius: 7px;
  color: white;
  background-color: #11DDAC;
}

.share-options .online-share {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #98A0AF;
  gap: 20px;
}

.online-share .social-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.share-options .icon.icon-fb {
  display: flex;
  font-size: 16px;
}

.share-options .icon.icon-tw {
  display: flex;
  font-size: 16px;
}

.row-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.local-share a {
  display: flex;
  flex-direction: row;
}

.local-share .vertical-line {
  background-color: #EBEEF2;
  width: 1px;
  height: auto;
  margin-left: 30px;
}

.press-article .download-icon {
  margin-right: 20px;
  margin-left: 30px;
  height: 25px;
  width: 25px;
  background-image: url(/img_v4/icons/download.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-article .link-icon {
  margin-right: 20px;
  margin-left: 30px;
  height: 25px;
  width: 25px;
  background-image: url(/img_v4/icons/link.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-article .share-icon {
  margin-right: 5px;
  margin-left: 30px;
  height: 25px;
  width: 25px;
  background-image: url(/img_v4/icons/share.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-article .info-icon {
  margin-right: 10px;
  height: 25px;
  width: 25px;
  background-image: url(/img_v4/icons/info.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-article .plus-icon {
  position: absolute;
  right: 0;
  height: 15px;
  width: 15px;
  background-image: url(/img_v4/icons/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-article .eye-icon {
  height: 16px;
  width: 16px;
  background-image: url(/img_v4/icons/eye.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-article .clock-icon {
  height: 14px;
  width: 14px;
  background-image: url(/img_v4/icons/clock.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-article pre {
  color: #98A0AF;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.press-article .image {
  border-radius: 60px 12px 60px 12px;
}

.content .image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.horizontal-line {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #EEF1F6;
  height: 1px;
}

.share-options .horizontal-line {
  width: 100%;
  position: absolute;
  top: 35px;
}

.press-article .content {
  padding: none;
  overflow-y: none;
  max-height: none;
  display: flex;
  width: 920px;
  flex-direction: column;
  margin-bottom: 75px;
}

.press-article .content h2 {
  color: #656D79;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 60px;
}

.press-article .content h3 {
  color: #0D2C54;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.press-article .content h4 {
  color: #0D2C54;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.press-article .content p {
  color: #656D79;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.badge {
  position: absolute;
  bottom: 8px;
  color: var(--primary-darkgreen) !important;
  font-size: 12px;
  text-decoration: underline !important;
}

.badge:hover {
  cursor: pointer;
}

.table-of-contents {
  color: #0D2C54;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  position: relative;
}

.table-of-contents .refs {
  margin-top: 20px;
  display: none;
  flex-direction: column;
  color: #11DDAC;
}

.table-of-contents .refs a {
  display: block;
  margin-left: 30px;
  margin-bottom: 10px;
}

.table-of-contents .refs .section-ref {
  margin-left: 0px;
}

.quote {
  background-color: #EEF1F6;
  border-radius: 6px 6px 6px 30px;
  padding: 60px 94px 60px 94px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.quote p {
  color: #0D2C54 !important;
}

.quote .quote-icon {
  position: absolute;
  left: 30px;
  top: -22px;
  height: 62px;
  width: 62px;
  background-image: url(/img_v4/icons/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-article ul {
  list-style-type: disc;
}

.press-article ul li {
  color: #656D79;
  font-weight: 400;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.small-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.eliminate-position {
  position: initial !important;
}

.sources {
  position: relative;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}

.sources:hover {
  cursor: pointer;
}

.sources-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  color: #656D79;
}

.sources-right {
  position: absolute;
  right: 0;
  top: 23px;
  display: flex;
  gap: 25px;
}

.sources .sources-links {
  margin-top: 20px;
  overflow-x: hidden;
  display: none;
}

.sources .sources-links a {
  display: block;
  margin-left: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1200px) {
  .press-article .header-content {
    width: 700px;
  }
  .press-article .content {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0px;
  }
  .press-article .header-content {
    width: 100%;
  }
  .press-article .header-content .article-attributes {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .press-article .header-content pre {
    margin: 5px;
  }
  .press-article .header-content .article-attributes #middle-bullet {
    display: none;
  }
  .press-article .content {
    width: 100%;
  }
  .press-article .share-options {
    flex-direction: column;
  }
  .share-options .online-share {
    position: initial;
    margin-top: 50px;
  }
  .share-options .local-share {
    justify-content: center;
    gap: 15px;
  }
  .press-article .share-icon {
    margin-left: 0px;
  }
  .press-article .download-icon {
    margin-left: 0px;
  }
  .press-article .link-icon {
    margin-left: 0px;
  }
  .local-share .vertical-line {
    margin-left: 0px;
  }
  .share-options .horizontal-line {
    width: 100%;
    position: absolute;
    top: 30px;
  }
  .online-share .social-links {
    position: absolute;
    right: 0;
  }
  .quote {
    padding: 60px 25px 60px 25px;
  }
  .press-article .content h3 {
    font-size: 24px;
  }
  .press-article .content h4 {
    font-size: 18px;
  }
}</pre></body></html>