@keyframes translate {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.carrer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.carrer__section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-image: url(../img/carrer-section1-bg-mobile.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 145px;
}
.carrer__section1__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.carrer__section1__box1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background: #eaeaea;
}
.carrer__section1__box1__container {
  display: flex;
  align-items: flex-start;
  padding: 0 0 0 20px;
}
.carrer__section1__box1__container:after {
  content: ">";
  font-size: 2.5em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  color: #459bea;
}
.carrer__section1__box1__text {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  color: #131e39;
  padding: 30px 20px;
}
.carrer__section1__box1__link {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #459bea;
  padding: 4px 5px 35px 0;
}
.carrer__section1__box2 {
  display: none;
}
.carrer__section2 {
  width: 100%;
  padding: 30px 20px 10px 20px;
}
.carrer__section2__description {
  width: 100%;
  padding-right: 40px;
}
.carrer__section2__description__title {
  font-family: "Work Sans", sans-serif;
  font-size: 2.1em;
  font-weight: 500;
  color: #131e39;
  padding: 0 0 30px 0;
}
.carrer__section2__description__text1 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  color: #131e39;
  padding: 0 20px 20px 0;
}
.carrer__section2__description__text2 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  color: #282828;
  padding: 0 20px 35px 0;
}
.carrer__section2__title {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  color: #282828;
  padding: 0 20px 35px 0;
}
.carrer__section2__boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.carrer__section2__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  margin-right: 20px;
}
.carrer__section2__box__img {
  padding: 30px 20px 0 0;
  transition: 1s all;
}
.carrer__section2__box__img__scroll-animate {
  transform: scale(0.5);
}
.carrer__section2__box__text {
  font-family: "Work Sans", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #282828;
  padding: 20px 20px 30px 0;
}
.carrer__section3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background: #eaeaea;
}
.carrer__section3--change-bg {
  background: #131e39;
}
.carrer__section3__container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  padding: 0 20px 35px 20px;
}
.carrer__section3__img {
  top: -35px;
  left: 20px;
  position: absolute;
}
.carrer__section3__img--animation {
  animation: translate 1s 3;
}
.carrer__section3__description {
  width: 100%;
  padding-right: 40px;
}
.carrer__section3__description__title {
  font-family: "Work Sans", sans-serif;
  font-size: 2.1em;
  font-weight: 500;
  color: #131e39;
  padding: 0 20px 10px 0;
}
.carrer__section3__description__title--top-padding {
  padding: 50px 20px 10px 0;
}
.carrer__section3__description__title--light-font {
  color: #eaeaea;
}
.carrer__section3__description__line {
  width: 160px;
  height: 1px;
  background: #b9032e;
  margin: 40px 0;
}
.carrer__section3__text1 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  color: #131e39;
  padding: 20px 20px 0 0;
}
.carrer__section3__text1--light-font {
  color: #a1a8ba;
}
.carrer__section3__text1 span {
  font-weight: 400;
}
.carrer__section3__text2 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  color: #131e39;
  padding: 0 20px 35px 0;
}
.carrer__section3__text2--light-font {
  color: #eaeaea;
}
.carrer__section3__boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.carrer__section3__circle {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #131e39;
}
.carrer__section3__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.carrer__section3__box__img {
  padding: 30px 20px 0 0;
}
.carrer__section3__box__text {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #282828;
  padding: 15px 0 30px 0;
}

@media screen and (min-width: 500px) {
  .carrer__section1 {
    padding-top: 358px;
  }
  .carrer__section2__boxes {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .carrer__section1 {
    justify-content: center;
    height: 252px;
    background-image: url(../img/carrer-section1-bg.png);
    background-position: center;
    background-size: cover;
    padding-top: 0;
  }
  .carrer__section1__container {
    flex-direction: row;
    max-width: 1140px;
  }
  .carrer__section1__box1 {
    width: 50%;
  }
  .carrer__section1__box1__container {
    padding: 40px 0 0 0;
  }
  .carrer__section1__box1__text {
    padding: 0 120px 0 20px;
  }
  .carrer__section1__box2 {
    display: block;
    width: 50%;
  }
  .carrer__section1__link {
    padding: 9px 5px 35px 20px;
  }
  .carrer__section2 {
    display: flex;
    max-width: 1140px;
    padding: 70px 20px 70px 0;
  }
  .carrer__section2__description {
    width: 30%;
  }
  .carrer__section2__description__title {
    padding: 0 0 50px 20px;
  }
  .carrer__section2__description__text1 {
    padding: 0 20px 20px 20px;
  }
  .carrer__section2__description__text2 {
    padding: 0 20px 35px 20px;
  }
  .carrer__section2__icons {
    width: 70%;
  }
  .carrer__section2__img {
    padding: 30px 20px 30px 0;
  }
  .carrer__section2__title {
    width: 100%;
    font-size: 1.5em;
    padding: 75px 20px 35px 0;
  }
  .carrer__section2__box {
    width: 33.3333%;
    margin-right: 0;
  }
  .carrer__section2__box__text {
    font-size: 1.8em;
  }
  .carrer__section3__container {
    flex-direction: row;
    padding: 0 0 40px 0;
  }
  .carrer__section3__img {
    top: -60px;
    left: 270px;
  }
  .carrer__section3__text1 {
    padding: 40px 20px 10px 0;
  }
  .carrer__section3__text1--top-padding-large {
    padding: 70px 20px 10px 0;
  }
  .carrer__section3__text1--top-padding-small {
    padding: 20px 20px 10px 0;
  }
  .carrer__section3__text2 {
    padding: 0 20px 70px 0;
  }
  .carrer__section3__description {
    width: 30%;
  }
  .carrer__section3__description__title {
    padding: 35px 20px 35px 20px;
  }
  .carrer__section3__description__title--top-padding {
    padding: 70px 20px 10px 20px;
  }
  .carrer__section3__icons {
    width: 70%;
  }
  .carrer__section3__img {
    padding: 30px 20px 30px 0;
  }
  .carrer__section3__img:hover {
    cursor: pointer;
  }
  .carrer__section3__title {
    width: 100%;
    padding: 140px 20px 35px 0;
  }
  .carrer__section3__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .carrer__section3__box {
    width: 25%;
  }
  .carrer__section3__box__text {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .carrer__section1__box1__text {
    padding: 0 120px 0 0;
  }
  .carrer__section1__link {
    padding: 9px 5px 35px 0;
  }
  .carrer__section2__description__title {
    padding: 0 0 50px 0;
  }
  .carrer__section2__description__text1 {
    padding: 0 20px 20px 0;
  }
  .carrer__section2__description__text2 {
    padding: 0 20px 35px 0;
  }
  .carrer__section3__container {
    flex-direction: row;
    padding: 0 0 40px 0;
  }
  .carrer__section3__img {
    top: -60px;
    left: 270px;
  }
  .carrer__section3__text1 {
    padding: 40px 20px 10px 0;
  }
  .carrer__section3__text1--top-padding-large {
    padding: 70px 20px 10px 0;
  }
  .carrer__section3__text1--top-padding-small {
    padding: 20px 20px 10px 0;
  }
  .carrer__section3__text2 {
    padding: 0 20px 70px 0;
  }
  .carrer__section3__description {
    width: 30%;
  }
  .carrer__section3__description__title {
    padding: 35px 20px 35px 0;
  }
  .carrer__section3__description__title--top-padding {
    padding: 70px 20px 10px 0;
  }
  .carrer__section3__icons {
    width: 70%;
  }
  .carrer__section3__img {
    padding: 30px 20px 30px 0;
  }
  .carrer__section3__img:hover {
    cursor: pointer;
  }
  .carrer__section3__title {
    width: 100%;
    padding: 140px 20px 35px 0;
  }
  .carrer__section3__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .carrer__section3__box {
    width: 25%;
  }
  .carrer__section3__box__text {
    font-size: 1.5em;
  }
}

/*# sourceMappingURL=carrer.css.map */
