/*==============RESET===================*/

:root {
  --white: #ffffff;
  --red: #d10a10;
  /* --additional-color: #ff6900; 
  --main-grey: #333333;
  --additional-grey: #777;*/
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
  --link-color: #0486be;
  --link-hover-color: #d10a10;
  /*--title-color: #141414;
  --text-color: #141414;
  --label-color: #a1a1a1;
  --header-add-color: #545658;
  --decor-element-color: #8a8c8e;
  --image-color: #f6f6f6;
  --sections-margin-bottom: 1.5rem;
  --sections-max-width: 36.25rem;
  --titles-margin: 2.5rem 0 1.5rem;
  --text-size: 1rem;
  --title-size: 2rem;
  --common-text-margin: 1rem 0;
  --font: ;
  --additional-font: ;
  */
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
}

label,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*=========MAIN-CONTENT===========*/

#un-content {
  margin-bottom: var(--space-5);
  /* padding: 0 8px 8px; */
}

/* @media screen and (min-width: 768px) {
  #un-content {
    padding: 0;
  }
} */

/*==============HEADER==============*/

.un-header {
  margin: 0 auto;
}

.un-header:after,
.un-header:before {
  content: "";
  border-left: 1px solid #999;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

.un-header:before {
  left: 0;
}

.un-header:after {
  right: 0;
}

.un-header__title {
  font-family: "Eugenio Serif", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  display: block;
}

.un-header__image-wrapper {}

.un-header__image {}

.un-header-image__caption {}

.un-header__info {}

.un-header__details {}

.un-header__author {
  display: inline-block;
  font: 500 14px "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

.un-header__date {}

.un-header__share-wrappepr {}

.un-header__share {}

.un-header__share-object {}

.un-header__share-icon {}

.un-header__share-icon_fb {}

.un-header__share-icon_x {}

.un-header__share-icon_whatsapp {}

.un-header__share-icon_mail {}

.un-header__share-icon svg {}

@media screen and (min-width: 1540px) {
  .un-header {
    max-width: 1260px;
  }
}

@media screen and (min-width: 1024px) {
  .un-header__author {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .un-header__info {
    padding: 16px;
  }

  .un-header__author {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .un-header {
    margin-left: 16px;
  }

  .un-header__title {
    font-size: 32px;
    line-height: 32px;
  }
}

/*

.un-header-image__img {
}

.un-header__info-wrapper {
}

.un-header__date time {
}

.un-header__author-info {
}

.un-header__author-info span {
}

.un-header__category {
}

.un-header__author-info {
}

.un-header__date p {
}

.un-header__image:not(:has(figcaption)) {
}

.un-header-image__caption:before {
}

.un-header__excerpt {
}

.un-header__category-name {
}

.un-header__date-icon {
}

.un-header__date-icon svg {
}

*/

/*=============article================*/

.un-article {}

.un-article__paragraph {}

.un-article__headline2 {}

.un-article__headline3 {}

.un-article__callout {
  border-left: solid 4px #3e61bf;
  padding-left: 8px;
}

.un-article__image-wrapper {}

.un-article__image-wrapper:last-of-type {}

.un-article__image {}

.un-article-image__caption {}

.un-article__link,
.un-steps__link,
.un-instruction__link {
  color: #3e61bf;
  text-decoration: underline;
}

.un-article__link:hover,
.un-steps__link:hover,
.un-instruction__link:hover {
  color: #d10a10;
}

.un-article__link,
.un-steps__link,
.un-instruction__link,
.un-comment__link {
  cursor: pointer;
}

.un-article__tags {}

.un-article__tags-headline {}

.un-article__tags-headline span {}

.un-article__tags-list {}

.un-article__tag {}

/*.un-article__blockquote {
    position: relative;
    font-size: 16px;
    margin: 16px 16px 46px 16px;
    border: 2px solid var(--);
    border-radius:20px;
    padding: 25px;
    margin-bottom: 4rem;
}

.un-article__blockquote::after {
    content:"";
    position: absolute;
    border: 2px solid var(--);
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2;
    box-sizing: border-box;
} 
.un-article__blockquote::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid var(--white);
    bottom: -3px;
    left: 50px;
    z-index: 1;
}
.un-article__blockquote cite {
    position: absolute;
    bottom: -30px;
    left: 110px;
    font-size: 13px;
    font-weight: bold;
    color: var(--);
}
.un-article__image-wrapper {
}

*/

/*=========steps==============*/

.un-steps {
  /* padding-top: 30px; */
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  border: 2px solid #3e61bf;
  margin-top: 54px;
}

.un-steps .un-steps__title {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  border-top: 2px solid #3e61bf;
  border-bottom: 2px solid #3e61bf;
  padding: 10px;
}

.un-steps .un-steps__title:first-child{
  border-top: unset;
}

.un-steps__paragraph {
  margin-bottom: 16px;
  padding: 10px;
}

.un-steps__paragraph:last-of-type {
  margin-bottom: 0;
}

.un-steps__image-wrapper {
  margin: 30px 0 30px 0;
  border: .5px grey solid;
}

.un-steps__image {
  display: block;
  height: auto;
  width: 100%;
}

/*.un-steps__text{
  border-left: solid 4px var(--red);
  padding-left: 8px;
}

.un-steps__important{
    font-style: italic;
    border-left: 8px solid var(--red);
    padding-left: 1rem;
}

.un-steps-image__caption {
}

.un-steps-image__img {
}
*/

/*=========instruction=============*/

.un-instruction {
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.un-instruction__title {
  margin: 24px 0 8px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

.un-instruction ol {
  counter-reset: myCounter;
}

.un-instruction li {
  margin: 0 0 8px 0;
  list-style: none;
  padding: 6px;
}

.un-instruction li:last-of-type {
  margin: 0 0 16px 0;
}

.un-instruction li:before {
  content: counter(myCounter);
  display: block;
  width: min-content;
  margin: 0 0.8rem 0 0;
  border: 3px #007FFF solid;
  border-radius: 52%;
  padding: 4px 14px;
  color: #007FFF;
  font-weight: 700;
  text-align: center;
  counter-increment: myCounter;
}

.un-instruction li:first-of-type:before {
  padding: 4px 15px;
}

.un-instruction__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0px auto;
  padding: 0;
}

.un-instruction__item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border-radius: 6px;
  border-right: 2px solid #007FFF;
  border-left: 2px solid #007FFF;
  text-align: inherit;
  text-decoration: none;
  background-color: #eef7ff;
}

.un-instruction__button {
  display: block;
  width: 80%;
  margin: 0 auto 32px;
  border-radius: 6px;
  padding: 15px;
  color: var(--white) !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #007FFF;
  animation: blink 4s linear infinite;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}

.un-instruction__button:hover {
  color: var(--white);
  background-color: #e11229;
}

@keyframes blink {

  0%,
  50% {
    box-shadow: 0 0 10px #000000;
  }

  25%,
  75% {
    box-shadow: none;
  }

  100% {
    box-shadow: 0 0 10px #000000;
  }

  from {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0.8;
  }
}

/*=============COMMENTS==============*/

.un-comments {}

.un-comment__link {
  color: #3e61bf;
  /* font-weight: 700; */
}

.un-comment__link:hover {
  color: #4b88ca;
}

.un-comment__img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.un-comment__more {}

.un-comment__more:hover {}

.un-comment__more a {}

.un-comment__more a:hover {}

.hidden {
  display: none;
}

/*.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}*/

.un-comments {
  --base-font-size: 0.625rem;
  display: flex;
  flex-direction: column;
  color: #000;
  color: var(--dark-text-on-background-color, #000000);
  font-family: Inter, sans-serif;
  font-family: var(--primary-font, Inter, sans-serif);
  font-weight: 400;
  font-size: 87.5%;
  line-height: 1.3;
}

.un-comments__top {
  position: sticky;
  top: var(--reserved-space-top, 0rem);
  z-index: 6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  opacity: 1;
  background-color: var(--background-color, #ffffff);
  transition: opacity 0.2s ease, box-shadow 0.2s;
  white-space: nowrap;
}

.un-comments__top-header {
  position: relative;
  bottom: -2px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
  padding-bottom: 2px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}

.un-comments__top-header button {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-color: var(--accent-color-light, #007fff);
  padding-right: 1.1em;
  padding-left: 1.1em;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}

.un-comments__top-header button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100% !important;
  border-width: 3px;
  border-color: #007fff;
  border-color: var(--accent-color-light, #007fff);
  border-bottom-style: solid;
  transition: width 0.2s;
  transform: translate(-50%, 50%);
}

.un-comments__top-header button div {
  align-self: center;
  width: 100%;
  color: var(--primary-color-100, #000000);
  font-weight: 400;
  font-size: 1.14em;
  text-align: center;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.un-comments__title {
  color: var(--dark-text-on-background-color, #000000);
  font-weight: 400;
  font-size: calc(var(--base-font-size, 0.625rem) * var(--x-small-font, 1));
  text-transform: uppercase;
}

.un-comments__total {
  display: inline-block;
  min-width: auto;
  margin-left: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: calc(0.3 * var(--base-font-size, 0.625rem));
  padding: calc(0.3 * var(--base-font-size, 0.625rem)) calc(0.5 * var(--base-font-size, 0.625rem));
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  font-size: calc(var(--base-font-size, 0.625rem) * var(--x-small-font, 1));
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  white-space: nowrap;
}

.un-comments__total_like {}

.un-comments__number {}

.un-comments__top-status {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border: none;
  border-radius: 3px;
  padding: 0;
  outline: none;
  overflow: visible;
  word-break: keep-all;
  cursor: pointer;
  -webkit-appearance: button;
}

.un-comments__top-status svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  color: var(--dark-text-on-background-color, #000000);
  font-weight: 500;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.un-comment__top-footer {}

.un-comments__top-info {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  height: 100%;
  margin-left: auto;
  word-wrap: break-word;
  word-break: break-word;
}

.un-comment__sort {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-word;
}

.un-comment__sort-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: calc(2.6 * var(--base-font-size, 0.625rem));
  border-width: 2px;
  border-style: solid;
  border-color: var(--background-color, #ffffff);
  border-radius: 2px;
  padding: calc(0.2 * var(--base-font-size, 0.625rem));
  outline: none;
  overflow: visible;
  color: var(--accent-color, #0074e8);
  font-weight: 300;
  font-size: 0.857em;
  text-transform: uppercase;
  background-color: var(--background-color, #ffffff);
  transition: border-color 0.15s, background-color 0.15s, fill 0.15s, stroke 0.15s;
  cursor: pointer;
  -webkit-appearance: button;
  white-space: nowrap;
}

.un-comment__sort-button svg {
  display: inline-block;
  width: calc(1.8 * var(--base-font-size, 0.625rem));
  height: calc(1.8 * var(--base-font-size, 0.625rem));
  overflow: hidden;
  fill: none;
  stroke: currentcolor;
  text-align: center;
}

.un-comment__sort-label {
  position: relative;
  flex-grow: 1;
  order: -1;
  margin: 0 calc(0.5 * var(--base-font-size, 0.625rem));
  text-align: right;
}

.un-comment__select {}

.un-comment {
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}

.un-comment__wrapper {
  position: relative;
  /* border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1)); */
  padding-top: 10px;
  word-wrap: break-word;
  word-break: break-word;
}

.un-comment__wrapper article {
  position: relative;
  display: flex;
  padding: 15px 10px 15px 10px;
}

@media screen and (max-width: 400px) {
  .un-comment__wrapper article {
    position: relative;
    display: flex;
    padding: 10px 5px;
  }
}

.un-comment__avatar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  min-width: 40px;
  margin-right: 20px;
}

.un-comment__avatar button {
  position: relative;
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  outline: none;
  overflow: visible;
  font-size: 0.857em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  -webkit-appearance: button;
}

@media screen and (max-width: 400px) {
  .un-comment__avatar {
    width: 30px;
    min-width: 30px;
    margin-right: 15px;
  }

  .un-comment__avatar button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }
}

.un-comment__avatar-pic {
  --default-avatar-color-0: #d4145a;
  --default-avatar-color-1: #8e78ff;
  --default-avatar-color-2: #ff7300;
  --default-avatar-color-3: #fbb03b;
  --default-avatar-color-4: #ed1e79;
  --default-avatar-color-5: #009244;
  --default-avatar-color-6: #ed1c24;
  --default-avatar-color-7: #2e3192;
  --default-avatar-color-8: #fc7d7b;
  --default-avatar-color-9: #ffcc00;
  --default-avatar-color-10: #3aa17e;
  --default-avatar-color-11: #4f00bc;
  --default-avatar-color-12: #09c9be;
  --default-avatar-color-13: #662d8c;
  --default-avatar-color-14: #00a8c5;
  --default-avatar-color-15: #0053ae;
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 50%;
  transition: border-width 0.1s ease, border-color 0.1s ease, transform 0.1s ease, background-color 0.1s ease;
}

.un-comment__avatar-pic-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 1px;
  color: #fff;
  font-size: 0.857em;
  text-transform: uppercase;
  text-shadow: 0 0 1.43em var(--primary-color-60, rgba(0, 0, 0, 0.6));
  white-space: nowrap;
}

.un-comment__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-width: 0;
}

.un-comment__header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
  padding-bottom: 5px;
  line-height: calc(2 * var(--base-font-size, 0.625rem));
}

.un-comment__name {
  display: block;
  margin-right: 3px;
  overflow: hidden;
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  font-weight: 500;
  font-size: 1em;
  font-style: normal;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
}

.un-comment__time {
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  margin-right: 3px;
  text-transform: uppercase;
  position: relative;
  margin-left: 8px;
  white-space: nowrap;
  font-size: .715em;
  line-height: calc(2 * var(--base-font-size, 0.625rem));
  font-family: var(--primary-font, Inter, sans-serif);
  font-weight: 400;
}

.un-comment__time::before {
  background-color: var(--primary-color-60, rgba(0, 0, 0, 0.6));
  position: absolute;
  top: calc(50% - 2px);
  left: -6px;
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  content: " ";
}

.un-comment__main {
  line-height: 1.643em;
  word-wrap: break-word;
  word-break: break-word;
  font-family: "Inter", sans-serif;
}

.un-comment__footer {
  padding-top: 5px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: nowrap;
}

.un-comment__footer-reply {
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  opacity: .6;
  text-transform: uppercase;
  margin-left: 0;
  padding: 0 .4em 0 0;
  border-left: none;
  line-height: 13px;
  outline: none;
  font-size: .715em;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
  display: inline-block;
}

.un-comment__footer-like {}

.un-comment__footer-action {
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  text-transform: uppercase;
  padding: 0 .4em;
  margin-left: 5px;
  line-height: 13px;
  position: relative;
  outline: none;
  display: inline-block;
  font-size: .715em;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
  line-height: 1.3;
}

.un-comment__footer-action svg {
  position: relative;
  vertical-align: bottom;
  fill: currentcolor;
  bottom: 2px;
  width: 12px;
  height: 12px;
  font-size: 6px;
  line-height: 12px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  stroke: none;
  font-weight: 500;
  text-transform: uppercase;
}


.un-comment__header-container {}

.un-comment__footer-like-btn {}

.un-comment__footer-like-btn span {}

.un-comment__footer-reply-btn {}

.un-comment__footer-reply {}

.un-comment__footer_primary {}

.un-comment__footer_primary::after {}

.un-comment__footer-container {}

.un-comment__info::before {}

.un-comment__info::after {}

.un-comments__subtitile {}

.un-comment__variant {}

.un-comment__select-icon {}

.un-comment__select-icon svg {}


.un-comment__wrapper_lead {}

.un-comment__reply {
  margin-left: 60px;
}

.un-comment__reply-who {
  margin-left: 0;
  padding-left: 0 .4em 0 0;
  border-left: none;
  color: var(--light-text-on-default-color, rgba(0, 0, 0, 0.6));
  font-size: calc(var(--base-font-size, 0.625rem)*var(--x-small-font, 1));
  display: inline-block;
}

@media screen and (max-width: 375px) {
  .un-comments__top-info {
    display: none;
  }
}

/*=========tm-notm==========*/

.notm-title {
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  color: #3e61bf;
}

/*=========ADDITIONAL FOR THIS TEXT-TEMPLATE==========*/

.un-header__image_screenshot {
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .un-header__image_screenshot {
    margin: 0 auto;
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
  .un-header__image_screenshot {
    margin: 0 auto;
    width: 60%;
  }
}

@media screen and (max-width: 450px) {
  .un-header__image_screenshot {
    margin: 0 auto;
    width: 70%;
  }
}

.un-article__image_screenshot-in-text {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}