
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::selection {
  background: #f1f8ff;
  text-shadow: none; }


 svg {
  vertical-align: middle; }


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%; }

html *, html *:before, html *:after {
  box-sizing: inherit; }


 svg {
  max-width: 100%; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none; }

.container {
  padding-left: 40px;
  padding-right: 40px;
  flex: 1 0 auto; }
  
  @media (max-width: 767px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 600px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.content {
  max-width: 100%;
  width: 900px;
  margin-left: auto;
  margin-right: auto; }

.content__narrow {
  width: 640px; }

 h2 {
  line-height: 1.24;
  font-weight: 400;
  color: #3a3c4c; }


.t__h3 {
  margin: -5px 0 2px;
  font-size: 18px; }

  
  .section {
  padding-top: px; }
  
  .section2 {
  background: #dcedff;
  margin-top: 30px;
  margin-bottom: -72px; }


.intercom-align-center {
  text-align: center !important; }


.paper {
  background-color: white;
  border: 2.5px solid transparent;
  border-radius: 6px;
  padding: 30px;
  position: relative;
  z-index: 3;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  display: block;
  outline: none;
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 0.10)
  transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear; }
  
  .paper .c__primary {
    transition: -webkit-filter .15s; }
	
	.paper .accordion-list a i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
	color:#0880e8;
}
 .section .accordion-list i {
    font-size: 24px;
    position: absolute;
    color:#0880e8;
	line-height: 1;
	right: 1rem;
    top: 1rem;
  }

.paper__article-preview {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #d4dadf;
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
  opacity: 1;
  transition: opacity .3s; }
  .paper__article-preview:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .paper__article-preview .paper__article-preview .paper__preview {
    min-height: 0; }
  .paper__article-preview:hover {
    border: 1px solid #c3cdd5;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.08); }

.search__results-content .paper__article-preview {
  margin: 0;
  width: 100%; }

.paper__article-preview + .paper__article-preview {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

a.paper:hover {
  border: 1px solid rgba(136, 149, 162, 0.2);
  background-color: #fcfcfc; }
  a.paper:hover .c__primary {
    filter: brightness(80%); }

.paper__large {
  padding: 60px; }

.paper__preview {
  margin: 5px 0 11px;
  text-decoration: none;
  display: block;
  max-width: 630px;
  line-height: 1.4; }

.article__preview .paper__preview {
  min-height: 0; }

@media (max-width: 1023px) {
  .g__c {
    width: 100%; }

  .paper {
    padding: 30px 20px; }

  .paper__large {
    padding: 30px; } }
@media (max-width: 600px) {
  .paper__large {
    padding: 25px 20px; } }

.article {
  font-size: 17px;
  line-height: 1.53; }

.article__meta {
  margin-bottom: 30px; }

.collection {
  position: relative;
  padding-left: 150px; }

.collection__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
  transition: all .3s linear; }
  .collection__photo svg {
    position: relative;
    width: 48px;
    height: 48px;
    transition: stroke .1s linear;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px; }
  .collection__photo [fill^="#"] {
    transition: fill .1s linear; }

.collection.o__rtl {
  padding-left: 0;
  padding-right: 150px; }
  .collection.o__rtl .collection__photo {
    left: auto;
    right: 0; }

a.paper:hover .collection__photo {
  border-color: #d0d7df; }

.collection__meta .avatar__image {
  box-shadow: 0 0 0 2px #ebeef1; }

@media (max-width: 1023px) {
  .collection {
    padding-left: 80px;
    min-height: 80px; }
    .collection.o__rtl {
      padding-left: 0;
      padding-right: 80px; }

  .collection__photo {
    width: 60px;
    height: 60px; }
    .collection__photo svg {
      width: 30px;
      max-height: 30px;
      margin: -15px 0 0 -15px; } }
@media (max-width: 400px) {
  .collection {
    padding-left: 0;
    min-height: 0; }
    .collection.o__rtl {
      padding-right: 0;
      text-align: right; }

  .collection__photo {
    width: 30px;
    height: 30px;
    position: static;
    margin-bottom: 20px; }
    .collection__photo svg {
      width: 30px;
      max-height: 30px;
      left: auto;
      top: auto;
      margin: 0; }

  .collection.o__rtl .collection__photo {
    display: inline-block; } }
.collection__headline,
.paper__stack.animation__clicked {
  background: none;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .collection__headline:before, .collection__headline:after,
  .paper__stack.animation__clicked:before,
  .paper__stack.animation__clicked:after {
    display: none; }
  .collection__headline .paper,
  .paper__stack.animation__clicked .paper {
    background: none;
    border: none;
    box-shadow: none; }

.section__headline {
  padding: 16px 30px 11px;
  margin: -5px 0;
  color: #3a3c4c;
  font-weight: 600;
  letter-spacing: .02em;
  font-size: 18px; }
  @media (max-width: 1023px) {
    .section__headline {
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 10px;
      margin-right: 10px; } }

.collection__header + .section__headline .section__content {
  border-top: none; }


.collection__photo svg {
  stroke: #ff9800; }

.c__primary,
.article a {
  color: #1f8ded; }
 
  
.help-laucher2 {
    position: fixed;
    z-index: 2147483003;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2194f7;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
    animation: intercom-lightweight-app-launcher 250ms ease;
}

.text{
	text-align: center !important;
}