.root {
  padding-right: 0 !important;
}

.text-normal {
  font-weight: 400;
}

.react-parallax {
  outline: 1px solid black;
}

.react-parallax-bgimage {
  position: absolute;
  left: 50%;
}

.career-page {
  width: calc(100% + 2px);
  margin-left: -1px;
}

.career-page .career-button {
  position: relative;
  text-align: center;
  padding: 22px 20px;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease-out;
}

.career-page .career-button__blue {
  background-color: #0e55fc;
}

.career-page .career-button__blue:hover {
  box-shadow: 0 10px 30px rgba(14, 85, 252, 0.3);
}

.career-page {
  line-height: 167%;
}

.career-page .section {
  box-sizing: border-box;
  overflow: visible;
  padding: 0 28px;
}

.career-page .join-section {
  min-height: 1144px;
  overflow: hidden;
  margin-top: 122px;
}

.career-page .join-section__title {
  font-size: 86px;
  line-height: 77px;
  font-weight: 600;
  letter-spacing: -2.5px;
  color: #011627;
}

.career-page .join-section__introtext {
  margin-top: 25px;
  line-height: 24px;
  margin-bottom: 42px;
  width: 45%;
  position: relative;
  z-index: 1;
  letter-spacing: -0.382px;
}

.career-page .join-section__button {
  margin-left: -4px;
}

.career-page .join-section__content {
  position: relative;
  max-width: 1137px;
  margin: auto;
  z-index: 1;
}

.career-page .join-section .join-section__background {
  position: absolute;
  /* background-image: -webkit-image-set(
    url("/img/career/join-us-bg.png") 1x,
    url("/img/career/join-us-bg-2x.png") 2x
  );
  background-image: image-set(
    url("/img/career/join-us-bg.png") 1x,
    url("/img/career/join-us-bg-2x.png") 2x
  ); */
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1188px;
  left: 100%;
  margin-top: -246px;
  margin-left: -864px;
}

.career-page .join-section .join-section__background img {
  width: 100%;
}

.career-page .ecosystem-section {
  margin-top: 20px;
}

.career-page .ecosystem-section__content {
  position: relative;
  max-width: 1136px;
  margin: auto;
  z-index: 1;
}

.career-page .ecosystem-section__title {
  font-size: 86px;
  line-height: 77px;
  font-weight: 600;
  letter-spacing: -2.55px;
  color: #011627;
}

.career-page .ecosystem-section__opportunities-slider {
  position: relative;
  margin-top: 57px;
}

.career-page .ecosystem-section__opportunities-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.career-page .ecosystem-section__opportunities-slide__image {
  text-align: center;
  width: 30.2%;
  margin-top: 33px;
  margin-left: 10px;
}

.career-page .ecosystem-section__opportunities-slides__wrapper {
  width: 54%;
  height: 239px;
  margin-top: -103px;
}

.career-page .ecosystem-section__opportunities-slide__content {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.career-page .ecosystem-section__opportunities-slide__content.active {
  opacity: 1;
}

.career-page .ecosystem-section__opportunities-slides__controls {
  position: absolute;
  bottom: -10px;
  display: flex;
}

.career-page .ecosystem-section__opportunities-slides__control {
  width: 76px;
  height: 6px;
  background-color: #0e55fc;
  border-radius: 6px;
  margin-right: 12px;
  opacity: 0.2;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

.career-page .ecosystem-section__opportunities-slides__control.active {
  opacity: 1;
}

.career-page .ecosystem-section__opportunities-slide__image img {
  max-width: 100%;
}

.career-page .ecosystem-section__opportunities-slide>* {
  position: relative;
}

.career-page .ecosystem-section__opportunities-slide__title {
  font-size: 48px;
  line-height: 100%;
  max-width: 66%;
  font-weight: 600;
  letter-spacing: -1.45px;
  color: #011627;
}

.career-page .ecosystem-section__opportunities-slide__text {
  max-width: 90%;
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.55px;
}

.career-page .ecosystem-button {
  position: absolute;
  bottom: -149px;
  min-width: 322px;
}

.career-page .cto-appeal-section .cto-appeal__head-cover {
  width: 100%;
  display: block;
}

.career-page .cto-appeal-section {
  padding-left: 0;
  padding-right: 0;
  margin-top: 106px;
}

.career-page .cto-appeal-section .cto-appeal__content-wrapper {
  background-color: black;
  color: white;
  padding-top: 1px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 100px;
  margin-top: -1px;
}

.career-page .cto-appeal-section .cto-appeal__content {
  max-width: 1342px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 131px;
}

.career-page .cto-appeal-section .cto-appeal__appeal-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -187px;
}

.career-page .cto-appeal-section .cto-appeal__appeal {
  max-width: 48%;
  display: flex;
  align-items: center;
  margin-top: 140px;
  margin-left: -27px;
}

.career-page .cto-appeal-section .cto-appeal__appeal__quote {
  margin-left: 1px;
}

.career-page .cto-appeal-section .cto-appeal__appeal-text {
  font-size: 36px;
  line-height: 44px;
  margin-top: 46px;
  letter-spacing: -1.15px;
  margin-left: -1px;
}

.career-page .cto-appeal-section .cto-appeal__appeal-sign {
  font-size: 36px;
  margin-top: 60px;
  margin-left: -2px;
  letter-spacing: -0.6px;
}

.career-page .cto-appeal-section .cto-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.career-page .cto-appeal-section .cto-position {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #7f8aac;
}

.career-page .cto-appeal-section .cto-appeal__appeal-photos {
  position: relative;
  max-width: 55%;
}

.career-page .cto-appeal-section .cto-appeal__appeal-photos img {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.career-page .cto-appeal-section .cto-appeal__appeal-photos .cto-appeal__founders-photo {
  position: absolute;
  width: 105%;
  left: -120px;
  bottom: -81px;
  z-index: 1;
  display: flex;
}

.career-page .cto-appeal-section .cto-appeal__appeal-photos .cto-appeal__founders-photo img {
  max-width: 50%;
  margin-right: 27px;
}

.career-page .offer-section {
  background-color: black;
  color: white;
  padding-top: 40px;
  margin-top: -1px;
}

.career-page .offer-section__content {
  background-color: black;
  color: white;
  padding-top: 1px;
  text-align: center;
}

.career-page .offer-section .offer-section__text__intro {
  font-size: 16px;
  line-height: 20px;
  color: #7f8aac;
  margin: 15px auto;
  letter-spacing: -0.35px;
}

.career-page .offer-section .offer-section__text__content {
  font-size: 28px;
  line-height: 36px;
  margin: 20px auto;
  max-width: 760px;
  font-weight: 600;
  letter-spacing: -0.87px;
}

.career-page .offer-section .offer-section__content button {
  margin-top: 52px;
  padding-left: 66px;
  padding-right: 66px;
}

.career-page .career-page-slider {
  max-width: 1483px;
  margin: 250px auto 0 auto;
}

.career-page .career-page-slider__slides {
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.career-page .career-page-slider__slides__wrapper {
  position: relative;
  display: flex;
  min-height: 270px;
}

.career-page .offer-section .offer-section__opinions-slide {
  position: absolute;
  display: flex;
  float: left;
  min-height: 270px;
  background-color: white;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 28px 22px 24px 22px;
  width: 465px;
  max-width: 90%;
  flex-shrink: 0;
  user-select: none;
  transition: transform 0.3s ease;
}

.career-page .offer-section .offer-section__opinions-text {
  color: black;
  text-align: left;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.career-page .offer-section .offer-section__opinions-author {
  align-items: center;
  display: flex;
}

.career-page .offer-section .offer-section__opinions-author-photo {
  border-radius: 100%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #c4c4c4;
}

.career-page .offer-section .offer-section__opinions-author-photo img {
  display: block;
}

.career-page .offer-section .offer-section__opinions-author-text {
  text-align: left;
  margin-left: 15px;
  line-height: 20px;
}

.career-page .offer-section .offer-section__author-name {
  font-weight: 700;
  font-size: 14px;
  color: #011627;
}

.career-page .offer-section .offer-section__author-position {
  font-weight: 600;
  font-size: 14px;
  color: #5a6170;
}

.career-page .career-page-slider__controls {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.career-page .career-page-slider__controls__arrow {
  margin: 0 24px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  background: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.career-page .offer-section .offer-section__content .career-page-slider__controls__arrow {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 24px;
}

.career-page .career-page-slider__controls__arrow:hover {
  opacity: 0.5;
}

.career-page .benefits-section {
  background-color: black;
  color: white;
  padding-top: 120px;
  padding-left: 0;
  padding-right: 0;
  margin-top: -1px;
}

.career-page .benefits-section .benefits-section__content {
  max-width: 1137px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.career-page .benefits-section .benefits-section__title {
  font-size: 86px;
  line-height: 77px;
  letter-spacing: -2.6px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 7px;
  color: #fff;
}

.career-page .benefits-section .career-page-slider.benefits-slider {
  margin-top: 70px;
}

.career-page .benefits-section .career-page-slider__slides__wrapper {
  min-height: 420px;
}

.career-page .benefits-section .career-page-slider.benefits-slider .benefits-section__benefit-item {
  position: absolute;
  display: flex;
  width: 360px;
  max-width: 90%;
  flex-shrink: 0;
  user-select: none;
  transition: transform 0.3s ease;
}

.career-page .benefits-section .benefits-section__benefits-container {
  max-width: 1140px;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.career-page .benefits-section .benefits-section__benefit-item {
  width: calc(33.33% - 16px);
  height: 400px;
  background: url("/img/career/benefit-bg.png") center center no-repeat;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
  margin: 7px;
}

.career-page .benefits-section .benefits-section__benefit-item-cover {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: background-color 0.3s ease;
}

.career-page .benefits-section .benefits-section__benefit-item-cover:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.career-page .benefits-section .benefits-section__benefit-item-cover:hover .benefits-section__benefit__title,
.career-page .benefits-section .benefits-section__benefit-item-cover:hover .benefits-section__benefit__content {
  color: white;
}

.career-page .benefits-section .benefits-section__benefit__title {
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  color: #011627;
  transition: color 0.3s ease;
  letter-spacing: -1px;
}

.career-page .benefits-section .benefits-section__benefit__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #5a6170;
  margin-top: 15px;
  transition: color 0.3s ease;
  letter-spacing: -0.5px;
}

.career-page .benefits-section .benefits-section__background-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background-size: cover;
  margin-top: -206px;
}

.career-page .benefits-section .benefits-section__background-header {
  width: 100%;
  display: block;
}

.career-page .benefits-section .benefits-section__background-footer {
  width: 100%;
  display: block;
}

.career-page .positions-section {
  background-color: #f5f6f7;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  margin-top: -1px;
  z-index: 2;
}

.career-page .positions-section .positions-section__content {
  max-width: 1135px;
  margin: auto;
  position: relative;
}

.career-page .positions-section .positions-section__title {
  font-size: 86px;
  line-height: 37.5px;
  color: #011627;
  margin-bottom: 86px;
  letter-spacing: -2.6px;
  font-weight: 800;
}

.career-page .positions-section .BambooHR-ATS-board>h2 {
  display: none;
}

.career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Department-List {}

.career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Header {
  font-size: 32px;
  font-weight: 700;
  font-family: "Inter";
  line-height: 39px;
  color: #011627;
}

.career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Jobs-List {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none !important;
  margin-top: 25px;
}

.career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item {
  width: calc(33.333% - 16px);
  font-family: "Inter";
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  transition: box-shadow 0.2s ease;
  box-sizing: border-box;
  padding: 20px 20px;
  margin-right: 16px !important;
  margin-bottom: 16px !important;
}

.career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #011627;
  transition: color 0.2s ease;
  text-decoration: none !important;
}

.career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item a:hover {
  color: #0e55fc;
}

.career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #5a6170;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 1140px) {
  .ecosystem-section__opportunities-slides__wrapper {
    height: 290px;
  }

  .career-page .cto-appeal-section .cto-appeal__content {
    padding-left: 30px;
  }

  .career-page .opinions-slider {
    margin-top: 100px;
  }

  .career-page .opinions-slider .career-page-slider__slides__wrapper {
    min-height: 270px;
  }

  .career-page .benefits-section .benefits-section__content {
    padding: 0 20px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .career-page .positions-section .positions-section__title {
    line-height: 86px;
  }

  .career-page .benefits-section .benefits-section__benefit-item-cover:hover {
    background-color: white;
  }

  .career-page .benefits-section .benefits-section__benefit-item-cover:hover .benefits-section__benefit__title {
    color: #011627;
  }

  .career-page .benefits-section .benefits-section__benefit-item-cover:hover .benefits-section__benefit__content {
    color: #5a6170;
  }
}

@media screen and (max-width: 960px) {
  .career-page .join-section {
    margin-top: 122px;
    min-height: 960px;
  }

  .career-page .join-section__title {
    font-size: 68px;
    line-height: 68px;
  }

  .career-page .join-section .join-section__background {
    margin-top: -207px;
    margin-left: -540px;
    width: 1037px;
  }

  .career-page .ecosystem-section {
    margin-top: 80px;
  }

  .career-page .ecosystem-section__title {
    font-size: 68px;
    line-height: 60px;
  }

  .career-page .ecosystem-section__opportunities-slider {
    margin-top: 120px;
  }

  .career-page .ecosystem-section__opportunities-slides__wrapper {
    height: 300px;
  }

  .career-page .cto-appeal-section {
    margin-top: 230px;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-photos {
    max-width: 46%;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal {
    max-width: 45%;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-photos .cto-appeal__founders-photo {
    left: -50px;
    bottom: -80px;
    display: flex;
  }

  .career-page .benefits-section .benefits-section__benefit-item {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 500px) {
  .career-page .join-section {
    min-height: auto;
    margin-top: 65px;
  }

  .career-page .join-section__title {
    font-size: 46px;
    line-height: 46px;
  }

  .career-page .join-section__introtext {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  .career-page .join-section__button {
    width: 100%;
    max-width: 100%;
  }

  .career-page .join-section .join-section__background {
    position: relative;
    background-position: center top;
    width: 165%;
    left: 0;
    margin-top: 20px;
    margin-left: 0;
  }

  .career-page .ecosystem-section {
    margin-top: 75px;
    min-height: 1140px;
  }

  .career-page .ecosystem-section__title {
    font-size: 46px;
    line-height: 46px;
  }

  .career-page .ecosystem-section__opportunities-slider {
    margin-top: 20px;
  }

  .career-page .ecosystem-section__opportunities-slide {
    display: block;
  }

  .career-page .ecosystem-section__opportunities-slide__image {
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .career-page .offer-section .career-page-slider__controls {
    display: none;
  }

  .career-page .ecosystem-section__opportunities-slides__wrapper {
    width: 100%;
    height: 290px;
    margin-top: 45px;
  }

  .career-page .ecosystem-section__opportunities-slide__title {
    max-width: 100%;
  }

  .career-page .ecosystem-section__opportunities-slide__text {
    max-width: 100%;
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .career-page .ecosystem-button {
    min-width: 100%;
  }

  .career-page .cto-appeal-section {
    margin-top: 210px;
  }

  .career-page .cto-appeal-section .cto-appeal__content {
    max-width: 100%;
    padding-left: 0;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-top: -187px;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-photos {
    position: relative;
    max-width: 100%;
    margin-left: 0;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-photos .cto-appeal__founders-photo {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-photos .cto-appeal__founders-photo img {
    max-width: 49%;
    margin: 0;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal {
    max-width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal__quote {
    margin-left: 1px;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-text {
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-sign {
    margin-top: 30px;
  }

  .career-page .offer-section {
    background-color: black;
    color: white;
    padding: 0 17px;
  }

  .career-page .offer-section__content {
    background-color: black;
    color: white;
    padding-top: 1px;
    box-sizing: border-box;
    text-align: center;
  }

  .career-page .opinions-slider {
    margin: 100px auto 0 auto;
  }

  .career-page .offer-section .offer-section__text__content {
    font-size: 24px;
    line-height: 34px;
    margin: 20px auto;
    padding: 0 10px;
  }

  .career-page .offer-section .career-page-slider__slides {
    height: 350px;
  }

  .career-page .offer-section .offer-section__opinions-slide {
    height: 350px;
  }

  .career-page .benefits-section {
    background-color: black;
    color: white;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .career-page .benefits-section .benefits-section__title {
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -2.6px;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
  }

  .career-page .benefits-section .benefits-section__benefits-container {
    margin: 30px auto 0 auto;
    padding: 0 10px;
  }

  .career-page .benefits-section .benefits-section__benefit-item {
    width: 100%;
    height: 350px;
    background: url("/img/career/benefit-bg.png") center center no-repeat;
    background-size: cover;
    border-radius: 6px;
    overflow: hidden;
    margin: 7px 0;
  }

  .career-page .benefits-section .benefits-section__background-image {
    height: auto;
    margin-top: 0;
    padding-top: 11px;
  }

  .career-page .positions-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .career-page .positions-section .positions-section__title {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 35px;
  }

  .career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 501px) and (max-width: 780px) {
  .career-page .join-section {
    min-height: auto;
  }

  .career-page .join-section__title {
    font-size: 50px;
    line-height: 45px;
  }

  .career-page .join-section__introtext {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  .career-page .join-section__button {
    width: 100%;
  }

  .career-page .join-section .join-section__background {
    position: relative;
    background-position: center top;
    width: 165%;
    left: 0;
    margin-top: 20px;
    margin-left: 0;
  }

  .career-page .ecosystem-section {
    margin-top: 100px;
  }

  .career-page .ecosystem-section__title {
    font-size: 50px;
    line-height: 45px;
  }

  .career-page .ecosystem-section__opportunities-slider {
    margin-top: 20px;
  }

  .career-page .ecosystem-section__opportunities-slide {
    display: block;
  }

  .career-page .ecosystem-section__opportunities-slide__image {
    text-align: center;
    width: 100%;
  }

  .career-page .ecosystem-section__opportunities-slides__wrapper {
    width: 100%;
    height: 230px;
    margin-top: 45px;
  }

  .career-page .ecosystem-section__opportunities-slide__title {
    max-width: 100%;
  }

  .career-page .ecosystem-section__opportunities-slide__text {
    max-width: 100%;
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .career-page .cto-appeal-section {
    margin-top: 330px;
  }

  .career-page .cto-appeal-section .cto-appeal__content {
    max-width: 100%;
    padding-left: 0;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-top: -187px;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-photos {
    position: relative;
    max-width: 100%;
    margin-left: 0;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-photos .cto-appeal__founders-photo {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-photos .cto-appeal__founders-photo img {
    max-width: 49%;
    margin: 0;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal {
    max-width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal__quote {
    margin-left: 1px;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-text {
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
  }

  .career-page .cto-appeal-section .cto-appeal__appeal-sign {
    margin-top: 30px;
  }

  .career-page .offer-section {
    background-color: black;
    color: white;
    padding-top: 60px;
  }

  .career-page .offer-section__content {
    background-color: black;
    color: white;
    padding-top: 1px;
  }

  .career-page .offer-section .career-page-slider {
    margin: 50px auto 0 auto;
  }

  .career-page .offer-section .offer-section__text__content {
    font-size: 24px;
    line-height: 34px;
    margin: 20px auto;
    padding: 0 10px;
  }

  .career-page .offer-section .career-page-slider__slides {
    height: 325px;
  }

  .career-page .offer-section .career-page-slider__controls {
    display: none;
  }

  .career-page .benefits-section {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .career-page .benefits-section .benefits-section__title {
    font-size: 50px;
    line-height: 45px;
    padding: 0 20px;
  }

  .career-page .benefits-section .benefits-section__benefits-container {
    margin: 30px auto 0 auto;
    padding: 0 10px;
  }

  .career-page .benefits-section .benefits-section__benefit-item {
    width: calc(100% - 16px);
    height: 350px;
    background: url("/img/career/benefit-bg.png") center center no-repeat;
    background-size: cover;
    border-radius: 6px;
    overflow: hidden;
    margin: 7px;
  }

  .career-page .benefits-section .benefits-section__benefit-item {
    width: calc(100% - 16px);
    height: 400px;
  }

  .career-page .benefits-section .benefits-section__background-image {
    height: auto;
    margin-top: 0;
  }

  .career-page .positions-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .career-page .positions-section .positions-section__title {
    font-size: 42px;
    line-height: 42px;
  }

  .career-page .positions-section .BambooHR-ATS-board .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item {
    width: 100%;
    margin-right: 0;
  }
}