html {
  background: #fff;
  overflow-x: hidden;
}

body {
  background: #fff;
  overflow-x: hidden;
}

.section_about {
  position: relative;
  height: 100vh;
  padding: 3rem 0;
}

.img_box_gray {
  overflow: hidden;
}
.img_box_gray img {
  max-width: 100%;
  max-height: 817px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.img_box_gray img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

html.show_box {
  overflow: hidden;
}

.pos_gray {
  position: relative;
  z-index: 2;
}

@media (min-width: 640px) {
  .pos_gray {
    top: -140px;
  }
}
@media (max-width: 640px) {
  .pos_gray {
    bottom: -50px;
  }
}
.subject_about {
  font-family: "Freigeist";
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: #dddddd;
  line-height: 3;
}
.subject_about::-webkit-scrollbar {
  width: 12px;
  width: 12px;
  height: 12px;
}
.subject_about::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.5);
}

.link_capa {
  font-family: "Freigeist-WideRegular";
  text-decoration: none;
  color: #dddddd;
  margin-top: 4rem;
  font-size: 0.9rem;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.link_capa:hover {
  font-family: "Freigeist-WideRegular";
  text-decoration: none;
  color: #10a7d5;
  margin-top: 4rem;
  font-size: 0.9rem;
}
.link_capa:hover .link_capa_arrow {
  -webkit-animation: move_arrow 0.5s alternate infinite;
          animation: move_arrow 0.5s alternate infinite;
}
@-webkit-keyframes move_arrow {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 1%;
  }
}
@keyframes move_arrow {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 1%;
  }
}

.list-group-item {
  background-color: #181818;
  padding: 1rem;
}

.text_list {
  font-family: "Freigeist";
  font-size: 1rem;
  color: #dddddd;
  font-weight: 600;
  margin-left: 3rem;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.text_list p {
  margin: 0;
}

.text_box {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Freigeist-WideRegular";
  text-transform: capitalize;
}

.section_three_about {
  position: relative;
  height: auto;
  background-color: #181818;
}
@media (min-width: 640px) {
  .section_three_about .section_three_about {
    padding: 7rem 2rem;
  }
}
@media (max-width: 640px) {
  .section_three_about .section_three_about {
    padding: 2rem;
  }
}
.section_three_about .content_partner {
  margin-top: 4rem;
}
.section_three_about .partner_text {
  font-family: "Freigeist-WideRegular";
  color: #dddddd;
  font-size: 2rem;
}
.section_three_about .logo_partner {
  width: 100%;
  height: 110px;
}
.section_three_about .logo_partner img {
  width: 35%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner_slogan {
  color: #dddddd;
}

.card_partner {
  margin: 2.5rem 1rem;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5 0 21%;
          flex: 0.5 0 21%;
}

.text_card_partner {
  font-family: "Freigeist";
  color: #525252;
  font-size: 1rem;
  font-weight: 600;
}

.section_four_about {
  position: relative;
  height: auto;
  padding: 5rem 2.8rem;
  background-color: #eaeef1;
}
.section_four_about .card_custom_team {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
.section_four_about .card_custom_team .img_box {
  background-color: #cfdee5;
  height: 300px;
  width: 245px;
  margin-bottom: 2rem;
}
.section_four_about .card_custom_team .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_four_about .title_team {
  font-family: "Freigeist-WideRegular";
  font-size: 2rem;
  color: #000000;
  margin-bottom: 2rem;
}
.section_four_about .content_team {
  margin: 8rem 0;
}
.section_four_about .content_team .card_custom_team.pos_bottom {
  margin-top: 6rem;
}
.section_four_about .card_text {
  font-family: "Freigeist";
  font-size: 20px;
  margin-bottom: 0;
}
.section_four_about .card_title {
  font-family: "bod_cbit";
  font-size: 19px;
}

.section_five_about {
  position: relative;
  height: auto;
  padding: 8rem 2rem;
  background-color: #181818;
}

.title_Culture {
  font-family: "Freigeist-WideRegular";
  font-size: 2rem;
  display: block;
  margin-bottom: 2rem;
  color: #dddddd;
}

.section_first_about {
  position: relative;
  height: auto;
  padding: 2rem 2rem 0 2rem;
  background-color: #181818;
  color: #dddddd;
}

.section_second_about {
  position: relative;
  height: auto;
  background-color: #181818;
}
.section_second_about .text_first {
  font-family: "Freigeist-WideRegular";
  color: #10a7d5;
  font-size: 2rem;
}

@media (min-width: 640px) {
  .section_second_about {
    padding: 5rem 2rem;
  }
}
@media (max-width: 640px) {
  .section_second_about {
    padding: 5rem 2rem 2rem 2rem;
  }
}
.content_list_row .img_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_list_row .img_box img {
  width: 85%;
  -o-object-fit: contain;
  object-fit: contain;
}

.link_gallary {
  font-family: "Freigeist";
  text-decoration: none;
  color: #dddddd;
  font-size: 1rem;
}
.link_gallary:hover {
  font-family: "Freigeist";
  text-decoration: none;
  color: #10a7d5;
  font-size: 1rem;
}
.link_gallary:hover .link_gallery_arrow {
  -webkit-animation: move_arrow 0.5s alternate infinite;
          animation: move_arrow 0.5s alternate infinite;
}
@keyframes move_arrow {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 1%;
  }
}

.card_custom_team .card_body {
  padding-top: 1rem;
  padding-left: 1rem;
}

.content_box1 {
  display: block;
}
.content_box1 .content_img1 {
  width: 942px;
}
.content_box1 .content_img1 img {
  width: 100%;
  height: auto;
  -webkit-transform: translate(2.5rem, 2.2rem);
          transform: translate(2.5rem, 2.2rem);
}
.content_box1 .content_img2 {
  width: 616px;
  z-index: 2;
}
.content_box1 .content_img2 img {
  width: 100%;
  height: auto;
  -webkit-transform: translate(1.1rem, 1.01rem);
          transform: translate(1.1rem, 1.01rem);
}
.content_box1 .content_img3 {
  width: 468.4px;
}
.content_box1 .content_img3 img {
  width: 100%;
  height: auto;
}
.content_box1 .content_img4 {
  width: 738px;
}
.content_box1 .content_img4 img {
  width: 100%;
  height: auto;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
.content_box1 .content_img5 {
  width: 400px;
  z-index: 2;
}
.content_box1 .content_img5 img {
  width: 100%;
  height: auto;
  -webkit-transform: translate(46px, 5px);
          transform: translate(46px, 5px);
}
.content_box1 .content_img6 {
  width: 500px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.content_box1 .content_img6 img {
  width: 100%;
  height: auto;
  -webkit-transform: translate(2rem, -3.75rem);
          transform: translate(2rem, -3.75rem);
}

.content_box2 {
  display: none;
}

.carousel_gallary {
  position: relative;
  height: 450px;
}
.carousel_gallary img {
  width: 100%;
  height: 450px;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_gallary .carousel-control-next,
.carousel_gallary .carousel-control-prev {
  top: 206px;
  bottom: unset;
}