.robotics_page {
  background-color: #e9fcff;
}

.robotics_page .robotics_hero {
  padding-top: 40px;
  position: relative;
  z-index: 0;
  min-height: 80vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.2%, #207f90), color-stop(85.15%, #1b6471));
  background: linear-gradient(180deg, #207f90 29.2%, #1b6471 85.15%);
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero {
    min-height: 75vh;
  }
}

.robotics_page .robotics_hero .hero_robotics_images > img {
  position: absolute;
}

.robotics_page .robotics_hero .hero_robotics_images .robot_lines {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.robotics_page .robotics_hero .hero_robotics_images .robot_wave_1 {
  bottom: -2px;
  left: 0;
  width: 100%;
  max-height: 150px;
  z-index: 3;
}

.robotics_page .robotics_hero .robot_hero_wrapper {
  position: relative;
  z-index: 0;
  min-height: 80vh;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_wrapper {
    min-height: 75vh;
  }
}

.robotics_page .robotics_hero .robot_hero_wrapper .robot {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 2;
  width: 50%;
  max-width: 600px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_wrapper .robot {
    width: calc(300px + 17vw);
    -o-object-fit: cover;
       object-fit: cover;
    right: 0;
  }
}

.robotics_page .robotics_hero .robot_hero_content {
  position: relative;
  z-index: 5;
  padding-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-top: 0;
  }
}

.robotics_page .robotics_hero .robot_hero_content > h1 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #daf0ff;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_content > h1 {
    font-size: 35px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 20px;
  }
}

.robotics_page .robotics_hero .robot_hero_content > h1 > span {
  color: #fff;
}

.robotics_page .robotics_hero .robot_hero_content > p {
  font-size: 18px;
  color: #daf0ff;
  padding-bottom: 25px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_content > p {
    text-align: center;
    padding-bottom: 0;
  }
}

.robotics_page .robotics_benefits .robot_benefit_header {
  margin-bottom: 20px;
}

.robotics_page .robotics_benefits .robot_benefit_header > h2 {
  color: #217b8b;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_header > h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_header > p {
  color: #555;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_header > p {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid {
  max-width: 1150px;
  margin: auto;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid {
    max-width: 760px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot > h1 {
  color: #207d8e;
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot > h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot > p {
  max-width: 450px;
  color: #555;
  font-size: 16px;
  padding-right: 20px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot > p {
    font-size: 14px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .before_line_robot {
  position: relative;
}

.robotics_page .robotics_benefits .robot_benefit_grid .before_line_robot::before {
  content: '';
  position: absolute;
  background-color: #3d8490;
  height: 90%;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
  border-radius: 20px;
  min-height: 120%;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .before_line_robot::before {
    display: none;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .after_line_robot {
  position: relative;
}

.robotics_page .robotics_benefits .robot_benefit_grid .after_line_robot::after {
  content: '';
  position: absolute;
  background-color: #3d8490;
  height: 90%;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0%;
  border-radius: 20px;
  min-height: 120%;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .after_line_robot::after {
    display: none;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot_image {
  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;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot_image {
    max-width: 250px;
    margin: auto;
    width: 100%;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot_image > img {
  width: 100%;
}

.robotics_page .robotics_benefits .benefit_button_robot {
  margin-top: 30px;
  margin-bottom: 50px;
  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;
}

.robotics_page .robotics_rocket {
  margin: 80px 0;
}

@media (max-width: 959px) {
  .robotics_page .robotics_rocket {
    margin: 40px 0;
  }
}

.robotics_page .robotics_rocket > img {
  width: 75%;
  max-width: 900px;
}
/*# sourceMappingURL=robotics.css.map */