@charset "UTF-8";
@media only screen and (min-width: 992px) {
  section {
    padding: 11rem 0;
  }
}

.gradient {
  background: linear-gradient(180deg, #0b8ead 4.12%, #089cb9 43.54%, #00bbd6 107.89%), linear-gradient(358.18deg, rgba(10, 154, 183, 0) 83.09%, rgba(23, 35, 42, 0.44) 114.4%);
  color: #fff;
}

.descr {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.08rem;
}
@media only screen and (min-width: 992px) {
  .descr {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.descr p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.descr p + p {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .descr p + p {
    margin-top: 2rem;
  }
}

.title {
  font-size: 5.2rem;
  line-height: 5.7rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .title {
    font-size: 8.6rem;
    line-height: 100%;
  }
}

.subtitle {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 4.56rem;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .subtitle {
    font-size: 6.4rem;
    line-height: 7.68rem;
  }
}

.section-title {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 4.56rem;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .section-title {
    font-size: 5.8rem;
    line-height: 6.96rem;
  }
}

.subsection-title {
  font-size: 2.8rem;
  line-height: 2.08rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .subsection-title {
    font-size: 4.8rem;
    line-height: 5.76rem;
  }
}

.banner {
  padding: 10.8rem 0 0;
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .banner {
    padding-top: 12.2rem 0 0;
  }
}
.banner__head {
  max-width: 94rem;
}
.banner__subtitle {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .banner__subtitle {
    font-size: 3.2rem;
  }
}
.banner__title {
  margin-top: 1.3rem;
  font-size: 5.4rem;
  font-weight: 600;
  display: inline-flex;
  flex-direction: column;
}
.banner__title span {
  font-size: inherit;
}
.banner__title b:first-child:before {
  content: "—";
  color: #fff;
  font-weight: 200;
  margin-right: 2rem;
}
@media only screen and (min-width: 992px) {
  .banner__title b:first-child:before {
    margin-right: 3rem;
  }
}
.banner__title small {
  color: #fff;
  font-weight: 200;
}
.banner__title mark {
  background: transparent;
  color: var(--secondary);
  font-weight: inherit;
}
.banner__title .tar {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .banner__title {
    font-size: 9.4rem;
  }
}
.banner__body {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 5rem;
  gap: 2.8rem;
}
@media only screen and (min-width: 992px) {
  .banner__body {
    margin-top: 10rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 9.2rem;
  }
}
.banner__img {
  max-width: 37.6rem;
}
@media only screen and (max-width: 992px) {
  .banner__img .title-small {
    display: none;
  }
}
.banner__img-wrap {
  overflow: hidden;
  max-width: 36.4rem;
  display: flex;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .banner__img-wrap {
    margin-top: 31rem;
  }
}
.banner__img-wrap img {
  max-width: 100%;
  width: 100%;
}
.banner__img-descr {
  margin-top: 2.8rem;
}
@media only screen and (min-width: 992px) {
  .banner__img-descr {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content {
    position: sticky;
    top: 8.2rem;
  }
}
.banner__content-title {
  font-size: 2.8rem;
  line-height: 3.08rem;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .banner__content-title {
    font-size: 4.8rem;
    line-height: 5.76rem;
  }
}
.banner__content-title span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: var(--secondary);
}
.banner__content-descr {
  margin-top: 2.8rem;
}
@media only screen and (min-width: 992px) {
  .banner__content-descr {
    margin-top: 4.5rem;
  }
}

.goals {
  padding: 2.8rem 0 0;
}
@media only screen and (min-width: 992px) {
  .goals {
    padding: 11rem 0 0;
  }
}
.goals__wrap {
  padding-bottom: 5.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 992px) {
  .goals__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.4rem 3rem;
  }
}
.goals__item {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 3rem;
}
@media only screen and (min-width: 992px) {
  .goals__item {
    padding-top: 5rem;
  }
}
.goals__item-title {
  font-size: 5.8rem;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .goals__item-title {
    font-size: 8.6rem;
  }
}
.goals__item-descr {
  font-size: 1.4rem;
  margin-top: 1.8rem;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .goals__item-descr {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .why {
    padding-top: 12.4rem;
    position: static;
    overflow: visible;
  }
  .why .container,
  .why .grid-2 {
    position: static;
  }
}
@media only screen and (max-width: 992px) {
  .why {
    padding: 5.3rem 0 5rem;
  }
}
.why__wrap {
  max-width: 36rem;
}
.why__title {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .why__title {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 992px) {
  .why__title {
    margin-top: 4.8rem;
  }
}
.why__descr {
  margin-top: 2.8rem;
}
@media only screen and (min-width: 992px) {
  .why__descr {
    margin-top: 2.6rem;
  }
}
.why__watch {
  position: absolute;
  width: 6.8rem;
  height: 6.8rem;
  background-color: rgba(92, 229, 253, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  cursor: pointer;
}
.why__watch-wrap {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.why__watch-container {
  display: flex;
  position: absolute;
  height: 12rem;
  width: 12rem;
  justify-content: center;
  align-items: center;
  top: 0rem;
  right: 3rem;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .why__watch-container {
    height: 20rem;
    width: 20rem;
    position: relative;
    margin-top: -20rem;
    top: 10rem;
  }
}
.why__watch-text {
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-color: var(--white);
  z-index: 1;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  animation: spin 30s linear infinite;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .why__watch-text {
    width: 13.4rem;
    height: 13.4rem;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0) translate(-50%, -50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@media only screen and (min-width: 992px) {
  .why__watch {
    width: 8rem;
    height: 8rem;
  }
}
.why__watch svg path {
  transition: 0.2s ease-in-out;
}
.why__watch:hover {
  border-color: #fff;
  background-color: #fff;
}
.why__watch:hover path {
  fill: #089cb9;
}
.why__content {
  padding-top: 10.6rem;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .why__content {
    position: static;
    padding-top: 6rem;
  }
}
.why__content-wrap + .why__content-wrap {
  margin-top: 4.8rem;
}
.why__content-wrap.divider {
  margin-top: 3.6rem;
  padding-top: 3.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) {
  .why__content-wrap.divider {
    margin-top: 4.8rem;
    padding-top: 4.8rem;
  }
}
.why__content-title {
  color: #5ce5fd;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2rem;
}
.why__content-title + .why__content-descr {
  margin-top: 2.4rem;
}
.why__content-descr {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.08rem;
}
.why__content-descr p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.why__content-descr ul {
  padding-left: 2rem;
}
.why__content-descr ul li {
  list-style: disc;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.why__content-descr ul li + li {
  margin-top: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .why__content-descr {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

@media only screen and (max-width: 992px) {
  .awards {
    padding: 6.6rem 0 4.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .awards {
    padding-bottom: 8rem;
  }
}
.awards__head {
  align-items: flex-end;
}
.awards__title {
  font-size: 4.8rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .awards__title {
    font-size: 8.6rem;
  }
}
.awards__descr {
  font-size: 1.6rem;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .awards__descr {
    font-size: 2rem;
  }
}
.awards__wrap {
  margin-top: 3.6rem;
}
@media only screen and (min-width: 992px) {
  .awards__wrap {
    margin-top: 10rem;
  }
}
.awards__item {
  padding: 3.6rem 0;
  border-top: 1px solid rgba(179, 193, 198, 0.5);
}
@media only screen and (max-width: 992px) {
  .awards__item {
    grid-gap: 2.4rem;
  }
}
.awards__item:last-child {
  padding-bottom: 0;
}
.awards__item-content, .awards__item-img {
  flex: 1;
}
.awards__item-content {
  max-width: 48.6rem;
}
.awards__item-title {
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .awards__item-title {
    font-size: 4.2rem;
  }
}
.awards__item-descr {
  font-size: 1.6rem;
  margin-top: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .awards__item-descr {
    font-size: 1.8rem;
  }
}
.awards__item-tags {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.8rem;
}
.awards__item-tags li {
  color: #121212;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.6rem 1rem;
  border-radius: 2.4rem;
  border: 1px solid rgba(179, 193, 198, 0.8);
}
.awards__item-tags li span {
  font-size: inherit;
  font-weight: inherit;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .awards__item-tags li {
    font-size: 1.2rem;
    padding: 0.8rem 1.4rem;
  }
}
.awards__item-img {
  overflow: hidden;
  border-radius: 4px;
}
.awards__item-img img {
  max-width: 100%;
}

.sertified {
  background: var(--primary);
  background: linear-gradient(0deg, #089cb9, #089cb9), linear-gradient(129.83deg, #089cb9 69.73%, #00bbd6 98.47%);
}
@media only screen and (max-width: 992px) {
  .sertified {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .sertified {
    background: linear-gradient(0deg, #089cb9, #089cb9), linear-gradient(128.7deg, #089cb9 45.22%, #00bbd6 85.15%);
  }
}
.sertified__content {
  color: #fff;
}
.sertified__title {
  font-size: 3.8rem;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .sertified__title {
    font-size: 6.4rem;
  }
}
.sertified__title span {
  color: var(--secondary);
  font-size: inherit;
}
.sertified__descr p {
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 300;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .sertified__descr p {
    font-size: 2rem;
  }
}
.sertified__descr p + p {
  margin-top: 1.6rem;
}
.sertified__wrap {
  margin-top: 3.6rem;
  grid-gap: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .sertified__wrap {
    margin-top: 8rem;
  }
}
.sertified__item {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .sertified__item {
    padding: 2.6rem 2.4rem;
  }
}
.sertified__item:after {
  content: "";
  background: url("../../img/SMART/arrow.svg") no-repeat center center;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.sertified__item:hover {
  border-color: #5ce5fd;
  background-color: rgba(255, 255, 255, 0.08);
}
.sertified__item:hover:after {
  opacity: 1;
}
.sertified__item-img {
  max-width: 6.8rem;
  max-height: 6.8rem;
}
@media only screen and (min-width: 992px) {
  .sertified__item-img {
    max-width: 7.2rem;
    max-height: 7.2rem;
  }
}
.sertified__item-img img {
  max-width: 100%;
  max-height: 100%;
}
.sertified__item-content {
  margin-left: 2rem;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .sertified__item-content {
    margin-left: 2.2rem;
  }
}
.sertified__item-title {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .sertified__item-title {
    font-size: 1.6rem;
  }
}
.sertified__item-descr {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .sertified__item-descr {
    font-size: 1.4rem;
  }
}

.ecosystem .container {
  text-align: center;
}
.ecosystem__title {
  font-size: 3.8rem;
  max-width: 110rem;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .ecosystem__title {
    font-size: 6.4rem;
  }
}
.ecosystem__descr {
  margin: 2.4rem auto 0;
  font-size: 1.6rem;
  font-weight: 300;
  max-width: 80.2rem;
}
@media only screen and (min-width: 992px) {
  .ecosystem__descr {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
.ecosystem__wrap {
  grid-gap: 6px;
  margin-top: 5rem;
}
@media only screen and (min-width: 992px) {
  .ecosystem__wrap {
    margin-top: 6rem;
    grid-gap: 12px;
  }
}
.ecosystem__item {
  border: 1px solid #e9eff1;
  background-color: #f5f5f5;
  padding: 1.4rem 1.8rem;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .ecosystem__item {
    background-color: #f7fafb;
    padding: 2.6rem 2.4rem;
  }
}
.ecosystem__item-icon {
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .ecosystem__item-icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.ecosystem__item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.ecosystem__item-title {
  font-size: 1.4rem;
  font-weight: 300;
  color: #121212;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .ecosystem__item-title {
    font-size: 1.8rem;
  }
}

.subscribe {
  background: linear-gradient(0deg, #089cb9, #089cb9), linear-gradient(115.45deg, #089cb9 47.83%, #00bbd6 93.69%);
}
.subscribe .container {
  grid-gap: 2.4rem;
}
.subscribe__title {
  color: #fff;
  font-size: 3.8rem;
}
@media only screen and (min-width: 992px) {
  .subscribe__title {
    font-size: 5.8rem;
  }
}
.subscribe__form {
  max-width: 41rem;
}
.subscribe__form-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .subscribe__form-title {
    font-size: 2rem;
  }
}
.subscribe__form-wrap {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .subscribe__form-wrap {
    margin-top: 3rem;
  }
}

.contact {
  overflow: visible;
}
.contact__container {
  align-items: flex-start;
}
.contact__wrap {
  max-width: 43.5rem;
}
@media only screen and (min-width: 992px) {
  .contact__wrap {
    position: sticky;
    top: 10.2rem;
  }
}
.contact__title {
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .contact__title {
    font-size: 6.4rem;
  }
}
.contact__descr {
  font-size: 1.6rem;
  font-weight: 300;
  max-width: 37rem;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .contact__descr {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

:root {
  --gap: 3rem;
  --duration: 30s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  --mask-direction: right;
}

.tape .marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(var(--mask-direction, to right)), color-stop(hsla(0, 0%, 0%, 0)), color-stop(20%, hsl(0, 0%, 0%)), color-stop(80%, hsl(0, 0%, 0%)), to(hsla(0, 0%, 0%, 0)));
  -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
  mask-image: -webkit-gradient(linear, left top, left bottom, from(var(--mask-direction, to right)), color-stop(hsla(0, 0%, 0%, 0)), color-stop(20%, hsl(0, 0%, 0%)), color-stop(80%, hsl(0, 0%, 0%)), to(hsla(0, 0%, 0%, 0)));
  mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}
.tape .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}
.tape .marquee__group span {
  font-size: 7.8rem;
  font-weight: 600;
  text-shadow: -1px 0 #9396ae, 0 1px #9396ae, 1px 0 #9396ae, 0 -1px #9396ae;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 992px) {
  .tape .marquee__group span {
    font-size: 12.4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tape .marquee__group {
    animation-play-state: paused;
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

#containerTEST {
  display: flex;
  position: relative;
  height: 150px;
  width: 150px;
  justify-content: center;
  align-items: center;
}

.circle {
  position: absolute;
  height: 50px;
  width: 50px;
  border: solid 2px gray;
  border-radius: 100%;
}

.green {
  background: green;
}

.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}