<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: PTSerif;
  font-display: swap;
  src: url("../fonts/PTSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* VARIABLES */
:root {
  --font-family-serif: "PTSerif", sans-serif;
  --main-font-family: "Inter", serif;
  --main-font-size: 16px;
  --main-font-weight: 300;
  --main-line-height: 120%;
  --main-text-color: #33323d;
  --inter-nav-title: #242833;
  --footer-icon: #0b0b0b;
  --white: #fff;
  --white-black-08: rgba(255,255,255,.8);
  --dark-primary: #0c2f75;
  --card-title: #242833;
  --error-color: #e31e24;
  --light-text-color: #474747;
  --black: #000000;
  --black-white: #000000;
  --white-gray: #ffffff;
  --social-item-bg: #181e32;
  --social-connect: #e8e8e8;
  --linear-bg: linear-gradient(105.41deg, #17206a 0%, #000f8c 100%);
  --input-bg: #ffffff;
  --file-upload-text: #71737a;
  --form-border-color: #e1e0e6;
  --text-hover-color: #0035a0;
}

body.dark {
  --main-text-color: #ffffff;
  --inter-nav-title: #fff;
  --footer-icon: #ffffff;
  --white: #1a1b1d;
  --white-black-08: rgba(0,0,0,.8);
  --dark-primary: #ffffff;
  --card-title: #828282;
  --error-color: #ff373c;
  --light-text-color: #878787;
  --black: #BABABA;
  --black-white: #ffffff;
  --white-gray: #373737;
  --social-item-bg: #ffffff;
  --social-connect: #0b0b0b;
  --linear-bg: #151515;
  --input-bg: #222222;
  --file-upload-text: #71737a;
  --form-border-color: rgba(135, 135, 135, 0.35);
  --text-hover-color: #3F51B5;
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  justify-content: space-between;
  padding: 0;
  font-family: var(--main-font-family);
  font-size: var(--main-font-size);
  font-weight: var(--main-font-weight);
  line-height: var(--main-line-height);
  color: var(--main-text-color);
  background-color: var(--white);
  overflow-x: hidden;
}

.mt-15 {
  margin-top: 15px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.contact__bg.--dark {
  display: none;
}

body.dark .header-dropdown__regions {
  background-color: #1c293b;
}
body.dark .news-inner__content-page a {
  color: #3F51B5;
}
body.dark .main-news__left-hero-content {
  background-color: #1e242d;
}
body.dark .advertising__geo .advertising__geo-content-img img.--dark {
  display: block;
}
body.dark .advertising__geo .advertising__geo-content-img img.--light {
  display: none;
}
body.dark .header-dropdown__img .--dark {
  display: block;
}
body.dark .header-dropdown__img .--light {
  display: none;
}
body.dark .not-found__img {
  opacity: 0.6;
}
body.dark .contact__bg.--dark {
  display: block;
}
body.dark .contact__bg.--light {
  display: none;
}
body.dark .contact__right-item {
  background-color: #1E242D;
}
body.dark .main::after {
  content: none;
}
body.dark .header-bottom {
  background-color: #1c293d;
}
body.dark .header-bottom__item {
  border-color: #1a1b1d;
}
body.dark .header-bottom__search {
  background-color: #1E242D;
}
body.dark .header-dropdown__settings label {
  background: #1a1b1d;
}
body.dark .header-dropdown__settings {
  border-color: #fff;
}
body.dark .header-bottom__search .search-icon {
  border-color: #fff;
}
body.dark .header-bottom__search .search-button::after {
  background-color: #fff;
}
body.dark .header-bottom__search .search-button::before {
  background-color: #fff;
}
body.dark .header-bottom__search.active .header-bottom__search-input {
  background-color: #1a1b1d;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark .small-cards__default-item.active {
  background-color: #1c293d;
}
body.dark .reload-icon,
body.dark .point-view__footer-btn.active .reload-icon {
  filter: brightness(0) invert(1);
}
body.dark .audio__player {
  background-color: #1e242d;
}
body.dark .fast-news__bg::after {
  background-image: url(../img/fast-news-bg2.png);
}
body.dark .news-city__content-head {
  background: linear-gradient(#292924, #1a1b1d);
}
body.dark .file__result-item .title::before {
  filter: brightness(0) invert(1);
}
body.dark .file__result-item .size {
  border-color: #fff;
}
body.dark .upload.file .file__preview svg path {
  stroke: #fff;
}
body.dark .main-motivation__right-slide-text {
  color: #fff;
}
body.dark .main-motivation__left-content {
  border-color: #343d49;
}
body.dark .main-motivation__right-content {
  background-color: rgba(30, 36, 45, 0.9);
}
body.dark .big-title__link {
  background-image: url(../img/icons/link2.svg);
}
body.dark .news-city__nav-text {
  color: #fff;
}
body.dark .main-news__left-viewer-item.blue {
  background-color: #172b33 !important;
}
body.dark .main-news__left-viewer-item.green {
  background-color: #173125 !important;
}
body.dark .main-news__left-viewer-item.yellow {
  background-color: #30271a !important;
}
body.dark .main-news__left-viewer-item:hover {
  box-shadow: 10px 10px 0px 0px var(--main-bg-color);
}
body.dark .main-news__left-hero-content::before {
  background-image: url("../img/gradient-dark.svg");
}
body.dark .video-play {
  background-image: url("../img/icons/gray-play.svg");
}
body.dark .main-interview {
  background-color: #1e242d;
}
body.dark .main-videos__small-slide-wrapper {
  background-color: #1e242d;
}
body.dark .main-business__slide-wrapper {
  background-color: #1e242d;
}
body.dark .main-videos__big-slide-btn,
body.dark .main-videos__small-slide-title,
body.dark .main-videos__small-slide-btn,
body.dark .main-interview__item-title,
body.dark .main-videos__big-slide-title {
  color: var(--black);
}
body.dark .main-business__slide-text,
body.dark .main-motivation__right-nav-text,
body.dark .footer-bottom__text {
  color: var(--black);
}
body.dark .news-city__wrapper::after {
  background-color: var(--section-bg);
}
body.dark .about__banner::after {
  opacity: 1;
  background-color: var(--section-bg);
}
body.dark .about__application {
  background-color: var(--section-bg);
}
body.dark .point-view__footer-btn {
  background-color: #3f3f3f;
}
body.dark .topics__item-bg::after {
  background-color: rgba(0, 0, 0, 0.8);
}
body.dark .topics__item-num {
  color: #3d3d3d;
}
body.dark .advertising__title strong,
body.dark .advertising__geo strong {
  color: #ffffff;
}
body.dark .advertising__head h2,
body.dark .advertising__block-title {
  color: #ffffff;
}
body.dark .advertising__contact-title,
body.dark .advertising__contact-text {
  color: var(--black);
}
body.dark .advertising__download-item:hover {
  box-shadow: 0 12.83438px 200px -4.27813px rgba(255, 255, 255, 0.1);
}
body.dark .header-bottom__lang-btn {
  background-color: #1E242D !important;
  color: #fff;
}
body.dark .header-bottom__lang-btn img {
  filter: brightness(0) invert(1);
}
body.dark .header-bottom__lang.active .header-bottom__lang-btn,
body.dark .header-bottom__lang-item {
  background-color: #1c293d;
  border-top: 1px solid #1a1b1d;
}
body.dark .header-bottom__lang.active .header-bottom__lang-btn:hover a,
body.dark .header-bottom__lang-item:hover a {
  color: #ffffff;
}
body.dark .header-bottom__lang.active .header-bottom__lang-list {
  background: #1c293d;
  width: auto;
}
body.dark .header-dropdown__item .header-dropdown__link {
  color: #BABABA;
}
body.dark .header-dropdown__settings-text {
  color: #CCD0DB;
}
body.dark .header-dropdown__settings-title {
  color: #ffffff;
}
body.dark .header-dropdown__settings label:after {
  background-color: #828282;
}
body.dark .logo-dark {
  display: block;
}
body.dark .logo-light {
  display: none;
}
body.dark .header-dropdown {
  background-color: #1c293d;
}
body.dark .header-dropdown__settings-item:not(:last-child) {
  border-color: #fff;
}
body.dark .header-bottom__menu svg path {
  stroke: #ffffff;
}
body.dark .news-inner__content-title,
body.dark .news-inner__content-stats span {
  color: #ffffff;
}
body.dark .news-inner__content-page blockquote::before,
body.dark .news-inner__content-page blockquote::after {
  background-color: transparent;
  background-image: url("../img/icons/blockquote-white.svg");
}
body.dark .file__result-item .title,
body.dark .file__result-item .status {
  color: #ffffff;
}
body.dark .contact__right-app:hover path {
  fill: #ffffff;
}
body.dark .contact__right-app path {
  fill: rgba(255, 255, 255, 0.6);
}
body.dark .footer-top__apps-item:hover svg,
body.dark .footer-top__social-item:hover svg {
  box-shadow: none;
  mix-blend-mode: normal;
}
body.dark .footer-top__apps-item:hover svg path,
body.dark .footer-top__social-item:hover svg path {
  fill: #ffffff;
}
body.dark .footer-top__apps-item svg path,
body.dark .footer-top__social-item svg path {
  fill: rgba(255, 255, 255, 0.6);
}

.logo-dark {
  display: none;
}

.main {
  position: relative;
}
.main::after {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  z-index: -2;
  right: 0;
  height: 800px;
  width: 100%;
  background-image: linear-gradient(180deg, #D8D8D8 0%, #fff 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  object-fit: cover;
  display: block;
  height: auto;
}

ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

li {
  display: inherit;
}

button {
  border: none;
  cursor: pointer;
}

a {
  display: block;
  text-decoration: none;
}

.mouse {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 90000;
  user-select: none;
  pointer-events: none;
  border-radius: 50%;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  box-shadow: 0 0 5px 1px rgba(12, 47, 117, 0.0823529412);
  border: 1px solid rgba(12, 47, 117, 0.0823529412);
  transform: translate(-50%, -50%);
}
.mouse-hovered {
  border-radius: 4px;
}
.mouse:after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: rgba(12, 47, 117, 0.1725490196);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner {
  width: 100%;
  margin-bottom: 31px;
}
.banner img {
  width: 100%;
}

.hidden-title {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.video-play {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: url("../img/icons/blue-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.video-play-gray {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: url("../img/icons/gray-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.verified-tick {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
  background-image: url("../img/icons/verified-tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.reload-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url("../img/icons/reload.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.eye-icon {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/eye.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.timer-icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/timer.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.main-ad-banner {
  min-height: 220px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px !important;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px !important;
  }
}
.header {
  position: relative;
  margin-top: 10px;
}
.header-top {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
  position: relative;
}
.header-top__title {
  font-size: 13px;
  line-height: 120%;
  font-weight: 700;
  color: var(--card-title);
  margin-bottom: 0;
}
.header-top__list {
  display: flex;
  align-items: center;
}
.header-top__item {
  position: relative;
  transition: all 0.2s ease;
  padding: 2px 10px;
}
.header-top__item:hover .header-top__link {
  color: #0035a0;
}
.header-top__item:hover::after {
  width: 100%;
}
.header-top__item::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #dadada;
  height: 100%;
  width: 0;
  transition: all 0.2s ease;
}
.header-top__item:not(:last-child) {
  border-right: 1px solid var(--card-title);
}
.header-top__link {
  font-size: 11px;
  line-height: 120%;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
}
.header-top__indicator {
  position: absolute;
  background-color: #dadada;
  top: 12px;
  height: 24px;
  z-index: -1;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
  transform: scaleX(0);
}
.header-bottom {
  border-radius: 5px;
  position: relative;
  z-index: 101;
  background-color: var(--white);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
}
.header-bottom__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1370px;
  margin: 0 auto;
}
.header-bottom__right {
  display: flex;
  align-items: center;
}
.header-bottom__logo {
  width: 92px;
  height: 36px;
  margin: 14px 0 14px 24px;
}
.header-bottom__list {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header-bottom__item {
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  padding: 23px 18px;
  cursor: pointer;
}
.header-bottom__item:not(:last-child) {
  border-right: 1px solid rgba(229, 229, 229, 0.3764705882);
}
.header-bottom__item:hover .header-bottom__link span {
  color: var(--text-hover-color);
}
.header-bottom__link {
  font-size: 15px;
  line-height: 120%;
  font-weight: 700;
  color: var(--black-white);
  margin-bottom: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.header-bottom__link span {
  transition: all 0.3s ease;
  position: relative;
  transform-origin: 50% 0;
  transform: translateY(0);
  display: block;
}
.header-bottom__link span::after {
  content: attr(data-text);
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  transition: all 0.3s;
  color: #0042c5 !important;
  width: 100%;
}
.header-bottom__lang {
  position: relative;
}
.header-bottom__lang.active .header-bottom__lang-list {
  height: 118px;
  visibility: visible;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 10px 44px 0px rgba(0, 0, 0, 0.12);
}
.header-bottom__lang.active .header-bottom__lang-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--white);
  box-shadow: 0px -10px 44px 0px rgba(0, 0, 0, 0.12);
}
.header-bottom__lang-list {
  position: absolute;
  overflow: hidden;
  transition: all 0.2s ease;
  top: 100%;
  height: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  border-radius: 8px;
  background-color: var(--white);
}
.header-bottom__lang-item {
  padding: 10px 9px;
  position: relative;
  z-index: 10;
  width: 86px;
}
.header-bottom__lang-item a {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  color: var(--black);
}
.header-bottom__lang-item:not(:last-child) {
  border-bottom: 1px solid var(--black) 10;
}
.header-bottom__lang-item button {
  background-color: transparent;
}
.header-bottom__lang-btn {
  gap: 7px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 12px 10px;
  background-color: #f8f8f8;
  outline: none;
  border: none !important;
  font-size: 12px;
  line-height: 120%;
  font-weight: 700;
  color: var(--inter-nav-title);
  margin-bottom: 0;
}
.header-bottom__ads {
  max-width: 160px;
  max-height: 24px;
  width: 160px;
  height: 24px;
  display: none;
}
.header-bottom__search {
  border-radius: 8px;
  padding: 12px 10px;
  width: 42px;
  height: 42px;
  background-color: #f8f8f8;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}
.header-bottom__search.active .header-bottom__search-input {
  visibility: visible;
  width: 340px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.header-bottom__search.active .search-button::before,
.header-bottom__search.active .search-button::after {
  width: 24px;
}
.header-bottom__search.active .search-button .search-icon {
  width: 0;
  height: 0;
  border-color: transparent;
}
.header-bottom__search .center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-bottom__search .search-button {
  width: 42px;
  height: 42px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header-bottom__search .search-button::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 1px;
  margin-top: -2px;
  background-color: #000;
  transform: rotate(-45deg);
  transform-origin: right top;
}
.header-bottom__search .search-button::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 3px;
  height: 1px;
  /* margin-top: -2px; */
  background-color: #000;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.header-bottom__search .search-icon {
  position: absolute;
  display: block;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
.header-bottom__search .search-button::before,
.header-bottom__search .search-button::after,
.header-bottom__search .search-button .search-icon {
  transition: all 0.3s ease-in-out;
}
.header-bottom__search-img {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 10;
}
.header-bottom__search-input {
  position: absolute;
  transition: all 0.3s ease;
  top: 0;
  height: 100%;
  border-radius: 8px;
  right: 0;
  width: 0;
  visibility: hidden;
  border-radius: 6px;
  border: 1px solid transparent;
  background: #fff;
  padding: 13px 22px;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
}
.header-bottom__search-input:focus {
  outline: none;
}
.header-bottom__menu {
  width: 24px;
  background: transparent;
  border: none;
  height: 24px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  margin: 0 15px;
}
.header-bottom__menu .line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-bottom__menu .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header-bottom__menu .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.header-bottom__menu .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header-bottom__menu.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.header-bottom__menu.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.header-bottom__menu.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.header-bottom__menu:hover span:after {
  left: -5px;
}
.header-bottom__menu:hover span:before {
  left: 5px;
}
.header-bottom__menu span.active {
  background: #fff;
}
.header-bottom__menu span.active::after, .header-bottom__menu span.active::before {
  top: 0px;
  left: 0px;
}
.header-bottom__menu span.active:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header-bottom__menu span.active:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header-bottom__menu:focus {
  outline: none;
}
.header-bottom__menu span {
  display: inline-block;
  width: 80%;
  height: 2px;
  background: #3a4c66;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.header-bottom__menu span:before,
.header-bottom__menu span:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #3a4c66;
  height: 2px;
  left: 0px;
  transition: all 0.3s;
}
.header-bottom__menu span:before {
  top: 8px;
}
.header-bottom__menu span:after {
  bottom: 8px;
}
.header-wrapper {
  position: relative;
}
.header-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  max-width: 100%;
  width: 100%;
  transform: translateY(0%);
  animation: header-fade 0.2s ease-in-out both;
}
.header-wrapper.fixed .header-bottom__logo {
  margin-left: 0;
}
@keyframes header-fade {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.header-dropdown {
  padding-bottom: 40px;
  height: 0;
  min-height: 0;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease;
  opacity: 0;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 100;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
}
.header-dropdown.active {
  opacity: 1;
  height: 290px;
  min-height: 290px;
  visibility: visible;
  left: 50%;
  max-width: 1370px;
  transform: translateX(-50%);
}
.header-dropdown.active .header-dropdown__img img:nth-child(1) {
  animation: img-fade 0.5s ease-in-out both;
}
@keyframes img-fade {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.header-dropdown__regions {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);
}
.header-dropdown__regions .region-item__link {
  padding: 10px 10px;
  font-size: 12px;
  color: var(--black);
  font-weight: 600;
  white-space: nowrap;
}
.header-dropdown__regions .region-item__link:hover {
  text-decoration: underline;
}
.header-dropdown__menu {
  padding: 50px 0;
  display: flex;
  flex: 1;
  position: relative;
}
.header-dropdown__list {
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.header-dropdown__list:not(:last-child) {
  border-right: 1px solid rgba(229, 229, 229, 0.3764705882);
}
.header-dropdown__list.active {
  border-right: 0;
}
.header-dropdown__list.active .header-dropdown__link {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  color: #032058;
  margin-bottom: 0;
}
.header-dropdown__item {
  padding: 8px 0;
}
.header-dropdown__item:hover .header-dropdown__link {
  color: #0035a0;
}
.header-dropdown__link {
  transition: color 0.2s ease;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: #032058;
  margin-bottom: 0;
}
.header-dropdown__img {
  position: absolute;
  width: 280px;
  height: 180px;
  max-width: 280px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.header-dropdown__img .--dark {
  display: none;
}
.header-dropdown__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-dropdown__img img:nth-child(1) {
  z-index: 1;
}
.header-dropdown__settings {
  width: 266px;
  border-left: 1px solid rgba(0, 0, 0, 0.062745098);
  padding-top: 29px;
}
.header-dropdown__settings input[type=checkbox] {
  height: 0;
  width: 0;
  display: none;
  visibility: hidden;
}
.header-dropdown__settings label {
  cursor: pointer;
  text-indent: -9999px;
  width: 46px;
  height: 28px;
  background: #ebebeb;
  display: block;
  border-radius: 100px;
  position: relative;
}
.header-dropdown__settings label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 24px;
  transition: 0.3s;
}
.header-dropdown__settings input:checked + label {
  background: #0c2f75;
}
.header-dropdown__settings input:checked + label:after {
  left: calc(100% - 2px);
  transform: translate(-100%, -50%);
}
.header-dropdown__settings label:active:after {
  width: 30px;
}
.header-dropdown__settings-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 23px 17px 30px;
}
.header-dropdown__settings-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
.header-dropdown__settings-title {
  padding-left: 30px;
  font-size: 13px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 0;
}
.header-dropdown__settings-text {
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 0;
}
.header-dropdown__settings-theme {
  position: relative;
}
.header-dropdown__settings-theme label {
  width: 54px;
  background: #ebebeb;
}
.header-dropdown__settings-theme .moon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 16px;
  height: 16px;
  right: 6px;
  user-select: none;
  pointer-events: none;
  background-image: url("../img/moon-dark.svg");
  transition: all 0.2s ease;
}
.header-dropdown__settings-theme .sun {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 16px;
  height: 16px;
  user-select: none;
  pointer-events: none;
  background-image: url("../img/sun-light.svg");
  transition: all 0.2s ease;
  z-index: 1;
}
.header-dropdown__settings-theme label:after {
  background: #0c2f75;
}
.header-dropdown__settings-theme input:checked + label {
  background: #ebebeb;
}
.header-dropdown__settings-theme input:checked + label .moon {
  background-image: url("../img/moon-light.svg");
}
.header-dropdown__settings-theme input:checked + label .sun {
  background-image: url("../img/sun-dark.svg");
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
.footer-top__logo img {
  mix-blend-mode: darken;
}
.footer-top__list {
  display: flex;
  gap: 28px;
  align-items: center;
  overflow: hidden;
}
.footer-top__item {
  transition: all 0.3s ease-in-out;
}
.footer-top__item:hover .footer-top__link {
  transform: translateY(-105%);
}
.footer-top__link {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 0;
  transform-origin: 50% 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.footer-top__link::after {
  content: attr(data-title);
  height: 100%;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  width: 100%;
  left: 0;
  color: #0035a0;
  z-index: 1;
}
.footer-top__social-list {
  display: flex;
  gap: 32px;
  align-items: center;
}
.footer-top__social-item {
  transition: all 0.2s ease;
}
.footer-top__social-item svg {
  transition: all 0.2s ease;
}
.footer-top__social-item:hover path {
  fill: #0035a0;
}
.footer-top__social-item:hover svg {
  mix-blend-mode: darken;
  box-shadow: 0px 15px 5px -5px rgba(0, 0, 0, 0.1254901961);
  transform: translateY(-5px);
}
.footer-top__social-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer-top__apps-list {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-top__apps-item {
  transition: all 0.3s ease-in-out;
}
.footer-top__apps-item svg {
  transition: all 0.2s ease;
}
.footer-top__apps-item:hover path {
  fill: #0035a0;
}
.footer-top__apps-item:hover svg {
  mix-blend-mode: darken;
  box-shadow: 0px 15px 5px -5px rgba(0, 0, 0, 0.1254901961);
  transform: translateY(-5px);
}
.footer-top__apps-item img {
  width: 146px;
  object-fit: contain;
}
.footer-bottom__text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 26px;
}

.main-news {
  margin-top: 21px;
  display: grid;
  gap: 32px;
  padding-bottom: 27px;
  grid-template-columns: 1010px 1fr;
}
.main-news__left-ads {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.main-news__left-ads img {
  width: 100%;
}
.main-news__left-daily {
  display: grid;
  gap: 36px;
  grid-template-columns: 674px 1fr;
}
.main-news__left .our-team__banner + .main-news__left-title {
  margin-top: 19px;
}
.main-news__left-title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 19px;
}
.main-news__left-hero {
  position: relative;
  min-height: 350px;
  margin-bottom: 24px;
  display: flex;
}
.main-news__left-hero:hover .main-news__left-hero-title {
  color: var(--text-hover-color);
}
.main-news__left-hero-content {
  width: 475px;
  padding: 25px 25px 25px 0;
}
.main-news__left-hero-img {
  width: calc(100% - 475px);
  overflow: hidden;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}
.main-news__left-hero-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main-news__left-hero-title {
  transition: color 0.2s ease;
  margin-top: 15px;
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 15px;
}
.main-news__left-hero-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0px;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  word-break: normal;
}
.main-news__left-viewer-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 19px;
}
.main-news__left-viewer-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.main-news__left-viewer-item {
  flex-direction: column;
  padding: 28px 26px 28px 27px;
  transition: transform 0.2s ease;
  position: relative;
  transition: all 0.2s ease;
  z-index: 1;
  box-shadow: 10px 10px 0px 0px transparent;
}
.main-news__left-viewer-item:hover {
  transform: translate(-10px, -10px);
}
.main-news__left-viewer-item.blue {
  background-color: #e2f1f6;
}
.main-news__left-viewer-item.blue:hover {
  box-shadow: 10px 10px 0px 0px #c6e4ee;
}
.main-news__left-viewer-item.green {
  background-color: #e2f6eb;
}
.main-news__left-viewer-item.green:hover {
  box-shadow: 10px 10px 0px 0px #c4e8d4;
}
.main-news__left-viewer-item.yellow {
  background-color: #f6eee2;
}
.main-news__left-viewer-item.yellow:hover {
  box-shadow: 10px 10px 0px 0px #f4e1c3;
}
.main-news__left-viewer-item h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 8px;
  margin-top: 8px;
}
.main-news__left-viewer-item p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  word-break: normal;
}
.main-news__right-foot {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-news__right-foot-link {
  font-size: 11px;
  line-height: 120%;
  font-weight: 500;
  color: #59a5ff;
  margin-bottom: 0;
}
.main-news__right-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 0;
}
.main-news__right-list {
  padding-bottom: 50px;
  height: 100%;
}
.main-news__right-wrapper {
  position: relative;
}
.main-news__right-wrapper.not-shadow .main-news__right-list {
  padding-bottom: 24px;
}
.main-news__right-wrapper.not-shadow::after {
  display: none;
}
.main-news__right-wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  user-select: none;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--white) 79.44%);
}
.main-news__right-item {
  padding: 16px 0 19px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
.main-news__right-item:hover .main-news__right-text {
  color: var(--text-hover-color);
}
.main-news__right-item.active .main-news__right-text {
  font-weight: 600;
}
.main-news__right-btn {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  width: 100%;
}
.main-news__right-text {
  transition: color 0.2s ease;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 8px;
}
.main-current {
  display: grid;
  margin-bottom: 30px;
}
.main-current__content {
  display: flex;
  gap: 36px;
}
.main-current__wrapper {
  width: 674px;
}
.main-current__big:hover .main-current__big-title {
  color: var(--text-hover-color);
}
.main-current__big-img {
  width: 100%;
  margin-bottom: 23px;
  position: relative;
  overflow: hidden;
  padding-bottom: 57%;
}
.main-current__big-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-current__big-title {
  transition: color 0.2s ease;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 8px;
}
.main-current__big-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--light-text-color);
  margin-bottom: 0;
}
.main-current__small {
  flex: 1;
}
.main-current__small-link {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.main-current__small-link:hover &gt; p {
  color: var(--text-hover-color);
}
.main-current__small-link &gt; p {
  transition: color 0.2s ease;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
  margin-top: 9px;
}
.main-current__small-link-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding-bottom: 57%;
}
.main-current__small-link-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-current__small-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.main-current__small-item:hover &gt; .main-current__small-item-link {
  color: var(--text-hover-color);
}
.main-current__small-item-link {
  transition: color 0.2s ease;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
  margin-top: 9px;
}
.main-interview {
  margin-bottom: 30px;
  background-color: #232323;
  padding: 30px 0 28px 0;
}
.main-interview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-interview-head .big-title {
  margin-bottom: 0;
}
.main-interview-head .swiper-btns {
  position: relative;
}
.main-interview__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.main-interview__item:hover .main-interview__item-title {
  color: #8ab3ff;
}
.main-interview__item-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 61%;
  position: relative;
  margin-bottom: 22px;
}
.main-interview__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.main-interview__item-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  word-break: normal;
  transition: all 0.2s ease;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}
.main-life {
  margin-bottom: 20px;
}
.main-life__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.main-life__img img {
  width: 100%;
  height: 100%;
}
.main-life__wrapper {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-life__content {
  display: flex;
  align-items: center;
  gap: 21px;
}
.main-life__title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 6px;
}
.main-life__text {
  font-size: 16px;
  line-height: 131%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.main-life__btn {
  gap: 18px;
  display: flex;
  border-radius: 8px;
  background-color: #e8e8e8;
  padding: 16px 12px 16px 32px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
}
.main-life__list {
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(2, 1fr);
}
.main-life__desc {
  max-width: 900px;
  color: var(--black);
}
.main-life__item {
  display: flex;
  gap: 17px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.main-life__item:hover .main-life__item-title {
  color: var(--text-hover-color);
}
.main-life__item.video-btn {
  cursor: pointer;
}
.main-life__item-img {
  min-width: 200px;
  max-width: 200px;
  max-height: 113px;
  min-height: 113px;
  position: relative;
  overflow: hidden;
  padding-bottom: 17%;
}
.main-life__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-life__item-img .video-play {
  z-index: 2;
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../img/icons/white-play.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.main-life__item-title {
  transition: color 0.2s ease;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
  margin-top: 7px;
}
.main-articles {
  margin-bottom: 40px;
}
.main-articles__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 20px;
  margin-bottom: 30px;
}
.main-articles__item {
  position: relative;
}
.main-articles__item:hover .main-articles__item-title {
  color: var(--text-hover-color);
}
.main-articles__item-wrapper {
  padding: 18px 24px;
}
.main-articles__item-img {
  width: 100%;
  overflow: hidden;
  padding-bottom: 61%;
  position: relative;
}
.main-articles__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.main-articles__item-title {
  transition: color 0.2s ease;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
}
.main-articles__bg-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-articles__bg-img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-black-08);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
}
.main-articles__bg-img img {
  width: 100%;
  height: 100%;
}
.main-business {
  margin-bottom: 40px;
}
.main-business-l3 {
  display: flex;
}
.main-business-l3 .main-business__slide {
  padding: 0 10px;
  width: 33.333%;
}
.main-business-l2 {
  display: flex;
}
.main-business-l2 .main-business__slide {
  width: 50%;
  flex-direction: row;
  padding: 0 10px;
}
.main-business-l2 .main-business__slide-img {
  width: 274px;
  min-height: 185px;
  padding-bottom: 0;
}
.main-business-l1 {
  display: flex;
}
.main-business-l1 .main-business__slide {
  width: 100%;
  flex-direction: row;
  padding: 0 10px;
}
.main-business-l1 .main-business__slide-img {
  width: 274px;
  min-height: 185px;
  padding-bottom: 0;
}
.main-business-l1 .main-business__slide-desc {
  margin-top: 20px;
  color: var(--white);
  opacity: 0.8;
  font-size: 14px;
}
.main-business__head {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  gap: 128px;
  justify-content: space-between;
}
.main-business__head .swiper-btns {
  position: relative;
}
.main-business__wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
}
.main-business__title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 6px;
}
.main-business__text {
  max-width: 630px;
  font-size: 16px;
  line-height: 131%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.main-business__nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.main-business__btn {
  gap: 18px;
  display: flex;
  border-radius: 8px;
  background-color: #2046b6;
  padding: 16px 12px 16px 32px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}
.main-business__icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.main-business__icon img {
  width: 100%;
  height: 100%;
}
.main-business__icon-text {
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 32px;
  line-height: 28px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}
.main-business__slide {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}
.main-business__slide:hover .main-business__slide-wrapper {
  background-color: #2046b6;
}
.main-business__slide-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: relative;
  padding-bottom: 56%;
}
.main-business__slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-business__slide-wrapper {
  flex: 1;
  padding: 22px 22px 40px 22px;
  background-color: #26304d;
  transition: all 0.2s ease;
  height: 100%;
}
.main-business__slide-text {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.main-motivation {
  margin-bottom: 31px;
}
.main-motivation__wrapper {
  overflow: hidden;
  display: flex;
}
.main-motivation__left {
  width: calc(75% + 18px);
}
.main-motivation__left-content {
  gap: 18px;
  height: 100%;
  display: flex;
  position: relative;
  border-left: 6px solid #4d619e;
  padding: 25px;
}
.main-motivation__left-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-motivation__left-bg::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-black-08);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
}
.main-motivation__left-bg img {
  width: 100%;
  height: 100%;
}
.main-motivation__left-wrapper {
  min-width: 300px;
  max-width: 300px;
  display: block;
}
.main-motivation__left-wrapper:hover .main-motivation__left-title {
  color: var(--text-hover-color);
}
.main-motivation__left-img {
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56%;
}
.main-motivation__left-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-motivation__left-title {
  transition: color 0.2s ease;
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 12px;
  margin-top: 13px;
}
.main-motivation__left-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--light-text-color);
  margin-bottom: 0;
}
.main-motivation__left-item {
  display: flex;
  gap: 17px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.main-motivation__left-item:not(:last-child) {
  margin-bottom: 21px;
}
.main-motivation__left-item-img {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  overflow: hidden;
  position: relative;
}
.main-motivation__left-item-img img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 133px;
  max-height: 133px;
  object-fit: cover;
}
.main-motivation__left-item-title {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
  transition: all 0.2s ease;
  margin-top: 7px;
}
.main-motivation__left-item:hover .main-motivation__left-item-title {
  color: var(--text-hover-color);
}
.main-motivation__right {
  width: calc(25% - 18px);
}
.main-motivation__right-content {
  position: relative;
  height: 100%;
}
.main-motivation__right-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-motivation__right-bg::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-black-08);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
}
.main-motivation__right-bg img {
  width: 100%;
  height: 100%;
}
.main-motivation__right-pagination {
  position: absolute;
  bottom: 64px;
  z-index: 10;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-height: 10px;
}
.main-motivation__right-bullet {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
}
.main-motivation__right-bullet .swiper-pagination-bullet {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  height: 3px !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  opacity: 1 !important;
  background: rgba(129, 129, 129, 0.39) !important;
  cursor: pointer;
}
.main-motivation__right-bullet .swiper-pagination-bullet b {
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  transition: all 0.2s ease;
  background-color: #7a7a7a;
}
.main-motivation__right-bullet .swiper-pagination-bullet-active {
  overflow: hidden !important;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress);
  background-color: red;
}
.main-motivation__right-bullet .swiper-pagination-bullet-active b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  transition: all 0.2s ease;
  background-color: #7a7a7a;
  animation-name: countingBar;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.main-motivation__right-nav {
  display: flex;
  gap: 9px;
  align-items: center;
}
.main-motivation__right-nav-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.31);
  margin-bottom: 0;
}
.main-motivation__right-slide:hover .main-motivation__right-slide-title {
  color: var(--text-hover-color);
}
.main-motivation__right-slide-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56%;
}
.main-motivation__right-slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-motivation__right-slide-wrapper {
  padding: 32px 32px 100px 24px;
}
.main-motivation__right-slide-text {
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.51);
  margin-bottom: 9px;
}
.main-motivation__right-slide-title {
  transition: color 0.2s ease;
  display: -webkit-box !important;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  word-break: normal;
  font-size: 27px;
  line-height: 120%;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
}
.main-videos {
  margin-bottom: 30px;
}
.main-videos__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.main-videos__block {
  gap: 18px;
  display: flex !important;
}
.main-videos__big-swiper {
  width: 50%;
}
.main-videos__small-swiper {
  width: 50%;
  display: flex;
  gap: 18px;
}
.main-videos__big-slide {
  overflow: hidden;
  position: relative;
}
.main-videos__big-slide a {
  height: 100%;
  z-index: 1;
  position: relative;
  padding-bottom: 66%;
}
.main-videos__big-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-videos__big-slide-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  background: linear-gradient(180deg, #0f172a 16.38%, rgba(15, 23, 42, 0) 100%);
}
.main-videos__big-slide-img img {
  width: 100%;
  height: 100%;
}
.main-videos__big-slide-img {
  width: 100%;
  height: 100%;
}
.main-videos__big-slide-wrapper {
  padding: 33px;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.main-videos__big-slide-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}
.main-videos__big-slide-btn {
  position: absolute;
  top: 20px;
  z-index: 10;
  right: 17px;
  gap: 11px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: flex;
  background: rgba(38, 48, 77, 0.58);
  padding: 11px 11px 11px 24px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}
.main-videos__big-slide-btn img {
  width: 24px;
  height: 24px;
}
.main-videos__small-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
}
.main-videos__small-slide:hover .main-videos__small-slide-wrapper {
  background-color: #2046b6;
}
.main-videos__small-slide-img {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.main-videos__small-slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-videos__small-slide-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 22px;
  background-color: #26304d;
  transition: all 0.2s ease;
}
.main-videos__small-slide-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  word-break: normal;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 45px;
}
.main-videos__small-slide-btn {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: flex;
  background-color: transparent;
  padding: 11px 11px 11px 24px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}
.main-videos__small-slide-btn img {
  width: 24px;
  height: 24px;
}

.short-news {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.short-news a {
  padding: 13px 10px 13px 20px;
  font-size: 15px;
  color: var(--black);
  font-weight: 500;
  position: relative;
  max-width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short-news a:hover {
  color: var(--text-hover-color);
}
.short-news a:hover:after {
  background-color: var(--text-hover-color);
}
.short-news a:not(:last-child) {
  margin-right: 10px;
}
.short-news a:after {
  background-color: #bfbfbf;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.main-videos-new {
  margin-bottom: 30px;
}
.main-videos-new .main-articles__item-img {
  position: relative;
}
.main-videos-new .main-articles__item-img:after {
  width: 80%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/ellipse-video-card.svg");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.main-videos-new .main-articles__item-img:before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 30px;
  height: 30px;
  background-image: url("../img/icons/white-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-videos-new .main-articles__item {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.main-videos-new .main-articles__item .gray-date {
  margin: 10px 0;
}
.main-videos-new .big-title {
  margin-bottom: 0;
}
.main-videos-new .main-life__item {
  border-bottom: 0;
}
.main-videos-new__content {
  padding: 20px 0;
  position: relative;
}
.main-videos-new__content .main-life__item-img {
  padding-bottom: 18.5%;
}
.main-videos-new__content-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 100%;
  width: 100%;
}
.main-videos-new__content-bg img {
  width: 100%;
  height: 100%;
}
.main-videos-new__content-bg:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-black-08);
  backdrop-filter: blur(80px);
}

.gray-text {
  display: flex;
  gap: 7px;
  align-items: flex-end;
}
.gray-text.icon .video-play {
  display: block;
}
.gray-text .video-play {
  display: none;
  width: 16px;
  height: 16px;
}
.gray-text p {
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  color: #9f9f9f;
  margin-bottom: 0;
}

.gray-date {
  display: flex;
  gap: 7px;
  align-items: flex-end;
}
.gray-date.icon .video-play {
  display: block;
}
.gray-date .video-play {
  display: none;
  width: 16px;
  height: 16px;
}
.gray-date.icon-gray .video-play-gray {
  display: block;
}
.gray-date .video-play-gray {
  display: none;
  width: 16px;
  height: 16px;
}
.gray-date p {
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  color: #9f9f9f;
  margin-bottom: 0;
}

.small-cards__default-list .point-view__footer {
  margin-top: 30px;
}
.small-cards__default-item {
  padding: 23px 0;
  align-items: start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
  display: flex;
  gap: 32px;
  cursor: pointer;
  justify-content: space-between;
}
.small-cards__default-item:first-child {
  padding-top: 0;
}
.small-cards__default-item:hover .small-cards__default-text {
  color: var(--text-hover-color);
}
.small-cards__default-item.active {
  padding: 23px 23px;
  margin: 0 -23px;
  background-color: #eef8ff;
  border: none;
  position: relative;
}
.small-cards__default-item.active::after {
  position: absolute;
  content: "";
  bottom: -1px;
  width: calc(100% - 94px);
  left: 37px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.small-cards__default-img {
  min-width: 200px;
  max-width: 200px;
  min-height: 113px;
  height: 113px;
  position: relative;
  overflow: hidden;
  padding-bottom: 17%;
}
.small-cards__default-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.small-cards__default-text {
  transition: color 0.2s ease;
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
  margin-top: 6px;
}
.small-cards__default-desc {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  color: #484848;
  margin-bottom: 0;
  margin-top: 13px;
}
.small-cards__point-list {
  display: grid;
  gap: 20px 23px;
  grid-template-columns: repeat(2, 1fr);
}
.small-cards__point-item:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.small-cards__point-item:hover h4 {
  color: #0035a0;
}
.small-cards__point-item h4 {
  transition: color 0.2s ease;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  word-break: normal;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 18px;
}
.small-cards__point-top {
  display: flex;
  gap: 16px;
  position: relative;
  margin-bottom: 5px;
}
.small-cards__point-top::after {
  content: "";
  position: absolute;
  right: 44px;
  top: 0;
  width: 80px;
  height: 56px;
  background-image: url("../img/icons/blockquote.svg");
  background-size: 80px 56px;
  background-repeat: no-repeat;
}
.small-cards__point-top-img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.small-cards__point-top-img::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.small-cards__point-item:hover .small-cards__point-top-img::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.small-cards__point-top-img img {
  width: 100%;
  height: 100%;
}
.small-cards__point-wrapper {
  width: 170px;
}
.small-cards__point-wrapper h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 5px;
}

.default-card:not(:last-child) {
  margin-bottom: 23px;
}
.default-card:hover .default-card__title {
  color: var(--text-hover-color);
}
.default-card__img {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 57%;
}
.default-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.default-card__title {
  transition: color 0.2s ease;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 0;
  margin-top: 9px;
}

.swiper-btns {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}
.swiper-btns.small {
  transform: translateY(10px);
  right: 22px;
  gap: 9px;
}
.swiper-btns.small .swiper-btns__btn {
  width: 32px;
  height: 32px;
}
.swiper-btns.small .swiper-btns__disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.swiper-btns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-btns__btn {
  width: 42px;
  height: 42px;
  background-color: transparent;
}
.swiper-btns__disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.point-view {
  padding: 20px 70px;
}
.point-view .our-team__banner {
  margin-bottom: 31px;
}
.point-view__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.point-view__head-title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 0;
}
.point-view__head-link {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 11px 24px 11px 30px;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
  border-radius: 90px;
  border: 2px solid #dadada;
  background: rgba(211, 211, 211, 0.58);
}
.point-view__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 47px;
}
.point-view__item {
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.point-view__item:hover .point-view__item-subtext {
  color: var(--text-hover-color);
}
.point-view__item:nth-child(3n+2), .point-view__item:nth-child(3n+3) {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.point-view__item:nth-child(3n+2) .author__quote, .point-view__item:nth-child(3n+3) .author__quote {
  right: 100px;
}
.point-view__item:nth-child(1), .point-view__item:nth-child(2), .point-view__item:nth-child(3) {
  padding-top: 0;
}
.point-view__item-head {
  gap: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.point-view__item .author__quote {
  position: absolute;
  top: 0;
  right: 130px;
  width: 80px;
  height: 55px;
  z-index: -1;
}
.point-view__item-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.point-view__item-img::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.point-view__item:hover .point-view__item-img::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.point-view__item-img img {
  width: 100%;
  height: 100%;
}
.point-view__item-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 0;
}
.point-view__item-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 0;
}
.point-view__item-subtext {
  transition: all 0.2s ease;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  word-break: normal;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 16px;
}
.point-view__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.point-view__footer-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 42px;
  border-radius: 28px;
  border: 1px solid transparent;
  background: #e8e8e8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--card-title);
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.point-view__footer-btn:hover {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.33);
}
.point-view__footer-btn.active .reload-icon {
  animation: btn-rotate 1s linear infinite;
}
@keyframes btn-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.our-team {
  padding: 20px 0 70px 0;
}
.our-team .our-team__banner {
  margin-bottom: 31px;
}
.our-team__list {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(5, 1fr);
}
.our-team__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-team__item:hover .our-team__title {
  color: var(--text-hover-color);
}
.our-team__item:hover .our-team__inner {
  width: 240px;
  border-radius: 240px;
}
.our-team__item:hover .our-team__circle {
  width: 210px;
  height: 210px;
  transform: translateX(-50%);
}
.our-team__item:hover .our-team__img {
  transform: translateX(-50%) scale(1.4);
}
.our-team__inner {
  height: 280px;
  width: 200px;
  border-radius: 200px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.our-team__wrapper {
  position: relative;
  border-bottom: 4px solid #f2f2f2;
  margin-bottom: 20px;
}
.our-team__wrapper::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: #ca6060;
}
.our-team__circle {
  background-color: #fee7d3;
  border-radius: 50%;
  cursor: pointer;
  height: 200px;
  pointer-events: none;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.our-team__img {
  bottom: 0;
  height: 200px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1.15);
  transform-origin: 50% bottom;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.our-team__title {
  transition: all 0.2s ease;
  text-align: center;
  width: 70%;
  font-size: 23px;
  line-height: 26px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 12px;
  margin-top: 16px;
}
.our-team__text {
  opacity: 0.5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 0;
}
.our-team__banner {
  width: 100%;
  position: relative;
  padding-bottom: 12.5%;
}
.our-team__banner img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.topics {
  padding: 20px 0 70px 0;
}
.topics .our-team__banner {
  margin-bottom: 31px;
}
.topics__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.topics__item {
  padding: 35px 36px 42px 39px;
  position: relative;
}
.topics__item:hover .topics__item-img::after {
  transform: rotate(45deg) translate(450%, 0);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.topics__item:hover .topics__item-title {
  color: var(--text-hover-color);
}
.topics__item-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.topics__item-bg::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(55px);
  -webkit-backdrop-filter: blur(55px);
}
.topics__item-bg img {
  width: 100%;
  height: 100%;
}
.topics__item-img {
  width: 340px;
  border: 4px solid var(--white);
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
  padding-bottom: 31%;
}
.topics__item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__item-title {
  transition: all 0.2s ease;
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 8px;
}
.topics__item-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 0;
}
.topics__item-num {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
}

.news-inner {
  padding: 21px 0 32px 0;
}
.news-inner .our-team__banner {
  margin-bottom: 42px;
}
.news-inner__block {
  display: flex;
  gap: 53px;
  margin-bottom: 30px;
}
.news-inner__right {
  min-width: 300px;
  max-width: 300px;
}
.news-inner__life-list {
  margin-bottom: 29px;
}
.news-inner__wrapper {
  display: flex;
}
.news-inner__socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
  transition: all 0.2s ease;
}
.news-inner__socials-wrapper {
  width: 110px;
  position: sticky;
  height: 100%;
  top: 90px;
}
.news-inner__socials-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}
.news-inner__socials-link path {
  transition: all 0.2s ease;
}
.news-inner__socials-link:hover path {
  fill: var(--text-hover-color);
}
.news-inner__content {
  margin-right: 12px;
  flex: 1;
}
.news-inner__content-ads {
  background: rgba(126, 169, 255, 0.18);
  padding: 3px 14px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 100%;
  font-weight: 500;
  color: #3b81d3;
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.news-inner__content-ads:hover {
  opacity: 0.8;
}
.news-inner__content-head {
  border-left: 1px solid rgba(0, 0, 0, 0.062745098);
  border-right: 1px solid rgba(0, 0, 0, 0.062745098);
  padding-bottom: 42px;
}
@media screen and (max-width: 1400px) {
  .news-inner__content-head {
    padding: 0 20px 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  .news-inner__content-head {
    padding: 0 43px 0 56px;
  }
}
.news-inner__content-stats {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.news-inner__content-stats span {
  opacity: 0.38;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 0;
}
.news-inner__content-stats-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-inner__content-title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  color: #0c2f75;
  margin-bottom: 23px;
}
.news-inner__content-desc {
  font-family: var(--font-family-serif);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 17px;
}
.news-inner__content-img {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 34px;
}
.news-inner__content-img img {
  width: 100%;
}
.news-inner__content-caption {
  width: fit-content;
  background-color: var(--white);
  padding: 6px 10px;
  bottom: 0;
  left: 0;
  font-size: 11px;
  line-height: 150%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.news-inner__content-page .link-style {
  background-color: rgba(216, 216, 216, 0.33);
  border-left: 5px solid #0d1ebb;
  margin: 0 !important;
  padding: 15px 20px !important;
}
.news-inner__content-page .link-style a {
  color: #0d1ebb;
  font-weight: 600;
}
.news-inner__content-page img,
.news-inner__content-page iframe,
.news-inner__content-page figure,
.news-inner__content-page video {
  width: 100%;
}
.news-inner__content-page ul {
  list-style: none;
  margin: 34px 0;
}
.news-inner__content-page ul li {
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.news-inner__content-page ul li:not(:last-child) {
  margin-bottom: 17px;
}
.news-inner__content-page ul li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: block;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 4px solid rgba(89, 89, 89, 0.42);
}
.news-inner__content-page ul li a {
  white-space: nowrap;
  padding-right: 5px;
}
.news-inner__content-page a {
  display: inline;
  color: #0d1ebb;
}
.news-inner__content-page a:hover {
  text-decoration: underline;
}
.news-inner__content-page a:hover u {
  text-decoration: none;
}
.news-inner__content-page h1,
.news-inner__content-page h2,
.news-inner__content-page h3,
.news-inner__content-page h4,
.news-inner__content-page h5,
.news-inner__content-page h6 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 0;
}
.news-inner__content-page blockquote {
  font-style: italic;
  padding: 34px 43px 34px 56px;
  margin: 34px -43px 34px -56px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
  border-top: 1px solid rgba(0, 0, 0, 0.062745098);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.news-inner__content-page blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 56px;
  width: 57px;
  height: 39px;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../img/icons/blockquote.svg");
  background-size: 57px 39px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.news-inner__content-page blockquote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 43px;
  width: 57px;
  height: 39px;
  transform: translateY(50%);
  background-image: url("../img/icons/blockquote.svg");
  background-size: 57px 39px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.news-inner__content-page p,
.news-inner__content-page strong,
.news-inner__content-page b {
  font-family: var(--font-family-serif);
}
.news-inner__content-page p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.news-inner__content-page h1,
.news-inner__content-page h2,
.news-inner__content-page h3,
.news-inner__content-page h4,
.news-inner__content-page h5,
.news-inner__content-page h6,
.news-inner__content-page p {
  margin: 34px 0;
}
.news-inner__content-page figure {
  position: relative;
}
.news-inner__content-page figure figcaption {
  width: 100%;
  background-color: var(--white);
  padding: 6px 10px;
  bottom: 0;
  left: 0;
  font-size: 11px;
  line-height: 150%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.news-inner__tags {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  padding: 11px 34px 11px 56px;
  background: rgba(195, 195, 195, 0.3);
}
.news-inner__tag {
  background-color: var(--white);
  padding: 2px 23px;
  font-size: 14px;
  line-height: 31px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.news-inner__tag:hover {
  color: var(--text-hover-color);
}
.news-inner__footer {
  border: 1px solid rgba(0, 0, 0, 0.062745098);
  border-top: none;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: start;
}
.news-inner__footer:hover .news-inner__footer-title {
  color: var(--text-hover-color);
}
.news-inner__footer-inner {
  display: flex;
  gap: 28px;
}
.news-inner__footer-img {
  min-width: 160px;
  max-width: 160px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.news-inner__footer-img img {
  width: 100%;
}
.news-inner__footer-title {
  transition: all 0.2s ease;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 4px;
}
.news-inner__footer-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}
.news-page__list {
  display: grid;
  gap: 30px 19px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 54px;
}
.news-page__list:has(.point-view__footer) .point-view__footer {
  margin-top: 54px;
  grid-column: span 3;
}
.news-page__item:hover .news-page__item-title {
  color: var(--text-hover-color);
}
.news-page__item-img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 11px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56%;
}
.news-page__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-page__item-title {
  transition: all 0.2s ease;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
  margin-top: 6px;
}
.news-city {
  padding: 20px 0 71px 0;
}
.news-city .swiper-btns {
  position: relative;
}
.news-city .swiper-btns .swiper-btns__btn {
  width: 32px;
  height: 32px;
}
.news-city .our-team__banner {
  margin-bottom: 20px;
}
.news-city .main-life__list {
  margin-bottom: 44px;
  grid-template-columns: repeat(1, 1fr);
}
.news-city .main-life__item-img {
  padding-bottom: 13%;
}
.news-city__block {
  display: grid;
  gap: 46px;
  grid-template-columns: 880px 1fr;
}
.news-city__title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 13px;
}
.news-city__right {
  width: 442px;
}
.news-city__wrapper {
  position: relative;
}
.news-city__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  width: 100%;
  height: 100%;
}
.news-city__content {
  position: relative;
  z-index: 1;
}
.news-city__content-head {
  padding: 23px 23px 26px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.news-city__content-body {
  padding: 19px 50px 19px 25px;
  display: flex;
  gap: 10px;
}
.news-city__content-body-img {
  min-width: 76px;
  max-width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.58) inset;
}
.news-city__content-body-img img {
  width: 100%;
  height: 100%;
}
.news-city__content-body-title {
  font-family: var(--font-family-serif);
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 5px;
}
.news-city__content-body-text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.news-city__content-title {
  font-family: var(--font-family-serif);
  font-size: 26px;
  line-height: 120%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 8px;
}
.news-city__content-desc {
  font-size: 18px;
  line-height: 157%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 10px;
  font-family: var(--font-family-serif);
}
.news-city__content-desc a {
  font-family: var(--font-family-serif);
  display: inline-block;
  font-size: 18px;
  line-height: 157%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
  text-decoration: underline;
}
.news-city__content-wrapper {
  gap: 5px;
  margin-bottom: 6px;
}
.news-city__content-wrapper.flex {
  display: flex;
}
.news-city__content-bold {
  font-size: 16px;
  line-height: 25.5px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
}
.news-city__content-text {
  font-size: 16px;
  line-height: 25.5px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 6px;
}
.news-city__pagination {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 11px;
  min-height: 10px;
}
.news-city__bullet {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
}
.news-city__bullet .swiper-pagination-bullet {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  height: 3px !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  opacity: 1 !important;
  background: rgba(129, 129, 129, 0.39) !important;
}
.news-city__bullet .swiper-pagination-bullet b {
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  transition: all 0.2s ease;
  background-color: #7a7a7a;
}
.news-city__bullet .swiper-pagination-bullet-active {
  overflow: hidden !important;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress);
  background-color: red;
}
.news-city__bullet .swiper-pagination-bullet-active b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  transition: all 0.2s ease;
  background-color: #7a7a7a;
  animation-name: countingBar;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.news-city__nav {
  display: flex;
  gap: 9px;
  align-items: center;
}
.news-city__nav-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.31);
  margin-bottom: 0;
}
.news-city__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: none;
}
.news-city__bg-img.active {
  animation: img-slide 1s ease 1 !important;
}
@keyframes img-slide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.news-city__slide-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
}
.news-city__slide-img:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.news-city__slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
  margin-bottom: 36px;
}
.news-tab__item {
  padding: 16px 48px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
  background: linear-gradient(90deg, rgba(200, 203, 216, 0.9) 0%, rgba(231, 233, 241, 0.9) 21.88%, rgba(231, 233, 241, 0) 100%);
}
.news-tab__item.active {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0;
  background: none;
  background-color: #0c2f75;
}
.news-lenta {
  padding: 20px 0 62px 0;
}
.news-lenta .news-inner__block {
  display: grid;
  grid-template-columns: 1021px 1fr;
  gap: 42px;
}
.news-lenta__wrapper {
  width: 694px;
  margin: 0 auto;
}
.news-lenta__wrapper .point-view__footer {
  margin-top: 30px;
}
.news-lenta__big {
  position: relative;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.news-lenta__big:hover {
  cursor: pointer;
}
.news-lenta__big:hover .news-lenta__big-link {
  color: var(--text-hover-color);
}
.news-lenta__big-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
  margin-bottom: 18px;
}
.news-lenta__big-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-lenta__big-btn {
  position: absolute;
  top: 28px;
  z-index: 10;
  right: 21px;
  gap: 11px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: flex;
  background: rgba(38, 48, 77, 0.58);
  padding: 11px 11px 11px 24px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}
.news-lenta__big-btn img {
  width: 24px;
  height: 24px;
}
.news-lenta__big-link {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 27px;
  transition: color 0.2s ease;
  margin-top: 6px;
}

.author {
  width: 842px;
  margin: 0 auto;
}
.author__head {
  margin-bottom: 51px;
  margin-top: 58px;
  display: flex;
  align-items: center;
  position: relative;
}
.author__block {
  display: grid;
  gap: 44px;
  grid-template-columns: 1010px 1fr;
}
.author__title-wrapper {
  margin-top: 22px;
}
.author__body {
  width: 675px;
  margin: 0 auto;
}
.author__info {
  max-width: 553px;
}
.author__img {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  overflow: hidden;
  border: 14px solid #d9d9d9;
  margin-right: 31px;
}
.author__name {
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 5px;
}
.author__position {
  opacity: 0.5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 7px;
}
.author__desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
}
.author__quote {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 55px;
  background-image: url("../img/icons/blockquote.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.author-inner__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
  margin-top: 34px;
  margin-bottom: 68px;
}
.author-inner__item {
  display: flex;
  position: relative;
}
.author-inner__item:hover .author-inner__name {
  color: var(--text-hover-color);
}
.author-inner__img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 9px solid #d9d9d9;
  margin-right: 19px;
  position: relative;
}
.author-inner__img::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.author-inner__item:hover .author-inner__img::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.author-inner__img img {
  width: 100%;
  height: 100%;
}
.author-inner__name {
  transition: all 0.2s ease;
  font-size: 24px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 6px;
}
.author-inner__position {
  opacity: 0.5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 7px;
}
.author-inner__desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
}
.author-inner__quote {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 55px;
}

.fast-news__bg {
  position: relative;
}
.fast-news__bg .small-cards__default-list {
  padding-top: 34px;
}
.fast-news__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-image: url("../img/fast-news-bg.png");
  background-repeat: no-repeat;
}
.fast-news__head {
  position: relative;
  padding: 28px 31px 28px 47px;
  display: flex;
  justify-content: space-between;
}
.fast-news__title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 8px;
}
.fast-news__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
}
.fast-news__img {
  max-width: 146px;
  min-width: 146px;
  position: relative;
  padding-bottom: 9.5%;
  border: 4px solid var(--white);
}
.fast-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fast-news__bg-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 100%;
  width: 100%;
}
.fast-news__bg-img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-black-08);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
}
.fast-news__bg-img img {
  width: 100%;
  height: 100%;
}

.advertising {
  padding: 48px 0 80px 0;
}
.advertising__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  color: var(--dark-primary);
  margin-bottom: 0;
}
.advertising__title.white {
  color: #ffffff;
}
.advertising__title strong {
  color: var(--dark-primary);
}
.advertising__text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
  color: var(--dark-primary);
  margin-bottom: 0;
}
.advertising__text.white {
  color: #ffffff;
  opacity: 0.5;
}
.advertising__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}
.advertising__head h2 {
  text-align: center;
  width: 894px;
  color: var(--museo-nav-title);
}
.advertising__stats {
  margin: 0 auto;
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px;
  align-items: center;
  justify-content: space-around;
}
.advertising__stats-item {
  text-align: center;
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1882352941);
}
.advertising__stats-item-number {
  font-size: 60px;
  line-height: normal;
  font-weight: 400;
  color: var(--dark-primary);
  margin-bottom: 8px;
  font-family: var(--font-family-serif);
}
@media only screen and (max-width: 1400px) {
  .advertising__stats-item-number {
    font-size: 36px;
    line-height: 60px;
    font-weight: 800;
    color: var(--dark-primary);
    margin-bottom: 4px;
  }
}
.advertising__stats-item-subtitle {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.advertising__block {
  position: relative;
  margin-bottom: 80px;
  background-image: url("../img/downloads-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.advertising__block .play-market {
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/play-market.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.advertising__block .apple-store {
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/apple-store.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.advertising__block-title {
  max-width: 446px;
  font-size: 40px;
  line-height: 51px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .advertising__block-title {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0;
  }
}
.advertising__block-content {
  padding: 100px 0;
  position: relative;
}
.advertising__block-wrapper {
  width: 810px;
  padding-bottom: 100px;
}
.advertising__block-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 828px;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .advertising__block-img {
    width: 720px;
  }
}
.advertising__block-img-small {
  position: absolute;
  bottom: 0;
  left: 0;
}
.advertising__block-img-big {
  position: absolute;
  bottom: 0;
  right: 0;
}
.advertising__block-list {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 40px;
}
.advertising__block-item {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
}
.advertising__block-item:hover .advertising__block-item-content {
  background: rgba(154, 154, 154, 0.2);
}
.advertising__block-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(154, 154, 154, 0.1);
  backdrop-filter: blur(32.5px);
  -webkit-backdrop-filter: blur(32.5px);
  border-radius: 50%;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1400px) {
  .advertising__block-item {
    width: 200px;
    height: 200px;
  }
}
.advertising__block-item .advertising__block-app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(154, 154, 154, 0.1);
  backdrop-filter: blur(32.5px);
  -webkit-backdrop-filter: blur(32.5px);
  border-radius: 50%;
}
.advertising__block-item .advertising__block-app-icon img {
  width: 28px;
  object-fit: contain;
}
.advertising__block-item p {
  padding: 0 50px;
  text-align: center;
  opacity: 0.35;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .advertising__block-item p {
    font-size: 14px !important;
  }
}
.advertising__block-item-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advertising__block-item-number h3,
.advertising__block-item-number span {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
  font-family: var(--font-family-serif);
}
@media only screen and (max-width: 1200px) {
  .advertising__block-item-number h3,
  .advertising__block-item-number span {
    font-size: 28px;
    line-height: 37px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 8px;
  }
}
.advertising__block-item-number span {
  margin-left: 8px;
}
@media only screen and (max-width: 1200px) {
  .advertising__block .advertising__text {
    max-width: 400px;
  }
}
.advertising__geo .advertising__geo-content-img {
  max-width: 100%;
}
.advertising__geo .advertising__geo-content-img img {
  max-width: 100%;
}
.advertising__geo .advertising__geo-content-img img.--dark {
  display: none;
}
.advertising__geo-content {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.advertising__geo-content .advertising__title {
  margin-bottom: 60px;
  color: var(--dark-primary);
}
.advertising__geo-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  color: var(--dark-primary);
  margin-bottom: 0;
}
.advertising__geo strong {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  color: var(--dark-primary);
  margin-bottom: 0;
}
.advertising__geo-map {
  width: 100%;
  object-fit: contain;
}
.advertising__geo-map svg {
  width: 100%;
}
.advertising__geo-map svg path[data-title] {
  animation: opacity-anim 2s ease infinite;
}
@keyframes opacity-anim {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.advertising__geo-map.active .tooltip {
  animation: tooltip-fade 1s ease both;
}
.advertising__geo-map.active .tooltip:nth-child(1) {
  animation-delay: 0s;
}
.advertising__geo-map.active .tooltip:nth-child(2) {
  animation-delay: 0.15s;
}
.advertising__geo-map.active .tooltip:nth-child(3) {
  animation-delay: 0.3s;
}
.advertising__geo-map.active .tooltip:nth-child(4) {
  animation-delay: 0.45s;
}
.advertising__geo-map.active .tooltip:nth-child(5) {
  animation-delay: 0.6s;
}
.advertising__geo-map.active .tooltip:nth-child(6) {
  animation-delay: 0.75s;
}
.advertising__geo-map.active .tooltip:nth-child(7) {
  animation-delay: 0.9s;
}
.advertising__geo-map.active .tooltip:nth-child(8) {
  animation-delay: 1.05s;
}
.advertising__geo-map.active .tooltip:nth-child(9) {
  animation-delay: 1.2s;
}
.advertising__geo-map.active .tooltip:nth-child(10) {
  animation-delay: 1.35s;
}
.advertising__geo-map.active .tooltip:nth-child(11) {
  animation-delay: 1.5s;
}
.advertising__geo-map.active .tooltip:nth-child(12) {
  animation-delay: 1.65s;
}
.advertising__geo-map.active .tooltip:nth-child(13) {
  animation-delay: 1.8s;
}
.advertising__geo-map.active .tooltip:nth-child(14) {
  animation-delay: 1.95s;
}
.advertising__geo-map.active .tooltip:nth-child(15) {
  animation-delay: 2.1s;
}
.advertising__geo-map.active .tooltip:nth-child(16) {
  animation-delay: 2.25s;
}
.advertising__geo-map.active .tooltip:nth-child(17) {
  animation-delay: 2.4s;
}
.advertising__geo-map.active .tooltip:nth-child(18) {
  animation-delay: 2.55s;
}
.advertising__geo-map.active .tooltip:nth-child(19) {
  animation-delay: 2.7s;
}
.advertising__geo-map.active .tooltip:nth-child(20) {
  animation-delay: 2.85s;
}
.advertising__geo-map.active .tooltip:nth-child(21) {
  animation-delay: 3s;
}
.advertising__geo-map.active .tooltip:nth-child(22) {
  animation-delay: 3.15s;
}
.advertising__geo-map.active .tooltip:nth-child(23) {
  animation-delay: 3.3s;
}
.advertising__geo-map.active .tooltip:nth-child(24) {
  animation-delay: 3.45s;
}
.advertising__geo-map.active .tooltip:nth-child(25) {
  animation-delay: 3.6s;
}
.advertising__geo-map.active .tooltip:nth-child(26) {
  animation-delay: 3.75s;
}
.advertising__geo-map.active .tooltip:nth-child(27) {
  animation-delay: 3.9s;
}
.advertising__geo-map.active .tooltip:nth-child(28) {
  animation-delay: 4.05s;
}
.advertising__geo-map.active .tooltip:nth-child(29) {
  animation-delay: 4.2s;
}
.advertising__geo-map.active .tooltip:nth-child(30) {
  animation-delay: 4.35s;
}
.advertising__geo-map.active .tooltip:nth-child(31) {
  animation-delay: 4.5s;
}
.advertising__geo-map.active .tooltip:nth-child(32) {
  animation-delay: 4.65s;
}
.advertising__geo-map.active .tooltip:nth-child(33) {
  animation-delay: 4.8s;
}
.advertising__geo-map.active .tooltip:nth-child(34) {
  animation-delay: 4.95s;
}
.advertising__geo-map.active .tooltip:nth-child(35) {
  animation-delay: 5.1s;
}
.advertising__geo-map.active .tooltip:nth-child(36) {
  animation-delay: 5.25s;
}
.advertising__geo-map.active .tooltip:nth-child(37) {
  animation-delay: 5.4s;
}
.advertising__geo-map.active .tooltip:nth-child(38) {
  animation-delay: 5.55s;
}
.advertising__geo-map.active .tooltip:nth-child(39) {
  animation-delay: 5.7s;
}
.advertising__geo-map.active .tooltip:nth-child(40) {
  animation-delay: 5.85s;
}
.advertising__geo-map.active .tooltip:nth-child(41) {
  animation-delay: 6s;
}
.advertising__geo-map.active .tooltip:nth-child(42) {
  animation-delay: 6.15s;
}
.advertising__geo-map.active .tooltip:nth-child(43) {
  animation-delay: 6.3s;
}
.advertising__geo-map.active .tooltip:nth-child(44) {
  animation-delay: 6.45s;
}
.advertising__geo-map.active .tooltip:nth-child(45) {
  animation-delay: 6.6s;
}
.advertising__geo-map.active .tooltip:nth-child(46) {
  animation-delay: 6.75s;
}
.advertising__geo-map.active .tooltip:nth-child(47) {
  animation-delay: 6.9s;
}
.advertising__geo-map.active .tooltip:nth-child(48) {
  animation-delay: 7.05s;
}
.advertising__geo-map.active .tooltip:nth-child(49) {
  animation-delay: 7.2s;
}
.advertising__geo-map.active .tooltip:nth-child(50) {
  animation-delay: 7.35s;
}
.advertising__geo-map.active .tooltip:nth-child(51) {
  animation-delay: 7.5s;
}
.advertising__geo-map.active .tooltip:nth-child(52) {
  animation-delay: 7.65s;
}
.advertising__geo-map.active .tooltip:nth-child(53) {
  animation-delay: 7.8s;
}
.advertising__geo-map.active .tooltip:nth-child(54) {
  animation-delay: 7.95s;
}
.advertising__geo-map.active .tooltip:nth-child(55) {
  animation-delay: 8.1s;
}
.advertising__geo-map.active .tooltip:nth-child(56) {
  animation-delay: 8.25s;
}
.advertising__geo-map.active .tooltip:nth-child(57) {
  animation-delay: 8.4s;
}
.advertising__geo-map.active .tooltip:nth-child(58) {
  animation-delay: 8.55s;
}
.advertising__geo-map.active .tooltip:nth-child(59) {
  animation-delay: 8.7s;
}
.advertising__geo-map.active .tooltip:nth-child(60) {
  animation-delay: 8.85s;
}
.advertising__geo-map.active .tooltip:nth-child(61) {
  animation-delay: 9s;
}
.advertising__geo-map.active .tooltip:nth-child(62) {
  animation-delay: 9.15s;
}
.advertising__geo-map.active .tooltip:nth-child(63) {
  animation-delay: 9.3s;
}
.advertising__geo-map.active .tooltip:nth-child(64) {
  animation-delay: 9.45s;
}
.advertising__geo-map.active .tooltip:nth-child(65) {
  animation-delay: 9.6s;
}
.advertising__geo-map.active .tooltip:nth-child(66) {
  animation-delay: 9.75s;
}
.advertising__geo-map.active .tooltip:nth-child(67) {
  animation-delay: 9.9s;
}
.advertising__geo-map.active .tooltip:nth-child(68) {
  animation-delay: 10.05s;
}
.advertising__geo-map.active .tooltip:nth-child(69) {
  animation-delay: 10.2s;
}
.advertising__geo-map.active .tooltip:nth-child(70) {
  animation-delay: 10.35s;
}
.advertising__geo-map.active .tooltip:nth-child(71) {
  animation-delay: 10.5s;
}
.advertising__geo-map.active .tooltip:nth-child(72) {
  animation-delay: 10.65s;
}
.advertising__geo-map.active .tooltip:nth-child(73) {
  animation-delay: 10.8s;
}
.advertising__geo-map.active .tooltip:nth-child(74) {
  animation-delay: 10.95s;
}
.advertising__geo-map.active .tooltip:nth-child(75) {
  animation-delay: 11.1s;
}
.advertising__geo-map.active .tooltip:nth-child(76) {
  animation-delay: 11.25s;
}
.advertising__geo-map.active .tooltip:nth-child(77) {
  animation-delay: 11.4s;
}
.advertising__geo-map.active .tooltip:nth-child(78) {
  animation-delay: 11.55s;
}
.advertising__geo-map.active .tooltip:nth-child(79) {
  animation-delay: 11.7s;
}
.advertising__geo-map.active .tooltip:nth-child(80) {
  animation-delay: 11.85s;
}
.advertising__geo-map.active .tooltip:nth-child(81) {
  animation-delay: 12s;
}
.advertising__geo-map.active .tooltip:nth-child(82) {
  animation-delay: 12.15s;
}
.advertising__geo-map.active .tooltip:nth-child(83) {
  animation-delay: 12.3s;
}
.advertising__geo-map.active .tooltip:nth-child(84) {
  animation-delay: 12.45s;
}
.advertising__geo-map.active .tooltip:nth-child(85) {
  animation-delay: 12.6s;
}
.advertising__geo-map.active .tooltip:nth-child(86) {
  animation-delay: 12.75s;
}
.advertising__geo-map.active .tooltip:nth-child(87) {
  animation-delay: 12.9s;
}
.advertising__geo-map.active .tooltip:nth-child(88) {
  animation-delay: 13.05s;
}
.advertising__geo-map.active .tooltip:nth-child(89) {
  animation-delay: 13.2s;
}
.advertising__geo-map.active .tooltip:nth-child(90) {
  animation-delay: 13.35s;
}
.advertising__geo-map.active .tooltip:nth-child(91) {
  animation-delay: 13.5s;
}
.advertising__geo-map.active .tooltip:nth-child(92) {
  animation-delay: 13.65s;
}
.advertising__geo-map.active .tooltip:nth-child(93) {
  animation-delay: 13.8s;
}
.advertising__geo-map.active .tooltip:nth-child(94) {
  animation-delay: 13.95s;
}
.advertising__geo-map.active .tooltip:nth-child(95) {
  animation-delay: 14.1s;
}
.advertising__geo-map.active .tooltip:nth-child(96) {
  animation-delay: 14.25s;
}
.advertising__geo-map.active .tooltip:nth-child(97) {
  animation-delay: 14.4s;
}
.advertising__geo-map.active .tooltip:nth-child(98) {
  animation-delay: 14.55s;
}
.advertising__geo-map.active .tooltip:nth-child(99) {
  animation-delay: 14.7s;
}
.advertising__geo-map.active .tooltip:nth-child(100) {
  animation-delay: 14.85s;
}
.advertising__geo-map.active .tooltip:nth-child(101) {
  animation-delay: 15s;
}
.advertising__geo-map.active .tooltip:nth-child(102) {
  animation-delay: 15.15s;
}
.advertising__geo-map.active .tooltip:nth-child(103) {
  animation-delay: 15.3s;
}
.advertising__geo-map.active .tooltip:nth-child(104) {
  animation-delay: 15.45s;
}
.advertising__geo-map.active .tooltip:nth-child(105) {
  animation-delay: 15.6s;
}
.advertising__geo-map.active .tooltip:nth-child(106) {
  animation-delay: 15.75s;
}
.advertising__geo-map.active .tooltip:nth-child(107) {
  animation-delay: 15.9s;
}
.advertising__geo-map.active .tooltip:nth-child(108) {
  animation-delay: 16.05s;
}
.advertising__geo-map.active .tooltip:nth-child(109) {
  animation-delay: 16.2s;
}
.advertising__geo-map.active .tooltip:nth-child(110) {
  animation-delay: 16.35s;
}
.advertising__geo-map.active .tooltip:nth-child(111) {
  animation-delay: 16.5s;
}
.advertising__geo-map.active .tooltip:nth-child(112) {
  animation-delay: 16.65s;
}
.advertising__geo-map.active .tooltip:nth-child(113) {
  animation-delay: 16.8s;
}
.advertising__geo-map.active .tooltip:nth-child(114) {
  animation-delay: 16.95s;
}
.advertising__geo-map.active .tooltip:nth-child(115) {
  animation-delay: 17.1s;
}
.advertising__geo-map.active .tooltip:nth-child(116) {
  animation-delay: 17.25s;
}
.advertising__geo-map.active .tooltip:nth-child(117) {
  animation-delay: 17.4s;
}
.advertising__geo-map.active .tooltip:nth-child(118) {
  animation-delay: 17.55s;
}
.advertising__geo-map.active .tooltip:nth-child(119) {
  animation-delay: 17.7s;
}
.advertising__geo-map.active .tooltip:nth-child(120) {
  animation-delay: 17.85s;
}
.advertising__geo-map.active .tooltip:nth-child(121) {
  animation-delay: 18s;
}
.advertising__geo-map.active .tooltip:nth-child(122) {
  animation-delay: 18.15s;
}
.advertising__geo-map.active .tooltip:nth-child(123) {
  animation-delay: 18.3s;
}
.advertising__geo-map.active .tooltip:nth-child(124) {
  animation-delay: 18.45s;
}
.advertising__geo-map.active .tooltip:nth-child(125) {
  animation-delay: 18.6s;
}
.advertising__geo-map.active .tooltip:nth-child(126) {
  animation-delay: 18.75s;
}
.advertising__geo-map.active .tooltip:nth-child(127) {
  animation-delay: 18.9s;
}
.advertising__geo-map.active .tooltip:nth-child(128) {
  animation-delay: 19.05s;
}
.advertising__geo-map.active .tooltip:nth-child(129) {
  animation-delay: 19.2s;
}
.advertising__geo-map.active .tooltip:nth-child(130) {
  animation-delay: 19.35s;
}
.advertising__geo-map.active .tooltip:nth-child(131) {
  animation-delay: 19.5s;
}
.advertising__geo-map.active .tooltip:nth-child(132) {
  animation-delay: 19.65s;
}
.advertising__geo-map.active .tooltip:nth-child(133) {
  animation-delay: 19.8s;
}
.advertising__geo-map.active .tooltip:nth-child(134) {
  animation-delay: 19.95s;
}
.advertising__geo-map.active .tooltip:nth-child(135) {
  animation-delay: 20.1s;
}
.advertising__geo-map.active .tooltip:nth-child(136) {
  animation-delay: 20.25s;
}
.advertising__geo-map.active .tooltip:nth-child(137) {
  animation-delay: 20.4s;
}
.advertising__geo-map.active .tooltip:nth-child(138) {
  animation-delay: 20.55s;
}
.advertising__geo-map.active .tooltip:nth-child(139) {
  animation-delay: 20.7s;
}
.advertising__geo-map.active .tooltip:nth-child(140) {
  animation-delay: 20.85s;
}
.advertising__geo-map.active .tooltip:nth-child(141) {
  animation-delay: 21s;
}
.advertising__geo-map.active .tooltip:nth-child(142) {
  animation-delay: 21.15s;
}
.advertising__geo-map.active .tooltip:nth-child(143) {
  animation-delay: 21.3s;
}
.advertising__geo-map.active .tooltip:nth-child(144) {
  animation-delay: 21.45s;
}
.advertising__geo-map.active .tooltip:nth-child(145) {
  animation-delay: 21.6s;
}
.advertising__geo-map.active .tooltip:nth-child(146) {
  animation-delay: 21.75s;
}
.advertising__geo-map.active .tooltip:nth-child(147) {
  animation-delay: 21.9s;
}
.advertising__geo-map.active .tooltip:nth-child(148) {
  animation-delay: 22.05s;
}
.advertising__geo-map.active .tooltip:nth-child(149) {
  animation-delay: 22.2s;
}
.advertising__geo-map.active .tooltip:nth-child(150) {
  animation-delay: 22.35s;
}
.advertising__geo-map.active .tooltip:nth-child(151) {
  animation-delay: 22.5s;
}
.advertising__geo-map.active .tooltip:nth-child(152) {
  animation-delay: 22.65s;
}
.advertising__geo-map.active .tooltip:nth-child(153) {
  animation-delay: 22.8s;
}
.advertising__geo-map.active .tooltip:nth-child(154) {
  animation-delay: 22.95s;
}
.advertising__geo-map.active .tooltip:nth-child(155) {
  animation-delay: 23.1s;
}
.advertising__geo-map.active .tooltip:nth-child(156) {
  animation-delay: 23.25s;
}
.advertising__geo-map.active .tooltip:nth-child(157) {
  animation-delay: 23.4s;
}
.advertising__geo-map.active .tooltip:nth-child(158) {
  animation-delay: 23.55s;
}
.advertising__geo-map.active .tooltip:nth-child(159) {
  animation-delay: 23.7s;
}
.advertising__geo-map.active .tooltip:nth-child(160) {
  animation-delay: 23.85s;
}
.advertising__geo-map.active .tooltip:nth-child(161) {
  animation-delay: 24s;
}
.advertising__geo-map.active .tooltip:nth-child(162) {
  animation-delay: 24.15s;
}
.advertising__geo-map.active .tooltip:nth-child(163) {
  animation-delay: 24.3s;
}
.advertising__geo-map.active .tooltip:nth-child(164) {
  animation-delay: 24.45s;
}
.advertising__geo-map.active .tooltip:nth-child(165) {
  animation-delay: 24.6s;
}
.advertising__geo-map.active .tooltip:nth-child(166) {
  animation-delay: 24.75s;
}
.advertising__geo-map.active .tooltip:nth-child(167) {
  animation-delay: 24.9s;
}
.advertising__geo-map.active .tooltip:nth-child(168) {
  animation-delay: 25.05s;
}
.advertising__geo-map.active .tooltip:nth-child(169) {
  animation-delay: 25.2s;
}
.advertising__geo-map.active .tooltip:nth-child(170) {
  animation-delay: 25.35s;
}
.advertising__geo-map.active .tooltip:nth-child(171) {
  animation-delay: 25.5s;
}
.advertising__geo-map.active .tooltip:nth-child(172) {
  animation-delay: 25.65s;
}
.advertising__geo-map.active .tooltip:nth-child(173) {
  animation-delay: 25.8s;
}
.advertising__geo-map.active .tooltip:nth-child(174) {
  animation-delay: 25.95s;
}
.advertising__geo-map.active .tooltip:nth-child(175) {
  animation-delay: 26.1s;
}
.advertising__geo-map.active .tooltip:nth-child(176) {
  animation-delay: 26.25s;
}
.advertising__geo-map.active .tooltip:nth-child(177) {
  animation-delay: 26.4s;
}
.advertising__geo-map.active .tooltip:nth-child(178) {
  animation-delay: 26.55s;
}
.advertising__geo-map.active .tooltip:nth-child(179) {
  animation-delay: 26.7s;
}
.advertising__geo-map.active .tooltip:nth-child(180) {
  animation-delay: 26.85s;
}
.advertising__geo-map.active .tooltip:nth-child(181) {
  animation-delay: 27s;
}
.advertising__geo-map.active .tooltip:nth-child(182) {
  animation-delay: 27.15s;
}
.advertising__geo-map.active .tooltip:nth-child(183) {
  animation-delay: 27.3s;
}
.advertising__geo-map.active .tooltip:nth-child(184) {
  animation-delay: 27.45s;
}
.advertising__geo-map.active .tooltip:nth-child(185) {
  animation-delay: 27.6s;
}
.advertising__geo-map.active .tooltip:nth-child(186) {
  animation-delay: 27.75s;
}
.advertising__geo-map.active .tooltip:nth-child(187) {
  animation-delay: 27.9s;
}
.advertising__geo-map.active .tooltip:nth-child(188) {
  animation-delay: 28.05s;
}
.advertising__geo-map.active .tooltip:nth-child(189) {
  animation-delay: 28.2s;
}
.advertising__geo-map.active .tooltip:nth-child(190) {
  animation-delay: 28.35s;
}
.advertising__geo-map.active .tooltip:nth-child(191) {
  animation-delay: 28.5s;
}
.advertising__geo-map.active .tooltip:nth-child(192) {
  animation-delay: 28.65s;
}
.advertising__geo-map.active .tooltip:nth-child(193) {
  animation-delay: 28.8s;
}
.advertising__geo-map.active .tooltip:nth-child(194) {
  animation-delay: 28.95s;
}
.advertising__geo-map.active .tooltip:nth-child(195) {
  animation-delay: 29.1s;
}
.advertising__geo-map.active .tooltip:nth-child(196) {
  animation-delay: 29.25s;
}
.advertising__geo-map.active .tooltip:nth-child(197) {
  animation-delay: 29.4s;
}
.advertising__geo-map.active .tooltip:nth-child(198) {
  animation-delay: 29.55s;
}
.advertising__geo-map.active .tooltip:nth-child(199) {
  animation-delay: 29.7s;
}
.advertising__geo-map.active .tooltip:nth-child(200) {
  animation-delay: 29.85s;
}
.advertising__geo-map.active .tooltip:nth-child(201) {
  animation-delay: 30s;
}
.advertising__geo-map.active .tooltip:nth-child(202) {
  animation-delay: 30.15s;
}
.advertising__geo-map.active .tooltip:nth-child(203) {
  animation-delay: 30.3s;
}
.advertising__geo-map.active .tooltip:nth-child(204) {
  animation-delay: 30.45s;
}
.advertising__geo-map.active .tooltip:nth-child(205) {
  animation-delay: 30.6s;
}
.advertising__geo-map.active .tooltip:nth-child(206) {
  animation-delay: 30.75s;
}
.advertising__geo-map.active .tooltip:nth-child(207) {
  animation-delay: 30.9s;
}
.advertising__geo-map.active .tooltip:nth-child(208) {
  animation-delay: 31.05s;
}
.advertising__geo-map.active .tooltip:nth-child(209) {
  animation-delay: 31.2s;
}
.advertising__geo-map.active .tooltip:nth-child(210) {
  animation-delay: 31.35s;
}
.advertising__geo-map.active .tooltip:nth-child(211) {
  animation-delay: 31.5s;
}
.advertising__geo-map.active .tooltip:nth-child(212) {
  animation-delay: 31.65s;
}
.advertising__geo-map.active .tooltip:nth-child(213) {
  animation-delay: 31.8s;
}
.advertising__geo-map.active .tooltip:nth-child(214) {
  animation-delay: 31.95s;
}
.advertising__geo-map.active .tooltip:nth-child(215) {
  animation-delay: 32.1s;
}
.advertising__geo-map.active .tooltip:nth-child(216) {
  animation-delay: 32.25s;
}
.advertising__geo-map.active .tooltip:nth-child(217) {
  animation-delay: 32.4s;
}
.advertising__geo-map.active .tooltip:nth-child(218) {
  animation-delay: 32.55s;
}
.advertising__geo-map.active .tooltip:nth-child(219) {
  animation-delay: 32.7s;
}
.advertising__geo-map.active .tooltip:nth-child(220) {
  animation-delay: 32.85s;
}
.advertising__geo-map.active .tooltip:nth-child(221) {
  animation-delay: 33s;
}
.advertising__geo-map.active .tooltip:nth-child(222) {
  animation-delay: 33.15s;
}
.advertising__geo-map.active .tooltip:nth-child(223) {
  animation-delay: 33.3s;
}
.advertising__geo-map.active .tooltip:nth-child(224) {
  animation-delay: 33.45s;
}
.advertising__geo-map.active .tooltip:nth-child(225) {
  animation-delay: 33.6s;
}
.advertising__geo-map.active .tooltip:nth-child(226) {
  animation-delay: 33.75s;
}
.advertising__geo-map.active .tooltip:nth-child(227) {
  animation-delay: 33.9s;
}
.advertising__geo-map.active .tooltip:nth-child(228) {
  animation-delay: 34.05s;
}
.advertising__geo-map.active .tooltip:nth-child(229) {
  animation-delay: 34.2s;
}
.advertising__geo-map.active .tooltip:nth-child(230) {
  animation-delay: 34.35s;
}
.advertising__geo-map.active .tooltip:nth-child(231) {
  animation-delay: 34.5s;
}
.advertising__geo-map.active .tooltip:nth-child(232) {
  animation-delay: 34.65s;
}
.advertising__geo-map.active .tooltip:nth-child(233) {
  animation-delay: 34.8s;
}
.advertising__geo-map.active .tooltip:nth-child(234) {
  animation-delay: 34.95s;
}
.advertising__geo-map.active .tooltip:nth-child(235) {
  animation-delay: 35.1s;
}
.advertising__geo-map.active .tooltip:nth-child(236) {
  animation-delay: 35.25s;
}
.advertising__geo-map.active .tooltip:nth-child(237) {
  animation-delay: 35.4s;
}
.advertising__geo-map.active .tooltip:nth-child(238) {
  animation-delay: 35.55s;
}
.advertising__geo-map.active .tooltip:nth-child(239) {
  animation-delay: 35.7s;
}
.advertising__geo-map.active .tooltip:nth-child(240) {
  animation-delay: 35.85s;
}
.advertising__geo-map.active .tooltip:nth-child(241) {
  animation-delay: 36s;
}
.advertising__geo-map.active .tooltip:nth-child(242) {
  animation-delay: 36.15s;
}
.advertising__geo-map.active .tooltip:nth-child(243) {
  animation-delay: 36.3s;
}
.advertising__geo-map.active .tooltip:nth-child(244) {
  animation-delay: 36.45s;
}
.advertising__geo-map.active .tooltip:nth-child(245) {
  animation-delay: 36.6s;
}
.advertising__geo-map.active .tooltip:nth-child(246) {
  animation-delay: 36.75s;
}
.advertising__geo-map.active .tooltip:nth-child(247) {
  animation-delay: 36.9s;
}
.advertising__geo-map.active .tooltip:nth-child(248) {
  animation-delay: 37.05s;
}
.advertising__geo-map.active .tooltip:nth-child(249) {
  animation-delay: 37.2s;
}
.advertising__geo-map.active .tooltip:nth-child(250) {
  animation-delay: 37.35s;
}
@keyframes tooltip-fade {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 20px));
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.advertising__auditory {
  padding: 80px 0 140px 0;
  margin-bottom: 80px;
  background: var(--linear-bg);
  position: relative;
  margin-bottom: 80px;
  background-image: url("../img/downloads-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.advertising__auditory.active .advertising__auditory-gender:nth-child(1)::after {
  animation: anim-line 1s ease both;
}
@keyframes anim-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.advertising__auditory.active .advertising__auditory-gender:nth-child(2)::after {
  animation: anim-line 1s ease 1s both;
}
@keyframes anim-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.advertising__auditory.active .advertising__auditory-gender:nth-child(1)::before {
  animation: anim-height 1s ease both;
}
@keyframes anim-height {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 16px);
  }
}
.advertising__auditory.active .advertising__auditory-gender:nth-child(2)::before {
  animation: anim-height 1s ease 1s both;
}
@keyframes anim-height {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 16px);
  }
}
.advertising__auditory.active .advertising__auditory-age::after {
  animation: anim-line 1s ease both;
}
@keyframes anim-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.advertising__auditory.active .advertising__auditory-age:before {
  animation: anim-height 1s ease both;
}
@keyframes anim-height {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 16px);
  }
}
.advertising__auditory-content {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 56px;
}
.advertising__auditory-title {
  font-size: 40px;
  line-height: normal;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 50px;
}
.advertising__auditory-subtitle {
  font-size: 23px;
  line-height: 26px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 33px;
}
.advertising__auditory-genders {
  display: flex;
  position: relative;
  margin-bottom: 110px;
}
.advertising__auditory-genders:after {
  content: "";
  width: calc(100% + 24px);
  position: absolute;
  height: 70px;
  bottom: -62px;
  left: -12px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.advertising__auditory-wrapper p {
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 2px;
}
.advertising__auditory-wrapper span {
  font-size: 33px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.advertising__auditory-gender {
  align-items: center;
  padding: 0 0 14px 42px;
  width: 50%;
  display: flex;
  gap: 14px;
  position: relative;
}
.advertising__auditory-gender img {
  width: 58px;
  height: 86px;
  object-fit: contain;
}
.advertising__auditory-gender:after {
  content: "";
  width: 0;
  position: absolute;
  height: 40px;
  bottom: -50px;
  left: 0;
}
.advertising__auditory-gender::before {
  content: "";
  height: 0;
  width: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.advertising__auditory-gender:nth-child(1):after {
  background: linear-gradient(180deg, #2477fd 0%, #0c5ddf 100%);
}
.advertising__auditory-gender:nth-child(1):before {
  background-color: #0c5ddf;
}
.advertising__auditory-gender:nth-child(2):after {
  background: linear-gradient(180deg, #e675f9 0%, #d12dec 100%);
}
.advertising__auditory-gender:nth-child(2):before {
  background-color: #d12dec;
}
.advertising__auditory-ages {
  display: flex;
  position: relative;
}
.advertising__auditory-ages:after {
  content: "";
  width: calc(100% + 24px);
  position: absolute;
  height: 70px;
  bottom: -62px;
  left: -12px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.advertising__auditory-age {
  position: relative;
  width: 16.6666666667%;
  padding: 0 0 24px 30px;
}
.advertising__auditory-age:after {
  content: "";
  width: 0;
  position: absolute;
  height: 40px;
  bottom: -50px;
  left: 0;
  background-color: #6f7eff;
}
.advertising__auditory-age:nth-child(1):after {
  opacity: 1;
}
.advertising__auditory-age:nth-child(1):before {
  opacity: 1;
}
.advertising__auditory-age:nth-child(2):after {
  opacity: 0.85;
}
.advertising__auditory-age:nth-child(2):before {
  opacity: 0.85;
}
.advertising__auditory-age:nth-child(3):after {
  opacity: 0.7;
}
.advertising__auditory-age:nth-child(3):before {
  opacity: 0.7;
}
.advertising__auditory-age:nth-child(4):after {
  opacity: 0.55;
}
.advertising__auditory-age:nth-child(4):before {
  opacity: 0.55;
}
.advertising__auditory-age:nth-child(5):after {
  opacity: 0.4;
}
.advertising__auditory-age:nth-child(5):before {
  opacity: 0.4;
}
.advertising__auditory-age:nth-child(6):after {
  opacity: 0.25;
}
.advertising__auditory-age:nth-child(6):before {
  opacity: 0.25;
}
.advertising__auditory-age::before {
  content: "";
  height: calc(100% + 16px);
  width: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #6f7eff;
}
.advertising__socials {
  margin-bottom: 80px;
}
.advertising__socials-title {
  margin: 0 auto;
  max-width: 564px;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  color: var(--dark-primary);
  margin-bottom: 57px;
  position: relative;
  padding-bottom: 41px;
}
.advertising__socials-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 274px;
  height: 1px;
  opacity: 0.43;
  background-color: var(--black);
}
.advertising__socials-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 27px;
}
.advertising__socials-item {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #114ba0;
  border-radius: 50%;
}
@media only screen and (max-width: 1400px) {
  .advertising__socials-item {
    width: 200px;
    height: 200px;
  }
}
.advertising__socials-item:nth-child(2) {
  background-color: #d50000;
}
.advertising__socials-item:nth-child(3) {
  background-color: #3390ec;
}
.advertising__socials-item:nth-child(4) {
  background-color: #b13a96;
}
.advertising__socials-item:nth-child(5) {
  background-color: #00aed9;
}
.advertising__socials-item-number {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.advertising__socials-item &gt; p {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.advertising__socials-icon {
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(32.5px);
  -webkit-backdrop-filter: blur(32.5px);
}
.advertising__formats {
  margin-bottom: 140px;
}
.advertising__formats-wrapper {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 56px;
}
.advertising__formats-title {
  width: 400px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 16px;
}
.advertising__formats-text {
  opacity: 0.5;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: var(--dark-primary);
  margin-bottom: 24px;
}
.advertising__formats-subtitle {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: var(--dark-primary);
  margin-bottom: 0;
}
.advertising__formats-head {
  margin-bottom: 12px;
}
.advertising__formats-list {
  display: flex;
  justify-content: space-between;
  gap: 86px;
}
@media only screen and (max-width: 1600px) {
  .advertising__formats-list {
    flex-wrap: wrap;
  }
}
.advertising__formats-item {
  display: flex;
  gap: 40px;
}
.advertising__formats-item img {
  object-fit: contain;
  max-width: 500px;
}
.advertising__formats-item-wrapper {
  padding: 30px 0;
  width: 272px;
}
.advertising__formats-sub-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.advertising__formats-sub-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.advertising__formats-sub-item p {
  opacity: 0.5;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: var(--dark-primary);
  margin-bottom: 0;
}
.advertising__formats-sub-item span {
  width: 12px;
  height: 1px;
  opacity: 0.35;
  display: block;
  background-color: var(--dark-primary);
}
.advertising__projects {
  margin-bottom: 80px;
}
.advertising__projects-wrapper {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 56px;
  max-width: 980px;
}
.advertising__projects-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 8px;
}
.advertising__projects-text {
  opacity: 0.65;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: var(--dark-primary);
  margin-bottom: 0;
}
.advertising__projects-list {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1200px) {
  .advertising__projects-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 36px;
  }
}
.advertising__projects-item {
  display: flex;
  padding: 24px;
  gap: 36px;
  background-color: var(--white-gray);
}
.advertising__projects-item:nth-child(1), .advertising__projects-item:nth-child(2), .advertising__projects-item:nth-child(3) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
.advertising__projects-item:nth-child(3n+2), .advertising__projects-item:nth-child(3n+3) {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.062745098);
}
.advertising__projects-item:nth-child(1), .advertising__projects-item:nth-child(2), .advertising__projects-item:nth-child(3) {
  padding-top: 0;
}
.advertising__projects-item img {
  width: 100px;
  height: 100px;
}
.advertising__download {
  margin-bottom: 140px;
}
.advertising__download .advertising__socials-title {
  padding-bottom: 0;
}
.advertising__download .advertising__socials-title::before {
  display: none;
}
.advertising__download-wrapper {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 56px;
  width: 980px;
}
@media only screen and (max-width: 1200px) {
  .advertising__download-wrapper {
    width: 100%;
  }
}
.advertising__download-list {
  display: grid;
  gap: 51px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1600px) {
  .advertising__download-list {
    gap: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .advertising__download-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advertising__download-item {
  background-color: var(--white);
  padding: 45px 42px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.3s ease;
  box-shadow: 0px 12.83438px 200px -4.27813px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1600px) {
  .advertising__download-item {
    padding: 33px 30px;
    gap: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .advertising__download-item {
    gap: 50px;
  }
}
.advertising__download-item:hover {
  box-shadow: 0px 12.83438px 200px -4.27813px rgba(0, 116, 223, 0.15);
}
.advertising__download-item-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1600px) {
  .advertising__download-item-wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .advertising__download-item-wrapper {
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    gap: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .advertising__download-item-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.advertising__download-title {
  font-size: 27px;
  line-height: 34px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 9px;
}
@media only screen and (max-width: 1200px) {
  .advertising__download-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: var(--card-title);
    margin-bottom: 8px;
  }
}
.advertising__download-text {
  opacity: 0.65;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
}
.advertising__download-link {
  padding: 11px 20px;
  display: flex;
  align-items: center;
  gap: 53px;
  background-color: var(--white);
}
.advertising__download-link b {
  white-space: nowrap;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 4px;
}
@media only screen and (max-width: 1200px) {
  .advertising__download-link b {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: var(--card-title);
    margin-bottom: 4px;
  }
}
.advertising__download-link p {
  opacity: 0.75;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .advertising__download-link p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: var(--card-title);
    margin-bottom: 4px;
  }
}
.advertising__download-link svg path {
  stroke: var(--card-title);
}
.advertising__download-icon {
  width: 81px;
  height: 85px;
  object-fit: contain;
  filter: drop-shadow(0px 12px 30px rgba(0, 0, 0, 0.12));
}
@media only screen and (max-width: 1400px) {
  .advertising__download-icon {
    width: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .advertising__download-icon {
    width: 60px;
  }
}
.advertising__contact {
  margin-bottom: 120px;
  overflow: hidden;
  background: linear-gradient(93deg, #000939 0%, #0b2c70 53.13%, #1446ab 100%);
}
.advertising__contact-wrapper {
  position: relative;
  padding: 56px 0;
  border-radius: 12px;
}
.advertising__contact-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 16px;
}
.advertising__contact-text {
  opacity: 0.75;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 52px;
}
.advertising__contact-img {
  position: absolute;
  right: 68px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(1);
  animation: img-scale 5s ease infinite;
}
@keyframes img-scale {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.1);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@media only screen and (max-width: 1400px) {
  .advertising__contact-img {
    top: 100%;
    right: 0;
  }
}
.advertising__contact-content {
  margin-bottom: 48px;
  width: 100%;
  max-width: 578px;
}
.advertising__contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 19px 50px;
  position: relative;
  box-shadow: 12px 12px 0 3px #003fc0;
  z-index: 2;
  transition: all 0.2s ease;
}
.advertising__contact-link span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #003fc0;
  margin-bottom: 0;
}
.advertising__contact-link:hover {
  box-shadow: none;
}
.advertising .tooltip {
  background-color: #fff;
  position: absolute;
  z-index: 100;
  padding: 10px;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
}
.advertising .tooltip::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.advertising .tooltip__wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.advertising .tooltip__img {
  width: 21px;
  height: 20px;
  object-fit: contain;
}
.advertising .tooltip__title {
  opacity: 0.4;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}
.advertising .tooltip__text {
  text-align: center;
  font-size: 18.5px;
  line-height: normal;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .advertising__text,
  .advertising__text.white {
    font-size: 20px !important;
  }
}
.about {
  margin-top: 48px;
}
.about__social-list {
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}
.about__social-item {
  display: flex;
  align-items: center;
  padding: 24px;
  padding-right: 20px;
  background-color: var(--white);
  border-radius: 10px;
}
.about__social-logo {
  margin-right: 16px;
}
@media only screen and (max-width: 1200px) {
  .about__social-logo {
    width: 45px;
    height: 45px;
    margin-right: 6px;
  }
}
.about__social-profile {
  margin-right: auto;
}
.about__social-profile h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  color: var(--social-item-bg);
  margin-bottom: 8px;
}
.about__social-profile h4 img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
@media only screen and (max-width: 1200px) {
  .about__social-profile h4 img {
    margin-right: 4px;
  }
}
.about__social-profile p {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: var(--card-title);
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .about__social-profile p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: var(--card-title);
    margin-bottom: 0;
  }
}
.about__social-link {
  margin-left: auto;
  padding: 16px 38px;
  background-color: var(--social-connect);
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0c2f75;
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.about__social-link:hover {
  color: #fff;
  background-color: #0c2f75;
}
@media only screen and (max-width: 1200px) {
  .about__social-link {
    padding: 12px 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #0c2f75;
    margin-bottom: 0;
  }
}
.about .hero__inner {
  display: block;
}
.about__heading {
  width: 540px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: var(--card-title);
  margin-bottom: 17px;
  text-align: center;
}
.about__description {
  margin: 0 auto;
  max-width: 874px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .about__description {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: var(--card-title);
    margin-bottom: 50px;
  }
}
.about__banner {
  margin-bottom: 55px;
  height: 462px;
  position: relative;
}
.about__banner-img {
  position: absolute;
  z-index: 1;
  bottom: 46px;
  width: 823px;
  height: 416px;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
}
.about__banner::after {
  content: "";
  position: absolute;
  height: 321px;
  opacity: 0.3;
  background: #d9d9d9;
  width: 100%;
  bottom: 0;
  left: 0;
}
.about__banner img {
  width: 100%;
}
.about__text {
  margin: 0 auto;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: var(--card-title);
  margin-bottom: 19px;
  text-align: center;
  width: 540px;
}
.about__text-light {
  margin: 0 auto;
  max-width: 874px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: var(--card-title);
  margin-bottom: 32px;
  text-align: center;
}
.about__application {
  margin-bottom: 72px;
  background-color: var(--white);
  overflow: hidden;
  background-color: #f4f4f4;
}
.about__application-container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__application-content {
  width: 100%;
  max-width: 518px;
}
.about__application-heading {
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
  color: var(--card-title);
  margin-bottom: 16px;
}
.about__application-description {
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 32px;
}
.about__application-description a {
  display: inline-block;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  color: var(--dark-primary);
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.about__application-description a:hover {
  text-decoration: underline;
}
.about__application-download {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about__application-img {
  position: relative;
  height: 450px;
  width: 600px;
}
.about__application-img-small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
}
.about__application-img-big {
  object-fit: contain;
  width: 450px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.about__application svg path {
  fill: var(--footer-icon);
}
.about .w-560 {
  max-width: 560px;
}
.about__activity {
  margin-bottom: 83px;
}
.about__activity .container {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.about__activity img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.about__activity-heading {
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
  color: var(--card-title);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  .about__activity-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: var(--card-title);
    margin-bottom: 24px;
  }
}
.about__activity-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .about__activity-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: var(--card-title);
    margin-bottom: 20px;
  }
}
.about__terms {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 91px;
}
.about__terms-heading {
  max-width: 750px;
  margin: 0 auto;
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
  color: var(--card-title);
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .about__terms-heading {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: var(--card-title);
    margin-bottom: 36px;
  }
}
.about__terms-list {
  padding-left: 20px;
  margin-bottom: 68px;
  list-style-type: disc;
}
.about__terms-list li {
  display: list-item;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 20px;
}
.about__contact {
  display: block;
  width: 906px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 20px;
}

.not-found {
  height: calc(100vh - 111px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 468px;
  margin: 0 auto;
}
.not-found.auto-height {
  height: auto;
  margin-top: 30px;
}
.not-found__wrapper {
  position: relative;
  margin-bottom: 23px;
  width: 420px;
  padding-bottom: 58.5%;
}
.not-found__title {
  text-align: center;
  font-size: 20px;
  line-height: 111.5%;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 22px;
}
.not-found__btn {
  padding: 16px 12px 16px 31px;
  border-radius: 8px;
  background-color: #e8e8e8;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 0;
}
.not-found__img {
  position: absolute;
  top: 0;
  bottom: 0;
}
.not-found__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.not-found__bg img {
  position: absolute;
}
.not-found__bg .jupiter {
  top: 70%;
  right: 0%;
  animation: jupiter 25s ease both infinite;
}
@keyframes jupiter {
  0% {
    right: 20%;
    z-index: 10;
  }
  50% {
    right: 70%;
  }
  100% {
    right: 25%;
    z-index: -1;
  }
}
.not-found__bg .mercury {
  top: 0;
  right: 15%;
  animation: mercury 25s ease both infinite;
}
@keyframes mercury {
  0% {
    top: 0;
  }
  50% {
    top: 10%;
  }
  100% {
    top: 0;
  }
}
.not-found__bg .mars {
  top: 70%;
  left: 20%;
  animation: mars 25s ease both 3s infinite;
}
@keyframes mars {
  0% {
    left: 10%;
    z-index: -1;
    transform: rotate(0deg);
  }
  50% {
    z-index: -1;
    left: 70%;
    transform: rotate(-45deg);
  }
  100% {
    left: 10%;
    z-index: 10;
    transform: rotate(0deg);
  }
}
.not-found__bg .star-big {
  top: 50%;
  right: 10%;
  animation: star 5s ease both infinite;
}
.not-found__bg .saturn {
  top: 50%;
  left: 20%;
  animation: saturn 10s ease both infinite;
}
@keyframes saturn {
  0% {
    top: 20%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 20%;
  }
}
.not-found__bg .star-small {
  top: 20%;
  left: 10%;
  animation: star 8s ease both infinite;
}
@keyframes star {
  0% {
    transform: scale(1) rotate(0);
  }
  50% {
    transform: scale(1.2) rotate(30deg);
  }
  52% {
    transform: scale(1.2) rotate(0);
  }
  54% {
    transform: scale(1.2) rotate(30deg);
  }
  56% {
    transform: scale(1.2) rotate(0);
  }
  58% {
    transform: scale(1.2) rotate(30deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.not-found__bg .icons {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: bg 3s ease infinite;
}
@keyframes bg {
  0% {
    top: calc(50% - 5px);
  }
  50% {
    top: calc(50% + 5px);
  }
  100% {
    top: calc(50% - 5px);
  }
}

.contact {
  padding: 50px 0 124px 0;
  display: flex;
  justify-content: space-between;
}
.contact__left {
  width: 788px;
}
.contact__thanks {
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
  color: #0c2f75;
  margin-bottom: 36px;
}
.contact__wrapper {
  width: 573px;
  margin-bottom: 16px;
}
.contact .g-recaptcha {
  margin-bottom: 30px;
}
.contact__text {
  font-size: 16px;
  line-height: 135%;
  font-weight: 500;
  color: var(--card-title);
  margin-bottom: 28px;
}
.contact__socials {
  display: flex;
  align-items: center;
  gap: 75px;
  margin-bottom: 36px;
}
.contact__socials-item {
  display: flex;
}
.contact__socials-text {
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
  margin-right: 5px;
}
.contact__socials-link {
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: #427dff;
  margin-bottom: 0;
}
.contact__form {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.contact__btn {
  padding: 16px 13px 16px 32px;
  border-radius: 8px;
  background: #2046b6;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}
.contact__right {
  width: 440px;
}
.contact__right-list {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 49px;
}
.contact__right-apps {
  display: flex;
  gap: 9px;
}
.contact__right-app {
  transition: all 0.2s ease;
  path-transform: all 0.2s ease;
}
.contact__right-app:hover {
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1254901961);
  transform: translateY(-5px);
}
.contact__right-app:hover path {
  fill: #083ca6;
}
.contact__right-item {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e9ea;
  transition: all 0.2s ease;
}
.contact__right-item:hover {
  box-shadow: 0px 25px 12px -10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.contact__right-item:hover path {
  fill: #083ca6;
}
.contact__right-item path {
  transition: all 0.2s ease;
}
.contact__right-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.contact__bg {
  margin-bottom: 33px;
}
.contact__subtitle {
  font-size: 20px;
  line-height: 120%;
  font-weight: 800;
  color: var(--card-title);
  margin-bottom: 20px;
}

.views-count {
  display: flex;
  align-items: center;
  font-size: 12px;
  opacity: 0.4;
  margin-left: 20px;
}
.views-count .eye-icon {
  min-width: 20px;
  margin-right: 5px;
}
.views-count span {
  color: var(--black);
  font-weight: 500;
  white-space: nowrap;
}

.news-inner__content .audio__player {
  margin-top: 0 !important;
  height: 80px;
  background-image: linear-gradient(to right, #e5e8ee, #ffffff);
}
.news-inner__content .audio__player .play-btn {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.audio__right {
  flex: 1;
}
.audio__right-list {
  margin-bottom: 35px;
}
.audio__right-item {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid rgba(135, 135, 135, 0.35);
}
.audio__right-item:hover .audio__right-title {
  color: var(--text-hover-color);
}
.audio__right-item.active .audio__right-img {
  border-radius: 50%;
}
.audio__right-item.active .audio__right-icon {
  background-color: #1f4379;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/player/pause-white.svg");
}
.audio__right-item.active .audio__right-title {
  color: var(--text-hover-color);
}
.audio__right-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.2s ease;
  position: relative;
}
.audio__right-img::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.audio__right-item:hover .audio__right-img::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.audio__right-img img {
  width: 100%;
  height: 100%;
}
.audio__right-wrapper {
  gap: 31px;
  display: flex;
  align-items: center;
}
.audio__right-info {
  display: flex;
  gap: 14px;
  align-items: center;
}
.audio__right-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #c3cfda;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/player/play.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.audio__right-title {
  transition: all 0.2s ease;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
}
.audio__right-text {
  white-space: nowrap;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #828282;
  margin-bottom: 0;
}
.audio__player {
  transition: all 0.2s ease;
  max-width: 1370px;
  width: 100%;
  padding: 0 25px;
  border-radius: 0 0 5px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  box-shadow: 0 0 1px 0 rgb(187, 193, 202);
}
.audio__player.fixed {
  position: fixed;
  top: 64px;
  animation: header-fade 0.2s ease-in-out both;
}
.audio__player:not(.fixed) {
  margin-bottom: 20px;
  margin-top: 0;
}
.audio__player:not(.fixed) .audio__player-info {
  padding: 18px 0 10px 0;
}
.audio__player:not(.fixed) .player-time {
  width: 410px;
}
.audio__player .player-time {
  width: 410px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.audio__player .player-slider-container {
  outline: none;
  width: 100%;
}
.audio__player .jp-seek-bar {
  border-radius: 5px;
  background: #dce1e8;
  height: 8px;
  width: 100%;
  cursor: pointer;
}
.audio__player .jp-play-bar {
  background: #bbc1ca;
  width: 0;
  height: 8px;
  border-radius: 5px;
  position: relative;
  overflow: visible !important;
}
.audio__player .jp-handle {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: var(--black);
  border-radius: 100%;
}
.audio__player .player-volume {
  margin-left: 5px;
  width: 90px;
  min-width: 90px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.audio__player .player-volume .jp-volume-bar {
  background: #dce1e8;
  border-radius: 6px;
  height: 6px;
  width: 100%;
  cursor: pointer;
}
.audio__player .player-volume .jp-volume-bar-value {
  background: #bbc1ca;
  width: 0;
  height: 6px;
  border-radius: 6px;
  position: relative;
  overflow: visible !important;
}
.audio__player .player-volume .jp-handle {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 50%;
}
.audio__player-audio {
  visibility: hidden;
}
.audio__player-info {
  padding: 10px 0;
  width: 410px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
.audio__player-img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.audio__player-text {
  font-size: 15px;
  line-height: 135%;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
}
.audio__player-range {
  width: 400px;
}
.audio__player-time {
  padding: 0 34px 0 38px;
  display: flex;
  align-items: center;
  width: 150px;
  gap: 2px;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #585858;
  margin-bottom: 0;
}
.audio__player-range {
  transition: all 0.2s ease;
  margin: auto;
  outline: none;
  padding: 0;
  width: 410px;
  height: 8px;
  background-color: #c0c0c0;
  background-image: -webkit-linear-gradient(#909090, #909090);
  background-image: -moz-linear-gradient(#909090, #909090);
  background-image: -o-linear-gradient(#909090, #909090);
  background-image: linear-gradient(#909090, #909090);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
.audio__player-range::-webkit-slider-runnable-track {
  box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
.audio__player-range::-moz-range-track {
  box-shadow: none;
  border: none;
  background: transparent;
}
.audio__player-range::-moz-focus-outer {
  border: 0;
}
.audio__player-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  background: var(--black);
  border-radius: 100%;
  -webkit-appearance: none;
}
.audio__player-range::-moz-range-thumb {
  width: 20px;
  border: 0;
  background: var(--black);
  border-radius: 100%;
}
.audio__player-btns {
  display: flex;
  gap: 15px;
  margin-right: 40px;
  align-items: center;
}
.audio__player .prev-btn {
  background-image: url("../img/player/prev.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.audio__player .next-btn {
  background-image: url("../img/player/next.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.audio__player .play-btn {
  background-image: url("../img/player/play-dark.svg");
  background-size: 15px;
  width: 42px;
  height: 42px;
  background-color: #eaecef;
  border-radius: 100px;
  background-position: left 15px center;
}
.audio__player .pause-btn {
  background-image: url("../img/player/pause.svg");
  background-size: 24px 24px;
  width: 42px;
  height: 42px;
}
.audio__player .volume-btn {
  background-image: url("../img/player/speaker.svg");
  background-size: contain;
  width: 27px;
  height: 27px;
}
.audio__player .share-btn {
  background-image: url("../img/player/share.svg");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.audio__player-btn {
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.audio__player-controls {
  display: flex;
  gap: 18px;
  padding-left: 18px;
  border-left: 1px solid #d8d8d8;
  height: 100%;
  display: flex;
  align-items: center;
}
.audio__player-controls.mute .volume-btn {
  background-image: url("../img/player/speaker-mute.svg");
}
.audio__player-volume {
  margin: auto;
  outline: none;
  padding: 0;
  width: 90px;
  height: 6px;
  background-color: #c0c0c0;
  background-image: -webkit-linear-gradient(#909090, #909090);
  background-image: -moz-linear-gradient(#909090, #909090);
  background-image: -o-linear-gradient(#909090, #909090);
  background-image: linear-gradient(#909090, #909090);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
  -webkit-appearance: none;
}
.audio__player-volume::-webkit-slider-runnable-track {
  box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
.audio__player-volume::-moz-range-track {
  box-shadow: none;
  border: none;
  background: transparent;
}
.audio__player-volume::-moz-focus-outer {
  border: 0;
}
.audio__player-volume::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  background: var(--black);
  border-radius: 100%;
  -webkit-appearance: none;
}
.audio__player-volume::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  background: var(--black);
  border-radius: 100%;
}

@media (max-width: 1370px) {
  .audio__player {
    left: 0;
  }
}
.big-title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 13px;
  cursor: pointer;
}
.big-title__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
}
.big-title__wrapper:hover .big-title__link {
  opacity: 1;
  transform: translateY(-100%) scale(1);
}
.big-title__link {
  background-image: url("../img/icons/link.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  transform: translateY(-100%) scale(0.8);
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.upload {
  width: 124px;
  height: 156px;
  background: #ffffff;
  border: 1px dashed #e1e0e6;
  border-radius: 10px;
  position: relative;
}
.upload:hover {
  border-color: var(--dark-primary);
}
.upload.file {
  border-radius: 0;
}
.upload.uploaded {
  border: none;
}
.upload.uploaded .upload__add {
  display: none;
}
.upload.uploaded .upload__preview {
  display: block;
}
.upload__preview {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
.upload__input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload__add {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.upload__text {
  color: var(--file-upload-text);
}
.upload.file {
  width: 100%;
  height: 133px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.upload.file .file__preview {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.upload.file .file__preview-img {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.upload.file .file__preview-title {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 4px;
}
.upload.file .file__preview-text {
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
}
.upload.file .file__result {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 8px;
}
.upload.file.file__uploaded .file__preview {
  display: none;
}
.upload.file input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.file__result-list {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
  flex-direction: column;
}
.file__result-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.file__result-item .title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: #0c2f75;
  margin-bottom: 0;
}
.file__result-item .title::before {
  content: "";
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url("../img/icons/file-result.svg");
}
.file__result-item .size {
  padding: 0 12px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
}
.file__result-item .status {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: #004dc0;
  margin-bottom: 0;
}
.file__result-item .remove {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icons/remove-file.svg");
  cursor: pointer;
}

.input {
  width: 100%;
  height: 70px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}
.input.error input {
  border: 1px solid var(--error-color) !important;
}
.input.error .input__error {
  bottom: -15px;
  z-index: 10;
}
.input.invalid input {
  border: 1px solid var(--error-color) !important;
}
.input.invalid .input__invalid {
  bottom: -15px;
  z-index: 10;
}
.input input {
  width: 100%;
  height: 100%;
  border: 1px solid var(--form-border-color);
  padding: 34px 16px 12px 16px;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 0;
  background-color: var(--input-bg);
}
.input input:focus {
  border: 1px solid #0c2f75 !important;
  outline: 3px solid rgba(12, 47, 117, 0.1);
}
.input input::placeholder {
  font-family: var(--main-font-family);
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 0;
  opacity: 0.5;
}
.input__label {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 16px;
  opacity: 0.65;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
}
.input__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.input__error, .input__invalid {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.1s ease;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: var(--error-color);
  margin-bottom: 0;
}
.input.datepicker input {
  cursor: pointer;
}
.input.datepicker img {
  pointer-events: none;
}
.input.datepicker-range {
  border: 1px solid var(--form-border-color);
  border-radius: 10px;
}
.input.datepicker-range span {
  position: absolute;
  top: 44px;
  left: 30%;
  width: 10px;
  height: 1px;
  background-color: #000;
}
.input.datepicker-range input {
  position: absolute;
  top: 0;
  width: 50%;
  border: none;
  height: 100%;
}
.input.datepicker-range input:focus {
  outline: none;
  box-shadow: none;
  border: none !important;
}
.input.datepicker-range .from {
  left: 0;
}
.input.datepicker-range .to {
  padding-left: 0;
  left: 35%;
}

.textarea {
  position: relative;
  margin-bottom: 12px;
}
.textarea textarea {
  background-color: var(--input-bg);
  font-family: var(--main-font-family);
  resize: none !important;
  width: 100%;
  height: 100%;
  border: 1px solid var(--form-border-color);
  padding: 22px 26px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 0;
}
.textarea textarea:focus {
  border: 1px solid #0c2f75 !important;
  outline: 3px solid rgba(12, 47, 117, 0.1);
}
.textarea textarea::placeholder {
  font-family: var(--main-font-family);
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
  opacity: 0.65;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}
.checkbox input {
  width: 20px;
  height: 20px;
  accent-color: #0c2f75;
}
.checkbox label {
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 0;
}

.select {
  position: relative;
}
.select__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  height: 16px;
  width: 16px;
}
.select .select2 {
  width: 100% !important;
}
.select .select2-selection {
  height: 100% !important;
  border: none !important;
  padding: 0 !important;
}
.select .select2-selection__arrow {
  display: none;
}
.select .select2-selection__rendered {
  position: absolute;
  padding: 34px 16px 12px 16px !important;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 0;
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  border: 1px solid var(--form-border-color) !important;
  align-items: center;
}
.select .select2-search {
  height: 100% !important;
}
.select .select2-results {
  display: none !important;
}
.select .select2-selection__choice {
  display: flex !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.select .select2-selection__choice button {
  display: none;
}
.select .select2-selection__choice span {
  padding: 0 !important;
}
.select .selection {
  display: block;
  width: 100%;
  height: 70px;
}
.select__dropdown {
  border: none !important;
  box-shadow: 0px 4px 20px 6px rgba(0, 0, 0, 0.04);
  border-radius: 10px !important;
  overflow: hidden !important;
  margin-top: 4px;
}
.select__dropdown .select2-results {
  padding-right: 8px;
}
.select__dropdown .select2-results__options::-webkit-scrollbar {
  width: 3px;
}
.select__dropdown .select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
}
.select__dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(28, 39, 77, 0.1882352941);
  opacity: 0.3;
}
.select__dropdown .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.select__dropdown .select2-results__option {
  padding: 12px 16px 12px 24px;
  position: relative;
}
.select__dropdown .select2-results__option:not(:last-child)::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 24px;
  background-color: #f1f1f1;
}
.select__label {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 16px;
  opacity: 0.65;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: var(--card-title);
  margin-bottom: 0;
}
.select textarea {
  resize: none !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border-radius: 10px !important;
  width: 100% !important;
  padding: 34px 16px 12px 16px !important;
  overflow: hidden;
}
.select textarea::placeholder {
  font-family: var(--main-font-family);
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 0;
  opacity: 0.5;
}
.select__option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.select__count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--card-title);
  margin-bottom: 0;
}
.select__error {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.1s ease;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: var(--error-color);
  margin-bottom: 0;
}
.select.error .select__error {
  bottom: -15px;
  z-index: 10;
}
.select.error textarea {
  border: 1px solid var(--error-color) !important;
}
body.dark .select2-container--default .select2-selection--multiple,
body.dark .select2-container--default .select2-selection--single,
body.dark .upload {
  background-color: #222222;
}

.share-modal {
  position: absolute;
  top: 45%;
  left: 50%;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  background-color: #2d2d2d;
  padding: 32px;
  z-index: 1000;
}
.share-modal.open {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.share-modal__head {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  justify-content: space-between;
}
.share-modal__head-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.share-modal__head-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #383838;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.share-modal__body {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.share-modal__body-list {
  display: flex;
  gap: 24px;
}
.share-modal__body-item {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}
.share-modal__body-link {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #464646;
}
.share-modal__body span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.share-modal__form {
  width: 100%;
  height: 54px;
  position: relative;
  padding: 18px 58px 18px 18px;
  background-color: #0f0f0f;
  border: 1px solid #3f3f3f;
}
.share-modal__form-text {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #9b9b9b;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.share-modal__form-btn {
  background-color: transparent;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

.more-btn {
  white-space: nowrap;
  position: relative;
  display: flex;
  height: 38px;
  align-items: center;
  padding: 0 20px 0 46px;
  z-index: 1;
  width: max-content;
  background-color: transparent;
  overflow: hidden;
  transition: background 0.3s ease, color 0.3s ease;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
}
.more-btn:hover .more-btn__text {
  animation: btn-pulse 0.35s ease 0.2s both;
  transform: translateX(-100%);
  color: #fff;
  font-weight: 400;
}
@keyframes btn-pulse {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.more-btn:hover .more-btn__circle {
  width: 100%;
  z-index: -1;
}
.more-btn:hover .more-btn__circle::after {
  left: 24px;
}
.more-btn:hover .more-btn__circle::before {
  visibility: visible;
  opacity: 1;
  left: 19px;
}
.more-btn__circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0c2f75;
  border-radius: 36px;
}
.more-btn__circle::after {
  content: "";
  position: absolute;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.more-btn__circle::before {
  content: "";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 14px;
  height: 1px;
  background-color: #fff;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  z-index: 99999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal.active .modal__wrapper {
  transform: translate(-50%, -50%);
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.66;
  background: #fff;
}
.modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  gap: 20px;
  display: flex;
  transition: all 0.2s ease;
  z-index: 100;
  flex-direction: column;
  align-items: center;
}
.modal__content {
  width: 846px;
  padding: 36px 30px 26px 30px;
  background-color: var(--white);
  box-shadow: 30px 34px 224px 0px rgba(0, 0, 0, 0.25);
}
.modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__video {
  margin-bottom: 18px;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
}
.modal__title {
  font-size: 24px;
  line-height: 122%;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 12px;
}
.modal__text {
  opacity: 0.6;
  font-size: 16px;
  line-height: 133%;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 18px;
}
.modal__btn {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 14px 12px 14px 32px;
  border-radius: 8px;
  background: #e8e8e8;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--card-title);
  margin-bottom: 0;
}
.modal__close {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}
.modal__close img {
  width: 18px;
  height: 18px;
}
.modal__close-icon, .modal__close-icon:after, .modal__close:after, .modal__close:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  width: 1px;
  height: 16px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
}
.modal__close-icon:after, .modal__close:after, .modal__close:before {
  content: "";
}
.modal__close-icon:after {
  transform: translate(4px, -90px);
  background-color: red;
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close:after {
  transform: translate(-60px, -80px) rotate(-45deg);
}
.modal__close:hover:after {
  background-color: red;
  transform: translate(0px, -10px) rotate(-45deg);
}
.modal__close:hover:before {
  transform: translate(60px, 45px) rotate(-45deg);
  background-color: red;
}
.modal__close:hover .modal__close-icon {
  background-color: red;
  transform: translate(-61px, 45px) rotate(45deg);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical &gt; .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical &gt; .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode &gt; .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered &gt; .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled &gt; .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical &gt; .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical &gt; .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled &gt; .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal &gt; .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical &gt; .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container &gt; canvas,
.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid &gt; .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column &gt; .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
  -webkit-filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}</pre></body></html>