:root {
  --black: black;
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.paragraph {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
}

.text-block {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.evening_building-image {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-radius: 0;
  max-width: none;
}

.aob-company_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.text-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.interested-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
}

.div-block-2 {
  background-image: linear-gradient(#000, #fff), url('../images/aob-employee_building-xlarge.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.image-text_columns {
  align-items: center;
  display: flex;
}

.image_column {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.text_column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.img-div {
  background-image: linear-gradient(177deg, #000 30%, #fff);
}

.aob-building_careers {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  background-image: linear-gradient(270deg, #000, rgba(255, 255, 255, 0) 69%), url('../images/aob-headquarters-large.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  height: auto;
  position: static;
}

.aob-employee_careers {
  aspect-ratio: 3 / 2;
  background-image: url('../images/aob-employee_building-xlarge.jpg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-2 {
  align-self: center;
  position: static;
}

.interest_career-content {
  justify-content: center;
  align-items: center;
}

.image-container {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
}

.benefits-cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}

.benefits-cell.health-icon_desktop {
  line-height: 17px;
}

.benefits-cell._401k-icon_desktop {
  justify-content: flex-start;
  align-items: center;
}

.icon {
  text-align: left;
  max-width: 25%;
}

.div-block-3 {
  align-self: center;
}

.benefits-callout {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.header-cell {
  align-self: center;
}

.heading-cell-text {
  color: #fff;
  text-align: center;
  order: 0;
  align-self: center;
  width: 75%;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.aob-background__text {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
}

.aob-background__subtitle {
  color: #fff;
  text-align: center;
}

.aob-background__title {
  color: #23ffff;
}

.image, .image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8 {
  max-width: 50%;
}

@media screen and (min-width: 1280px) {
  .interest_career-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .benefits-career_div {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .interest_career-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .benefits-cell.profit-sharing-icon_desktop {
    font-size: 15px;
  }

  .heading-cell-text {
    font-size: 16px;
  }

  .aob-background__subtitle {
    mix-blend-mode: normal;
  }

  .aob-cta.aob-cta--primary.aob-careers__cta {
    color: var(--black);
    background-color: #23ffff;
    padding: 10px 20px;
    font-size: 14px;
  }

  .benefits-career_div {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .aob-company_img {
    background-image: none;
    width: auto;
  }

  .text-div {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .interested-button {
    width: 50%;
  }

  .image-text_columns {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .join-us_section {
    margin-top: 0;
    padding-top: 0;
  }

  .image_column {
    padding-left: 0;
    padding-right: 0;
  }

  .aob-building_careers {
    aspect-ratio: 2 / 3;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/aob-headquarters-large.png');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .aob-employee_careers {
    aspect-ratio: 2 / 3;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/aob-employee_building-xlarge.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    position: static;
  }

  .quick-stack-2 {
    padding-top: 100px;
  }

  .interest_career-content {
    text-align: center;
  }

  .benefits-callout {
    display: flex;
  }

  .heading-cell-text {
    font-size: 13px;
    line-height: 16px;
  }

  .career-first_secition {
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    object-fit: fill;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .interested-button {
    width: 75%;
  }

  .image-text_columns {
    display: block;
  }

  .aob-building_careers {
    aspect-ratio: 1 / 3;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/aob-headquarters-small.png');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    height: 100%;
    min-height: 100%;
    position: static;
  }

  .aob-employee_careers {
    aspect-ratio: 2 / 3;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/aob-employee_building-xlarge.jpg');
    background-position: 0 0, 60%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .benefits-cell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-cell-text {
    font-size: 12px;
    line-height: 14px;
  }

  .aob-cta.aob-cta--primary.aob-careers__cta {
    color: #000;
    background-color: #23ffff;
  }
}

#w-node-_13b03545-1da5-9afc-3a61-23a61d1aa58d-297ea637 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a9ee81e1-40c0-113e-8899-cc92bb6523bf-297ea637 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6af59563-df8a-ac44-bccf-6894475cc427-297ea637 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

@media screen and (max-width: 991px) {
  #w-node-_13b03545-1da5-9afc-3a61-23a61d1aa58d-297ea637 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-a9ee81e1-40c0-113e-8899-cc92bb6523bf-297ea637 {
    display: none;
  }

  #w-node-_6af59563-df8a-ac44-bccf-6894475cc427-297ea637 {
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9ee81e1-40c0-113e-8899-cc92bb6523bf-297ea637 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6af59563-df8a-ac44-bccf-6894475cc427-297ea637 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}
