@font-face {
  font-family: "AdelleSansClarin";
  src: url("/fonts/AdelleSansClarin-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ClarinvarVF";
  src: url("/fonts/ClarinvarVF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AdelleSansClarin";
  src: url("/fonts/AdelleSansClarin-VF.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --title-color: #000;
  --text-color: #000;
  --link-color: #cd0009;
  --text-color-components: #555;
  --font-title: "ClarinvarVF";
  --font--text: "ClarinvarVF";
  --font-components: "AdelleSansClarin";
  --font-size-h1: 42px;
  --font-size-h2: 30px;
  --font-size-main-text: 23px;
  --main-bg-color: #fff;
  --footer-button-hover-color: #656565;
  --footer-social-icons-color: #d3d3d3;
  --main-bg-color: #fff;
  --header-bg-color: #f5f5f5;
  --header-icon-color: #555;
  --footer-button-color: #fff;
  --footer-button-bg-color: #b3b3b3;
  --sticky-heder-bg-color: #f5f5f5;
  --max-w-large: 1316px;
}

@media screen and (max-width: 1359px) {
  :root {
    --max-w-large: 980px;
  }
}

@media (width < 1025px) {
  :root {
    --font-size-h1: 28px;
    --font-size-h2: 22px;
    --font-size-main-text: 21px;
  }
}

#header,
.header__section,
.header__section_content,
.header__nav_list,
.header__menu,
.header__buttons,
.header__button,
.header__link_list {
  display: flex;
}

.header__link_list {
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: auto hidden;
  white-space: nowrap;
  width: 100%;
}

#header {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

#header > .header__section {
  width: 100%;
  justify-content: center;
}

.header__section_content {
  width: clamp(350px, var(--max-w-large), 100%);
  justify-content: space-between;
  align-items: center;
}

#header > .header__section:nth-child(1) {
  border-bottom: 1px solid #e0e0e0;
  height: 45px;
}

.header__nav_list {
  gap: 12px;
}

.header__nav_list li,
.header__date {
  font-family: var(--font-components);
  font-size: 12px;
  color: var(--text-color-components);
  font-weight: 400;
}

.header__date {
  color: var(--header-icon-color);
}

.header__nav_list li {
  cursor: pointer;
}

.header__nav_list li:nth-child(1) {
  cursor: inherit;
  font-weight: 500;
}

#header > .header__section:nth-child(2) {
  height: 70px;
  background-color: #fff;
}

.header__menu,
.header__buttons {
  align-items: center;
  gap: 15px;
}

.header__menu_button {
  width: 21px;
  height: 22px;
  cursor: pointer;
  fill: var(--header-icon-color);
}

.header__logo {
  width: 140px;
  height: 35px;
  cursor: pointer;
}

.header__button {
  font-family: var(--font-components);
  font-weight: 400;
  font-size: 14px;
  height: 44px;
  padding: 0 32px;
  border-radius: 50px;
  align-items: center;
  cursor: pointer;
}

.suscribite_button {
  background-color: #fddf37;
  transition: all 0.3s;

  &:hover {
    box-shadow: 0 0 5px #fddf37;
  }
}

.reg_button {
  color: var(--text-color-components);
  border: 1px solid #555;
  gap: 12px;
}

.reg_button svg {
  width: 15px;
  height: 18px;
  fill: var(--header-icon-color);
}

#header > .header__section:nth-child(3) {
  height: 70px;
  background-color: var(--header-bg-color);
}

.header__link_list > li {
  padding-inline: 18px;
  border-left: 1px solid #d1d1d1;
  font-family: ClarinvarVF;
  font-variation-settings:
    "wght" 700,
    "opsz" 66;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color-components);
  line-height: 20px;
}

.header__link_list > li:first-child {
  padding-left: 14px;
}

.sc-6c503a1e-1 {
  font-family: var(--font-components);
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
  white-space: nowrap;
  padding-right: 14px;
  color: rgb(85, 85, 85);
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.sc-6c503a1e-1::before {
  content: "";
  display: block;
  background-color: transparent;
  border: 3px solid rgb(204, 0, 27);
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

@media screen and (max-width: 355px) {
  .header__buttons {
    display: none;
  }
}

#footer,
.footer__section {
  display: flex;
}

#footer {
  width: clamp(min(350px, 100%), 1284px, 100%);
  margin: 0 auto;
  flex-direction: column;
}

#footer > .footer__section:nth-child(1) {
  flex-direction: column;
}

#footer > .footer__section:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-block: 1px solid #d1d1d1;
}

.footer__logo {
  width: 140px;
  height: 35px;
  cursor: pointer;
  margin-block: 16px;
}

#footer > .footer__section:nth-child(2) {
  padding-top: 16px;
  gap: 30px;
}

.footer__info_text {
  font-family: var(--font-components);
  font-size: 12px;
  font-weight: 200;
  color: var(--text-color-components);
}

#footer > .footer__section:nth-child(4) > ul > li::marker {
  color: var(--text-color-components);
  font-size: 8px;
}

#aside {
  width: 300px;
}

#aside::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-block: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.aside__title {
  font-family: var(--font-components) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 20px !important;
}

.aside__list li {
  display: flex;
  gap: 10px;
  padding-block: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.aside__list li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.aside__list li p {
  font-family: var(--font-components) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin: 0 !important;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.main_section {
  width: clamp(min(350px, 100%), var(--max-w-large), 100%);
  margin: 0 auto;
  padding: 0 12px;
}

.new_content_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  align-items: flex-start;
  gap: 16px;
}

#text_content {
  width: clamp(min(350px, 100%), 600px, 100%);
  margin: 0 auto;
}

@media (width < 1025px) {
  #aside {
    display: none;
  }
}

.header__section_content {
  width: clamp(min(350px, 100%), var(--max-w-large), 100%);
  padding-inline: 12px;
}

.header__section:nth-child(2) .header__section_content {
  padding-left: 24px;
}

.header__nav_list {
  overflow-x: auto;
}

.header__nav_list li,
.header__date {
  text-wrap: nowrap;
}

@media (width < 1325px) {
  .header__date {
    padding-left: 10px;
  }

  #footer {
    width: clamp(min(350px, 100%), 924px, 100%);
  }

  #footer > .footer__section:nth-child(2) {
    gap: 0;
    justify-content: space-between;
  }

  .footer__info {
    width: 150px;
  }
}

@media (width < 1025px) {
  #header > .header__section:nth-child(2) {
    background-color: var(--header-bg-color);
  }

  #footer {
    padding-inline: 15px;
  }

  #footer > .footer__section:nth-child(2) {
    flex-direction: column;
    height: auto;
  }

  .footer__info {
    width: 100%;
  }
}

@media (width < 970px) {
  #header > .header__section:nth-child(1) {
    display: none;
  }

  .suscribite_button {
    width: 84px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .reg_button {
    padding: 0;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reg_button span {
    display: none;
  }

  .header__link_list {
    overflow-x: scroll;
  }

  .header__link_list li {
    text-wrap: nowrap;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--main-bg-color);
}

ul,
ol,
li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
}

button:focus,
button:focus-visible {
  border: none;
  outline: none;
}

.pre_title {
  margin-block: 15px 20px;
}

.pre_title > p {
  font-family: var(--font-components) !important;
  font-size: 25px;
  font-weight: 600;
  color: var(--title-color);
}

.pre_title > p::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin-block: 20px 15px;
}

.dNpaCH .list-authors {
  display: block;
  font-family: AdelleSansClarin;
  font-variation-settings: "wght" 300;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 21px;
  padding-right: 0.3rem;
}

.dNpaCH {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgb(224, 224, 224);
  margin: 0 auto 1rem;
  width: 100%;

  column-gap: 1rem;
}

.fBFTyG {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.fBFTyG picture img {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background: rgb(241, 241, 241);
}

.fBFTyG picture {
  background: var(--back-color);
  border-radius: 45px;
  max-height: 60px;
  overflow: hidden;
  min-height: 60px;
  object-fit: cover;
  margin-right: 15px;
  min-width: 60px;
}

.dNpaCH .place-social-mobile {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.dNpaCH .SocialMedia {
  border-top: none;
}

.iyySuN {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  padding-bottom: 30px;
  -webkit-box-align: center;
  align-items: center;
  min-width: 50%;
  justify-content: right;
}

.iyySuN .socialContainer {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
}

.iyySuN .socialContainer button {
  cursor: pointer;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid rgb(85, 85, 85);
  background: none;
  -webkit-box-pack: center;
  justify-content: center;
}

.iyySuN .socialContainer button svg {
  fill: rgb(85, 85, 85);
  height: 17.5px;
  width: 21.5px;
}

.iyySuN .comments-number {
  border: none;
  background: none;
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

.iyySuN .comments-number .number {
  color: rgb(85, 85, 85);
  font-family: AdelleSansClarin;
  font-variation-settings: "wght" 600;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 5px;
}

@media (max-width: 1024px) {
  .dNpaCH {
    flex-direction: column;
    border-top: 1px solid rgb(224, 224, 224);
  }

  .dNpaCH .list-authors {
    width: 100%;
    padding: 0.5rem 0px;
  }

  .iyySuN {
    border-top: 1px solid rgb(224, 224, 224);
    width: 100%;
    padding: 1rem 0px;
    -webkit-box-pack: justify;
    justify-content: space-between !important;
  }

  .dNpaCH .place-social-mobile {
    width: 100%;
    border-top: 1px solid rgb(224, 224, 224);
  }
}

#main_page h1,
#main_page h2,
#main_page h3 {
  font-family: var(--font-title);
  color: var(--title-color);
}

#main_page h1 {
  font-size: var(--font-size-h1);
}

#main_page h2 {
  font-size: var(--font-size-h2);
  margin-block: 12px;
}

#main_page p {
  font-family: var(--font-title);
  color: var(--text-color);
  font-size: var(--font-size-main-text);
  margin-block: 12px;
}

#text_content > img {
  width: 100%;
  margin-block: 15px;
}

/*=========CHECKMQ=======*/

/*=============COMMENTS==============*/
.viafoura .vf-expanding-hover-light[v-35fff156]:before {
  border-width: 3px;
}

.viafoura .vf-flex-nav {
  display: flex;
}

.viafoura .vf-flex-nav .vf-nav-label {
  align-self: center;
  text-align: center;
  width: 100%;
}

.viafoura .vf-tabbed-nav {
  display: flex;
  width: 100%;
}

.viafoura .vf-tabbed-nav .vf-nav-button {
  height: 100%;

  position: relative;
  width: 100%;
}

.viafoura .vf-tabbed-nav .vf-nav-label {
  backface-visibility: hidden;
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  font-size: 1.14em;
  font-weight: 300;
  transition: color 0.2s;
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav .vf-nav-label {
    font-size: 1em;
  }
}

.viafoura .vf-tabbed-nav > * {
  height: 100%;
  justify-content: center;
}

.viafoura .vf-tabbed-nav > .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.viafoura .vf-active .vf-nav-label,
.viafoura .vf-nav-button:focus .vf-nav-label,
.viafoura .vf-nav-button:hover .vf-nav-label {
  color: #000;
  color: var(--primary-color-100, #000);
  font-weight: 400;
}

.viafoura .vf-avatar > {
  z-index: 2;
}

.viafoura .vf-avatar:focus >,
.viafoura .vf-avatar:hover > {
  transition:
    border-width 0.1s ease,
    border-color 0.1s ease,
    transform 0.2s ease,
    background-color 0.1s ease;
}

.viafoura .vf-icon-svg {
  display: inline-block;
  text-align: center;
  fill: none;
  stroke: none;
}

.viafoura .vf-icon-svg--stroke {
  stroke: currentcolor;
}

.viafoura .vf-post-name-button:not(:hover):not(:focus) {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
}

.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}

.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}

.viafoura .vf-dropdown-trigger {
  padding: 1em 0;
}

.viafoura .vf-dropdown {
  display: inline-block;
  position: relative;
}

.viafoura .vf-dropdown:before {
  height: 10px;
  opacity: 0;
  transition:
    opacity 0s,
    visibility 0s 0s;
  visibility: hidden;
  width: 10px;
  z-index: 2;
}

.viafoura .vf-dropdown:before {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
}

.viafoura .vf-dropdown__text-trigger {
  border-radius: 3px;
  padding: 5px;
  transition: background-color 0.2s ease;
}

.viafoura .vf-dropdown__text-trigger:not([disabled]):focus,
.viafoura .vf-dropdown__text-trigger:not([disabled]):hover {
  background-color: rgba(0, 116, 232, 0.1);
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
}

.viafoura .vf-dropdown:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
}

.viafoura .vf-dropdown:before {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: " ";
  position: absolute;
  z-index: 3;
}

.viafoura .vf-dropdown-button[v-606f25f2] {
  align-items: center;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  min-height: 26px;
  min-height: calc(var(--base-font-size, 12px) * 2.6);
  transition:
    border-color 0.15s,
    background-color 0.15s,
    fill 0.15s,
    stroke 0.15s;
  white-space: nowrap;
}

.viafoura .vf-dropdown-button--small[v-606f25f2] {
  padding: 2px;
  padding: calc(var(--base-font-size, 12px) * 0.2);
}

.viafoura .vf-dropdown-button__text[v-606f25f2] {
  flex-grow: 1;
  margin: 0 5px;
  margin: 0 calc(var(--base-font-size, 12px) * 0.5);
  position: relative;
  text-align: left;
}

.viafoura .vf-dropdown-button[v-606f25f2] .vf-dropdown-button__icon {
  height: 18px;
  margin-right: 7px;
  margin-right: calc(var(--base-font-size, 12px) * 0.7);
  width: 18px;
}

.viafoura
  .vf-dropdown-button--icon-right[v-606f25f2]
  .vf-dropdown-button__icon {
  margin-left: 7px;
  margin-left: calc(var(--base-font-size, 12px) * 0.7);
  margin-right: 0;
}

.viafoura .vf-dropdown-button--small[v-606f25f2] .vf-dropdown-button__icon {
  margin: 0;
}

.viafoura
  .vf-dropdown-button--icon-right[v-606f25f2]
  .vf-dropdown-button__text {
  order: -1;
  text-align: right;
}

.viafoura .vf-dropdown-button--accent[v-606f25f2] {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-color: #fff;
  border-color: var(--background-color, #fff);
  color: rgb(85, 85, 85);
  color: var(--dark-text-on-background-color, rgb(85, 85, 85));
}

.viafoura .vf-dropdown-button--accent[v-606f25f2]:not([disabled]):focus,
.viafoura .vf-dropdown-button--accent[v-606f25f2]:not([disabled]):hover {
  background-color: rgba(0, 116, 232, 0.1);
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
  border-color: transparent;
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}

.viafoura .vf-dropdown-button--accent[v-606f25f2]:not([disabled]):focus {
}

.viafoura .vf-select-dropdown__trigger {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.viafoura .vf-dropdown-tabs[v-4c13d62a] {
  white-space: nowrap;
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  height: 36px;
  opacity: 1;
  position: sticky;
  top: 0;
  top: var(--reserved-space-top, 0);
  transition:
    opacity 0.2s ease,
    box-shadow 0.2s;
  z-index: 6;
}

.viafoura .vf-dropdown-tabs[v-4c13d62a] .vf-tabbed-nav__tabs {
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}

.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider {
  background-color: rgb(204, 0, 27);
  background-color: var(--accent-color, rgb(204, 0, 27));
}

.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  right: -12px;
  transform: translateX(5px);
}
.viafoura .vf-nav-tab-button__text[v-5517aee9] {
  color: #000;
  font-weight: 400;
}

.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}

.viafoura .comment-nav-right[v-0970e46c] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.viafoura .comment-nav-right__icon[v-0970e46c] svg {
  color: rgb(85, 85, 85);
  color: var(--dark-text-on-background-color, rgb(85, 85, 85));
  height: 12px;
  width: 12px;
}

.viafoura .comment-nav-right__settings-button[v-0970e46c] {
  position: relative;
}

.viafoura .comment-nav-right__settings-button[v-0970e46c]:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: "";
  display: block;
  height: 9px;
  left: auto;
  position: absolute;
  right: 50%;
  top: -9px;
  transform: translateX(50%) rotate(-135deg) scale(0);
  transition: transform 0.4s ease-in-out;
  width: 9px;
  z-index: 7;
}

.viafoura .vf-sort-actions[v-0970e46c] .vf-select-dropdown__trigger {
  align-items: center;

  display: flex;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.viafoura .vf-feedback-survey__link[v-20f0c242]:focus-visible {
  color: rgb(204, 0, 27);
  color: var(--accent-color, rgb(204, 0, 27));
}

.viafoura .vf3-comments__tabbed-nav__right[v-a708f7a2] {
  margin-left: auto;
}

.viafoura {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.viafoura *,
.viafoura :after,
.viafoura :before {
  box-sizing: inherit;
}

.viafoura article,
.viafoura nav,
.viafoura section {
  display: block;
  margin: 0;
  padding: 0;
}

.viafoura h3,
.viafoura ol {
  margin: 0;
  padding: 0;
}

.viafoura ol {
  list-style-type: none;
}

.viafoura img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.viafoura svg:not(:root) {
  overflow: hidden;
}

.viafoura button {
  font-family: inherit;
  font-size: 100%;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

.viafoura button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  padding: 0;
  text-transform: inherit;
}

.viafoura button:active {
  color: inherit;
}

.viafoura button {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

.viafoura div {
  margin: 0;
  padding: 0;
}

.viafoura {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
  background-color: #fff;
  background-color: var(--background-color, #fff);
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  src: url("inter-cyrillic-ext.woff2") format("woff2");
  unicode-range:
    u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  src: url("inter-cyrillic.woff2") format("woff2");
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  src: url("inter-greek-ext.woff2") format("woff2");
  unicode-range: u+1f??;
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  src: url("inter-greek.woff2") format("woff2");
  unicode-range: u+0370-03ff;
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  src: url("inter-vietnamese.woff2") format("woff2");
  unicode-range:
    u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
    u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
    u+1ea0-1ef9, u+20ab;
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  src: url("inter-latin-ext.woff2") format("woff2");
  unicode-range:
    u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  src: url("inter-latin.woff2") format("woff2");
  unicode-range:
    u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
    u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
    u+2215, u+feff, u+fffd;
}

@font-face {
  font-display: swap;
  font-family: viafoura;
  font-style: normal;
  font-weight: 400;
  src:
    url("viafoura.woff2") format("woff2"),
    url("viafoura.woff") format("woff"),
    url("viafoura.ttf") format("truetype");
}

.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  font-family: Inter, sans-serif;
  font-family: var(--primary-font, Inter, sans-serif);
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.3;
}

.viafoura h3 {
  font-weight: 400;
}

.viafoura h3 {
  font-size: 1.43em;
  font-weight: 300;
}

.viafoura .vf-secondary-text {
  font-size: calc(var(--base-font-size, 12px) * var(--small-font, 1.2));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-secondary-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--small-mobile-font, 1.2)
    );
  }
}

.viafoura .vf-label-text {
  font-size: calc(var(--base-font-size, 12px) * var(--x-small-font, 1));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-label-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--x-small-mobile-font, 1)
    );
  }
}

.viafoura .vf-body-text--deprecated {
  font-size: calc(var(--base-font-size, 12px) * var(--body-font, 1.4));
}

.viafoura .vf-label-text {
  text-transform: uppercase;
}

.viafoura .vf-button {
  border: none;
  border-radius: 3px;
}

.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}

.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}

.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}

.viafoura button {
  display: inline-block;
}

.viafoura img {
  border: 0;
}

.viafoura .vf-accent-border-colour {
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
}

.viafoura .vf-offscreen-text {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.viafoura .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.viafoura .vf-tabbed-nav {
  height: 50px;
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav {
    height: 35px;
  }
}

.viafoura .vf-tray-trigger {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 40px;
}

.viafoura .vf-tray-trigger:focus,
.viafoura .vf-tray-trigger:hover {
  color: rgb(204, 0, 27);
  color: var(--accent-color, rgb(204, 0, 27));
}

.viafoura .vf-tray-trigger:active {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}

.viafoura {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.viafoura *,
.viafoura :after,
.viafoura :before {
  box-sizing: inherit;
}

.viafoura article,
.viafoura nav,
.viafoura section {
  display: block;
  margin: 0;
  padding: 0;
}

.viafoura h3,
.viafoura ol {
  margin: 0;
  padding: 0;
}

.viafoura ol {
  list-style-type: none;
}

.viafoura img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.viafoura svg:not(:root) {
  overflow: hidden;
}

.viafoura button {
  font-family: inherit;
  font-size: 100%;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

.viafoura button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  padding: 0;
  text-transform: inherit;
}

.viafoura button:active {
  color: inherit;
}

.viafoura button {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

.viafoura div {
  margin: 0;
  padding: 0;
}

.viafoura {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(
    --dark-text-on-default-color,
    rgb(85, 85, 85)
  );
  background-color: #fff;
  background-color: var(--background-color, #fff);
}

.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  font-family: "AdelleSansClarin";
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.3;
}

.viafoura h3 {
  font-weight: 400;
}

.viafoura h3 {
  font-size: 1.43em;
  font-weight: 300;
}

.viafoura .vf-secondary-text {
  font-size: calc(var(--base-font-size, 12px) * var(--small-font, 1.2));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-secondary-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--small-mobile-font, 1.2)
    );
  }
}

.viafoura .vf-label-text {
  font-size: calc(var(--base-font-size, 12px) * var(--x-small-font, 1));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-label-text {
    font-size: calc(
      var(--base-font-size, 12px) * var(--x-small-mobile-font, 1)
    );
  }
}

.viafoura .vf-body-text--deprecated {
  font-size: calc(var(--base-font-size, 12px) * var(--body-font, 1.4));
}

.viafoura .vf-label-text {
  text-transform: uppercase;
}

.viafoura .vf-button {
  border: none;
  border-radius: 3px;
}

.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}

.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}

.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}

.viafoura button {
  display: inline-block;
}

.viafoura img {
  border: 0;
}

.viafoura .vf-accent-border-colour {
  border-color: rgb(204, 0, 27);
  border-color: var(--accent-color-light, rgb(204, 0, 27));
}

.viafoura .vf-offscreen-text {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.viafoura .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.viafoura .vf-tabbed-nav {
  height: 50px;
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav {
    height: 35px;
  }
}

.viafoura .vf-tray-trigger {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 22px;
  border: 1px solid;
  border-radius: 50%;
}

.viafoura .vf-tray-trigger:focus,
.viafoura .vf-tray-trigger:hover {
  color: rgb(204, 0, 27);
  color: var(--accent-color, rgb(204, 0, 27));
}

.viafoura .vf-tray-trigger:active {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura h3,
.viafoura ol {
  margin: 0 !important;
  padding: 0;
}

.viafoura .vf-post-alert {
  height: 1px;
  overflow: hidden;
  width: 1px;
}

.viafoura .vf3-conversations-list--empty {
  padding-top: 15px;
}

.viafoura .vf-report-content__link[v-fd4632a8]:focus-visible {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

.comments .titleComments {
  font-family: AdelleSansClarin;
  font-weight: 600;
  font-size: 16px;
  padding: 1rem 0 0.5rem;
  color: rgb(0, 0, 0);
  line-height: 28px;
}

@media screen and (max-width: 400px) {
  .comment-nav-right {
    display: none !important;
  }
}

:root {
  /* BLUE THEME */
  --profit-bg-color-1: rgba(234, 245, 255, 1);
  --profit-bg-color-2: rgba(246, 251, 255, 1);
  --profit-bg-color-3: rgba(226, 241, 255, 1);
  --profit-title-bg-color: white;
  --profit-text-color: #003c64;
  --profit-bg-slider-color-1: rgba(69, 172, 255, 1);
  --profit-bg-slider-color-2: rgba(0, 132, 255, 1);
  --profit-border-slider-color: #e9ecee;
  --profit-shadow-title-box-color: #d5e0e8;

  /* RED THEME */
  --red-profit-bg-color-1: rgb(255, 234, 234);
  --red-profit-bg-color-2: rgb(255, 246, 246);
  --red-profit-bg-color-3: rgb(255, 226, 226);
  --red-profit-title-bg-color: white;
  --red-profit-text-color: #640000;
  --red-profit-bg-slider-color-1: rgb(252, 150, 150);
  --red-profit-bg-slider-color-2: rgb(255, 0, 0);
  --red-profit-border-slider-color: #eee9e9;
  --red-profit-shadow-title-box-color: #e8d5d5;

  /* YELLOW THEME */
  --yellow-profit-bg-color-1: rgb(255, 224, 99);
  --yellow-profit-bg-color-2: rgb(255, 224, 67);
  --yellow-profit-bg-color-3: rgb(255, 234, 99);
  --yellow-profit-title-bg-color: white;
  --yellow-profit-text-color: #644e00;
  --yellow-profit-bg-slider-color-1: rgb(255, 246, 198);

  --yellow-profit-bg-slider-color-2: rgb(254, 243, 158);
  --yellow-profit-border-slider-color: #ffffff;
  --yellow-profit-shadow-title-box-color: #c4b67f;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

button {
  font-family: inherit;
}

button {
  cursor: pointer;
}

button {
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Zoom styles */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari only */
  }
}

/* Fading animation */

/* Slideshow container */

/* Hide the images by default */

/* Next & previous buttons */

/* Position the "next button" to the right */

/* On hover, add a black background color with a little bit see-through */

/* Slide number text (1/3 etc) */

/* The dots/bullets/indicators */

/* Zoom styles */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari only */
  }
}

/* Fading animation */

a {
  color: #007fff;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
}

a:hover {
  color: #e11229;
}

p a {
  color: #007fff !important;
  font-weight: inherit !important;
  border-bottom: none !important;
  text-decoration: underline !important;
}

p a:hover {
  color: #e11229 !important;
  background-color: transparent !important;
}

/* New Reg V4 */
.reg-v4 {
  margin-bottom: 40px;
}

.reg-v4__content {
  position: relative;
  max-width: 645px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 35px;
}

.reg-v4__content::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 36px;
  width: 1px;
  height: 88%;
  background-color: #d9303b;
}

.reg-v4__user {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: -32px;
  margin-bottom: 11px;
}

.reg-v4__avatar {
  position: relative;
  width: 64px;
  aspect-ratio: 1 / 1;
  margin-right: 30px;
}

.reg-v4__avatar > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #d9303b;
}

.reg-v4__user p {
  margin: 0;
  font-size: 14px;
}

.reg-v4__content .reg-v4__title {
  width: fit-content;
  margin-bottom: 30px;
  padding: 9px 10px;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  hyphens: auto;
  margin-left: 60px;
  background-color: #fedc6b;
}

.reg-v4__list {
  font-family: var(--font-title) !important;
  font-size: var(--font-size-main-text) !important;
  margin-left: 50px !important;
}

.reg-v4__content > ul {
  margin: 0 auto 25px;
  padding: 0;
  font: inherit;
  text-align: left;
  list-style: none;
}

.reg-v4__content > ul li {
  position: relative;
  margin: 8px 0;
  padding-left: 12px;
}

.reg-v4__content > ul li:last-child {
  margin-top: 20px;
}

.reg-v4__content > ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -56px;
  width: 15px;
  height: 15px;
  background-color: #d9303b;
  border-radius: 50%;
}

.reg-v4 .reg-v4__text {
  font-size: 14px;
  margin-left: 60px;
}

.reg-v4__list a {
  color: #007fff !important;
  text-decoration: underline;
}

.reg-v4__list a:hover {
  color: #e11229 !important;
}

@media (max-width: 767px) {
  .reg-v4__content {
    padding-bottom: 20px;
    padding-left: 38px;
  }

  .reg-v4__content::before {
    height: 85%;
  }

  .reg-v4__content .reg-v4__title {
    font-size: 22px;
  }

  .reg-v4__content > ul li::before {
    left: -59px;
  }
}

.pntr-ev {
  pointer-events: none;
}

.img-com {
  width: 85%;
  height: auto;
  object-fit: cover;
}

.wa {
  height: 27px;
  align-self: center;
  justify-self: center;
  display: flex;
  width: 27px;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.mb20 {
  position: relative;
  margin-bottom: 20px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  /* Modern browsers alternative for clip */
  clip-path: inset(50%) !important;
}

.capit {
  text-transform: capitalize;
}

.but-share {
  width: 27px;
  height: 27px;
  align-self: center;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.p0b0 {
  padding: 0;
  border: none;
}

.mb2 {
  margin-bottom: 2rem;
}

.another_b {
  color: #e11229;
}

/* Comments thread: parent + replies like Viafoura */
.viafoura .vf3-conversations-list {
  position: relative;
}

.storyTitle {
  margin-bottom: 30px;
}

.at-video-vert {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 694 / 462;
  max-height: none;
  margin: 0 auto;
  background: #000;
  object-fit: contain;
  object-position: center;
}

.reg-v4 {
  --reg-v4-avatar-box-size: calc(
    var(--reg-v4-avatar-size) + var(--reg-v4-avatar-gap) * 2 +
      var(--reg-v4-avatar-border-width) * 2
  );

  --reg-v4-line-width: 1px;

  --reg-v4-dot-center-left: calc(
    var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) +
      var(--reg-v4-line-width) / 2
  );
}

.reg-v4,
.reg-v4 * {
  box-sizing: border-box !important;
  font-family: var(--reg-v4-font-family);
}

.reg-v4 b {
  font-weight: var(--reg-v4-step-bold) !important;
}

.reg-v4 .reg-v4__content {
  position: relative !important;
  max-width: 645px !important;
  margin: 0 auto !important;
  padding-top: var(--reg-v4-content-padding-top);
  padding-bottom: var(--reg-v4-content-padding-bottom);
  padding-left: var(--reg-v4-content-padding-left);
  color: var(--reg-v4-text-color);
}

.reg-v4 .reg-v4__content::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-line-top);
  left: var(--reg-v4-line-left);
  width: var(--reg-v4-line-width);
  height: var(--reg-v4-line-height);
  background-color: var(--reg-v4-accent);
}

.reg-v4 .reg-v4__user {
  position: static !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0 !important;
}

.reg-v4 .reg-v4__avatar {
  position: absolute !important;

  top: 0 !important;

  left: 0 !important;

  width: var(--reg-v4-avatar-box-size);
  height: var(--reg-v4-avatar-box-size);

  border: var(--reg-v4-avatar-border);
  border-radius: var(--reg-v4-avatar-radius);

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;

  z-index: 2 !important;
}

.reg-v4 .reg-v4__avatar > img {
  display: block !important;
  width: var(--reg-v4-avatar-size);
  height: var(--reg-v4-avatar-size);
  border-radius: inherit !important;
  object-fit: cover !important;
}

.reg-v4 .reg-v4__name {
  display: inline-block !important;
  margin: 0 !important;
  font-size: var(--reg-v4-name-font-size);
  font-weight: var(--reg-v4-name-font-weight);
  line-height: var(--reg-v4-name-line-height);
  color: var(--reg-v4-name-color);
  text-decoration: none !important;
}

.reg-v4 .reg-v4__title {
  width: fit-content !important;
  margin: var(--reg-v4-title-margin);
  padding: var(--reg-v4-title-padding);
  background-color: var(--reg-v4-title-bg);
  color: var(--reg-v4-title-color);
  font-size: var(--reg-v4-title-font-size);
  font-weight: var(--reg-v4-title-font-weight);
  line-height: var(--reg-v4-title-line-height);
  letter-spacing: var(--reg-v4-title-letter-spacing);
  text-transform: var(--reg-v4-title-text-transform);
  border-radius: var(--reg-v4-title-radius);
  hyphens: auto !important;
}

.reg-v4 .reg-v4__content > ul {
  margin: 0 auto 25px !important;
  padding: 0 !important;
  font: inherit !important;
  text-align: left !important;
  list-style: none !important;
}

.reg-v4 .reg-v4__content > ul li {
  position: relative !important;
  margin: var(--reg-v4-step-margin);
  padding: 0 !important;
  font-size: var(--reg-v4-step-font-size);
  line-height: var(--reg-v4-step-line-height);
}

.reg-v4 .reg-v4__content > ul li:last-child {
  margin-top: var(--reg-v4-last-step-margin-top);
}

.reg-v4 .reg-v4__content > ul li::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-dot-top);
  left: var(--reg-v4-dot-center-left);
  width: var(--reg-v4-dot-size);
  height: var(--reg-v4-dot-size);
  background-color: var(--reg-v4-accent);
  border-radius: var(--reg-v4-dot-radius);
  transform: translate(-50%, -50%) !important;
}

.reg-v4 .reg-v4__link,
.reg-v4 .reg-v4__list a {
  color: var(--reg-v4-link);
  text-decoration: underline !important;
}

.reg-v4 .reg-v4__link:hover,
.reg-v4 .reg-v4__list a:hover {
  color: var(--reg-v4-link-hover);
}

.reg-v4 .reg-v4__list a {
  font-weight: var(--reg-v4-link-bold) !important;
}

.reg-v4 .reg-v4__text {
  margin: var(--reg-v4-note-margin);
  font-size: var(--reg-v4-note-font-size);
  color: var(--reg-v4-note-color);
}

@media (max-width: 767px) {
  .reg-v4 {
    --reg-v4-content-padding-left: var(--reg-v4-content-mobile-padding-left);
    --reg-v4-line-left: var(--reg-v4-line-mobile-left);
    --reg-v4-avatar-size: var(--reg-v4-avatar-mobile-size);
    --reg-v4-avatar-margin-bottom: var(--reg-v4-avatar-mobile-margin-bottom);
  }

  .reg-v4 .reg-v4__content {
    padding-bottom: var(--reg-v4-content-mobile-padding-bottom);
  }

  .reg-v4 .reg-v4__content::before {
    height: var(--reg-v4-line-mobile-height);
  }
}

.mvt-content {
  display: none;
}

#image .mvt-content:nth-child(1) {
  display: block;
}

.reg-v4 {
  --reg-v4-accent: #005890;
  /* timeline line and step markers color */

  --reg-v4-title-bg: #e3e3e3;
  /* title background */
  --reg-v4-title-color: #000;
  /* title text color */

  --reg-v4-text-color: #000;
  /* main text color */
  --reg-v4-font-family: Arial, sans-serif;
  /* font family for the whole block */

  --reg-v4-button-bg: #005890;
  /* button background color */
  --reg-v4-button-hover-bg: #007fff;
  /* button hover background */
  --reg-v4-button-text-color: #ffffff;
  /* button text color */
  --reg-v4-button-text-transform: uppercase;
  /* button text transform */

  --reg-v4-link: #e11229;
  /* link color */
  --reg-v4-link-hover: #007fff;
  /* link hover color */
  --reg-v4-link-bold: inherit;
  /* font weight link */

  --reg-v4-note-color: #464b5a;
  /* note text color */

  --reg-v4-content-padding-top: 16px;
  /* top padding of content */
  --reg-v4-content-padding-bottom: 8px;
  /* bottom padding of content */
  --reg-v4-content-padding-left: 75px;
  /* left padding reserved for avatar, line and markers */

  --reg-v4-content-mobile-padding-left: 58px;
  /* left padding on mobile */
  --reg-v4-content-mobile-padding-bottom: 20px;
  /* bottom padding on mobile */

  --reg-v4-avatar-size: 54px;
  /* avatar image size */
  --reg-v4-avatar-mobile-size: 47px;
  /* avatar image size on mobile */
  --reg-v4-avatar-gap: 0px;
  /* gap between image and border */
  --reg-v4-avatar-border: none;
  /* avatar border */
  --reg-v4-avatar-border-width: 0px;
  /* border width, must match border */
  --reg-v4-avatar-radius: 50%;
  /* avatar border radius */
  --reg-v4-avatar-margin-bottom: -60px;
  /* avatar bottom margin */
  --reg-v4-avatar-mobile-margin-bottom: -50px;
  /* avatar bottom margin on mobile */

  --reg-v4-line-left: 27px;
  /* vertical line horizontal position */
  --reg-v4-line-mobile-left: 19px;
  /* vertical line horizontal position on mobile */
  --reg-v4-line-top: 20px;
  /* vertical line starting position */
  --reg-v4-line-height: 93%;
  /* vertical line height */
  --reg-v4-line-mobile-height: 92%;
  /* vertical line height on mobile */
  --reg-v4-line-width: 1px;
  /* vertical line width */

  --reg-v4-dot-size: 11px;
  /* step marker size */
  --reg-v4-dot-radius: 50%;
  /* 50% = circle, 0 = square */
  --reg-v4-dot-top: 0.65em;
  /* marker vertical position */

  --reg-v4-name-font-size: 16px;
  /* author name font size */
  --reg-v4-name-font-weight: 700;
  /* author name font weight */
  --reg-v4-name-line-height: 18px;
  /* author name line height */
  --reg-v4-name-color: var(--ue-c-comments-user-name-color, #000);
  /* author name color */

  --reg-v4-title-font-size: 1.1875rem;
  /* title font size */
  --reg-v4-title-font-weight: 800;
  /* title font weight */
  --reg-v4-title-line-height: 1.5rem;
  /* title line height */
  --reg-v4-title-letter-spacing: 0;
  /* title letter spacing */
  --reg-v4-title-text-transform: uppercase;
  /* title text transform */
  --reg-v4-title-padding: 16px 13px;
  /* title padding */
  --reg-v4-title-margin: 4px 0 25px;
  /* title margin */
  --reg-v4-title-radius: 4px;
  /* title border radius */

  --reg-v4-step-font-size: 19px;
  /* step text font size */
  --reg-v4-step-line-height: 1.35;
  /* step line height */
  --reg-v4-step-margin: 8px 0;
  /* spacing between steps */
  --reg-v4-last-step-margin-top: 20px;
  /* top margin of last step */
  --reg-v4-step-bold: 700;
  /* font weight for bold text like labels inside <b> tag */

  --reg-v4-note-font-size: var(--font-size-main-text);
  /* note font size */
  --reg-v4-note-margin: 0 0 20.647px;
  /* note margin */

  --reg-v4-button-width: 100%;
  /* button width */
  --reg-v4-button-mobile-width: 90%;
  /* button width on small screens */
  --reg-v4-button-margin: 0 auto 20px;
  /* button margin */
  --reg-v4-button-mobile-margin-left: 10px;
  /* button left margin on mobile */
  --reg-v4-button-padding: 19px;
  /* button padding */
  --reg-v4-button-font-size: 16px;
  /* button font size */
  --reg-v4-button-font-weight: 700;
  /* button font weight */
  --reg-v4-button-radius: 10px;
  /* button border radius */
  --reg-v4-button-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  /* button shadow */
}

.reg-v4 {
  --reg-v4-accent: #db2d36;
  --reg-v4-avatar-border: #db2d36;
  --reg-v4-avatar-border-width: 1px;
  --reg-v4-title-bg: #fedc6b;
  --reg-v4-button-bg: #db2d36;
  --reg-v4-button-hover-bg: #007fff;
  --reg-v4-button-radius: 54px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

#form {
  max-width: 450px;
  width: 100%;
  margin: 30px auto;
}