/* #updated */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Futura PT";
  font-display: swap;
  src: url("../images/futurapt-book.woff2") format("woff2");
  src: url("../images/futurapt-book.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 450;
  font-family: "Futura PT";
  font-display: swap;
  src: url("../images/futurapt-medium.woff2") format("woff2");
  src: url("../images/futurapt-medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Futura PT";
  font-display: swap;
  src: url("../images/futurapt-bold.woff2") format("woff2");
  src: url("../images/futurapt-bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans";
  font-display: swap;
  src: url("../images/notosans-bold.woff2") format("woff2");
  src: url("../images/notosans-bold.woff") format("woff");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
 html{
  min-height: 100vh;
}
 body{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 body{
  min-height: 100%;
  font-family: "Futura PT", "Arial", sans-serif;
  font-size: 62.5%;
  line-height: 1.29;
}
 .main-content{
  padding: 0 60px 80px;
  font: 17px/1.3 "Futura PT", "Arial", sans-serif;
  position: relative;
  background-color: #fff;
  color: rgba(81, 79, 79, 0.9);
}
@media screen and (max-width: 1366px) {
 .main-content{
    padding: 0 30px 40px;
  }
}
@media screen and (max-width: 768px) {
 .main-content{
    padding: 0 20px 30px;
  }
}
.main-content article, .main-content aside, .main-content details, .main-content figcaption, .main-content figure, .main-content footer, .main-content header, .main-content hgroup, .main-content menu, .main-content nav, .main-content section{
  display: block;
}
.main-content blockquote, .main-content q{
  quotes: none;
}
.main-content blockquote:before, .main-content blockquote:after, .main-content q:before, .main-content q:after{
  content: "";
  content: none;
}
 .main-content strong{
  font-weight: bold;
}
 .main-content input{
  outline: none;
}
 .main-content table{
  border-collapse: collapse;
  border-spacing: 0;
}
 .main-content img{
  border: 0;
}
 .main-content a{
  color: #0B62B3;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: transparent;
  text-decoration-thickness: auto;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.1em;
  text-underline-position: from-font;
  transition: text-decoration-color 0.3s ease;
}
 .main-content a:visited{
  color: #0B62B3;
}
 .main-content a:hover{
  text-decoration-color: inherit;
}
 .main-content b{
  font-weight: 700;
}
 .main-content sup{
  font-size: 0.6em;
  vertical-align: super;
  top: 0;
  line-height: 60%;
  white-space: nowrap;
}
 .main-content sub{
  font-size: 0.6em;
  vertical-align: sub;
  bottom: 0;
  line-height: 60%;
  white-space: nowrap;
}
.main-content i,
.main-content :lang(la) {
  font-style: italic;
}
 .main-content p{
  font-size: 17px;
  font-weight: 400;
  line-height: 1.29;
  color: rgba(81, 79, 79, 0.9);
}
 .main-content p + p{
  margin-top: 8px;
}
.main-content p + ul, .main-content ul + p{
  margin-top: 10px;
}
 .main-content .my20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content__wrapper {
  max-width: 1110px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.main-content__left {
  width: 100%;
  padding-top: 12px;
}
.main-content__section {
  margin-bottom: 20px;
}
.main-content__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main-content__section {
    margin-bottom: 20px;
  }
  .main-content__section:last-child {
    margin-bottom: 0;
  }
}
.main-content__section_mb20 {
  margin-bottom: 20px;
}
.main-content__breadcrumbs {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main-content__breadcrumbs {
    margin-bottom: 20px;
  }
}
.main-content__top-title {
  margin-bottom: 20px;
}
.main-content__title {
  margin-bottom: 10px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 450;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  background-color: #832432;
  border-radius: 50px;
}
.main-content__title--green {
  background-color: #00938B;
}
.main-content .main-content__title {
  color: #ffffff;
}
.main-content .main-content__accent-text {
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #832432;
}
 .breadcrumbs{
  display: flex;
}
 .breadcrumbs a{
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 768px) {
 .breadcrumbs a{
    font-size: 14px;
  }
}
 .breadcrumbs a:visited{
  color: rgba(0, 0, 0, 0.65);
}
 .breadcrumbs a:active{
  color: rgba(0, 0, 0, 0.65);
}
 .breadcrumbs span{
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
@media screen and (max-width: 768px) {
 .breadcrumbs span{
    font-size: 14px;
  }
}
.breadcrumbs__item_divider {
  margin: 0 10px;
}
 [data-scroll]{
  opacity: 0;
  transform: translateY(-20px);
}

[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}
 .top-title{
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}
@media screen and (max-width: 768px) {
 .top-title{
    font-size: 24px;
  }
}
 .full-width-img{
  width: 100%;
}
 .full-width-img img{
  display: block;
  width: 100%;
  height: auto;
}
 .special-width-img{
  transform: scale(1.015);
  transform-origin: center top;
}

.main-content__cols {
  display: flex;
  gap: 10px;
}
.main-content__cols  .mobile-only-img{
  display: none;
}
@media screen and (max-width: 640px) {
  .main-content__cols  .desktop-only-img{
    display: none;
  }
  .main-content__cols  .mobile-only-img{
    display: block;
  }
}

.main-content__col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
 .icon-text-block{
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 640px) {
 .icon-text-block{
    flex-direction: column;
    align-items: flex-start;
  }
}
 .icon-text-block img{
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
 .icon-text-block img{
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.icon-text-block + .icon-text-block,
.icon-text-block + p, p + .icon-text-block{
  margin-top: 14px;
}
 .text-list{
  padding-left: 24px;
  list-style-type: disc;
}
 .text-list li{
  line-height: 1.47;
  color: rgba(81, 79, 79, 0.9);
}
 .sources-list{
  margin-top: 40px;
}
.sources-list__title {
  margin-bottom: 20px;
  font-family: "Noto Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.375;
  color: #000000;
}
 .sources-list ol{
  padding-left: 16px;
}
 .sources-list li{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
}
 .sources-list li + li{
  margin-top: 4px;
}
 .right-banner{
  min-height: 589px;
  border-radius: 10px;
  background: #F5F5F5;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
}/*# sourceMappingURL=index.css.map */