@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Share+Tech+Mono&display=swap");
body {
  font-family: "Inter", sans-serif;
  background-color: #03001f; }
  @media (max-width: 480px) {
    body {
      overflow-x: hidden; } }

.button {
  background: linear-gradient(90deg, #e31937 0%, #5236ab 100%);
  display: block;
  border-radius: 20px;
  border: none;
  padding: 10px 36.5px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: white;
  cursor: pointer;
  margin: 0 auto; }

.container {
  width: 1297px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .container {
      width: 290px; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .header__logo {
    cursor: pointer;
    width: 215px; }
    @media (max-width: 470px) {
      .header__logo {
        width: 160px; } }
  .header__container {
    width: 1297px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 470px) {
      .header__container {
        width: 100%; } }
  .header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.header-scroll {
  background-color: white;
  position: fixed;
  top: -100px;
  transition: top 0.3s;
  width: 100%;
  z-index: 5; }
  @media (max-width: 470px) {
    .header-scroll {
      display: none; } }

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-right: 40px; }
  @media (max-width: 470px) {
    .nav {
      display: none; } }
  .nav__item {
    list-style: none; }
  .nav__link {
    font-size: 17px;
    font-family: "Share Tech Mono", monospace;
    color: #bebadd;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    line-height: 19px;
    letter-spacing: 0.22em;
    position: relative; }
    .nav__link:hover {
      color: #fff;
      text-decoration: none; }
    .nav__link:hover::after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      position: absolute;
      background: linear-gradient(to right, #e31937, #5236ab);
      bottom: -11px;
      left: 0; }

.active {
  top: 0; }

.nav-scroll__link {
  font-size: 17px;
  font-family: "Share Tech Mono", monospace;
  color: #03001f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 19px;
  letter-spacing: 0.22em;
  position: relative; }
  .nav-scroll__link:hover {
    color: #e31937;
    text-decoration: none; }

.nav-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: linear-gradient(to right, #e31937, #5236ab);
  bottom: -11px;
  left: 0; }

@media (max-width: 470px) {
  .about {
    padding-bottom: 24px; } }

.about__bg {
  position: absolute;
  top: -10;
  z-index: -5;
  width: 100%; }
  @media (max-width: 470px) {
    .about__bg {
      display: none; } }

.about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start; }

.about__title {
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 58px;
  margin-top: 180px;
  letter-spacing: 0.22em;
  margin-bottom: 0; }
  @media (max-width: 470px) {
    .about__title {
      font-size: 28px;
      margin-top: 68px;
      margin-bottom: 10px; } }
  @media (max-width: 470px) {
    .about__title br {
      display: none; } }

.about__title span {
  font-family: "Share Tech Mono", monospace;
  text-transform: uppercase;
  background: linear-gradient(180deg, #e31937 0%, #5236ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 58px; }

.about__img {
  width: 860px; }
  @media (max-width: 470px) {
    .about__img {
      width: 130%; } }

.about__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0 100px;
  gap: 4px; }
  @media (max-width: 470px) {
    .about__text {
      display: none; } }

.about__text span {
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 0 8px;
  font-size: 18px;
  line-height: 36px;
  display: block;
  width: fit-content;
  background-color: #5236ab; }

.about__text-mobile {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  width: 250px;
  background-color: #5236ab;
  padding: 10px 15px; }
  @media (min-width: 471px) {
    .about__text-mobile {
      display: none; } }

.thesis {
  background-color: white; }
  .thesis__list {
    display: flex;
    flex-direction: column;
    padding-top: 53px;
    gap: 22px; }
    @media (max-width: 470px) {
      .thesis__list {
        display: none; } }
  .thesis__line {
    display: flex;
    justify-content: center; }
  .thesis__line:nth-of-type(2) .thesis__item {
    flex-direction: row-reverse; }
  .thesis__line:nth-of-type(3) .thesis__item {
    flex-direction: row-reverse; }
  .thesis__line:nth-of-type(4) .thesis__item {
    flex-direction: row-reverse; }
  .thesis__line:nth-of-type(4) .thesis__item.active {
    left: -180px; }
  .thesis__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative; }
  .thesis__item.active {
    margin: 0 10px; }
  .thesis__title {
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #03001f;
    margin: 0 21px; }
  .thesis__item.active .thesis__title {
    color: white;
    z-index: 3;
    position: relative; }
  .thesis__content {
    width: 75px;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out; }
  .thesis__item.active .thesis__content {
    width: 365px;
    position: absolute;
    left: 0;
    z-index: 2; }
  .thesis__item:nth-of-type(2) .thesis__content {
    width: 126px; }
  .thesis__item:nth-of-type(3) .thesis__content {
    width: 92px; }
  .thesis__item:nth-of-type(4) .thesis__content {
    width: 92px;
    display: none; }
  .thesis__item:nth-of-type(5) .thesis__content {
    width: 92px; }
  .thesis__item:nth-of-type(6) .thesis__content {
    width: 92px; }
  .thesis__item:nth-of-type(7) .thesis__content {
    width: 92px; }
  .thesis__item:nth-of-type(8) .thesis__content {
    width: 92px; }
  .thesis__item:nth-of-type(9) .thesis__content {
    width: 92px; }
  .thesis__item:nth-of-type(10) .thesis__content {
    width: 92px; }
  .thesis__item:nth-of-type(4).active .thesis__content {
    display: block; }
  .thesis__icon {
    width: 100%;
    height: 22px;
    border-radius: 5px;
    background-image: url(".././assets/thesis-bg.png");
    background-position: left;
    background-size: cover; }
  .thesis__item.active .thesis__icon {
    width: 365px;
    height: 46px;
    position: relative;
    overflow: hidden; }
  .thesis__item.active .thesis__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5; }
  .thesis__text {
    display: none;
    position: absolute;
    width: 365px;
    box-sizing: border-box;
    padding: 32px 25px;
    border-radius: 4px;
    line-height: 135%;
    background-color: white;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.14)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.12)); }
  .thesis__item.active .thesis__text {
    display: block;
    transition: transform 0.3s ease-in-out; }
  .thesis__img {
    width: 1125px;
    margin: 0 auto;
    display: block; }
    @media (max-width: 470px) {
      .thesis__img {
        display: none; } }
  .thesis__img-mob {
    display: none;
    margin: 0 auto;
    width: 100%; }
    @media (max-width: 470px) {
      .thesis__img-mob {
        display: block; } }

.thesis-mob {
  display: none;
  width: 293px;
  margin: 0 auto;
  padding-top: 30px;
  flex-direction: column;
  align-items: center;
  gap: 11px; }
  @media (max-width: 470px) {
    .thesis-mob {
      display: flex; } }
  .thesis-mob__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
    width: 100%; }
  .thesis-mob__item:nth-child(even) {
    flex-direction: row-reverse; }
  .thesis-mob__img {
    width: 100%;
    height: 13px;
    border-radius: 5px;
    background-image: url(".././assets/thesis-bg.png");
    background-position: left;
    background-size: cover;
    position: relative; }
  .thesis-mob__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    border-radius: 5px; }
  .thesis-mob__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.22em;
    white-space: nowrap; }
  .thesis-mob__items {
    width: 100%;
    margin-top: 30px; }
  .thesis-mob__item-big {
    margin-bottom: 5px;
    width: 100%; }
  .thesis-mob__header {
    background: linear-gradient(269.07deg, #e31937 1.75%, #5236ab 98.3%);
    border: 1px solid #d4d2e3;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 24px 13px 19px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.22em;
    text-transform: uppercase; }
  .thesis-mob__icon {
    transition: transform 0.3s ease-in-out;
    font-weight: 300; }
  .thesis-mob__content {
    display: none;
    border: 1px solid #d4d2e3;
    border-radius: 15px;
    padding: 17px 22px;
    margin-top: 4px;
    letter-spacing: 0.08em;
    color: #03001f;
    font-size: 13px;
    line-height: 22px;
    transition: all 0.3s ease-in-out; }
  .thesis-mob__item-big.active .thesis-mob__content {
    display: block; }
  .thesis-mob .thesis-mob__item-big.active .thesis-mob__icon {
    transform: rotate(90deg); }
  .thesis-mob .thesis-mob__item.active .thesis-mob__header {
    background: linear-gradient(269.09deg, #5236ab 2.07%, #5236ab 98.94%); }

.news {
  padding-top: 52px; }
  @media (max-width: 470px) {
    .news {
      display: none; } }
  .news__header {
    text-align: center;
    font-family: "Share Tech Mono";
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.12em;
    color: #ffffff; }
  .news__slider {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .news__sliderBtn {
    display: block; }
  .news__items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 45px auto 60px;
    gap: 20px; }
  .news__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 45px auto 60px; }
  .news__item {
    display: block;
    text-decoration: none;
    width: 180px;
    padding: 40px 22px;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #e31937, #5236ab) 2;
    margin-top: 96px;
    transition: transform 0.3s ease-in-out; }
  .news__moreBtn {
    display: block;
    text-align: center;
    font-family: "Share Tech Mono";
    font-size: 24px;
    width: 240px;
    color: #ffffff;
    margin: 0 auto;
    padding: 10px 36.5px;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #e31937 0%, #5236ab 100%);
    border-radius: 20px;
    border: none;
    cursor: pointer;
    visibility: hidden;
    text-decoration: none; }
  .news__item:nth-child(even) {
    border-image: linear-gradient(to top, #e31937, #5236ab) 2; }
  .news__item:nth-child(2) {
    margin-bottom: 32px;
    margin-top: 64px; }
  .news__item:nth-child(3) {
    margin-bottom: 64px;
    margin-top: 32px; }
  .news__item:nth-child(4) {
    margin-bottom: 96px;
    margin-top: 0; }
  .news__item:hover {
    border-image: none;
    background-color: white;
    border-radius: 12px;
    transform: rotate(2deg); }
  .news__item:hover .news__title {
    color: #03001f; }
  .news__item:hover .news__description {
    color: #03001f; }
  .news__item:hover .news__date {
    color: #03001f; }
  .news__title {
    color: white;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.085em;
    margin-bottom: 24px; }
  .news__description {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.085em;
    color: white; }
  .news__date {
    font-weight: 400;
    margin-top: 15px;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.085em;
    color: white; }

.news-mob {
  display: none;
  padding: 30px 0; }
  @media (max-width: 470px) {
    .news-mob {
      display: block; } }
  .news-mob__header {
    text-align: center;
    font-family: "Share Tech Mono";
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.12em;
    color: #ffffff; }
  .news-mob__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
    margin: 0 auto 25px; }
  .news-mob__items {
    padding: 0 45px; }
  .news-mob__item {
    display: block;
    text-decoration: none;
    padding: 56px 32px;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #e31937, #5236ab) 2;
    margin-top: 47px;
    position: relative; }
  .news-mob__title {
    color: white;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.085em;
    margin-bottom: 24px; }
  .news-mob__description {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.085em;
    color: white; }
  .news-mob__button {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0;
    background: linear-gradient(90deg, #e31937 0%, #5236ab 100%);
    border-radius: 15px;
    border: none;
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px; }
  .news-mob__see-more {
    position: relative;
    margin-top: 45px; }
  .news-mob__go-to-history {
    display: block;
    position: relative;
    color: #ffffff;
    width: 200px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0;
    margin: 45px auto 0;
    line-height: 20px;
    padding: 10px 0;
    background: linear-gradient(90deg, #e31937 0%, #5236ab 100%);
    border-radius: 15px;
    border: none; }

.team {
  background: linear-gradient(180deg, #e31937 0%, #5236ab 100%);
  height: 530px;
  padding-top: 52px;
  padding-bottom: 70px; }
  .team__title {
    text-align: center;
    font-family: "Share Tech Mono";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.12em;
    color: #ffffff;
    margin: 0 0 45px; }

.carousel {
  display: flex;
  align-items: center; }
  .carousel__container {
    overflow: hidden;
    padding-bottom: 70px; }
  .carousel__item {
    width: 170px;
    margin-right: 25px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    cursor: pointer; }
  .carousel__item:hover div {
    display: block; }
  .carousel__item.slick-center img {
    width: 210px;
    transition: width 0.6s ease-in-out; }
  .carousel__item:not(.slick-center) img {
    width: 170px;
    transition: width 0.6s ease-in-out; }
  .carousel__item.slick-center div {
    display: block;
    transition: width 0.6s ease-in-out; }
  .carousel__img {
    width: 170px; }
  .carousel__item-desc {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center; }
  .carousel__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    margin: 10px 0 5px; }
  .carousel__position {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px; }

.career {
  padding-top: 52px; }
  @media (max-width: 470px) {
    .career .container {
      display: flex;
      align-items: center;
      flex-direction: column;
      flex-wrap: wrap; } }
  .career__container {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  .career__group {
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    @media (max-width: 470px) {
      .career__group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px; } }
  .career__internalContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px; }
    @media (max-width: 470px) {
      .career__internalContainer {
        flex-direction: column;
        gap: 35px;
        align-items: flex-start;
        width: fit-content; } }
  .career__title {
    text-align: center;
    font-family: "Share Tech Mono";
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.12em;
    color: #ffffff;
    margin-bottom: 45px; }
    @media (max-width: 470px) {
      .career__title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px; } }
  .career__item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center; }
    .career__item:last-child {
      margin-bottom: 0; }
  .career__link {
    text-decoration: none;
    font-family: "Share Tech Mono", monospace;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    width: 33%;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 470px) {
      .career__link {
        width: 100%; } }
    .career__link:before {
      content: "";
      display: inline-block;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
      background-image: url(../assets/arrow.svg);
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 470px) {
        .career__link:before {
          width: 27px;
          height: 27px; } }
  .career__question {
    font-family: "Share Tech Mono", monospace;
    text-align: center;
    margin: 50px 0 25px;
    font-size: 24px;
    line-height: 29px;
    color: #fff; }
    @media (max-width: 470px) {
      .career__question {
        font-size: 20px;
        line-height: 125%; } }
  .career__button {
    background: linear-gradient(90deg, #e31937 0%, #5236ab 100%);
    display: block;
    border-radius: 20px;
    border: none;
    padding: 10px 36.5px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: white;
    cursor: pointer;
    margin: 0 auto; }
  .career__img-bg {
    background-image: url(../assets/spodni_animace_transparent.gif);
    height: 430px;
    width: 85%;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 470px) {
      .career__img-bg {
        height: 135px;
        line-height: 100%; } }

.footer {
  background: #0c0736;
  padding: 32px 0; }
  .footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 470px) {
      .footer__container {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .footer__atr {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 470px) {
      .footer__atr {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px; } }
  .footer__logo {
    width: 51px;
    margin-right: 32px; }
    @media (max-width: 470px) {
      .footer__logo {
        margin: 0 0 20px 0;
        width: 60%; } }
  .footer__copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: white; }
  .footer__link {
    line-height: 19px;
    color: white;
    text-decoration: none; }

span.blockspam {
  display: none; }

.hystory {
  display: flex;
  flex-wrap: wrap;
  margin-top: 130px;
  justify-content: space-between;
  width: 1200px;
  margin: 100px auto 120px; }
  @media screen and (max-width: 470px) {
    .hystory {
      flex-direction: column;
      width: 100%;
      margin: 70px auto; } }
  .hystory__line {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    @media screen and (max-width: 470px) {
      .hystory__line {
        flex-direction: column;
        margin: 0; } }
  .hystory__item {
    display: block;
    text-decoration: none;
    width: 220px;
    padding: 52px 28px;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #e31937, #5236ab) 2;
    margin-top: 96px;
    transition: transform 0.3s ease-in-out; }
    @media screen and (max-width: 470px) {
      .hystory__item {
        margin: 0 auto 50px !important; } }
  .hystory__title {
    color: white;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.085em;
    margin-bottom: 24px; }
  .hystory__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.085em;
    color: white; }
  .hystory__date {
    font-weight: 400;
    margin-top: 15px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.085em;
    color: white; }
  .hystory__item:hover {
    border-image: none;
    background-color: white;
    border-radius: 12px;
    transform: rotate(2deg); }
  .hystory__item:hover .hystory__title {
    color: #03001f; }
  .hystory__item:hover .hystory__description {
    color: #03001f; }
  .hystory__item:hover .hystory__date {
    color: #03001f; }
  .hystory__item:nth-child(even) {
    border-image: linear-gradient(to top, #e31937, #5236ab) 2; }
  .hystory__item:nth-child(4n) {
    margin-bottom: 96px;
    margin-top: 0; }
  .hystory__item:nth-child(2n) {
    margin-bottom: 32px;
    margin-top: 64px; }
  .hystory__item:nth-child(3n) {
    margin-bottom: 64px;
    margin-top: 32px; }
