:root {
  --tomato: #ff494b;
  --white: #fafafa;
  --papaya-whip: #fef0cd;
  --top-padding: 80px;
}

body {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 60px;
}

.container.nav {
  height: auto;
  display: flex;
}

.container.first {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 46%;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 100px;
  display: grid;
}

.container.second {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 150px;
  display: flex;
}

.container.third {
  text-align: center;
}

.container.contact {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero_section {
  padding-top: 0;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  display: flex;
}

.nav_link {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
}

.nav_link:hover {
  color: var(--tomato);
}

.nav_link.w--current {
  color: #757575;
}

.nav_link.white {
  color: #fff;
}

.nav_link.white:hover {
  color: var(--tomato);
}

.nav_link.white.w--current {
  color: #636363;
}

.nav_menu {
  float: none;
  align-items: center;
}

.button {
  background-color: var(--tomato);
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-style: none;
  align-items: center;
  margin-left: 30px;
  padding: 17px 40px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.button.w--current {
  color: #868686;
  background-color: #fff;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button.jbs {
  margin-left: auto;
}

.button.black {
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
}

.hero_title_box {
  max-width: 500px;
}

.hero_description {
  margin-top: 100px;
  position: relative;
}

.hero_description_figure {
  background-color: var(--white);
  width: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.hero_description_wrap {
  margin-left: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.p-24 {
  font-size: 24px;
  font-weight: 300;
  line-height: 170%;
}

.p-24.is-red {
  color: var(--tomato);
  margin-bottom: 25px;
  font-weight: 400;
}

.hero_description_title {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 150%;
}

.p-18 {
  font-size: 18px;
  line-height: 170%;
}

.p-28 {
  text-align: right;
  max-width: 530px;
  margin-left: auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 170%;
}

.hero_bottom_wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
  padding-left: 90px;
  display: flex;
}

.main_button {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 260px;
  padding: 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.main_button.red {
  background-color: var(--tomato);
  background-color: var(--tomato);
  width: 210px;
}

.main_button.red {
  background-color: var(--tomato);
  background-color: var(--tomato);
  width: 210px;
}

.main_button.is-red-2 {
  background-color: var(--tomato);
  flex: 1;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.main_button.is-fullwidth {
  background-image: url("https://cdn.prod.website-files.com/607fe7bca5f68270bd12fa81/607fe7bca5f6824ad012fa99_Logo_mark.svg");
  background-position: 36%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  transition: background-color .2s;
}

.main_button.is-fullwidth:hover {
  background-color: #2e2e2e;
}

.main_button.is-fullwidth.short {
  background-position: 33%;
  padding-left: 50px;
}

.logo_sign {
  margin-right: 20px;
}

.red-figure-button {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.red-figure-button.ml80 {
  margin-left: 80px;
}

.red-figure-button.is-mt {
  margin-top: 110px;
}

.red-figure-button.is-mt._2.mobile {
  display: none;
}

.h-38 {
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}

.h-38.red {
  color: var(--tomato);
  margin-bottom: 15px;
}

.h-38.short {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.why_title_box {
  max-width: 590px;
  margin-bottom: 50px;
}

.why_cta_box {
  max-width: 400px;
  margin-left: 200px;
}

.why_lottie {
  width: 60%;
  max-width: none;
  margin-left: -13%;
  margin-right: -8%;
}

.hero_bottom_btns {
  flex: none;
  margin-right: 5%;
}

.section {
  align-items: center;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section.contact {
  padding-top: 180px;
  overflow: visible;
}

.section.jobs {
  padding-bottom: 0;
  overflow: visible;
}

.section.process {
  padding-bottom: 140px;
}

.process_row {
  justify-content: space-between;
  max-width: 900px;
  margin: 150px auto;
  display: flex;
}

.process_step {
  width: 33%;
  position: relative;
}

.process_step.is-flex {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.process_step.is-flex:hover {
  color: var(--tomato);
}

.arrow {
  width: 90%;
  max-width: 310px;
  position: absolute;
  top: 125px;
}

.arrow.is-top {
  transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: -81px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.step_lottie {
  width: 100%;
  max-width: none;
  position: absolute;
  top: -40%;
}

.process_list {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
}

.process_list_item {
  background-image: url("https://cdn.prod.website-files.com/607fe7bca5f68270bd12fa81/607fe7bca5f68210dc12fa9f_Check.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 35px;
  display: inline-block;
}

.hero_title {
  color: #000;
  font-size: 55px;
  line-height: 120%;
}

.hero_title.mb {
  margin-bottom: 60px;
}

.jobs_list {
  flex: none;
  display: inline-block;
}

.label {
  color: #727272;
  font-size: 12px;
  line-height: 170%;
}

.h-26 {
  margin-top: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.job_card {
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 50px 40px;
  box-shadow: 1px 1px 80px #00000014;
}

.job_card_cell {
  border-right: 1px solid #e8e8e8;
  padding-right: 20px;
}

.job_card_cell.is-right {
  padding-right: 0;
}

.p-16 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
}

.job_card_table {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.job_card_cell-wide {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 20px;
}

.ghost_button {
  border: 1px solid var(--tomato);
  color: var(--tomato);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #fff0;
  padding: 14px 35px;
  font-size: 12px;
  transition: background-color .2s;
}

.ghost_button:hover {
  background-color: var(--tomato);
  color: #fff;
}

.empty-state {
  display: none;
}

.jobs_box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.jobs_lottie {
  align-self: flex-start;
  width: 53%;
  margin-top: 9%;
  margin-left: -10%;
  margin-right: -10%;
}

.jobs_left_col {
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  width: 33%;
  padding-right: 20px;
  position: relative;
}

.cta_box {
  width: 50%;
}

.red-span {
  color: var(--tomato);
}

.cta_form_box {
  z-index: 1;
  max-width: 480px;
  margin-left: 50px;
  position: relative;
}

.input {
  color: #000;
  background-color: #fff0;
  background-image: linear-gradient(#0000000d, #00000003);
  border: 1px solid #0000;
  border-radius: 0;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 180%;
  box-shadow: inset 0 1px 3px #00000014;
}

.input:focus {
  border-style: solid;
  border-color: #000;
}

.input::placeholder {
  color: #000;
}

.input.area {
  background-image: linear-gradient(#0000000d, #00000003);
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 140px;
  padding-top: 17px;
}

.cta_form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 70px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.big-logo-mark {
  z-index: 0;
  max-width: none;
  position: absolute;
  bottom: -220%;
  right: -240%;
}

.wrapper {
  overflow: hidden;
}

.footer {
  color: #fff;
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 50px;
}

.cta_form_wrap {
  z-index: 1;
  margin-left: auto;
  position: relative;
  transform: translate(0);
}

.why_box {
  margin-left: auto;
}

.logosign {
  margin-right: -16px;
}

.footer_nav {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.footer_nav_list {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  align-items: center;
  display: grid;
}

.p-12 {
  color: #8a8a8a;
  font-size: 12px;
}

.logo {
  margin-right: auto;
}

.logo.w--current {
  float: none;
  display: inline-block;
}

.success-message {
  background-color: #fff0;
  font-size: 26px;
  line-height: 160%;
}

.bold-text {
  font-size: 30px;
  display: block;
}

.text-block-4 {
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  font-size: 18px;
  display: flex;
}

.nav_list {
  display: flex;
}

.html-embed {
  line-height: 0;
}

.soc_link {
  color: #fff;
  transition: color .2s;
}

.soc_link:hover {
  color: var(--tomato);
}

.jobs_right_col {
  width: 33%;
}

.bold-text-2 {
  color: #fff;
}

.nav_container.container {
  margin-top: var(--top-padding);
  margin-top: var(--top-padding);
}

@media screen and (max-width: 991px) {
  .hero_section {
    padding-top: 60px;
  }

  .hero_title_box {
    max-width: 410px;
  }

  .hero_description_figure {
    margin-left: -30px;
  }

  .hero_description_wrap {
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .p-24.proc {
    font-size: 18px;
    line-height: 120%;
  }

  .p-28 {
    text-align: left;
    max-width: none;
    margin-left: 0;
  }

  .hero_bottom_wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .red-figure-button.is-mt._2.mobile {
    display: flex;
  }

  .h-38 {
    font-size: 28px;
  }

  .h-38.red {
    margin-bottom: 10px;
  }

  .why_cta_box {
    margin-left: 151px;
  }

  .why_lottie {
    margin-right: -15%;
  }

  .hero_bottom_btns {
    order: 1;
    margin-top: 70px;
  }

  .section {
    padding-bottom: 90px;
  }

  .arrow {
    top: 108px;
  }

  .arrow.is-top {
    top: -67px;
  }

  .step_lottie {
    width: 130%;
  }

  .process_list {
    text-align: left;
  }

  .process_list_item {
    text-align: left;
    background-position: 0 13px;
  }

  .hero_title {
    font-size: 40px;
  }

  .jobs_lottie {
    width: 68%;
  }

  .jobs_left_col {
    display: none;
  }

  .big-logo-mark {
    width: 480%;
  }

  .logosign {
    display: none;
  }

  .job_row {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 6%;
    padding-right: 6%;
    display: grid;
  }

  .details_box {
    width: 100%;
  }

  .job_title_box {
    width: 100%;
    padding-right: 30px;
  }

  .about_box {
    max-width: 430px;
  }

  .team_wrap {
    flex-direction: column;
  }

  .team_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: start;
    place-items: start;
  }

  .name {
    font-size: 20px;
    bottom: -40px;
  }

  .join_form {
    width: auto;
  }

  .logo {
    padding-left: 0;
  }

  .hire_lottie {
    width: 28%;
  }

  .name_box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .burger_btn {
    z-index: 2;
    color: #fff;
  }

  .burger_btn.w--open {
    z-index: 3;
    background-color: #c8c8c800;
  }

  .line {
    background-color: #36e4a5;
    width: 30px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .collection-list {
    position: relative;
  }

  .jobs_right_col {
    width: 50%;
  }

  .job_category {
    margin-bottom: -1px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .job_category.w--current {
    z-index: 1;
  }

  .story_box {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container.first {
    grid-template-columns: 70% 46%;
    padding-top: 50px;
  }

  .container.second {
    margin-top: 70px;
  }

  .container.contact {
    flex-direction: column;
  }

  .container.nav {
    display: flex;
  }

  .hero_section {
    padding-top: 40px;
  }

  .navbar {
    align-items: center;
    position: relative;
  }

  .nav_menu {
    background-color: #fff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    box-shadow: 1px 1px 40px #0000001a;
  }

  .button {
    margin-top: 20px;
    margin-left: 0;
  }

  .button.w--current {
    margin-top: 0;
  }

  .hero_description {
    margin-top: 50px;
  }

  .hero_lottie {
    margin-left: -19%;
    margin-right: -16%;
  }

  .p-24 {
    font-size: 17px;
    line-height: 170%;
  }

  .hero_description_title {
    font-size: 22px;
  }

  .p-18 {
    font-size: 16px;
  }

  .p-28 {
    font-size: 20px;
  }

  .main_button {
    width: 180px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .red-figure-button.ml80 {
    align-items: flex-start;
    margin-left: 60px;
  }

  .why_cta_box {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .why_lottie {
    max-width: 320px;
    margin-right: 0%;
    position: absolute;
  }

  .section {
    padding-bottom: 90px;
  }

  .section.contact {
    padding-top: 60px;
  }

  .section.jobs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.process {
    padding-bottom: 50px;
  }

  .process_row {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .arrow {
    top: 95px;
  }

  .arrow.is-top {
    top: -45px;
  }

  .process_list_item {
    background-position: 0 6px;
    background-size: 14px;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-left: 26px;
  }

  .hero_title {
    font-size: 7vw;
  }

  .hero_title.mb {
    margin-bottom: 20px;
  }

  .label {
    line-height: 150%;
  }

  .job_card_table {
    grid-column-gap: 20px;
  }

  .jobs_box {
    display: flex;
  }

  .figure {
    height: 60px;
  }

  .cta_box {
    width: 100%;
  }

  .cta_form_box {
    width: 100%;
    max-width: none;
    margin-top: 23px;
    margin-left: 0;
  }

  .big-logo-mark {
    width: 250%;
    bottom: -346px;
    right: -136%;
  }

  .footer {
    text-align: center;
  }

  .cta_form_wrap {
    width: 100%;
    margin-left: 0;
  }

  .footer_nav {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .footer_nav_list {
    margin-top: 50px;
  }

  .job_row {
    flex-direction: column;
    display: flex;
  }

  .details_box {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .hire_form_wrap {
    margin-top: 30px;
    margin-left: 0;
  }

  .form_row {
    flex-direction: column;
  }

  .about_box {
    width: 100%;
  }

  .square {
    width: 30vw;
    height: 30vw;
  }

  .square.lb.black, .square.lb.right, .square.lb.hide, .square.yellow.hide, .square.lb.black, .square.lb.right, .square.lb.hide, .square.lb.black, .square.lb.right, .square.lb.hide, .square.yellow.hide, .square.yellow.hide {
    display: none;
  }

  .team_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .name {
    font-size: 16px;
  }

  .cta_title_box {
    max-width: none;
    margin-bottom: 30px;
  }

  .join_form {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .hire_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button_figure {
    height: 60px;
  }

  .hire_lottie {
    width: 36%;
    display: none;
  }

  .name_box {
    top: 110%;
    bottom: 0;
  }

  .burger_btn {
    float: none;
  }

  .line {
    background-color: var(--tomato);
  }

  .nav_list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .jobs_right_col {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 85%;
  }

  .container.first {
    flex-direction: column;
    grid-template-columns: 100%;
  }

  .container.second {
    flex-direction: column;
    align-items: center;
  }

  .container.hero {
    padding-bottom: 40px;
  }

  .container.is-full {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_menu {
    width: 70%;
  }

  .button.jbs {
    margin-left: 0;
  }

  .hero_title_box {
    width: 100%;
    max-width: none;
  }

  .hero_description {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .hero_description_figure {
    width: 90%;
  }

  .hero_description_wrap {
    width: 100%;
  }

  .hero_lottie {
    width: 90%;
    min-height: 300px;
    margin-top: 43px;
    margin-left: 0%;
    margin-right: -4%;
  }

  .p-24 {
    font-size: 20px;
    line-height: 160%;
  }

  .p-24.is-red {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .p-24.proc {
    font-size: 16px;
    line-height: 140%;
  }

  .hero_description_title, .p-18 {
    font-size: 18px;
  }

  .hero_bottom_wrap {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .main_button {
    width: 165px;
    height: 55px;
  }

  .main_button.red {
    width: 110px;
  }

  .main_button.is-fullwidth.short {
    padding-left: 30px;
  }

  .red-figure-button.ml80 {
    margin-left: 55px;
  }

  .red-figure-button.is-mt {
    margin-top: 40px;
  }

  .red-figure-button.is-mt._2.mobile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .h-38 {
    font-size: 22px;
    line-height: 140%;
  }

  .h-38.red {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .why_cta_box {
    align-items: flex-start;
    margin-left: 0;
  }

  .why_lottie {
    order: -1;
    width: 120%;
    max-width: none;
    min-height: 300px;
    margin-left: -20%;
    margin-right: -20%;
    position: static;
  }

  .hero_bottom_btns {
    margin-top: 0;
    margin-bottom: 70px;
    margin-right: 0%;
  }

  .section {
    padding-bottom: 115px;
  }

  .section.process {
    justify-content: center;
  }

  .process_row {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .process_step {
    width: 100%;
    max-width: 210px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow {
    height: 25px;
    top: 63px;
    left: -89px;
    transform: rotate(90deg);
  }

  .arrow.is-top {
    top: 65px;
    left: auto;
    right: -86px;
    transform: rotateX(180deg)rotateY(0)rotateZ(-90deg);
  }

  .step_lottie {
    width: 90%;
    top: -50%;
  }

  .hero_title {
    font-size: 9vw;
  }

  .hero_title.mb {
    margin-bottom: 30px;
  }

  .label {
    font-size: 3.6vw;
  }

  .h-26 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .job_card {
    padding: 40px 30px;
  }

  .job_card_cell {
    border: 1px #000;
    margin-right: 20px;
    padding-right: 0;
  }

  .p-16 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .job_card_table {
    border-top: 1px solid #00000017;
    border-bottom: 1px solid #00000017;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .job_card_cell-wide {
    border: 1px #000;
    margin-left: 20px;
    padding-top: 0;
  }

  .ghost_button {
    padding: 10px 25px;
  }

  .jobs_box {
    text-align: left;
    flex-direction: column;
  }

  .jobs_lottie {
    width: 100%;
    min-height: 300px;
    margin-bottom: -180px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .figure {
    height: 55px;
  }

  .input {
    height: 60px;
    font-size: 16px;
  }

  .cta_form {
    grid-template-rows: auto auto;
  }

  .big-logo-mark {
    width: 230%;
    bottom: -27%;
    right: -106%;
  }

  .why_box {
    margin-top: 90px;
  }

  .footer_nav_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
  }

  .job_row {
    justify-content: flex-start;
    padding: 40px 30px;
    display: block;
  }

  .details_box {
    border-top: 1px solid #00000017;
    border-bottom: 1px solid #00000017;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .job_title_box {
    padding-right: 0;
  }

  .jobs_title_row {
    flex-direction: column;
    align-items: flex-start;
    width: 85%;
    margin: 30px auto 60px;
  }

  .hire_form {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .about_box {
    width: 100%;
  }

  .square {
    width: 45vw;
    height: 45vw;
  }

  .square.lb.hide, .square.yellow.hide, .square.lb.hide, .square.lb.hide, .square.yellow.hide, .square.yellow.hide {
    display: none;
  }

  .team_grid {
    grid-template-rows: 1fr 1fr 1fr auto;
    grid-template-columns: 1fr 1fr;
    margin-left: -16px;
    margin-right: -16px;
  }

  .name {
    font-size: 4vw;
  }

  .button_figure {
    height: 55px;
  }

  .jobs_title_buttons {
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .jobs_right_col {
    width: 100%;
  }

  .job_categories {
    text-align: left;
    width: 85%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .job_category {
    padding: 17px 7%;
    display: inline-block;
  }
}

#w-node-_3f93a6b9-842e-bf29-a66f-89e89d790797-db12fa82 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3087910a-932f-9e18-26be-516b6fefb2c7-db12fa82, #w-node-fdc15f6c-fb34-8ffb-5309-2736d60c52de-db12fa82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#message.w-node-_7bdaf176-61b5-5339-84ec-b2d5e05246fb-db12fa82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_7bdaf176-61b5-5339-84ec-b2d5e05246fc-db12fa82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_3f93a6b9-842e-bf29-a66f-89e89d790797-db12fa82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-fdc15f6c-fb34-8ffb-5309-2736d60c52de-db12fa82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #name.w-node-_7bdaf176-61b5-5339-84ec-b2d5e05246f9-db12fa82, #email.w-node-_7bdaf176-61b5-5339-84ec-b2d5e05246fa-db12fa82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8b20cb5-61de-8480-ecdb-287a81fbbe85-23877a28 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}
