.article-section-blog-page {
  position: relative;
}

.article-section-blog-page .add-padding .container .article {
  grid-auto-flow: row;
  grid-template-columns: repeat(6, calc(100% / 6));
  grid-auto-rows: auto;
  grid-column-start: 1;
  grid-column-end: 7;
  padding: 0 0 calc(var(--default-items-padding) * 4);
  min-height: 50vh;
  margin-top: -256px;
  z-index: 9;
}

.opend-in-dialog .article.hero {
  padding: 0 0 0 0;
  border-radius: 38px 38px 0 0;
  overflow: hidden;
}

.article-section-blog-page .constraint .add-padding {
  padding: 0 var(--default-padding-frame) var(--default-padding-frame) var(--default-padding-frame);
}

.article-section-blog-page .overlay-bg {
  position: absolute;
  width: 100%;
  top: -90px;
  background-color: rebeccapurple;
  height: 384px;
  z-index: 8;
  background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(0 0 0) 20%, rgb(0 0 0) 100%);
}

.opend-in-dialog .article-section-blog-page .overlay-bg {}

.blog-page-section.opend-in-dialog {
  height: 100%;
  border-radius: 36px;
  overflow-y: auto;
  animation: slide-in-up-fade-when-opend-in-dialog 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  will-change: transform, opacity;
}

.blog-page-section.opend-in-dialog .constraint:nth-child(1) .add-padding>.container {
  animation-delay: 0.15s;
}

.blog-page-section.opend-in-dialog .constraint:nth-child(2) .add-padding>.container {
  animation-delay: 0.3s;
}

.blog-page-section.opend-in-dialog .constraint:nth-child(3) .add-padding>.container {
  animation-delay: 0.25s;
}

.blog-page-section::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.blog-page-section::-webkit-scrollbar-thumb {
  background: var(--secondary-color-prim-600);
  border-radius: var(--header-item-radius);
}

.blog-page-section::-webkit-scrollbar-track {
  background: transparent;
}

.article-section-blog-page .overlay-bg::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0px;
  top: 0%;
  height: 60%;
  backdrop-filter: blur(12px);
  -webkit-mask: linear-gradient(180deg, transparent, black 25%);
  mask: linear-gradient(180deg, transparent, black 25%);
}

.hero.small .hero-white-bg-overlay svg {
  z-index: 9;
  width: auto;
  height: var(--home-hero-section-height);
  height: 150%;
  bottom: -1px;
  right: 0;
  display: block;
  position: absolute;
  display: none;
}

.article-section-blog-page .add-padding .container .left-side {
  grid-column: span 2;
  position: sticky;
  top: 80px;
  padding: 0;
  height: fit-content;
}

.hero.small .tittle {
  display: flex;
  flex-direction: column;
  grid-column-start: 1;
  grid-column-end: 7;
  margin: calc(var(--default-padding-frame) * 3) 0 0 0;
  z-index: 8;
}

.constraint>.add-padding>.container>.tittle h1 {}

.constraint>.add-padding>.container>.tittle h4 {
  margin-block-start: 0;
  margin-block-end: 0;
  color: #fff;
}

.constraint>.add-padding>.container>.tittle h3,
.constraint>.add-padding>.container>.tittle h1 {
  font-size: 3.8em;
  color: #fff;
  max-width: 860px;
  font-weight: 600;
  text-shadow: 0 0 20px #00000061;
  margin-block-start: 0;
  margin-block-end: 0;
}

.hero.small .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 7;
}

.hero.small .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .tittle h5 {
  margin-block-start: 0;
  margin-block-end: 0;
  color: rgb(255 255 255 / 82%);
  text-shadow: 0 0 30px #00000054;
}

.article-section-blog-page .add-padding .container .toolbar-section .wraper {
  position: relative;
  z-index: 2;
  margin: 0 calc(var(--default-items-margin) * 6) 0 0;
  padding: 0;
}

.article-section-blog-page .add-padding .container .right-side {
  grid-column: span 6;
  padding: 0 0 0 0;
  max-width: 960px;
  margin: 0 auto;
  padding: calc(var(--default-padding-frame) * 2);
}

.article-section-blog-page .add-padding .container .right-side .toolbar-section {
  padding: calc(var(--default-padding-frame) * 1) 0 0;
  border-top: 1px solid var(--default-input-border-color)
}

.article-section-blog-page .add-padding .container .right-side .content-display {
  max-width: 960px;
  margin: 0 auto;
}

.article-section-blog-page .add-padding .container .right-side .content-display-tittle {
  max-width: 960px;
  margin: 0 auto calc(var(--default-items-margin) * 2) auto;
}

.article-section-blog-page .add-padding .container .right-side .content-display-tittle h4 {
  margin-block-start: 0;
  margin-block-end: 0.33em;
  display: none;
}

.article-section-blog-page .add-padding .container .right-side .content-display-tittle h1 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 3.6em;
}

.article-section-blog-page .add-padding .container .right-side .content-post-author {
  margin: 0 0 calc(var(--default-items-margin) * 2) 0;
}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--default-items-margin) / 2);
}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont .img-cont {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont .img-cont.author-avatar--use-fallback {
  background-color: var(--color-shade-dark-100, #f0f0f0);
}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont .img-cont img.author-avatar-img--hidden {
  display: none;
}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont .img-cont .author-avatar-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--color-shade-dark-600, #333);
}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont .img-cont.author-avatar--use-fallback .author-avatar-fallback {
  display: flex;
}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont .text {}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont .text h5 {
  margin-block-start: 0;
  margin-block-end: 0;
  color: var(--color-shade-dark-600);
  font-weight: 600;
}

.article-section-blog-page .add-padding .container .right-side .content-post-author .author-cont .text p {
  margin-block-start: 0;
  margin-block-end: 0;
  color: var(--color-shade-dark-600);
  font-weight: 400;
}

.article-section-blog-page .add-padding .container .right-side .content-display img {
  max-width: 860px;
  max-height: 550px;
  border-radius: 6px;
}

.article-section-blog-page .add-padding .container .right-side .content-display img.contained-image {
  max-width: 50%;
  margin: 0 auto;
}

.article-section-blog-page .add-padding .container .article .content-display p {
  line-height: 1.5em;
  max-width: 860px;
}

.article-section-blog-page .add-padding .container .article .content-display .ql-align-justify {
  text-align: justify;
}

.article-section-blog-page .add-padding .container .article .content-display p:first-of-type {
  margin-block-start: 0;
}

.article-section-blog-page .add-padding .container .article .content-display p a {
  white-space: break-spaces;
  display: inline-block;
  color: var(--default-item-active-bg-color-strongest);
  word-break: break-all;
}

.article-section-blog-page .add-padding .container .article .content-display ol {
  font-family: Open Sans, sans-serif;
  line-height: 1.4em;
  max-width: 800px;
}

.article-section-blog-page .add-padding .container .article .content-display ul {
  font-family: Open Sans, sans-serif;
  line-height: 1.4em;
  max-width: 800px;
}

.article-section-blog-page .add-padding .container .article .content-display .ql-indent-1 {
  margin-left: 32px;
  list-style-type: square;
}

.article-section-blog-page .add-padding .container .article .content-display .ql-indent-1::marker {
  color: var(--default-item-active-bg-color-strongest);
  ;
}

.article-section-blog-page .add-padding .container .article .content-display .ql-indent-2 {
  margin-left: 64px;
  list-style-type: square;
}

.article-section-blog-page .add-padding .container .article .content-display h2 {
  max-width: 860px;
  margin-block-start: 0;
  margin-block-end: 0.33em;
}

.article-section-blog-page .add-padding .container .article .content-display h3 {
  line-height: 1em;
  margin-block-end: 0.33em;
  max-width: 860px;
}

.article-section-blog-page .add-padding .container .article .content-display h4 {
  line-height: 1em;
  margin-block-end: 0.33em;
}

.article-section-blog-page .add-padding .container .article .content-display h5 {
  line-height: 1em;
  font-weight: bold;
  margin-block-end: 0.33em;
}


.article-section-blog-page .add-padding .container .left-side .segment {
  padding: 16px 0;
  position: relative;
  z-index: 2;
}

.article-section-blog-page .add-padding .container .left-side .segment:first-child {
  padding: 0 0 16px;
}

.article-section-blog-page .add-padding .container .left-side h3.tittle {
  text-align: left;
  line-height: 1em;
  margin-block-start: 0;
}

.article-section-blog-page .add-padding .container .content-display .table-container {
  width: 100%;
  height: auto;
  overflow-x: auto;
}

.content-display table tr:first-child td,
.open-content table tr:first-child td p {
  background-color: var(--default-item-active-bg-color-strongest);
  ;
  color: #fff !important;
}

.article-section-blog-page .add-padding .container .content-display table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: Open Sans, sans-serif;
  border-width: var(--default-item-border-width);
  border-style: solid;
  border-color: var(--default-item-border-color);
}

.content-display .table thead th {
  background-color: rgb(36 65 31 / 5%);
  vertical-align: bottom;
  padding: calc(var(--default-items-padding) * 1.5) calc(var(--default-items-padding) / 1.5);
}

.content-display .table thead th:last-child {
  text-align: right;
}

.content-display table tbody tr th {
  border-top-width: var(--default-item-border-width);
  border-top-style: solid;
  border-top-color: var(--default-item-border-color);
  white-space: break-spaces;
  padding: var(--default-items-padding) calc(var(--default-items-padding) / 1.5);
}

.content-display table tr th[scope=row] {
  white-space: nowrap;
  text-align: left;
}

.content-display table tr th[colspan=3] {
  padding: calc(var(--default-items-padding)) calc(var(--default-items-padding));
}

.content-display table tr td {
  padding: 16px 12px;
  word-break: normal;
  border-top-width: var(--default-item-border-width);
  border-top-style: solid;
  border-top-color: var(--default-item-border-color);
  padding: var(--default-items-padding) calc(var(--default-items-padding) / 1.5);
}

.content-display table tr td:last-child {
  text-align: right;
}

.content-display table .column-1 {
  padding: calc(var(--default-items-padding) * 1.5) calc(var(--default-items-padding) / 1.5);
}

.documents-container {
  width: 100%;
  padding: 0;
}

.documents-container li {
  border-bottom: 1px solid #f3f3f3;
}

.documents-container li:first-child {
  border-top: 1px solid #f3f3f3;
}

.documents-container li a {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 32px 16px;
  padding: 16px 32px 16px 16px;
}

.documents-container li a .imgContainer {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: #8b8b8b;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px;
}

.documents-container li a .imgContainer svg {
  fill: #ffffff;
  width: 32px;
  height: 32px;
}

.documents-container li a .content h4 {
  line-height: 1em;
  margin-block-start: 0.33em;
  margin-block-end: 0.33em;
  font-weight: bold;
  display: inline-block;
  color: #343434;
}

.documents-container li a .content p {
  line-height: 1em;
  margin-block-start: 0;
  margin-block-end: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  color: #787878;
}

.documents-container li:hover {
  background-color: #fbfbfb;
}

.documents-container li:hover .imgContainer {
  background-color: var(--default-item-active-bg-color-strongest);
  ;
}

.documents-container li:hover .content h4 {
  text-decoration: underline;
  color: var(--default-item-active-bg-color-strongest);
  ;
}

#mobile-sharing-segment {
  display: none;
}

#mobile-publishedby-segment {
  display: none;
}

.article-section-blog-page .add-padding .container .right-side .external-link-container {
  padding: 16px 0;
}

.article-section-blog-page .add-padding .container .right-side .external-link-container .button {
  display: inline-block;
}

.related-articles-section .tittle {
  text-align: center;
}

.related-articles-section ul {
  padding: 32px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(calc(33.33% - 32px), 33.33%));
  grid-auto-flow: row;
  grid-gap: 32px;
  width: 100%;
  margin: 0;
}

.related-articles-section ul li {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 16px 0 #0000000d;
  box-shadow: 0 0 16px 0 #0000000d;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.related-articles-section ul li:hover {
  -webkit-box-shadow: 0 0 16px 0 #00000036;
  box-shadow: 0 0 16px 0 #00000036;
}

.related-articles-section ul li a:hover .image-container img {
  transform: scale(1.02);
}

.related-articles-section ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-auto-rows: minmax(100px, 180px) min-content;
  cursor: pointer;
  text-decoration: none;
}

.related-articles-section ul li .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.related-articles-section ul li .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.related-articles-section ul li .art-tittle {
  padding: 32px 32px 16px;
}

.related-articles-section ul li .art-tittle h5,
.related-articles-section ul li .art-tittle h4 {
  line-height: 1.2em;
  margin-block-start: 0;
  margin-block-end: 0;
  color: #1e1e1e;
}

.related-articles-section ul li .art-tittle p {
  line-height: 1.2em;
  margin-block-start: 0.5em;
}

.article-section-blog-page {
  background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0) 20%);
}

#uuid-c65a1b16-1016-402b-bda3-ee72fc271bac {
  fill: rgb(235 243 249);
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .section.small.article {
    min-height: 55vh;
  }

  .article-section-blog-page .add-padding .container .article .content-display p {
    max-width: 860px;
  }

  .article-section-blog-page .add-padding .container .article .content-display ul {
    max-width: 860px;
  }
}

@media screen and (min-width: 1901px) and (max-width: 1920px) {
  .section.small.article {
    min-height: 55vh;
  }
}

@media screen and (min-width: 1801px) and (max-width: 1900px) {
  .section.small.article {
    min-height: 55vh;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1800px) {
  .section.small.article {
    min-height: 50vh;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1700px) {
  .section.small.article {
    min-height: 50vh;
  }
}

@media screen and (min-width: 1560px) and (max-width: 1600px) {
  .section.small.article {
    min-height: 50vh;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1559px) {
  .section.small.article {
    min-height: 50vh;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
  .section.small.article {
    min-height: 50vh;
  }
}

@media screen and (min-width: 1260px) and (max-width: 1365px) {
  .section.small.article {
    min-height: 50vh;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1259px) {
  .section.small.article {
    min-height: 50vh;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1159px) {
  .section.small.article {
    min-height: 50vh;
  }
}

@media screen and (min-width:0px) and (max-width:1019px) {
  .hero_container.smaller .constraint .add-padding .container .tittle .hero-text-wraper-h2 h2 {
    font-size: 1.8em;
  }

  .article-section-blog-page .add-padding .container .left-side {
    min-width: 100%;
    padding: 0;
    position: relative;
    top: 0;
    display: none;
  }

  .article-section-blog-page .add-padding .container .left-side.mobile-only {
    display: block;
    grid-column: span 6;
  }

  .hero.small .background-image {
    position: relative;
    width: 100%;
    z-index: 7;
    height: auto;
    aspect-ratio: 195 / 116;
    background-color: #fff;
  }

  .article-section-blog-page .add-padding .container .article {
    flex-direction: column;
    overflow: auto;
    gap: 0;
    padding: 0;
    margin-top: 0;
    padding-top: 24px;
  }

  .article-section-blog-page .add-padding .container .right-side .content-display-tittle {
    margin: 0 auto var(--default-items-margin) auto;
  }

  .article-section-blog-page .add-padding .container .right-side .content-post-author {
    margin: 0 auto var(--default-items-margin) auto;
  }

  .article-section-blog-page {
    background: #fff;

  }

  .article-section-blog-page .add-padding .container .right-side .content-display-tittle h1 {
    font-size: 32px;
  }

  .article-section-blog-page .overlay-bg {
    display: none;
  }

  .article-section-blog-page .overlay-bg::before {
    display: none;
  }

  #mobile-sharing-segment {
    display: block;
    border-bottom: none;
  }

  #desktop-sharing-segment {
    display: none;
  }

  .article-section-blog-page .add-padding .container .right-side {
    padding: 0 0 0px;
    grid-column: span 6;
  }

  .article-section-blog-page .add-padding .container .left-side .segment .subsections-container ol {
    padding: 0 0 0 2em;
  }

  .article-section-blog-page .add-padding .container .left-side .segment .subsections-container ol li h5 {
    font-size: 1.33em;
    color: #424242;
    font-weight: bold;
    line-height: 1.33em;
  }

  #desktop-publishedby-segment {
    display: none;
  }

  #mobile-publishedby-segment {
    padding: 16px 0 16px;
    border-top: 1px solid #f5f5f5;
    display: block;
  }


  .documents-container li a {
    padding: 12px 0px 12px 0px;
    gap: 0;
  }

  .documents-container li a .imgContainer {
    margin-right: 8px;
    height: 36px;
    width: 36px;
  }

  .documents-container li a .imgContainer svg {
    width: 30px;
    height: 30px;
  }

  .documents-container li a .content h4 {
    margin-block-start: 0;
    font-size: 1em;
    margin-block-end: 0.48em;
  }

  .documents-container li:first-child {
    border-top: 1px solid #f3f3f3;
  }

  .documents-container {
    margin: 0;
  }

  .article-section-blog-page .add-padding .container .right-side .content-display {
    width: 100%;
    padding-bottom: 24px;
    word-break: break-word;
    overflow: auto;
  }

  .article-section-blog-page .add-padding .container .left-side .segment .subsections-container ol li::marker {
    font-weight: bold;
  }

  .article-section-blog-page .add-padding .container .right-side .external-link-container .button {
    display: block;
    text-align: center;
  }

  .related-articles-section ul {
    grid-template-columns: minmax(100%, 100%);
    grid-auto-flow: row;
  }

  .related-articles-section ul li .art-tittle {
    padding: 24px 24px 16px;
  }

  .article-section-blog-page .add-padding .container .right-side .content-display img {
    width: 100%;
  }

  .article-section-blog-page .add-padding .container .article .content-display p {
    line-height: 1.25em;
  }

  .opend-in-dialog .article.hero {
    border-radius: 24px 24px 0 0;
  }

  .opend-in-dialog .article.hero .constraint .add-padding {
    padding: 0;

  }

  .blog-page-section.opend-in-dialog {
    border-radius: 24px 24px 0 0;
  }
}