@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
.main-content > div {
  padding: 0px !important; }

.page-jumbotron {
  font-size: 80px;
  font-weight: 700;
  color: #131d26;
  height: 340px;
  background-color: rgba(219, 237, 250, 0.8); }

@media only screen and (max-width: 900px) {
  .page-jumbotron {
    height: 270px;
    font-size: 56px; } }

.articles-list {
  padding: 100px 150px 50px 150px !important; }

@media only screen and (max-width: 900px) {
  .articles-list {
    padding: 76px 10px 50px 10px !important; } }

.articles-list .article-preview-content {
  border: RGBA(19, 29, 38, 0.15) 1px solid;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -webkit-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  flex-grow: 1; }

.articles-list .article-preview-content a {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column; }

.articles-list .articles-details {
  font-size: 14px;
  color: RGB(112, 122, 140);
  font-weight: 500;
  margin-bottom: 5px; }

@media only screen and (max-width: 900px) {
  .articles-list .articles-details {
    font-size: 12px; } }

.articles-list .articles-title {
  font-size: 23px;
  color: RGB(19, 29, 38);
  font-weight: 700;
  text-decoration: none; }

@media only screen and (max-width: 900px) {
  .articles-list .articles-title {
    font-size: 18px; } }

.articles-list .articles-perex {
  font-size: 18px;
  color: RGB(81, 92, 115);
  flex-grow: 1; }

@media only screen and (max-width: 900px) {
  .articles-list .articles-perex {
    font-size: 14px; } }

.articles-list .articles-seen {
  padding-top: 50px;
  font-size: 13px;
  color: RGB(163, 172, 191); }

@media only screen and (max-width: 900px) {
  .articles-list .articles-seen {
    font-size: 12px; } }

.articles-list .articles-seen::before {
  content: "";
  display: block;
  background: url(../icons/24x24px-view-count.svg) no-repeat;
  width: 24px;
  height: 24px;
  float: left;
  margin: -3px 6px 0 0; }

.articles-list .oval {
  height: 3px;
  width: 3px;
  background-color: rgba(112, 122, 140, 0.8);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 2px 5px; }

.article-show .article-jumbotron {
  background-color: rgba(219, 237, 250, 0.8);
  display: flex;
  justify-content: center;
  flex-direction: column; }

.article-show .article-jumbotron.large-image-jumbotron {
  justify-content: flex-start; }

.article-show .article-jumbotron.large-image-jumbotron .article-title {
  padding: 79px 150px 430px 150px; }

@media only screen and (max-width: 900px) {
  .article-show .article-jumbotron.large-image-jumbotron .article-title {
    padding: 20px 150px 180px 150px; } }

.article-show .article-jumbotron .articles-details {
  font-size: 14px;
  color: RGB(112, 122, 140);
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px; }

@media only screen and (max-width: 900px) {
  .article-show .article-jumbotron .articles-details {
    font-size: 12px; } }

.article-show .article-jumbotron .oval {
  height: 3px;
  width: 3px;
  background-color: rgba(112, 122, 140, 0.8);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 2px 5px; }

.article-show .article-jumbotron .article-title {
  opacity: 1;
  color: #131d26;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -4px;
  text-align: center;
  line-height: 80px;
  height: 55%;
  padding: 79px 150px 79px 150px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 900px) {
  .article-show .article-jumbotron .article-title {
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    letter-spacing: -2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 79px; } }

.article-show article {
  margin-left: 150px;
  margin-right: 150px;
  padding-bottom: 50px;
  border-bottom: 1px solid RGBA(19, 29, 38, 0.15);
  position: relative; }

.article-show article.image-spacing {
  padding-top: 50px; }

@media only screen and (max-width: 900px) {
  .article-show article {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 50px; } }

.article-show article img {
  max-width: 100%; }

.article-show article .main-image-container {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -390px; }

@media only screen and (max-width: 900px) {
  .article-show article .main-image-container {
    top: -165px; } }

.article-show article .main-image-container img {
  border-radius: 20px;
  object-fit: cover;
  max-height: 510px; }

@media only screen and (max-width: 900px) {
  .article-show article .main-image-container img {
    max-height: 280px; } }

.article-show article .articles-text {
  padding-top: 100px; }

@media only screen and (max-width: 900px) {
  .article-show article .articles-text {
    padding-top: 75px;
    overflow: auto; } }

.article-show article .articles-text p {
  font-size: 18px;
  color: RGB(81, 92, 115); }

@media only screen and (max-width: 900px) {
  .article-show article .articles-text p {
    font-size: 14px; } }

.article-show article .articles-text strong {
  color: RGB(19, 29, 38); }

.article-show article .articles-text img {
  border-radius: 20px; }

.article-show article .articles-text blockquote {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 10px;
  background-color: RGBA(240, 242, 247, 0.6);
  text-align: center; }

.article-show article .articles-text blockquote p {
  color: #131d26;
  letter-spacing: -0.45px;
  line-height: 28px; }

@media only screen and (max-width: 900px) {
  .article-show article .articles-text blockquote p span {
    line-height: 10px; }
  .article-show article .articles-text blockquote p span strong {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.35px;
    line-height: 24px; } }

.article-show article .article-files {
  border-radius: 12px;
  border: 1px solid rgba(19, 29, 38, 0.15);
  box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  opacity: 1;
  background-color: white;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px; }

.article-show article .article-files .heading {
  color: #131d26;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  text-align: left;
  line-height: 24px;
  padding-left: 24px;
  padding-top: 24px; }

@media only screen and (max-width: 900px) {
  .article-show article .article-files .heading {
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 20px; } }

.article-show article .article-files .article-file {
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 15px;
  padding-top: 12px;
  border-bottom: 1px dashed RGBA(19, 29, 38, 0.15); }

.article-show article .article-files .article-file:last-child {
  border-bottom: none; }

.article-show article .article-files .article-file .file-name {
  opacity: 1;
  color: #131d26;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: left;
  line-height: 24px; }

@media only screen and (max-width: 900px) {
  .article-show article .article-files .article-file .file-name {
    font-size: 13px;
    letter-spacing: -0.2px;
    line-height: 16px; } }

.article-show article .article-files .article-file .file-detail-info {
  opacity: 1;
  color: #a3acbf;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 16px; }

@media only screen and (max-width: 900px) {
  .article-show article .article-files .article-file .file-detail-info {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 16px; } }

.article-show article .article-files .article-file .file-detail-info .oval {
  height: 3px;
  width: 3px;
  background-color: rgba(112, 122, 140, 0.8);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 2px 5px;
  background-color: #a3acbf; }

.article-show article .article-files .article-file .file-download {
  opacity: 1;
  color: #0080ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 14px; }

.article-show article .article-files .article-file .file-download::before {
  display: flex;
  margin-right: 6px;
  position: relative;
  width: 12px;
  height: 9px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/16x16px-download.svg) no-repeat 50% 50%;
  mask: url(../icons/16x16px-download.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #0080ff; }

.article-show article .article-author {
  border-radius: 12px;
  border: 1px solid rgba(19, 29, 38, 0.15);
  box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  opacity: 1;
  background-color: white;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 24px; }

.article-show article .article-author .author-name {
  padding-top: 28px;
  opacity: 1;
  color: #131d26;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  text-align: center;
  line-height: 24px; }

@media only screen and (max-width: 900px) {
  .article-show article .article-author .author-name {
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 20px; } }

.article-show article .article-author .author-position {
  opacity: 1;
  color: #707a8c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-align: center;
  line-height: 20px;
  padding-top: 4px; }

@media only screen and (max-width: 900px) {
  .article-show article .article-author .author-position {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 16px; } }

.article-show article .article-author .author-email, .article-show article .article-author .author-phone {
  opacity: 1;
  color: #131d26;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-align: right;
  line-height: 20px;
  margin-left: 24px;
  margin-right: 24px; }

@media only screen and (max-width: 900px) {
  .article-show article .article-author .author-email, .article-show article .article-author .author-phone {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 16px; } }

.article-show article .article-author .author-email div:first-child, .article-show article .article-author .author-phone div:first-child {
  color: RGB(112, 122, 140); }

.article-show article .article-author .author-phone {
  padding-top: 24px;
  padding-bottom: 15px;
  border-bottom: 1px dashed RGBA(19, 29, 38, 0.15); }

.article-show article .article-author .author-email {
  padding-top: 15px;
  padding-bottom: 15px; }

.article-show article .article-author .contact-button {
  opacity: 1;
  color: #0080ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-align: center;
  line-height: 16px;
  border-radius: 12px;
  opacity: 1;
  background-color: rgba(0, 128, 255, 0.1);
  margin-top: 10px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px; }

.article-show .others {
  margin-left: 150px;
  margin-right: 150px;
  padding-top: 100px;
  padding-bottom: 300px; }

@media only screen and (max-width: 900px) {
  .article-show .others {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
    padding-bottom: 300px; } }

.article-show .others .heading {
  opacity: 1;
  color: #131d26;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: -2.65px;
  text-align: left;
  line-height: 64px; }

@media only screen and (max-width: 900px) {
  .article-show .others .heading {
    font-size: 33px;
    letter-spacing: -1.65px;
    text-align: center;
    line-height: 40px; } }

.article-show .others .all-articles {
  opacity: 1;
  color: #0080ff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.35px;
  text-align: center;
  line-height: 22px; }

@media only screen and (max-width: 900px) {
  .article-show .others .all-articles {
    display: none; } }

.article-show .articles-list {
  padding: 100px 0 50px 0 !important; }

.article-show .articles-list article {
  margin: 0; }

.article-show .articles-list article .article-preview-content {
  height: 100%; }

@media only screen and (max-width: 900px) {
  .article-show .articles-list article:not(:last-child) {
    border: none; } }

.file-icon {
  background: url(../icons/36x36px-file.svg);
  height: 36px;
  width: 36px;
  display: block;
  margin-right: 12px; }

#back {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid RGBA(19, 29, 38, 0.2);
  min-height: 45px; }

#back a {
  color: #A3ACBF;
  font-size: 14px; }

#back a:hover {
  color: #0080FF; }

#back a:hover::before {
  background-color: #0080FF !important; }

#back a::before {
  display: flex;
  margin-right: 6px;
  position: relative;
  width: 12px;
  height: 9px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/12x12px-arrow-left.svg) no-repeat 50% 50%;
  mask: url(../icons/12x12px-arrow-left.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #A3ACBF; }

#back a {
  position: absolute;
  left: 30px;
  top: 10px; }

#back .article-menu {
  margin-top: auto; }

#back .article-menu .items-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0; }

#back .article-menu .items-wrapper li {
  padding: 0 18px; }

#back .article-menu .items-wrapper li a {
  position: initial;
  text-decoration: none;
  color: RGB(112, 122, 140);
  font-weight: bold;
  font-size: 14px; }

#back .article-menu .items-wrapper li a::before {
  display: none; }

@media only screen and (max-width: 900px) {
  #back .article-menu {
    overflow: auto; } }

@media only screen and (max-width: 900px) {
  #back {
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex; }
  #back a {
    position: relative;
    top: 2px;
    left: 0; } }
