.fixImage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#aboutSection .manageDescription {
  margin-top: 3rem;
}

@media only screen and (max-width: 992px) {
  .fixImage {
    height: 33vh;
  }

  .fixImage > div {
    position: relative !important;
    height: 100% !important;
  }
}

#videoSection {
  background: #0090d2;
  background: linear-gradient(45deg, #283593 0%, #0090d2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283593', endColorstr='#0090d2', GradientType=1);
}

.video-container {
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 4rem 6rem rgba(28, 38, 104, 0.5);
  box-shadow: 0 4rem 6rem rgba(28, 38, 104, 0.5);
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: transparent;
}

.youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player:hover img {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  text-align: center;
  text-indent: 0.5rem;
  line-height: 7.6rem;
  font-size: 2.8rem;
  height: 7.4rem;
  width: 7.4rem;
  left: 50%;
  top: 50%;
  margin-left: -3.7rem;
  margin-top: -3.7rem;
  position: absolute;
  background: white;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 1rem 3rem rgba(28, 38, 104, 03);
  box-shadow: 0 1rem 3rem rgba(28, 38, 104, 0);
}

.youtube-player .play:before {
  content: "\e910";
  font-family: "icomoon";
  color: #0090d2;
}

@media only screen and (max-width: 992px) {
  #videoSection {
    padding: 8rem 0;
  }
}

#whereWeAreSection .smallRound {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

#whereWeAreSection .title {
  margin-bottom: 3rem;
  text-align: center;
}

#whereWeAreSection article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

#whereWeAreSection article > div {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

#whereWeAreSection article > div > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
}

#whereWeAreSection article > div:nth-child(n + 2) .smallRound {
  width: 6rem;
  height: 6rem;
}

#whereWeAreSection article strong {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

#whereWeAreSection article p {
  margin-bottom: 2.6rem;
  min-height: 50px;
}

#historySection .step strong {
  margin-bottom: 2.5rem;
  margin-top: -1rem;
}

#historySection .step strong.subtitle {
  font-family: "Barlow";
}

#historySection .step {
  position: relative;
}

#historySection .step:first-of-type {
  margin-top: 13rem;
}

#historySection .step > span {
  position: absolute;
  left: -10vw;
  z-index: 2;
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
  padding: 4rem 0;
  width: 20vw;
  text-align: center;
}

#historySection .step > span:after {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: white;
  position: absolute;
  right: -5vw;
  margin-right: -1.7rem;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

#historySection .step > span:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #1e9dd7;
  position: absolute;
  right: -5vw;
  margin-right: -0.2rem;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

#historySection .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 13rem;
}

#historySection .step:after {
  content: "";
  height: 100%;
  background: #e7e7e7;
  position: absolute;
  width: 1px;
  left: -5vw;
  z-index: 0;
}

#historySection .step:last-of-type:after {
  display: none;
}

#historySection .step:before {
  content: "";
  width: 5vw;
  height: 1px;
  background: #e7e7e7;
  left: -5vw;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 0;
}

@media only screen and (max-width: 1600px) {
  #historySection .step > span {
    width: 30vw;
    left: -5vw;
    font-size: 6.5rem;
    line-height: 7rem;
  }

  #historySection .step > span::before {
    right: -2.5vw;
  }

  #historySection .step > span::after {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  #historySection .step > span {
    width: 18rem;
    left: 0;
    font-size: 4.5rem;
    line-height: 10rem;
    position: relative;
    -webkit-transform: none;
    transform: none;
    z-index: 1;
    height: 18rem;
    border-radius: 50%;
    float: left;
    margin-top: 0;
  }

  #historySection .step:first-of-type {
    margin-top: 6rem;
  }

  #historySection .step > span:before {
    right: -3rem;
  }

  #historySection .step:after {
    content: "";
    height: 100%;
    background: #e7e7e7;
    position: absolute;
    width: 1px;
    left: 9rem;
    z-index: 0;
    top: 0;
  }

  #historySection .step:last-of-type:after {
    display: none;
  }

  #historySection .step strong {
    margin-bottom: 2rem;
    margin-top: 0;
    margin-left: 24rem;
    display: block;
    padding-top: 7.5rem;
  }

  #historySection .step {
    display: block;
    padding-bottom: 4rem;
  }

  #historySection .step div {
    margin-left: 24rem;
  }
}

@media only screen and (max-width: 767px) {
  #historySection .step > span {
    width: 11rem;
    font-size: 2.5rem;
    line-height: 3.2rem;
    height: 11rem;
  }

  #historySection .step strong {
    margin-left: 13rem;
    padding-top: 4.5rem;
    margin-bottom: 1rem;
  }

  #historySection .step div {
    margin-left: 13rem;
  }

  #historySection .step:after {
    left: 5.5rem;
  }

  #historySection .step > span:before {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #historySection .step > span {
    float: none;
    display: block;
    margin: 0 auto;
  }

  #historySection .step:before {
    width: 100%;
    left: 0;
    top: 5.5rem;
    -webkit-transform: none;
    transform: none;
  }

  #historySection .step:after {
    display: none;
  }

  #historySection .step strong {
    padding-top: 2.5rem;
  }

  #historySection .step strong,
  #historySection .step div {
    margin-left: 0;
  }
}
