body {
  background: linear-gradient(141.87deg, #313131 54.55%, #313232 57.53%, #313435 60.51%, #32383a 63.49%, #333e41 66.47%, #33454b 69.45%, #354e56 72.42%, #365763 75.4%, #37616f 78.38%, #386b7c 81.36%, #397487 84.34%, #3a7b90 87.32%, #3b8198 90.3%, #3c859d 93.28%, #3c87a0 96.25%, #3c88a1 99.23%);
}

.start {
  width: 100%;
  height: 100vh;
  background: url("../../../assets/background3d.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.start .main-title {
  font-weight: 600;
  font-size: 96px;
  line-height: 118px;
  background: -webkit-gradient(linear, left top, right top, from(#fcdcff), to(#95dfff)), -webkit-gradient(linear, right top, left top, from(#d9d9d9), to(#d9d9d9));
  background: linear-gradient(90deg, #fcdcff 0%, #95dfff 100%), linear-gradient(to left, #d9d9d9, #d9d9d9);
}

@media screen and (max-width: 1380px) {
  .start .main-title {
    font-size: clamp(36px, 6vw, 96px);
    line-height: clamp(40px, 6vw, 118px);
    overflow: hidden;
  }
}

.start .fade-right {
  background: -webkit-gradient(linear, left top, right top, from(#181818), to(rgba(24, 24, 24, 0)));
  background: linear-gradient(90deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
  width: 85%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1380px) {
  .start .fade-right {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.start .fade-right .transitioning {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0;
}

.start .fade-right .random {
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  opacity: 1;
}

.start .fade-right .changed-text {
  font-size: 60px;
  line-height: 76px;
  color: #ffffff;
  margin-left: 40px;
}

@media screen and (max-width: 1380px) {
  .start .fade-right .changed-text {
    font-size: clamp(24px, 5vw, 60px);
    line-height: clamp(30px, 5vw, 76px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .start .fade-right .changed-text {
    white-space: pre-wrap;
  }
}

.start .main-text {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
  margin-left: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1380px) {
  .start .main-text {
    font-size: clamp(16px, 8vw, 36px);
    line-height: clamp(20px, 8vw, 44px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.start .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}

.start .back .gif-back {
  background: url("/assets/gif-back.gif");
  background-size: cover;
  opacity: 0.5;
  -webkit-filter: blur(9px);
          filter: blur(9px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info {
  background: linear-gradient(141.87deg, #313131 54.55%, #313232 57.53%, #313435 60.51%, #32383a 63.49%, #333e41 66.47%, #33454b 69.45%, #354e56 72.42%, #365763 75.4%, #37616f 78.38%, #386b7c 81.36%, #397487 84.34%, #3a7b90 87.32%, #3b8198 90.3%, #3c859d 93.28%, #3c87a0 96.25%, #3c88a1 99.23%);
  padding: 20px 40px;
  overflow-y: visible;
  overflow-x: clip;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1380px) {
  .info {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 750px) {
  .info {
    padding: 40px 0;
  }
}

@media screen and (max-width: 600px) {
  .info {
    padding: 0 0 40px 0;
  }
}

.info .grid-elements {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  position: relative;
}

@media screen and (max-width: 1380px) {
  .info .grid-elements {
    padding: 0;
  }
}

.info .left-info {
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}

@media screen and (max-width: 900px) {
  .info .left-info {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.info .right-info {
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
}

@media screen and (max-width: 900px) {
  .info .right-info {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.info .info-block {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(43.5px);
          backdrop-filter: blur(43.5px);
  width: 100%;
  padding: 20px 0;
  max-width: 1200px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 900px) {
  .info .info-block {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}

@media screen and (max-width: 750px) {
  .info .info-block .homepage-info-block-title {
    text-align: left !important;
    font-size: 24px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.info .info-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 134%;
  color: #ffffff;
  padding: 0 20px;
}

.info .cubes {
  height: 100%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .info .cubes {
    justify-items: stretch;
  }
}

.info .cubes .cube {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  position: relative;
  z-index: -10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.info .cubes .cube1 {
  z-index: 50;
  left: 150px;
}

@media screen and (max-width: 900px) {
  .info .cubes .cube1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 750px) {
  .info .cubes .cube1 {
    width: 70%;
    left: auto;
    right: 0;
  }
}

.info .cubes .cube2 {
  z-index: 10;
  right: 50px;
}

@media screen and (max-width: 750px) {
  .info .cubes .cube2 {
    left: auto;
    right: 0;
    width: 100%;
  }
}

.info .cubes .cube3 {
  z-index: 50;
  right: 50px;
  top: 150px;
}

@media screen and (max-width: 1450px) {
  .info .cubes .cube3 {
    width: 370px;
  }
}

@media screen and (max-width: 750px) {
  .info .cubes .cube3 {
    width: 70%;
    top: 500px;
  }
}

.info .cubes .notebook {
  z-index: 50;
  bottom: 100px;
  -webkit-filter: drop-shadow(-10px 14px 24px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-10px 14px 24px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 1450px) {
  .info .cubes .notebook {
    width: 500px;
  }
}

@media screen and (max-width: 750px) {
  .info .cubes .notebook {
    width: 100%;
  }
}

.info .cubes .cube4 {
  z-index: 50;
  left: 100px;
  bottom: 10px;
}

@media screen and (max-width: 750px) {
  .info .cubes .cube4 {
    width: 70%;
    top: 80px;
    left: 0px;
  }
}

.info .cubes .cube5 {
  z-index: 10;
  right: 80px;
  top: 30px;
}

@media screen and (max-width: 750px) {
  .info .cubes .cube5 {
    width: 50%;
    top: -70px;
  }
}

.info .leader-line {
  z-index: 20;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(110, 191, 194, 0.7));
          filter: drop-shadow(0px 0px 16px rgba(110, 191, 194, 0.7));
}

.strength {
  position: relative;
  z-index: 3;
  background: rgba(33, 33, 33, 0.5);
  -webkit-backdrop-filter: blur(24.5px);
          backdrop-filter: blur(24.5px);
  padding: 40px 40px;
  overflow: hidden;
}

@media screen and (max-width: 1380px) {
  .strength {
    padding: 40px 0px;
  }
}

.strength .back-circle .ellipse-1 {
  background: #ff6363;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 109px 16px #ff6969;
          box-shadow: 0px 0px 109px 16px #ff6969;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-animation: moving 15s linear infinite;
          animation: moving 15s linear infinite;
  offset-path: path("M1547 135.5C1486.28 46.4468 1413.64 -4.49804 1306 0.99972C1207.26 6.04309 1137.2 47.8194 1091.5 135.5C1034.58 244.713 1176.5 343 1154.5 444.5C1132.5 546 899.898 483.079 744.5 444.5C500.281 383.869 453.789 -39.6601 224.5 63.9997C84.6003 127.247 -26.1668 241.592 7.00003 391.5C35.9 522.122 144.662 573.259 274.5 605.5C427.331 643.45 507.996 525.27 663 497.5C992.524 438.463 1364.65 814.042 1520 517.5C1589.4 385.025 1631.25 259.065 1547 135.5Z");
}

.strength .back-circle .ellipse-2 {
  background: #99aefc;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 109px 16px rgba(114, 145, 255, 0.56);
          box-shadow: 0px 0px 109px 16px rgba(114, 145, 255, 0.56);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-animation: moving 15s linear infinite;
          animation: moving 15s linear infinite;
  offset-path: path("M610 582.5C445.154 586.639 325.224 633.37 190 539C82.4555 463.947 -33.3895 379.258 9.99998 255.5C51.5679 136.937 185.477 161.005 308.5 135.5C475.343 100.911 576.573 180.871 744.5 152C904.355 124.517 969.81 4.25714 1132 2.4999C1264.19 1.06765 1379.56 -11.2844 1457.5 95.4999C1548.91 220.743 1510.28 390.527 1388.5 486.5C1285.65 567.554 1184.17 495.715 1054 510C879.359 529.165 785.634 578.09 610 582.5Z");
}

.strength .back-circle .ellipse-3 {
  background: #a3f796;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 109px 16px rgba(133, 255, 114, 0.56);
          box-shadow: 0px 0px 109px 16px rgba(133, 255, 114, 0.56);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-animation: moving 15s linear infinite;
          animation: moving 15s linear infinite;
  offset-path: path("M657.5 27.5002C418.586 33.6354 171.945 -81.5768 53.5 126C18.9632 186.526 9.66479 227.683 2.50001 297C-35.9329 668.827 595.093 611.723 943 475C1290.91 338.277 1369.99 92.4235 1170 73.0001C970.01 53.5766 858.365 22.342 657.5 27.5002Z");
}

@-webkit-keyframes moving {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}

@keyframes moving {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}

.strength .back-circle .cube6 {
  position: absolute;
  bottom: -250px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.strength .back-circle .cube7 {
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

@media screen and (max-width: 1000px) {
  .strength .back-circle .cube7 {
    right: -90px;
  }
}

.strength .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 500px) {
  .strength .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.strength .title h2 {
  font-style: normal;
  font-weight: 550;
  font-size: 64px;
  line-height: 78px;
  text-align: justify;
  color: #000000;
  background: #ffffff;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1200px) {
  .strength .title h2 {
    font-size: clamp(30px, 4vw, 64px) !important;
    line-height: clamp(35px, 4vw, 78px) !important;
  }
}

.strength .title span {
  margin-left: 10px;
  font-style: normal;
  font-weight: 550;
  font-size: 48px;
  line-height: 59px;
  text-align: justify;
  color: #ffffff;
}

@media screen and (max-width: 1450px) {
  .strength .title span {
    font-size: clamp(20px, 4vw, 48px);
    line-height: clamp(29px, 4vw, 59px);
  }
}

@media screen and (max-width: 1000px) {
  .strength .title span {
    margin-left: 20px;
  }
}

.strength h3 {
  background: transparent;
  font-style: normal;
  font-weight: 450;
  font-size: 48px;
  line-height: 59px;
  text-align: justify;
  text-transform: none;
  color: #ffffff;
  padding: 0;
  margin: 40px 0;
}

@media screen and (max-width: 1380px) {
  .strength h3 {
    font-size: clamp(20px, 4vw, 44px);
    line-height: clamp(29px, 4vw, 50px);
    margin: 20px;
  }
}

.strength .three-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 70px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1380px) {
  .strength .three-grid {
    margin: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .strength .three-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .strength .three-grid div:nth-of-type(3) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 700px) {
  .strength .three-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .strength .three-grid div:nth-of-type(3) {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
  }
}

.strength .three-grid .text-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  text-align: left;
}

.strength .three-grid .text-info p span {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-align: justify;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 10px;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.7));
}

@media screen and (max-width: 1380px) {
  .strength .three-grid .text-info p span {
    font-size: clamp(24px, 8vw, 44px);
    line-height: clamp(24px, 8vw, 44px);
  }
}

.strength .three-grid .text-info p a {
  text-decoration: underline;
}

.partners {
  height: 500px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners h2 {
  font-style: normal;
  text-align: justify;
  color: #000000;
}
/*# sourceMappingURL=main.css.map */