:root {
  --je-blue: #0031a3;
  --je-text: #6d768d;
  --subtle-blue: #688bdb;
  --je-accent-light-blue: #f4f6f9;
  --je-footer-text: #b3bbd0;
  --je-footer: #012750;
  --je-coral: #f46c31;
  --je-deep-pink: #ed4d9a;
  --je-accent-subtle-blue: #688bdb;
  --body-text: #92a3cb;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--je-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  color: var(--je-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  color: var(--je-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--je-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--je-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--je-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--je-text);
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.8;
}

.margin-small {
  margin: 1rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-horizontal {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padding-horizontal.padding-custom2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-horizontal.padding-custom2.footer {
  margin-bottom: 4rem;
}

.padding-vertical {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.show-mobile-portrait {
  display: none;
}

.heading-large {
  color: var(--je-blue);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-xxsmall {
  margin: .25rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.job-title {
  color: var(--je-blue);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.text-size-medium.job-title.margin-right {
  margin-right: 10px;
}

.text-size-medium.margin-right {
  margin-right: .5rem;
}

.text-size-medium.job-location {
  color: var(--subtle-blue);
  text-transform: capitalize;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-size-medium.job-location.padding-left {
  margin-left: 10px;
}

.show {
  display: block;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.service {
  font-size: 1.25rem;
}

.text-color-grey {
  color: gray;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.button-secondary {
  border: .125rem solid var(--je-blue);
  background-color: var(--je-accent-light-blue);
  color: var(--je-blue);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1.05rem 1.25rem;
  font-weight: 400;
  transition: background-color .2s;
}

.button-secondary:hover {
  background-color: var(--je-footer-text);
}

.button-secondary.homepage {
  border-color: var(--je-accent-light-blue);
  min-width: 10rem;
  margin-top: 2rem;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-secondary.homepage:hover {
  border-color: var(--je-footer);
  background-color: var(--je-footer);
  color: var(--je-footer-text);
}

.padding-small {
  padding: 1rem;
}

.background-color-white {
  background-color: #fff;
}

.text-weight-bold {
  font-weight: 700;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-left.padding-custom2 {
  padding-left: 12rem;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-top: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.button {
  background-color: var(--je-coral);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-weight: 400;
  transition: background-color .2s ease-in-out;
}

.button:hover {
  background-color: #f48e62;
}

.button.cta {
  width: 14rem;
  font-size: 1rem;
}

.button.hero {
  margin-top: 1rem;
}

.button.mobile-nav {
  margin-top: 2.5rem;
}

.button.apply {
  width: 100%;
  margin-top: 1rem;
}

.button.contact {
  width: 50%;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-large {
  margin: 3rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.background-color-black.margin-vertical.margin-large {
  height: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-auto {
  overflow: auto;
}

.form-message-success {
  padding: 1.25rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.cta {
  background-color: var(--je-accent-light-blue);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 75%;
  min-height: 11rem;
  margin-bottom: 0;
  padding: 2rem 4rem;
  display: flex;
  position: static;
  inset: auto 0% -7%;
}

.container-medium.separator {
  background-color: #0000;
  display: block;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.text-size-small {
  color: var(--je-deep-pink);
  margin-bottom: 2rem;
  font-size: .875rem;
}

.text-size-small.medium {
  font-size: 1rem;
  font-weight: 500;
}

.text-color-black {
  color: #000;
}

.styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-medium {
  padding: 2rem;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-xlarge {
  color: var(--je-blue);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-xlarge.light {
  color: var(--je-accent-light-blue);
  margin-bottom: 0;
  font-size: 3.5rem;
}

.heading-xlarge.light.custom {
  display: none;
}

.heading-xlarge.default.bottom {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
}

.heading-xlarge.default {
  color: var(--je-accent-light-blue);
  margin-bottom: 0;
  font-size: 3.5rem;
}

.heading-xlarge.default.bottom {
  color: var(--je-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
}

.heading-xlarge.dark {
  color: var(--je-blue);
  margin-bottom: 0;
  font-size: 3.5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-link {
  text-decoration: underline;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-bottom {
  padding: 0 0 .25rem;
}

.padding-bottom.padding-medium {
  padding-bottom: .5rem;
}

.padding-bottom.padding-custom3 {
  padding-bottom: 0;
}

.padding-bottom.padding-large {
  text-align: center;
  padding: 1rem 1.5rem 1.5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-medium {
  height: 3rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-large {
  height: 4rem;
}

.button-text {
  color: var(--je-blue);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 500;
}

.padding-tiny {
  padding: .125rem;
}

.page-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-wrapper.job-detail {
  background-color: var(--je-accent-light-blue);
}

.form-field-wrapper.half {
  width: 50%;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-weight-xbold {
  font-weight: 800;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.heading-medium {
  color: var(--je-blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.icon-small {
  height: 2rem;
}

.show-mobile-landscape {
  display: none;
}

.margin-tiny {
  margin: .125rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.form-input {
  background-color: var(--je-accent-light-blue);
  border-radius: 8px;
  min-height: 2rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 4rem;
  padding-top: .75rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-large {
  padding: 3rem;
}

.padding-0 {
  padding: 0;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-weight-medium {
  color: var(--je-blue);
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: var(--je-text);
}

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--je-coral);
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--je-blue);
}

.fs-styleguide_color-sample.is-tertiary {
  background-color: var(--je-deep-pink);
}

.fs-styleguide_color-sample.is-accent-lightblue {
  background-color: var(--je-accent-light-blue);
}

.fs-styleguide_color-sample.is-accent-subtleblue {
  background-color: var(--je-accent-subtle-blue);
}

.fs-styleguide_color-sample.is-footer {
  background-color: var(--je-footer);
}

.fs-styleguide_color-sample.is-footertext {
  background-color: var(--je-footer-text);
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-xlarge {
  padding: 4rem;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.text-align-left {
  text-align: left;
}

.form-wrapper {
  background-color: var(--je-blue);
  margin-bottom: 0;
  padding: 1.5rem 2.5rem 2.5rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-size-regular {
  font-size: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-xlarge {
  margin: 4rem;
}

.form-label {
  color: var(--je-accent-light-blue);
  font-weight: 400;
}

.styleguide_classes {
  display: none;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding.we-offer {
  background-image: linear-gradient(93deg, #012750d9, #fff0), url('../images/Presenting-in-front-of-group.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
}

.page-padding.scroll {
  background-color: var(--je-blue);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.page-padding.no-padding-left {
  height: 100%;
  padding-right: 0;
}

.page-padding.jobs {
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.page-padding.industry-slider {
  overflow: hidden;
}

.page-padding.padding-top {
  height: 100%;
  padding-top: 0;
}

.page-padding.margin-top {
  margin-top: 2rem;
}

.page-padding.hero-layout {
  height: 100%;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.page-padding.no-right-padding {
  height: 100%;
  padding-right: 0;
}

.page-padding.grey-bg {
  padding-bottom: 2rem;
}

.page-padding.layer-up {
  z-index: 1;
  position: relative;
}

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

.margin-medium {
  margin: 2rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.margin-vertical.margin-custom1 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.container-large.margin-vertical.margin-custom1.join {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-large.margin-vertical.margin-custom1.contact {
  margin-top: 0;
  margin-bottom: 4rem;
}

.container-large.margin-vertical.margin-custom1.jobs {
  height: 100%;
}

.container-large.margin-vertical.margin-custom2 {
  margin-top: 0;
  margin-bottom: 4rem;
}

.container-large.margin-vertical.margin-custom3 {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.container-large.background-dark {
  background-color: var(--je-accent-light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 2rem 0 4rem;
  display: flex;
}

.container-large.padding-horizontal {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-large.jobs-layout {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.container-large.jobs-links {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.container-large.padding-large {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.container-large.padding-large.job-detail {
  border: .5px solid #01275033;
  border-radius: 8px;
  position: static;
}

.container-large.slider-layout {
  justify-content: space-between;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.container-large.levelup-layout {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.container-large.industry-layout {
  padding-top: 4rem;
  padding-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}

.container-large.main-page {
  height: 100%;
}

.container-large.about-img {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.container-large.jobs {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.margin-0 {
  margin: 0;
}

.text-style-italic {
  font-style: italic;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.padding-medium.vacancies {
  z-index: -1;
  background-color: var(--je-blue);
  color: var(--je-accent-light-blue);
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 2.5rem;
  bottom: 2.5rem;
}

.container-small.padding-medium.apply {
  z-index: -1;
  background-color: var(--je-blue);
  width: 35%;
  color: var(--je-accent-light-blue);
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
  top: 2.5rem;
}

.container-small.job-detail {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-xhuge {
  margin: 8rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.footer-link-header {
  color: var(--je-accent-light-blue);
}

.hide {
  display: none;
}

.padding-xxsmall {
  padding: .25rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.nav_component {
  z-index: 5;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero.about {
  height: auto;
  margin-bottom: 4rem;
  padding-top: 4rem;
}

.section-hero.services {
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 0;
}

.section-hero.contact {
  height: 100vh;
  margin-bottom: 0;
  padding-top: 1.5rem;
}

.section-hero.join {
  height: 100vh;
  padding-bottom: 4rem;
}

.section-hero.main-page {
  height: 95vh;
  padding-top: 0;
}

.section-hero.jobseeker {
  height: 90vh;
}

.footer_component {
  background-color: var(--je-footer);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.nav_layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_layout.justify_start {
  justify-content: flex-start;
}

.nav_link {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: border-width .3s;
  display: flex;
}

.nav_link:hover {
  border-bottom: 2px solid var(--je-blue);
}

.nav_link_text {
  color: var(--je-blue);
  font-size: 1.25rem;
}

.footer_layout {
  justify-content: space-between;
  display: flex;
}

.footer_link_text {
  color: var(--je-footer-text);
  text-transform: none;
  font-size: 1rem;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.footer_link_text:hover {
  color: var(--je-coral);
}

.footer_layout_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-disclaimer {
  color: var(--je-footer-text);
  text-align: center;
  font-size: .75rem;
}

.grid-filler {
  height: 1rem;
  display: none;
}

.grid-filler.service-company-gap {
  display: block;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page_layout {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.page_layout.reverse {
  height: 100%;
}

.page_layout.narrow {
  justify-content: space-around;
}

.page_layout.cta {
  justify-content: space-between;
  align-items: center;
}

.page_layout.scroll {
  padding-left: 0;
  padding-right: 0;
}

.column {
  width: 50%;
  position: relative;
}

.column.padding-right.padding-small {
  background-color: var(--je-blue);
  border-top-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.column.padding-right.padding-medium {
  padding-left: 0;
}

.column.padding-right.padding-medium.no-padding-right {
  padding-right: 0;
}

.column.padding-right.padding-medium.join {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-top: 2rem;
  padding-left: 0;
  display: flex;
}

.column.padding-right.padding-medium.hero {
  justify-content: flex-start;
  width: 35%;
  padding-top: 0;
}

.column.padding-right.padding-medium.jobs {
  width: 40%;
  padding-top: 4rem;
}

.column.padding-left.padding-small {
  background-color: var(--je-coral);
  border-bottom-left-radius: 25px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.column.padding-left.padding-medium {
  position: relative;
}

.column.padding-left.padding-medium.contact {
  background-image: url('../images/bg-contact.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.column.padding-left.padding-medium.join {
  background-image: url('../images/bg-join.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  padding: 2rem 0 0;
  display: flex;
}

.column.padding-left.padding-medium.services {
  background-image: url('../images/bg-services.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 0 2rem 0 0;
  display: flex;
}

.column.padding-left.padding-medium.jobs {
  background-image: url('../images/bg-jobs.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 60%;
  height: 100%;
  padding-top: 2rem;
  padding-left: 0;
}

.column.medium {
  width: 60%;
  overflow: visible;
}

.column.padding-medium {
  z-index: 2;
}

.column.padding-medium._40 {
  width: 40%;
  padding-left: 0;
}

.column.padding-medium._60 {
  flex: none;
  width: 60%;
  padding-right: 0;
}

.column.padding-large.bg-accent {
  padding-left: 8rem;
  padding-right: 0;
  position: static;
}

.column.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-top: 8rem;
  display: flex;
  left: 0;
}

.column.browse-industry {
  z-index: 3;
  background-color: var(--je-blue);
  padding-left: 0;
}

.column.slider-bg {
  padding-top: 4rem;
}

.column.slider-bg._1 {
  background-image: url('../images/je-hero-img-01.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 834px;
  height: 100%;
}

.column.slider-bg._2 {
  background-image: url('../images/home-slider-2.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 834px;
}

.column.slider-bg._3 {
  background-image: url('../images/asian-girl-with-laptop.jpeg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 834px;
}

.layour_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 17.5em 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-right: 5rem;
  display: grid;
}

.image-placeholder {
  background-color: var(--je-accent-subtle-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 60%;
  height: 25rem;
  text-decoration: none;
  position: relative;
  inset: auto 0% auto 20%;
}

.image-placeholder.large {
  background-color: #0000;
  background-image: url('../images/asia-businessmen-businesswomen-teamwork.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30rem;
  position: static;
  top: -11%;
  left: 13%;
  right: -3%;
}

.image-placeholder.medium {
  background-image: url('../images/multiracial-group-discussing-business.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  position: static;
  bottom: 3rem;
  left: 15%;
}

.image-placeholder.custom {
  background-image: url('../images/businessmen-businesswomen-meeting-brainstorming.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  position: static;
  bottom: 35%;
  left: 0%;
}

.image-placeholder.industries {
  background-image: linear-gradient(#01275033, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  width: 20rem;
  max-width: 20rem;
  height: 100%;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: static;
}

.image-placeholder.industries._1 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/asian-delivery-man.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.industries._2 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/happy-asian-pretty-girl.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.industries._3 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/house-landscape-pool.jpeg');
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.industries._4 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/close-up-hand-pouring-milk-delicious-coffee-cup.jpg');
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.industries._5 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/close-up-hand-holding-safety-helmet.jpg');
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.industries._6 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/shipping-oil-tank-green-sea.jpg');
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.industries._7 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/transportation-logistics.jpg');
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.industries._8 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/young-thai-asian-customer-services.jpg');
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.industries._9 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/airport-night-air-transport.jpg');
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.industries._10 {
  background-image: linear-gradient(#01275033, #fff0), url('../images/auto-business-car-sale-consumerism-people-concept.jpg');
  width: 19rem;
  height: 75%;
  padding-top: 1rem;
}

.image-placeholder.xlarge {
  background-color: #0000;
  background-image: url('../images/smiling-call-center.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  bottom: -5rem;
  left: -2rem;
}

.image-placeholder.join {
  background-color: #0000;
  background-image: url('../images/join-us.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  left: 0%;
}

.image-placeholder.services {
  background-image: url('../images/collaborative-process-multicultural-meeting.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  left: 0%;
}

.image-placeholder.jobs {
  background-image: url('../images/group-asia-young-creatives.jpeg');
  background-size: cover;
  width: 100%;
  height: 75%;
  position: static;
  bottom: 7.5%;
  left: 0%;
}

.image-placeholder.joinus {
  background-image: url('../images/join-us.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  left: 0%;
}

.footer_brand {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.h2-light {
  color: var(--je-accent-light-blue);
}

.p-light {
  color: var(--je-footer-text);
}

.p-light.lighter {
  width: 28rem;
  color: var(--je-accent-light-blue);
  font-size: 1.25rem;
}

.p-light.break {
  width: 25rem;
}

.p-light.white {
  color: #fff;
}

.h1-light {
  color: var(--je-accent-light-blue);
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h1-light.hero {
  margin-bottom: 10px;
}

.form-field-container {
  justify-content: space-between;
  display: flex;
}

.spacer {
  width: 1rem;
}

.inquiry-type-field {
  min-height: 2rem;
  color: var(--je-text);
  border-radius: 8px;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.location-card {
  width: 30rem;
}

.location-details {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  display: flex;
}

.p-dark {
  color: var(--je-blue);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.tel {
  color: var(--je-blue);
  text-decoration: none;
}

.gmap-direction {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.waze-direction {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.get-direction {
  color: var(--je-blue);
  padding-left: .5rem;
  font-size: 1rem;
}

.open-app {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.section-middle {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  position: relative;
}

.h3-light {
  color: var(--je-accent-light-blue);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-custom {
  width: 22rem;
  color: var(--je-footer-text);
  font-size: 1.25rem;
}

.section-cta {
  background-image: linear-gradient(to bottom, var(--je-blue) 50%, #001943 50%), url('../images/jobexpert-cta-bg.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  position: static;
}

.cta {
  font-size: 2rem;
}

.cta-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.section-vacancies {
  background-color: var(--je-accent-light-blue);
  position: relative;
}

.job-link {
  color: var(--je-deep-pink);
  margin-top: 40px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.p-break {
  width: 60%;
}

.p-break.extend {
  width: 90%;
}

.hero-image {
  z-index: 8;
  width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: relative;
  top: 0;
  left: auto;
  right: -33px;
}

.industry {
  color: var(--je-accent-light-blue);
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 500;
}

.chevron-rignt {
  width: 2rem;
}

.container-navbar {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.paragraph {
  width: 25rem;
}

.nav_layout_mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.mobile-landscape-prompt {
  display: none;
}

.flex-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.industries-slider {
  background-color: #0000;
  margin-top: 6rem;
}

.industries-slider.services {
  margin-top: 2rem;
}

.slide-nav-3 {
  display: none;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  inset: -20% 5% auto auto;
  overflow: hidden;
}

.left-arrow-2.services {
  right: 4%;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  inset: -20% 0% auto auto;
}

.right-arrow-2.services {
  right: 0%;
}

.mask {
  width: 50%;
  overflow: visible;
}

.mask.services {
  width: 30%;
}

.mobile-nav-container {
  display: none;
}

.section-expertise, .section-location {
  background-color: var(--je-accent-light-blue);
}

.section-whatweoffer {
  background-image: url('../images/bg-about.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  position: relative;
}

.flex-container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.jobs-filter-dropdown {
  background-color: var(--je-accent-light-blue);
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.search-input {
  background-color: var(--je-accent-light-blue);
  background-image: url('../images/search_white_24dp.svg'), linear-gradient(to right, #fff0 85%, var(--je-coral) 85%, var(--je-coral));
  width: 100%;
  height: 4.2rem;
  color: var(--je-footer);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 12px;
  flex: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 1.25rem;
}

.search {
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.search-button {
  background-color: var(--je-coral);
  background-image: url('../images/search_white_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 4rem;
}

.div-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.job-filter-dropdown-list {
  background-color: var(--je-accent-light-blue);
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  top: auto;
}

.job-filter-dropdown-list.w--open {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
}

.job-post-wrapper {
  background-color: #fff;
  border: .5px solid #01275033;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.25rem 1rem;
  text-decoration: none;
  display: flex;
}

.job-post-wrapper.innerpage {
  border-style: none;
  margin-bottom: 2rem;
  padding: 0;
}

.job-post-wrapper.innerpage.w--current {
  border-style: none;
  border-radius: 0;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.date-posted {
  color: var(--je-coral);
  font-size: 14px;
}

.apply-job-button {
  background-color: var(--je-coral);
  width: 10rem;
  color: var(--je-accent-light-blue);
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.apply-job-button:hover {
  background-color: #f48e62;
}

.wrapper {
  justify-content: flex-start;
  margin-top: 1.25rem;
  display: flex;
}

.icons-wrapper {
  min-width: 25%;
  max-width: 25%;
  color: var(--subtle-blue);
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10px;
  font-size: .85rem;
  display: flex;
}

.jobs-icon {
  margin-right: 10px;
}

.horizontal-line {
  background-color: var(--je-footer-text);
  width: 80%;
  height: 1px;
  margin: 4rem auto;
}

.job-detail-header {
  color: var(--je-blue);
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.back-to-jobs {
  width: 100%;
  color: var(--je-blue);
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
}

.hero-sliders {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.left-arrow-3 {
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  inset: auto 45% 20% auto;
}

.right-arrow-3 {
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: relative;
  inset: auto auto 20% 3.5%;
}

.slide-nav-4 {
  display: none;
}

.slide-blue-bg {
  background-color: var(--je-blue);
}

.section-levelupcareer {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.hero-layout {
  justify-content: space-between;
}

.slide-hero {
  background-color: var(--je-accent-light-blue);
}

.text-wrapper {
  width: auto;
}

.tabs {
  justify-content: flex-start;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.tabs-menu {
  width: 50%;
  color: var(--subtle-blue);
  flex-direction: column;
  font-size: 1.625rem;
  font-weight: 600;
  display: flex;
}

.tabs-content {
  justify-content: center;
  width: 60%;
  height: 26rem;
  margin-top: 0;
  display: flex;
}

.tab-link-foreign-talent-placement {
  color: var(--subtle-blue);
  background-color: #0000;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.25rem;
  display: flex;
}

.tab-link-foreign-talent-placement.w--current {
  color: var(--je-coral);
  background-color: #0000;
}

.tab-link-local-permanent-placement {
  color: var(--subtle-blue);
  background-color: #0000;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.25rem;
  display: flex;
}

.tab-link-local-permanent-placement.w--current {
  color: var(--je-coral);
  background-color: #0000;
}

.tab-link-contract-outsourced-services {
  color: var(--subtle-blue);
  background-color: #0000;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.25rem;
  display: flex;
}

.tab-link-contract-outsourced-services.w--current {
  color: var(--je-coral);
  background-color: #0000;
}

.tab-link-executive-search {
  color: var(--subtle-blue);
  background-color: #0000;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.25rem;
  display: flex;
}

.tab-link-executive-search.w--current {
  color: var(--je-coral);
  background-color: #0000;
}

.tab-link-managing-foreign-talent-accommodation {
  color: var(--subtle-blue);
  background-color: #0000;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.25rem;
  display: flex;
}

.tab-link-managing-foreign-talent-accommodation.w--current {
  color: var(--je-coral);
  background-color: #0000;
}

.tab-link-worker-transport-management {
  color: var(--subtle-blue);
  background-color: #0000;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1.25rem;
  display: flex;
}

.tab-link-worker-transport-management.w--current {
  color: var(--je-coral);
  background-color: #0000;
}

.number {
  background-color: var(--je-accent-subtle-blue);
  width: 2rem;
  height: 2rem;
  color: var(--je-accent-light-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  font-size: 1rem;
  display: flex;
}

.number._1 {
  background-color: var(--subtle-blue);
  display: none;
}

.number._2, .number._3, .number._4, .number._5, .number._6 {
  background-color: var(--subtle-blue);
}

.services-container {
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.services-container.mobile-accordion {
  display: none;
}

.services-image {
  width: 100%;
  height: 10rem;
  max-height: 15rem;
}

.services-image._1 {
  background-image: url('../images/Foreign-Talent-Placement.jpeg');
  background-position: 0 -130px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 16rem;
  max-height: none;
}

.services-image._2 {
  background-image: url('../images/local-permanent-placement.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 17rem;
  max-height: none;
}

.services-image._3 {
  background-image: url('../images/contract-service.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 17rem;
  max-height: none;
}

.services-image._4 {
  background-image: url('../images/executive-search.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 16rem;
  max-height: none;
}

.services-image._5 {
  background-image: url('../images/foreign-accommodation.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 16rem;
  max-height: none;
}

.services-image._6 {
  background-image: url('../images/_Worker--Transport-Management.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 14rem;
  max-height: none;
}

.services-detail {
  background-color: var(--je-coral);
  height: auto;
  color: var(--je-accent-light-blue);
  padding: 1rem 1.5rem 1.5rem;
}

.p-white {
  color: var(--je-accent-light-blue);
  font-size: .9rem;
  line-height: 1.6;
}

.job-apply-popup {
  z-index: 99;
  background-color: var(--je-footer);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.apply-text-field {
  border-radius: 8px;
  margin-bottom: 1rem;
  padding-top: 24px;
  padding-bottom: 24px;
}

.apply-container {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.close-popup {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-4 {
  height: 100%;
  display: none;
}

.image-5 {
  display: none;
}

.image-6 {
  width: 95%;
  display: none;
  position: static;
  inset: 0% 0% 0% auto;
}

.separator {
  background-color: var(--je-footer-text);
  width: 1px;
  height: 1rem;
}

.wg-code {
  display: none;
}

.bg-hero {
  width: 80%;
  position: absolute;
  inset: auto 0 0% auto;
}

.number-accent {
  background-color: var(--je-coral);
  width: 2rem;
  height: 2rem;
  color: var(--je-accent-light-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  font-size: 1rem;
  display: flex;
}

.number-accent._2nd, .number-accent._3rd, .number-accent._4th, .number-accent._5th, .number-accent._6th {
  display: none;
}

.search-container {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.rich-text-job-description {
  color: var(--je-text);
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

.rich-text-job-requirements {
  color: var(--je-text);
  margin-bottom: 2rem;
  font-size: 1rem;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h1 {
  background-color: var(--je-blue);
}

.wg-selector-highlight.h2 {
  transform: translate(-100%);
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-element-wrap {
  justify-content: center;
  align-items: center;
  margin-left: 4rem;
  transition: background-color .2s;
  display: none;
  position: relative;
}

.wg-element-wrap:hover {
  background-color: #fbf9fd;
}

.blog-rich-text h3 {
  color: #030303;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.blog-rich-text h2 {
  color: #030303;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}

.blog-rich-text p {
  color: #5a6a83;
  font-size: 1rem;
}

.office {
  color: var(--je-blue);
  margin-bottom: .5rem;
  font-weight: 600;
}

.tab-pane-foreign-talent-placement, .tab-pane-local-permanent-placement, .tab-pane-contract-outsourced-services, .tab-pane-executive-search, .tab-pane-managing-foreign-talent-accommodation, .tab-pane-worker-transport-management {
  width: 100%;
}

.link {
  color: var(--je-text);
}

.p-small {
  font-size: 1.15rem;
}

.p-small.break {
  width: 80%;
}

.p-line {
  line-height: 1.6;
}

.richtext {
  color: var(--je-text);
}

.p-richtext {
  font-size: 1rem;
}

.slider-arrow-wrap {
  z-index: 5;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider-arrow-wrap._1.mobile, .slider-arrow-wrap._2.mobile, .slider-arrow-wrap._3.mobile {
  display: none;
}

.slider-right, .slider-left {
  width: 3rem;
  height: 3rem;
}

.service-type-wrapper {
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  padding-left: 1rem;
  text-decoration: none;
  display: flex;
}

.filter-container {
  width: 100%;
  min-height: 100px;
  max-height: 100px;
  overflow: auto;
}

.filter-link-item {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.header-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.levelup-bg {
  z-index: 0;
  background-color: var(--je-accent-light-blue);
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-bg {
  background-color: var(--je-deep-pink);
  width: 42%;
}

.right-bg {
  background-color: var(--je-accent-light-blue);
  width: 834px;
}

.add-jobs {
  width: 100%;
  height: 100vh;
}

.job-title-location-container {
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.posted-on {
  color: var(--je-coral);
  margin-right: 4px;
  font-size: 14px;
}

.date-post-container {
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--je-blue);
  color: var(--je-coral);
}

.error-message {
  color: var(--je-deep-pink);
  background-color: #0000;
}

.text-block-5 {
  color: var(--je-accent-light-blue);
  font-size: .938rem;
}

.file-upload {
  justify-content: flex-start;
  display: flex;
}

.button-2 {
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-1rem {
  font-size: 1rem;
}

.filter-wrapper {
  width: 100%;
  display: flex;
}

.fs-dropdown_toggle-1 {
  border: 2px solid #000;
  border-radius: .25rem;
  padding: 1rem 3rem 1rem 1.25rem;
  font-weight: 500;
}

.fs-dropdown_toggle-1:focus-visible, .fs-dropdown_toggle-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-dropdown-1 {
  z-index: 998;
  margin-left: 0;
}

.fs-dropdown_icon-1 {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
  font-size: 1rem;
}

.fs-dropdown_list-1.w--open {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: 1rem;
}

.fs-checkbox_label-10 {
  margin-bottom: 0;
  font-weight: 500;
}

.fs-checkbox_field-10 {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-checkbox_button-10.w--redirected-checked {
  background-color: #501aff;
}

.fs-dropdown_list-group-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.jobs-filter {
  background-color: var(--je-accent-light-blue);
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.jobs-filter.padding {
  cursor: pointer;
  background-image: url('../images/expand_more_FILL0_wght400_GRAD0_opsz48.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  justify-content: center;
  height: 4rem;
  margin-right: -9px;
  padding: 1.25rem 2.5rem 1.25rem 1rem;
}

.fs-select-1 {
  z-index: 99;
  margin-left: 0;
}

.fs-select_toggle-1 {
  border: 2px #000;
  border-radius: .25rem;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.25rem 4rem 1.25rem 1rem;
}

.fs-select_toggle-1:focus-visible, .fs-select_toggle-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_list-1.w--open {
  border: 2px solid #000;
  border-radius: .25rem;
  margin-top: 1rem;
}

.fs-select_field-1 {
  margin-bottom: 0;
  display: none;
}

.fs-select_link-1 {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: .75rem 1rem;
}

.fs-select_link-1:hover {
  opacity: .7;
}

.fs-select_link-1:focus-visible, .fs-select_link-1[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_link-1.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.hide-list {
  display: none;
}

.job-filter-form {
  width: 100%;
}

.empty-state {
  background-color: var(--je-coral);
  width: 100%;
  color: var(--je-accent-light-blue);
  display: none;
}

.location-wrap {
  display: flex;
}

.section-hero-about-us {
  background-image: url('../images/creative-agency.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.counting-numbers-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.counting-numbers-wrapper.side-borders {
  border-left: 2px solid #ccd2d4;
  border-right: 2px solid #ccd2d4;
}

.container-1140 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.text-small {
  font-size: 1rem;
  font-weight: 500;
}

.text-small.padding-left-2 {
  color: var(--body-text);
  text-align: center;
  padding-left: 0;
}

.subheading-1 {
  font-size: 1rem;
}

.subheading-1.margin-bottom-4 {
  color: var(--body-text);
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-weight: 300;
}

.subheading-1.margin-bottom-4.text-color-2 {
  color: #fff;
}

.subheading-1.text-color-2.width-new {
  max-width: 50rem;
}

.wrapper-countup {
  justify-content: space-around;
  display: flex;
}

.wrapper-countup.margin-top-16 {
  width: 95%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-2 {
  color: #161616;
  font-weight: 500;
  line-height: 1.7;
}

.wrapper-width-80 {
  width: 80%;
}

.udesly-code-snippet {
  display: none;
}

.section-in-base {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-in-base.background-color-3 {
  background-color: var(--je-coral);
  position: relative;
  overflow: hidden;
}

.section-in-base.background-color-2 {
  background-color: var(--je-blue);
  color: #fff;
}

.section-in-base.background-color-2.relative._60vh.overflow-hidden {
  position: relative;
}

.symbol {
  color: #ed4d9a;
  font-size: 4rem;
}

.udesly-countup-2 {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}

.subheading {
  font-size: 2rem;
  font-weight: 600;
}

.subheading.margin-bottom-20.text-color-4 {
  color: #0031a3;
}

.subheading.margin-bottom-20.text-color-4.subheading-landscape {
  margin-bottom: 5rem;
  font-size: 2rem;
  line-height: 1.7;
}

.subheading.subheading-landscape {
  color: var(--body-text);
  line-height: 1.7;
}

.text-1-5xl {
  font-size: 1.5rem;
}

.text-1-5xl.text-color-5 {
  color: #ffc001;
}

.text-1-5xl.text-color-4.weight-bold, .text-1-5xl.text-color-4.weight-bold-copy, .text-1-5xl.text-color-4.text-weight-semibold {
  font-size: 1.5rem;
  line-height: 1.7;
}

.text-1-5xl.text-bold {
  font-weight: 600;
}

.text-1-5xl.text-bold.text-color-2.margin-bottom-4 {
  margin-bottom: 1rem;
}

.text-1-5xl.text-bold.text-color-5 {
  color: #f46c31;
}

.text-1-5xl.text-bold.text-color-pink {
  color: #ed4d9a;
}

.text-2xl {
  font-size: 2.5rem;
}

.text-2xl.text-color-2.margin-top-4.margin-bottom-8 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.text-2xl.text-color-2.margin-bottom-10.text-shadow-large.h2, .text-2xl.text-color-2.margin-bottom-4.h2 {
  font-size: 3rem;
  line-height: 1.3;
}

.text-para {
  color: #92a3cb;
  font-size: 2rem;
}

.text-para.margin-bottom-12.semibold {
  margin-bottom: 3rem;
  font-weight: 600;
  line-height: 1.7;
}

.text-1-75rem {
  font-size: 2.5rem;
}

.text-1-75rem.text-color-2.margin-top-4.margin-bottom-8 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.text-1-75rem.text-color-4.margin-bottom-4.text-semi-bold {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
}

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

.div_approach {
  padding: 2rem;
}

.div_approach.background-color-6 {
  background-color: #ed4d9a;
}

.div_approach.background-color-3 {
  background-color: var(--je-coral);
  line-height: 1.7;
}

.div_approach.background-color-5 {
  background-color: #005dff;
  line-height: 1.7;
}

.text-color-2 {
  color: #fff;
  line-height: 1.7;
}

.text-color-2.margin-bottom-8 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.section-_approach {
  z-index: 3;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section-_approach.background-color-2 {
  background-color: var(--je-blue);
}

.text-1-25rem {
  color: #92a3cb;
  font-size: 1.25rem;
  line-height: 1.7;
}

.grid-2-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.text-color-3 {
  color: #ed4d9a;
}

.text-color-3.margin-bottom-12 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 3rem;
}

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

.grid.margin-bottom-8 {
  margin-bottom: 2rem;
}

.section_why-are-we-different {
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
}

.text-5xl {
  font-size: 4.75rem;
}

.text-5xl.text-color-5 {
  color: #000;
}

.text-5xl.text-color-5.weight-bold {
  font-weight: 500;
}

.image-guy {
  z-index: 2;
  position: relative;
}

.why-are-we-difference_wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.shape-1 {
  z-index: 1;
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.shape-1.margin-y-auto {
  max-width: none;
  margin-right: -5%;
  inset: 0% 0% auto auto;
}

.advantage_wrapper {
  flex-direction: column;
  margin: 4rem;
  display: flex;
}

.section_advantage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f46c31;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.wrapper_advantage-img {
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
}

.image-7 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.advantage_grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  place-items: center start;
  margin-bottom: 1rem;
}

.advantage_grid.margin-top-4 {
  margin-top: 1rem;
}

.text-para-white {
  color: #fff;
  font-size: 1.5rem;
}

.text-para-white.margin-bottom-10 {
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
  line-height: 1.7;
}

._1-2rem {
  font-size: 1.2rem;
}

.text-color-2.text-bold {
  font-weight: 600;
}

.text-color-2.text-bold.margin-y-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-color-2.text-bold.margin-y-4.text-color-blue {
  color: var(--je-blue);
}

.wrapper_advantage-img-inside {
  background-image: url('../images/financial-broker-explaning-business-data-his-client.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.section-_-cta {
  background-color: #0031a3;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-_-cta.background-color-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.section-_-cta.background-color-2.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.shape-2-2 {
  z-index: 1;
  width: auto;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.shape-2 {
  z-index: 1;
  width: 100%;
  max-width: 40%;
  position: absolute;
  inset: 0 auto -127% 0%;
}

.cta_wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cta_wrapper.margin-y-8 {
  z-index: 3;
  z-index: 3;
  justify-content: space-around;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.button-3 {
  color: #fff;
  background-color: #f46c31;
  border-radius: 29px;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button-3:hover {
  color: #fff;
  background-color: #ed4d9a;
}

.button-3.button-small {
  border-radius: 25px;
  margin-left: 20px;
  padding: .5rem 1.5rem;
  font-size: .875rem;
}

.button-3.button-small:hover {
  background-color: #ed4d9a;
}

.button-3.button-small.margin-y-24 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.button-3.w100 {
  width: 100%;
}

.footer-dark {
  background-color: #001943;
  border-bottom: 1px solid #e4ebf3;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.logo-img {
  width: 161px;
  margin-top: 60px;
}

.footer-copyright-center {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.footer-brand {
  border-right: 1px solid #92a3cb;
  margin-left: auto;
  margin-right: 0;
  padding-right: 60px;
}

.footer-link {
  color: #92a3cb;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover, .footer-link.text-color-2 {
  color: #fff;
}

.footer-copyright-wrapper {
  border-top: 1px solid #92a3cb;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.footer_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.title-small.text-color-2 {
  text-transform: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  width: 99.9999%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 40px;
  display: grid;
}

.container-1441 {
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.icon {
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  z-index: 99;
  opacity: 1;
  background-color: #fff;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-logo {
  width: 161px;
}

.nav-link {
  color: #054a91;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .875rem;
  font-weight: 500;
}

.nav-link:hover {
  color: #f46c31;
}

.image-girl {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: relative;
}

.shape_conainer {
  width: 60%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.expertise-_cta-shape-blue {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.container-1140-cta-expertise {
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.cta_wrapper-expertise {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}

.cta_wrapper-expertise.margin-y-8 {
  z-index: 3;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.expertise_cta-shape-yellow {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.container-1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.expertise-hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.text-color-4 {
  color: #0031a3;
  font-size: 4.625rem;
  line-height: 1.15;
}

.text-1-125rem {
  color: var(--body-text);
  font-size: 1.125rem;
}

.text-1-125rem.text-color-4.margin-y-6 {
  color: var(--je-blue);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.expertise-hero-image-outside {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.expertise-hero-image-inside {
  background-image: url('../images/asian-male-director-is-interviewing-recruit-new-employees.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.accordion-item {
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: transform .4s, border-color .4s;
  position: relative;
}

.accordion-item:hover {
  z-index: 1;
  border-style: none;
  transform: scale(1.04);
  box-shadow: 8px 8px 36px -8px #8286c438;
}

.lottie-animation-2 {
  opacity: .45;
  width: 50px;
}

.accordion-tab-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-pane-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 5px;
  padding-top: 1rem;
  padding-bottom: 20px;
  display: grid;
  overflow: hidden;
}

.accordion-pane-content.blue-bg {
  background-color: #0031a3;
  border-radius: 1.5rem;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 0;
  padding: 0 0 0;
}

.accordion-header {
  color: #161616;
  text-align: left;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: font-size .2s;
}

.text-color-5 {
  color: #0031a3;
}

.text-color-5.text-align-center {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.3;
}

.specialized-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.accordion-text {
  color: #fff;
  text-align: left;
  margin: 2rem 2rem 2rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.specialized-icon {
  max-height: 100%;
}

.number-div-wrapper {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.accordion-pane {
  background-color: #0000;
  margin-top: 1rem;
  overflow: hidden;
}

.arrowright {
  cursor: pointer;
  width: 54px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: opacity .15s cubic-bezier(.25, .46, .45, .94);
}

.arrowright:hover {
  transform: scale(1.1);
}

.parallax_image-wrapper {
  flex-direction: column;
  align-items: center;
  height: 75%;
  position: absolute;
  inset: 0% -10%;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
}

.arrowleft {
  cursor: pointer;
  width: 54px;
  margin-right: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
}

.arrowleft:hover {
  border: 1px #000;
  transform: scale(1.1);
}

.container-full-width {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  display: flex;
  overflow: visible;
}

.parallax-mask {
  width: 360px;
  overflow: visible;
}

.left {
  display: block;
}

.left.display-none {
  display: none;
}

.parallax_card-inner {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  height: 30%;
  padding: 2rem 1.5rem;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.parallax-slide-5, .parallax-slide-4 {
  margin-right: 2rem;
}

.parallax-card {
  border-radius: 2rem;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.parallax-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.parallax-slide-3 {
  margin-right: 2rem;
}

.arrow-icon {
  background-color: #f46c31;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.right {
  display: block;
}

.right.display-none {
  display: none;
}

.parallax-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: 250px;
  position: absolute;
  overflow: hidden;
}

.display-none {
  display: none;
}

.parallax-slide-1 {
  margin-right: 2rem;
}

.arrow_wrapper {
  margin-right: 20px;
  display: flex;
}

.parallax-slide-2 {
  margin-right: 2rem;
}

.core_services-text_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  height: 470px;
  display: flex;
  position: relative;
}

.section-hero-joinus {
  background-image: linear-gradient(266deg, #000, #000000a1 49%, #0000), url('../images/two-young-professional-business-partner-exchanging-their-idea-about-current-project-together.jpg');
  background-position: 0 0, 20%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.hero_text-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 2rem;
  display: flex;
}

.text-color-6 {
  color: #fff;
}

.joinus_cta-shape-copy {
  z-index: 1;
  height: 150%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.joinus_cta-shape {
  z-index: 1;
  height: 150%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-color-7 {
  color: #fff;
}

.text-color-7.text-align-center.width-80 {
  width: 80%;
}

.cta_wrapper-vertical {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cta_wrapper-vertical.margin-y-8 {
  z-index: 3;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}

.grid-2-columns-align-center {
  grid-column-gap: 5.25rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.img-wrapper-join-us {
  border-radius: 1.5rem;
  overflow: hidden;
}

.grid-1-3-2-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-1-3-2-3.margin-bottom-4 {
  margin-bottom: 2rem;
}

.text-color-8 {
  color: #0031a3;
}

.text-color-8.margin-bottom-20.text-line-height-36 {
  margin-bottom: 5rem;
  line-height: 2rem;
}

.div-flex-vertical-left {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.grid-2-columns-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-bottom: 2rem;
  display: grid;
}

.button-3rd {
  color: #030303;
  text-align: center;
  background-color: #fff;
  border-radius: .25rem;
  margin-right: 1.5rem;
  padding: .8rem 1.6rem;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button-3rd:hover {
  color: #fff;
  background-color: #001943;
}

.error-message-2 {
  background-color: #ed4d9a;
}

.grid-1-3-2-3-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-1-3-2-3-copy.margin-bottom-12 {
  grid-template-columns: 30% 1fr;
  margin-bottom: 3rem;
}

.text-color-9 {
  color: #fff;
}

.text-color-9.medium {
  font-weight: 500;
}

.text-field {
  color: #fafafa;
  background-color: #0000;
  border: 1px solid #fff;
  width: 99.9999%;
}

.text-field::placeholder {
  color: #fff;
}

.success-message-2 {
  background-color: #f46c31;
  border-radius: 1.2rem;
}

.grid-2-columns-1-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.select-field {
  color: #f7f7f7;
  background-color: #0031a3;
  border: 1px solid #fff;
}

.h4 {
  font-size: 1rem;
}

.h4.text-align-center {
  color: var(--body-text);
  line-height: 1.7;
}

.textarea {
  color: #fcfcfc;
  background-color: #0000;
  border: 1px solid #fff;
}

.margin-bottom-10 {
  margin-bottom: 2.5rem;
}

.text-color-10 {
  color: #fff;
}

.text-color-10.medium {
  font-weight: 500;
}

.text-align-center-2 {
  text-align: center;
}

.text-align-center-2.width-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center-2.width-60.margin-bottom-20 {
  color: var(--body-text);
  margin-bottom: 5rem;
  line-height: 1.7;
}

.text-color-11 {
  color: #5a6a83;
  line-height: 1.7;
}

.offices-img-wrapper {
  margin-bottom: 20px;
  padding-top: 10px;
}

.link-block {
  color: #3870ff;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.link-block:hover {
  color: #3f95ff;
}

.slide-nav {
  display: block;
}

.offices-slider {
  background-color: #0000;
  height: 20rem;
}

.offices-img {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 20rem;
}

.left-arrow {
  display: none;
}

.icon-35x35 {
  width: 35px;
  margin-left: 0;
  margin-right: 1rem;
}

.wrapper-offices {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.right-arrow {
  display: none;
}

.underlined-text {
  text-decoration: underline;
}

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

.grid-offices.margin-bottom-20 {
  margin-bottom: 5rem;
}

.text-color-12 {
  color: #0031a3;
}

.text-color-12.text-align-center.width-50 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.text-office {
  font-size: 1.1rem;
}

.text-office.text-bold {
  font-weight: 700;
}

.text-office.text-bold.margin-bottom-1.text-color-6 {
  color: #5a6a83;
  margin-bottom: .25rem;
  line-height: 1.7;
}

.text-office.margin-bottom-4.text-color-2 {
  margin-bottom: 1rem;
}

.upcoming-business-wrapper {
  background-color: #0031a3;
  border-radius: 1.5rem;
  padding: 1rem 2rem;
}

.offices-text-wrapper {
  margin-top: auto;
  line-height: 1.7;
}

.office-icon-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.shape-4 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.team_culture-hero-textwrapper {
  flex-direction: column;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.image-guy-copy {
  z-index: 2;
  position: relative;
}

.team_culture-hero-section {
  background-color: #0031a3;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.shape-3 {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-color-13 {
  color: #fff;
}

.why-are-we-difference_wrapper-copy {
  flex-direction: column;
  display: flex;
  position: relative;
}

.container-full {
  width: 100%;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.images-list-wrapper {
  width: 100vw;
  overflow: hidden;
}

.images-list-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.images-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-right: 0;
  display: grid;
  overflow: visible;
}

.image-wrapper {
  flex-direction: column;
  width: 41vw;
  padding-top: 56.25%;
  position: relative;
}

.marquee-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  box-shadow: none;
  background-color: #0031a3;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
}

.tab-content-inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-content-image {
  border-radius: 1.4em;
  margin-bottom: 40px;
}

.tabs-menu-wrapper {
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-nav-text {
  z-index: 1;
  font-weight: 600;
  position: relative;
}

.tabs-nav-item {
  color: #030303;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  color: #030303;
  background-color: #92a3cb59;
}

.tabs-nav-item.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item._03.w--current:hover {
  color: #030303;
  background-color: #92a3cb59;
}

.shape-5 {
  z-index: 1;
  width: 100%;
  max-width: 40%;
  position: absolute;
  inset: 0 auto -127% 0%;
}

.header {
  color: #0031a3;
  font-size: 4.625rem;
  line-height: 1.15;
}

.header.text-color-white {
  color: #fff;
  margin-bottom: 1rem;
}

.header-2 {
  color: #0031a3;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.header-2.margin-bottom-20.text-line-height-36 {
  line-height: 2rem;
}

.header-2.text-color-white {
  color: #fff;
  line-height: 1.3;
}

.header-1 {
  color: #0031a3;
  font-size: 4.625rem;
  line-height: 1.15;
}

.header-1.text-color-white {
  color: #fff;
  margin-bottom: 1rem;
}

.blog-shape-2 {
  height: 100%;
  margin-top: -7%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-shape-1 {
  max-height: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-color-14 {
  color: #fff;
}

.text-color-14.portrait-text-align-center {
  text-align: center;
  font-size: 4.625rem;
  line-height: 1.15;
}

.blog-wrapper {
  color: #3870ff;
  text-decoration: none;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-img {
  border-radius: 30px;
  margin-bottom: .5rem;
}

.text-1-5rem-blog {
  color: #030303;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text_blog-content_title {
  color: #0031a3;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

.grid-blog-page-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.blog-content-img {
  border-radius: 1.875rem;
  margin-bottom: 2rem;
}

.section-in-base-blog-page {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.paragraph-2 {
  margin-bottom: 2rem;
}

.blog-page-text-bold {
  color: #030303;
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-blog {
  color: #5a6a83;
  margin-bottom: 2rem;
}

.rich-text-block {
  color: #5a6a83;
  line-height: 1.7;
}

.div-block-3 {
  color: #5a6a83;
}

.collection-list-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

@media screen and (min-width: 1280px) {
  .container-large.slider-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .container-large.industry-layout {
    padding-left: 0;
  }

  .container-large.main-page {
    max-width: none;
  }

  .section-hero.main-page {
    width: 100%;
  }

  .section-cta {
    background-image: linear-gradient(to bottom, var(--je-blue) 50%, #001943 50%), url('../images/jobexpert-cta-bg.png');
    background-position: 0 0, 0 0;
    background-size: auto, contain;
  }

  .hero-sliders {
    width: 100%;
  }

  .left-arrow-3 {
    right: 45%;
  }

  .right-arrow-3 {
    left: 6%;
  }

  .section-levelupcareer {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .subheading.margin-bottom-20.text-color-4.subheading-landscape {
    font-size: 2rem;
  }

  .text-1-5xl.text-bold.text-color-2.margin-bottom-4 {
    margin-bottom: 1rem;
  }

  .text-1-5xl.text-bold.text-color-5, .text-1-5xl.text-bold.text-color-pink {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .text-1-5xl.text-color-4.text-weight-semibold {
    font-size: 1.5rem;
  }

  .text-color-2.text-bold.margin-y-4.text-color-blue {
    color: var(--je-blue);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .text-1-125rem.text-color-4.margin-y-6 {
    color: var(--je-blue);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }

  .div-flex-vertical-left.tablet-margin-bottom-20.padding-right-10 {
    padding-right: 2.5rem;
  }

  .button-3rd {
    margin-right: 1.5rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .text-color-9.medium.margin-bottom-2 {
    margin-bottom: .5rem;
  }

  .h4.text-align-center {
    color: var(--body-text);
  }

  .text-color-10.medium.margin-bottom-2 {
    margin-bottom: .5rem;
  }

  .text-align-center-2.width-60.margin-bottom-20 {
    color: var(--body-text);
    margin-bottom: 5rem;
    line-height: 1.7;
  }

  .grid-offices.margin-bottom-20 {
    margin-bottom: 5rem;
  }

  .text-color-12.text-align-center.width-50 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 1.3;
  }

  .text-office.text-bold.margin-bottom-1.text-color-6 {
    color: #5a6a83;
    margin-bottom: .25rem;
    line-height: 1.7;
  }

  .text-office.margin-bottom-4.text-color-2 {
    margin-bottom: 1rem;
  }

  .text-color-13 {
    line-height: 1.7;
  }
}

@media screen and (min-width: 1440px) {
  .padding-horizontal {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-medium {
    max-width: 48rem;
  }

  .container-medium.cta {
    width: 80%;
    max-width: 1000px;
    bottom: -7%;
  }

  .page-padding.we-offer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .page-padding.scroll {
    padding-left: 2.5rem;
    overflow: hidden;
  }

  .page-padding.no-padding-left, .page-padding.jobs {
    padding-left: 0;
  }

  .page-padding.hero-layout {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding.no-right-padding {
    padding-left: 0;
  }

  .container-large.background-dark {
    max-width: 80rem;
  }

  .container-large.padding-horizontal {
    max-width: 80rem;
    padding-left: 0;
    padding-right: 2.5rem;
    overflow: hidden;
  }

  .container-large.footer {
    max-width: 80rem;
    padding-left: 0;
  }

  .container-large.slider-layout {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }

  .container-large.industry-layout {
    max-width: 80rem;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container-large.main-page {
    max-width: 100vw;
  }

  .container-small {
    max-width: none;
  }

  .container-small.padding-medium.apply {
    width: 35rem;
    max-width: 35rem;
  }

  .nav_component, .main_wrapper {
    max-width: none;
  }

  .section-hero {
    overflow: hidden;
  }

  .footer_component {
    max-width: none;
    height: auto;
  }

  .footer-disclaimer {
    text-align: center;
  }

  .column.padding-right.padding-small {
    padding-right: 2.5rem;
  }

  .column.padding-right.padding-medium.no-padding-right {
    padding-top: 4rem;
  }

  .column.padding-left.padding-small {
    padding-left: 2.5rem;
  }

  .column.padding-left.padding-medium.contact {
    background-position: 0 17%;
  }

  .column.padding-left.padding-medium.services {
    padding-top: 0;
  }

  .column.padding-left.padding-medium.jobs {
    background-position: 100% 100%;
    padding-bottom: 0;
  }

  .column.padding-large {
    padding-left: 5rem;
  }

  .column.hero {
    justify-content: flex-start;
    padding-top: 8rem;
  }

  .column.browse-industry {
    padding-left: 0;
  }

  .column.slider-bg._1, .column.slider-bg._2, .column.slider-bg._3 {
    width: 834px;
  }

  .image-placeholder.medium {
    left: 20%;
  }

  .image-placeholder.industries._1, .image-placeholder.industries._2, .image-placeholder.industries._3, .image-placeholder.industries._4, .image-placeholder.industries._5, .image-placeholder.industries._6, .image-placeholder.industries._7, .image-placeholder.industries._8, .image-placeholder.industries._9, .image-placeholder.industries._10 {
    width: 18rem;
  }

  .h1-light {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .location-details {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .p-dark {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .section-middle {
    background-position: 50% 0;
    background-size: auto;
  }

  .container-navbar {
    max-width: 80rem;
  }

  .left-arrow-2 {
    top: -20%;
    right: 5%;
  }

  .right-arrow-2 {
    top: -20%;
    right: 0%;
  }

  .mask {
    width: 45%;
  }

  .mask.services {
    width: 25%;
  }

  .section-whatweoffer {
    background-position: 50% 0;
    background-size: auto;
  }

  .hero-sliders {
    width: 100%;
  }

  .left-arrow-3 {
    left: auto;
    right: 24.5%;
  }

  .right-arrow-3 {
    inset: auto auto 25% 10%;
  }

  .section-levelupcareer {
    background-image: url('../images/section-levelup-bg-1440.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .services-image._5 {
    height: 17rem;
  }

  .bg-hero {
    right: 1%;
  }

  .rich-text-job-description, .rich-text-job-requirements {
    font-size: 1rem;
  }

  .office {
    color: var(--je-blue);
    margin-bottom: .5rem;
    font-weight: 600;
  }

  .levelup-bg {
    max-width: 91rem;
    margin-left: auto;
    margin-right: auto;
  }

  .left-bg {
    width: 39.5%;
  }

  .right-bg {
    width: 60.5%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  .padding-horizontal {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-vertical {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .text-size-medium.job-location {
    margin-left: 0;
  }

  .text-size-large.service {
    font-size: 1.25rem;
  }

  .button-secondary.homepage {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-left.padding-custom2 {
    padding-left: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .button {
    width: 8rem;
    padding: 1rem 1.5rem;
    font-size: .8rem;
  }

  .button.cta {
    width: 12rem;
  }

  .button.hero, .button.mobile-nav {
    width: 10rem;
    font-size: 1rem;
  }

  .button.submit-resume {
    width: 12rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .container-medium.cta {
    width: 90%;
    min-height: 10rem;
  }

  .container-medium.nav {
    width: 65%;
    max-width: none;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .heading-xlarge, .heading-xlarge.light, .heading-xlarge.default, .heading-xlarge.default.bottom, .heading-xlarge.default, .heading-xlarge.default.bottom, .heading-xlarge.dark {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .show-tablet {
    display: block;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .page-padding {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .page-padding.we-offer {
    padding-left: 1.2rem;
  }

  .page-padding.scroll {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .container-large.padding-horizontal {
    overflow: hidden;
  }

  .container-large.jobs-links {
    align-items: flex-start;
  }

  .container-large.industry-layout {
    overflow: hidden;
  }

  .container-small {
    width: 30%;
  }

  .container-small.padding-medium.vacancies {
    width: 100%;
  }

  .container-small.padding-medium.apply {
    width: 50%;
  }

  .container-small.job-detail {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .hide-tablet {
    display: none;
  }

  .section-hero.main-page {
    height: 38rem;
  }

  .nav_layout.justify_start {
    justify-content: flex-start;
    width: 15rem;
  }

  .nav_link_text, .footer_link_text {
    font-size: 1rem;
  }

  .footer_layout_grid {
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brand {
    width: 10rem;
  }

  .page_layout.narrow {
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .column.padding-right.padding-small {
    padding: 1.5rem;
  }

  .column.padding-right.padding-medium.no-padding-right {
    width: 55%;
  }

  .column.padding-right.padding-medium.hero {
    width: 40%;
  }

  .column.padding-left.padding-small {
    padding: 1.5rem;
  }

  .column.padding-left.padding-medium.contact {
    background-position: 0 0;
    width: 45%;
  }

  .column.padding-left.padding-medium.join {
    background-position: 100% 20%;
    background-size: auto 50%;
  }

  .column.padding-left.padding-medium.services {
    background-size: 80%;
    padding-top: 0;
    padding-right: 0;
  }

  .column.padding-left.padding-medium.jobs {
    background-size: cover;
  }

  .column.padding-medium._60 {
    padding-left: 0;
    padding-right: 0;
  }

  .column.padding-large.bg-accent {
    padding-left: 4rem;
  }

  .column.hero {
    align-items: flex-start;
    width: 40%;
    padding-top: 4rem;
  }

  .column.browse-industry {
    padding-left: 0;
  }

  .column.slider-bg._1, .column.slider-bg._2, .column.slider-bg._3 {
    width: 60%;
  }

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

  .layour_grid {
    padding-right: 0;
  }

  .image-placeholder.medium {
    width: 100%;
    height: 25rem;
    left: 0%;
  }

  .image-placeholder.custom {
    width: 100%;
    position: relative;
    bottom: 0%;
    left: 0;
    right: auto;
  }

  .image-placeholder.industries {
    width: 16rem;
    max-width: 16rem;
  }

  .image-placeholder.industries._1 {
    width: 15rem;
    max-width: 20rem;
    height: 75%;
  }

  .image-placeholder.industries._2, .image-placeholder.industries._3, .image-placeholder.industries._4, .image-placeholder.industries._5, .image-placeholder.industries._6, .image-placeholder.industries._7, .image-placeholder.industries._8, .image-placeholder.industries._9, .image-placeholder.industries._10 {
    width: 15rem;
    height: 75%;
  }

  .image-placeholder.xlarge {
    height: 15rem;
    bottom: 0;
    left: -1.5rem;
  }

  .image-placeholder.join {
    top: 20%;
  }

  .image-placeholder.services {
    background-position: 30%;
    bottom: -5%;
    left: 0%;
  }

  .image-placeholder.joinus {
    background-position: 55%;
    bottom: -5%;
    left: 0%;
  }

  .h2-light {
    margin-top: 0;
  }

  .p-light.break {
    width: 16rem;
  }

  .h1-light {
    font-size: 2.5rem;
  }

  .location-card {
    width: 100%;
    margin-bottom: 4rem;
  }

  .p-dark {
    font-size: 1rem;
    line-height: 1.5;
  }

  .gmap-direction {
    justify-content: flex-start;
    width: 100%;
  }

  .waze-direction {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: .5rem;
  }

  .open-app {
    flex-direction: column-reverse;
  }

  .section-middle {
    background-size: auto;
  }

  .h3-light {
    font-size: 2.2rem;
  }

  .p-custom {
    width: 20.4rem;
    font-size: 1.25rem;
  }

  .section-cta {
    background-image: linear-gradient(to bottom, var(--je-blue) 50%, #001943 50%), url('../images/jobexpert-cta-bg.png');
    background-position: 0 0, 0 0;
    background-size: auto, contain;
  }

  .cta-copy {
    font-size: 1.4rem;
  }

  .hero-image {
    height: auto;
    margin-top: 2rem;
  }

  .paragraph {
    width: auto;
  }

  .mobile-landscape-prompt {
    display: none;
  }

  .industries-slider {
    margin-top: 7rem;
  }

  .left-arrow-2 {
    right: 25%;
  }

  .right-arrow-2 {
    right: 15%;
  }

  .mask {
    width: 65%;
  }

  .mask.services {
    width: 40%;
  }

  .section-whatweoffer {
    background-size: auto;
  }

  .wrapper {
    overflow: auto;
  }

  .icons-wrapper {
    min-width: 25%;
    max-width: none;
  }

  .left-arrow-3 {
    left: 1rem;
  }

  .right-arrow-3 {
    left: auto;
  }

  .tabs-content {
    height: 35rem;
  }

  .tab-link-foreign-talent-placement {
    padding-left: 10px;
    font-size: 1.25rem;
  }

  .tab-link-foreign-talent-placement.w--current {
    padding-left: 10px;
  }

  .tab-link-local-permanent-placement, .tab-link-contract-outsourced-services, .tab-link-executive-search, .tab-link-managing-foreign-talent-accommodation, .tab-link-worker-transport-management {
    padding-left: 10px;
    font-size: 1.25rem;
  }

  .services-image._1 {
    height: 21rem;
  }

  .services-image._2, .services-image._3 {
    height: 24rem;
  }

  .services-image._4 {
    height: 22rem;
  }

  .services-image._5 {
    height: 20rem;
  }

  .services-image._6 {
    height: 19rem;
  }

  .services-detail {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .job-apply-popup {
    display: none;
  }

  .bg-hero {
    top: auto;
    right: -1%;
  }

  .wg-element-wrap {
    width: 50%;
    margin-left: 1rem;
  }

  .p-small.break {
    width: 90%;
  }

  .left-bg {
    width: 77%;
  }

  .job-title-location-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-hero-about-us {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 60vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .text-small {
    font-size: .8125rem;
  }

  .wrapper-width-80 {
    width: 100%;
  }

  .section-in-base {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-in-base.padding-top-0 {
    padding-top: 0;
  }

  .text-1-5xl {
    font-size: 2rem;
  }

  .text-1-5xl.text-color-4.weight-bold, .text-1-5xl.text-color-4.weight-bold-copy {
    font-size: 1.5rem;
  }

  .text-1-5xl.text-color-4 {
    margin-left: 0;
    margin-right: auto;
    font-size: 1.5rem;
  }

  .text-1-5xl.text-color-4.weight-bold, .text-1-5xl.text-color-4.weight-bold-copy {
    font-size: 1.5rem;
  }

  .text-2xl {
    font-size: 2rem;
  }

  .text-2xl.text-color-2.margin-bottom-10.text-shadow-large.h2, .text-2xl.text-color-2.margin-bottom-4.h2 {
    font-size: 2.5rem;
  }

  .text-1-75rem {
    font-size: 2rem;
  }

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

  .section-_approach {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid-2-columns {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .section_why-are-we-different {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
  }

  .text-5xl {
    font-size: 3.5rem;
  }

  .why-are-we-difference_wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .shape-1.margin-y-auto {
    max-width: none;
    inset: 0% 0% auto auto;
  }

  .section_advantage {
    grid-template-columns: 1fr;
    max-height: none;
  }

  .wrapper_advantage-img {
    display: none;
  }

  .section-_-cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .shape-2 {
    inset: auto 0% -56%;
  }

  .button-3.button-small.margin-y-24 {
    width: 40%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logo-img {
    margin-top: auto;
  }

  .footer-brand {
    padding-top: 60px;
  }

  .footer_container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon {
    width: 40px;
  }

  .menu-button {
    z-index: 99;
    margin-left: auto;
  }

  .menu-button.w--open, .navbar {
    background-color: #fff;
  }

  .nav-logo {
    margin-top: auto;
  }

  .nav-link {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.5rem;
    display: flex;
  }

  .expertise-_cta-shape-blue {
    inset: auto 0% 0%;
  }

  .expertise_cta-shape-yellow {
    max-width: 50%;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .accordion-pane {
    width: 100%;
  }

  .parallax-mask {
    width: 300px;
  }

  .section-hero-joinus {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 60vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .joinus_cta-shape-copy {
    max-width: 50%;
    height: auto;
    inset: auto auto 0 0%;
  }

  .joinus_cta-shape {
    max-width: 50%;
    height: auto;
    inset: 0% -46px auto auto;
  }

  .grid-2-columns-align-center {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .img-wrapper-join-us {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-1-3-2-3 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .grid-1-3-2-3.margin-bottom-4 {
    grid-template-columns: 20% 1fr;
  }

  .div-flex-vertical-left.tablet-margin-bottom-20 {
    margin-bottom: 2rem;
  }

  .grid-2-columns-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .grid-1-3-2-3-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .form-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns-1-3 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .h4 {
    font-size: 2rem;
  }

  .margin-bottom-10 {
    margin-bottom: 2.25rem;
  }

  .text-align-center-2.width-60 {
    width: auto;
  }

  .offices-slider, .offices-img {
    height: 15rem;
  }

  .text-color-12.text-align-center.width-50 {
    width: 50%;
  }

  .team_culture-hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
  }

  .why-are-we-difference_wrapper-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .images-list-wrapper {
    height: 40vh;
  }

  .shape-5 {
    inset: auto 0% -56%;
  }

  .header-2.text-color-white {
    font-size: 2.5rem;
  }

  .text-1-5rem-blog {
    font-size: 1.2rem;
  }

  .text_blog-content_title {
    font-size: 2.5rem;
  }

  .grid-blog-page-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .section-in-base-blog-page {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-horizontal, .padding-horizontal.padding-custom2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-left.padding-custom2 {
    padding-left: 0;
  }

  .styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .styleguide_section-type {
    font-size: .875rem;
  }

  .styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .page-wrapper {
    display: none;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .container-large.margin-vertical.margin-custom2 {
    margin-top: 4rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .footer_component {
    min-height: auto;
    max-height: none;
    position: static;
  }

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

  .footer_layout_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-top: 4rem;
    display: grid;
  }

  .footer-disclaimer {
    text-align: center;
  }

  .page_layout {
    flex-direction: column;
  }

  .page_layout.reverse {
    flex-direction: column-reverse;
  }

  .column {
    width: 100%;
  }

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

  .image-placeholder.medium {
    bottom: 1.5rem;
  }

  .image-placeholder.custom {
    bottom: 1.6rem;
  }

  .p-light {
    text-align: center;
    width: 75%;
  }

  .location-card {
    width: 100%;
    margin-bottom: 4rem;
  }

  .gmap-direction {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem;
  }

  .waze-direction {
    width: 100%;
  }

  .open-app {
    flex-direction: column;
  }

  .mobile-landscape-prompt {
    background-color: var(--je-footer);
    width: 100%;
    height: 100%;
    color: var(--je-accent-light-blue);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .text-span {
    color: var(--je-coral);
  }

  .p-white {
    text-align: center;
    width: 75%;
  }

  .wg-element-wrap {
    width: 100%;
  }

  .section-hero-about-us {
    background-attachment: scroll;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-block-2 {
    font-size: 2rem;
  }

  .section-in-base {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .symbol {
    font-size: 2rem;
  }

  .subheading.margin-bottom-20.text-color-4.subheading-landscape, .subheading.subheading-landscape {
    font-size: 1.5rem;
  }

  .text-1-5xl {
    font-size: 1.2rem;
  }

  .text-1-5xl.text-bold {
    font-size: 1.5rem;
  }

  .text-1-5xl.text-color-4 {
    font-size: 1rem;
  }

  .text-2xl {
    font-size: 1.625rem;
  }

  .text-2xl.text-color-2.margin-bottom-10.text-shadow-large.h2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .text-2xl.text-color-2.margin-bottom-4.h2 {
    font-size: 2rem;
  }

  .text-para.margin-bottom-12.semibold {
    font-size: 1.5rem;
  }

  .text-1-75rem {
    font-size: 1.625rem;
  }

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

  .section-_approach {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-2-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section_why-are-we-different {
    padding-top: 4rem;
  }

  .text-5xl {
    font-size: 2.25rem;
  }

  .shape-1.margin-y-auto {
    inset: 0% -25% auto auto;
  }

  .advantage_wrapper {
    margin-top: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .section-_-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .shape-2 {
    max-width: 60%;
  }

  .cta_wrapper.margin-y-8 {
    flex-direction: column;
  }

  .button-3.button-small.margin-y-24 {
    width: 50%;
  }

  .footer-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-brand {
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-copyright-wrapper {
    padding-left: 20px;
  }

  .footer_container {
    flex-direction: column;
    grid-template-columns: .25fr;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 10px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-girl {
    width: 80%;
  }

  .shape_conainer {
    width: 100%;
  }

  .expertise-_cta-shape-blue {
    height: auto;
  }

  .container-1140-cta-expertise {
    flex-direction: column;
    align-items: center;
  }

  .cta_wrapper-expertise.margin-y-8 {
    align-items: center;
    width: 80%;
  }

  .expertise-hero-grid {
    grid-row-gap: 4px;
    grid-template-columns: 1.25fr;
  }

  .expertise-hero-image-outside {
    height: 50vh;
  }

  .expertise-hero-image-inside {
    background-position: 50% 0;
  }

  .accordion-tab-button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-pane-content.blue-bg {
    flex-direction: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .accordion-header {
    line-height: 1.2;
  }

  .accordion-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-full-width {
    flex-direction: column;
  }

  .parallax-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .arrow_wrapper {
    margin-bottom: 20px;
    margin-left: auto;
  }

  .core_services-text_wrapper {
    width: auto;
    height: auto;
  }

  .section-hero-joinus {
    background-image: linear-gradient(#000000a1, #000000a1), url('../images/two-young-professional-business-partner-exchanging-their-idea-about-current-project-together.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_text-wrapper {
    width: auto;
    padding-left: 2rem;
    padding-right: 2px;
  }

  .joinus_cta-shape-copy, .joinus_cta-shape {
    max-width: 80%;
    height: auto;
  }

  .grid-2-columns-align-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-1-3-2-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-1-3-2-3-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .form-2 {
    width: 80%;
  }

  .grid-2-columns-1-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h4 {
    font-size: 1.2rem;
  }

  .margin-bottom-10 {
    margin-bottom: 2.125rem;
  }

  .offices-slider, .offices-img {
    height: 20rem;
  }

  .wrapper-offices {
    justify-content: space-between;
  }

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

  .grid-offices.margin-bottom-20 {
    grid-row-gap: 4rem;
  }

  .team_culture-hero-textwrapper {
    margin-top: 2rem;
    position: relative;
  }

  .team_culture-hero-section {
    padding-top: 4rem;
  }

  .images-list {
    grid-column-gap: 1.5rem;
  }

  .tabs-content-wrapper {
    margin-top: 1em;
  }

  .shape-5 {
    max-width: 60%;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .text-1-5rem-blog {
    font-size: 1rem;
  }

  .text_blog-content_title {
    font-size: 1.75rem;
  }

  .grid-blog-page-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-in-base-blog-page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  p {
    font-size: 1rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .show-mobile-portrait {
    display: block;
  }

  .text-size-medium.job-title {
    margin-bottom: 0;
  }

  .text-size-medium.margin-right, .text-size-medium.job {
    font-size: 1.25rem;
  }

  .text-size-medium.job-location {
    margin-bottom: 0;
  }

  .text-size-medium.job-location.padding-left {
    margin-left: 0;
  }

  .text-size-large.service {
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button-secondary.homepage {
    width: 100%;
    min-width: auto;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.cta {
    width: 100%;
    padding: 1.05rem 1.25rem;
  }

  .button.hero {
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.05rem 1.35rem;
    font-size: 1rem;
  }

  .button.hero.no-top-margin {
    margin-top: .5rem;
  }

  .button.mobile-nav {
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
    font-size: 1rem;
  }

  .button.submit-resume {
    width: 100%;
    padding: 1.05rem 1.35rem;
    font-size: 1rem;
  }

  .button.contact, .button.password {
    width: 100%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-medium.cta {
    border-radius: 20px;
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 2rem 1.25rem;
    position: static;
  }

  .container-medium.separator {
    background-color: #0000;
  }

  .heading-xlarge {
    font-size: 1.6rem;
  }

  .heading-xlarge.light {
    font-size: 2rem;
    display: none;
  }

  .heading-xlarge.light.custom {
    color: var(--je-blue);
    font-size: 1.6rem;
    display: flex;
  }

  .heading-xlarge.default, .heading-xlarge.default.bottom, .heading-xlarge.default, .heading-xlarge.default.bottom, .heading-xlarge.dark {
    font-size: 2rem;
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .page-wrapper {
    display: block;
  }

  .form-field-wrapper.half {
    width: 100%;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .form-wrapper {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .page-padding.we-offer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
  }

  .page-padding.scroll {
    overflow: hidden;
  }

  .page-padding.padding-horizontal {
    padding-top: 0;
    padding-bottom: 2.4rem;
  }

  .page-padding.no-padding-left {
    padding-left: 0;
  }

  .page-padding.jobs {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding.margin-top {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding.hero-layout {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding.no-right-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large.margin-vertical.margin-custom1 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem;
    margin-bottom: 0;
    display: flex;
  }

  .container-large.margin-vertical.margin-custom1.join {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .container-large.margin-vertical.margin-custom1.contact {
    margin-bottom: 4rem;
  }

  .container-large.margin-vertical.margin-custom1.jobs {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .container-large.margin-vertical.margin-custom3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .container-large.margin-vertical.margin-custom3.contact {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-large.background-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.padding-horizontal {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .container-large.jobs-layout {
    flex-direction: column;
    justify-content: flex-start;
  }

  .container-large.jobs-links {
    flex-direction: column;
  }

  .container-large.padding-large.job-detail {
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large.slider-layout {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: auto;
    margin-top: 1rem;
    padding-top: 0;
  }

  .container-large.levelup-layout {
    flex-direction: column;
  }

  .container-large.industry-layout {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .container-large.about-img {
    margin-bottom: 0;
  }

  .container-small.padding-medium.vacancies {
    width: 100%;
    position: static;
  }

  .container-small.padding-medium.apply {
    width: 90%;
  }

  .container-small.job-detail {
    width: 100%;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .nav_component {
    z-index: 99;
    position: relative;
  }

  .section-hero {
    padding-top: 0;
    overflow: auto;
  }

  .section-hero.about {
    height: auto;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-hero.services {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .section-hero.join {
    height: auto;
  }

  .section-hero.main-page {
    height: 85vh;
  }

  .section-hero.jobseeker {
    height: auto;
  }

  .footer_component {
    height: auto;
    padding-top: 5rem;
  }

  .nav_layout {
    display: none;
  }

  .footer_layout_grid {
    padding-bottom: 4rem;
  }

  .grid-filler {
    display: none;
  }

  .grid-filler.service-company-gap {
    display: flex;
  }

  .brand.mobile {
    width: 10rem;
    max-width: 10rem;
  }

  .page_layout.reverse {
    justify-content: flex-end;
    margin-top: 0;
  }

  .page_layout.narrow, .page_layout.scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .column.padding-right.padding-small {
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    padding: 1.5rem;
  }

  .column.padding-right.padding-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .column.padding-right.padding-medium.no-padding-right {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column.padding-right.padding-medium.join {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .column.padding-right.padding-medium.hero {
    width: 100%;
    padding-top: 1rem;
  }

  .column.padding-right.padding-medium.jobs {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .column.padding-left.padding-small {
    padding: 1.5rem;
  }

  .column.padding-left.padding-medium {
    padding-left: 0;
  }

  .column.padding-left.padding-medium.contact {
    background-position: 0 300%;
    background-size: cover;
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column.padding-left.padding-medium.join {
    background-position: 100% 0;
    background-size: contain;
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    top: 0%;
  }

  .column.padding-left.padding-medium.services {
    background-size: contain;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column.padding-left.padding-medium.jobs {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }

  .column.medium {
    width: 100%;
    overflow: visible;
  }

  .column.padding-medium._40, .column.padding-medium._60 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column.padding-large {
    padding: .5rem 0;
  }

  .column.padding-large.bg-accent {
    padding-left: 0;
  }

  .column.hero {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .column.browse-industry {
    padding-left: 0;
  }

  .column.slider-bg {
    margin-bottom: 1rem;
  }

  .column.slider-bg._1 {
    width: 100%;
    height: 35vh;
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .column.slider-bg._2, .column.slider-bg._3 {
    width: 100%;
    height: 35vh;
    margin-bottom: .5rem;
    padding-top: 0;
  }

  .image-placeholder {
    width: 100%;
    position: static;
  }

  .image-placeholder.large {
    background-position: 40% 0;
  }

  .image-placeholder.medium {
    width: 100%;
  }

  .image-placeholder.custom {
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .image-placeholder.industries {
    width: 12rem;
    max-width: 12rem;
  }

  .image-placeholder.industries._1 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/asian-delivery-man.jpeg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
    margin-right: 0;
  }

  .image-placeholder.industries._2 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/happy-asian-pretty-girl.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
  }

  .image-placeholder.industries._3 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/house-landscape-pool.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
  }

  .image-placeholder.industries._4 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/close-up-hand-pouring-milk-delicious-coffee-cup.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
  }

  .image-placeholder.industries._5 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/close-up-hand-holding-safety-helmet.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
  }

  .image-placeholder.industries._6 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/shipping-oil-tank-green-sea.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
  }

  .image-placeholder.industries._7 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/transportation-logistics.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
  }

  .image-placeholder.industries._8 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/young-thai-asian-customer-services.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
  }

  .image-placeholder.industries._9 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/airport-night-air-transport.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
  }

  .image-placeholder.industries._10 {
    background-image: linear-gradient(#01275059, #fff0), url('../images/auto-business-car-sale-consumerism-people-concept.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 15rem;
    max-width: 15rem;
    height: 60%;
    margin-right: 0;
  }

  .image-placeholder.join {
    background-size: contain;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-placeholder.services {
    width: 100%;
    height: 15rem;
  }

  .image-placeholder.jobs {
    object-fit: contain;
    background-position: 70%;
    height: 15rem;
  }

  .image-placeholder.joinus {
    width: 100%;
    height: 15rem;
  }

  .h2-light {
    font-size: 2rem;
  }

  .p-light {
    text-align: left;
    width: auto;
  }

  .p-light.lighter {
    width: auto;
    font-size: 1rem;
  }

  .p-light.break {
    width: auto;
  }

  .h1-light {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .form-field-container {
    flex-direction: column;
  }

  .spacer {
    display: none;
  }

  .inquiry-type-field {
    padding-right: 0;
  }

  .location-details {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-middle {
    background-color: var(--je-accent-light-blue);
    background-position: 20% 0;
    background-size: auto 70%;
    margin-top: 2rem;
    padding-top: 0;
    position: static;
  }

  .h3-light {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .p-custom {
    width: auto;
    font-size: 1rem;
  }

  .cta-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .p-break {
    width: auto;
  }

  .hero-image {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    left: 0%;
  }

  .container-navbar {
    display: none;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .nav_layout_mobile {
    z-index: 9;
    background-color: #fff;
    padding: 1rem;
    display: flex;
    position: static;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .lottie-animation {
    width: 2rem;
  }

  .lottie-menu {
    justify-content: center;
    align-items: center;
    padding: .5rem 0 .5rem .5rem;
    display: flex;
  }

  .mobile-landscape-prompt {
    background-color: var(--je-footer);
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    position: fixed;
  }

  .landscape-alert {
    color: var(--je-accent-light-blue);
    text-align: center;
  }

  .flex-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .industries-slider {
    margin-top: 2rem;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .mask, .mask.services {
    width: 80%;
  }

  .mobile-nav-container {
    z-index: 9;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding: 1rem;
    display: none;
    position: absolute;
    inset: 100% 0% 0%;
    box-shadow: 0 1px 5px #0031a314;
  }

  .mobile-navlink {
    color: var(--je-blue);
    background-color: #fff;
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
  }

  .mobile-navlink:active {
    background-color: var(--je-accent-light-blue);
  }

  .section-whatweoffer {
    background-color: var(--je-accent-light-blue);
    background-position: 20% 0;
    background-size: auto 70%;
  }

  .jobs-filter-dropdown {
    font-size: .8rem;
  }

  .search {
    border-radius: 8px;
  }

  .date-posted {
    margin-bottom: 1rem;
  }

  .apply-job-button {
    width: 100%;
  }

  .wrapper {
    flex-direction: column;
  }

  .icons-wrapper {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .hero-sliders {
    flex-direction: column;
    display: flex;
  }

  .left-arrow-3 {
    display: none;
    position: absolute;
    bottom: 17.5%;
    left: 1rem;
    right: auto;
  }

  .right-arrow-3 {
    display: none;
    position: absolute;
    bottom: 17.5%;
    left: auto;
    right: 1rem;
  }

  .section-levelupcareer {
    background-image: url('../images/bg-mobile.svg');
    background-position: 55%;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .text-wrapper {
    width: auto;
  }

  .tabs {
    flex-direction: column;
    margin-top: 1rem;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    margin-top: 1rem;
    display: none;
  }

  .tab-link-foreign-talent-placement {
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 1rem;
  }

  .tab-link-foreign-talent-placement.w--current {
    flex-direction: column;
    padding-left: 0;
  }

  .tab-link-local-permanent-placement {
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 1rem;
  }

  .tab-link-contract-outsourced-services, .tab-link-executive-search, .tab-link-managing-foreign-talent-accommodation, .tab-link-worker-transport-management {
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 1rem;
  }

  .number {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .825rem;
  }

  .services-container {
    max-height: none;
    margin-top: 1rem;
    display: none;
  }

  .services-image._1 {
    background-position: 70% 0;
  }

  .services-image._2 {
    background-position: 50%;
    background-size: cover;
  }

  .services-image._3 {
    background-position: 20% 0;
  }

  .services-image._5 {
    background-position: 30%;
  }

  .services-image._6 {
    background-position: 0%;
  }

  .services-detail {
    height: auto;
    padding: 1rem;
  }

  .p-white {
    text-align: left;
    width: auto;
  }

  .job-apply-popup {
    justify-content: flex-start;
    padding-top: 2rem;
    display: none;
  }

  .apply-container {
    text-align: center;
    flex-direction: column;
  }

  .bg-hero {
    width: 100%;
    display: none;
  }

  .number-accent {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .825rem;
  }

  .rich-text-job-description, .rich-text-job-requirements {
    font-size: 1rem;
  }

  .wg-element-wrapper.sw1 {
    width: 100%;
  }

  .wg-selector-1.s1 {
    width: 50%;
    height: 100%;
  }

  .wg-selector-1.s2 {
    width: 50%;
  }

  .wg-element-wrap {
    justify-content: space-between;
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tab-pane-foreign-talent-placement, .tab-pane-local-permanent-placement, .tab-pane-contract-outsourced-services, .tab-pane-executive-search, .tab-pane-managing-foreign-talent-accommodation, .tab-pane-worker-transport-management {
    width: 100%;
  }

  .p-small {
    font-size: 1rem;
  }

  .p-small.break {
    width: 100%;
  }

  .slider-arrow-wrap {
    justify-content: space-between;
    height: 3rem;
    display: flex;
    top: -75%;
    bottom: auto;
  }

  .slider-arrow-wrap._1 {
    inset: auto 0% 0%;
  }

  .slider-arrow-wrap._1.mobile {
    display: flex;
  }

  .slider-arrow-wrap._1.hide-mobile {
    display: none;
  }

  .slider-arrow-wrap._2 {
    inset: auto 0% 0%;
  }

  .slider-arrow-wrap._2.mobile {
    display: flex;
  }

  .slider-arrow-wrap._3 {
    inset: auto 0% 0%;
  }

  .slider-arrow-wrap._3.mobile {
    display: flex;
  }

  .service-type-wrapper {
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .levelup-bg {
    display: none;
  }

  .left-chevron, .right-chevron {
    background-color: var(--je-accent-light-blue);
  }

  .job-title-location-container {
    margin-bottom: .5rem;
  }

  .posted-on {
    margin-bottom: 1rem;
  }

  .filter-wrapper {
    flex-direction: column;
  }

  .jobs-filter {
    font-size: .8rem;
  }

  .section-hero-about-us {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .counting-numbers-wrapper {
    width: auto;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .counting-numbers-wrapper.side-borders {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1140 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-small.padding-left-2 {
    padding-left: 0;
  }

  .subheading-1.text-color-2.text-height-1-875rem {
    margin-bottom: 3.5rem;
  }

  .wrapper-countup.margin-top-16 {
    justify-content: center;
    width: 100%;
  }

  .text-block-2 {
    font-size: 1.7rem;
    font-weight: 700;
  }

  .section-in-base {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .symbol {
    font-size: 1.7rem;
  }

  .text-1-5xl.text-bold.text-color-5 {
    margin-top: .875rem;
    margin-bottom: .875rem;
  }

  .text-2xl.text-color-2 {
    text-align: center;
    max-width: none;
  }

  .text-2xl.text-color-2.margin-bottom-10, .text-2xl.text-color-2.margin-bottom-10.text-shadow-large {
    text-shadow: 0 2px 3px #00000045;
  }

  .text-2xl.text-color-2.margin-bottom-10.text-shadow-large.h2 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .text-2xl.text-color-2.margin-bottom-4.h2 {
    font-size: 1.75rem;
  }

  .text-para {
    width: 100%;
  }

  .text-1-75rem.text-color-2 {
    text-align: center;
    max-width: none;
  }

  .text-color-2 {
    line-height: 1.3;
  }

  .section-_approach {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .text-1-25rem {
    width: 100%;
  }

  .grid-2-columns {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .grid.margin-bottom-8 {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: .25fr;
    margin-bottom: 4rem;
    display: flex;
  }

  .section_why-are-we-different {
    padding-top: 3.75rem;
  }

  .why-are-we-difference_wrapper {
    align-items: center;
  }

  .shape-1.margin-y-auto {
    inset: -10% -12% auto auto;
  }

  .advantage_grid {
    grid-column-gap: 0px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 71px;
    justify-items: stretch;
    margin-bottom: 4rem;
    display: flex;
  }

  .text-color-2.weight-bold {
    flex-direction: column;
    justify-content: center;
  }

  .text-color-2.text-bold.margin-y-4.text-color-blue {
    margin-top: .875rem;
    margin-bottom: .875rem;
  }

  .section-_-cta, .section-_-cta.background-color-2 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .shape-2 {
    max-width: 80%;
    bottom: -52%;
  }

  .cta_wrapper.margin-y-8 {
    flex-direction: column;
  }

  .button-3 {
    margin-top: 40px;
  }

  .button-3.button-small.margin-y-24.width-100 {
    width: 100%;
    margin-left: auto;
  }

  .footer_container {
    max-width: none;
  }

  .image-girl {
    width: 90%;
  }

  .cta_wrapper-expertise.margin-y-8 {
    flex-direction: column;
  }

  .expertise-hero-grid {
    grid-template-columns: 1fr;
  }

  .text-1-125rem {
    line-height: 1.7;
  }

  .text-1-125rem.text-color-4.margin-y-6 {
    color: var(--je-blue);
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .expertise-hero-image-outside {
    height: 30vh;
  }

  .accordion-item {
    margin-bottom: 10px;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-header {
    padding-left: 15px;
    font-size: 1rem;
  }

  .text-color-5.text-align-center {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .accordion-text {
    width: 90%;
    font-size: .9rem;
    line-height: 2;
  }

  .number-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .section-hero-joinus {
    height: auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .hero_text-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-color-6 {
    line-height: 1.3;
  }

  .joinus_cta-shape-copy {
    width: 100%;
    inset: auto auto 0% 0%;
  }

  .joinus_cta-shape {
    width: 100%;
    top: 0%;
  }

  .text-color-7 {
    line-height: 1.3;
  }

  .cta_wrapper-vertical.margin-y-8 {
    flex-direction: column;
  }

  .div-flex-vertical-left.tablet-margin-bottom-20 {
    margin-bottom: 1rem;
  }

  .div-flex-vertical-left.tablet-margin-bottom-20.padding-right-10 {
    padding-right: 1.578rem;
  }

  .button-3rd {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .text-color-9 {
    line-height: 1.3;
  }

  .text-color-9.text-height-30px {
    margin-bottom: 1rem;
  }

  .form-2 {
    width: auto;
  }

  .margin-bottom-10 {
    margin-bottom: 1.875rem;
  }

  .text-color-10 {
    line-height: 1.3;
  }

  .text-align-center-2.width-60.margin-bottom-20 {
    margin-bottom: 3.5rem;
  }

  .text-color-12.text-align-center.width-50 {
    width: auto;
  }

  .team_culture-hero-section {
    padding-top: 3.75rem;
  }

  .shape-3 {
    max-width: 50%;
    inset: auto -9% 0% auto;
  }

  .text-color-13 {
    line-height: 1.3;
  }

  .why-are-we-difference_wrapper-copy {
    align-items: center;
  }

  .container-full.padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .images-list {
    grid-column-gap: 1rem;
  }

  .image-wrapper {
    width: 60vw;
  }

  .tabs-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-nav-text {
    font-size: 80%;
  }

  .tabs-nav-item, .tabs-nav-item.w--current {
    padding-left: 1em;
    padding-right: 1em;
  }

  .shape-5 {
    max-width: 80%;
    bottom: -52%;
  }

  .header.text-color-white, .header-2 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .header-2.text-color-white, .header-1 {
    font-size: 1.75rem;
  }

  .header-1.text-color-white {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .text-color-14 {
    line-height: 1.3;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .grid-blog-page-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .section-in-base-blog-page {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .collection-list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_1c2afc7f-c139-f783-3d64-6864d372d9e0-d372d9dc, #w-node-_1c2afc7f-c139-f783-3d64-6864d372d9e2-d372d9dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c2afc7f-c139-f783-3d64-6864d372d9ed-d372d9dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_1c2afc7f-c139-f783-3d64-6864d372d9f6-d372d9dc, #w-node-_6053deb4-1fde-cdae-c0c2-00335bfa239d-f02ed992, #w-node-_6053deb4-1fde-cdae-c0c2-00335bfa23a3-f02ed992, #w-node-_6053deb4-1fde-cdae-c0c2-00335bfa23a4-f02ed992, #w-node-_6053deb4-1fde-cdae-c0c2-00335bfa23a7-f02ed992, #w-node-_6053deb4-1fde-cdae-c0c2-00335bfa23a8-f02ed992, #w-node-_6053deb4-1fde-cdae-c0c2-00335bfa23ab-f02ed992, #w-node-_6053deb4-1fde-cdae-c0c2-00335bfa23ac-f02ed992, #w-node-_6053deb4-1fde-cdae-c0c2-00335bfa23ae-f02ed992, #w-node-_68541894-989e-978e-4ecf-08257de9c002-f02ed992, #w-node-_68541894-989e-978e-4ecf-08257de9c007-f02ed992, #w-node-_68541894-989e-978e-4ecf-08257de9c01b-f02ed992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cb4acfe-f54c-866a-d0e6-b2cf69c1281b-f02ed992 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3852978-3e56-c848-c0bc-7bee5040c71d-8b2ed98e, #w-node-f3852978-3e56-c848-c0bc-7bee5040c724-8b2ed98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3852978-3e56-c848-c0bc-7bee5040c738-8b2ed98e, #w-node-f3852978-3e56-c848-c0bc-7bee5040c73c-8b2ed98e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d97be5c4-fe89-19ef-1666-e15212798270-8b2ed98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d97be5c4-fe89-19ef-1666-e15212798296-8b2ed98e, #w-node-d97be5c4-fe89-19ef-1666-e152127982bc-8b2ed98e, #w-node-e845b2d5-a126-0922-6bf4-ddc061565635-ee2ed98d, #w-node-e845b2d5-a126-0922-6bf4-ddc06156563c-ee2ed98d, #w-node-e845b2d5-a126-0922-6bf4-ddc061565643-ee2ed98d, #w-node-e845b2d5-a126-0922-6bf4-ddc06156564a-ee2ed98d, #w-node-e845b2d5-a126-0922-6bf4-ddc061565651-ee2ed98d, #w-node-e845b2d5-a126-0922-6bf4-ddc061565658-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7b6-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7ba-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7be-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7c1-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7c5-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7c8-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7cc-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7cf-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7d3-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7d5-ee2ed98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa61d-ee2ed98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa61f-ee2ed98d, #w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa625-ee2ed98d, #w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa626-ee2ed98d, #w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa629-ee2ed98d, #w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa62a-ee2ed98d, #w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa62d-ee2ed98d, #w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa62e-ee2ed98d, #w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa631-ee2ed98d, #w-node-ea98bffd-5667-0cbe-5e90-c95bc9afa632-ee2ed98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7add0a68-fa72-1503-e6d6-181df11466eb-92380bc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7add0a68-fa72-1503-e6d6-181df11466f8-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c118-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c11a-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c11c-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c11e-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c121-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c123-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c125-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c127-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c12a-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c12c-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c12e-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c130-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c133-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c135-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c137-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c139-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c13c-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c13e-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c140-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c143-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c145-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c147-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c149-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c14c-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c14e-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c150-92380bc6, #w-node-f38093e9-be51-1399-5066-98ae45a7c152-92380bc6, #w-node-_302d869f-e9ec-0e0a-350f-22533f92ac32-2f07b89e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_2cb4acfe-f54c-866a-d0e6-b2cf69c1281b-f02ed992 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d8d-86988d75 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d90-86988d75 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d93-86988d75 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d97-86988d75 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d9a-86988d75 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7ba-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7c1-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7c8-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7cf-ee2ed98d {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d8d-86988d75 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d90-86988d75 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d93-86988d75 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d97-86988d75 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d9a-86988d75 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7ba-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7c1-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7c8-ee2ed98d, #w-node-_2d3a3f51-1844-d3b6-62d1-f927eab0c7cf-ee2ed98d {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d87-86988d75 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d90-86988d75 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d93-86988d75 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d97-86988d75 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2411c028-54eb-88a4-aa74-d31b86988d9a-86988d75 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_2cb4acfe-f54c-866a-d0e6-b2cf69c1281b-f02ed992 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


