.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;

  padding: 50px 0;
}

.banner .bdcrumb {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 60px;
}

.banner .bdcrumb .item {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 1);
}

.banner .sectitle {
  font-family: Orbitron;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 1);

  margin-bottom: 30px;
}

.banner .secsubtitle {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 0.8);

  width: 600px;
  max-width: 100%;
}

/* End Banner */

/* Start */

.start {
  padding: 90px 0;
}

.start .sectitle {
  font-family: Orbitron;
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: #252525;
  margin-bottom: 20px;
  margin-top: 80px;
}

.start .secsubtitle {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: 5%;
  color: #818181;
}

.start img {
  width: 90%;
}

/* Mission */
.mission {
  padding-top: 100px;
  padding-bottom: 190px;
}

.mission .item {
  border: 1px solid #e9e9e9;

  border-radius: 0 60px 0 60px;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 40px 20px;

  position: relative;
}

.mission .item::after {
  content: "";
  position: absolute;
  top: -191px;

  width: 1px;
  height: 168px;

  background-color: #d9d9d9;
}

.mission .item::before {
  content: "";
  position: absolute;
  bottom: -191px;

  width: 1px;
  height: 168px;

  background-color: #d9d9d9;
}

.mission .item .item-icon {
  width: 85px;
  height: 85px;

  border: 0.85px solid #d5d5d5;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 40px;
}

.mission .item .item-title {
  font-family: Orbitron;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  color: #252525;
  margin-bottom: 25px;
}

.mission .item .item-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  color: #818181;
}

/* End of Mission */

/* Leadership */
.leaders {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.leaders .sectitle {
  font-family: Manrope;
  font-weight: 400;
  font-style: ExtraBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #7a3cff 0%, #a77eff 100%),
    linear-gradient(90deg, #a869ff 0%, #c957d0 100%),
    linear-gradient(90deg, #eb6617 0%, #f8975e 100%),
    linear-gradient(0deg, #7a3cff, #7a3cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 15px;
}

.leaders .secsubtitle {
  font-family: Orbitron;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  color: #252525;
  margin-bottom: 40px;
}

.leaders .item {
  border-radius: 60px 0 60px 0;
  background: #ffffff;

  border: 1px solid #e4e4e4;
  box-shadow: 0px 4px 40px 0px #7090b026;

  padding: 20px;
}

.leaders .item img {
  border-radius: 60px 0 0 0;
  width: 100%;
  height: 275px;
  object-fit: cover;
  margin-bottom: 25px;
}

.leaders .item .name {
  font-family: Orbitron;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: #252525;
  margin-bottom: 5px;
}
.leaders .item .role {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;

  color: #252525;
}
/* End of Leadership */

/* Language */
.language {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.language .sectitle {
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;

  color: #fff;
  margin-bottom: 15px;
}

.language .secsubtitle {
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;

  color: #fff;
}
/* End of Language */
