#hero {
  background: #0c1316;
  position: relative;
}

#hero video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#hero .container {
  padding-top: 77px;
  height: calc(100vh - 80px);
  width: 1345px;
  position: relative;
  z-index: 2;
}

#hero .stitle {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  font-family: 'Normalidad Wide';
  font-weight: 700;
  margin-bottom: 4px;
}

#hero .title {
  color: #fff;
  text-transform: uppercase;
  max-width: 900px;
}

#hero .title span {
  color: var(--light-blue);
}

#hero .bottom {
  padding: 40px 20px 30px 20px;
  background: #0275b2;
  backdrop-filter: blur(15px) opacity(0.4);
  border-radius: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: calc(100% - 64px);
  max-width: 1253px;
}

#hero .bottom .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px;
}

#hero .bottom .inner img {
  max-height: 52px;
  max-width: 100%;
}

#hero .bottom p {
  color: #fff;
  font-weight: 400;
  max-width: 850px;
  margin: 0 auto;
}

#leadership {
  padding: 73px 0 62px 0;
}

#leadership .container {
  width: 1424px;
}

#leadership .stitle {
  font-size: 24px;
  font-family: 'Normalidad Wide';
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

#leadership .title {
  text-transform: uppercase;
  text-align: center;
  max-width: 1064px;
  margin: 0 auto 70px auto;
}

#leadership .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

#leadership .inner .el {
  aspect-ratio: 448 / 506;
  padding: 0 0 34px 53px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#leadership .inner .el .position {
  color: #fff;
  font-size: 34px;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  letter-spacing: 0.05em;
}

#leadership .inner .el .name {
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Normalidad Wide';
  font-weight: 700;
  margin-top: 14px;
}

#leadership .button {
  margin: 64px auto 0 auto;
  display: block;
  width: fit-content;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: var(--light-blue);
  border: 1px solid var(--light-blue);
  font-size: 18px;
  letter-spacing: 0;
}

#leadership .button:hover {
  border-color: var(--light-blue);
  background: var(--light-blue);
  color: #fff;
}

#mission {
  padding: 99px 0 113px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#mission .title {
  color: #fff;
  text-transform: uppercase;
  line-height: 111px;
  margin-left: 70px;
}

#mission .title span {
  font-size: 225px;
  font-weight: 100;
  letter-spacing: 0.02em;
  display: block;
  color: var(--light-blue);
  margin-left: -13px;
}

#mission .text {
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(23px);
  border-radius: 15px;
  padding: 90px 20px;
  text-align: center;
}

#mission .text p {
  max-width: 944px;
  margin: 0 auto;
  color: #fff;
}

#teams .container {
  display: flex;
  width: 1440px;
  padding: 0;
}

#teams .left {
  width: 480px;
  display: flex;
  padding-top: 21px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#teams .left .title {
  font-size: 128px;
  color: #fff;
  font-family: 'Normalidad Wide';
  font-weight: 900;
  writing-mode: vertical-lr;
  text-orientation: upright;
  margin: 0 auto;
  text-align: center;
}

#teams .right {
  flex-grow: 1;
  padding: 67px 20px 50px 20px;
}

#teams .right .inner {
  max-width: 736px;
  margin: 0 auto;
}

#teams .right .title {
  text-transform: uppercase;
  color: var(--light-blue);
  margin-bottom: 60px;
}

#teams .right p {
  margin-bottom: 44px;
}

#teams .right .inner p:last-child {
  margin-bottom: 0;
}

#teams .right strong {
  text-transform: uppercase;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  font-size: 36px;
  line-height: 1em;
  display: block;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  margin-bottom: 0.44em;
}

#teams .right strong + br {
  display: none;
}

#stats {
  background: radial-gradient(74.72% 74.72% at 50% -15.73%, #0275B3 0%, #000000 100%);
  padding: 64px 0 80px 0;
}

#stats .container {
  width: 1290px;
}

#stats .title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 49px;
}

#stats .inner {
  display: flex;
  justify-content: space-between;
}

#stats .inner p {
  color: #fff;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 600;
}

#stats .inner p:first-child {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.03em;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  margin-bottom: 43px;
}

#stats .inner strong {
  display: block;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.05em;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  margin-bottom: 3px;
}

#stats .inner strong + br {
  display: none;
}

#stats .inner .el {
  width: 31%;
  min-width: min-content;
}

#stats .inner .el:nth-child(2) {
  width: 28%;
}

#stats .inner .el:nth-child(3) {
  width: 32%;
}

#text {
  background: var(--light-blue);
  text-align: center;
  padding: 31px 0;
}

#text .container > * {
  font-size: 40px;
  line-height: 1.45em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: 'Normalidad Wide';
  font-weight: 900;
}

#awards {
  padding: 56px 0 106px 0;
}

#awards .container {
  width: 1300px;
}

#awards .title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
}

#awards .title strong {
  color: var(--light-blue);
  font-weight: 900;
}

#awards .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  margin-bottom: 69px;
}

#awards .inner img {
  max-width: 100%;
  height:auto;
}

#awards .text {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

#what {
  padding: 87px 0 104px 0;
  background: #121e23;
}

#what .container {
  width: 1204px;
}

#what .title {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

#what .title span {
  color: var(--light-blue);
}

#what .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px 49px;
}

#what .inner .el {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 37px 20px 26px 20px;
  color: #fff;
  aspect-ratio: 352 / 588;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#what .inner .el .bottom {
  margin-top: auto;
  height: 193px;
  display: flex;
  flex-direction: column;
}

#what .inner .el .image {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 19px 20px;
}

#what .inner .el .image img {
  max-width: 100%;
}

#what .text {
  max-width: 268px;
  margin-left: 16px;
  margin-top: auto;
  margin-bottom: auto;
}

#what .text p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.bottom-cta {
  padding: 77px 0;
}

.bottom-cta .title {
  max-width: 890px;
  margin-bottom: 16px;
}

.bottom-cta .container {
  width: 1278px;
}

.bottom-cta .text {
  max-width: 1100px;
  margin-bottom: 18px;
}

.bottom-cta .text p {
  font-size: 24px;
  line-height: 146%;
}

.bottom-cta .button {
  letter-spacing: 0;
}

@media screen and (max-width: 1400px) {
  #leadership .inner .el {
    padding: 0 0 24px 24px;
  }
}

@media screen and (max-width: 1200px) {
  #leadership .inner .el .position {
    font-size: 24px;
    margin-top: 5px;
  }

  #leadership .inner .el .name {
    font-size: 12px;
  }

  #mission .title {
    margin-left: 0;
  }

  #what .inner {
    gap: 31px;
  }

  #what .text,
  #what .inner .el .image {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  #leadership .inner {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }

  #mission .title {
    line-height: 89px;
  }

  #mission .title span {
    font-size: 165px;
  }

  #mission .text {
    padding: 60px 20px;
  }

  #teams .right strong {
    font-size: 24px;
  }

  #teams .left .title {
    font-size: 100px;
  }

  #teams .right p {
    font-size: 20px;
  }

  #stats .inner {
    flex-wrap: wrap;
    gap: 50px;
  }

  #stats .inner .el {
    width: 100% !important;
  }

  #stats .inner p:first-child {
    margin-bottom: 20px;
  }

  #text .container > * {
    font-size: 32px;
    line-height: 1.1em;
  }

  #what .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #leadership .stitle {
    font-size: 20px;
  }

  #leadership .title {
    margin-bottom: 30px;
  }

  #leadership .button {
    margin-top: 30px;
  }

  #mission {
    padding: 60px 0;
  }

  #mission .text {
    padding: 30px 15px;
  }

  #mission .title {
    line-height: 59px;
  }

  #mission .title span {
    font-size: 118px;
    margin-left: -9px;
  }

  #teams .left {
    display: none;
  }

  #teams .right .title {
    margin-bottom: 30px;
  }

  #teams .right strong {
    font-size: 20px;
  }

  #teams .right p {
    margin-bottom: 32px;
  }

  #teams .right {
    padding: 60px 25px;
  }

  #stats {
    padding: 60px 0;
  }

  #awards {
    padding: 60px 0;
  }

  #awards .inner,
  #awards .title {
    margin-bottom: 30px;
  }

  #what {
    padding: 60px 0;
  }

  #what .title {
    margin-bottom: 30px;
  }

  .bottom-cta {
    padding: 60px 0;
  }

  .bottom-cta .text p {
    font-size: 21px;
  }
}

@media screen and (max-width: 567px) {
  #leadership .stitle {
    font-size: 14px;
  }

  #mission .title {
    line-height: 34px;
  }

  #mission .title span {
    font-size: 63px;
    margin-left: -4px;
  }

  #stats .inner p {
    font-size: 20px;
  }

  #stats .inner p:first-child,
  #stats .inner strong {
    font-size: 20px;
    line-height: 24px;
  }

  #text .container > * {
    font-size: 20px;
    line-height: 24px;
  }

  #what .inner {
    grid-template-columns: 1fr;
    max-width: 290px;
  }

  #what .inner .el .image {
    width: 60px;
    height: 60px;
    padding: 15px;
  }

  .bottom-cta .text p {
    font-size: 14px;
  }

}