.mainscreen .mainscreen-inner {
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 71px;
  align-items: flex-end;
}
.mainscreen .mainscreen-inner .mainscreen-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mainscreen .mainscreen-inner .mainscreen-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainscreen .mainscreen-inner .mainscreen-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 191px;
  align-items: center;
}
.mainscreen .mainscreen-inner .mainscreen-info .mainscreen-title {
  color: #fff;
  font-family: "STIX Two Text";
  font-size: 124px;
  font-style: normal;
  font-weight: 400;
  line-height: 132px;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .mainscreen .mainscreen-inner .mainscreen-info .mainscreen-title {
    font-size: 72px;
    text-align: center;
    line-height: 111%;
  }
}
.mainscreen .mainscreen-inner .mainscreen-info .mainscreen-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.history {
  border-top: 1px solid #193026;
  border-bottom: 1px solid #193026;
}
.history .history__inner {
  display: flex;
}
.history .history__info,
.history .history__img {
  width: 50%;
}
.history .history__info {
  padding: 40px;
  padding-left: max(16px,min(calc(-630%)));
}
@media (max-width: 768px) {
  .history .history__info {
    width: 100%;
  }
}
.history .history__info-title {
  color: var(--Black,#141414);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 8px;
}
.history .history__info-text:not(:last-child) {
  margin-bottom: 18px;
}
.history .history__img {
  border-left: 1px solid #193026;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .history .history__img {
    display: none;
  }
}
.history .history__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forecast {
  padding: 40px 0;
}
.forecast .forecast__container {
  max-width: 1392px;
  padding: 0 16px;
  margin: 0 auto;
}
.forecast .forecast__info {
  margin-bottom: 40px;
}
.forecast .forecast__title {
  color: var(--Black,#141414);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 8px;
}
.forecast .forecast__text {
  line-height: 125%;
}
.forecast .forecast__roadmap {
  overflow-x: auto;
  padding-bottom: 10px;
}
.forecast .forecast__roadmap-items {
  width: max-content;
  display: grid;
  grid-template-columns: repeat(4,340px);
  row-gap: 32px;
}
.forecast .roadmap__item:last-child {
  grid-row: 2;
  grid-column: 1/-1;
}
.forecast .roadmap__item:last-child img {
  display: block;
}
.forecast .roadmap__item:nth-child(1) {
  grid-row: 3;
  grid-column: 1/2;
}
.forecast .roadmap__item:nth-child(2) {
  grid-row: 1;
  grid-column: 2/3;
}
.forecast .roadmap__item:nth-child(3) {
  grid-row: 3;
  grid-column: 3/4;
}
.forecast .roadmap__item:nth-child(4) {
  grid-row: 1;
  grid-column: 4/5;
}
.forecast .roadmap__item:nth-child(1),
.forecast .roadmap__item:nth-child(3) {
  padding-top: 42px;
  position: relative;
}
.forecast .roadmap__item:nth-child(1)::after,
.forecast .roadmap__item:nth-child(3)::after {
  content: '';
  width: 1px;
  height: 32px;
  background-color: #141414;
  position: absolute;
  left: 0;
  top: 0;
}
.forecast .roadmap__item:nth-child(2),
.forecast .roadmap__item:nth-child(4) {
  padding-bottom: 42px;
  position: relative;
}
.forecast .roadmap__item:nth-child(2)::after,
.forecast .roadmap__item:nth-child(4)::after {
  content: '';
  width: 1px;
  height: 32px;
  background-color: #141414;
  position: absolute;
  left: 0;
  bottom: 0;
}
.forecast .roadmap__item-title {
  color: var(--Black,#141414);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 8px;
}
.forecast .roadmap__item-text {
  line-height: 125%;
  opacity: 0.5;
}
.philosophy {
  border-top: 1px solid #193026;
  border-bottom: 1px solid #193026;
}
.philosophy .philosophy__inner {
  display: flex;
}
@media (max-width: 576px) {
  .philosophy .philosophy__inner {
    flex-direction: column;
  }
}
.philosophy .philosophy__img,
.philosophy .philosophy__info {
  width: 50%;
}
@media (max-width: 576px) {
  .philosophy .philosophy__img,
  .philosophy .philosophy__info {
    width: 100%;
  }
}
.philosophy .philosophy__img {
  border-right: 1px solid #193026;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .philosophy .philosophy__img {
    height: 720px;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #193026;
  }
}
.philosophy .philosophy__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .philosophy .philosophy__img img {
    position: static;
  }
}
.philosophy .philosophy__info {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}
.philosophy .philosophy__info-title {
  color: var(--Black,#141414);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 64px;
  line-height: 112%;
  margin-bottom: 8px;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .philosophy .philosophy__info-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .philosophy .philosophy__info-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .philosophy .philosophy__info-title {
    margin-left: 16px;
  }
}
.philosophy .philosophy__info-desc {
  margin-left: 40px;
  margin-bottom: auto;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .philosophy .philosophy__info-desc {
    margin-left: 16px;
  }
}
.philosophy .philosophy__info-text {
  color: #898989;
  padding: 40px;
  border-top: 1px solid #193026;
}
@media (max-width: 576px) {
  .philosophy .philosophy__info-text {
    padding: 40px 16px;
  }
}
.philosophy .philosophy__info-text span {
  color: #141414;
}
.philosophy .philosophy__info-title,
.philosophy .philosophy__info-desc,
.philosophy .philosophy__info-text {
  padding-right: max(16px,min(calc(-630vw)));
}
.values .values__header {
  padding: 8px 0;
  border-bottom: 1px solid #193026;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1084px) {
  .values .values__header {
    padding: 0;
  }
}
.values .values__title {
  color: var(--Black,#141414);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  padding-left: 40px;
}
@media (max-width: 576px) {
  .values .values__title {
    padding-left: 16px;
  }
}
.values .values__items {
  display: flex;
}
.values .values__item {
  width: 25%;
  border-left: 1px solid #193026;
  border-bottom: 1px solid #193026;
  display: flex;
  flex-direction: column;
}
.values .values__item:hover .values__item-img {
  opacity: 1;
}
.values .values__item:last-child {
  border-right: 1px solid #193026;
}
.values .values__item-img {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1084px) {
  .values .values__item-img {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .values .values__item-img {
    height: 441px;
  }
}
.values .values__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.values .values__item-info {
  padding: 40px;
  margin-top: auto;
}
@media (max-width: 1326px) {
  .values .values__item-info {
    padding: 40px 16px;
  }
}
.values .values__item-title {
  color: var(--Black,#141414);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 10px;
}
.values .values__item-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.values .values-slider .splide__track ul.values__items {
  display: flex;
}
.values .values-arrows {
  display: none;
}
@media (max-width: 1084px) {
  .values .values-arrows {
    display: flex;
  }
}
.values .values-arrows .values-arrow {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Green,#193026);
  border-bottom: none;
  border-top: none;
  border-right: none;
}
.team {
  border-bottom: 1px solid #193026;
}
.team .team__inner {
  display: flex;
}
@media (max-width: 768px) {
  .team .team__inner {
    flex-direction: column;
  }
}
.team .team__block:last-child {
  border-left: 1px solid #193026;
}
@media (max-width: 768px) {
  .team .team__block:last-child {
    display: none;
  }
}
.team .team__block:first-child,
.team .team__block:last-child {
  width: 25%;
}
.team .team__block:first-child img,
.team .team__block:last-child img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .team__block:first-child {
  border-right: 1px solid #193026;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .team .team__block:first-child {
    border-right: none;
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .team .team__block:first-child img {
    object-position: center 19%;
  }
}
.team .team__block:nth-child(2) {
  width: 50%;
  padding: 40px;
}
@media (max-width: 768px) {
  .team .team__block:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .team .team__block:nth-child(2) {
    padding: 40px 16px;
  }
}
.team .team__title {
  color: var(--Black,#141414);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 64px;
  line-height: 112%;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .team .team__title {
    font-size: 32px;
    line-height: 125%;
  }
}
