﻿@import "./variables.generated.css";
@import "./fonts.generated.css";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
*, *:after, *:before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: 700;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
  min-height: 200px;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*POPUPS*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  position: relative;
  width: 100%;
  cursor: auto;
  max-width: 680px;
  /*!!!!!!!!!!!!!!!!!*/
  /*max-height: 70vh;*/
  /*!!!!!!!!!!!!!!!!!*/
  padding: 2em 1em 2em 2em;
}

.mfp-move-vertical .mfp-inline-holder .mfp-content,
.mfp-move-vertical .mfp-ajax-holder .mfp-content {
  background: #fff;
}

.mfp-inline-holder .mfp-content .white-popup {
  overflow: auto;
  max-height: calc(70vh - 4em);
  scrollbar-color: var(--buttonAndLinkColor) #e4e4e4;
  scrollbar-width: thin;
}

.mfp-inline-holder .mfp-content .white-popup::-webkit-scrollbar {
  width: 8px;
}

.mfp-inline-holder .mfp-content .white-popup::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 1em;
}

.mfp-inline-holder .mfp-content .white-popup::-webkit-scrollbar-thumb {
  background-color: var(--buttonAndLinkColor);
  border-radius: 1em;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*MENU*/
.topMenu {
  /*position: relative;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  z-index: 2;
}

@media (max-width: 780px) {
  .topMenu {
    flex-direction: column;
  }
}
._onDarkBg .topMenu, .topMenu._onDarkBg {
  color: inherit;
}

._onDarkBg .topMenu .topMenu__link:after, .topMenu._onDarkBg .topMenu__link:after {
  background-color: #fff;
}

.topMenu__info {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
  margin: 40px 0;
  font-size: 0.625rem;
  line-height: 0.75rem;
  align-items: center;
}

@media (max-width: 780px) {
  .topMenu__info {
    display: none;
  }
}
.topMenu__left, .topMenu__right {
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.topMenu__left {
  width: calc(16.66667% - 30px);
}

.topMenu__right {
  width: calc(83.33333% - 30px);
  justify-content: flex-end;
}

.topMenu__contact {
  width: calc(33.33333% - 30px);
  text-align: right;
}

.topMenu__socials {
  width: calc(25% - 30px);
  text-align: right;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topMenu__nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

@media (max-width: 780px) {
  .topMenu__nav {
    flex-direction: column;
  }
}
@media screen and (min-width: 780px) and (max-width: 9999px) {
  .topMenu__nav {
    justify-content: center;
    margin-bottom: -15px;
  }
}
@media (max-width: 641px) {
  .topMenu__nav {
    padding-bottom: 15px;
  }
}
.topMenu__item {
  color: var(--mainMenuColor);
  word-wrap: break-word;
  display: inline-block;
}

.topMenu__item:hover {
  color: var(--mainMenuHoverColor);
}

.topMenu__item:hover > .topMenu__link {
  color: var(--mainMenuHoverColor);
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 641px) and (max-width: 780px) {
  .topMenu__item {
    margin: 0;
  }
}
.topMenu__item._bottom {
  position: absolute;
  bottom: 25px;
}

@media screen and (min-width: 780px) and (max-width: 9999px) {
  .topMenu__item._bottom {
    display: none;
  }
}
@media (max-width: 641px) {
  .topMenu__item._bottom {
    display: none;
  }
}
.topMenu__link {
  position: relative;
  display: inline-block;
  padding: 0 1em 1.5em 1em;
  color: var(--mainMenuColor);
  text-decoration: none;
}

.topMenu__link._moreMenu {
  display: none;
}

.topMenu__link .triangle-pointer {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-left: 1px solid var(--light);
  border-top: 1px solid var(--light);
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 3;
}

.topMenu__item:hover > .topMenu__link .triangle-pointer {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.topMenu__link .dropdown-pointer {
  /* position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #111 #111;*/
  position: absolute;
  right: -3px;
  top: 2px;
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%232f323e'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .topMenu__link .dropdown-pointer {
    display: none;
  }
}
.topMenu__item:hover > .topMenu__link .dropdown-pointer {
  opacity: 0;
}

@media (max-width: 1200px) {
  .topMenu__link {
    padding: 0 0.5em 1.5em 0.5em;
  }
}
@media (max-width: 780px) {
  .topMenu__link {
    padding: 10px;
    width: 100%;
  }
  .topMenu__link .triangle-pointer {
    opacity: 1;
    left: 20px;
  }
}
.topMenu__burger {
  display: flex;
}

.topMenu__callMe {
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topMenu__callMe img {
  width: 22px;
  margin-right: 7.5px;
}

@media screen and (min-width: 641px) and (max-width: 9999px) {
  .topMenu__callMe {
    display: none;
  }
}
._menuWithoutIcons .iconText__icon {
  display: none;
}

@media screen and (min-width: 641px) and (max-width: 780px) {
  ._menuWithoutIcons .iconText__text {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  ._menuWithoutIcons .row {
    padding-left: 0;
    padding-right: 0;
  }
}
/*MENU DROPDOWN*/
.topMenu__item .subMenu__wrap {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  padding: 2em 0;
  /*  min-height: 200px;*/
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  max-height: 60vh;
  overflow: auto;
  overscroll-behavior: contain;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  box-shadow: 0px 10px 7px -6px rgba(117, 117, 117, 0.5);
  z-index: 2;
}

.topMenu__item:hover .subMenu__wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media (max-width: 780px) {
  .topMenu__item .subMenu__wrap {
    position: relative;
    top: auto;
    padding: 1em 0;
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    box-shadow: none;
  }
  .topMenu__item .subMenu__wrap .row__1-3 {
    width: 100%;
  }
}
.topMenu__item .subMenu {
  list-style: none;
  padding: 0;
}

.topMenu__item .subMenu__item {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.topMenu__item .subMenu__item ul {
  list-style: none;
  padding: 0 0.8em 0.5em 0.8em;
}
.topMenu__item .subMenu__item ul a {
  display: block;
  text-decoration: none;
  padding: 0.25em 0;
  color: #757575;
}

.topMenu__item .subMenu__item:hover .subMenu__link {
  color: var(--mainMenuHoverColor);
}

.topMenu__item .subMenu__link {
  display: block;
  padding: 0.5em 0.8em;
  text-decoration: none;
  color: var(--mainMenuColor);
}

/*HEADER*/
.header {
  position: sticky;
  top: -120px;
  padding: 1em 0 0 0;
  /*margin-bottom: 1em;*/
  background-color: #F7F9FB;
  z-index: 10;
  /*box-shadow: 0px 1px 2px #0060a5c2;*/
}

@media (max-width: 780px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .header.open .header__menu {
    max-height: 1000px;
    height: calc(100vh - 90px);
    overflow: auto;
    opacity: 1;
    visibility: visible;
  }
}
.header__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.header-wrapper {
  width: 50%;
  color: #1663A4;
}
.header-wrapper .header__subtitle {
  display: block;
}

@media (max-width: 1100px) {
  .header-wrapper {
    width: calc(100% - 300px);
  }
}
@media (max-width: 780px) {
  .header__wrap {
    margin-bottom: 0;
  }
  .header-wrapper {
    width: 100%;
  }
}
.header__container {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 641px) {
  .header__container {
    padding: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  .header__container {
    padding: 15px;
  }
}
.footer-logo > a, .footer-logo img {
  display: block;
  max-width: 180px;
}

.header__logo {
  flex: 0 0 280px;
  height: 100px;
}
.header__logo > a {
  display: block;
  width: 100%;
}
.header__logo img {
  display: block;
  height: 100%;
  max-height: 100px;
}

@media (max-width: 780px) {
  .header__logo > a, .footer-logo > a, .footer-logo img {
    width: 150px;
  }
  .header__logo {
    height: 50px;
    flex: 0 0 200px;
  }
  .header__logo img {
    max-height: 50px;
  }
}
.header__logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header__block {
  display: flex;
  align-items: center;
  flex: 0.5 1 auto;
}

.header__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 550px) {
  .header__info {
    flex-direction: column;
  }
  .header__info > * {
    margin-bottom: 1em;
  }
}
.header__title {
  font-size: 13px;
  color: var(--mainMenuColor);
}

.header__title a {
  text-decoration: none;
  color: inherit;
}

.header__title span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.header__subtitle {
  display: none;
  flex: 0 1 auto;
}

.header__subtitle-icon {
  display: inline-block;
  text-decoration: none;
  color: var(--mainMenuColor);
}

.header__subtitle-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 19'%3E%3Cpath fill='%230060A5' d='M19.556 1.605c-6.867-1.2-10.822-1.41-18.34 0-1.721 5.456-1.518 8.398 0 13.53C3 15.5 4.594 15.5 6.49 16.1L10.386 19l3.413-2.9 5.757-.966c1.882-5.28 1.968-8.247 0-13.529Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.2' d='M5.25 10.125h9.188M5.25 7.125h9.188'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 450px) {
  .header__subtitle {
    flex: 1 1 auto;
    color: unset;
    /*text-transform: uppercase;*/
    margin-bottom: 1em;
  }
}
input.header__info-input {
  border: none;
  background: transparent;
  padding: 0.85em 1em;
}

.header__info-bottom {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  border: 1px solid #BEE0F0;
  border-radius: 2em;
  margin-top: 1.5em;
}

@media (max-width: 550px) {
  .header__info-bottom {
    margin-top: 0;
  }
}
.button.header__info-button {
  transition: none;
}

.header__menu {
  position: relative;
  /* margin-bottom: 1.5em;*/
  background-color: inherit;
}

@media (max-width: 780px) {
  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: 0 18px 18px -13px rgba(0, 0, 0, 0.35);
    transition: opacity 0.3s ease-in-out;
  }
}
._menuWithoutIcons .header.open .header__container {
  max-height: inherit;
}

@media screen and (min-width: 641px) and (max-width: 780px) {
  ._menuWithoutIcons .header {
    position: sticky;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    z-index: 999;
  }
  ._menuWithoutIcons .header:before {
    width: 100%;
  }
  ._menuWithoutIcons .header__container {
    margin: 0 auto;
    max-width: 1370px;
  }
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  ._menuWithoutIcons .header__container .mobileLogo {
    display: block;
  }
  ._menuWithoutIcons .header__container .topMenu__callMe {
    display: block;
  }
  ._menuWithoutIcons .header__container .burger__bottom {
    height: 0;
  }
  ._menuWithoutIcons .header__container .iconText._menuLink .iconText__text {
    margin: 0 auto;
  }
  ._menuWithoutIcons .header__container .topMenu__item._bottom {
    display: none;
  }
  ._menuWithoutIcons .header__container .topMenu__burger .burger {
    height: 66px;
    margin-top: -18px;
  }
}
/*MOBILE HEADER*/
.burger {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 780px) and (max-width: 9999px) {
  .burger {
    display: none;
  }
}
@media (max-width: 641px) {
  .burger {
    /*  height: 66px;*/
    margin-top: 0;
  }
  .burger__bottom {
    display: none;
  }
}
.burger.open .burger__line:nth-child(1) {
  transform: rotate(45deg);
}

.burger.open .burger__line:nth-child(2) {
  opacity: 0;
}

.burger.open .burger__line:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -14px;
}

@media (max-width: 641px) {
  .burger.open .burger__line:nth-child(3) {
    margin-top: -12px;
  }
}
.burger.open .burger__bottom {
  margin-top: 32px;
}

.burger__line {
  background-color: var(--mainMenuColor);
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  transition: 0.3s;
  opacity: 1;
}

@media (max-width: 641px) {
  .burger__line {
    margin-bottom: 2.5px;
    margin-top: 2.5px;
  }
}
.burger__bottom {
  height: 1px;
  width: 25px;
  background-color: #8f80ad;
  position: absolute;
  bottom: 10px;
}

.mobileLogo {
  width: 100%;
  text-align: center;
  display: none;
  align-items: flex-start;
  justify-content: center;
}

.mobileLogo img {
  max-height: 55px;
}

.mobileLogo.open {
  display: flex;
}

@media (max-width: 641px) {
  .mobileLogo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*Footer*/
.footer {
  width: 100%;
  position: relative;
  margin-top: auto;
}

.footer__navigation {
  flex: 1 1 calc(100% - 150px);
}

.footer__content {
  max-width: 100%;
  padding: 4% 0;
  background-color: #fff;
  background-image: url("img/feedbackBackground.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .footer__content {
    background-image: none;
  }
}
@media screen and (max-width: 786px) {
  .footer__content {
    padding: 4% 0;
  }
}
/*@media screen and (max-width:650px) {
  .footer__content {
    padding: 4% 0;
  }
}*/
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.footer__nav-item--1, .footer__col--1 {
  width: 30%;
}

.footer__nav-item--2, .footer__col--2,
.footer__nav-item--3, .footer__col--3 {
  width: 35%;
  padding-left: 5%;
  border-left: 1px solid #1889F1;
}

.footer__nav-item--3, .footer__col--3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1100px) {
  .footer__nav-item--2, .footer__col--2,
  .footer__nav-item--3, .footer__col--3 {
    padding-left: 1.5em;
  }
}
@media (max-width: 768px) {
  .footer__nav-item--1, .footer__col--1,
  .footer__nav-item--2, .footer__col--2,
  .footer__nav-item--3, .footer__col--3 {
    width: 50%;
  }
  .footer__nav-item--3, .footer__col--3 {
    flex-direction: column;
    padding-left: 0;
    border-left: none;
    margin-top: 0.5em;
  }
}
@media (max-width: 500px) {
  .footer__nav-item--1, .footer__col--1,
  .footer__nav-item--2, .footer__col--2,
  .footer__nav-item--3, .footer__col--3 {
    width: 100%;
  }
  .footer__nav-item--2, .footer__col--2 {
    padding-left: 0;
    border-left: none;
    margin-top: 0.5em;
  }
}
.footer__row {
  padding-top: 4.5em;
  padding-bottom: 2em;
}

@media (max-width: 768px) {
  .footer__row {
    padding: 2em 15px;
  }
}
.footer__list {
  padding: 0;
  list-style-type: none;
}

.footer__item + .footer__item {
  margin-top: 0.7em;
}

.footer__link {
  position: relative;
  display: inline-block;
  color: var(--mainMenuColor);
  text-decoration: none;
  transition: 0.3s;
}

.footer__link:hover {
  color: var(--buttonAndLinkColor);
}

.footer__info {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 960px) {
  .footer__info {
    flex-direction: column;
  }
}
@media (max-width: 641px) {
  .footer__info {
    margin: 0;
  }
}
.footer__copyright {
  align-self: flex-end;
  font-size: 10px;
}

.footer__copyright a {
  opacity: 0.6;
  text-decoration: none;
  transition: 0.2s ease-out;
}

.footer__copyright a:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .footer__copyright {
    align-self: flex-start;
    font-size: 10px;
  }
}
.footer__social {
  width: 100%;
  margin-top: -2em;
}

@media (max-width: 768px) {
  .footer__social {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .footer__social .socials {
    justify-content: flex-start;
  }
}
/*.footer__social .socials__item ._vk {
  background-image: url("img/vk_footer.svg")
}

.footer__social .socials__item ._ok {
  background-image: url("img/ok_footer.svg")
}


.footer__social .socials__item ._teleg {
  background-image: url("img/teleg_footer.svg")
}

.footer__social .socials__item:hover ._vk {
  background-image: url("img/vk_hover.svg")
}

.footer__social .socials__item:hover ._ok {
  background-image: url("img/ok_hover.svg")
}

.footer__social .socials__item:hover ._teleg {
  background-image: url("img/teleg_hover.svg")
}
*/
.footer__iconText {
  overflow: hidden;
}

.footer__iconText .iconText._link {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 53 20'%3E%3Cpath stroke='%231663A4' stroke-linecap='round' stroke-linejoin='round' stroke-width='5' d='M3 17 25.596 3 50 17'/%3E%3C/svg%3E");
  background-position: 50% 48%;
  background-size: 50% 20%;
  background-repeat: no-repeat;
  transition: 0.5s linear;
}

.footer__iconText .iconText._link:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 53 20'%3E%3Cpath stroke='%23b9d0ed' stroke-linecap='round' stroke-linejoin='round' stroke-width='5' d='M3 17 25.596 3 50 17'/%3E%3C/svg%3E");
}

.footer__iconText .iconText__text {
  display: none;
}

@media (max-width: 1100px) {
  .footer__iconText .iconText._link {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .footer__iconText {
    margin-top: 1em;
    order: 1;
  }
}
@media (max-width: 550px) {
  .footer__iconText {
    margin-left: auto;
  }
}
.footer__tel {
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  color: #818295;
  font-size: 0.583rem;
  line-height: 22px;
}

.footer__tel a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 641px) {
  .footer__tel a {
    font-size: 18px;
    color: #574582;
    text-decoration: underline;
    display: block;
    margin-top: 7.5px;
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .footer__tel {
    width: auto;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 641px) {
  .footer__tel {
    font-size: 15px;
    order: 3;
    margin: 30px 0;
  }
}
/*GRID*/
.multycolumn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1370px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.multycolumn_wrapper .row {
  width: calc(33% - 15px);
  flex-grow: 0;
}

.multycolumn_wrapper .row__content {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1200px) {
  .multycolumn_wrapper .row {
    width: calc(50% - 15px);
  }
}
@media (max-width: 780px) {
  .multycolumn_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .multycolumn_wrapper .row {
    width: 100%;
  }
}
.row {
  position: relative;
  padding: 50px 0;
}

@media (max-width: 1170px) {
  .row {
    padding: 30px 0;
  }
}
@media (max-width: 780px) {
  .row {
    padding: 15px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  .row {
    padding-left: 70px;
  }
}
.row._forForm {
  padding: 100px 0;
}

@media (max-width: 1170px) {
  .row._forForm {
    padding: 60px 0;
  }
}
.row__content {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .row__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row__content._full {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  margin: 0;
}

@media screen and (max-width: 780px) {
  .row__content._full {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row__content._full_pic {
  display: unset;
  padding: 7px;
}

.row__content_pic {
  max-width: unset;
  justify-content: center;
  align-items: center;
}

.row__full {
  width: 100%;
  word-wrap: break-word;
}
.row__full--footer {
  margin-top: 40px;
}

@media (max-width: 641px) {
  .row__full {
    margin: 0;
  }
}
.row__bottom {
  width: 100%;
  margin-top: 40px;
}

.row_1 {
  width: 100%;
}

.row_1.image + .row_1.text {
  margin-top: 1.5em;
}

.row__1-2 {
  width: calc(47.08333% - 30px);
  word-wrap: break-word;
}
.row__1-2:first-child {
  margin-right: 15px;
}
.row__1-2:last-child {
  margin-left: 15px;
}

@media screen and (max-width: 780px) {
  .row__1-2 {
    width: calc(100% - 30px);
  }
}
@media (max-width: 641px) {
  .row__1-2 {
    margin: 0;
    width: 100%;
  }
}
.row__1-3 {
  width: calc(33.33333% - 30px);
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 641px) {
  .row__1-3 {
    width: calc(100% - 30px);
  }
}
@media (max-width: 641px) {
  .row__1-3 {
    margin: 0;
    width: 100%;
  }
}
.row__2-3 {
  width: calc(66.66667% - 30px);
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 641px) {
  .row__2-3 {
    width: calc(100% - 30px);
  }
}
@media (max-width: 641px) {
  .row__2-3 {
    margin: 0;
    width: 100%;
  }
}
.row__1-4 {
  width: calc(25% - 30px);
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 780px) {
  .row__1-4 {
    width: calc(33.33333% - 30px);
  }
}
@media (max-width: 641px) {
  .row__1-4 {
    margin: 0;
    width: 100%;
  }
}
.row__title {
  margin-bottom: 30px;
}

@media (max-width: 1170px) {
  .row__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 641px) {
  .row__title {
    margin-bottom: 15px;
  }
}
.row__text {
  margin: 30px 0;
  /*  margin-top: 45px*/
}

@media (max-width: 1170px) {
  .row__text {
    margin: 20px 0;
    /*    margin-top: 30px*/
  }
}
.row._first {
  padding: 0;
}

.row._top {
  padding: 0;
  padding-top: 20px;
}

@media (max-width: 1170px) {
  .row._top {
    padding-top: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  .row._top {
    padding-left: 70px;
  }
}
.row._bottom {
  padding: 0;
  padding-bottom: 120px;
}

@media (max-width: 1170px) {
  .row._bottom {
    padding-bottom: 60px;
  }
}
/**/
.row__content .custom-form {
  width: 100%;
}

.row__content .custom-form__content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}

.row__content .custom-form .row__full {
  padding-bottom: 5px;
}

.row__content .custom-form .validation-summary-errors {
  color: #d64a44;
  font-size: 0.6rem;
}

.row__content .custom-form .field-validation-error {
  color: #d64a44;
  font-size: 0.6rem;
  opacity: 1;
}

.row__content .custom-form .field-validation-valid {
  opacity: 0;
  font-size: 0.6rem;
}

.row__content .custom-form input[type=radio],
.row__content .custom-form input[type=checkbox] {
  width: auto;
}

.row__content .custom-form .input-validation-error {
  border-color: #d64a44;
}

.row__content .custom-form .select {
  margin-top: 25px;
  width: 100%;
  font-size: 0.583rem;
}

.row__content .custom-form .valid {
  border-color: #3BB364;
}

.row__content .custom-form .label {
  font-size: 0.583rem;
}

@media (max-width: 641px) {
  .row__content .custom-form .input,
  .row__content .custom-form .select,
  .row__content .custom-form .textarea {
    margin-top: 15px;
  }
}
.row__content ._center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row__content__submit {
  margin-top: 50px;
}

/*col*/
.col-6 {
  flex: 0 1 50%;
  padding: 0 0.5em;
}
@media (max-width: 800px) {
  .col-6 {
    flex: 1 1 100%;
  }
  .col-6 + .col-6 {
    margin-top: 1.5em;
  }
}

.wg-gridList_popup {
  margin: 0 auto;
  max-width: 1170px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 8px #9d9d9d;
  position: relative;
}

.wg-gridList_popup-img {
  padding-top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 0;
  max-height: 240px;
  margin: 18px 0;
}

.wg-gridList_popup-name {
  font-size: 24px;
  margin-bottom: 16px;
}

.wg-gridList_popup-headline {
  margin-bottom: 14px;
  font-size: 16px;
}

/*defaultBlocks*/
.defaultBlocks {
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
}
.defaultBlocks .row__content {
  max-width: 920px;
  margin: 0;
}
.defaultBlocks .text {
  font-size: 1.25em;
}
.defaultBlocks .article-banner img {
  display: block;
  width: 100%;
}
.defaultBlocks--center .row__content {
  margin: 0 auto;
}

/*NEWS*/
.side-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.side-block__inner {
  width: 100%;
}

.side-block__base {
  flex: 0 1 calc(80% - 30px);
}
.side-block__base .article-list-item {
  max-width: 100%;
  padding: 0 30px 0 0;
  margin-bottom: 2.5em;
}

.tileGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.side__wrap .side__title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 1em;
}

.side-block__base .video-collection__video {
  padding-top: 0;
}

.side-block__base .article-banner .video-wrapper .video-post {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  border-radius: 2em;
  overflow: hidden;
}

.side-block__base .article-banner .video-wrapper .video-post iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.side-block__side {
  flex: 0 1 20%;
}
.side-block__side > .row {
  padding-top: 0;
}

.side__text-link + .side__text-link {
  margin-top: 1em;
}

.side__text-link a {
  display: block;
  padding: 0.5em 0;
  color: var(--mainMenuColor);
  transition: 0.3s linear;
}

.side__text-link img {
  display: block;
  width: 100%;
}

.side__text-link:hover a {
  color: var(--accent);
}

.side__text-link .side__date {
  margin-bottom: 0;
  font-size: 0.7em;
  font-weight: 300;
  color: #7C868E;
}

.article-list-item {
  max-width: 920px;
  padding: 0 30px;
  margin: 0 auto 2.5em auto;
}

.article-list-item:last-of-type {
  margin: 0 auto;
}

.article-list-item a:not(.btn) {
  text-decoration: none;
  color: inherit;
}

.article-list-item .video-post {
  aspect-ratio: 16/9;
  margin: 0;
}

.article-list-item iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.article__meta-news {
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 1em 0;
}

.article__title {
  display: block;
  margin-bottom: 1em;
}

.article__brif {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 1.5em;
  overflow: hidden;
  margin-bottom: 1em;
}

.news-link {
  padding-left: 0;
}

@media (max-width: 786px) {
  .side-block__base, .side-block__side {
    flex: 0 1 100%;
  }
  .side__text-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .side__text-link a {
    flex: 1 1 200px;
  }
  .side__text-link .side__caption {
    align-self: center;
    padding-left: 20px;
  }
  .side__date {
    flex: 1 1 100%;
  }
  .side-block__side {
    margin-top: 30px;
  }
  .article-list-item {
    padding: 0 15px;
  }
}
@media (max-width: 650px) {
  .article-list-item {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .side__text-link .side__caption {
    padding-left: 0;
  }
}
.news-title__wrapper {
  margin-bottom: 30px;
}

.news-title__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1em;
  text-decoration: none;
  color: unset;
}

.news-title__link::after {
  content: "";
  transform: translateX(0);
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-left: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 7'%3E%3Cpath stroke='%231889F1' stroke-linecap='round' stroke-linejoin='round' d='m11 1 2 2.5m0 0L11 6m2-2.5H1'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s linear;
}

.news-title__link:hover {
  color: var(--accent);
}

.news-title__link:hover::after {
  transform: translateX(5px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 7'%3E%3Cpath stroke='%23E68F00' stroke-linecap='round' stroke-linejoin='round' d='m11 1 2 2.5L11 6'/%3E%3Cpath stroke='%23E68F00' stroke-linecap='round' d='M1 3.5h12'/%3E%3C/svg%3E");
}

.row__news {
  display: grid;
  align-content: flex-start;
  grid-template-rows: 1fr 1fr;
  flex: 0 1 32%;
  border-radius: 0.5em;
  margin-bottom: 2em;
  overflow: hidden;
}
.row__news:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.row__news .column-image a {
  display: block;
  height: 100%;
}
.row__news .column__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 786px) {
  .row__news {
    flex: 0 1 49%;
  }
  .row__news:nth-last-child(-n+4) {
    margin-bottom: 2em;
  }
}
@media (max-width: 600px) {
  .row__news {
    flex: 0 1 100%;
  }
}
.row__news .column__text-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.75em;
  font-size: 12px;
  font-weight: 300;
  color: #535D72;
}

.row__news .meta-news__source a {
  color: var(--mainMenuColor);
  text-decoration: none;
}

.row__news .column__content {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em 0.5em 1.5em;
  background-color: #F7F9FB;
  color: var(--bodyColor);
}

.row__news .column__text-title {
  margin-bottom: 0.25em;
  line-height: 1.5;
  font-weight: 600;
}

.row__news .column__text-brif {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 1.5em;
  overflow: hidden;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.hideBrif .row__news .column__text-brif {
  display: none;
}

.row__news .column-text__link {
  margin-top: auto;
  text-align: right;
}

/*Slider news*/
.row__news + .newsSlider {
  max-width: 450px;
  margin: 1.5em auto 0 auto;
}

@media (max-width: 786px) {
  .row__news + .newsSlider {
    max-width: 510px;
  }
}
@media (max-width: 600px) {
  .row__news + .newsSlider {
    max-width: 410px;
  }
}
@media (max-width: 500px) {
  .row__news + .newsSlider {
    max-width: 310px;
  }
}
@media (max-width: 400px) {
  .row__news + .newsSlider {
    max-width: 280px;
  }
}
.singleNewsSlide__content {
  padding: 1em 0;
}

.singleNewsSlide__content + .singleNewsSlide__content {
  border-top: 1px solid #DBE0EB;
}

.singleNewsSlide__date {
  font-size: 12px;
  font-weight: 300;
}

.singleNewsSlide__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 45px;
  overflow: hidden;
}

.singleNewsSlide__title a {
  display: block;
  padding: 0.5em 0;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.newsSlider .owl-dots {
  display: flex;
  justify-content: center;
}

.newsSlider .owl-dot {
  margin: 0 5px;
}

.newsSlider .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--mainMenuColor);
}

.newsSlider .owl-dot.active span {
  background-color: #D9D9D9;
}

.ncoPage {
  display: grid;
  grid-template-columns: 60% 35%;
  justify-content: space-between;
  gap: 3%;
}

.ncoPage__infoRow {
  display: grid;
  grid-template-columns: 25% 70%;
  justify-content: space-between;
  gap: 3%;
  margin-bottom: 1.5em;
}
.ncoPage__infoRow .ncoPage__caption {
  font-size: 1em;
}

@media (max-width: 780px) {
  .ncoPage, .ncoPage__infoRow {
    grid-template-columns: 100%;
    gap: 0;
  }
  .ncoPage__right {
    order: -1;
    margin: 20px 0;
  }
}
.ncoPage__caption {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--main);
}

.ncoPage__avatar {
  margin: 0 0 1.5em 0;
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--accent);
}
.ncoPage__avatar img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

.ncoPage__name {
  font-size: 1.15em;
  font-weight: 600;
}

.ncoPage__logo {
  max-width: 250px;
  margin-bottom: 1.5em;
}

.ncoPage__contacts + .ncoPage__contacts {
  margin-top: 1em;
}

.ncoPage__social {
  margin-bottom: 1.5em;
}

.ncoPage__links {
  margin: 1.5em 0;
}
.ncoPage__links a {
  display: block;
}
.ncoPage__links a + a {
  margin-top: 0.5em;
}

.ncoPage__news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.ncoPage__text.ncoPage__textHidden {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.ncoPage__text.ncoPage__textHidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 37%, rgba(255, 255, 255, 0) 100%);
}
.ncoPage__text p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.ncoPage__text p:last-child {
  margin-bottom: 0;
}
.ncoPage__text ol, .ncoPage__text ul {
  padding-left: 1em;
}
.ncoPage__text ol li + li, .ncoPage__text ul li + li {
  margin-top: 0.65em;
}

.ncoPage__btnMore {
  padding: 0.5em 0.5em 0.5em 0;
  font-weight: 600;
  color: var(--main);
}

/*ncoNav__list*/
.ncoNav__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.ncoNav__item {
  position: relative;
  background-color: var(--accent);
  border-radius: 0.2em;
  transition: 0.3s linear;
}
.ncoNav__item a {
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: inherit;
}
.ncoNav__item:hover {
  background-color: var(--mainMenuColor);
  color: #fff;
}
.ncoNav__item + .ncoNav__item {
  margin-left: 1em;
}

/*page coach*/
.pageTrainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pageTrainer__image {
  width: calc(48.75% - 30px);
}

.pageTrainer__image img {
  width: 100%;
}

.pageTrainer__info {
  width: calc(48.75% - 30px);
}

.pageTrainer__job {
  color: #51545f;
  font-size: 0.625rem;
}

.pageTrainer__title {
  margin: 20px 0;
}

.pageTrainer__description {
  font-size: 0.625rem;
  color: #51545f;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 100px;
}

/*SLIDERS*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*imageWText*/
.imageWText {
  padding-top: 86%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.imageWText:hover .imageWText__overlay {
  opacity: 0;
}

.imageWText__overlay {
  transition: 0.25s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}

.imageWText__info_text-position-horizontal {
  display: flex;
  position: unset;
  height: 100%;
}

.imageWText__info_text-position-horizontal_center {
  justify-content: center;
}

.imageWText__info_text-position-horizontal_left {
  justify-content: flex-start;
}

.imageWText__info_text-position-horizontal_right {
  justify-content: flex-end;
}

.imageWText__topText {
  font-size: 1.083rem;
  font-weight: 100;
  margin-bottom: 7.5px;
  color: #aaaaaa;
}

.imageWText__name {
  font-size: 1.25rem;
  font-weight: 600;
  justify-content: center;
}

.imageWText__name_text-position-vertical_top {
  align-items: flex-start;
  top: 0;
}

.imageWText__name_text-position-vertical_before {
  opacity: 0;
}

.imageWText__name_text-position-vertical_center {
  top: calc(50% - 1.45em);
}

.imageWText__name_text-position-vertical_bottom {
  bottom: 0;
}

.imageWText__name_text-position-vertical_under {
  opacity: 0;
}

.imageWText__name_text-center {
  text-align: center;
  padding: 0.82em 0.82em;
}

.imageWText_position {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: inherit;
  padding: 0;
  background-position: center center;
}

.imageWText_position:before {
  display: block;
  content: "";
  width: 100%;
}

.imageWText_position_circle {
  border-radius: 50%;
}

.imageWText_position_circle .imageWText__overlay {
  border-radius: 50%;
  transition: 0.25s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}

.imageWText_position_circle .imageWText__name_text-center {
  text-align: center;
  padding: 2.5em 1.83em;
  position: absolute;
}

.imageWText_position_circle .imageWText__name_text-position-vertical_center {
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.imageWText_position_1by1 {
  padding-bottom: 100%;
}

.imageWText_position_3by4 {
  padding-bottom: 133.33%;
}

.imageWText_position_3by9 {
  padding-bottom: 300%;
}

.imageWText_position_9by16 {
  padding-bottom: 177.77%;
}

.imageWText_position_4by3 {
  padding-bottom: 75%;
}

.imageWText_position_9by3 {
  padding-bottom: 33.33%;
}

.imageWText_position_16by9 {
  padding-bottom: 56.25%;
}

.outside-name {
  padding: 0.83em 0.83em;
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

.outside-name_noneBefore {
  display: none;
}

.outside-name_noneAfter {
  display: none;
}

/*TestSTINDEX*/
.TestSTINDEX {
  display: grid;
  grid-template-areas: "l1 p r1" "l2 p r2" "f  f f ";
  grid-template-columns: 20% 1fr 20%;
  /*grid-template-rows: minmax(300px, 1fr) auto;*/
  width: 100%;
}

.TestSTINDEX > .Questions__item:nth-child(1) {
  grid-area: l1;
}

.TestSTINDEX > .Questions__item:nth-child(2) {
  grid-area: l2;
}

.TestSTINDEX > .Questions__item:nth-child(3) {
  grid-area: r1;
}

.TestSTINDEX > .Questions__item:nth-child(4) {
  grid-area: r2;
}

.TestSTINDEX .Questions__pic {
  grid-area: p;
  padding: 1em;
  max-height: 500px;
}

.TestSTINDEX .Questions__pic img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.TestSTINDEX .Questions__footer {
  grid-area: f;
  margin-top: 1.5em;
  text-align: center;
}

.TestSTINDEX .Questions__footer .result {
  margin-top: 1.5em;
  font-size: 1.5em;
}

.TestSTINDEX .Questions__footer .result p + p {
  margin-top: 1.5em;
}

.TestSTINDEX .Questions__text {
  display: block;
}

.TestSTINDEX .Questions__item input:not([type=radio]) {
  display: block;
  width: 100%;
}

.Questions__pic img {
  display: block;
}

@media (max-width: 650px) {
  .TestSTINDEX {
    grid-template-areas: "l1 p" "l2 p" "l3 p" "l4 l4" "f f";
    grid-template-columns: 50% 50%;
  }
  .TestSTINDEX > .Questions__item:nth-child(3) {
    grid-area: l3;
  }
  .TestSTINDEX > .Questions__item:nth-child(4) {
    grid-area: l4;
  }
  .TestSTINDEX > .Questions__item {
    margin-bottom: 1em;
  }
  .TestSTINDEX .Questions__pic {
    padding: 0 0 0 0.5em;
  }
}
/*Questions*/
.Questions {
  width: 100%;
}

.Questions__row + .Questions__row {
  margin-top: 1em;
}

.Questions__text {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  color: var(--main);
}

.Questions__list {
  margin-left: 1.5em;
  list-style: none;
}

.Questions__item input[type=number] {
  padding: 0.5em;
  border: 1px solid var(--main);
}

.Questions__item input[type=number]:focus {
  border: 1px solid var(--accent);
  outline: none;
}

.Questions__label {
  position: relative;
  display: block;
  padding: 0.5em 0 0.5em 2em;
  cursor: pointer;
}

.Questions__label input {
  position: absolute;
  left: 0;
  top: 0.5em;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  border: 1px solid var(--accent);
}

.Questions__label input:checked {
  background-color: var(--accent);
}

.Questions-result h2 {
  margin-bottom: 1em;
  color: var(--accent);
}

.Questions-result__item + .Questions-result__item {
  margin-top: 1em;
}

/*FormVideoTest*/
.FormVideoTest .Questions__text {
  display: flex;
}

.FormVideoTest .Questions__label ol li + li {
  margin-top: 1em;
}

.FormVideoTest .Questions__label {
  padding-left: 3em;
}

.FormVideoTest__actions {
  text-align: center;
}

.main-video-test-body {
  margin-top: 1em;
  text-align: center;
}

.main-video-test-body * + * {
  margin-top: 1em;
}

.Questions__text .Questions__num {
  margin-right: 0.5em;
}

/*_tileInOneColumn*/
.tile__collection {
  display: flex;
  flex-wrap: wrap;
  /*  justify-content: space-between;*/
  width: 100%;
  gap: 0 20px;
}
.tile__collection._tileInOneColumn {
  flex-direction: column;
  flex-wrap: nowrap;
}
.tile__collection._tileInOneColumn .tile__item {
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 auto;
}
.tile__collection._tileInOneColumn .tile__link-title,
.tile__collection._tileInOneColumn .tile__text-brif,
.tile__collection._tileInOneColumn .tile__text-text {
  padding: 0.5em 0 0.5em 1em;
}
.tile__collection._tileInOneColumn .tile__photo {
  aspect-ratio: 3/1;
}
.tile__collection._tileInThreeColumn .tile__photo {
  aspect-ratio: 2/1;
}
.tile__collection._tileInThreeColumn .tile__photo img {
  object-fit: contain;
}
.tile__collection._tileInThreeColumn .btn {
  margin-top: auto;
}

.tile__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(33% - 11px);
  margin-bottom: 30px;
}
.tile__item:hover .tile__link-title {
  color: var(--main);
  text-decoration: underline;
}
.tile__item:hover .btn:after {
  transform: translateX(5px);
}
.tile__item.widePic .tile__photo {
  flex: 4 1 320px;
  aspect-ratio: 3/1;
}
.tile__item.widePic .tile__text {
  flex: 1 1 320px;
}
.tile__item.narrowPic .tile__photo {
  flex: 1 1 320px;
}
.tile__item.narrowPic .tile__text {
  flex: 4 1 320px;
}
.tile__item.halfPic .tile__photo, .tile__item.halfPic .tile__text {
  flex: 1 1 320px;
}

.tile__photo {
  border-radius: 0.5em;
  overflow: hidden;
}
.tile__photo a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.tile__image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tile__text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  transition: 0.3s linear;
}

.tile__link {
  margin-bottom: 0.5em;
}

.tile__link-title,
.tile__title {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  transition: 0.3s linear;
}

.tile__link-title {
  padding: 0.5em 0;
}

.tile__title {
  padding: 0.5em 1em;
}

.tile__subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0 0.5em;
}

.row__content._full .tile__link-title,
.row__content._full .tile__title {
  font-size: 1.25em;
  font-weight: 600;
}

@media (max-width: 780px) {
  .tile__item {
    flex: 0 1 calc(50% - 10px);
  }
  .tile__photo {
    aspect-ratio: 2/1;
  }
  .tile__link-title, .tile__title {
    font-weight: 500;
  }
}
@media (max-width: 550px) {
  .tile__item {
    flex: 0 1 100%;
  }
}
/*tileGallery*/
.tileGallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  margin: 0;
}

.tileGallery__item {
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  margin-top: 35px;
}

@media screen and (max-width: 780px) {
  .tileGallery__item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 960px) {
  .tileGallery__item {
    width: calc(33.33333% - 30px);
  }
}
@media (max-width: 641px) {
  .tileGallery__item {
    margin-right: 0;
    margin-left: 0;
    margin-top: 25px;
  }
}
@media (max-width: 641px) {
  .tileGallery__item {
    width: 100%;
  }
}
.tileGallery__title {
  font-size: 18px;
}

/*articleTile*/
.articleTile__collection {
  max-height: 700px;
  height: 100%;
  overflow: auto;
  scrollbar-color: var(--buttonAndLinkColor) #e4e4e4;
  scrollbar-width: thin;
}

.articleTile__collection::-webkit-scrollbar {
  width: 8px;
}

.articleTile__collection::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 1em;
}

.articleTile__collection::-webkit-scrollbar-thumb {
  background-color: var(--buttonAndLinkColor);
  border-radius: 1em;
}

.articleTile__item {
  border-radius: 1.5em;
  overflow: hidden;
}

.articleTile__item + .articleTile__item {
  margin-top: 1.5em;
}

.articleTile__photo {
  /*height: 200px;*/
  aspect-ratio: 2/1;
  overflow: hidden;
}

.articleTile__photo a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.articleTile__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articleTile__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em 1.5em 0.5em 1.5em;
  min-height: 120px;
  background-color: #F7F9FB;
}

.articleTile__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.25em;
  line-height: 1.5;
  font-weight: 600;
}

.articleTile__subtitle {
  margin-bottom: 1.25em;
  overflow: hidden;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.articleTile__link {
  text-align: right;
}

.pageTitle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

@media (max-width: 780px) {
  .pageTitle {
    flex-wrap: wrap;
  }
}
.pageTitle._notFirst .pageTitle__title {
  margin-top: 35px;
  margin-bottom: 20px;
}

.pageTitle__text {
  font-size: 1.5rem;
  color: #5f498a;
}

@media (max-width: 641px) {
  .pageTitle__text {
    font-size: 24px;
    width: 100%;
  }
}
._accent .pageTitle__text {
  color: #fff;
}

.pageTitle__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageTitle__icon {
  width: 34px;
  height: 34px;
  margin-right: 25px;
  margin-top: -5px;
}

@media (max-width: 641px) {
  .pageTitle__icon {
    margin-right: 10px;
    min-width: 33px;
  }
}
@media (max-width: 780px) {
  .pageTitle__breadcrumbs {
    width: 100%;
  }
}
/*bannersCollection*/
.bannersCollection {
  width: 100%;
}

.bannersCollection__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 190px;
  padding: 1.5em 2.5em;
  border-radius: 1.5em;
  text-align: center;
  background-color: #B7E4FC;
  background-position: center right;
  background-size: cover;
}

.bannersCollection__title {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--mainMenuColor);
}

.btn--bannersCollection {
  max-width: 250px;
  width: 100%;
  padding: 1em;
  color: #232426;
  background-color: #fff;
}

.btn--bannersCollection:hover {
  color: #fff;
}

.bannersCollection__title + .btn--bannersCollection {
  margin-top: 1.5em;
}

.bannersCollection__item + .bannersCollection__item {
  margin-top: 0.5em;
}

.bannersCollection__notice {
  margin-top: 1.1em;
  font-size: 14px;
}

.gosUslygi {
  font-weight: 500;
  color: #E81D1D;
}

.gosUslygi span {
  color: #1053F3;
}

/*simpleBigImage*/
.simpleBigImage {
  max-height: 70vh;
  padding-top: 56.25%;
  background-size: cover;
  position: relative;
}

/*._topBlockUnderHeader .first .simpleBigImage {
  margin-top: -193px
}*/
/*@media (max-width: 780px) {
  ._topBlockUnderHeader .first .simpleBigImage {
    margin-top: -15px
  }
}*/
.simpleBigImage__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.78;
  width: 100%;
  height: 100%;
}

.simpleBigImage__wrapper {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 641px) {
  .simpleBigImage__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 780px) {
  .simpleBigImage__wrapper {
    padding: 0;
  }
}
.simpleBigImage__wrapper._full {
  padding: 0;
  max-width: 100%;
  margin: 0;
}

.simpleBigImage__content {
  margin-top: -40%;
}

/*infoBanner*/
.infoBanner .simpleBigImage {
  border-radius: 1.5em;
}

.infoBanner__wrapper {
  position: relative;
}

.infoBanner__wrapper .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  font-size: 1.25em;
  max-width: 80%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*glossary*/
.glossary {
  width: 100%;
  /*max-width: 350px;*/
  padding-left: 1.5em;
}

@media (max-width: 1200px) {
  .glossary {
    max-width: 650px;
    padding-left: 1.5em;
  }
}
@media (max-width: 1100px) {
  .glossary {
    padding-left: 1em;
  }
}
.glossary__item {
  padding: 1.1em 0 1em 0;
  border-bottom: 1px solid #DBE0EB;
}

.glossary__item:first-child {
  padding-top: 0;
}

.glossary__item:last-child {
  border-bottom: none;
}

.glossary__title {
  margin-bottom: 0.75em;
  font-size: 20px;
}

.glossary__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 300;
  overflow: hidden;
  max-height: 55px;
}

/*cQuote*/
.cQuote {
  margin-top: 18%;
  background-color: var(--main);
  color: #fff;
  background-position: top right;
  background-size: cover;
}

.cQuote__container {
  max-width: 920px;
  margin: -18% auto 0 auto;
}

.cQuote__autor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

.cQuote__photo {
  flex: 0 1 48%;
  border-top: 5px solid #D9ECF7;
  border-bottom: 5px solid #D9ECF7;
  border-left: 15px solid #D9ECF7;
  border-right: 3px solid #D9ECF7;
  border-radius: 100%;
  overflow: hidden;
}

.cQuote__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cQuote__name {
  flex: 0 1 48%;
  margin-top: 15%;
  font-size: 14px;
  font-weight: 300;
}

.cQuote__text {
  margin-bottom: 5%;
  font-size: 18px;
  font-weight: 300;
  font-style: oblique;
}

@media (max-width: 1100px) {
  .cQuote {
    background-image: none !important;
  }
  .cQuote__container {
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  .cQuote__photo, .cQuote__name {
    flex: 0 1 100%;
  }
  .cQuote__name {
    margin-top: 2em;
  }
  .cQuote__text {
    font-size: 16px;
  }
}
/*advantage*/
.advantage.textToRight,
.advantage.textToLeft {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.advantage.textToRight .advantage__title,
.advantage.textToLeft .advantage__title {
  flex: 0 1 calc(100% - 55px - 0.5em);
  margin-top: 0;
}

.advantage.textToRight .advantage__icon,
.advantage.textToLeft .advantage__icon {
  flex: 0 0 55px;
  height: auto;
}

.advantage.textToRight .advantage__icon {
  margin-right: 0.5em;
}

.advantage.textToLeft .advantage__icon {
  margin-left: 0.5em;
}

.advantage__icon {
  width: 70px;
  height: 60px;
}

@media (max-width: 780px) {
  .advantage__icon {
    margin: 0 auto;
    height: 70px;
  }
}
.advantage__title {
  font-size: 1.08rem;
  font-weight: 500;
  color: inherit;
  margin-top: 1.6rem;
}

.advantage__title a {
  font-size: 14px;
  font-weight: 300;
  color: var(--main);
}

@media screen and (max-width: 641px) {
  .advantage__title {
    width: calc(75% - 30px);
  }
}
@media (max-width: 780px) {
  .advantage.textToRight .advantage__title {
    text-align: initial;
  }
  .advantage.textToLeft .advantage__title {
    text-align: right;
  }
  .advantage__title {
    text-align: center;
    margin: 0 auto;
    margin-top: 1.6rem;
    width: 100%;
  }
}
.advantage__text {
  color: inherit;
  font-size: 0.7rem;
  /*margin-top: .8rem;*/
  margin-bottom: 1rem;
  line-height: 1rem;
}

@media screen and (max-width: 641px) {
  .advantage__text {
    width: calc(75% - 30px);
  }
}
@media (max-width: 780px) {
  .advantage__text {
    text-align: center;
    margin-top: 0.9rem;
    width: 100%;
  }
}
@media (max-width: 641px) {
  .advantage__text {
    font-size: 13px;
  }
}
.advantage._big .advantage__text {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (max-width: 641px) {
  .advantage._big .advantage__text {
    font-size: 13px;
  }
}
/*advantageCollection*/
.advantageCollection {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}

.advantageCollection__item {
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33% - 20px);
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  .advantageCollection__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 641px) {
  .advantageCollection__item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 25px;
  }
}
.advantageCollection._threeInRow .advantageCollection__item {
  width: calc(33.33333% - 30px);
}

@media (max-width: 641px) {
  .advantageCollection._threeInRow .advantageCollection__item {
    width: 100%;
  }
}
/*materials*/
.materials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*.materials__docs,
.materials__content {
  flex: 0 1 calc(50% - 10px);
}


@media(max-width: 780px) {
  .materials__docs,
  .materials__content {
    flex: 0 1 100%;
  }
}
*/
.materials__title {
  margin-bottom: 0.8em;
  line-height: 1.45;
}

.materials__docs-list {
  margin: 0 0 1.5em 0;
  list-style: none;
}

.materials__docs-item + .materials__docs-item {
  margin-top: 0.55em;
}

.materials-item {
  display: inline-block;
  padding: 0.5em 0;
  text-decoration: none;
  color: inherit;
}

.materials-item:hover, .materials-item:hover .materials-item__info {
  color: var(--main);
}

.materials-item--hasIcon {
  position: relative;
  padding-right: 40px;
}

.materials__docs-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
}

.materials__docs-icon svg, .materials__docs-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.materials-item__title {
  margin-right: 0.5em;
  font-weight: 600;
}

.materials-item__info {
  font-size: 0.8em;
  color: #7C868E;
}

.materials-item__info span {
  font-size: 1.1em;
  margin-left: 0.25em;
  font-weight: 500;
  color: var(--accent);
}

/*CVideoBannerNav*/
.CVideoBannerNav__row {
  display: grid;
  grid-template-columns: 65% 35%;
  min-height: 335px;
}

.CVideoBannerNav__video {
  display: grid;
  grid-template-areas: "stuck";
  border-radius: 2em 0 0 2em;
  overflow: hidden;
}

.CVideoBannerNav__videoWrapper {
  aspect-ratio: 16/9;
  grid-area: stuck;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.CVideoBannerNav__videoWrapper.isPlay {
  opacity: 1;
}

.CVideoBannerNav__cover {
  position: relative;
  padding: 2em;
  grid-area: stuck;
  display: grid;
  align-content: center;
  background-position: top center;
  background-size: cover;
}

.CVideoBannerNav__cover .title {
  color: var(--accent);
}

.CVideoBannerNav__cover.isPlay {
  display: none;
}

.CVideoBannerNav__cover > * {
  position: relative;
}

.CVideoBannerNav__cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.CVideoBannerNav__videoWrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CVideoBannerNav__actions {
  margin-top: 2em;
}

.CVideoBannerNav__nav {
  display: grid;
  overflow: hidden;
  padding: 2em 1em;
  border-radius: 0 2em 2em 0;
  background-color: var(--main);
  /*aspect-ratio: 1;*/
}

.CVideoBannerNav__navList {
  display: flex;
  flex-direction: column;
  overflow: auto;
  list-style: none;
}

.CVideoBannerNav__navList li {
  flex: 0 0 20%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.CVideoBannerNav__navList li:last-child {
  border-bottom: none;
}

.CVideoBannerNav__navList a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.5em 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 780px) {
  .CVideoBannerNav__row {
    grid-template-columns: 100%;
  }
  .CVideoBannerNav__video,
  .CVideoBannerNav__nav {
    border-radius: 1em;
  }
  .CVideoBannerNav__video {
    margin-bottom: 1em;
  }
  .CVideoBannerNav__nav {
    padding: 1em;
  }
  .CVideoBannerNav__navList li {
    flex: 0 0 25%;
  }
}
/*videoTabs*/
.videoTabs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 3;
  border-radius: 2em;
  overflow: hidden;
}

.videoTabs__menu {
  display: grid;
  align-content: flex-start;
  padding: 1.5em 0.5em 2em 2em;
  overflow: hidden;
  background-color: #ebf2ff;
}

.videoTabs__menu-info {
  margin-bottom: 1em;
}

ul.videoTabs__nav {
  list-style: none;
  padding: 0 0.5em 0 0;
  margin: 0;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #0071ba #cccdce;
}

ul.videoTabs__nav::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

ul.videoTabs__nav::-webkit-scrollbar-track {
  background-color: #cccdce;
}

ul.videoTabs__nav::-webkit-scrollbar-thumb {
  background-color: #0071ba;
  border-radius: 0.25em;
}

.videoTabs__subtitle {
  margin: 0 0 0.25em 0;
}

.videoTabs__count {
  display: flex;
  align-items: center;
}

.videoTabs__count:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Ctitle%3Evideo playlist%3C/title%3E%3Cg class='nc-icon-wrapper' stroke-width='1' fill='%23aaaaaa' stroke='%23aaaaaa'%3E%3Crect x='0.5' y='2.5' width='15' height='12' rx='1' fill='none' stroke='%23aaaaaa' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpolygon points='6.5 5.5 11.5 8.5 6.5 11.5 6.5 5.5' fill='none' stroke-linecap='round' stroke-linejoin='round' data-color='color-2'/%3E%3Cline x1='3.5' y1='0.5' x2='12.5' y2='0.5' fill='none' stroke='%23aaaaaa' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.videoTabs__nav-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.5em 0;
  cursor: pointer;
}

.videoTabs__nav-item::before {
  display: none;
}

.videoTabs__nav-item:first-child {
  padding-top: 0;
}

.videoTabs__nav-item:last-child {
  padding-bottom: 0;
}

.videoTabs__nav-caption {
  flex: 1 1 auto;
  padding: 0 0.5em;
  font-weight: 500;
}

.videoTabs__nav-item span:not(.videoTabs__nav-caption) {
  font-size: 0.8em;
}

.videoTabs__video {
  aspect-ratio: 1.6;
  height: 100%;
}

.videoBoddy {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 780px) {
  .videoTabs__grid {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    border-radius: 1em 1em 0 0;
  }
  .videoTabs__menu {
    max-height: 300px;
    padding: 1em 0.5em 1em 1em;
  }
}
.video-collection {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.video-collection__item {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.video-collection__item._inRow_1 {
  width: 100%;
}

.video-collection__item._inRow_2 {
  width: calc(50% - 20px);
}

.video-collection__item._inRow_3 {
  width: calc(33.3333333333% - 20px);
}

.video-collection__video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  border-radius: 2em;
  overflow: hidden;
}

.video-collection__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-collection__video._prop_1-1 {
  padding-bottom: 100%;
}

.video-collection__video._prop_4-3 {
  padding-bottom: 75%;
}

.video-collection__video._prop_16-9 {
  padding-bottom: 56.25%;
}

@media screen and (max-width: 1025px) {
  .video-collection__item._inRow_1 {
    width: 100%;
  }
  .video-collection__item._inRow_2 {
    width: calc(50% - 30px);
  }
  .video-collection__item._inRow_3 {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 641px) {
  .video-collection__item._inRow_1 {
    width: 100%;
  }
  .video-collection__item._inRow_2 {
    width: 100%;
  }
  .video-collection__item._inRow_3 {
    width: 100%;
  }
}
.video-collection__descr {
  padding: 0.5em 1em 0.25em 1em;
  /* font-size: 1.5em;*/
}

._singleVideo {
  aspect-ratio: 16/9;
}

._singleVideo iframe {
  width: 100%;
  height: 100%;
}

/*popapFaq*/
.popapFaq {
  width: 100%;
  max-height: 395px;
  height: 100%;
  overflow: auto;
  /*max-width: 350px;*/
  padding-left: 1.5em;
  scrollbar-color: var(--buttonAndLinkColor) #e4e4e4;
  scrollbar-width: thin;
}

.popapFaq::-webkit-scrollbar {
  width: 8px;
}

.popapFaq::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 1em;
}

.popapFaq::-webkit-scrollbar-thumb {
  background-color: var(--buttonAndLinkColor);
  border-radius: 1em;
}

@media (max-width: 1200px) {
  .popapFaq {
    max-width: 550px;
    padding-left: 1em;
  }
}
@media (max-width: 768px) {
  .popapFaq {
    max-width: 650px;
    width: 100%;
  }
}
.popapFaq__item {
  border-bottom: 1px solid #DBE0EB;
}

.popapFaq__item:first-child .popapFaq__link {
  padding-top: 0;
}

.popapFaq__item:nth-last-of-type(2) {
  border-bottom: none;
}

.popapFaq__content p + p {
  margin-top: 1em;
}

.popapFaq__content text ol li, .popapFaq__content text ul li {
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.popapFaq__link {
  display: block;
  padding: 1em 2em 1em 0;
  text-decoration: none;
  font-weight: 300;
  color: unset;
}

.popapFaq__link p {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.popapFaq__link:hover .popapFaq__btn {
  color: var(--accent);
}

.popapFaq__btn {
  display: block;
  padding: 0.2em;
  font-size: 0.8em;
  color: #1663A4;
  text-align: right;
  text-decoration: underline;
  text-decoration-style: dotted;
  transition: 0.3s ease-in-out;
}

/*person*/
.person__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}
.person__wrap .col {
  padding: 0 0.5em 2em 0.5em;
  text-align: center;
}
.person__wrap .cols-5 {
  flex: 0 1 20%;
}
.person__wrap .cols-4 {
  flex: 0 1 25%;
}
.person__wrap .cols-3 {
  flex: 0 1 33%;
}

.person._bigger .person__image {
  border-radius: 0;
}
.person._bigger .person__image img {
  width: 100%;
}

.person__image {
  border-radius: 50%;
  margin-bottom: 1em;
  overflow: hidden;
}
.person__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

.person__name {
  font-weight: 500;
  margin-bottom: 0.5em;
}

.person__info {
  font-size: 14px;
  color: var(--mainMenuHoverColor);
}

@media (max-width: 1170px) {
  .person__wrap .cols-5 {
    flex-basis: 33%;
  }
}
@media (max-width: 960px) {
  .person__wrap .cols-5 {
    flex-basis: 50%;
  }
  .person__wrap .cols-4 {
    flex-basis: 50%;
  }
  .person__wrap .cols-3 {
    flex-basis: 50%;
  }
}
@media (max-width: 780px) {
  .person__wrap .cols-5 {
    flex-basis: 100%;
  }
  .person__wrap .cols-4 {
    flex-basis: 100%;
  }
  .person__wrap .cols-3 {
    flex-basis: 100%;
  }
}
/*Slider arr + Slider BTN*/
.topSlider {
  position: relative;
}

._topBlockUnderHeader .topSlider {
  margin-top: -193px;
}

@media (max-width: 780px) {
  ._topBlockUnderHeader .topSlider {
    margin-top: -15px;
  }
}
.topSlider__item {
  height: 0;
  padding-top: 25%;
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.topSlider__item._sliderContentCenter {
  text-align: center;
}

@media (max-width: 960px) {
  .topSlider__item {
    padding-top: 56.25%;
    width: 100%;
    background-position: center right;
  }
}
@media (max-width: 780px) {
  .topSlider__item {
    padding-top: 60%;
    min-height: 450px;
  }
}
@media (max-width: 600px) {
  .topSlider__item {
    padding-top: 95%;
    min-height: 450px;
  }
}
.topSlider .row__content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 780px) and (max-width: 960px) {
  .topSlider .row__content {
    top: 50px;
  }
}
.topSlider__title {
  font-size: 1.6rem;
  color: inherit;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}

.topSlider__title:empty {
  display: none;
}

.topSlider__description {
  margin-top: 0;
  color: inherit;
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 1.2em;
  color: var(--mainMenuColor);
  mix-blend-mode: multiply;
}

.topSlider__description .autor {
  display: block;
  padding-right: 1em;
  font-size: 0.8em;
  text-align: right;
}

.topSlider__buttons {
  /*  padding-left: 30px;
  padding-right: 30px;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  max-width: 1370px;
  margin: 0 auto;
}

.topSlider__buttons:only-child {
  margin: auto auto 0 auto;
}

.topSlider__buttons:only-child.buttonsInColumn {
  flex-direction: column;
  max-width: 300px;
  align-items: revert;
  justify-content: flex-end;
  width: 100%;
}

.topSlider__buttons:only-child.buttonsInColumn .topSlider__button {
  margin: 0;
}

@media screen and (max-width: 641px) {
  .topSlider__buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
  .topSlider__buttons:only-child {
    margin: auto auto 0.5em auto;
  }
}
.topSlider__button {
  margin: 0 auto;
  border-radius: 2em;
  background-color: #CDEEFF;
  overflow: hidden;
  transition: 0.3s linear;
}

.topSlider__button a {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  text-decoration: none;
  color: var(--mainMenuColor);
  transition: 0.3s linear;
}

.topSlider__button:hover {
  background-color: var(--mainMenuColor);
}

.topSlider__button:hover a {
  color: #fff;
}

.topSlider__button .iconText .iconText__icon {
  position: absolute;
  transform: rotateZ(0);
  top: 5px;
  left: -2px;
  display: block;
  width: 2.5em;
  height: 100%;
  object-fit: contain;
  transform-origin: 100% 60%;
  transition: transform 0.3s linear;
}

.topSlider__button:hover .iconText .iconText__icon {
  transform: rotateZ(18deg);
}

.row__content._full .topSlider__container {
  margin-right: 15%;
}

.topSlider__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 410px;
  width: 100%;
  min-height: 90%;
  margin-right: 15%;
}

@media (max-width: 660px) {
  .row__content._full .topSlider__container, .topSlider__container {
    margin-right: auto;
    margin-left: auto;
  }
  .topSlider__container {
    justify-content: flex-end;
  }
}
.topSlider__item._sliderContentLeft .topSlider__container {
  align-items: flex-start;
  left: 0%;
  transform: translate(0, -15%);
  margin-left: 15px;
}

@media (max-width: 641px) {
  .topSlider__item._sliderContentLeft .topSlider__container {
    transform: translate(0, 0);
  }
}
.topSlider__item._sliderContentLeft .topSlider__description {
  text-align: left;
}

.topSlider__item._sliderContentLeft .topSlider__buttons {
  margin: 0;
  padding-left: 0;
  align-items: flex-start;
}

.topSlider__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1370px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 641px) {
  .topSlider__arrows {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 780px) {
  .topSlider__arrows {
    bottom: -15px;
  }
}
@media (max-width: 641px) {
  .topSlider__arrows {
    justify-content: center;
  }
}
.arrowBlock {
  display: flex;
  justify-content: space-between;
}

.arrowBlock__count {
  display: none;
}

/*contentSlider*/
.contentSlider {
  position: relative;
}

.contentSlider .owl-carousel.owl-drag .owl-item {
  aspect-ratio: 9/5;
}

@media (max-width: 650px) {
  .contentSlider .owl-carousel.owl-drag .owl-item {
    aspect-ratio: 9/12;
  }
}
.contentSlider__item-info {
  text-decoration: none;
  color: inherit;
}

.contentSlider__item-info .title {
  color: inherit;
}

.contentSlider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

.contentSlider__arrows {
  position: absolute;
  z-index: 2;
  right: 50%;
  transform: translate(50%, -50%);
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding: 0 !important;
  width: calc(100% - 80px);
  bottom: 0px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 641px) {
  .contentSlider__arrows {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 780px) {
  .contentSlider__arrows {
    bottom: -15px;
  }
}
@media (max-width: 641px) {
  .contentSlider__arrows {
    justify-content: center;
    bottom: 15px;
  }
}
.contentSlider__item {
  height: 100%;
  padding: 170px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media (max-width: 780px) {
  .contentSlider__item {
    padding: 90px 0;
  }
}
@media (max-width: 641px) {
  .contentSlider__item {
    padding: 45px 0;
    padding-bottom: 150px;
  }
}
.contentSlider__item._sliderContentCenter .row__content {
  justify-content: center;
}

/*breadcrumbs*/
.breadcrumbs__item {
  color: inherit;
  text-decoration: none;
  padding-left: 1em;
  margin-left: 0.5em;
  position: relative;
  color: var(--bodyColor);
}

@media (max-width: 641px) {
  .breadcrumbs__item {
    font-size: 12px;
  }
}
.breadcrumbs__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: currentColor;
}

.breadcrumbs__item:first-child {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumbs__item:first-child:after {
  display: none;
}

.breadcrumbs__item:last-child {
  color: var(--buttonAndLinkColor);
  text-decoration: underline;
}

.breadcrumbs__item:hover {
  transition: 0.6s;
  text-decoration: underline;
}

.breadcrumbs__item:hover:before {
  width: 100%;
}

/*socials*/
.socials {
  display: flex;
  align-items: center;
  width: 100%;
}

.socials__item {
  width: 22px;
  height: 22px;
  list-style: none;
}

.socials__item + .socials__item {
  margin-left: 15px;
}

.socials__link {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.socials__item ._vk {
  background-image: url("img/vk.svg");
}

.socials__item ._ok {
  background-image: url("img/ok.svg");
}

.socials__item ._yout {
  background-image: url("img/yout.svg");
}

.socials__item ._teleg {
  background-image: url("img/teleg.svg");
}

.socials__item ._dzen {
  background-image: url("img/dzen.svg");
}

.socials__item ._lj, .socials__item ._pencil {
  background-image: url("img/lj.svg");
}

.socials__item ._mail {
  background-image: url("img/mail.svg");
}

.socials__item:hover {
  margin-top: -3px;
  margin-bottom: 3px;
}

.socials__item:hover ._vk {
  background-image: url("img/vk_hover.svg");
}

.socials__item:hover ._ok {
  background-image: url("img/ok_hover.svg");
}

.socials__item:hover ._teleg {
  background-image: url("img/teleg_hover.svg");
}

.socials__item:hover ._dzen {
  background-image: url("img/dzen_hover.svg");
}

.socials__item:hover ._lj, .socials__item:hover ._pencil {
  background-image: url("img/lj_hover.svg");
}

.socials__item:hover ._mail {
  background-image: url("img/mail_hover.svg");
}

/*iframe-pdf*/
.iframe-pdf {
  width: 100%;
  min-height: 100vh;
}

@media (max-width: 780px) {
  .iframe-pdf {
    min-height: calc(100vh - 150px);
  }
}
/*chSlider*/
.chSlider {
  position: relative;
}

.chSlider__item {
  background-size: cover;
  width: 100%;
}

.chSlider__arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

@media screen and (min-width: 641px) and (max-width: 9999px) {
  .chSlider__arrows {
    transform: translate(-50%, 50%);
  }
}
/*imageWithLinks*/
.title.imageWithLinks__title {
  margin-bottom: 0.5em;
  font-size: 2.5em;
  color: initial;
  line-height: 1.1;
}
.title.imageWithLinks__title span {
  display: block;
  color: var(--main);
}

.imageWithLinks__content .text {
  width: 95%;
}

.imageWithLinks__media {
  position: relative;
}
.imageWithLinks__media img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.imageWithLinks__link {
  position: absolute;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: none;
  color: #335116;
}
@media (max-width: 600px) {
  .imageWithLinks__link {
    font-size: 1.2em;
  }
}

/*textParametrs*/
.textParametrs__title {
  margin: 20px 0;
  text-align: center;
}

.textParametrsBlock {
  width: 100%;
  padding: 0 20px;
  border-radius: 2em;
  margin-bottom: 40px;
}
.textParametrsBlock:only-child {
  margin-bottom: 0;
}
.textParametrsBlock.hasBg {
  background-color: var(--bgColor);
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .textParametrsBlock.hasBg {
    padding: 20px 40px;
    margin: 0 0 30px 0;
  }
}
.textParametrsBlock h3 {
  position: relative;
  display: inline-block;
  font-family: "Pacifico", cursive;
  font-size: clamp(28px, 10vw, 34px);
  color: #fe7b03;
}
.textParametrsBlock h3:after {
  content: "";
  display: block;
  width: 110%;
  height: 24px;
  margin-top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 145 15'%3E%3Cpath fill='%23F4A200' d='m53.35 3.738.51-.21-.77.2h.26v.01Zm-.3-.58-.54.17h.09l.45-.17Zm-1.47.28c-.16.12-.58.13-.71-.04l.17.21c.19-.08.61.13.54-.17Zm4.97.09c.67-.2.96-1 1.34-.44l.51-.77c-.56-.07-.38.54-.76.53-.22-.15.02-.23-.14-.34-.45-.15-.9-.09-1.12.16.13.17.33.63.17.85v.01Zm1.84.75c.14.52.55-.13.76-.17l-.39-.21c.09.23-.18.29-.37.38Zm.79-1.73c-.1-.23-.51-.13-.57.08.15-.18.42-.1.57-.08Zm-13.32 7.02c.06-.03.19-.08.25 0 .12-.16.02-.28-.07-.4l-.18.4Zm7.48-6.15-.04-.15-.57.34.6-.19h.01ZM33.9 9.748c-.56.24-1.07.27-1.72.41.14.16-.31.53-.07.42l.72-.28-.08.21c.55.13.29-.37.87-.29.01-.28-.11-.23.29-.46l-.01-.01Zm63.67-4.04c.17-.13.42-.08.35-.26-.1-.08-.47.13-.35.26Zm-52.98 3.85c.67-.02.72-.36 1.29-.49-.26-.11-.57.23-.89.15l.12-.16-.52.5Zm70.9-5.12c.42-.1 1.46-.02 1.39-.28-.25-.14-1.05.14-1.39.28ZM3.34 13.018c.04-.15-.08-.24-.2-.34-.4.25.28.29.2.34Zm56.44-10.11-.6.19.18.06c.23 0 .48-.11.42-.25Zm64.54 1.08c.51-.28.54-.24.92-.58l-.06-.09-.86.67Zm1.63-.29-.57.2.45.49c.67-.18.03-.28.12-.69Zm-51.52-2.49c-.33-.08-.52.01-.41.29.37-.03.16-.18.41-.29Zm40.54-.42c.09-.16-.58-.4-.2-.22-.09.19.41.43.2.22Zm10.96-.75c-.54.02-1.22.2-1.47.4l.19.15c.45-.26 1.03-.13 1.28-.54v-.01Zm1.49 3.16-.06.45c.45.06-.03-.15.13-.26.13.07.32.11.41.02-.51.07-.03-.36-.48-.21Zm-1.2-2.02c.03-.28.29-.26.58-.2-.1.09-.16.21-.29.26.48-.22.51-.18.9-.3-.39-.19-.96-.32-.9-.66-.29.26-.64.65-.28.9h-.01Zm-52.68.27-.23-.2.28.34-.05-.14Zm55.95-1.37c-.19.39-.61-.17-.74.19.16-.11.71.2.74-.19Zm8.92.71-.1.19.42.13c-.06-.09-.22-.3-.32-.33v.01Zm-7.28-.66.61.17c.19-.17-.51-.47-.61-.17Zm-67.41 2.02h-.16c.03-.12-.36-.33.06-.43-.33-.07-.57.63.1.43Zm2.79-.39-.08.17h.45l-.37-.17Zm-.99.18.32-.32c-.11.12-.63.14-.32.32Zm3.1 0c-.56-.28.34-.27.52-.41-.42-.11-.96.6-1.23.11-1.14.36.33.82-.98 1.12 1.28.16.57-1.04 1.7-.83l-.01.01Zm3.04-.69.02-.15s-.1.05-.17.07c.06-.01.13 0 .15.08Zm-2.26 1.12c.05-.26-.47-.25-.62-.07.15.02.44.35.62.07Zm2.04-1.18c-.12.05-.23.09-.13.13.01-.05.07-.1.13-.13Zm-.46-.15-.35.27.46.4c.43-.24-.52-.19-.12-.67h.01Zm29.98 4.64c.24.06.71-.07.78-.28-.37.11-.7.17-1.13.41.16-.03.37.11.35-.13Zm26.36-4.54h.03c-.02-.05-.03-.06-.03 0Zm4.96 0a.502.502 0 0 0-.37.04c.09.07.21.08.37-.04Zm-3.03.05h.02c-.02-.06-.03-.05-.02 0Zm-14.36 2.36c-.06-.07-.16-.11-.34-.11.12.05.23.09.34.11Zm17.02-2.36c-.25-.19-.32-.79-.65-.13l.06.09c-.19-.15-.48.11-.71.13.02.06.05.11.08.16.11 0 .26.03.49.07.27.14.45-.17.72-.32h.01Zm-71.24 3.14s.03-.08.03-.14h-.02l-.08.14.07.02v-.02ZM91.83.798c.09-.04.19-.09.26-.14-.15.03-.22.08-.26.14Zm-28.99 2.9c.08.03.15.04.24.04.05-.01.09-.02.15-.03h-.38l-.01-.01Zm-2.25 1.12c-.47-.04-.42-.1-.99-.02.24.39.57-.08.99.02Zm79.42-3.36c-.35-.05-1.09-.18-.96.1l.13.07c-.03.17-.23.23-.32.32-.48 0-.22-.3-.32-.43-.8-.11-.07.66-.81.64l-.09-.13c-.35.17-.9.19-1 .6-.32-.43-.83.16-1.18-.1-.06-.95 1.25.07 1.67-.44-.38-.2.22-.45.39-.66l-1.22.4c-.1-.13-.45-.6-.67-.26l.1.02c-.48.1-.36.49-.77.36-.06-.09.07-.24.1-.3-.38-.09-.32.21-.58.3-.38-.09.2-.39-.13-.49-.45.36-.7-.09-1.09-.07.16.54-1.54.73-.71 1.2l-.93.36c-.29-.28.64-.75.39-1.2l.74.02c-.12-.67-1.55.43-2.03-.31-.39-.03-.3.06-1.04-.27l.13.6a.803.803 0 0 1-.53-.57c-.23.04-.43.02-.64 0a.41.41 0 0 1 .27-.2c-.29-.33-.38-.21-.48-.03-.16.15-.4.13-.64.12l.22-.22c-.15.05-.33.11-.35.22-.1 0-.2.02-.29.05.06.1.23.45.57.61-.9-.24-1.6-.1-2.37-.59.03-.17.35-.39.25-.41-.39-.08-.8.22-.77.48-.09.02-.15.02-.21.03-.07-.15-.17-.31-.35-.33-.04-.05-.11-.1-.24-.12-.13.47-.86.24-1.02.46.17.05.39.04.6.03-.31.32-.58.68-.82.43.57-.3-.62-.49.25-.62-.61-.6-.32.43-.96.22l-.42-.23c.06-.34.67-.18.58-.3l-.29.04c.29-.26 1.38-.1 2.05-.49l-1.35-.18c-1.7.42-3.82-.04-5.25.74h.06s-.04.09-.05.22l-.07-.08-.28.26c-.33-.32-.94-.37-1.46-.62.22.14.34.296.36.47-.06.35-.11.49-.59.37 0-.24.29-.24-.07-.43.19.12.02.29-.19.33-.27-.15-.73-.18-.74-.43.12-.07.23.01.31.05.12-.07-.51-.21-.14-.42l-.49.08c-.29-.2.19-.32.07-.45-.81.18-1.22.75-1.96.92.03-.13.03-.68.03-.52-.57-.16-1.21.61-1.85.67.09-.16.33-.1.53-.18-1.98-.17-3.59-.13-5.46-.61l-.47.57-.49-.36c-1.96-.3-3.45.08-5.29.32-.58.06-.36-.38-.64-.53-1.27-.02-1.56.63-2.76.8.16-.18.43-.67-.1-.68-.09.17-.14.42-.48.33l.16-.18c-.31-.24-.59 0-1.22-.08-1.1.05-2.13.49-3 1.14-.97-.02.08-.61-.11-.72.69.18.47-.12.61-.32-.36.17-.79.29-.99-.11-.5.04-.73.04-1.22.33.24-.15.47.06.24.25-.42-.12-1.46.09-1.43-.42-2.38.22-5.06.25-7.62.4-.42.28.33.08.11.28-.61.37-.51-.15-.99.14l.19-.28c-.75 0-1.51.56-2.22.85.1-.32-.61-.22-.02-.44-.35.08-.86-1.28-1.12-.98l.48 1.27c-.01.13-.51.08-.46.16-.32-.23-.72-.51-.94-.49-.12-.32.42-.28.71-.3.01-.55-1.01-.28-.62-.81-.63.13.11.27-.26.5l-.56-.08.44.16c-.45.19-.58.62-1.21.35l-.6.57c-.09-.43-.47-.05-.8-.13l.19-.29c-.43.04-.61-.02-.89-.16.22-.39.4.07.48-.3l-.49-.1c.02.24-.27.46.08.58-.41.48-.63.88-1.74.91-.53-.38.51-.41.28-.8-1.17-.1-1.33 1.18-2.01 1.17-.87-.12-.79.27-1.66.37.25-.31-.63-.25-.81-.51l.32-.32c-.26.11-.52.02-.46-.19.08.38-1.1.45-1.69.69l.13.32c-.46.15-1.09.41-1.6.37-.73.17-.54.44-1.08.85-.34-.27-.33-.62-.26-.99.21.15.54.02.87.1.91-.36 1.58-1.11 2.53-1.03.34-.83-.62.14-1.1-.1 0-.05.04-.07.08-.08-.04 0-.08 0-.12-.01.33-.12.86-.3.92-.71-.55.13-.34.83-1.07.54-.5.26-.97-.32-1.29-.35-.32.33-.28.96-1.14.91l.33-.48c-.96.07-.39.69-1.28.74.32.03-.26.46.33.42-.27.26-.91.36-1.4.27-.12.08-.01.15-.02.31.56.26.81-.37 1.29.04l.33-.51c.51.13.59.51.31.73.14-.03.25-.11.36-.03.15.71-.61-.21-.73.42l.34-.08c.19.46-.78.48-1.23.48-.53-.18-1-.22-1.06-.55l.67-.2c-.38-.24-.86.23-1.26.25a.294.294 0 0 0-.12-.1c.02.03.04.06.04.09-.09 0-.16-.04-.24-.12-.35.01-.84.26-1.18.18l.07.3.03-.17c.32-.01.77.14.55.38-.7.27-.9-.3-1.1-.55.12-.48.7-.05 1.05-.24-.26-.44-.74 0-1.51-.22.25-.54.86-.07.98-.55-.61-.04-.73.33-1.37.27.06-.24.67-.33.6-.62l-.42-.1c.99-.13-.23-.61.53-.81-.39-.17-.47.46-1.02.2.17.2.62.56.14.81l-.58-.09c-.26-.22.54-.6.15-.76l-.57.23c.03.15.32.19.17.42-.36-.13-.5.64-.88.9-.32.02-.58.02-.71-.15-.76.53-1.78.62-2.48 1.12.47-.35-.07-.51-.4-.71.58-.12.53-.59.46-.89-.35.09-.53.6-.34.73-.61-.13-.37.37-.93.11-.35-.13.12-.48-.02-.65-.64.05-.11.59-.82.55.03-.07.09-.09.03-.17-.39-.06-.77.2-.82.44-.47-.57-1.12.18-1.11-.42-.89.25.17.31.02.54-.34.3-1.05.16-1.28.09.22-.04.41-.22.64-.15l-.24-.39c-1.16-.17-.61 1-1.74.78.54-.29.15-.34.39-.66-.16.13-1.02.12-.47.37-.41.02-.71-.02-1-.06-.34.21-.72.37-.9.67-.58.03-1.04-.21-1.33-.35-1.17.45-2.34.09-3.57.57h.1c-.99.06.51.5-.52.62.07-.52-.66-.26-1.02-.49-1.29-.09-2.12.64-3.32.47 0-.11.05-.24.27-.29-.9-.02-1.6.19-2.4.29l.03-.07c-1.33-.21-2.42.47-3.71.8.1-.08.09-.27.17-.35-.68 0-1.76.09-2.15.62-.87-.37-.5.23-1.59-.08-.07-.08.09-.1.15-.13-.53-.09-.87.02-1.39.04-1.06.5-1.21 1.22-2.53 1.27-.19-.67.76-.32.69-.87-.24.17-.43.35-.82.26.16-.31.02-.18.12-.45-.3-.13-.96.92-.97.86.01.13.12.19.37.12-.22.48-1.26.28-1.85.57.2-.03.87-.02.69.35-.86.02-1.01.73-1.54 1.11-.83-.16.45-.68.22-1.13-.16-.15-.55-.47-.26-.72-.71.03-1.13.54-1.73.76v-.14c-.86.22-1.66.99-2.44.86l.42.08c-.12.11-.57.15-.75.47-.02-.23-.63-.32-.44-.55-.23.77-1.85.87-2.13 1.65-.27-.12-.15-.46-.12-.64.55-.07.77.03.99-.32-.45.12-.82.01-.78-.17-.35.55-1.38.98-1.5 1.48-.38-.14-.72-.19-.69-.58-1.32.56.94.98-.6 1.34-.79-.19.57-.65-.43-.54l.17-.1c-.93-.78-.33.8-1.13.96-.23-.49.46-.5-.18-.74-.7.31-.83 1.15-1.59 1.16l.06-.25c-.46.15-1.39.27-1.84.42-.05-.1.02-.1.1-.15-.91.01-.29.35-1.09.16l-.14.3c.4.09 1.15.18 1.52-.22-.37.4.87.48.76.97l.04-.2c1.35.48 2.86.21 4.4.15.8-.75 1.62-.17 2.53-.77.02-.64.16-.17.98-.49-.43.18.05.47.35.49.13-.19.32-.31.51-.4.22.17 1.41.45 1.71-.04.56.09-.08.22-.17.37.28.27.37-.33.59-.15 0 0 0 .07-.04.11.79-.18 1.3-.11 2.15-.2-.05-.61.77-.38 1.1-.67-.08.22.51.13.77.2l.36-.53c.37-.46.67.15 1.2-.17l-.16-.08c.38-.26 1.55-.12 2.02.13 3.65-1.89 6.1-.32 10.12-1.31.24-.22-.24-.27-.07-.58.4-.14.5-.13.88-.19-.36-.11-.27.08-.26-.09l-.55.26s.03-.07-.04-.15c-.19.09-.4.24-.65.25.33-.21.37-.67.88-.58-.03.07-.09.1-.21.16.41-.03.4-.25.72-.18.39.04.27-.08.35.1l1.19.06c.5-.63 1.29-.2 1.48-.18-.07.42-.75.22-.98.65l.46.24-.02-.32h.61l-.02.08c.05-.13.11-.27.28-.18.03.04.1.12.04.15l.4-.23c-.2.36.39.05.38.44 1.41.01 1.69-.74 2.98-.38-.22-.15.31-.65.69-.63.23.07.29.14.18.31l.47-.26c.69.52 1.24.06 2.17.14l-.03.17c.31-.24.65-.45 1.16-.45l-.05.35c.64.16.38-.77 1.09-.64-.05-.36-.5-.49-.6-.83.2.35.94.31.74.07.66-.24.47-.05.54.03l.37-.26c.48-.03.21.46.06.69.4-.44.92-.21 1.43-.2l-.19.18h.67c.4-.33 1.01-.42 1.58-.33l-.33.52c.42.21.18-.19.28-.28.59-.3.76.01 1.12.25.94-.6 2.06.58 2.83-.23l.13.27c1.1-.72 2.51 0 3.35-.94 1.5.85.85-.97 2.22-.2l-.06-.14c4.29-.17 8.84-.1 12.8-.81v.2c3.24-.03 6.41-.28 9.58-.5 3.17-.2 6.33-.43 9.53-.51.59-.21.21-.64.71-.88.22 0 .73-.03.74.21-.43.15-.17.36-.32.46.72-.05 1.66.2 2.29-.13l-.55-.3c.24-.14.64-.07.87-.06-.09.17.25.5.06.58 1.32-.84 1.07.3 2.2-.05.2-.68 1.61-1.28 2.54-1.8l.5.16c-.66.02.03.49-.79.49.69.17 1.31-.14 1.95-.06-.13-.16-.11-.39.15-.47.4.08.44.41.89.44l-.44.22c.31.24.56-.09.83-.14.1.28.77.31.66.63.6-.4.82-.19 1.46-.45-.69-.28.16-.37.08-.61l-.76.13c1.09.16-.35.06-.26.54-.51-.21.68-.81-.17-.71 1.01-.27 1.23-.06 2.26-.48-.63.11.11-.31-.23-.45.8-.04.2.16.46.46.43-.02.6.24.99-.12.71.13-.1.36.26.55-.25.34-1.97-.36-1.75.69-.37.02-.8.43-1.33.43.46.13 1.13.46 1.7.2v-.59c.45-.03.52-.43.84-.39-.16.18.14.42.49.36-.1-.08-.24-.06-.2-.16.64-.06.72-.47 1.49-.6-.64-.14-.77-.31-1.37-.56.15-.42.42-.07.76-.13-.05.06-.12.07-.02.15l.37-.21c.79.16-.08.6.57.79.46.34.61-.21.96-.02a.43.43 0 0 0-.07-.1c.08 0 .13.01.17.02v-.03c.42-.07.87-.05.98-.36.05.14.37-.05.5-.15.23-.13.78-.5 1.14 0h-.03c.52.05.93.2.82.37l.85.11-.08.41c.77-.12.69-.36 1.21-.78.55.23 1.51.02 1.87-.13.06.02.15.02.31 0l-.32-.15c.6 0 .52-.2.92-.21-.08-.04-.09-.06.13 0h-.13c.04.02.1.03.16.05l-.02-.04c.07 0 .14.02.22.03-.02.04-.11.04-.2.02l.07.13c.48.42.73-.25 1.25-.11-.05.02-.13.05-.18.04.29.1.71.67.82.32.07.04.17-.03.27-.11l.21.06c-.09-.02-.15-.04-.21-.06.13-.12.25-.26.27-.18l.74.07c.14.06.33 0 .48-.05l.13.17c.27-.03.27.07.24.12.94.58 1.44-.31 2.45.19.19-.28-.23-.41-.26-.56.16-.22.73-.41 1.02-.57.45.38 1.83.72 1.61 1.28.83.04-.26-.34.16-.54l.09.02c-.29-.06-.51-.25-.67-.47-.06-.3.67-.39.89-.31l-.16.43c.76-.15.6-.8 1.08-1.23.61.17.26.56.39.94l.64-.11v.32c.42-.08.51-.39 1.09-.26-.42.3.86.3.29.71.32.11.41-.51.58-.08.22-.34-.29-.17-.45-.28-.13-.49.7-.24 1.09-.36.03.26-.26.3.19.47.09-.19.38-.34.64-.11 0-.32.51-.06.77-.04-.29-.06-.7-.3-.51-.58.22-.13.42-.19.93-.15l-.35-.15c.45-.47.74.34 1.34.2-.26.19-.42.19-.64.42.29-.15.83-.38 1.28-.53l.51.47c.07-.24.58.03.58-.3.64.22-.52.38-.58.62.8.22.65-.53 1.41-.03l-.26.3c.25.02.77-.14.8 0 0-.11-.13-.07-.29-.07.16-.64 1.19-.44 1.1-1.11l-.35-.05c.54-.12.93-.57 1.35-.33.32.22-.23.45-.42.62.51.05.42-.72 1.03-.65-.32-.11-.25-.35-.06-.52l-.03-.04Zm-25.12 2.09c.09.09.11.22.14.3-.23-.02-.46-.12-.54-.36.28-.49 1.78.28 1.49 0 .66-.2.45.03.5.16-.65-.12-1.01.04-1.59-.11v.01Zm6.59.02-.09-.07c.21-.08.33-.16.09.07Zm6.8-2.43.08-.11-.08.11Zm13.58.79c.52-.27 1.12.12 1.44-.31-.51-.26-1.31-.16-1.44.31Zm2.22.27-.24-.06c.06.06.15.07.24.06Zm0 0 .34.08c.22-.35-.07-.11-.34-.08Zm-1.84.14.39-.13.07-.23-.45.36h-.01Zm-82.39 2.15 1.18-.07-.35-.09c-.14.24-.69-.14-.82.16h-.01Zm80.67-3.2c-.67-.16-.04.28-.39.45l.51-.06c.48.33-.32.43 0 .64.64 0 .23-.66 1.03-.55-.06-.3-1.28-.01-1.15-.49v.01Zm1.65 1.29.77-.14-.06-.09-.7.23h-.01Zm-8.77.82c.38-.13.09.13.42.13l.32-.21c-.29-.18-.67-.15-.74.08Zm-21.5.35-.26-.02c.08.02.16.04.26.02Zm-.49-.02h.24c-.07-.02-.15-.04-.24 0Zm10.31.07-.05-.03c-.01.07.02.06.05.03Zm-12.41.5c.03.12.23.05 0 0Zm29.72-1.03-.19.06.38.2c.64-.21.68-.49.84-.81-.58.29-.93.14-1.67.22l.64.33Zm-9.12.49c.19.37.51.04.9.13-.32 0-.77-.39-.9-.13Zm-20.63.66s-.05-.03-.07-.04c.03.05.06.09.07.04ZM58 4.438s0 .01.02.02c.02.04.05.07.08.1.07 0 .14 0 .2.03a.572.572 0 0 0-.29-.15H58Zm71.24-.72.16-.32c-.42-.24.16.43-.41.41.32.11.51.36.9.34-.07-.19-.19-.47-.64-.43h-.01ZM26.72 6.468h.23c-.12-.06-.18-.05-.23 0Zm31.42-2.78.09.03c-.07-.18-.03-.24-.36-.32-.25.31.22.7-.24 1.05a.58.58 0 0 1 .37 0c-.22-.24-.05-.52.14-.76Zm-37.97 3.68c.19-.09.33.05.53.07.34-.51-.86.16-.32-.34-.18.04-.32.12-.44.21l.34.35c.33-.23-.27-.09-.09-.29h-.02Zm27.59 1.75c.11-.48-.12.05-.48-.18l-.28.28c.29.04.54-.06.76-.1Zm43.68-3.08c-.13.01-.26.03-.38.06.22 0 .33-.02.38-.06ZM19.9 7.278v.04s.01 0 .02-.02l-.03-.03.01.01Zm80.95-2.32c-.12-.04-.23-.07-.35-.08.04.05.08.09.14.12l.21-.04Z' opacity='.3'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textParametrsBlock h3 span {
  display: inline-block;
}

.textParametrsNotice {
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .textParametrsNotice {
    padding: 0 20px;
  }
}

/*textTiles*/
.textTiles__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.textTiles__item {
  border-image: var(--bgImage);
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-slice: 10%;
  border-image-width: 20px;
  width: calc(50% - 20px);
  padding: 30px 40px;
  border-radius: 2em;
  margin-left: 10px;
  margin-right: 10px;
}
.textTiles__item:nth-last-child(n-2) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .textTiles__item {
    width: 99%;
  }
  .textTiles__item + .textTiles__item {
    margin-top: 20px;
  }
}

.textTiles__caption {
  font-family: "Pacifico", cursive;
  font-size: clamp(26px, 10vw, 30px);
}

@media (max-width: 768px) {
  .textTiles__blockNotice {
    padding: 0 20px;
  }
}

/**/
.textSlider {
  position: relative;
  margin: 60px 0;
}
.textSlider:before, .textSlider:after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1.2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.textSlider:before {
  top: -8%;
  right: 14%;
  width: 23%;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 189 247'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='%232A674C' opacity='0.5' d='M185.5 115.34c.14-.79.3-1.58.42-2.37.82-2.14.27 1.58.82.15.55-2.98-.63-1.18.09-4.88-.21.12-.44 1.61-.7 2.97-.29 1.36-.57 2.6-.82 2.25-.86 3.03.32.22.18 1.89l.01-.01Zm2.68-12.74c.03 1.11 0 2.23 0 3.35.05-1.21.14-2.43.14-3.64l-.13.29h-.01Zm-.02-4.56c.08-.29.09-.7.08-1.12l-.08 1.12Zm-2.4-17.87c.51 1.84.33-.45.37-.62-.21-.24-.3.19-.37.62Zm.37-.61.02.02c-.01-.04-.02-.04-.02-.02Zm1.77 26.06v-1.83l-.26-.32.26 2.15Zm-.75 1.74c-.02-2.43.68-5.24.23-6.78-.46 2.39-.73 6.1-.23 6.78Zm1.09-10.45.12-1.59c-.45-1.02-.15.34-.12 1.59ZM94.37.81c.06 0 .13 0 .2-.01l-.19.02-.01-.01Zm-13 231.16.03-.05s-.03.03-.04.05h.01ZM91.7 1.08l2.67-.27c-1.6.1-2.16.06-3.85.17 1.66.09 1.39-.11 1.18.1Zm26.84 213.29c.48-.32.91-.64 1.31-.92-.29.13-.68.4-1.31.92ZM10.53 122.08c-.05-.04-.09-.04-.12-.03.05.04.09.05.12.03Zm98.43 100.6c-.32.25-.65.49-.97.74.32-.22.65-.44.97-.74ZM170.9 45.82c-.07-.05-.14-.11-.21-.15.1.09.16.14.21.15ZM5.34 83.94v.01l.01-.02-.01.01Zm132.51 113.81c.19-.16.41-.35.69-.59l-.69.59Zm24.74-29.36c-1.36 2.02-.48-.15-1.57 1.7l.31.58c1.32-1.69-.25 0 .08-.69.43-.45 1.01-1.16 1.18-1.59Zm-86.05 78.6h-.04v.02l.05-.02h-.01Zm-3.01-6.8c-.36.31-.68.64-1 .96.38-.35.72-.67.99-.96h.01Zm25.93-9.17c-.12.06-.21.11-.31.17.15-.03.29-.07.31-.17Zm.02-.21c.94-.6.2.05 0 0ZM22.69 33.91l.76-1.35c-1 .99-1.76 2.02-2.42 2.92-.03 1.03.32-.55 1.67-1.56l-.01-.01ZM108 223.43c-.29.19-.58.4-.89.7l.89-.7ZM56.32 7.95c.25-.08.47-.15.7-.23-.15.03-.37.09-.7.23ZM80.6 1.64c-.19.39.42.23-1.6.83 1.39-.36 2.7-.65 4.09-.82.69-.09 1.39-.18 2.13-.29.74-.11 1.51-.19 2.33-.26-.58-.18 1.86-.75.59-.56L86.3.79l-1.82.34.53-.31c-2.61.07-1.64.56-4.4.82h-.01ZM26.75 29.23l.42-1.14c-.21.26-.63.75-.9.87-.34.63.06.45.48.27Zm3.74-3.6-.37.61c.57-.78 1.11-1.6 1.72-2.36-1.26 1.06-1.86 1.8-2.44 2.48-.56.69-1.09 1.34-2.04 2.42.94-.77 1.91-2.21 3.13-3.16v.01Zm94.73 184.33c-.94.92-1.9 1.91-2.48 2.53 1.46-1.38 5.27-4.56 4.83-4.64-.5.31-1.41 1.18-2.34 2.11h-.01Zm41.3-46.68.06-.87c-1.34 1.51.9-.36-.64 1.95.96-1.21 1.73-1.81 2.7-3.39-.39.14-1.02.46-2.13 2.31h.01Zm-44.26 49.71c.09-.1.27-.29.48-.5-.22.21-.38.37-.48.5Zm35.05-36.87c-.5.77-.98 1.56-1.5 2.33.62-.42 1.22-.87 1.83-1.31 1.8-2.7-.19-.34-.33-1.02Zm18.82-30.31c.67-1.72.36-.33 1.04-1.71l.41-1.5c-.77 1.15-1.59 2.81-1.45 3.21Zm-5.44 11.18c-.79 1.32-2.33 2.91-2.39 3.59.91-.52 1.35-2.06 2.39-3.59Zm14.2-33.35c.42-.94.88-1.87 1.28-2.82-.06.3-.1.61-.18.91.26-.56.49-1.14.74-1.71.53-3.05.18-3.29-.06-4.11-.26 2.75-.84 4.34-1.8 7.74l.02-.01Zm-40.75 67.96c-.06.05-.12.09-.18.14.02.11.13-.03.18-.14Zm8.54-9.16c1.28-2.13 1.42-2.22 2.23-3.89l-.27.16-1.96 3.73ZM26.87 151.56l.02-.28-.41-.93.39 1.21Zm-9.74-97.62-.04.04.04-.03v-.01ZM10.26 119l.78 1.42c-.28-.46-.87-2.74-.78-1.42ZM8.83 77.7c-.31.46-1.04 1.05-1.16.19-.18 1.58-.11 2.82-.11 3.81.05 1.01 0 1.79-.47 2.51.21.91.36 1.81.63 2.71.4-2.47-.42-1.99-.16-3.72.33-.88.27.24.51-.42.49-1.91.89-3.92.78-5.09l-.02.01Zm7.74-23.3c-.35.84-1.47 2.32-1.04 2.33.23-.73 1.09-2.32 1.55-2.74l-.51.42v-.01ZM7.23 87.68c.17.77-.06 1.93-.16 2.63.33-.33.4-2.24.16-2.63Zm6.37-26.69-.62 2.02.8-2.4-.18.38Zm-8 21.25c-.02.44-.11 1.09-.24 1.69.44-.88.67.07.83 1.09l-.09.38c.28-.24.32 0 .64-1.46-.2-1.32-1.01.6-1.13-1.69l-.01-.01Zm5.76 40.71c.2.65.38 1.32.6 1.96-.11-.53-.18-1.09-.28-1.62l-.33-.34h.01ZM12.4 64l.67-2.69-.89 2.7.21-.02.01.01Zm-1.2 2.12c.18-.57.33-1.16.51-1.73l.59-1.7-.47 1.08c-.26.77-.42 1.57-.64 2.35h.01Zm-2.35 44.44c-.12-1.47-1.22-2.67-.5.4l-.08-.71c.17.16.18-1.55.58.31Zm91.53 85c-.25-.8-.42-1.19-.57-1.42.2.51.41 1.01.57 1.42ZM8.37 113.53c-.08-.33-.15-.6-.2-.8.06.22.12.47.2.8Zm71.43 119.2c.47-.71.92-1.47 1.4-2.37-.42.63-1.12 1.26-.84 1.39-.73.82-1.95 2.63-1.98 3.08.5-.71.96-1.38 1.42-2.1ZM6.46 92.9c-.02-.94-.1-1.89-.07-2.83-.05.26-.11.52-.15.78-.05 1.03.04 2.25.22 2.05Zm85.3 100.55c.42.58.65.85.77.97-.26-.36-.51-.71-.77-.97Zm-2.98 25.26c-.21.79-.82 1.72-.47 1.59.33-.34.87-1.99.47-1.59ZM4.68 96.61v-.07l-.18-.43-.02.3c.05.09.1.17.18.2h.02Zm-.58-5.44c-.48.84-.15 2.31-.19 3.96.09-1.48.18-1.56.19-3.96Zm1.19-5.34c-.73.39-.1 2.62-.14 3.6l.44-1.69c-.32.32-.3-.98-.3-1.9v-.01Zm-.86 6.65-.09 2.77.05 2.77.11-1.62c-.36-.77.29-3.15-.06-3.92h-.01Zm162.83 60.8 1.61-2.36c.25-.89-1.71 1.78-1.61 2.36Zm-4.07 6.47c-.05 1.03-1.73 2.27-1.68 3.01.32-.68 2.03-2.61 1.68-3.01Zm-4.53 9.05c-.1.05-.15.09-.08.14.03-.05.06-.09.08-.14Zm-.03-.38c-1.26 1.33-3 3.41-3.19 2.9-.54 1.26-1.17 2.88.11 1.76-.19-.34.58-1.27 1.45-2.3-.18.43-.23.76-.55 1.28 1.15-1.97 1.26-2.08 2.19-3.63l-.01-.01Zm5.21-7.04c-.11.03-.12.07-.05.07l.05-.07Zm6.42-10.61c.3-.33.59-.81.8-1.56-.37.58-.62 1.09-.8 1.56Zm12.08-27.45c.26-.6.49-1.2.74-1.8-.19.26-.68.88-.84 1.31l.1.5v-.01Zm6.05-37.97c.43-5.77-.9-13.14-2.93-20.18-2.13-4.12-2.49-7.48-5.12-11.73-.54-.17-.67-.35-.94-.96-.28-.61-.64-1.66-1.79-3.44 1.21 1.9.66-.06.05-1.36-.29-.31-.59-.67-.88-1.07-.3-.38-.61-.78-.91-1.2-.13-.42-.74-1.89-1.61-3.36-.9-1.45-1.91-2.99-2.75-3.6-1.41-2.19.6.3 1.04.69-.29-1.11-1.56-1.48-1.86-2.34 0 0 .09-.02.3.17-.62-.78-1.17-1.49-1.7-2.16-.53-.66-1.05-1.28-1.56-1.9-.99-1.28-2.09-2.5-3.5-4.05-.77.27-3.14-2.65-4.69-3.7.63.2-1.57-1.75-2.37-2.63-.68-.35-1.4-.63-2.1-.95-1.02-.49-1.56-1.02-2.16-1.64-.6-.6-1.28-1.24-2.52-1.96l.48.52c-.46-.25-1.06-.66-1.74-1.16-.68-.48-1.46-1.02-2.21-1.59-1.49-1.16-3.03-2.26-3.81-2.96-.54-.26-1.08-.52-1.61-.77-.54-.23-1.07-.47-1.6-.69-1.05-.45-2.05-.93-3.06-1.35-2.01-.81-3.89-1.67-5.77-2.36-3.7-1.52-7.26-2.73-10.86-3.91-1.82-.53-3.66-1.08-5.56-1.55-1.91-.42-3.86-.92-5.93-1.21-4.1-.73-8.62-1.04-13.73-.93-1.32.27.98.38-.07.75-.13 0-.24.02-.35.02.1.05-.17.08.1.19.48-.05 1.01-.12 1.56-.17.56-.03 1.15-.05 1.77 0-1.78.14-2.27.74-4.69.59.18-.08.5-.12 1.14-.18-2 0-2.09.27-3.59.19-1.84 0-1.38.16-1.63-.08l-2.86.06-2.86.2c-1.38.5-2.94.78-4.27.94-1.35.15-2.47.17-2.94.26.5-.69 3.7-.85 5.02-1.61h-2.11l-.05.42c-.98.15-1.97.24-2.94.44l.15-.12c-.3.24-.63.48-1.39.51-.14-.03-.44-.07-.13-.17l-2.01.7c.54-.35.09-.28-.49-.18-.57.1-1.26.26-1.17-.03-1.68.42-3.06.78-4.23 1.21-1.17.43-2.17.85-3.15 1.23s-1.9.84-2.97 1.22c-1.07.4-2.27.79-3.72 1.29 1.01-.17-1.46 1.47-3.15 2.23-1.02.38-1.31.4-.78-.07l-2.07 1.34c-1.54.37-2.88 1.1-4.37 1.93-.74.41-1.48.94-2.29 1.44-.82.51-1.71 1.05-2.67 1.64l.06-.31c-.61.59-1.26 1.19-2 1.81-.38.31-.78.63-1.22.96-.43.35-.89.71-1.39 1.08l.09-.63c-2.61 1.67-1.31 2.12-4.03 4.12.32.34 2.09-.86 2.61-.73-.9.15-3.68 2.46-2.82 2.15-2.35 2.37-1.7 1.56-2 1.67l-1.22 1.55c-1.7 1.61-.99.08-.54-.71-.64.92-1.38 1.79-2.23 2.62-.85.83-1.78 1.63-2.61 2.57l.51-.9-2.22 2.43c-.58.91-1.26 2.01-2.1 3.09-.84 1.08-1.71 2.22-2.58 3.29l.61-1.92c-1.4 1.41-.42.95-.63 1.43-1.56 2.67-2.21 3.02-3.41 4.2-.27.56-.56 1.1-.88 1.64-.3.54-.61 1.07-.93 1.59-.64 1.04-1.4 2.01-2.02 3.03-.65 1.01-1.26 2.01-1.8 3.02-.51 1.02-.89 2.07-1.12 3.13l-.06.02-.55.33c-.8 2.81-2.01 5.68-2.97 8.49-.53 1.39-.9 2.79-1.23 4.11-.16.66-.29 1.32-.39 1.94-.07.63-.11 1.25-.11 1.84-1.46 3.28-1.3 4.51-1.21 5.62.06.56.12 1.09.03 1.88-.07.78-.26 1.82-.75 3.38l.21-.19c-.67 5.24-1 10.62-.83 16.01.18 5.39.81 10.8 1.91 16.07 1.1 5.27 2.65 10.41 4.62 15.28 1.99 4.85 4.4 9.41 7.1 13.58l-.24.1c8.08 13.87 19.83 25.29 33.47 33.3 6.85 3.97 14.14 7.18 21.76 9.36 3.79 1.16 7.68 1.96 11.58 2.67l2.95.42 1.48.21 1.49.15 2.34.23s.03 0 .06.03c.03 0-.02 0 .05.04l.24.12c.34.15.6.35.89.54.48.21.74.36.95.41.21.05.35.04.48.02.29-.06.52-.11 1.26.48.15.14.28.38.44.61.16.24.35.48.45.75.24.51.4.95.24 1.03-.86-1.29-.71-.38-1.05-.76.66.99 1.05 2.4 1.23 3.88.18 1.49.18 3.04.24 4.38.19-.72.38-1.45.5-2.18.05.26.06.54.08.85 0 .31-.03.64-.05.98-.04.65-.19 1.31-.25 1.78-.16-.42-.78.87-.77.05.03 1.44-.1 2.46-.29 3.22-.17.76-.42 1.27-.65 1.74-.23.47-.49.9-.78 1.52-.27.62-.59 1.42-.97 2.63.21.63-.15 2.5-.83 4.74-.7 2.23-1.75 4.78-2.63 6.83l-1.41 1.83c1.62-2.59-.53-.28 1.45-3.49-1.81 2.57-3.11 5.21-4.97 7.56-.15.09-.31.22-.5.41l-.51.75c.35-.38.69-.77 1.01-1.16.51-.34.66-.05.03.98-1.18 1.43-1.64 1.27-2.96 2.9.37-.59.7-1.2 1.05-1.79-1.1.91-1.51 2.1-2.29 3.14-.54.1-2.61 2.43-2.57 1.74-1.06 1.74-1.83 2.5-2.86 3.7l3.54 5.25c.79-.36 1.39-.7 2.22-1.22-3.29 1.19.6-.82.08-.92-.35.2-.71.4-1.08.6.23-.24.45-.48.68-.72.33-.18.65-.36.99-.55a38.33 38.33 0 0 0 3.7-2.48c-2.56 1.64.3-.64-1.21.03 3.29-1.98.93-.3 2.16-.57 1.77-1.11 2.61-1.22 3.97-2.67 2.93-1.69-.17.66 1.4-.06-.42.51-2.44 1.73-4.25 2.81-1.77 1.1-3.34 2.09-2.58 2.45-.77.47-1.59 1.06-2.5 1.72-.47.31-.96.64-1.49.97-.57.33-1.07.62-1.89.95.75-.27 1.3-.47 1.98-.74.65-.26 1.33-.53 2-.86 1.35-.62 2.68-1.36 3.81-2.22l-.28-.73c1.78-1.13 1.89-1.78 3.19-2.56-.55.62.84.1 2.22-.87-.46.18-1.02.56-.93.35 1.3-.87 1.95-1.5 2.66-2.17.7-.68 1.48-1.37 2.94-2.51-2.61 1.59-3.27 1.75-5.82 3.05.35-.86 1.62-1.18 2.97-2.18-.17.2-.44.41.02.22l1.33-1.21c3.22-2.01.07.91 2.76-.7 2.03-.89 2.26-1.93 3.74-2.71-.12.03-.24.05-.34.08.3-.21.52-.36.68-.46h-.05c1.58-1.25 3.32-2.52 3.52-3.2.28.02 1.36-1.11 1.8-1.61.79-.8 2.6-2.82 4.3-3.38-.04.03-.06.06-.09.08 2-1.5 3.65-2.57 3.37-2.06l3.21-2.45v.68c2.73-2.46 2.28-2.44 3.84-4.49 2.19-1.48 5.55-4.64 6.71-5.95.23-.18.56-.47 1.09-.98l-1.28.86c2.16-1.88 1.72-1.86 3.13-3.1-.31.21-.37.23.39-.34-.14.12-.27.24-.4.34.16-.11.37-.27.6-.45l-.08.02c.24-.19.49-.4.8-.65-.04.1-.36.38-.69.63l.38-.1c2.1-1.1 2.41-2.58 4.34-4.1-.16.17-.42.47-.61.64 1.11-.84 3.07-1.66 3.19-2.36.27-.18.57-.56.83-.98l.08-.07s-.05.04-.07.06c.34-.55.64-1.1.77-1.09l2.57-2.43c.53-.42 1.14-1.09 1.59-1.68l.56-.28c.86-.97.96-.88.9-.73 1.79-1.38 2.95-2.69 4.03-4.09 1.09-1.41 2.2-2.85 4.03-4.47.31-.94-1.09.49-1.36.46.31-.73 1.84-3.04 2.57-4.21 1.8-1.29 6.1-6.3 6.06-5.02 2.45-3.16-1.1.74-.09-1.01l.3-.35c-.9 1.05-1.75 1.75-2.44 2.19-.5 0 1.57-2.82 2.26-3.64v.94c1.99-3.08.87-2.94 1.75-5.1 1.81-2.27 1.28-.61 2.04-.84l1.61-2.6.35.23c1.01-1.72.9-2.33 2.53-4.55-.37.94.28.13.86-.62.58-.74 1.13-1.4.65-.08.91-1.24.45-2.03 1.33-2.42.17-1.14-.9 1.07-1.42 1.66-.89.19 1.51-3.02 2.23-4.71.36.03-.27 1.26.99-.52 0-.51.52-1.78 1.36-2.73-.37-.2 1.1-2.19 1.67-3.28-.69 1.2-1.92 2.8-1.81 1.84.36-1.02.72-1.87 1.85-4.02l-.92 1.41c.42-2.16 1.98-2.93 3.03-5.64-.29 1.21-.63 1.9-.8 2.99.43-1.31 1.25-3.79 1.92-5.83l1.5-2c-.16-.4 1.19-2.47.79-2.64.73-1.34.61-.74.31.27-.31.98-.8 2.34-.73 2.54.93-1.67 1.1-2.42 1.27-3.17.18-.75.41-1.43 1.38-3.03l-.1 1.29c.51-1.12 1.16-3.52 1.39-3.6-.13-.05-.3.55-.56 1.28-.48-.99 1.35-5.55.35-5.38-.17.53-.39 1.05-.58 1.57.67-2.49.59-4.4 1.4-6.21.65-1.4.29 1.17.26 2.1.7-2.33-.38-2.13.37-4.9-.48 1.44-.72 1.08-.72.16-.41 1.6-1.49 4.87-.99 4.38l.24-.55c.18.2.02 1.1 0 1.56-.67 2.17-.68.89-.97 1.28-1.3 3.52.75.56-.41 3.83l-.31.37c-.35 1.65-1.3 4.05-1.01 4.67-.56.59-.89 1.53-1.25 2.47-.35.94-.68 1.91-1.14 2.62-.62-.1-.04-1.46.81-3.02.82-1.56 1.75-3.4 1.8-4.44-.91 1.58-.14-1.17-.16-1.98a95.59 95.59 0 0 1-1.66 5.47c-.32.35-1.62 1.63-1.63 2.77l.2-.4c-.78 2.16-.06 1.81-1.02 3.54-.23.23-.16-.4-.18-.57-.85 1.61-.36 1.49-.77 2.64-.88 1.59-.07-1.03-.84.28-.46 2.11-1.54 2.94-2.34 4.57 1.02-.37-2.57 6.85-.17 3.65-.54 1.37-1.13 2.73-1.72 4.09-.99 1.01.65-3.11-.46-2.33.58-1 1.12-2.03 1.68-3.05-1.01.1-2.98 6.7-5.08 8.16-1 1.56-.62 1.27-2.89 3.99l.98-.1c-1.14 1.44-1.81 1.72-1.97 1.71-.53.94-1.11 1.7-1.68 2.51.06-.28.18-.64.51-1.2-1.13.9-1.22 1.31-1.29 1.84-.27.72-.9 1.65-1.58 2.57.12-.33.25-.66.36-1-.34.61-.79 1.34-.71 1.49-.28.39-.53.76-.74 1.13.29-.17 1.1-.52 2.21-1.74-1.37 1.63-2.5 3.15-3.63 4.56-1.16 1.39-2.33 2.7-3.67 3.94-.09-.25.61-1.61.31-1.27-1.17 1.38-2.14 3.11-1.77 3.2-.24.33-.43.58-.61.79-.37.15-.79.35-1.37.98-.18.11-.43.32-.84.78.1.87-2.45 3.27-2.72 4.02.59-.57 1.25-1.33 1.9-2.12-.66 1.36-1.16 2.66-2.16 3.28 1.5-2.3-2.38 1.75.19-1.43-2.47 1.64-.55 1.52-2.82 3.55l-1.57 1.22c-.12-.52 2-2.47 1.57-2.25l-.89 1.03c.72-1.18 4.27-4.89 5.94-7.59-1.43 1.55-2.89 3.06-4.33 4.59-1.23 1.56-2.65 3.13-4.09 4.73-1.44 1.6-3.04 3.11-4.54 4.66-1.5 1.56-3.07 2.98-4.47 4.43-.71.72-1.38 1.43-2.01 2.12-.66.68-1.26 1.35-1.83 2.01l.21-.2c-.06.11-.05.21 0 .4l-.31.12-.79 1.14c-1.43.7-3.62 2.57-5.7 3.89.9-.53 1.46-.74 1.68-.63.06.53 0 .83-1.84 2.19-.22-.22.85-1.13-.59-.23.76-.45.32.22-.42.9-1.11.68-2.76 2.04-2.99 1.81.4-.45.83-.68 1.16-.9.4-.45-2.02 1.35-.85.01l-1.71 1.56c-1.21.66.43-.89-.1-.67-2.82 2.6-3.86 4.45-6.44 6.8.02-.23-.4-.8-.29-.62-2.23 1.5-4 4.21-6.39 6.1.23-.44 1.18-1.07 1.85-1.71-6.27 4.59-11.63 8.5-17.68 12.02 1.02-1.5 2.03-3.04 3.05-4.68 1.48-2.38 1.33-1.15 2.22-2.17 1.63-2.64 2.41-4.43 3.07-6.22.65-1.79 1.27-3.55 2.27-6.35-.09.84-.03 2.39.94 0-.02-.52-.2-.92.44-2.43l-.06.86c.4-.65.65-1.34.9-2.26.27-.9.53-2.03.94-3.56.58-2.74.77-5.59.35-8.32-.41-2.71-1.46-5.31-3.03-7.21-.29-.59-.6-.97-.77-1.27-.19-.29-.28-.49-.31-.6-.06-.22.13-.12.42.09s.66.55.92.78c.27.23.41.37.31.11.88 1.77 1.06 2.39 1.27 2.63.2.24.32.1.59.46-.23-.47-.48-.97-.72-1.45-.24-.49-.55-.96-.79-1.41-.23-.47-.52-.87-.71-1.25-.21-.38-.34-.74-.43-1.03-.52-.54-.95-1.05-1.4-1.43-.45-.38-.88-.72-1.31-1.04-.45-.28-.91-.54-1.42-.81-.25-.15-.53-.26-.82-.37-.33-.13-.69-.26-1.07-.41.51.2.77.32 1.03.46s.46.27.57.39c.23.25.14.31-.49.09-.26-.16-.51-.3-.9-.51-.23-.12-.47-.24-.72-.37-.13-.05-.25-.16-.39-.18-.15-.02-.29-.03-.43-.05-.82-.09-1.72-.2-2.53-.29-.7-.09-1.34-.19-1.77-.3-.43-.13-.66-.28-.58-.42-5.45-.6-11.17-1.84-16.78-3.7-5.61-1.85-11.12-4.32-16.24-7.2-1.89-.7 1.25.86.18.53-2.73-1.06-1.88-1.3-4.01-2.25l1 .21c-1.44-.94-3.03-1.74-4.57-2.62-1.58-.82-3.11-1.71-4.54-2.61.68.03-1.98-1.93.38-.43-.68-.46-1.1-1.38-1.49-2.24-.4-.86-.77-1.63-1.37-1.9l.3 2.45c-.18.06-1.86-1.49-1.76-1.26-.84-1.22-1.85-2.69-2.57-3.36-.06-.62 1.69 1.11 2.67 2.03.62-.39-3.01-3.4-1.14-2.56-2.13-1.91.02.56-1.38-.46l-1.65-1.9 1.19 1.54c-1.62-1.34-2.55-1.48-4.12-3.85l-1.24-.86-1.19-.91c.26-.6-1.31-1.69-2.1-3l.84.54c-1.21-1.59-1.59-2.26-2.17-3.39 1.07.62.98 1.51 1.64 1.62l-1.16-1.84c-.25.19-1.25-.81-.51.58-.83-.65-1.48-1.17-2.3-2.04-.84-.85-1.74-2.14-3.06-4.36-.34-1.15.06-.64.57-.04.52.62 1.12 1.37 1.09.83-2.5-4.64-4.4-5-5.73-7.85-1.41-3.74-1.83-3.31-3.29-7.12.4.54.24-.16 0-1.08-.21-.95-.49-2.14-.44-2.53l.85 1.39c-.42-.96-.64-1.96-.46-2.05-.25-.19-.71-1.24-1.13-2.6-.26-.8-.54-1.69-.81-2.55-.24-.87-.46-1.7-.67-2.37l-.3.57c-.6-1.92-1.29-4.57-1.57-6.78 0 .05.01.09.02.14l-.16-1.78c0 .29.02.59.04.9-.52-3.22-.87-2.47-1.51-5.06.28-1.51.74-1.37 1.24-.92-.14.94.06 2.49.14 4.01.23 1.08.46 2.08.73 3.04.3.96.59 1.89.89 2.82.29.92.56 1.85.85 2.8.29.95.48 1.94.71 2.99.76.77.5.08.12-1.07-.37-1.16-.94-2.79-.98-3.85.07.05.11.19.16.35-.05-.18-.06-.34-.06-.52.42 1.48 1.14 3.88 1.74 4.16-.63-2.47-1.45-1.58-1.62-4.79-.34-1.14-.4-2.22-.38-3.18.05-.97.18-1.83.12-2.53-.29-.75-.64-1.12-.95-1.79-.29-.67-.52-1.65-.58-3.6l.7 1.66c-.16-2.18-.4-2.69-.61-3.15-.22-.47-.43-.89-.47-2.94-.04 1.44-.6-1.39-.54 1.35-.4-1.34-.36-4.36-.14-6.59-.06-.59-.19-.13-.38-.25-.24 1.23-.16 2.23-.11 3.16.05.93.07 1.79-.17 2.82l.66 1.71c-.09 1.16-.25 1.8-.41 1.98-.17.18-.4-.1-.54-.81.04.65.19 1.22.11 1.71-.45.23-.42-.48-.38-1.33.08-.86.18-1.86-.23-2.25l.11 1.65c-.3.37-.45-.59-.54-1.91-.04-.66-.07-1.42-.07-2.13.03-.72.06-1.41.07-1.94.3-2.42.61-4.6 1.06-4.74 0 1.08-.06 2.14 0 3.22.18-.83.21-1.85.2-2.91 0-1.06-.08-2.14.03-3.07.07-.12.15-.29.2-.51-.05.09-.1.14-.14.14.06-.32.14-.59.24-.83-.04.26-.09.51-.15.72.13-.23.27-.71.38-1.25 0 .01-.01.03-.03.04-.04.06-.08.14-.12.21.11-.8.18-1.77.25-2.74.12-.99.27-1.97.47-2.71l-.42.12.18.24c-.14.75-.36 1.6-.55 2.13-.18.53-.33.75-.41.16.32-3.42 1.19-3.97 1.68-4.68.44.88-.61 3.25-.68 4.99.36-.47.54-1.31.73-2.46.1-.57.2-1.22.35-1.94.15-.72.39-1.48.67-2.31.18.75-.09 1.72-.26 2.63-.18.91-.33 1.75-.11 2.17.57-2.72.31-3.52 1.14-6.35.21.44-.41 3.22.02 3.12l.6-1.78c-.99 4.46.96-.6.34 2.89.62-1.56 0-2.39.94-4.61-.43.56-1.36 2.32-1.1.02.29-.82.59-1.64.89-2.45.6-.95-.06 2.78.65 1.23l.53-2.65c-.21.03-.66 1.25-.69.39.62-1.44.08-2.67.4-4.54.48-1.41 1.02-2.47 1.39-2.88.38-1.86 1.16-3.84 1.9-5.81.39-.98.82-1.91 1.2-2.84.37-.93.73-1.82 1.05-2.63-.85 2.24.64.24 1.59-.83-1.28 2.39-.76 2.69-.31 2.71.76-1.44.75-2.69.16-2.07 1.59-2.25.56-1.88 2.22-3.69 1.02-1.2.08.98.57.65.8-1.23.76-1.5.75-1.79-.02-.29-.02-.62.98-1.88-.04.19-.18.44.06.3 1.11-1.33 1.95-3.03 1.97-3.49.89-.49 1.67-1.52 2.29-2.34.64-.8 1.12-1.38 1.29-.99 2.58-3.29-.73.19-.4-.6.44-.75 1.22-1.72 2.03-2.52.82-.79 1.62-1.48 2-1.79-.7.76-1.21 1.59-1.99 2.24l1.01-.28c1.94-1.75 2.28-2.56 2.67-3.31.39-.75.73-1.55 2.78-3.06-1.75 1.95-.37.88-1.05 2.03.43-.68 3.54-3.11 1.46-1.87 1.48-1.2 2.5-2.02 3.61-2.72 1.19-1.2 2.53-2.46 3.15-3.28 1.11-.74 2.09-1.35 3-1.77.9-.42 1.66-.73 2.26-.97 4.54-3.28 9.44-5.05 14.73-7.58l-.42.13c4.29-1.58-2.15.07 2.3-1.65-.38.82 2.85-.5 4.41-.65 1.42-.31 2.72-.67 3.97-1.05 1.25-.34 2.45-.66 3.64-.98 1.18-.36 2.38-.56 3.6-.8.61-.11 1.23-.22 1.86-.3.64-.06 1.29-.11 1.97-.14-.03.14-.35.35-1.37.5 2.04-.14 3.85-.4 5.64-.51.9-.07 1.77-.15 2.66-.21.89-.04 1.78-.06 2.69-.07l-.16.08c5.86.41 11.21.12 17.27.97-.5 0-.66.22-1.05.24 3 .63 7.74 1.73 9.95 1.81 3.31 1.6 2.39.47 6.62 2.55.21.19-.47-.05-.78-.12 1.05.45 1.93.89 2.84 1.25.91.39 1.83.72 2.86 1.25 1.2.43 2.21.74 3.11 1 .9.3 1.68.57 2.5.85 1.64.54 3.29 1.34 5.81 2.97-.19.87-3.3-1.66-3.76-1.1 1.1.46 2.1.78 3.39 1.82-1.02-.23-.29.06-1.04 0 .92.85 4.75 1.9 4.68 2 .16-.1-.14-.44-1.15-1.05 1.5.28 4.87 3.29 7.25 4.94-.73-.59-2.96-2.56-1.83-2.21 1.48 1.3 2.63 1.93 3.67 2.51 1.03.58 2 1.01 3.17 1.79 1.19 1.4.57 1.08-.32.52-.93-.52-2.15-1.25-2.1-.79.3.57 1.06 1.88-.24 1.09 1.19 1.07 2.22 1.98 3.29 2.79 1.08.8 2.08 1.64 3.12 2.62l-.18.06c1.43 1.4 2.92 2.85 4.35 4.25.68.73 1.34 1.46 1.94 2.18.3.36.59.73.86 1.09.26.37.48.75.69 1.11-.3-.52-.57-1.06-.9-1.56.51.44 1.62 2.15 2.58 2.85-.16.04.09.63.28 1.11.13.37.21.69.08.66.4.29.88.79 1.41 1.44.31.38.64.8.97 1.25.32.45.64.94.96 1.43.65.98 1.29 1.95 1.85 2.79.55.85 1.07 1.53 1.5 1.89.29 1.08-.45.47-.79.28-.54-1.15-.88-1.94-1.19-2.57-.34-.62-.67-1.07-1.15-1.55 1.1 1.81 1.55 3.32 1.22 3.13 1.54 1.57 3.86 6.08 4.77 6.87.3 1.56.7 3 .04 2.67 1.28 2.98 1.31 2.13 1.43 1.34.09-.78.17-1.45 1.38 2.07.64 3.35-1.67-2.92-.33 1.54l-.35-.79c-.06 1.78.25 2.28.81 2.79.52.52 1.28 1.04 1.71 2.92-.54.65-1.1-2.46-.96.21.46 1.67 1.07 2.81 1.55 4 .46 1.19.89 2.39 1.07 4.14-.12-.17-.24-.33-.37-.5.19 1.1.36 2.74.55 4.37.16 1.64.22 3.28.34 4.38-.13.11-.13-.21-.2-.63.05 2.05.06 2.48.16 2.82.07.33.11.58-.08 2.26l.36.97c.19-1.68.5-5-.12-7.12.55 2.12.61-3.44 1.27-2.44l-.29-.41-.03-.09ZM77.14 245.61s-.14.09-.31.17c-.17.09-.35.19-.68.34l-2.92-4.31c.63-.76 1.49-1.86 1.15-1.92 1.22-1.04.14.71.11 1.06-.11.05-.21.09-.29.12l.21.3c-.26.31-.51.59-.74.86l2.26 3.36c.39-.17.71-.33 1.01-.47l.18.27c-.32.17-.64.33-1.07.52l-2.64-3.92.62-.72c-.28.27-.51.5-.68.65l2.74 4.06c.92-.35 1.09-.41 1.05-.37Zm-1.59-5.63c-.22.28-.43.53-.63.78-.06.03-.11.05-.17.07.17-.15.41-.41.8-.85Zm67.6-47.75-.37.26c.61-.81.92-1.29.37-.26Zm-19.39 17.8c2.23-2.24 1.66-1.38 1.96-1.41-2.46 1.92-3.66 3.18-5.88 4.82.42-.19.59-.12.77-.14-.85.69-1.78 1.31-2.26 1.31.63-1.35 6.69-5.21 5.42-4.58h-.01Zm25.86-31.06.72-.58c.53-.92 1.27-1.88 1.91-2.76.63-.89 1.14-1.72 1.29-2.35-1.49 2.05-3.37 4.58-3.92 5.68v.01ZM15.71 135.65c.42.13-.6-2.03-1.13-2.61.28.64.4 1.93 1.13 2.61Zm151.96 20.21c.29-.45.66-1.04 1.27-1.95.79-1.03.86-1.97 1.31-3.14-.79.9-1.64.82-1.65 2.57l.25-.2c-.61.7-1.04 2.01-1.56 2.94.13-.05.25-.13.38-.22Zm-145.5-11.65h.23c-.12-.13-.31-.39-.51-.63.17.22.3.48.28.63Zm-1.36-2.72-1.14-1.24.55 1.97c1.29 1.6-.97-2.14.58-.73h.01ZM139.19 18.01c-.27-.35-.53-.72-.8-1.06-1.59-.58.91.67-.02.43-.84-.35-1.21-.78-1.94-1.23-1.96-.37 3.52 1.8.81.98.76.37 1.39.63 1.96.87l-.01.01ZM13.92 129.24c-2.27-4.82-.59 1.58-3.01-4.07 1.74 5.57 2.19 2.32 3.87 7.16-.3-1.22-.06-.86.3-.14.4.73.96 1.82 1.21 2.15-.7-1.73-2.55-3.87-2.37-5.11v.01Zm7.31 13.69c.09.04.3.22.48.42-.38-.45-.66-.85-.48-.42Zm6.91 10.06c1.12 1.25.67.42 1.57 1.25-.9-1.19-1.55-1.79-1.57-1.25Zm89.84 57.37c.21-.45-2.42 1.37-.88.38-.18.49 1.83-.83.88-.38Zm21.26-192.27s.02-.03.04-.04c-.04-.02-.05-.03-.1-.04l.06.08Zm-30.1-10.68c.47.16.77.21.99.2-.36-.09-.69-.15-.99-.2Z'/%3E%3C/svg%3E");
}
@media (max-width: 560px) {
  .textSlider:before {
    width: 40%;
    top: -16%;
    left: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 254 247'%3E%3Cpath fill='%23F4A200' d='M125.906 110.013c0-34.647-28.181-62.744-62.953-62.744C28.181 47.27 0 75.366 0 110.013s25.846 60.324 58.56 62.569c11.925 5.17 2.852 25.014-9.822 38.29 0 0 11.169-4.389 37.91-28.336 20.391-18.271 29.751-37.306 33.055-45.319 3.979-8.225 6.212-17.461 6.212-27.204h-.009Z'/%3E%3Cpath fill='%23131211' d='M253.068 95.311c-.453-1.02-.148.34-.12 1.592l.12-1.592Zm-.12 1.601-.083 1.122c.083-.294.092-.699.083-1.122Zm-1.089 10.442c-.019-2.429.683-5.244.23-6.78-.461 2.392-.729 6.099-.23 6.78Zm.756-3.569-.267-.322.258 2.152.009-1.83Zm.407-1.491-.13.295c.028 1.113 0 2.226 0 3.348.046-1.214.139-2.428.139-3.643h-.009Zm-2.807 13.037c.139-.792.296-1.583.416-2.374.821-2.144.268 1.582.821.147.554-2.981-.627-1.177.093-4.876-.213.12-.443 1.61-.702 2.972-.286 1.361-.572 2.603-.821 2.245-.859 3.035.323.22.184 1.886h.009ZM164.167 231.01c-.12.056-.212.111-.314.166.148-.028.287-.074.314-.166Zm-18.092.957c.369-.395.72-.809 1.052-1.214a2.915 2.915 0 0 0-.507.414l-.536.8h-.009Zm37.172-17.608c.48-.322.914-.635 1.311-.92-.286.128-.683.395-1.311.92ZM69.202 96.397c.046.092.102.175.185.202 0-.018 0-.046.01-.073l-.176-.433-.019.304Zm88.042 98.025c-.258-.358-.507-.708-.775-.975.424.58.655.847.775.975Zm36.951 10.369c-.167.147-.314.276-.462.395.157-.11.369-.267.6-.451l-.12.028-.018.018v.01Zm-52.938 42.191s-.037.009-.046.018l-3.96-5.86c.378-.35.72-.672.987-.957-.36.313-.683.635-.997.957l3.96 5.86.047-.018h.009Zm94.512-97.787a8.772 8.772 0 0 0-.803 1.564c.296-.331.591-.809.803-1.564Zm-7.265 12.254.046-.073c-.109.027-.119.073-.046.073Zm-5.214 7.48.083-.138c-.102.055-.148.092-.083.138Zm11.676-18.17c-.793.911-1.643.828-1.652 2.576l.249-.202c-.609.699-1.043 2.015-1.56 2.944.13-.055.25-.129.379-.221.286-.451.664-1.039 1.274-1.95.793-1.031.858-1.969 1.31-3.137v-.01Zm-70.771 80.04c.941-.598.203.046 0 0Zm9.48-8.124c-.323.249-.646.488-.969.745.323-.22.646-.441.969-.745Zm35.178-31.077c-.065.046-.12.092-.176.138.019.11.13-.028.176-.138Zm-37.034 32.522.887-.699a6.16 6.16 0 0 0-.887.699Zm26.622-22.945a2.488 2.488 0 0 0-.157.11c.037-.018.092-.064.157-.11Zm4.624-183.796c-.84-.35-1.209-.782-1.938-1.233-1.957-.368 3.517 1.803.812.984.757.368 1.385.626 1.957.874-.268-.35-.526-.717-.803-1.058-1.588-.58.914.672-.019.433h-.009ZM70.891 85.007l-.092.387c.277-.24.323 0 .637-1.463-.203-1.316-1.006.598-1.126-1.693-.019.442-.11 1.086-.24 1.693.443-.883.674.074.83 1.086l-.009-.01Zm-.831-1.085s-.018.037-.036.064a2.04 2.04 0 0 0-.176.313 6.971 6.971 0 0 1-.175.892c.13-.23.268-.717.378-1.26l.01-.01ZM174.838 7.608c-.36-.092-.692-.147-.988-.202.471.156.766.212.988.202Zm-10.32 186.529c.203.506.406 1.012.572 1.417-.249-.8-.424-1.187-.572-1.417Zm-94.023-87.445c0 .349.018.708.046 1.094.037.221.064.414.11.681l-.156-1.775Zm15.239-71.226c-.027 1.03.323-.552 1.671-1.564l.757-1.353c-.997.994-1.763 2.024-2.419 2.917h-.009Zm118.216-17.38s.019-.027.037-.036c-.037-.018-.055-.027-.1-.037l.063.082v-.01ZM121.032 7.94c.25-.083.471-.148.702-.23a3.68 3.68 0 0 0-.702.23Z'/%3E%3Cpath fill='%23131211' d='m69.138 92.478-.093 2.769.046 2.77.111-1.62c-.36-.773.286-3.146-.064-3.92Z'/%3E%3Cpath fill='%232A674C' d='m72.553 56.405-.554.331c-.803 2.815-2.012 5.676-2.972 8.492-.526 1.389-.905 2.787-1.228 4.112a27.779 27.779 0 0 0-.388 1.941 15.98 15.98 0 0 0-.11 1.84c-1.459 3.275-1.302 4.508-1.21 5.621.056.561.12 1.095.028 1.877-.074.782-.258 1.822-.747 3.376l.212-.193c-.674 5.244-.997 10.617-.83 16.008.184 5.391.811 10.801 1.91 16.072a89.083 89.083 0 0 0 4.624 15.282 83.7 83.7 0 0 0 7.099 13.579l-.24.101c8.077 13.873 19.827 25.29 33.47 33.304 6.849 3.974 14.142 7.176 21.757 9.356 3.794 1.159 7.68 1.96 11.584 2.668l2.945.423 1.477.212 1.486.147 2.344.23s.028.009.056.028c.028.009-.019 0 .055.036l.24.12c.342.147.6.35.886.543.48.211.739.359.951.414.212.055.351.037.48.018.286-.055.517-.11 1.265.478.147.138.277.378.443.608.157.239.351.478.452.745.24.515.397.947.24 1.03-.858-1.288-.711-.377-1.052-.763.655.993 1.052 2.401 1.228 3.882.175 1.49.184 3.036.24 4.379.193-.717.378-1.453.498-2.18.046.257.065.543.083.855 0 .313-.028.644-.055.976-.037.653-.185 1.306-.25 1.784-.156-.423-.775.874-.766.046.028 1.436-.101 2.457-.295 3.22-.166.764-.415 1.27-.646 1.739-.231.469-.489.902-.776 1.518-.267.617-.59 1.417-.969 2.631.212.626-.148 2.503-.831 4.738-.701 2.227-1.753 4.784-2.63 6.827l-1.413 1.83c1.616-2.594-.535-.276 1.45-3.486-1.81 2.576-3.111 5.216-4.976 7.562.517-.34.665-.055.028.975-1.182 1.426-1.643 1.27-2.963 2.898.369-.589.701-1.196 1.052-1.794-1.098.911-1.514 2.098-2.289 3.137-.545.102-2.612 2.429-2.566 1.739-1.062 1.739-1.828 2.503-2.862 3.699l3.545 5.253c.794-.359 1.394-.699 2.215-1.215-3.286 1.187.6-.818.083-.92-.406.23-.812.46-1.237.681-.433.23-.812.433-1.366.681l-2.64-3.919.619-.718c-.277.267-.508.497-.683.653l2.741 4.058c.923-.35 1.089-.414 1.053-.368a1.802 1.802 0 0 1-.305.174c-.175.092-.351.194-.683.341l-2.917-4.315c.628-.764 1.486-1.858 1.154-1.923 1.809-1.545-1.449 3.073 1.163.092-.72.92-1.348 1.629-1.883 2.245l2.261 3.358c.748-.331 1.228-.589 1.773-.865.526-.276 1.015-.552 1.541-.846 1.034-.607 2.169-1.334 3.702-2.475-2.557 1.638.295-.635-1.21.028 3.287-1.978.933-.304 2.16-.571 1.773-1.113 2.613-1.223 3.97-2.668 2.935-1.693-.167.663 1.403-.064-.416.506-2.437 1.729-4.246 2.806-1.773 1.104-3.342 2.088-2.585 2.447-.766.469-1.588 1.058-2.502 1.72-.47.313-.96.644-1.495.966-.572.332-1.071.617-1.892.948a67.03 67.03 0 0 0 1.984-.736 32.52 32.52 0 0 0 2.003-.856c1.348-.616 2.677-1.361 3.813-2.217l-.277-.727c1.781-1.131 1.892-1.784 3.194-2.557-.554.625.84.101 2.224-.874-.461.175-1.015.561-.932.349 1.301-.874 1.948-1.499 2.658-2.171.702-.681 1.477-1.371 2.936-2.511-2.613 1.591-3.268 1.748-5.825 3.054.351-.856 1.625-1.178 2.972-2.18-.166.202-.443.414.019.22l1.329-1.214c3.222-2.015.065.911 2.76-.699 2.031-.893 2.262-1.932 3.738-2.714-.12.027-.24.055-.341.083.305-.212.517-.359.683-.46-.018 0-.037 0-.046-.01 1.578-1.251 3.323-2.52 3.517-3.201.277.018 1.357-1.113 1.8-1.61.794-.801 2.603-2.824 4.301-3.376-.037.027-.064.055-.092.082 2.003-1.499 3.646-2.566 3.369-2.06l3.212-2.448v.681c2.733-2.465 2.28-2.438 3.84-4.489 2.188-1.482 5.548-4.637 6.711-5.953.231-.175.563-.469 1.089-.975l-1.283.856c2.16-1.877 1.717-1.859 3.129-3.101-.323.221-.387.239.462-.395.249-.203.517-.424.84-.69-.037.101-.36.377-.692.634l.378-.101c2.095-1.095 2.409-2.576 4.338-4.103a9.764 9.764 0 0 1-.609.635c1.108-.837 3.074-1.656 3.185-2.365.267-.184.572-.561.831-.984l.775-.662c-.314.276-.563.487-.766.653.341-.552.637-1.104.775-1.086l2.566-2.429c.526-.423 1.136-1.094 1.588-1.683l.563-.285c.858-.966.96-.883.895-.727 1.791-1.38 2.945-2.686 4.034-4.094 1.089-1.408 2.197-2.852 4.034-4.471.314-.939-1.089.487-1.357.46.305-.727 1.837-3.036 2.566-4.214 1.8-1.288 6.102-6.302 6.055-5.023 2.447-3.156-1.098.736-.092-1.012l.296-.35c-.896 1.049-1.754 1.748-2.437 2.19-.499 0 1.569-2.824 2.261-3.643v.938c1.994-3.082.868-2.944 1.745-5.097 1.809-2.272 1.283-.607 2.04-.837l1.606-2.603.351.23c1.006-1.721.904-2.328 2.529-4.554-.369.938.277.129.858-.617.582-.745 1.126-1.398.646-.082.914-1.242.453-2.034 1.33-2.42.166-1.141-.896 1.067-1.422 1.656-.886.193 1.505-3.018 2.234-4.71.36.027-.268 1.26.988-.516 0-.515.517-1.784 1.357-2.732-.37-.202 1.098-2.19 1.67-3.284-.692 1.196-1.92 2.796-1.809 1.84.36-1.022.72-1.868 1.855-4.021l-.923 1.408c.416-2.162 1.976-2.935 3.028-5.64-.286 1.205-.628 1.895-.803 2.99.434-1.315 1.255-3.79 1.92-5.833l1.505-1.996c-.157-.396 1.19-2.466.793-2.64.73-1.344.61-.736.314.266-.314.985-.803 2.346-.729 2.54.932-1.666 1.098-2.42 1.274-3.174.175-.745.406-1.426 1.375-3.027l-.101 1.288c.507-1.122 1.163-3.524 1.393-3.597-.129-.046-.295.552-.563 1.279-.48-.994 1.348-5.548.351-5.382-.175.533-.387 1.048-.581 1.573.673-2.493.59-4.398 1.403-6.21.646-1.399.295 1.168.258 2.097.702-2.327-.378-2.134.369-4.903-.48 1.435-.72 1.076-.72.156-.415 1.601-1.486 4.867-.987 4.379l.24-.552c.175.203.018 1.104 0 1.564-.665 2.172-.683.893-.969 1.279-1.302 3.524.747.561-.407 3.827l-.313.368c-.351 1.647-1.302 4.048-1.007 4.665-.563.588-.886 1.527-1.246 2.465-.351.939-.683 1.914-1.144 2.622-.619-.101-.037-1.463.812-3.017.821-1.564 1.754-3.395 1.8-4.444-.914 1.583-.139-1.168-.157-1.978-.489 1.84-1.062 3.662-1.662 5.474-.323.35-1.624 1.628-1.633 2.769l.203-.405c-.776 2.162-.056 1.813-1.016 3.542-.23.23-.157-.395-.175-.57-.849 1.61-.36 1.49-.766 2.64-.877 1.592-.065-1.03-.84.276-.462 2.107-1.542 2.944-2.336 4.573 1.016-.368-2.566 6.854-.166 3.652a129.129 129.129 0 0 1-1.717 4.085c-.987 1.012.647-3.11-.461-2.328.581-1.002 1.117-2.033 1.68-3.054-1.006.101-2.982 6.698-5.077 8.16-.997 1.564-.618 1.27-2.889 3.993l.978-.101c-1.135 1.444-1.809 1.72-1.966 1.711-.526.939-1.108 1.702-1.68 2.512.056-.276.176-.644.508-1.196-1.126.901-1.219 1.315-1.292 1.84-.268.717-.896 1.646-1.579 2.566.12-.331.249-.662.36-1.002-.341.607-.785 1.343-.711 1.49a13.64 13.64 0 0 0-.738 1.132c.286-.166 1.098-.516 2.215-1.739-1.366 1.628-2.501 3.146-3.627 4.563-1.163 1.389-2.327 2.696-3.674 3.938-.093-.249.609-1.61.314-1.27-1.173 1.38-2.142 3.11-1.773 3.202-.24.331-.434.579-.609.791-.369.147-.794.349-1.366.984-.175.111-.434.322-.84.782.102.874-2.446 3.266-2.723 4.021.591-.571 1.246-1.334 1.901-2.116-.655 1.361-1.163 2.658-2.16 3.284 1.496-2.3-2.381 1.748.185-1.426-2.474 1.638-.545 1.518-2.824 3.551l-1.57 1.224c-.12-.525 2.003-2.466 1.57-2.245l-.887 1.03c.72-1.177 4.274-4.885 5.936-7.59-1.431 1.546-2.89 3.064-4.329 4.591-1.228 1.564-2.65 3.128-4.09 4.729s-3.037 3.11-4.541 4.664c-1.496 1.564-3.074 2.981-4.468 4.425a82.752 82.752 0 0 0-2.012 2.116 49.945 49.945 0 0 0-1.828 2.006l.213-.202c-.065.11-.047.211 0 .395l-.305.12-.794 1.141c-1.431.699-3.618 2.566-5.704 3.891.898-.527 1.458-.739 1.68-.635.064.534 0 .828-1.837 2.19-.222-.221.849-1.132-.591-.23.757-.451.323.221-.416.902-1.107.68-2.759 2.042-2.99 1.812.397-.451.831-.681 1.163-.902.397-.45-2.022 1.353-.849.01l-1.708 1.564c-1.209.662.425-.893-.102-.672-2.824 2.604-3.858 4.453-6.443 6.799.019-.23-.397-.801-.295-.617-2.225 1.5-3.997 4.205-6.388 6.1.231-.442 1.182-1.067 1.847-1.711-7.514 5.51-13.717 10.037-21.388 14.085-.508.598-1.015 1.205-1.532 1.794l-2.188.727c-.849.404-1.671.846-2.474 1.214-.397.193-.794.377-1.172.552-.369.175-.794.35-1.034.451l3.009 4.453c4.846-4.978 8.373-9.918 12.148-15.935 1.477-2.383 1.329-1.15 2.215-2.171 1.634-2.64 2.41-4.425 3.074-6.219.646-1.794 1.274-3.551 2.271-6.348-.092.837-.028 2.392.941 0-.018-.524-.203-.92.443-2.429l-.064.856c.397-.653.655-1.343.904-2.263.268-.902.527-2.034.942-3.561.581-2.741.766-5.593.351-8.317-.406-2.714-1.459-5.308-3.028-7.212-.286-.589-.6-.966-.766-1.27-.185-.294-.277-.487-.314-.598-.065-.221.129-.119.415.092.287.212.656.552.924.782.267.23.406.368.313.111.877 1.766 1.062 2.391 1.274 2.631.203.239.323.101.591.46-.231-.47-.48-.966-.72-1.454-.24-.487-.554-.957-.794-1.407-.231-.47-.517-.865-.711-1.252a5.522 5.522 0 0 1-.433-1.03c-.517-.543-.951-1.049-1.404-1.435a29.241 29.241 0 0 0-1.31-1.04 20.413 20.413 0 0 0-1.422-.809 5.052 5.052 0 0 0-.821-.368c-.333-.129-.693-.258-1.071-.405.508.202.775.322 1.034.46.258.138.461.267.572.386.231.249.139.313-.489.092a15.532 15.532 0 0 0-.896-.506c-.23-.119-.47-.239-.72-.368-.129-.055-.249-.156-.387-.175-.148-.018-.286-.027-.434-.046-.822-.092-1.717-.202-2.529-.294-.702-.092-1.339-.193-1.773-.304-.433-.128-.664-.276-.581-.423-5.455-.598-11.169-1.84-16.781-3.698-5.613-1.849-11.123-4.324-16.237-7.204-1.892-.699 1.246.856.184.525-2.732-1.058-1.883-1.298-4.015-2.254l.997.211c-1.44-.938-3.028-1.739-4.569-2.622a62.815 62.815 0 0 1-4.542-2.613c.683.028-1.975-1.932.379-.432-.683-.46-1.099-1.38-1.486-2.236-.397-.855-.766-1.628-1.366-1.895l.304 2.447c-.175.065-1.864-1.49-1.763-1.26-.84-1.223-1.846-2.686-2.566-3.358-.055-.625 1.69 1.113 2.668 2.033.618-.386-3.01-3.404-1.145-2.557-2.132-1.905.019.561-1.375-.46l-1.653-1.895 1.191 1.545c-1.615-1.343-2.547-1.481-4.117-3.855l-1.237-.864-1.19-.911c.258-.598-1.311-1.693-2.096-2.999l.84.542c-1.209-1.591-1.587-2.263-2.169-3.385 1.07.616.978 1.509 1.643 1.619l-1.163-1.84c-.25.193-1.246-.81-.508.58-.83-.654-1.477-1.169-2.298-2.043-.84-.855-1.735-2.143-3.065-4.361-.341-1.15.056-.644.573-.036.517.616 1.117 1.37 1.089.828-2.502-4.637-4.403-4.996-5.732-7.848-1.413-3.744-1.828-3.312-3.287-7.121.397.543.24-.156 0-1.085-.212-.948-.489-2.135-.443-2.53l.85 1.389c-.49-1.122-.711-2.291-.342-2.024-.194.175-.748-1.012-1.246-2.622-.258-.8-.535-1.693-.812-2.548-.24-.865-.462-1.702-.674-2.365l-.305.571c-.655-2.089-1.421-5.042-1.643-7.36-.535-3.423-.886-2.586-1.532-5.226.277-1.509.738-1.371 1.237-.92-.139.938.055 2.493.138 4.011.231 1.077.462 2.079.73 3.045.304.957.59 1.886.886 2.816.286.92.563 1.849.849 2.796.286.948.48 1.942.71 2.99.758.773.5.083.12-1.067-.369-1.159-.94-2.787-.978-3.845.074.046.11.193.157.349a2.529 2.529 0 0 1-.065-.515c.425 1.481 1.145 3.882 1.736 4.158-.628-2.465-1.45-1.582-1.615-4.793-.342-1.141-.398-2.217-.379-3.183.046-.966.175-1.831.12-2.53-.286-.754-.637-1.122-.95-1.794-.287-.672-.518-1.647-.582-3.597l.701 1.656c-.157-2.18-.397-2.686-.609-3.147-.222-.469-.434-.892-.47-2.944-.038 1.445-.6-1.389-.545 1.353-.397-1.343-.36-4.36-.139-6.587-.055-.589-.194-.129-.378-.249-.24 1.233-.157 2.227-.111 3.156.046.93.074 1.794-.166 2.824l.664 1.712c-.092 1.159-.249 1.803-.406 1.978-.166.184-.397-.102-.535-.81.037.653.194 1.224.11 1.711-.452.23-.424-.478-.378-1.334.083-.855.176-1.858-.23-2.254l.11 1.647c-.295.368-.452-.589-.535-1.914a39.193 39.193 0 0 1-.074-2.134c.028-.718.055-1.408.074-1.941.304-2.42.61-4.6 1.061-4.738-.009 1.076-.064 2.143 0 3.22.176-.828.213-1.85.203-2.907 0-1.058-.083-2.144.028-3.073.074-.12.148-.295.203-.506-.046.092-.101.138-.138.138.074-.396.166-.736.314-1.021.11-.81.184-1.822.258-2.825.12-.993.268-1.969.47-2.714l-.415.12.185.24c-.138.744-.36 1.6-.554 2.133-.175.534-.332.746-.406.157.323-3.422 1.19-3.965 1.68-4.683.443.883-.61 3.248-.683 4.986.36-.469.545-1.306.73-2.456.1-.57.202-1.224.35-1.941.148-.718.388-1.481.674-2.31.175.746-.093 1.721-.259 2.632-.175.91-.332 1.748-.11 2.171.572-2.723.313-3.523 1.135-6.348.212.442-.406 3.22.018 3.119l.6-1.776c-.987 4.462.96-.598.342 2.89.618-1.565 0-2.393.941-4.61-.433.561-1.356 2.318-1.098.018.286-.819.59-1.637.886-2.447.6-.948-.064 2.778.646 1.233l.526-2.65c-.212.028-.655 1.252-.692.387.619-1.445.083-2.668.397-4.536.48-1.407 1.015-2.465 1.394-2.88.378-1.858 1.163-3.836 1.901-5.805.388-.975.822-1.913 1.2-2.842.37-.93.73-1.822 1.053-2.632-.85 2.245.637.24 1.587-.828-1.283 2.392-.757 2.687-.313 2.714.756-1.435.747-2.686.156-2.07 1.588-2.254.564-1.876 2.225-3.689 1.025-1.196.083.975.572.654.803-1.233.757-1.5.748-1.794-.019-.286-.019-.617.978-1.877-.036.193-.184.441.056.303 1.108-1.334 1.948-3.027 1.966-3.486.886-.488 1.67-1.518 2.29-2.337.636-.8 1.116-1.38 1.292-.994 2.584-3.294-.73.193-.397-.598.443-.754 1.218-1.72 2.03-2.52a34.886 34.886 0 0 1 2.003-1.795c-.701.764-1.209 1.592-1.994 2.236l1.007-.276c1.938-1.748 2.28-2.558 2.667-3.312.388-.754.73-1.546 2.779-3.064-1.754 1.95-.369.884-1.052 2.034.433-.681 3.544-3.11 1.458-1.868 1.477-1.196 2.501-2.024 3.609-2.723 1.191-1.196 2.529-2.457 3.148-3.275 1.107-.736 2.095-1.353 3-1.767a40.035 40.035 0 0 1 2.261-.966c4.542-3.284 9.443-5.05 14.732-7.58l-.415.128c4.292-1.582-2.151.074 2.298-1.647-.378.82 2.853-.496 4.413-.653a52.5 52.5 0 0 0 3.969-1.048l3.637-.985c1.181-.359 2.381-.561 3.6-.8.609-.11 1.227-.221 1.864-.304a43.08 43.08 0 0 1 1.966-.138c-.027.138-.35.35-1.366.497 2.04-.138 3.849-.405 5.64-.506.896-.074 1.772-.147 2.659-.212a129.2 129.2 0 0 1 2.695-.073l-.157.083c5.862.414 11.206.12 17.271.966-.499 0-.665.22-1.053.239 3 .635 7.736 1.73 9.951 1.812 3.314 1.6 2.391.47 6.618 2.548.213.194-.47-.046-.775-.12 1.052.452 1.929.893 2.843 1.252.905.386 1.828.718 2.862 1.251 1.199.433 2.206.736 3.11 1.003.896.304 1.68.57 2.502.847 1.643.542 3.286 1.343 5.806 2.971-.185.874-3.296-1.656-3.757-1.104 1.098.46 2.105.782 3.388 1.822-1.016-.23-.287.064-1.043 0 .923.846 4.753 1.895 4.679 1.996.157-.101-.138-.442-1.153-1.049 1.504.276 4.873 3.294 7.246 4.94-.73-.588-2.963-2.557-1.828-2.207 1.477 1.297 2.631 1.932 3.665 2.511 1.033.58 2.003 1.012 3.166 1.785 1.19 1.398.572 1.076-.323.515-.933-.515-2.151-1.251-2.096-.791.305.57 1.062 1.877-.24 1.086 1.191 1.067 2.216 1.978 3.286 2.787 1.08.8 2.077 1.638 3.12 2.622l-.184.065 4.347 4.25a50.758 50.758 0 0 1 1.939 2.18c.304.36.591.727.858 1.086.259.368.48.745.693 1.113-.296-.524-.573-1.058-.896-1.564.508.442 1.616 2.153 2.576 2.852-.157.037.092.626.276 1.113.167.497.268.893-.129.516.434.248.997.828 1.616 1.591.313.377.637.8.969 1.251.323.451.637.939.96 1.426.646.975 1.292 1.95 1.855 2.788.554.846 1.071 1.527 1.496 1.886.286 1.076-.453.469-.794.276-.545-1.15-.877-1.941-1.191-2.567-.342-.616-.665-1.067-1.154-1.555 1.099 1.813 1.551 3.321 1.219 3.128 1.541 1.573 3.858 6.081 4.772 6.873.304 1.564.701 2.999.037 2.668 1.283 2.98 1.311 2.134 1.431 1.343.092-.782.175-1.454 1.375 2.07.637 3.349-1.671-2.917-.332 1.536l-.351-.791c-.065 1.776.249 2.282.812 2.787.517.516 1.283 1.04 1.708 2.917-.536.653-1.099-2.457-.96.211.461 1.675 1.071 2.816 1.551 4.002.461 1.187.895 2.392 1.07 4.14-.12-.165-.24-.33-.369-.496.194 1.104.36 2.741.554 4.37.157 1.637.221 3.275.341 4.379-.129.11-.129-.212-.203-.635.047 2.052.065 2.484.157 2.815.074.331.111.58-.083 2.263l.36.966c.185-1.683.499-5.004-.12-7.12.554 2.125.609-3.441 1.265-2.438l-.286-.405c.434-5.769-.905-13.138-2.926-20.176-2.133-4.121-2.493-7.48-5.123-11.73-.536-.165-.674-.35-.942-.956-.277-.608-.637-1.656-1.791-3.441 1.209 1.895.665-.065.046-1.362-.295-.313-.59-.671-.877-1.067a33.793 33.793 0 0 1-.913-1.196c-.13-.423-.739-1.886-1.606-3.358-.896-1.453-1.911-2.99-2.751-3.597-1.412-2.19.6.303 1.043.69-.286-1.113-1.56-1.481-1.865-2.337 0 0 .093-.018.296.166-.619-.782-1.173-1.49-1.699-2.162-.535-.663-1.052-1.28-1.56-1.905-.987-1.278-2.086-2.502-3.498-4.048-.766.267-3.139-2.65-4.689-3.698.627.202-1.57-1.748-2.373-2.631-.683-.35-1.403-.635-2.104-.948-1.016-.487-1.56-1.021-2.16-1.637-.6-.598-1.283-1.242-2.52-1.96l.48.515c-.462-.248-1.062-.662-1.736-1.159a67.33 67.33 0 0 1-2.206-1.591c-1.486-1.16-3.027-2.264-3.812-2.963-.545-.258-1.08-.515-1.615-.773-.536-.23-1.071-.469-1.597-.69-1.053-.45-2.049-.929-3.056-1.352-2.012-.81-3.895-1.674-5.769-2.364-3.701-1.518-7.255-2.733-10.864-3.91-1.819-.534-3.656-1.077-5.557-1.546-1.911-.423-3.858-.92-5.926-1.214-4.108-.736-8.622-1.05-13.735-.93-1.32.267.978.378-.065.746-2.058.156-2.529.082-4.403.211 1.662.092 1.385-.11 1.182.101l2.861-.294c.138.055-.175.083.102.193.48-.046 1.006-.12 1.56-.165a14.227 14.227 0 0 1 1.772 0c-1.782.138-2.271.736-4.689.588.184-.082.498-.12 1.135-.184-2.003.01-2.086.267-3.591.194-1.837.009-1.375.156-1.634-.083l-2.861.064-2.862.203c-1.375.496-2.935.782-4.273.938-1.348.147-2.474.166-2.936.258.499-.69 3.702-.847 5.022-1.61h-2.114l-.046.423c-.979.147-1.966.239-2.936.441l.148-.12c-.304.24-.628.48-1.394.507-.138-.028-.443-.074-.129-.175l-2.012.7c.544-.35.092-.277-.489-.185-.573.101-1.256.258-1.173-.027-1.68.423-3.064.782-4.227 1.214-1.173.432-2.17.846-3.148 1.233-.978.377-1.901.837-2.972 1.223-1.071.405-2.271.792-3.72 1.288 1.006-.174-1.459 1.472-3.148 2.227-1.015.377-1.311.405-.784-.074l-2.068 1.343c-1.542.368-2.88 1.104-4.366 1.932-.739.414-1.477.939-2.289 1.445-.822.506-1.708 1.048-2.668 1.637l.065-.313a37.208 37.208 0 0 1-2.004 1.813 31.69 31.69 0 0 1-1.218.957c-.425.35-.886.708-1.394 1.076l.093-.626c-2.613 1.675-1.311 2.126-4.034 4.122.323.34 2.086-.856 2.612-.727-.905.147-3.683 2.457-2.815 2.153-2.354 2.374-1.699 1.564-2.003 1.665l-1.219 1.555c-1.698 1.61-.987.083-.535-.708a17.365 17.365 0 0 1-2.234 2.622c-.85.828-1.782 1.628-2.612 2.566l.507-.901-2.224 2.428c-.582.911-1.265 2.015-2.096 3.092-.84 1.076-1.707 2.217-2.584 3.293l.609-1.922c-1.403 1.407-.415.947-.628 1.426-1.56 2.668-2.206 3.017-3.406 4.204a21.372 21.372 0 0 1-.877 1.638 34.082 34.082 0 0 1-.932 1.591c-.637 1.04-1.403 2.006-2.022 3.027-.646 1.012-1.264 2.005-1.8 3.017a13.511 13.511 0 0 0-1.116 3.128l-.065.019Zm135.303 135.819-.369.257c.609-.809.923-1.288.369-.257Zm-19.384 17.801c2.233-2.244 1.661-1.38 1.957-1.407-2.456 1.923-3.656 3.183-5.88 4.821.415-.194.59-.12.766-.138-.85.69-1.782 1.306-2.262 1.306.628-1.352 6.692-5.207 5.419-4.582Zm37.522-45.181c-.018.12-.055.249-.092.378v.018l.092-.396Zm-8.815 12.733c-.249.083-.545.341-.877.663.314-.12.591-.249.877-.663Zm-21.701 21.859c-.683.304-1.837 1.454-2.696 2.273.425-.35 1.256-.93 2.696-2.273Zm-93.331-34.941c.775.524 2.261 1.435 1.172.267-.72-.322-1.588-1.555-2.299-1.712-.064-.064-.064-.082-.101-.119.563.754 1.034 1.38 1.228 1.564Zm-33.61-80.969c.231.203.416.92.665.506-.018.074-.037.175-.055.258.12-.221.212-.405.25-.221.147-.736.304-1.5.294-2.033-.793-.368-.72-1.969-1.153 1.49Z' opacity='.7'/%3E%3Cpath fill='%23131211' d='M73.08 113.527c-.084-.331-.149-.598-.204-.8.055.221.12.469.203.8Zm-3.407-31.344c-.046-.074-.24.782-.47 1.84.129-.202.276-.718.47-1.84Zm181.216 38.631c-.055.303-.101.607-.175.91.258-.561.489-1.14.738-1.711.526-3.054.176-3.293-.055-4.112-.259 2.751-.84 4.342-1.8 7.737.425-.938.877-1.868 1.283-2.824h.009Zm-3.101.699c-.194.257-.683.883-.84 1.306l.101.497c.259-.598.49-1.205.739-1.803Zm-15.822 31.758 1.607-2.364c.249-.893-1.708 1.784-1.607 2.364Zm9.914-9.182.406-1.499c-.775 1.15-1.587 2.806-1.449 3.211.674-1.721.36-.332 1.043-1.712Zm-13.975 15.659c-.046 1.03-1.726 2.272-1.68 3.008.323-.681 2.031-2.613 1.68-3.008Zm5.104.828c.914-.525 1.348-2.061 2.391-3.588-.794 1.325-2.326 2.907-2.391 3.588Zm-12.756 12.502c-.203-.331.572-1.269 1.449-2.309-.175.433-.231.764-.554 1.279 1.154-1.969 1.255-2.079 2.188-3.634-1.256 1.325-3 3.413-3.194 2.898-.545 1.26-1.172 2.88.111 1.757v.009Zm10.403-8.73c.96-1.205 1.726-1.813 2.704-3.386-.387.138-1.024.46-2.132 2.309l.065-.874c-1.339 1.509.895-.358-.637 1.951Zm-16.329 14.618.72-.579c.535-.92 1.273-1.877 1.91-2.76.628-.892 1.136-1.72 1.293-2.355-1.486 2.051-3.37 4.581-3.923 5.685v.009Zm11.399-8.868.305.57c1.32-1.693-.249.009.083-.69.425-.451 1.006-1.159 1.182-1.592-1.357 2.024-.48-.147-1.57 1.702v.01Zm-3.701 6.016c-.498.773-.978 1.564-1.495 2.328.618-.423 1.218-.874 1.827-1.306 1.8-2.696-.194-.341-.332-1.022Zm-2.391 2.42-.286.166-1.957 3.735c1.283-2.135 1.422-2.217 2.234-3.901h.009Zm-37.818 32.2c-.184.487 1.828-.828.877-.377.212-.451-2.418 1.37-.877.377Zm10.459-2.889c-.499.313-1.413 1.178-2.345 2.107a94.307 94.307 0 0 0-2.483 2.53c1.458-1.38 5.271-4.563 4.828-4.637Zm-5.308 5.143c.092-.101.268-.285.48-.497a5.291 5.291 0 0 0-.48.497Zm-41.049 17.351a2.83 2.83 0 0 0 .24-.433c-.083.148-.157.276-.24.433Zm-.84 1.398c-.729.819-1.947 2.632-1.984 3.082.498-.708.96-1.38 1.421-2.097.471-.709.923-1.472 1.403-2.374-.424.626-1.117 1.261-.84 1.389Zm8.409-13.036c-.212.791-.821 1.72-.47 1.592.332-.341.867-1.988.47-1.592ZM94.42 154.237c-.904-1.187-1.55-1.794-1.569-1.251 1.117 1.251.674.423 1.57 1.251Zm-2.843-2.686.019-.276-.406-.93.387 1.206Zm-5.64-8.63c.093.037.296.221.48.423-.378-.451-.664-.846-.48-.423Zm.942 1.279h.23c-.12-.129-.313-.387-.507-.626.166.221.305.479.277.626Zm-2.492-3.947.554 1.96c1.292 1.6-.97-2.135.581-.727l-1.135-1.242v.009Zm-3.388-5.915c-.701-1.73-2.548-3.874-2.372-5.106-2.271-4.821-.591 1.582-3.01-4.067 1.745 5.566 2.188 2.319 3.868 7.158-.304-1.215-.064-.865.305-.138.397.727.96 1.821 1.209 2.153Zm-.581 1.306c.424.129-.6-2.033-1.127-2.613.277.644.397 1.932 1.127 2.613Zm-3.739-10.736c-.11-.534-.185-1.086-.277-1.62l-.332-.34c.203.653.378 1.316.6 1.96h.009Zm-1.708-5.916.776 1.417c-.277-.46-.868-2.742-.776-1.417Zm-1.411-8.436c-.12-1.472-1.22-2.668-.5.395l-.082-.708c.166.156.184-1.555.581.313ZM70.947 90.84c-.046 1.03.037 2.254.221 2.052-.018-.939-.101-1.886-.074-2.834-.046.258-.11.525-.147.782Zm-2.142.322c-.544.957-.046 2.723-.23 4.646.11-2.19.212-1.923.23-4.646Zm3.139-3.487c.166.773-.065 1.932-.157 2.632.332-.332.397-2.245.157-2.632Zm.314-4.471c.332-.883.267.24.507-.423.49-1.913.886-3.92.776-5.088-.314.46-1.043 1.05-1.163.194-.185 1.582-.111 2.815-.111 3.808.046 1.013 0 1.794-.471 2.512.212.91.36 1.812.628 2.714.397-2.475-.425-1.987-.157-3.717h-.01Zm-2.4 6.22.443-1.693c-.323.322-.296-.985-.305-1.905-.73.387-.102 2.622-.138 3.598Zm6.064-23.314c.176-.57.332-1.158.508-1.729l.59-1.702-.47 1.077c-.259.772-.425 1.573-.637 2.355h.01Zm.978-2.097.213-.018.674-2.687-.886 2.705Zm1.598-3.403-.185.377-.618 2.023.803-2.4Zm3.342-6.67-.555.45c-.35.837-1.468 2.318-1.043 2.328.24-.755 1.145-2.42 1.597-2.788v.01Zm9.137-24.988c-.341.635.065.451.48.267l.416-1.14c-.213.257-.628.754-.896.873Zm3.859-2.722c.572-.783 1.107-1.602 1.717-2.356-1.265 1.058-1.865 1.803-2.437 2.484-.563.69-1.09 1.343-2.04 2.42.941-.773 1.91-2.208 3.129-3.156l-.37.607ZM145.3 1.628c-.194.396.424.24-1.597.838 1.394-.36 2.704-.654 4.089-.82.692-.091 1.394-.183 2.132-.284.739-.11 1.505-.194 2.326-.258-.581-.184 1.856-.754.591-.561l-1.837.248-1.818.34.526-.312c-2.612.073-1.643.561-4.403.819l-.009-.01ZM250.862 79.57c-.231-.294-.314.157-.388.598.563 2.043.277-1.003.388-.598Z'/%3E%3C/svg%3E%0A");
    transform: translateX(-50%);
    z-index: -1;
  }
}
.textSlider:after {
  top: 0;
  right: 24%;
  width: 16%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 126 164'%3E%3Cpath fill='%23F4A200' d='M125.906 63.013c0-34.647-28.181-62.744-62.953-62.744C28.181.27 0 28.366 0 63.013s25.846 60.324 58.56 62.569c11.925 5.17 2.852 25.014-9.822 38.29 0 0 11.169-4.389 37.91-28.336 20.391-18.271 29.751-37.306 33.055-45.319 3.979-8.225 6.212-17.461 6.212-27.204h-.009Z'/%3E%3C/svg%3E");
  z-index: -1;
}
@media (max-width: 560px) {
  .textSlider:after {
    display: none;
  }
}
.textSlider .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
}
.textSlider .title {
  margin-bottom: 60px;
}
@media (max-width: 780px) {
  .textSlider .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 780px) {
  .textSlider {
    margin-top: 80px !important;
  }
}

@media (max-width: 560px) {
  .textSlider__wrap.row__full {
    width: 300px;
    margin: 0 auto;
  }
}

.textSlider__slide {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  min-height: 300px;
  padding: 40px 30px 0 30px;
  border-radius: 2em;
  background-color: #F9F5EC;
}

.textSlider__description {
  position: relative;
  max-height: 120px;
  font-weight: 500;
  overflow: hidden;
  font-size: 13px;
}
.textSlider__description:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: rgb(249, 245, 236);
  background: linear-gradient(0deg, rgb(249, 245, 236) 0%, rgba(249, 245, 236, 0.85) 100%);
}

.textSlider__title {
  margin-bottom: 1em;
  font-family: "Pacifico", cursive;
  font-size: clamp(28px, 10vw, 34px);
  color: #2A674C;
}

.textSlider__link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  max-width: 40%;
  margin: 0 20px 0 auto;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  color: currentColor;
  text-decoration: none;
}
.textSlider__link:after {
  content: "";
  width: 20px;
  height: 26px;
  margin-right: 45%;
  margin-top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 20'%3E%3Cpath stroke='%23FE7B03' stroke-linecap='round' stroke-linejoin='round' d='m1 19 13-9L1 1'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 560px) {
  .textSlider__link:after {
    display: none;
  }
}
.textSlider__link:before {
  content: "";
  position: absolute;
  width: 170%;
  height: 170%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 111 92'%3E%3Cpath fill='%232A674C' d='M5.766 62.286c.045-.126.06-.237.075-.333-.075.081-.112.185-.075.333Zm90.422 5.838c.068-.592-1.105-.252-1.329-.844l.09.237c-1.531-.096-2.734.703-4.086 1.236-.254 1.11-1.382.688-1.845 1.635.374.755-.037.244-.597.858.29-.34-.33-.54-.628-.466-.007.267-.112.43-.224.614-.306-.14-1.524-.081-1.509.592-.567.067-.052-.28-.074-.488-.411-.237-.142.496-.441.355 0 0-.03-.074-.03-.133-.605.451-1.098.54-1.815.895.41.703-.463.688-.59 1.125-.052-.281-.538 0-.822-.022l-.015.732c-.06.659-.694.022-.986.54l.187.06c-.202.429-1.36.57-1.904.4-2.286 3.255-5.296 2.138-8.38 4.069-.113.325.328.303.313.703-.306.237-.396.251-.702.4.373.073.216-.149.276.059l.381-.422s0 .089.105.177c.126-.14.261-.362.47-.436-.202.34-.045.903-.538.888 0-.089.038-.14.135-.23-.359.111-.254.378-.575.356-.374.014-.217.148-.366-.06-.3.052-.605.067-.904.082.172-.074.358-.148.553-.26-.195-.177.052-.732-.112-.547l-.516.459v-.266c-.53-.096-.134.488-.657.488.097.355.172.274-.09.636.195-.2.396-.318.613-.421-.247.732-1.031.37-1.233.347-.067-.525.613-.384.65-.969l-.485-.23.149.408-.568.066v-.089c0 .178-.007.363-.186.267-.038-.06-.127-.148-.068-.185l-.29.333c.066-.489-.374-.022-.486-.518-1.263.14-1.3 1.154-2.577.821 0 0 .007.015.015.022-.03-.014-.075-.022-.12-.014 0 0 .075.022.127.03.187.214-.142.858-.485.865-.224-.06-.307-.155-.232-.377a3.516 3.516 0 0 1-.366.384c-.762-.643-1.165-.014-2.017-.096l-.015-.23c-.216.334-.492.608-.956.637l-.022-.451c-.613-.185-.194 1.028-.859.88.105.474.538.622.702 1.058-.254-.436-.926-.355-.687-.051-.553.347-.418.081-.493-.015l-.291.377c-.434.052-.262-.6-.157-.903-.284.585-.807.296-1.262.289l.142-.244h-.546l.187-.296c-.276-.06-.47.081-.672.126h-.015c-.045.614.09.014.41.214-.328.407-.843.51-1.374.415l.247-.696c-.411-.274-.142.252-.224.37-.5.4-.688-.015-1.038-.31-.8.843-1.875-.822-2.525.199l.022.06-.134-.363c-.949.88-2.211-.17-2.988 1.043-1.307-1.317-.8 1.199-1.994.022l.03.185a95.684 95.684 0 0 1-2.898-.214c-.956-.148-1.92-.311-2.876-.46-1.927-.184-3.742-.636-5.542-.547l.067-.259c-5.423-1.517-10.763-2.915-15.222-6.06-.56-.06-.635.57-1.173.57-.142-.14-.515-.363-.306-.636.41.08.396-.29.582-.319-.507-.347-.903-1.11-1.583-1.11l.097.607c-.284.015-.485-.281-.62-.414.202-.126.284-.636.47-.614-1.613.126-.373-.91-1.351-1.214-.74.54-2.151.237-3.234.082a1.968 1.968 0 0 1-.135-.467c.404.4.486-.444.956.06-.261-.563-.866-.733-1.12-1.258-.112.237-.359.4-.575.296-.127-.348.201-.659 0-.977l.455.118c.098-.407-.38-.303-.582-.444.254-.288-.06-.777.35-.947-.716-.089-.656-.362-1.202-.658-.022.717-.485.162-.724.384.164.156.306.333.493.46-.366-.881.224.221.724-.23.045.518-1.24.155-.687.666-.866-.481-.642-.851-1.59-1.317.402.4-.412.148-.412.488-.403-.6.097-.266.329-.673-.224-.311.022-.614-.575-.681-.157-.614.463-.17.53-.57.508-.044.426 1.724 1.531.822.187.251.822.266 1.039.65-.053-.421.06-1.139-.456-1.36l-.695.414c-.201-.304-.717-.074-.791-.333.276 0 .433-.393.209-.592-.06.125.03.222-.105.251-.343-.429-.859-.222-1.352-.718.105.57-.037.777-.06 1.392-.56.147-.268-.274-.5-.511.09 0 .15.052.187-.067l-.418-.148c-.142-.71.739-.288.739-.925.261-.555-.463-.362-.344-.762-.037.052-.074.082-.104.111-.023-.059-.038-.11-.023-.155h-.03c-.216-.281-.336-.651-.761-.577.157-.111-.187-.267-.359-.333-.246-.126-.904-.4-.396-.925v.015c-.127-.452-.007-.866.232-.851l-.075-.733.545-.089c-.35-.547-.62-.414-1.292-.703.172-.547-.269-1.287-.53-1.568.015-.06 0-.14-.06-.26l-.15.319c-.089-.518-.35-.407-.425-.747-.037.088-.075.096-.007-.119 0-.051 0-.125.014-.2.053.015.06.075.053.163l-.038.015v.015s.023.081.015.118c.015-.037.038-.081.045-.148l.142-.081c.515-.51-.418-.592-.299-1.08.015.044.075.11.075.147.097-.266.83-.732.359-.769.052-.052-.053-.14-.172-.222l.03-.089s-.023.06-.038.074c-.164-.103-.373-.185-.261-.222l.045-.658c.074-.133-.023-.296-.105-.422l.224-.119c-.037-.236.09-.244.157-.214.77-.836-.47-1.25.284-2.131-.374-.185-.568.17-.755.207-.29-.14-.522-.68-.717-.947.538-.392 1.158-1.547 1.875-1.258.142-.688-.478.178-.717-.215l.037-.088c-.112.236-.388.407-.687.518-.403.022-.463-.666-.313-.844l.567.215c-.12-.703-.978-.688-1.486-1.214.329-.525.792-.11 1.322-.133l-.037-.592.433.089c-.052-.385-.411-.563-.112-1.029.299.46.59-.643.993-.007.21-.215-.575-.533.03-.51-.388-.319-.291.177-.47.28-.673-.059-.172-.702-.202-1.065.336.074.306.333.665.037-.217-.148-.322-.474.06-.57-.419-.148.082-.459.171-.65-.157.199-.59.45-.874.162-.097-.252-.12-.474.12-.88a5.758 5.758 0 0 0-.314.221c-.44-.636.717-.444.77-1.028.119.325.082.451.283.77-.082-.311-.15-.889-.15-1.37.247-.059.509-.096.785-.125-.254-.193.291-.43-.082-.644.553-.348.21.651.463.843.605-.45-.321-.858.605-1.095l.224.4c.135-.17.18-.688.359-.592-.12-.081-.127.044-.21.163-.694-.6.12-1.184-.664-1.643l-.254.237c.157-.503-.097-1.177.396-1.302.41-.06.35.547.418.82.344-.34-.568-.931-.097-1.316-.336.126-.53-.111-.583-.392-.284.207-.851.717-.485.836l.142-.052c.171.17.12.363.156.51-.276.37-.455-.066-.65-.096-.604.563.68.57.24 1.125l-.202-.015c.015.422-.232.88.202 1.221-.658-.022-.202.77-.665.88-1.165-.547.687-.961.284-1.65-.419.186-.404-.51-.575-.806l-.157 1.317c-.202-.015-.941-.007-.643.4l.083-.067c-.112.466.425.607.097.888-.12.008-.254-.192-.314-.259-.269.296.12.415.127.68-.269.297-.396-.384-.657-.17.261.6-.419.578-.53.94.716.126.41 1.732 1.284 1.221l.172.947c-.448.148-.762-.88-1.42-.85l.277-.666c-.859-.17-.03 1.502-.978 1.731.037-.096.104-.222.201-.4.254-.2-.074-.488-.172-.806v-.015c-.328.155-1.127-.015-.388.57l.127-.044c-.254.148.015.525-.007.747.067 0 .127 0 .179-.008-.12.34 0 .289-.613.88l.814.06c-.276.318-.739.34-.888.326 0 .23-.06.429-.127.629-.105-.09-.195-.178-.21-.319-.485.2-.35.326-.134.46.164.192.105.421.045.658l-.262-.26c.045.164.098.356.24.393a.573.573 0 0 0 .022.296c.142-.052.635-.126.904-.422-.493.807-.344 1.495-1.106 2.205-.231-.037-.485-.392-.53-.303-.164.377.202.829.553.806.03.082.022.156.022.208-.187.066-.41.148-.463.31-.082.03-.142.104-.164.237.635.155.29.873.567 1.036.082-.17.075-.385.068-.592.418.31.888.585.552.807-.425-.555-.657.599-.844-.237-.806.6.59.318.314.932l-.314.414c-.463-.044-.246-.658-.426-.554l.075.296c-.373-.274-.15-1.37-.635-2.08-.097.46-.216.918-.291 1.391.553 1.717.134 3.93 1.39 5.217l-.023-.06s.134.023.314.008l-.112.096.403.208c-.359.4-.329 1.006-.56 1.59.144-.256.323-.416.537-.48.478-.03.673-.038.605.45-.313.082-.38-.199-.552.2.12-.221.373-.103.478.075-.135.318-.06.754-.389.85-.127-.096-.03-.221-.007-.318-.12-.096-.15.526-.486.289.008-.022.015-.037.03-.067.277.023.463-.547.224-.259-.127-.022-.231.2-.269.319h-.007v.014c-.015.074-.015.104.015.023l.21.414c-.195.355-.479-.074-.613.103.448.763 1.337.933 1.762 1.54-.171.03-.874.266-.664.207.015.614 1.247.821 1.56 1.383-.238 0-.253-.244-.433-.392.307.955.568 1.798.83 2.65.268.865.62 1.657.806 2.64h.904l-.157.69c.284.998.86 1.679 1.486 2.285.628.607 1.293 1.14 1.965 1.784.418.4-.15.606-.112.947.881.954 1.718.577 2.696 1.273-.284.066-.933.34-.56.725.224-.082.5-.311.642.03l-.283.051c0 .444.403.459.814.925.896.666 2.099.888 3.286.733.717.621-.553.591-.5.843-.366-.614-.463-.222-.717-.081-.09-.008-.187-.022-.262-.022a.378.378 0 0 0 .24.044c.41.044.843.207.686.755.434.288.613.436 1.24.377-.313.03-.343-.34-.007-.407.246.37 1.262.725.866 1.265 2.107 1.2 4.512 2.42 6.887 3.412.53-.178-.262-.223.06-.378.754-.207.373.377.978.207l-.329.281c.688.296 1.666-.08 2.443-.17-.247.355.44.51-.21.555.344.052.173 1.961.553 1.68l.15-1.776c.067-.148.508.096.5-.022.18.43.434.925.628.962-.015.436-.523.244-.807.118-.261.703.83.725.217 1.258.664.037.022-.385.463-.547l.5.28-.343-.332c.508-.096.806-.6 1.3-.052l.791-.54c-.075.577.426.214.695.422l-.284.303c.433.089.567.215.784.496-.358.436-.351-.207-.568.222l.434.288c.082-.31.425-.496.127-.777.575-.495.896-.88 1.964-.688.38.622-.627.407-.523.97 1.09.414 1.643-1.207 2.286-1.036.799.347.821-.163 1.673-.06-.329.333.53.504.635.888l-.381.333c.284-.066.508.097.388.37 0-.518 1.173-.392 1.778-.6l-.06-.443c.463-.118 1.12-.34 1.591-.192.725-.09.598-.489 1.15-.925.284.414.224.88.105 1.346-.18-.236-.515-.133-.83-.28-.933.303-1.725 1.183-2.628.895-.5 1.02.642-.075 1.045.325-.015.06-.06.074-.097.089.008 0 .015 0 .023.007h-.06.067c.023 0 .045 0 .067.022-.336.104-.904.245-1.045.777.567-.066.5-1.02 1.157-.518.53-.266.897.615 1.203.696.366-.37.426-1.22 1.255-.992l-.396.578c.948.081.485-.837 1.36-.8-.3-.066.298-.591-.262-.599.299-.318.919-.392 1.382-.222.127-.096.03-.207.044-.407-.508-.4-.821.407-1.224-.192l-.374.636c-.47-.237-.493-.777-.194-.999-.142.015-.254.096-.351-.015-.038-.962.56.385.747-.451l-.336.067c-.127-.63.784-.555 1.217-.518.47.288.919.392.949.843l-.665.207c.336.356.837-.214 1.225-.2.022.06.06.104.104.141-.014-.044-.03-.074-.044-.126.082.023.149.067.216.185h.045a.54.54 0 0 0 .217.163l-.015-.03s-.038-.096-.067-.133h-.023c.314-.044.71-.229.978-.096l-.044-.407-.038.23a.771.771 0 0 1-.433-.156c.008-.177.03-.318.045-.436.568-.148.732.547.904.865-.15.622-.687 0-1.023.215 0 .007 0 .015.007.022a.459.459 0 0 1-.306-.037c.194.333 0 .688-.187.992v-.015l-.09-.037c.06.244.015.333.337.466.26-.37-.127-.918.268-1.332.24.51.71.022 1.427.407-.269.688-.837-.015-.979.622.598.103.74-.34 1.36-.23-.06.326-.672.37-.613.777l.411.185c-.986.06.202.829-.56 1.007.373.273.5-.54 1.038-.17-.157-.282-.597-.778-.112-1.08l.56.147c.254.296-.545.77-.164 1.006l.583-.28c-.038-.2-.322-.275-.157-.563.358.185.5-.822.866-1.154.321-.008.56.007.702.236.732-.658 1.733-.725 2.368-1.346-.448.444.097.695.433.924-.545.186-.485.785-.388 1.177.343-.089.478-.8.284-.977.605.17.336-.495.896-.155.351.17-.082.651.067.866.643-.074.068-.792.77-.74-.015.096-.083.118 0 .23.388.073.746-.275.769-.6.53.747 1.075-.267 1.135.525.837-.363-.201-.407-.09-.718.3-.414 1.016-.229 1.248-.14-.21.059-.373.296-.605.222l.284.518c1.18.207.455-1.34 1.583-1.118-.478.407-.082.46-.276.903.134-.177.986-.222.403-.518.404-.037.695-.022.994.008.306-.289.65-.54.754-.933.568-.081 1.068.215 1.39.378 1.06-.637 2.292-.326 3.353-1.125h-.09c.949-.207-.627-.57.329-.866.075.68.71.252 1.135.489 1.308-.075 1.853-1.088 3.13-1.147.052.14.03.325-.172.414.941-.133 1.561-.555 2.3-.843v.088c1.412-.037 2.167-1.147 3.235-1.916-.045.126.045.355.015.473.657-.17 1.643-.584 1.725-1.361 1.008.2.344-.43 1.546-.355.112.066-.03.155-.067.207.538-.052.792-.289 1.27-.466.717-.925.478-1.813 1.68-2.25.546.74-.515.607-.171 1.229l-.404-.252c-.186.37.3.03.247.318-.12.17-.344.037-.53.074-.045.71.724-.422.5.318.15-.088.231-.244.306-.377l-.112-.067c.127-.273.217-.532.62-.547.015.422.082.222.142.57.366.059.388-1.37.426-1.31-.083-.163-.217-.185-.411-.044-.06-.637 1.016-.71 1.404-1.229-.18.104-.792.289-.836-.207.791-.289.522-1.154.776-1.776.86-.066-.022.947.456 1.413.231.126.777.393.65.777.642-.251.724-.998 1.157-1.435l.098.163c.65-.526.91-1.702 1.71-1.798l-.433.037c.045-.163.418-.37.403-.807.157.266.77.163.725.496-.27-1.007 1.195-1.576.97-2.575.33.059.419.488.501.703-.47.244-.74.2-.724.673.35-.266.754-.259.836-.037-.007-.747.687-1.546.486-2.168.433.052.791 0 1 .466.882-1.073-1.486-.843-.276-1.746.86-.03-.12.932.74.488l-.097.178c1.359.6-.187-1.036.448-1.465.53.503-.105.732.642.799.448-.592.022-1.59.71-1.865l.112.296c.313-.325 1.098-.777 1.404-1.117.104.089.045.126 0 .207.822-.355.03-.51.881-.592l-.067-.385c-.433.052-1.165.215-1.232.807l.014-.022ZM5.073 56.174l-.098.089c-.126-.185-.231-.274.098-.09Zm.784 6.149c-.717-.074.007-1.62-.284-1.28H5.55c-.374-.533-.023-.407.142-.489-.06.607.216.866.149 1.406.104-.11.261-.17.366-.222.022.207-.06.43-.359.592l.008-.007ZM28.734 87.57l.015.044s-.015-.03-.015-.044ZM5.296 57.52c.022-.051.037-.11.037-.11l-.037.11Zm46.548 33.646.538-.2-.097-.015-.441.215Zm-.284-.363.022.207.56-.436-.582.229Zm-.015-.436-.5.251.754-.244-.254-.015v.008Zm-3.137.066c-.665.207-1.008 1.221-1.352.444l-.56.97c.553.147.426-.644.784-.615.187.215-.052.311.105.444.433.252.889.207 1.135-.096-.127-.237-.291-.873-.12-1.147h.008Zm34.695-9.19-.023-.06v.023l.023.044v-.007ZM3.339 45.785c-.105.11-.105.252-.082.37.127-.044.179-.156.082-.37Zm91.67 23.582c.067.185.238.251.41.325.202-.429-.448-.244-.41-.325ZM53.83 90.699c-.187.09-.62-.2-.538.2.164-.148.56-.133.717.089v-.015l-.18-.273Zm23.266-6.504s-.142.052-.209.06c.142.037.202.014.21-.06ZM9.195 38.341c.09-.621.926-.607.776-1.265-.62.081-1.165.695-.776 1.265Zm-.598 27.792s-.015.06-.022.082c.052-.052.09-.104.022-.082ZM8.15 41.708l.702-.207-.037.192.41-.118c.113-.63-.149-.888-.38-1.266-.053.644-.374.792-.688 1.391l-.007.008Zm1.86-3.596-.172-.274v.636l.172-.362ZM45.913 89.39v.015l.359.318c-.082-.311.202-.378.38-.481-.104-.71-.537.11-.739.148ZM8.433 66.178c.15-.089 0-.207 0 0Zm-3.19-15.672c.008.459-.485-.052-.366.385l.59.14c.15-.377-.194 0-.328-.163.112-.096.194-.251.104-.355v-.007Zm-.336 2.33-.127.045.874.8c-.35-.46-.314-.49-.747-.844Zm2.756-14.095c-.62.37.27.273.195.673l.276-.422c.642-.059.232.607.65.577.41-.436-.516-.754.134-1.243-.336-.23-.866.925-1.255.407v.008ZM5.385 52.237v.015l.202.518.724-.333c-.164-.584-.366-.06-.918-.2h-.008Zm39.236 36.065c.433.104.389.178.934.14-.202-.547-.545.038-.934-.14ZM.86 51.231c.306.333.8.74 1.188.422h-.015c-.366-.052-.322-.319-.187-.6.112.104.269.185.321.326-.224-.503-.202-.533-.299-.94-.343.34-.545.91-1 .792H.858Zm41.118 38.114.359.082s-.135-.074-.217-.096c-.045.014-.082.014-.142.014Zm-40.76-40.4c-.126-.185.404-.666-.082-.807.456.296-.358.577.082.806ZM45.286 88.82l-1.128-.03.329.148s-.038.104-.045.178v.015l.104-.178-.052-.022c.164-.281.627.252.8-.111h-.008ZM1.628 46.48c.127-.192.284-.355.426-.547-.134-.267-.807.31-.426.547Zm4.728-6.46c-.134-.021-.47-.058-.552.008l.156.23.396-.237ZM.471 51.816c-.045.57.149 1.28.41 1.54l.202-.185c-.344-.481-.09-1.051-.612-1.355Zm1.628-1.272s-.067.022.015.03l-.015-.03Zm54.943-49.48c-.12-.311-.65-.156-.71.133.173-.259.516-.17.71-.133Zm5.73-.466L62.576.56c.052-.148-.44-.46.082-.548-.425-.126-.754.777.112.585Zm2.285-.104.448-.392c-.142.155-.8.133-.448.392ZM57.31 1.877c.292 0 .598-.148.523-.333l-.732.266.224.06h-.015v.007Zm9-1.51-.119.222.575.037-.455-.259Zm.367 1.377c1.538.362.844-1.273 2.24-.822-.664-.466.486-.303.717-.444h.015c-.515-.23-1.314.622-1.583-.081-1.486.281.284 1.102-1.39 1.347ZM5.923 49.67c.18-.245.583-.319.628-.637-.277 0-.665.015-.703.4l-.395-.23c-.396.289.59-.022.463.474l.007-.007ZM49.872 2.772l-.052-.192-.65.54.702-.348Zm7.208.363h.015l-.493-.252c.127.289-.21.414-.426.548.217.68.657-.222.904-.296Zm-3.227-.563c.8-.325 1.098-1.413 1.613-.703l.575-1.065c-.694-.045-.448.74-.918.762-.254-.178.015-.31-.187-.43-.583-.162-1.128-.029-1.397.319.187.215.478.8.307 1.117h.007Zm15.2-1.147c.187.06.478.555.762.2.112-.325-.546-.407-.762-.2Zm6.11-.059-.217-.333.247.51-.03-.184v.007Zm21.698 9.005a.505.505 0 0 0-.389-.074c.135.022.277.06.389.074ZM76.335 1.314c-.38-.2-.65-.133-.605.26.456.066.247-.2.605-.26Zm-4.28-.244c.605-.222-.612-.34.023-.91L71.57.45v.014l.486.607Zm.83-.503.052-.2s-.15.037-.232.052c.075.007.157.03.18.148Zm-.247-.118c-.164.044-.314.081-.202.14 0 0 .12-.118.202-.14ZM36.323 90.01c-.15-.051-.321-.577-.575-.236-.127.332.38.429.575.236Zm9.314.622h-.015c-.224-.015-.486.11-.433.288l.612-.192-.164-.103v.007Zm-7.41-.748c-1.172-.532-.821 1.192-1.852.644.478.503-.403.274-.627.407.38.252 1.113-.547 1.232.156 1.195-.17-.09-1.155 1.247-1.207Zm.15 1.421.12-.207-.441-.118.32.325Zm-4.579-.192.426-.26-.306-.635c-.5.2.448.37-.12.895Zm-.403-.311c.142-.015.246-.06.164-.133 0 0-.104.11-.164.133Zm16.544-87.61.59-.34-.904.385.307-.044h.007ZM39.004 91.625c.127-.14.657-.081.389-.355l-.389.355Zm2.211-.31.164.044c-.052.148.292.481-.127.525h-.015c.314.156.68-.725-.014-.577l-.008.008Zm4.511.155c.083.31.501.222.576-.052-.172.222-.419.082-.575.052ZM2.189 40.391c-.119-.17-.313-.156-.5-.133-.112.577.53.022.5.133Zm31.013 50.286-.068.163s.112-.044.187-.03c-.052 0-.112-.044-.12-.133Zm16.268-88.2-.643.31h.127l.516-.31Zm-1.763.591c-.164.185-.68.252-.896.06l.253.243c.217-.133.785.067.643-.303ZM30.549 89.804c.276.215.508.156.515-.222-.358-.081-.216.185-.515.222Zm2.644.858v.015-.022.007Zm-1.718-.88.142.34-.142-.518v.178Zm69.621-26.912c.142 0 .493.015.582-.074l-.149-.251-.441.318.008.007Zm6.827-13.689v.015c.351.14.224.437.037.755-.075-.148-.209-.281-.224-.452.105.659.03.666.045 1.177.381-.37.777-1.014 1.202-.8-.224-.45-.59-1.005-1.053-.695h-.007Zm-4.437 1.931c-.276.282-.665.348-.792.77.262.03.665.037.807-.451l.343.34c.479-.318-.612-.044-.328-.644h-.023l-.007-.015ZM55.84 2.662h.015l.104.029c-.09-.237-.045-.319-.47-.392-.284.443.321.91-.187 1.42.105-.059.284-.066.44-.037-.29-.303-.111-.688.105-1.014l-.007-.007Zm53.405 44.877c.216.628-.15 1.294.276 1.746.202-.659.157-1.569-.022-1.931l-.254.185ZM6.065 48.893c.53-.037.172-.4.366-.703-.067.259-.68.495-.366.703Zm100.379-13.267a.537.537 0 0 0 .142-.393l-.142.393Zm-4.601 20.267c-.06.466-.217.007-.381.332h-.015l.082.474c.366-.185.553-.592.314-.806ZM111 34.486c-.381-1.014-1.21-1.443-1.569-2.309.135 0 .561-.066.695-.081.075-.755-1.135-1.34-1.359-2.094.239.052.231.377.381.592-.269-2.501-1.009-4.38-1.397-6.83l-.934-.23.194-.784c-.366-1.22-1.015-2.138-1.65-3.018-.613-.91-1.449-1.62-2.293-2.465-.508-.54.127-.665.067-1.072-.956-1.354-1.897-1.029-3.13-1.946.314-.03 1.039-.222.583-.71-.247.073-.538.25-.754-.134l.313-.03c-.045-.518-.538-.532-1.023-1.19-1.083-.918-2.547-1.251-3.921-1.266-.927-.785.575-.585.493-.859.53.748.567.252.874.163-.508-.096-1.031-.333-.904-.917-.538-.37-.8-.503-1.539-.54.381 0 .448.384.06.444-.336-.43-1.606-.925-1.195-1.466-.695-.347-1.36-.784-2.077-1.124-.724-.34-1.464-.674-2.203-1.021-1.472-.755-3.033-1.303-4.579-1.82-.635.14.351.258-.015.399-.896.17-.522-.43-1.232-.296l.358-.252c-.866-.392-2.054.06-3.01.163.262-.362-.642-.51.165-.577-.448-.03-.523-1.976-.956-1.694l.074 1.805c-.067.163-.642-.081-.605.03-.284-.43-.672-.925-.933-.992-.03-.466.612-.207.97-.104.225-.702-1.127-.754-.44-1.28-.822-.074.037.393-.5.54a7.505 7.505 0 0 0-.665-.288c.172.118.336.215.485.34-.627.104-.918.637-1.62.111l-.92.585c.023-.577-.56-.2-.94-.385l.313-.325c-.545-.067-.74-.193-1.06-.467.373-.458.47.2.68-.251l-.583-.267c-.045.319-.456.526-.052.785-.635.518-.979.947-2.368.814-.568-.607.717-.444.523-1.014-1.427-.348-1.89 1.317-2.712 1.191-1.046-.288-1.016.178-2.084.215.344-.377-.732-.407-.933-.762l.433-.392c-.336.125-.642-.03-.545-.296.044.518-1.427.488-2.159.74l.157.421c-.575.163-1.3.385-1.897.355h.007l-.478-.022v.015s.135.037.24.052c-.733.222-.576.57-1.203 1.088-.411-.363-.404-.83-.314-1.325.261.207.665.037 1.06.14 1.106-.51 1.995-1.368 3.167-1.176.5-1.073-.784.126-1.359-.251.015-.06.052-.09.09-.09-.053 0-.09 0-.142-.036.418-.133 1.09-.311 1.217-.851-.71.118-.485 1.065-1.374.614-.635.289-1.195-.503-1.606-.533-.41.437-.366 1.288-1.441 1.206l.41-.629c-1.195.082-.493.91-1.598.977.388.037-.314.614.41.562-.32.348-1.105.474-1.702.363-.142.104-.015.2-.008.414.687.348.994-.488 1.576.06l.396-.681c.628.177.732.695.366.97.164-.045.306-.149.44-.038.173.947-.739-.281-.873.555l.41-.096c.232.607-.918.622-1.463.629-.635-.244-1.21-.303-1.3-.733.269-.096.523-.192.792-.288-.47-.34-1.03.325-1.509.392a.317.317 0 0 0-.157-.118c.015.044.045.074.045.125a.383.383 0 0 1-.194-.066c.037 0 .075 0 .12.007-.068-.081-.217-.148-.367-.17l.015.03s.038.03.068.066c-.411.074-.95.4-1.33.326l.112.385.022-.237c.381-.052.949.118.695.459-.8.414-1.113-.319-1.374-.637.104-.644.851-.133 1.255-.407-.359-.562-.89.082-1.868-.17.232-.725 1.046-.155 1.143-.807-.754.008-.859.511-1.666.467.045-.319.8-.474.665-.866l-.53-.111c1.225-.237-.366-.792.575-1.117-.508-.208-.538.643-1.262.34.239.252.844.703.283 1.05l-.732-.088c-.358-.281.598-.821.083-1.029-.224.119-.456.222-.695.363.067.185.433.237.276.54-.455-.118-.522.918-.948 1.325-.389.074-.695.11-.896-.082-.83.822-2.062 1.095-2.786 1.857.485-.532-.21-.65-.665-.858.68-.251.508-.866.366-1.236-.426.17-.523.866-.24 1.014-.769-.037-.358.577-1.097.348-.463-.081.022-.666-.187-.836-.77.214.008.799-.852.917.016-.096.09-.14-.014-.23-.478.016-.874.467-.867.778-.74-.622-1.307.518-1.471-.26-1.009.548.313.363.186.696-.32.489-1.224.452-1.523.452.261-.133.425-.407.724-.37l-.418-.452c-1.486.134-.396 1.495-1.838 1.562.538-.533.053-.481.232-.977-.157.215-1.21.481-.433.622-.5.148-.882.2-1.248.244-.343.377-.716.74-.799 1.184-.664.244-1.322.133-1.74.066-1.203.992-2.696 1.132-3.884 2.257l.112-.044c-1.12.532.844.37-.254.999-.216-.666-.881 0-1.42-.082-1.538.526-2.016 1.843-3.435 2.294-.06-.118-.104-.318.127-.488-1.016.458-1.703 1.05-2.502 1.613l-.037-.096c-1.569.525-2.368 1.879-3.496 3.063.045-.133-.052-.326-.06-.459.075-.037.142-.081.21-.11-.12 0-.18.036-.21.08v-.022c-.74.393-1.822 1.17-1.867 1.998-1.18.133-.344.57-1.733.918-.142-.037.008-.163.075-.237-.613.244-.897.592-1.434.954-.74 1.251-.336 2.132-1.696 3.042-.687-.585.456-.822.105-1.332l.56.148c.187-.474-.351.074-.314-.26.135-.229.396-.147.605-.258-.022-.777-.792.732-.605-.17-.15.155-.239.325-.299.503h-.052l.045.037c-.112.325-.187.621-.635.755-.06-.444-.112-.208-.217-.578-.425.067-.313 1.628-.358 1.554.104.14.261.119.485-.103.135.643-1.068 1.154-1.449 1.864.187-.177.874-.607.979-.088-.86.599-.448 1.457-.665 2.22-.97.392-.097-1.03-.687-1.347-.291-.052-.926-.119-.844-.578-.71.511-.695 1.377-1.12 2.028l-.12-.133c-.65.865-.822 2.205-1.673 2.678l.478-.23c-.03.208-.418.578-.306 1.059-.194-.192-.717.06-.86-.111.3.955-1.097 2.168-.664 3.13-.366.081-.553-.333-.672-.54.463-.488.77-.548.665-1.066-.337.46-.77.637-.904.422.142.821-.47 2.02-.135 2.59-.5.148-.851.385-1.18-.03-.717 1.599 1.77.2.665 1.784-.911.458-.075-1.073-.896-.17l.06-.237c-1.599.014.44 1.028-.157 1.798-.68-.267-.045-.837-.86-.555-.336.888.389 1.76-.283 2.42l-.187-.267c-.276.51-.926 1.443-1.128 1.998-.142-.037-.082-.111-.082-.222-.747.843.12.562-.732 1.14l.194.37c.426-.304 1.128-.896 1.023-1.57.105.674 1.203-.355 1.606.193l-.164-.207c1.628-.703 2.637-2.16 3.974-3.36 0-1.331 1.33-1.361 1.643-2.597-.553-.65 0-.288.493-1.191-.247.503.455.437.777.244-.038-.288.06-.518.149-.762.366.007 1.688-.548 1.569-1.265.605-.311.104.28.164.488.485.089.06-.607.418-.577 0 0 .06.066.053.14.612-.725 1.157-1.013 1.882-1.664-.546-.6.41-.933.508-1.436.104.281.612-.192.918-.288l-.082-.792c0-.733.777-.289 1.053-.955h-.216c.157-.532 1.471-1.08 2.128-1.11 2.271-4.299 5.841-4.114 9.367-7.28.104-.393-.433-.2-.456-.637.329-.37.433-.43.792-.68-.456.044-.24.229-.336.014l-.411.592s-.037-.096-.142-.14c-.142.192-.254.48-.523.636.21-.415-.06-.977.546-1.14.022.096-.03.156-.128.296.419-.244.262-.503.65-.577.434-.14.24-.23.448-.06l1.308-.517c.142-.977 1.232-.895 1.449-.955.179.526-.643.644-.62 1.28l.62.06-.21-.37.635-.289.03.081c-.045-.177-.067-.37.165-.325.067.03.179.096.134.163l.276-.459c0 .533.441-.126.65.348 1.487-.614 1.352-1.687 2.936-1.754-.322-.096-.015-.918.403-1.05.284-.015.38.059.351.318l.366-.511c.993.348 1.382-.363 2.413-.585l.052.23c.231-.407.508-.77 1.053-.955l.097.459c.762 0 .09-1.066.926-1.102-.186-.452-.747-.489-1-.896.373.378 1.172.14.858-.118.65-.489.508-.185.613-.104l.314-.451c.508-.185.395.533.32.858.27-.688.92-.533 1.517-.629l-.15.281.755-.155c.351-.518 1.016-.762 1.68-.762l-.231.74c.538.177.15-.289.239-.422.583-.518.859-.155 1.33.081.866-1.006 2.367.356 3.07-.65l.171.295c1.106-1.102 2.794-.348 3.63-1.583 1.8 1.043.852-1.347 2.502-.4l-.067-.185c4.878-.422 9.972.037 14.475-.081l-.044.266c1.777.274 3.518.666 5.266.947l2.546.63c.86.184 1.704.406 2.518.695l2.487.814c.814.288 1.59.68 2.383 1.014 1.628.629 3.032 1.605 4.504 2.493.694.119.702-.577 1.314-.48.187.162.642.473.456.74-.486-.141-.448.25-.635.266.635.443 1.18 1.324 1.994 1.42l-.194-.673c.336.022.59.37.777.533-.232.103-.24.658-.47.621 1.762.17.5 1.095 1.642 1.598.807-.495 2.488.045 3.608.489l.164.577c-.463-.562-.508.422-1.03-.296.276.733.993 1.021 1.337 1.643.097-.23.358-.4.62-.23.186.407-.172.703.044 1.14l-.493-.244c-.112.466.396.436.613.665-.269.297.06.94-.366 1.044.784.266.642.614 1.307 1.036-.03-.807.523-.089.777-.289l-.583-.636c.418 1.11-.269-.289-.769.118-.038-.629 1.322.104.739-.629.859.807.822 1.088 1.741 1.902-.396-.585.425-.067.44-.503.396.814-.104.303-.373.74.216.436-.045.747.575.962.149.784-.493.088-.575.547-.53-.074-.381-2.19-1.576-1.361-.142-.37-.882-.51-1.15-.97a.643.643 0 0 0-.105-.273c.007.11.045.2.105.288.104.496.052 1.265.537 1.665l.725-.318c.209.407.732.266.821.607-.283-.074-.455.362-.253.68.052-.14-.023-.259.126-.28.337.606.882.473 1.39 1.198-.105-.71.074-.918.119-1.665.59-.06.277.4.486.725-.097-.015-.142-.089-.194.052l.433.288c.104.903-.784.178-.799.955-.292.622.463.562.321.999.045-.03.074-.081.119-.118.03.081.023.155.015.192l.03-.015c.209.422.336.888.769.91-.179.104.15.393.314.504.217.2.852.732.284 1.25 0 0 0-.015-.015-.03.075.578-.105 1.073-.336.977l-.03.932-.553-.03c.262.793.59.674 1.203 1.192-.284.636.045 1.672.276 2.087-.007.074-.03.17 0 .34.067-.11.165-.237.209-.362-.015.68.262.599.262 1.043.06-.089.089-.104 0 .14-.008.075-.03.156-.045.267-.06-.03-.045-.111-.015-.207h.022v-.163a1.066 1.066 0 0 0-.052.163l-.157.059c-.59.54.321.858.097 1.42a.5.5 0 0 1-.044-.214c0 .007-.015.022-.023.03 0-.008.008-.023.008-.03 0 0-.023.03-.023.044-.216.319-.933.681-.5.844-.06.074.015.192.119.31.15.156.321.326.217.334l-.179.814c-.083.155-.06.362-.015.54l-.254.096c0 .325-.142.303-.194.252-.008.007-.015.022-.03.03-.015 0-.03.014-.03.029-.844.858.187 1.628-.77 2.575.307.296.605-.119.807-.119.247.23.351.94.456 1.325-.59.392-1.569 1.731-2.196 1.265-.344.873.523-.14.635.392l-.053.09c.187-.282.501-.452.844-.541.411.044.262.903.075 1.11l-.493-.355c-.082.902.829 1.013 1.15 1.731-.478.6-.814.037-1.359-.015l-.134.74-.404-.155c-.067.488.284.755-.149 1.302-.172-.6-.807.74-1.016-.074-.299.267.426.718-.179.637.321.414.358-.2.567-.319.68.126-.052.873-.089 1.347-.329-.11-.239-.444-.68-.074.187.2.224.607-.194.733.381.2-.209.555-.366.806.231-.244.762-.525.986-.163.022.311-.008.555-.344 1.051l.389-.266c.306.762-.822.547-.986 1.265-.075-.4.007-.555-.135-.947.023.4-.015 1.11-.142 1.65l-.866.192c.231.237-.388.555-.015.785-.65.488-.12-.792-.359-1.007-.739.63.217 1.022-.829 1.406l-.179-.466c-.187.23-.336.836-.53.762.12.082.157-.059.261-.222.613.63-.299 1.465.5 1.88l.299-.304c-.239.622 0 1.354-.552 1.569-.47.14-.322-.577-.389-.888-.388.459.508.97-.015 1.502.351-.222.576.037.598.348.321-.296.993-.918.59-1.021l-.157.059c-.164-.155-.089-.392-.119-.562.328-.474.493.014.694.014.687-.717-.687-.584-.157-1.28h.217c.06-.458.396-1.006-.007-1.413.702-.007.328-.954.844-1.125 1.12.585-.844 1.214-.553 1.998.493-.23.351.548.485.873.142-.495.254-1.013.351-1.517.217-.007.979-.037.725-.517l-.09.088c.187-.57-.351-.703.06-1.036.142 0 .232.237.291.304.344-.34-.03-.466 0-.8.322-.347.336.467.65.193-.179-.718.516-.688.717-1.117-.732-.178 0-2.065-1.045-1.488.037-.384.029-.791.044-1.19.486-.142.598 1.116 1.27 1.116-.134.26-.291.518-.433.777.896.274.291-1.923 1.456-2.027.239-.422.083-.355.859-1.029l-.799-.17c.336-.355.807-.348.949-.31.052-.29.172-.504.284-.726.097.111.156.23.134.415.545-.185.433-.34.246-.54-.112-.26 0-.519.135-.8l.179.34c0-.192 0-.428-.134-.503a.965.965 0 0 0 .045-.355c-.172.03-.658.082-1.009.385.665-.917.74-1.783 1.681-2.5.216.095.373.554.433.443.276-.422 0-1.028-.351-1.08 0-.104.022-.185.03-.26.216-.044.448-.095.538-.303.082-.03.164-.096.224-.259-.583-.303-.06-1.117-.292-1.368-.104.2-.171.45-.216.717-.336-.466-.71-.88-.344-1.102.284.762.784-.607.77.466.933-.592-.493-.496-.075-1.221l.411-.451c.455.155.082.858.283.77v-.378c.307.422-.164 1.716.113 2.649.216-.54.47-1.058.642-1.62-.157-2.198.821-4.855-.232-6.704l.03.08-.321-.08.12-.082-.352-.355c.464-.4.546-1.162.815-1.828-.254.43-.262.415-.62.474-.471-.06-.673-.111-.538-.71.329-.03.343.34.568-.119-.15.23-.396.052-.456-.207.194-.355.202-.91.523-.955.089.148 0 .289-.053.392.098.163.254-.658.546-.221-.015.03-.03.066-.06.133-.269-.096-.553.555-.284.259.194.103.433-.585.336-.392a3.896 3.896 0 0 0-.149-.6c.224-.407.463.185.627.037l.075.015ZM55.914 5.28v-.007h.03l-.03.015V5.28Zm50.672 31.574c.298.747-.03.51-.202.57.12-.74-.097-1.14.067-1.806-.119.118-.291.14-.396.2.015-.252.142-.533.463-.651.68.266-.283 2.042.068 1.68v.007Zm-.501 6.193.112-.096c.075.259.15.407-.112.096Zm4.041-10.951c.06-.015.045-.015 0 0Zm-11.159-9.627c.09.237.448.585.747.489-.314-.26-.56-.526-1.105-.681.134.11.112.385.358.185v.007Zm.463 41.296h-.022l-.321.533c-.703.185-.225-.644-.688-.532-.478.599.538.762-.171 1.428.358.192.97-1.214 1.381-.703.673-.518-.276-.252-.186-.733l.007.008Zm.09-42.087.18.148a1.307 1.307 0 0 0-.135-.363.69.69 0 0 0-.045.215Zm-1.038.547c.044.022.082.022.127.045 0 0-.068-.045-.127-.045Zm7.192 32.81c.299-.127.12-.593.202-.86-.09 0-.164-.006-.231 0a6.482 6.482 0 0 1-.337.497c-.313.222-.014.592.023.969v.022c.343-.163 1.12.082.485-.644l-.142.015Zm-7.29 7.872c.112-.77.5-.984.912-1.76l-.785.362.06-.237-.463.207c-.202.77.052 1.014.284 1.428h-.007Zm6.79-6.8a.514.514 0 0 0 .142-.444c-.142.052-.202.178-.142.444Zm2.846-3.53c.06.245-.575.726-.09.955-.396-.422.508-.629.09-.954Zm-1.539 3.412c.12.31.859-.318.538-.585l-.538.585ZM57.991 3.653l.008-.015h-.03l.022.015Zm1.008-.407-.097.177.067.022s.03-.096.038-.185v-.014h-.008Zm46.728 28.82c0-.088.015-.162-.06-.259.03.074.045.163.06.26Zm.03.267-.038-.289c-.015.096-.022.185.038.289ZM58.962 3.453h.015l-.015-.008v.008Zm4.511-2.368c-.082.015-.157 0-.224.03.053 0 .12-.008.224-.03ZM58 3.638l1.404-.082-.419-.11c-.164.325-.821-.17-.978.192h-.008Zm.88.451c-.56-.059-.5-.133-1.202-.037.306.526.68-.11 1.203.037Zm45.511 25.64c.007.266-.15.073 0 0Zm.373 18.194-.06-.688-.791.289c0 .784.358.133.851.4Zm-1.606 4.196c-.537 0-.298.503-.597.858.149-.325.851-.577.597-.858Zm2.562-14.237c.224-.28-.231-1.14-.44-1.51.164.437.104 1.584.44 1.51Zm-1.509-8.139s.015-.06.038-.104c-.052.052-.09.09-.038.104Zm1.076 6.63c-.022-.06-.045-.126-.075-.148 0 0 .038.096.075.148Zm-.837 13.785c.127-.577.479.126.456-.414v-.015l-.553-.26c-.224.46.21.03.292.252-.12.119-.254.289-.195.444v-.007Zm.434-4.092c.239.644.157.673.5 1.199l.127-.045-.627-1.154Zm1.329-4.898a1.78 1.78 0 0 0-.112.236l.112-.236Zm-95.165-4.01.314-.12c-.135-.502-.157-.08-.314.12Zm2.883 34.207s.067.03.105.03c-.038 0-.06-.015-.105-.03ZM10.307 38.09l-.276.65.403-.606-.127-.044Zm86.785 28.739c.665-.244 1.225-1.073.83-1.584-.12.703-1.009.925-.83 1.584Zm-83.46 4.425v-.015c-.068-.207-.434-.414-.688-.281.306.155.538.318.986.421-.104-.088-.052-.332-.299-.125Zm1.822 2.123c-.232.015-.321-.185-.456.023-.022.133.404.17.456-.023Zm-2.547-1.465.022.015v-.022h-.015l-.007.007Zm.097.304c.03-.067.06-.126.052-.2l-.127-.089c.015.111.045.2.075.289ZM5.385 55.952l-.037.044s.082-.03.037-.044Zm1.606 5.313s-.052-.052-.112-.104c.015.044.067.081.112.103Zm-.09-.111c-.209-.319-.253-1.207-.604-1.096-.142.245.336.851.605 1.096Zm-.037-15.54-.142-.377c-.336.126-.455.474-.179.637-.015-.37.202 0 .321-.26ZM19.51 76.553c.09.051.186.11.29.14-.134-.125-.23-.148-.29-.14ZM6.96 64.602c-.007.074 0 .14.068.185 0 0-.045-.126-.068-.185Zm-.007-.015s-.023-.156-.082-.222l.082.222ZM5.13 58.586s-.03.03-.022.044c0 0 .015 0 .022-.044Zm5.923-21.407-.224.082s.18-.015.224-.082Zm48.192 45.507c-.598.044-.575.533-1.076.695.254.156.478-.318.777-.229l-.06.163.351-.63h.008Zm36.644-15.65.246-.163c-.104 0-.194.067-.246.163Zm-4.138-51.522a1.272 1.272 0 0 0-.359-.185c.18.148.292.192.359.185Zm-32.88 67.86.023-.06-.038.067h.015v-.007ZM95.89 67.036l-.344.237c.187.503.18.044.344-.237Zm.791-1.213.322-.83-.456.807.135.023Zm.33-.119.186.267-.015-.726-.172.452v.007Zm.29-46.002c.03-.17-.448-.281-.493-.067.254.015.344.281.493.067Zm-61.882-4.18s-.12.007-.194.014c.045.022.112.015.194-.015ZM57.984 83.27l.09-.532s-.143.081-.225 0c-.075.2.015.362.135.525v.007ZM42.984 12.214c.075-.222-.067-.37-.224-.503l-.06.57s.18-.156.27-.06h.014v-.007Zm-14.624 6.149c.246.125 0 .784.194.518l.575-.674.037.289c.658-.118.097-.57.74-.77h.015c-.157-.34-.262-.214.007-.703-.433.585-.963.851-1.576 1.34h.008Zm13.37-6.527-.374.777c.725-.192.635-.658 1.203-.976-.314-.067-.53.458-.897.45l.075-.236v-.015h-.008Zm16.11 70.902s.008 0 .015.007v-.015h-.014v.008ZM44.689 11.252h-.015v.015-.023l.015.008Zm-.605-.119-.224.422c.336 0 .568-.185.814-.296-.03-.614-.127.111-.59-.126Z' opacity='.5'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*photogallery*/
.photogallery.popup-gallery .col-6 {
  border-radius: 2em;
  overflow: hidden;
}

.btn {
  display: inline-block;
  font-weight: 500;
  padding: 1em 1.5em;
  border-radius: 2em;
  color: #fff;
  text-decoration: none;
  background-color: var(--buttonAndLinkColor);
  transition: 0.3s linear;
}

.btn:hover {
  background-color: var(--accent);
}

.btn--link, .btn--prew, .btn--glossary, .btn--articleTile {
  position: relative;
  padding: 0.85em 0.5em 0.85em 1em;
  background-color: transparent;
  color: var(--buttonAndLinkColor);
}

.btn--prew, .btn--glossary, .btn--articleTile {
  padding: 0.85em 1em 0.85em 0.5em;
}

.btn--prew:hover, .btn--link:hover,
.btn--glossary:hover, .btn--articleTile:hover {
  background-color: transparent;
  color: var(--accent);
}

.btn--prew:before, .btn--link:after,
.btn--glossary:after, .btn--articleTile:after {
  content: "";
  transform: translateX(0);
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-left: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 7'%3E%3Cpath stroke='%231889F1' stroke-linecap='round' stroke-linejoin='round' d='m11 1 2 2.5m0 0L11 6m2-2.5H1'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s linear;
}

.btn--prew:before {
  margin-left: 0;
  margin-right: 1em;
  transform: translateX(0) scale(-1);
}

.btn--link:hover:after, .btn--glossary:hover:after,
.btn--articleTile:hover:after {
  transform: translateX(5px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 7'%3E%3Cpath stroke='%23b9d0ed' stroke-linecap='round' stroke-linejoin='round' d='m11 1 2 2.5L11 6'/%3E%3Cpath stroke='%23b9d0ed' stroke-linecap='round' d='M1 3.5h12'/%3E%3C/svg%3E");
}

.btn--prew:hover:before {
  transform: translateX(-5px) scale(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 7'%3E%3Cpath stroke='%23b9d0ed' stroke-linecap='round' stroke-linejoin='round' d='m11 1 2 2.5L11 6'/%3E%3Cpath stroke='%23b9d0ed' stroke-linecap='round' d='M1 3.5h12'/%3E%3C/svg%3E");
}

.btn--icon {
  position: relative;
  padding: 1em 1.5em 1em 2em;
  background-color: #CDEEFF;
  color: var(--mainMenuColor);
  overflow: hidden;
}

.btn--icon:before {
  content: "";
  position: absolute;
  transform: rotateZ(0);
  top: 5px;
  left: 0;
  width: 2.5em;
  height: 100%;
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: bottom right;
  transition: transform 0.3s linear;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0MiA0OSI+DQogIDxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik00LjczNCAwUy0xLjU0MiA5Ljg4LjM1OCAyNS42NzhDMy4yMDEgNDkuMzAyIDE2LjIyMSA2MSAxNi4yMjEgNjFzLTUuNjI2LTEyLjk2Ni0uNzMzLTI4LjQxM0MyMC43NTUgMTUuOTU0IDQyIDQuOTQ0IDQyIDQuOTQ0cy02Ljc0NSAyLjE1NC0xNC41MiA1LjAwMWMtNy43NzQgMi44NDgtMTIuODkxIDMuNzk1LTE1LjkyNSAzLjExNy0zLjg5NC0uODY4LTUuODYtNS4xMi02LjE1Ni03LjM0N0EyODQuNzM3IDI4NC43MzcgMCAwIDEgNC43MzQgMFoiLz4NCiAgPHBhdGggZmlsbD0iI0FERTNGRiIgZD0iTTIwLjgzOCA2LjMzOGMtLjc5MyAzLjAwMi00LjI3MSA1LjA2LTcuNzczIDQuNTk3LTMuNS0uNDYyLTUuNjk0LTMuMjcxLTQuOTA0LTYuMjczLjc5NC0zIDQuMjc0LTUuMDYgNy43NzQtNC41OTcgMy41LjQ2MyA1LjY5NiAzLjI3MSA0LjkwMyA2LjI3M1oiLz4NCiAgDQo8ZGVmcz4NCiAgICANCiAgPGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMjEiIHgyPSIyMSIgeTE9IjAiIHkyPSI2MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0FERTNGRiIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNEZCN0VEIi8+DQogICAgPC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
}

.btn--icon:hover {
  background-color: var(--mainMenuColor);
  color: #fff;
}

.btn--icon:hover:before {
  transform: rotateZ(10deg);
}

.btn--submit, .btn--big {
  font-size: 1.25em;
  padding: 0.65em 2em 0.7em 2em;
  line-height: 1;
}

/*mainForm*/
.mainForm {
  width: 100%;
}

@media screen and (min-width: 641px) and (max-width: 780px) {
  .mainForm {
    padding: 0 15px;
  }
}
._accent .mainForm__subTitle {
  color: #a7a0ba;
}

.mainForm__subTitle {
  margin-bottom: 50px;
}

@media (max-width: 780px) {
  .mainForm__subTitle {
    margin-bottom: 15px;
  }
}
@media (max-width: 641px) {
  .mainForm__subTitle {
    text-align: left;
  }
}
.mainForm__title {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 641px) {
  .mainForm__title {
    margin-bottom: 30px;
  }
}
.mainForm__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}

@media screen and (min-width: 641px) and (max-width: 780px) {
  .mainForm__row {
    margin: 0;
  }
}
.mainForm__input {
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.33333% - 30px);
}

.mainForm__input input,
.mainForm__textarea textarea {
  display: block;
  width: 100%;
  padding: 0.7em;
  border-radius: 5px;
  border: 1px solid #BEE0F0;
}

@media screen and (max-width: 641px) {
  .mainForm__input {
    width: calc(100% - 30px);
  }
}
@media (max-width: 641px) {
  .mainForm__input {
    margin-top: 15px;
  }
}
.mainForm__input span, .mainForm__input .validation-summary-errors {
  font-size: 0.6rem;
  color: #D64A44;
}

.mainForm__textarea {
  word-wrap: break-word;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 2.5em;
  width: 100%;
}

.custom-form__row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.45em;
}

@media (max-width: 641px) {
  .mainForm__textarea {
    margin-top: 1em;
  }
}
.mainForm__button {
  word-wrap: break-word;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 2.5em;
  text-align: center;
}

@media (max-width: 641px) {
  .mainForm__button {
    margin-top: 1.5em;
    width: 100%;
  }
}
.mainForm .field-validation-error {
  opacity: 1;
}

.mainForm .field-validation-valid {
  opacity: 0;
}

.mainForm .validation-summary-valid {
  display: none;
}

/*Form Controlls*/
.textarea {
  width: 100%;
  max-width: 100%;
  outline: none;
  padding: 0.75em 1em;
  border: 1px solid #BEE0F0;
  border-radius: 0.25em;
}

.input {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #BEE0F0;
  border-radius: 0.25em;
  outline: none;
  background: #fff;
}

.select-wrap {
  width: 100%;
  border: 1px solid #BEE0F0;
}

.select-wrap:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
}

.select-wrap select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
}

.button._default:hover {
  color: #fff;
  background-color: #574582;
}

.button._default:before {
  background: #574582;
}

.button._small {
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

.button._small:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button._small {
  padding: 0.3rem 1rem;
}

.button._noFound {
  padding: 0.9rem 2.4rem;
}

/*send-success*/
.success-title {
  color: var(--accent);
  margin-bottom: 1em;
}

/*socialnetwork*/
.row__full._center.socialRegForm {
  display: none;
}

.viewings__item {
  font-size: 0.8em;
  text-align: right;
}

:root {
  --main: var(--buttonAndLinkColor);
  --accent: #b9d0ed;
  --light: #ddd;
  --medium: #CDEEFF;
}

/*BASE*/
.container {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 641px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 641px) {
  ._noneOnMobile {
    display: none !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 9999px) {
  ._onlyOnMobile {
    display: none !important;
  }
}
html {
  font-size: 16px;
  font-size: var(--bodyFontSize);
  /*scrollbar-gutter: stable;*/
}

body {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #51545f;
  scrollbar-gutter: stable;
}

body > div {
  background-size: cover;
  background-position: center center;
}

img {
  max-width: 100%;
}

._onDarkBg {
  color: #fff;
}
._onDarkBg .title, ._onDarkBg .btn, ._onDarkBg .tile__item:hover .tile__link-title {
  color: #fff;
}
._onDarkBg .btn:not(.link) {
  background-color: var(--medium);
  color: var(--bodyColor);
}
._onDarkBg .column-text__link .link {
  color: revert;
}

._accent {
  background-color: var(--main);
  color: #fff;
}

._accent .input {
  border-bottom: 1px solid #aba2c1;
  color: #fff;
}

._accent .input::-webkit-input-placeholder {
  color: #fff;
}

._accent .textarea {
  border-bottom: 1px solid #aba2c1;
  color: #fff;
}

._accent .textarea::-webkit-input-placeholder {
  color: #fff;
}

._accent .textarea::placeholder {
  color: #fff;
}

._accent .button {
  border-color: #fff;
  color: #fff;
}

._halfaccent {
  background-color: #EEEBF4;
}

._halfaccent .button:before {
  background-color: #fff;
}

.arrowBlock__toLeft, .arrowBlock__toRight {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 50'%3E%3Cpath stroke='%230a4196' stroke-linecap='round' stroke-linejoin='round' stroke-width='5' d='M15 3 3 25.256 15 47'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: all;
}

.arrowBlock__toRight {
  transform: scaleX(-1);
  background-position: left;
}

._noMarginTop {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

._noMarginBottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

._image-bottom {
  background-repeat: repeat-x;
  background-position: center bottom;
}

._moreSpace {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  ._moreSpace {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.text._onColorfulBackground {
  color: #fff;
}

.text._accent {
  background-color: var(--main);
  color: #fff;
  font-size: 0.75rem;
  padding: 2.83rem 3.9583rem;
  margin: 0;
}

.text img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1170px) {
  .text._accent {
    padding: 1.83rem 1.9583rem;
  }
}
@media (max-width: 641px) {
  .text._accent {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width: 641px) {
  .text {
    font-size: 15px;
  }
}
.title {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  color: inherit;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  color: inherit;
  text-align: center;
}

.title._notMain {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media (max-width: 641px) {
  .title._notMain {
    font-size: 20px;
  }
}
@media (max-width: 641px) {
  .title {
    margin-bottom: 10px;
  }
  .title br {
    display: none;
  }
}
a.anchor {
  display: block;
  position: relative;
  top: -5px;
  visibility: hidden;
}
@media (max-width: 768px) {
  a.anchor {
    top: -50px;
  }
}

.typography {
  word-break: break-word;
  font-size: 18px;
}

/*helpers*/
.centered {
  text-align: center;
}

.tiny {
  max-width: 810px;
  margin: 0 auto;
}
.tiny .row__content {
  padding: 0;
}
@media (max-width: 768px) {
  .tiny .row__content {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/main.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/_normalize.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/_popup.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/_topMenu.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/_header.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/_footer.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/_grid.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/_news.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/page/_organizationPage.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_pageTrainer.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_baseSliderOwl.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_imageWText.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_tests.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_tile.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_pageTitle.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_banners.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_glossary.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_cQuote.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_advantage.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_materials.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_video.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_popapFaq.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_personas.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_topSlider.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/blocks/_contentSlider.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/_modules.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/controls/_btn.scss%22,%22file:///D:/%25D0%25BF%25D1%2580%25D0%25BE%25D0%25B5%25D0%25BA%25D1%2582%25D1%258B/oooibrs2024/Vspru/css/theme-hello/style/controls/_form.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEQ;AACA;ACHR;AD0CQ;AACA;AC1CR;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGA;EACE;EACA;;;AAGJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAIF;EACE;;;AAGA;EACE;EACA;;;AAGF;EACE;;;AAGJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AChNF;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;;;AAGJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;AACA;AACA;AACA;EACA;;;AAGF;AAAA;EAEE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGA;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGA;EACE;;;AAGN;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGF;EACE;;;AAGJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGJ;EACE;;;AAGA;EACE;EACA;;;AAGF;EACE;EACA;;;AAGJ;EACE;;;AAGA;EACE;EACA;;;AAGF;EACE;;;AAGJ;EACE;EACA;;;AAGA;EACE;EACA;EACA;;;AAGF;EACE;;;AAGJ;EACE;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGA;IACE;;EAGJ;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AC9cJ;AAEA;AACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;;AAGA;EACE;;;AAGA;EACE;EACA;;;AAMN;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;;;AAGJ;EACE;EACA;;;AAMF;AACE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAWA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;EAGA;IACE;IAEA;;;AAIN;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGA;EACE;EACA;;;AAGJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAKJ;AAEA;EACE;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EAEE;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGA;IACE;;;AAIN;EACE;EACA;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;;AAKJ;EACE;;;AAGJ;EACE;EACA;EACA;EACA;;;AClWF;AACA;EACE;EACA;EACA;AACA;EACA;EACA;AACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGA;IACE;IACA;IACA;IACA;IACA;;;AAIN;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;AAEA;EACE;;;AAIJ;EACE;IACE;;;AAKJ;EACE;IACE;;EAGF;IACE;;;AAKJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;;;AAKJ;EACE;IACE;;EAGF;IACE;IACA;;EAEA;IACE;;;AAMN;EAGE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAQF;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;EAGA;IACE;;;AAKN;EACE;EACA;;;AAGA;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;IACE;IACA;AACA;IACA;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;AACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;IACA;;EAGA;IACE;;EAGJ;IACE;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;IACA;;;AAKJ;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;AACE;IACA;;EAGF;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGF;EACE;;;AAGJ;EACE;IACE;IACA;IACA;;;ACnZJ;AACA;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAMA;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;AAAA;IAEE;;;AAIJ;EACE;AAAA;AAAA;IAGE;;EAGF;IACE;IACA;IACA;IACA;;;AAKJ;EACE;AAAA;AAAA;IAGE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGA;EACE;EACA;EACA;;;AAGA;EACE;;;AAGN;EACE;IACE;IACA;;;AAIJ;EACE;EACA;;;AAIF;EACE;IACE;;;AAKJ;EACE;IACE;;;AAIJ;AAAA;AAAA;;AAAA;AAAA;AAAA;;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AA0BA;EACE;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAIJ;EACE;;;AAGJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;;;AAGJ;EACE;IACE;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;;AClTJ;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;;;AAGF;EACE;EACA;;;AAGJ;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;EAGA;IACE;;;AAIN;EACE;EACA;;;AAIF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;AAEA;EACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;;;AAGA;EACE;;;AAGJ;EACE;EACA;;AAEA;EACE;;AAGF;EACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;AACA;;;AAGF;EACE;IACE;AACA;;;AAIJ;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;AACA;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAIF;EACE;EACA;EACA;;;AAIF;EACE;;;AAGF;EACE;;;AAGF;EACE;AAAA;AAAA;IAGE;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;AACA;EACE;EACA;;AAEA;EAJF;IAKI;;EAEA;IACE;;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAIF;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAIA;EACE;EACA;;AAKF;EACE;;;ACjbN;AACA;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;AAEA;EACE;EACA;EACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAGJ;EACE;;AAEA;EACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGA;EACE;;;AAIF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;EAGA;IACE;;EAGF;IACE;IACA;;EAGJ;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EAEE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGA;EACE;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;;;AAIJ;EACE;IACE;;EAEA;IACE;;;AAKN;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAIF;AACA;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGA;EACE;;;AAGJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;;;AAGF;EACE;;;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AC7YJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAIA;EACE;;;AAIJ;EACE;;;AAGF;EACE;;AAEA;EACE;;AAEA;EACE;;;AAKN;EACE;EACA;EACA;EACA;EACA;;;AAIA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAEA;EACE;;AAIJ;EACE;;AAEA;EACE;;;AAKN;EACE;EACA;EACA;;;AAIF;AAEA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;;ACjKJ;AAEA;EACE;EACA;EACA;;;AAGF;EACE;;;AAGA;EACE;;;AAGJ;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AClCF;AAEA;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGA;EACE;EACA;;;AAGJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGA;EACE;;;AAGJ;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;;;AAGA;EACE;;;AAGJ;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;;;AAGJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AC3MF;AAEA;EACE;EACA;EACA;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;;;AAGJ;EACE;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;ACzKF;AACA;EACE;EACA,qBACE;EACF;AACA;EACA;;;AAGA;EACE;;;AAIF;EACE;;;AAGF;EACE;;;AAIF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGA;EACE;EACA;EACA;;;AAGJ;EACE;EACA;EACA;;;AAGA;EACE;EACA;;;AAGA;EACE;;;AAGN;EACE;;;AAGF;EACE;EACA;;;AAGJ;EACE;;;AAIF;EACE;IACE,qBACE;IACF;;EAGA;IACE;;EAIF;IACE;;EAGF;IACE;;EAGF;IACE;;;AAMN;AACA;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGA;EACE;EACA;;;AAGJ;EACE;EACA;EACA;EACA;;;AAKA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGN;EACE;EACA;;;AAGF;EACE;;;AAIF;AACA;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGA;EACE;;;AAGJ;EACE;;;ACzLF;AACA;EACE;EACA;AACA;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAGF;AAAA;AAAA;EAGE;;AAGF;EACE;;AAKF;EACE;;AAEA;EACE;;AAIJ;EACE;;;AAKN;EACE;EACA;EACA;EACA;;AAGE;EACE;EACA;;AAGF;EACE;;AAKF;EACE;EACA;;AAGF;EACE;;AAKF;EACE;;AAGF;EACE;;AAKF;EACE;;;AAMN;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAIF;AAAA;EAEE;EACA;;;AAKF;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;;AAGJ;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAEF;AACA;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGJ;EACE;EACA;;;AAGA;EACE;;;AAGJ;AACE;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AC/SF;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;ACxDJ;AAEA;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGA;EACE;;;AAIJ;AACA;EACE;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;AAAA;AAMA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;;;AAIF;AAEA;EACE;;;AAGF;EACE;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC3IJ;AACA;EACE;AACA;EACA;;;AAIF;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGA;EACE;;;AAGF;EACE;;;AAGJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AC7CF;AACA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AC1EJ;AACA;AAAA;EAEE;EACA;EACA;;;AAGA;AAAA;EAEE;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAKJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;;AAKJ;EACE;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;;;AAGJ;EACE;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;EACA;AACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AChKJ;AACA;EACE;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAaA;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGA;EACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;EAEA;EACA;EACA;;;AAGA;EACE;EACA;EACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAGA;EACE;EACA;EACA;EACA;;;ACjFJ;AAEA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAIF;EACE;;;AAGF;EACE;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;AACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGA;EACE;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;IACE;;EAGF;AAAA;IAEE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;AACA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGJ;EACE;;;AAGF;EACE;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGJ;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAKJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGA;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;AACA;;;AAGF;EACE;;;AAGA;EACE;EACA;;;ACvVJ;AAEA;EACE;EACA;EACA;EACA;AACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGJ;EACE;IACE;IACA;;;AAKJ;EACE;IACE;IACA;;;AAIJ;EACE;;;AAGA;EACE;;;AAGF;EACE;;;AAGJ;EACE;;;AAIF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC3FF;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;;AAMA;EACE;;AAEA;EACE;;;AAOR;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;ACzFJ;AAEA;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAKJ;EACE;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;;;AAIJ;AACE;AAAA;EAEA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGR;EACE;IACE;IACA;;EAGA;IACE;;;AAIN;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;;;AAKJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;;;ACnRF;AAEA;EACE;;;AAGA;EACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;;;AC9FF;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAGA;EACE;;;AAKJ;AACA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;EACA;;;AAGA;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGJ;AAEA;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;AAEA;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAKF;EACE;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EARF;IASI;;;;AAIJ;AACA;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;;AAEA;EAJF;IAKI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;;AAKN;EACE;EACA;;AAEA;EAJF;IAKI;;;;AAKJ;AACA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EAhBF;IAiBI;;EAEA;IACE;;;;AAKN;EACE;EACA;;;AAIA;EADF;IAEI;;;;AAGJ;AAGA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EAPF;IAQI;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EAPF;IAQI;;;AAIJ;EACE;;AAGF;EACE;;AAEA;EAHF;IAII;;;AAIJ;EAtDF;IAuDI;;;;AAKF;EADF;IAEI;IACA;;;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXF;IAYI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;AAEE;EACE;EACA;;;AC3dJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGA;AAAA;EAEE;EACA;;;AAIF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGA;EACE;;;AAGN;EACE;EACA;EACA;;;ACvGF;AACA;EACE;;;AAIF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGA;AAAA;EAEE;EACA;EACA;EACA;EACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGA;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGA;EACE;EACA;;;AAGJ;EACE;;;AAGF;EACE;;;AAGJ;AAEA;EACE;EACA;;;AAEF;AACA;EACE;;;AAGF;EACE;EACA;;;A3BnNF;EACE;EACA;EACA;EACA;;;AAIF;AACA;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;AACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;;;AAGJ;EACE;;;AAGF;EACE;;AAEA;EACE;;AAGA;EACE;EACA;;AAGJ;EACE;;;AAIJ;EACE;EACA;;;AAGA;EACE;EACA;;;AAGA;EACE;;;AAGJ;EACE;EACA;;;AAGA;EACE;;;AAGF;EACE;;;AAGJ;EACE;EACA;;;AAGJ;EACE;;;AAGA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAIF;EACE;IACE;IACA;;;AAKJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGA;EACE;EACA;;;AAGJ;EACE;IACE;;;AAIJ;EACE;IACE;;EAGA;IACE;;;AAIN;EACE;EACA;EACA;EACA;;AAEA;EANF;IAOI;;;;AAKJ;EACE;EACA;;;AAGF;AAEA;EACE;;;AAGF;EACE;EACA;;AAEA;EACE;;AAEA;EAHF;IAII%22%7D */