.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.trex {
  position: relative;
  overflow: visible;
  width: 50%;
  height: 150px;
}

.box {
  max-width: 1264px;
  margin-bottom: -40px;
  padding-right: 0px;
  padding-left: 0px;
}

.box.hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1264px;
  margin-top: 0px;
  padding-right: 32px;
  padding-left: 32px;
}

.box.hero-animation {
  position: relative;
  bottom: 10px;
  height: 200px;
  padding-right: 32px;
  padding-left: 32px;
  -o-object-fit: fill;
  object-fit: fill;
}

.box.box-padding {
  position: relative;
  padding-right: 32px;
  padding-left: 32px;
}

.section {
  padding-right: 64px;
  padding-left: 64px;
}

.section.hero {
  height: 100vh;
}

.hero-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.html-embed-2 {
  position: static;
  bottom: 0px;
  display: block;
  height: 100%;
  min-width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-logo-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  position: relative;
  top: -120px;
  border: 1px solid #000;
}

.box-card {
  position: relative;
  top: -120px;
  height: auto;
  margin-bottom: 40px;
  padding: 50px 0px 90px;
  border: 1px solid #d9e2eb;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 14px 34px 0 #f0f3f7;
}

.hero-bg {
  position: absolute;
  left: -530px;
  top: -30px;
  right: auto;
  bottom: auto;
  z-index: -3;
}

.hero-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 1264px;
  margin-right: auto;
  margin-bottom: 200px;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.hero-animation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #e8f2fb;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 86px;
  font-weight: 100;
}

.violet {
  color: #7c7bff;
}

.hero-emoji {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-emogi--item {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 24px;
  box-shadow: 0 14px 34px 0 #e4ebf1;
}

.hero-emogi--item-2 {
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 24px;
}

.hero-emoji--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 0px;
  -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;
}

.hero-emiji--img {
  position: absolute;
}

.hero-desription--text {
  position: relative;
  z-index: 2;
  font-family: eUkraine, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.hero-animation--color {
  width: 44px;
  height: 44px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#7c7bff), to(#b57bff));
  background-image: linear-gradient(90deg, #7c7bff, #b57bff);
}

.image-2 {
  position: absolute;
  left: 18px;
}

.timeline-num--1 {
  position: static;
  left: auto;
  margin-right: 16px;
}

.timeline-tooltip {
  position: absolute;
  left: 24px;
  right: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dots {
  width: 100%;
  height: 3px;
  background-image: url('../images/dots.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: repeat-x;
}

.timeline-num--2 {
  position: static;
  left: auto;
  margin-right: 16px;
  margin-left: 16px;
}

.timeline-num--3 {
  position: static;
  left: auto;
  margin-right: 0px;
  margin-left: 16px;
}

.hero-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 72px;
  padding-left: 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-links--item {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: eUkraine, sans-serif;
  color: #92a5b6;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-links--item:hover {
  color: #000;
  letter-spacing: 4px;
}

.mobile-rex--trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -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;
}

.lottie-animation {
  width: 900px;
}

.footer {
  background-color: #000;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid hsla(0, 0%, 100%, 0.1);
}

.footer-text {
  font-family: eUkraine, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.footer-top {
  padding-top: 80px;
  padding-bottom: 70px;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-social-item {
  margin-left: 16px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.footer-social-item:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.footer-social-item.fsi--first {
  margin-left: 0px;
}

.footer-tag {
  margin-top: 17px;
  font-family: eUkraine, sans-serif;
  color: #7c7bff;
  font-size: 32px;
  line-height: 40px;
}

.text-block {
  font-family: eUkraine, sans-serif;
  font-size: 12px;
}

.head2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
}

.head2.w60 {
  width: 60%;
}

.container {
  overflow: visible;
  width: 100%;
  max-width: none;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  overflow: visible;
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card {
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  color: #b8b9c2;
  text-decoration: none;
}

.arrow-left {
  left: auto;
  top: -110px;
  right: 70px;
  bottom: auto;
  display: block;
  width: 50px;
  height: 50px;
}

.arrow-right {
  left: auto;
  top: -110px;
  right: 0px;
  bottom: auto;
  width: 50px;
  height: 50px;
}

.card-body {
  height: 100%;
  padding: 24px 0px 0px;
  text-decoration: none;
}

.carousel-slider {
  width: 276px;
  margin-right: 32px;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: 0%;
}

.carousel-slider._4 {
  right: 0%;
}

.carousel-slider._3 {
  right: 0%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: 0%;
}

.carousel-slider._8 {
  right: -147%;
}

.btn {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask {
  overflow: visible;
  width: 276px;
}

.card-header {
  overflow: visible;
  width: 100%;
  height: auto;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 9px;
  background-color: #e8f2fb;
  box-shadow: none;
  text-decoration: none;
}

.icon {
  color: #000;
}

.icon-2 {
  color: #000;
}

.slider-section {
  overflow: hidden;
  padding-bottom: 80px;
}

.slider-head {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.slider-text {
  margin-bottom: 0px;
  font-family: eUkraine, sans-serif;
  color: #686868;
  font-weight: 200;
  text-decoration: none;
}

.slide-nav {
  display: none;
  color: #fff;
  font-size: 9px;
}

.text {
  position: relative;
  z-index: 2;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.text.w77 {
  width: 77%;
}

.text-link {
  color: #000;
}

.grid-2 {
  grid-column-gap: 50px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.space--l {
  height: 120px;
}

.section-gray {
  background-color: #e8f2fb;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  margin-bottom: 24px;
}

.space--m {
  height: 60px;
}

.list-label {
  position: relative;
  z-index: 2;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.list-label.w77 {
  width: 77%;
}

.list-img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.html-embed-3 {
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-3 {
  position: relative;
}

.lottie-animation-2 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 200px;
  right: auto;
  bottom: auto;
  width: 110%;
  padding-top: 10px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cursor {
  position: relative;
  top: 0px;
  display: block;
  margin-bottom: 70px;
  -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;
}

.headbodycard {
  margin-top: 72px;
  margin-bottom: 10px;
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 80px;
  font-weight: 100;
  text-align: center;
}

.nums {
  margin-top: 70px;
  margin-bottom: 80px;
  padding-right: 72px;
  padding-left: 72px;
}

.nums-grid {
  margin-bottom: 110px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nums-item--num {
  font-family: eUkraine, sans-serif;
  color: #7c7bff;
  font-size: 44px;
  line-height: 1;
  font-weight: 300;
}

.nums-item--description {
  margin-top: 8px;
  font-family: eUkraine, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.nums-item--description.small {
  width: 80%;
}

.nums-item--description.small-2 {
  width: 60%;
}

.divider--1 {
  height: 1px;
  margin-top: 50px;
  background-color: #d9e2eb;
}

.target {
  margin-top: 90px;
  padding-right: 72px;
  padding-left: 72px;
}

.grid-3 {
  margin-top: 0px;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
}

.target-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}

.target-item:hover {
  -webkit-transform: translate(0px, -16px);
  -ms-transform: translate(0px, -16px);
  transform: translate(0px, -16px);
}

.target-item--img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -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;
  text-decoration: none;
}

.image-4 {
  position: absolute;
  max-width: none;
}

.target-item--title {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 39px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.target-item--title.other {
  margin-top: 0px;
  text-align: left;
}

.text-span {
  color: #7c7bff;
}

.target-item--descr {
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.target-item--descr.other {
  text-align: left;
}

.target-item--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.target-item--linklabel {
  margin-right: 8px;
  font-family: eUkraine, sans-serif;
  color: #7c7bff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}

.targetother {
  margin-top: 120px;
  margin-right: 90px;
  margin-left: 90px;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 50px;
  border-radius: 16px;
  background-color: #e8f2fb;
  text-decoration: none;
}

.modal-1 {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 9999999;
  display: none;
  height: 100%;
  background-color: #fff;
}

.modal-title {
  width: 80%;
  margin-top: 80px;
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 50px;
}

.text-span-2 {
  color: #7c7bff;
}

.modal-close {
  position: absolute;
  top: 80px;
  right: 25px;
  z-index: 9999;
  display: block;
  cursor: pointer;
}

.modal-imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 250px;
  margin-top: 50px;
  padding-right: 0px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 16px;
  background-color: #e8f2fb;
}

.modal-imgbox.minimal {
  height: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-img--title {
  margin-bottom: 50px;
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.modal-img--title.minimal {
  margin-bottom: 0px;
  text-decoration: none;
}

.modal-img {
  height: 100%;
}

.modal-list {
  margin-top: 40px;
  margin-bottom: 70px;
}

.grid-4 {
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4.minimal {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.list-item--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item--top._2nd {
  margin-bottom: 10px;
}

.list-top--label {
  font-family: eUkraine, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
}

.list-top--label._2nd-bullet {
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.list-top--label._2nd-bullet-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-top--bullet {
  margin-right: 13px;
}

.list-item--2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 41px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item--2nd.last {
  padding-bottom: 24px;
}

.link {
  color: #000;
}

.modal-2 {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 9999999;
  display: none;
  height: 100%;
  background-color: #fff;
}

.modal-3 {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 9999999;
  display: none;
  height: 100%;
  background-color: #fff;
}

.link-2 {
  color: #000;
}

.modal-4 {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 9999999;
  display: none;
  height: 100%;
  background-color: #fff;
}

.link-3 {
  color: #000;
}

.link-4 {
  color: #000;
}

.modal-5 {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 9999999;
  display: none;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .trex {
    width: 100%;
    margin-top: 0px;
  }

  .box {
    padding-right: 24px;
    padding-left: 24px;
  }

  .box.hero-top {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box.box-padding.spacefix {
    margin-bottom: 10px;
  }

  .box.spacefix {
    margin-bottom: 40px;
  }

  .section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.hero {
    height: auto;
  }

  .hero-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image {
    max-width: 240px;
  }

  .hero-logo-copy {
    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;
  }

  .box-card {
    position: static;
    top: 0px;
    margin-bottom: 40px;
    padding-top: 32px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 24px;
  }

  .hero-bg {
    left: -350px;
    top: 50px;
  }

  .hero-content {
    position: relative;
    bottom: auto;
    margin-top: 32px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading.hero-title {
    margin-bottom: 40px;
    line-height: 85px;
    text-align: center;
  }

  .hero-emoji {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-emoji--item {
    margin-right: 24px;
  }

  .hero-emoji--item.hei--last {
    margin-right: 0px;
  }

  .hero-desription--text {
    text-align: center;
  }

  .hero-links {
    display: none;
    width: 100%;
  }

  .hero-links--item {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .hero-links--item:hover {
    letter-spacing: 1px;
  }

  .mobile-rex--trigger {
    z-index: 9999;
    display: block;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-text {
    width: 80%;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .grid {
    grid-row-gap: 41px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-social {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block {
    width: 80%;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .head2 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 52px;
  }

  .container {
    margin-top: 50px;
  }

  .carousel.is_contained {
    margin-bottom: 50px;
  }

  .arrow-left {
    top: -80px;
    right: 55px;
    display: none;
    width: 40px;
    height: 40px;
  }

  .arrow-right {
    top: -80px;
    display: none;
    width: 40px;
    height: 40px;
  }

  .card-body {
    padding-top: 16px;
  }

  .carousel-slider {
    width: 220px;
    margin-right: 24px;
  }

  .carousel-mask {
    width: 220px;
  }

  .slider-section {
    padding-bottom: 60px;
  }

  .slider-head {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
  }

  .slider-text {
    font-size: 13px;
    line-height: 18px;
  }

  .text {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .text.w77 {
    width: 100%;
  }

  .grid-2 {
    -ms-grid-columns: 4.75fr;
    grid-template-columns: 4.75fr;
    -ms-grid-rows: auto minmax(0px, 1fr);
    grid-template-rows: auto minmax(0px, 1fr);
  }

  .space--l {
    display: block;
    height: 70px;
  }

  .space--l.hidden {
    display: none;
  }

  .list-item {
    width: 100%;
  }

  .list-item.last {
    margin-bottom: 0px;
  }

  .space--m {
    height: 40px;
  }

  .list-label {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .list-label.w77 {
    width: 100%;
  }

  .lottie-animation-2 {
    width: 60%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .cursor {
    position: static;
    display: none;
  }

  .headbodycard {
    margin-top: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .nums {
    margin-top: 53px;
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .nums-grid {
    grid-column-gap: 10px;
    grid-row-gap: 23px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nums-item--num {
    font-size: 30px;
  }

  .nums-item--description {
    font-size: 16px;
    line-height: 22px;
  }

  .divider--1 {
    display: none;
  }

  .divider--1.mob-visible {
    display: block;
    margin-bottom: 50px;
  }

  .grid-3 {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .target-item {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 2px none #e8f2fb;
  }

  .target-item:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .target-item.last {
    padding-bottom: 70px;
  }

  .target-item--title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .target-item--descr {
    font-size: 18px;
  }

  .target-item--linklabel {
    font-size: 18px;
  }

  .targetother {
    margin-top: 0px;
    margin-right: 72px;
    margin-left: 72px;
    padding-right: 50px;
  }

  .modal-title {
    margin-top: 50px;
    font-size: 32px;
    line-height: 40px;
  }

  .modal-close {
    top: 53px;
    width: 48px;
  }

  .modal-imgbox {
    padding-left: 40px;
  }

  .modal-imgbox.minimal {
    height: 90px;
  }

  .modal-img--title {
    padding-right: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 26px;
  }

  .modal-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .modal-list {
    margin-bottom: 50px;
  }

  .list-top--label {
    font-size: 15px;
    line-height: 22px;
  }

  .list-top--bullet {
    width: 24px;
  }

  .list-item--2nd {
    padding-left: 39px;
  }
}

@media screen and (max-width: 767px) {
  .box {
    margin-bottom: 20px;
  }

  .box.box-padding {
    margin-bottom: 0px;
  }

  .section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .box-card {
    margin-bottom: 40px;
    padding-bottom: 45px;
    border-radius: 18px;
  }

  .hero-content {
    display: block;
    margin-top: 24px;
  }

  .hero-animation {
    height: 46px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .hero-text {
    display: block;
    margin-top: 30px;
  }

  .heading.hero-title {
    font-size: 60px;
    line-height: 69px;
  }

  .hero-emoji {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-emoji--item {
    margin-right: 0px;
  }

  .hero-emoji--item.hei--last {
    margin-right: 10px;
  }

  .hero-desription--text {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-animation--color {
    width: 1000px;
    height: 38px;
  }

  .timeline-num--1 {
    margin-right: 10px;
  }

  .timeline-num--2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .timeline-num--3 {
    margin-left: 10px;
  }

  .hero-links {
    display: none;
  }

  .footer-text {
    width: 100%;
    font-size: 28px;
  }

  .footer-tag {
    font-size: 28px;
  }

  .head2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .container {
    margin-top: 40px;
  }

  .arrow-left {
    top: -80px;
    right: 45px;
    width: 33px;
    height: 33px;
  }

  .arrow-right {
    top: -80px;
    width: 33px;
    height: 33px;
  }

  .carousel-slider {
    margin-right: 24px;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: auto;
  }

  .carousel-slider._4 {
    right: auto;
  }

  .carousel-slider._3 {
    right: auto;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: auto;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 220px;
  }

  .slider-section {
    padding-bottom: 32px;
  }

  .text {
    font-size: 16px;
    line-height: 24px;
  }

  .grid-2 {
    -ms-grid-rows: auto minmax(0px, 1fr);
    grid-template-rows: auto minmax(0px, 1fr);
  }

  .space--l {
    height: 60px;
  }

  .list-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-item.last {
    margin-bottom: 0px;
  }

  .list-label {
    font-size: 16px;
    line-height: 24px;
  }

  .nums-item--description.small-2 {
    width: 90%;
  }

  .divider--1.mob-visible {
    display: block;
  }

  .target {
    padding-right: 40px;
    padding-left: 40px;
  }

  .target-item.last {
    padding-bottom: 0px;
    border: 1px none #000;
  }

  .targetother {
    margin-top: 90px;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .modal-title {
    font-size: 28px;
    line-height: 35px;
  }

  .modal-close {
    top: 54px;
    width: 40px;
  }

  .modal-imgbox {
    height: 170px;
    padding-left: 30px;
    border-radius: 8px;
  }

  .modal-imgbox.minimal {
    height: 80px;
  }

  .modal-img--title {
    margin-bottom: 24px;
    padding-right: 40px;
    font-size: 22px;
  }

  .list-top--label {
    font-size: 13px;
    line-height: 18px;
  }

  .list-top--bullet {
    width: 20px;
  }

  .list-item--2nd {
    padding-left: 33px;
  }
}

@media screen and (max-width: 479px) {
  .trex {
    margin-top: 10px;
  }

  .box {
    padding-right: 16px;
    padding-left: 16px;
  }

  .box.hero-top {
    margin-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .box.box-padding {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-logo {
    width: 100%;
    padding-bottom: 0px;
  }

  .image {
    max-width: 200px;
  }

  .box-card {
    margin-bottom: 40px;
    padding: 24px 0px 17px;
  }

  .hero-content {
    margin-top: 36px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-text {
    margin-top: 30px;
  }

  .heading.hero-title {
    font-size: 38px;
    line-height: 44px;
  }

  .hero-emoji {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-emoji--item {
    margin-right: 20px;
  }

  .hero-emoji--item.hei-hidden {
    display: none;
  }

  .hero-desription--text {
    font-size: 16px;
    line-height: 21px;
  }

  .hero-animation--color {
    width: 38px;
  }

  .timeline-num--1 {
    width: auto;
    max-width: none;
  }

  .image-3 {
    width: 220px;
  }

  .footer-text {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-top {
    padding-bottom: 34px;
  }

  .grid {
    grid-row-gap: 29px;
  }

  .footer-social-item {
    width: 40px;
  }

  .footer-social-item.fsi--first {
    width: 40px;
  }

  .text-block {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-logo {
    margin-bottom: 16px;
  }

  .head2 {
    margin-bottom: 22px;
    font-size: 32px;
    line-height: 40px;
  }

  .arrow-left {
    display: none;
  }

  .arrow-right {
    display: none;
  }

  .card-body {
    padding: 16px 0px 0px;
  }

  .carousel-slider {
    width: 240px;
    margin-right: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: auto;
  }

  .carousel-slider._4 {
    right: auto;
  }

  .carousel-slider._3 {
    right: auto;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: auto;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 240px;
  }

  .slider-section {
    padding-bottom: 10px;
  }

  .slider-head {
    font-size: 18px;
    line-height: 22px;
  }

  .slider-text {
    font-weight: 300;
  }

  .text {
    font-size: 14px;
    line-height: 22px;
  }

  .space--l {
    height: 50px;
  }

  .space--m {
    display: block;
  }

  .space--m.mobile-hidden {
    display: none;
  }

  .list-label {
    font-size: 16px;
    line-height: 22px;
  }

  .lottie-animation-2 {
    width: 100%;
    margin-bottom: -20px;
  }

  .cursor {
    position: relative;
    display: block;
    margin-bottom: 0px;
  }

  .headbodycard {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 31px;
    font-weight: 400;
    text-align: center;
  }

  .nums {
    margin-top: 40px;
    margin-bottom: 70px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .nums-grid {
    margin-bottom: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .num-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nums-item--num {
    font-size: 26px;
    text-align: center;
  }

  .nums-item--description {
    width: 80%;
    margin-top: 4px;
    font-size: 14px;
    text-align: center;
  }

  .nums-item--description.small {
    width: 80%;
  }

  .nums-item--description.small-2 {
    width: 80%;
  }

  .divider--1.mob-visible {
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .target {
    margin-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .target-item {
    padding-bottom: 0px;
    border-bottom-width: 0px;
  }

  .target-item--img {
    width: 80px;
    height: 80px;
  }

  .image-4 {
    width: 120px;
  }

  .target-item--title {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }

  .target-item--title.other {
    text-align: center;
  }

  .target-item--descr {
    font-size: 14px;
    line-height: 20px;
  }

  .target-item--descr.other {
    text-align: center;
  }

  .target-item--link {
    margin-top: 16px;
    -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;
  }

  .target-item--linklabel {
    margin-right: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-5 {
    width: 20px;
  }

  .targetother {
    margin-top: 60px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 23px 16px 27px;
    border-radius: 8px;
  }

  .modal-title {
    margin-top: 32px;
    font-size: 20px;
    line-height: 27px;
  }

  .modal-close {
    top: 32px;
    right: 11px;
    width: 34px;
  }

  .modal-imgbox {
    height: 120px;
    margin-top: 40px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .modal-imgbox.minimal {
    height: 70px;
  }

  .modal-img--title {
    margin-bottom: 17px;
    padding-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 23px;
  }

  .modal-img {
    max-width: none;
  }

  .modal-list {
    margin-top: 30px;
  }

  .grid-4 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-item--top {
    margin-bottom: 18px;
  }

  .modal-2 {
    position: fixed;
  }

  .modal-3 {
    position: fixed;
  }

  .modal-4 {
    position: fixed;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_846ad25d-cc63-e6d5-ba90-747cd03a0211-75fddbe3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}