@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@font-face {
  font-family: BebasNeue;
  font-display: swap;
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: helvetica;
  font-display: swap;
  src: url("../fonts/helvetica-neue-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: InterDisplay;
  font-display: swap;
  src: url("../fonts/InterDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: InterDisplay;
  font-display: swap;
  src: url("../fonts/InterDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "InterDisplay";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "InterDisplay";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1408px;
  padding: 0 24px;
}

h2 {
  font-family: BebasNeue;
  font-weight: 400;
  font-size: 74px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media (max-width: 1420px) {
  h2 {
    font-size: 66px;
  }
}
@media (max-width: 1024.98px) {
  h2 {
    font-size: 58px;
  }
}
@media (max-width: 768.98px) {
  h2 {
    font-size: 49px;
  }
}
@media (max-width: 480.98px) {
  h2 {
    font-size: 40px;
  }
}

.subtitle {
  font-weight: 400;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: -0.015em;
}
@media (max-width: 1420px) {
  .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 1024.98px) {
  .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 768.98px) {
  .subtitle {
    font-size: 27px;
  }
}
@media (max-width: 480.98px) {
  .subtitle {
    font-size: 24px;
  }
}

.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.025em;
}
@media (max-width: 1420px) {
  .text {
    font-size: 17px;
  }
}
@media (max-width: 1024.98px) {
  .text {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .text {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .text {
    font-size: 14px;
  }
}

.navigation__btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation__btn {
  background: transparent;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation__btn svg {
  flex: 0 0 24px;
  width: 24px;
  height: 20px;
  fill: #FFFFFF;
}
.navigation__btn_next {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 0 0 24px;
}

.text-inner {
  display: flex;
}

.text-content {
  position: relative;
}

@keyframes fadeInUpBlock {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpTextInner {
  0% {
    overflow-y: hidden;
  }
  90% {
    overflow-y: hidden;
  }
  100% {
    overflow-y: visible;
  }
}
@keyframes fadeInUpTextContent {
  0% {
    transform: translate3d(0, 125%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  height: 52px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-transform: uppercase;
}
@media (min-width: 1024.98px) {
  .btn:hover .btn__content:first-child {
    top: -200%;
  }
  .btn:hover .btn__content:first-child .btn__text {
    opacity: 0;
  }
  .btn:hover .btn__content:first-child .btn__icon {
    opacity: 0;
  }
  .btn:hover .btn__content:last-child {
    top: -100%;
  }
  .btn:hover .btn__content:last-child .btn__text {
    opacity: 1;
  }
  .btn:hover .btn__content:last-child .btn__icon {
    opacity: 1;
  }
}
.btn_white {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #000000;
}
.btn_black {
  border: 1px solid #151515;
  background: #151515;
  color: #FFFFFF;
}
.btn_border-white {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn_border-black {
  background: #FFFFFF;
  border: 1px solid #151515;
  color: #151515;
}
.btn__inner {
  position: relative;
  padding: 17.5px 24px;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.btn__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.btn__content:last-child {
  top: 100%;
}
.btn__content:last-child .btn__text {
  opacity: 0;
}
.btn__content:last-child .btn__icon {
  opacity: 0;
}
.btn__icon {
  display: inline-flex;
  margin: 0 10px 0 0;
  transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.btn__icon img {
  width: 100%;
  max-width: 100%;
}
.btn__icon_youtube {
  height: 20px;
  width: 28.5px;
}
.btn__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ibg img {
  display: none;
}

.header {
  top: 16px;
  padding: 24px 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100002;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
.header.is-hide {
  visibility: hidden;
  transform: translate(0, -110%);
  background-color: transparent !important;
  top: 0;
}
.header.scroll-hide {
  visibility: hidden;
  transform: translate(0, -110%);
  background-color: transparent !important;
  top: 0;
}
.header.black-bg {
  background: #151515;
  top: 0px;
}
.header.default {
  background-color: transparent !important;
  top: 16px !important;
}
.header.default .mobile-header.active {
  transform: translate(0, -82px);
}
.header__row {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1280px) {
  .header__row {
    padding: 0 0 0 662px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  pointer-events: all;
}
.header__menu ul {
  display: flex;
  align-items: center;
}
.header__menu ul:not(:first-child) {
  margin: 0 0 0 10px;
}
.header__menu li {
  margin: 0 0 0 24px;
  overflow: hidden;
  padding: 5px 0;
}
.header__menu a {
  font-family: BebasNeue;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.header__menu a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: -120%;
  bottom: 0;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024.98px) {
  .header__menu a:hover::before {
    left: 0;
  }
}
.header__menu .btn {
  height: 38px;
  border-radius: 2px;
  color: #151515;
}
.header__menu .btn::before {
  display: none;
}
.header__menu .btn .btn__inner {
  padding: 10.5px 19px;
}
.header__menu .btn .btn__text {
  font-family: BebasNeue;
  font-size: 20px;
  letter-spacing: 0;
  transform: translateY(1px);
}
@media (max-width: 768.98px) {
  .header__menu .btn {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .header__menu {
    display: none;
  }
}
.header__menu-pages li {
  padding: 0;
}
.header__burger {
  pointer-events: all;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
}
.header__burger img {
  width: 18px;
  height: 18px;
}
@media (max-width: 768.98px) {
  .header__burger {
    display: flex;
  }
}
.mobile-header {
  position: fixed;
  transform: translate(0, -120%);
  left: 0;
  width: 100%;
  padding: 24px 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  pointer-events: all;
  opacity: 0;
}
.mobile-header.active {
  opacity: 1;
  transform: translate(0, -66px);
}
@media (min-width: 768.98px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header__container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-header__body {
  height: 100%;
  overflow-y: auto;
}
.mobile-header__inner {
  background: #FFFFFF;
  padding: 24px 24px 48px 24px;
  position: relative;
}
@media (max-width: 768.98px) {
  .mobile-header__inner .header__menu {
    display: flex;
    flex-direction: column;
  }
  .mobile-header__inner .header__menu li {
    margin: 0;
  }
  .mobile-header__inner .header__menu li:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .mobile-header__inner .header__menu a {
    font-size: 24px;
    color: #151515;
  }
  .mobile-header__inner .header__menu a::before {
    left: 0;
    background: #151515;
  }
  .mobile-header__inner .header__menu .btn {
    display: inline-flex;
    height: auto;
    padding: 0;
  }
  .mobile-header__inner .header__menu .btn .btn__inner {
    padding: 0;
  }
  .mobile-header__inner .header__menu .btn .btn__content:last-child {
    display: none;
  }
  .mobile-header__inner .header__menu .btn .btn__text {
    transform: translate(0);
    position: relative;
  }
  .mobile-header__inner .header__menu .btn .btn__text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #151515;
  }
  .mobile-header__inner .header__menu ul {
    order: 2;
    flex-direction: column;
    padding: 10px;
  }
  .mobile-header__inner .header__menu .header__menu-pages {
    order: 1;
    width: 100%;
    margin: 0 0 30px 0;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  .mobile-header__inner .header__menu .header__menu-pages li {
    margin: 0 0 0 24px;
  }
}
.mobile-header__close {
  position: absolute;
  left: 24px;
  width: 18px;
  height: 18px;
  background: transparent;
  z-index: 2;
}
.mobile-header__close img {
  max-width: 100%;
}

.home .banner::before {
  background: rgba(0, 0, 0, 0.2);
}
.home .banner__bg.ibg {
  background-position: 50% 60%;
}
@media (max-width: 1600.98px) {
  .home .banner__bg.ibg {
    background-size: 145%;
    background-position: 70% 71%;
  }
}
@media (max-width: 1200px) {
  .home .banner__bg.ibg {
    background-size: cover;
    background-position: 50% 50%;
  }
}
@media (max-width: 900px) {
  .home .banner__bg.ibg {
    background-position: 78% 50%;
  }
}

.banner {
  height: 100dvh;
  max-height: 1080px;
  position: relative;
  background: #0d0d0d;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
}
.banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  pointer-events: none;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,            <svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'>            <filter id='n'>            <feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='1'/>            </filter>            <rect width='100%' height='100%' filter='url(%23n)' fill='rgba(0,0,0,0.22)'/>            </svg>");
  background-size: 500px 500px;
  mix-blend-mode: multiply;
  opacity: 1;
}
.banner__bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 69.42%;
  background: linear-gradient(270deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
  z-index: 2;
}
@media (max-width: 1920.98px) {
  .banner__bg::after {
    width: 58.888%;
  }
}
@media (max-width: 768.98px) {
  .banner__bg::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(280.84deg, rgba(21, 21, 21, 0) 12.17%, rgba(21, 21, 21, 0.8) 96.1%);
  }
}
.banner__container {
  position: relative;
  z-index: 3;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.banner__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 100%;
}
@media (max-width: 1280px) {
  .banner__body {
    padding: 72px 0 0 0;
  }
}
.banner__logo {
  width: 100%;
  max-width: 612.18px;
}
.banner__logo:not(:last-child) {
  margin: 0 0 50px 0;
}
.banner__logo img {
  max-width: 100%;
}
@media (max-width: 480.98px) {
  .banner__logo:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.banner__subtitle {
  position: relative;
  width: 100%;
  max-width: 618px;
}
.banner__subtitle img {
  max-width: 100%;
}
.banner__subtitle:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 480.98px) {
  .banner__subtitle:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .banner__btn {
    width: 100%;
  }
}
.awards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px -10px 0 -10px 0;
}
@media (max-width: 600px) {
  .awards {
    margin: 30px -5px 0 -5px;
    justify-content: center;
  }
}
.awards__item {
  padding: 0 10px;
  margin: 20px 0 0 0;
}
@media (max-width: 600px) {
  .awards__item {
    padding: 0 5px;
    margin: 10px 0 0 0;
  }
}
.awards__image {
  width: 195px;
}
.awards__image img {
  max-width: 100%;
}
@media (max-width: 850px) {
  .awards__image {
    width: 144.5px;
  }
}
@media (max-width: 600px) {
  .awards__image {
    width: 94px;
  }
}

.about {
  background: #151515;
  padding: 120px 0 130px 0;
}
@media (max-width: 1024.98px) {
  .about {
    padding: 100px 0 110px 0;
  }
}
@media (max-width: 768.98px) {
  .about {
    padding: 80px 0 85px 0;
  }
}
@media (max-width: 480.98px) {
  .about {
    padding: 60px 0 65px 0;
  }
}
.about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__content {
  width: 100%;
  max-width: 884px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about__content:not(:last-child) {
  margin: 0 0 90px 0;
}
@media (max-width: 1024.98px) {
  .about__content:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .about__content:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
.about__title {
  color: #FFFFFF;
}
.about__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.about__subtitle {
  text-align: center;
  color: #FFFFFF;
}
.about__subtitle:not(:last-child) {
  margin: 0 0 20px 0;
}
.about__text {
  color: #FFFFFF;
}
@media (min-width: 480.98px) {
  .about__text br {
    display: none;
  }
}
.slider-about {
  width: 100%;
  position: relative;
}
.slider-about::before, .slider-about::after {
  position: absolute;
  width: 477px;
  height: 477px;
  content: "";
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  background: linear-gradient(270deg, #151515 0%, rgba(21, 21, 21, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.slider-about::before {
  left: -5px;
}
.slider-about::after {
  right: -5px;
  transform: translate(0, -50%);
}
@media (max-width: 1440.98px) {
  .slider-about::before, .slider-about::after {
    display: none;
  }
}
@media (max-width: 850px) {
  .slider-about {
    padding: 0 8.5px;
  }
}
.slider-about__body {
  position: relative;
}
.slider-about__body::before, .slider-about__body::after {
  position: absolute;
  content: "";
  width: 20000px;
  height: 120%;
  top: 50%;
  transform: translate(0, -50%);
  background: #151515;
  z-index: 2;
}
.slider-about__body::before {
  right: 100%;
}
.slider-about__body::after {
  left: 100%;
}
@media (max-width: 1440.98px) {
  .slider-about__body::before, .slider-about__body::after {
    display: none;
  }
}
.slider-about__swiper.swiper {
  overflow: visible;
}
.slider-about__swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scaleX(0.9) !important;
  transform: translateZ(0);
}
.slider-about__swiper .swiper-slide.swiper-slide-active {
  transform: scaleX(1.1) !important;
}
.slider-about__swiper .swiper-slide.swiper-slide-active .slider-about__image {
  filter: grayscale(0%);
  transform: scaleY(1.1);
}
@media (max-width: 850px) {
  .slider-about__swiper .swiper-slide {
    transform: scaleX(1) !important;
  }
  .slider-about__swiper .swiper-slide.swiper-slide-active {
    transform: scaleX(1) !important;
  }
  .slider-about__swiper .swiper-slide.swiper-slide-active .slider-about__image {
    transform: scaleY(1.05);
  }
}
.slider-about__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transform: scaleY(1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider-about__image img {
  width: 100%;
  max-width: 100%;
}
.slider-about__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'>        <filter id='n'>        <feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='1'/>        </filter>        <rect width='100%' height='100%' filter='url(%23n)' fill='rgba(0,0,0,0.22)'/>        </svg>");
  background-size: 400px 400px;
  mix-blend-mode: multiply;
  opacity: 1;
}
@media (max-width: 850px) {
  .slider-about__image {
    transform: scaleY(0.93);
  }
}

.synopsis {
  position: relative;
  background: #151515;
}
.synopsis::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'>        <filter id='n'>        <feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='1'/>        </filter>        <rect width='100%' height='100%' filter='url(%23n)' fill='rgba(0,0,0,0.22)'/>        </svg>");
  background-size: 500px 500px;
  mix-blend-mode: multiply;
  opacity: 1;
  z-index: 3;
}
.synopsis__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.2;
}
.synopsis__body {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 1024.98px) {
  .synopsis__body {
    padding: 100px 0;
  }
}
@media (max-width: 768.98px) {
  .synopsis__body {
    padding: 80px 0;
  }
}
@media (max-width: 480.98px) {
  .synopsis__body {
    padding: 60px 0;
  }
}
.synopsis__title {
  color: #FFFFFF;
}
.synopsis__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.synopsis__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .synopsis__content {
    display: block;
  }
}
.synopsis__left {
  max-width: 715px;
}
.synopsis__subtitle {
  color: #FFFFFF;
}
@media (min-width: 480.98px) {
  .synopsis__subtitle br {
    display: none;
  }
}
.synopsis__right {
  flex: 0 0 314px;
  margin: 0 0 0 60px;
}
@media (max-width: 992.98px) {
  .synopsis__right {
    margin: 20px 0 0 0;
  }
}
.synopsis__text {
  color: #FFFFFF;
}
.synopsis__navigation {
  margin: 20px 0 0 0;
}
.synopsis__slider {
  margin: 80px 0 0 0;
}
@media (max-width: 1024.98px) {
  .synopsis__slider {
    margin: 60px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .synopsis__slider {
    margin: 40px 0 0 0;
  }
}

@media (min-width: 1440.98px) {
  .slider-synopsis__body {
    overflow: hidden;
  }
}
.slider-synopsis__swiper.swiper {
  overflow: visible;
}
.slider-synopsis__swiper .swiper-slide {
  width: 391px;
}
.slider-synopsis__swiper .swiper-slide.swiper-slide-active .slider-synopsis__image {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
@media (max-width: 480.98px) {
  .slider-synopsis__swiper .swiper-slide {
    width: calc(100% - 50px);
  }
}
.slider-synopsis__image {
  height: 410px;
  position: relative;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.slider-synopsis__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'>        <filter id='n'>        <feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='1'/>        </filter>        <rect width='100%' height='100%' filter='url(%23n)' fill='rgba(0,0,0,0.22)'/>        </svg>");
  background-size: 500px 500px;
  mix-blend-mode: multiply;
  opacity: 1;
}
.slider-synopsis__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480.98px) {
  .slider-synopsis__image {
    height: 300px;
  }
}

.why-now {
  background: #FFFFFF;
  padding: 120px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024.98px) {
  .why-now {
    padding: 100px 0;
  }
}
@media (max-width: 768.98px) {
  .why-now {
    padding: 80px 0;
  }
}
@media (max-width: 480.98px) {
  .why-now {
    padding: 60px 0;
  }
}
.why-now__body {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}
.why-now__row {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1440.98px) {
  .why-now__row {
    overflow: hidden;
  }
}
@media (max-width: 992.98px) {
  .why-now__row {
    display: block;
  }
}
.why-now__left {
  margin: 0 54px 0 0;
}
@media (max-width: 992.98px) {
  .why-now__left:not(:last-child) {
    margin: 0 0 64px 0;
  }
}
@media (max-width: 480.98px) {
  .why-now__left:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.why-now__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.why-now__content:not(:last-child) {
  margin: 0 0 104px 0;
}
@media (max-width: 992.98px) {
  .why-now__content:not(:last-child) {
    margin: 0 0 64px 0;
  }
}
@media (max-width: 480.98px) {
  .why-now__content:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.why-now__title {
  width: 100%;
  color: #151515;
}
.why-now__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.why-now__subtitle {
  width: 100%;
  color: #151515;
}
.why-now__subtitle:not(:last-child) {
  margin: 0 0 100px 0;
}
@media (max-width: 992.98px) {
  .why-now__subtitle:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480.98px) {
  .why-now__subtitle:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.why-now__text {
  max-width: 387px;
  color: #151515;
}
.why-now__small-img {
  width: 391px;
  height: 410px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  position: relative;
}
.why-now__small-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'>        <filter id='n'>        <feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='1'/>        </filter>        <rect width='100%' height='100%' filter='url(%23n)' fill='rgba(0,0,0,0.22)'/>        </svg>");
  background-size: 500px 500px;
  mix-blend-mode: multiply;
  opacity: 1;
}
.why-now__small-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480.98px) {
  .why-now__small-img {
    width: 180px;
    height: 200px;
  }
}
@media (min-width: 992.98px) {
  .why-now__right {
    margin: 0 -246px 0 0;
  }
}
.why-now__big-img {
  width: 776px;
  height: 820px;
  position: relative;
}
.why-now__big-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'>        <filter id='n'>        <feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='1'/>        </filter>        <rect width='100%' height='100%' filter='url(%23n)' fill='rgba(0,0,0,0.22)'/>        </svg>");
  background-size: 500px 500px;
  mix-blend-mode: multiply;
  opacity: 1;
}
.why-now__big-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .why-now__big-img {
    width: 620.8px;
    height: 656px;
  }
}
@media (max-width: 992.98px) {
  .why-now__big-img {
    width: 100%;
    max-width: 776px;
    height: auto;
    padding: 0 0 96.245% 0;
  }
}
@media (max-width: 823.98px) {
  .why-now__big-img {
    padding: 0 0 105.812% 0;
  }
}

.vision {
  position: relative;
  padding: 120px 0;
  background: #FFFFFF;
}
@media (max-width: 1024.98px) {
  .vision {
    padding: 100px 0;
  }
}
@media (max-width: 768.98px) {
  .vision {
    padding: 80px 0;
  }
}
@media (max-width: 480.98px) {
  .vision {
    padding: 60px 0;
  }
}
.vision__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.04;
}
.vision__body {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1150px) {
  .vision__body {
    flex-direction: column;
  }
}
.vision__left {
  flex: 0 0 648px;
  margin: 0 44px 0 0;
}
@media (min-width: 1150.98px) {
  .vision__left .vision__text {
    max-width: 431px;
  }
}
@media (max-width: 1150px) {
  .vision__left {
    order: 2;
    flex: 0 1 auto;
    margin: 0 0 0 0;
  }
}
.vision__image {
  position: relative;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  width: 100%;
  padding: 0 0 54.013% 0;
}
.vision__image:not(:last-child) {
  margin: 0 0 24px 0;
}
.vision__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vision__text {
  color: #151515;
}
.vision__right {
  max-width: 580px;
}
@media (max-width: 1150px) {
  .vision__right {
    order: 1;
    margin: 0 0 60px 0;
    max-width: none;
  }
}
@media (max-width: 480.98px) {
  .vision__right {
    margin: 0 0 40px 0;
  }
}
.vision__title {
  color: #151515;
}
.vision__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.vision__subtitle {
  color: #151515;
}
.vision__subtitle:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (min-width: 1150.98px) {
  .vision__subtitle {
    max-width: 483px;
  }
}

.involveded {
  position: relative;
  padding: 120px 0 80px 0;
  background: #151515;
}
@media (max-width: 1024.98px) {
  .involveded {
    padding: 100px 0 60px 0;
  }
}
@media (max-width: 768.98px) {
  .involveded {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 480.98px) {
  .involveded {
    padding: 60px 0 20px 0;
  }
}
.involveded__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.2;
}
.involveded__top {
  position: relative;
  z-index: 1;
  text-align: center;
}
.involveded__top .involveded__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.involveded__top:not(:last-child) {
  margin: 0 0 42px 0;
}
@media (max-width: 480.98px) {
  .involveded__top:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.involveded__title {
  color: #FFFFFF;
}
.involveded__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.involveded__subtitle {
  color: #FFFFFF;
  max-width: 762px;
}
.involveded__running-line:not(:last-child) {
  margin: 0 0 42px 0;
}
@media (max-width: 480.98px) {
  .involveded__running-line:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.involveded__body {
  position: relative;
  z-index: 1;
}
.involveded__container {
  display: flex;
  justify-content: center;
}
.involveded__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1298px;
  margin: 0 -12px;
}
@media (max-width: 768.98px) {
  .involveded__items {
    display: block;
    margin: 0;
  }
}
.involveded__item {
  margin: 0 0 40px 0;
}

.item-involveded {
  padding: 0 12px;
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .item-involveded {
    flex: 0 1 50%;
  }
}
@media (max-width: 768.98px) {
  .item-involveded {
    padding: 0;
  }
}
.item-involveded:first-child .item-involveded__image {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.item-involveded__image {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 410px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.item-involveded__image:not(:last-child) {
  margin: 0 0 24px 0;
}
.item-involveded__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-involveded__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'>        <filter id='n'>        <feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='1'/>        </filter>        <rect width='100%' height='100%' filter='url(%23n)' fill='rgba(0,0,0,0.22)'/>        </svg>");
  background-size: 500px 500px;
  mix-blend-mode: multiply;
  opacity: 1;
}
@media (max-width: 480.98px) {
  .item-involveded__image {
    height: 350px;
  }
}
.item-involveded__text {
  max-width: 300px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  line-height: 120%;
}

.running-line__inner {
  display: flex;
  width: max-content;
  animation: running-line 40s linear infinite;
}
.running-line__inner span {
  padding-right: 2rem; /* відстань між повтореннями тексту */
}
.running-line__inner img {
  height: 148px;
}
@media (max-width: 1024.98px) {
  .running-line__inner img {
    height: 114px;
  }
}
@media (max-width: 480.98px) {
  .running-line__inner img {
    height: 80px;
  }
}

@keyframes running-line {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-template-contact .banner::before {
  background: rgba(0, 0, 0, 0.5019607843);
}
@media (max-width: 768.98px) {
  .page-template-contact .banner__bg::after {
    left: -126px;
  }
}
.page-template-contact .banner__bg.ibg {
  background-position: 100% 50%;
}

.contact {
  padding: 160px 0 120px 0;
  background: #151515;
}
@media (max-width: 1420px) {
  .contact {
    padding: 135px 0 120px 0;
  }
}
@media (max-width: 1024.98px) {
  .contact {
    padding: 110px 0 100px 0;
  }
}
@media (max-width: 768.98px) {
  .contact {
    padding: 85px 0 80px 0;
  }
}
@media (max-width: 480.98px) {
  .contact {
    padding: 60px 0 60px 0;
  }
}
.contact__body:not(:last-child) {
  margin: 0 0 120px 0;
}
@media (max-width: 1024.98px) {
  .contact__body:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
@media (max-width: 480.98px) {
  .contact__body:not(:last-child) {
    margin: 0 0 80px 0;
  }
}
.contact__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__title {
  color: #FFFFFF;
  text-align: center;
}
.contact__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.contact__subtitle {
  color: #FFFFFF;
  max-width: 356px;
  text-align: center;
}
.contact__subtitle:not(:last-child) {
  margin: 0 0 80px 0;
}
.form-contact {
  width: 100%;
  max-width: 480px;
}
.form-contact__item:not(:last-child) {
  margin: 0 0 32px 0;
}
.form-contact__label {
  color: #FFFFFF;
}
.form-contact__label:not(:last-child) {
  margin: 0 0 2px 0;
}
.form-contact__input {
  display: flex;
  width: 100%;
  background: transparent;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.form-contact__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024.98px) {
  .form-contact__input {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .form-contact__input {
    font-size: 14px;
  }
}
.form-contact__textarea {
  padding: 10px 0;
  resize: none;
  height: 145px;
}
.form-contact__btn {
  width: 100%;
  border-radius: 2px;
  font-family: BebasNeue;
  color: #151515;
}
.form-contact__btn .btn__text {
  font-size: 24px;
}

.bottom-contact {
  padding: 10px 0;
}
@media (max-width: 768.98px) {
  .bottom-contact {
    padding: 5px 0;
  }
}
.files__item {
  position: relative;
}
.files__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
}
.files__input.lock {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .files__input:hover + .files__btn .btn__content:first-child {
    top: -200%;
  }
  .files__input:hover + .files__btn .btn__content:first-child .btn__text {
    opacity: 0;
  }
  .files__input:hover + .files__btn .btn__content:first-child .btn__icon {
    opacity: 0;
  }
  .files__input:hover + .files__btn .btn__content:last-child {
    top: -100%;
  }
  .files__input:hover + .files__btn .btn__content:last-child .btn__text {
    opacity: 1;
  }
  .files__input:hover + .files__btn .btn__content:last-child .btn__icon {
    opacity: 1;
  }
}
.files__btn {
  width: 100%;
  pointer-events: none;
  height: 52px;
  text-transform: none;
}
.files__btn:not(:last-child) {
  margin: 0 0 6px 0;
}
.files__btn .btn__inner {
  padding: 0 24px;
}
.files__btn .btn__content {
  flex: 0 0 50px;
}
.files__btn .btn__text {
  font-size: 16px;
}
.files__info {
  display: block;
  font-family: helvetica;
  color: #FFFFFF;
  opacity: 0.8;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.015em;
}
@media (max-width: 1024.98px) {
  .files__info {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .files__info {
    max-width: 283px;
    font-family: InterDisplay;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.025em;
  }
}
.preview-files {
  display: flex;
  flex-wrap: wrap;
}
.preview-files__item {
  margin: 14px 14px 0 0;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #151515;
}
.preview-files__name {
  font-family: helvetica;
  color: #FFFFFF;
  opacity: 0.8;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.015em;
}
@media (max-width: 1024.98px) {
  .preview-files__name {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .preview-files__name {
    font-family: InterDisplay;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.025em;
  }
}
.preview-files__delete {
  display: inline-flex;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  background: url("../img/icons/close-white.svg") center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 0 0 10px;
}
@media (hover: hover) and (pointer: fine) {
  .preview-files__delete:hover {
    opacity: 0.8;
  }
}

.faq {
  background: #FFFFFF;
  padding: 120px 0;
}
@media (max-width: 1024.98px) {
  .faq {
    padding: 100px 0;
  }
}
@media (max-width: 768.98px) {
  .faq {
    padding: 80px 0;
  }
}
@media (max-width: 480.98px) {
  .faq {
    padding: 60px 0;
  }
}
.faq__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.faq__top:not(:last-child) {
  margin: 0 0 40px 0;
}
.faq__title {
  color: #151515;
}
.faq__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.faq__subtitle {
  color: #151515;
  width: 100%;
  max-width: 536px;
}
.item-faq {
  border-top: 1px solid rgba(21, 21, 21, 0.4);
}
.item-faq:last-child {
  border-bottom: 1px solid rgba(21, 21, 21, 0.4);
}
.item-faq__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
}
.item-faq__top.active .item-faq__icon {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1024.98px) {
  .item-faq__top {
    padding: 16px 0;
  }
}
@media (max-width: 768.98px) {
  .item-faq__top {
    padding: 14px 0;
  }
}
@media (max-width: 480.98px) {
  .item-faq__top {
    padding: 12px 0;
  }
}
.item-faq__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.015em;
  color: #151515;
}
@media (max-width: 1420px) {
  .item-faq__title {
    font-size: 22px;
  }
}
@media (max-width: 1024.98px) {
  .item-faq__title {
    font-size: 20px;
  }
}
@media (max-width: 768.98px) {
  .item-faq__title {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .item-faq__title {
    font-size: 14px;
  }
}
.item-faq__icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-faq__icon img {
  max-width: 100%;
}
@media (max-width: 1024.98px) {
  .item-faq__icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768.98px) {
  .item-faq__icon {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 480.98px) {
  .item-faq__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}
.item-faq__body {
  display: none;
}
.item-faq__text {
  color: #151515;
  padding: 6px 50px 18px 0;
}
@media (max-width: 1024.98px) {
  .item-faq__text {
    padding: 5.25px 48px 16px 0;
  }
}
@media (max-width: 768.98px) {
  .item-faq__text {
    padding: 4.75px 46px 14px 0;
  }
}
@media (max-width: 480.98px) {
  .item-faq__text {
    padding: 4px 44px 12px 0;
  }
}

.footer {
  background: #151515;
}
.footer__body {
  padding: 80px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 480.98px) {
  .footer__body {
    padding: 60px 0 67px 0;
  }
}
.footer__logo {
  width: 100%;
  max-width: 1413px;
}
.footer__logo img {
  max-width: 100%;
}
.footer__content {
  position: absolute;
  z-index: 1;
}
@media (max-width: 480.98px) {
  .footer__content {
    bottom: 40px;
  }
}
.footer__title {
  color: #FFFFFF;
  text-align: center;
}
.footer__title:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .footer__title:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.footer__line {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 480.98px) {
  .footer__bottom .footer__container {
    padding: 0 10px;
  }
}
.footer__text-block {
  padding: 40px 0 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480.98px) {
  .footer__text-block {
    padding: 40px 0 60px 0;
  }
}
.footer__text {
  text-align: center;
  color: #FFFFFF;
  line-height: 120%;
}

.socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials li {
  margin: 0 16px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials li a {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024.98px) {
  .socials li a:hover {
    opacity: 0.8;
  }
}
.socials li img {
  max-width: 100%;
}
@media (max-width: 480.98px) {
  .socials li img {
    display: none;
  }
}
.socials li span {
  line-height: 120%;
  color: #FFFFFF;
}
@media (min-width: 480.98px) {
  .socials li span {
    display: none;
  }
}
@media (max-width: 480.98px) {
  .socials li {
    margin: 0 7.5px;
    flex: 0 1 auto;
    width: auto;
    height: auto;
  }
}

.rootpage {
  color: #5e5373;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  animation: change-bg 10s linear infinite;
}

.rootpage-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  font-size: 0;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
}

.rootpage-body {
  position: relative;
  padding: 30px;
  flex: 1 1 auto;
}

.rootpage h1 {
  font-size: 40px;
  font-family: "Caveat";
  margin: 0px 0px 30px 0px;
}

.rootpage h2 {
  font-family: "Caveat";
  font-size: 22px;
  margin: 0px 0px 15px 0px;
}

.rootpage-pages {
  margin: 0px 0px 30px 0px;
  list-style: none;
  counter-reset: item;
}

.rootpage-pages li {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  font-family: "Caveat";
}
.rootpage-pages li a {
  font-family: "Caveat";
  font-size: 20px;
  text-decoration: underline;
  color: #118777;
}
.rootpage-pages li a:hover {
  text-decoration: none;
}

.rootpage-pages li:before {
  content: counter(item) ".";
  counter-increment: item;
  margin: 0px 10px 0px 0px;
}

@keyframes change-bg {
  0% {
    background-color: #A0D1E6;
  }
  25% {
    background-color: #98FF98;
  }
  50% {
    background-color: #FFA07A;
  }
  75% {
    background-color: #E6E6FA;
  }
  100% {
    background-color: #A0D1E6;
  }
}