body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial;
  color: #1A1A1A;
}
.g-recaptcha,
.socialbutton,
.applybutton,
.button {
  min-width: 20px;
  height: 30px;
  padding: 8px 15px 0 15px;
  margin: 0;
  float: right;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #F5F5F5;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  color: #1A1A1A;
}
.applybutton {
  background-color: #FFFFFF;
  margin: 0 30px 0 0;
}
.socialbutton {
  font-size: 0;
  min-width: 0;
  color: #4D4D4D;
  padding: 6px 5px 4px 5px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
.g-recaptcha {
  border: 0;
  outline: none;
  float: left;
  cursor: pointer;
  padding: 5px 15px;
}
.fa-regular,
.fa-solid,
.fa-brands {
  font-size: 15px;
}
#wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
header {
  width: calc(100% - 100px);
  padding:  30px 50px;
  border-bottom: 1px solid #EBEBEB;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  float: left;
}
.banner {
  width: 100%;
  max-height: 672px;
  overflow: hidden;
  float: left;
}
.banner img {
  width: 100%;
}
main {
  width: 100%;
  min-height: 100px;
  float: left;
}
.intro {
  max-width: 630px;
  min-width: 180px;
  width: 100%;
  margin: 90px auto 0 auto;
  /*text-align: justify;*/
}
footer {
  width: calc(100% - 100px);
  padding:  40px 50px;
  float: left;
  display: flex;
}
footer .logo {
  margin: 10px 0 0 0;
}
.footer1,
.footer2 {
  float: left;
  margin: 0 0 25px 0;
  position: relative;
}
.footer1 {
  width: 50%;
}
.footer2 {
  width: calc(100% - 430px);
}

h1 {
  font-weight: normal;
  margin: 36px 0 38px 48px;
  font-size: 21px;
  line-height: 28px;
  Letter-spacing: 3%;
}
h1 a {
  text-decoration: none;
  color: #999999;
}
h2 {
  font-weight: normal;
  margin: 0 0 34px 0;
  padding: 0 0 36px 0;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  font-size: 21px;
  line-height: 28px;
  Letter-spacing: 3%;
}
h3 {
  font-weight: normal;
  margin: 0;
  padding: 36px 0 0 0;
  width: 100%;
  border-top: 1px solid #EBEBEB;
  font-size: 16px;
  line-height: 21px;
}
.formblock h3 {
  border: 0;
  padding: 0;
}
p {
  line-height: 28px;
  font-size: 16px;
}
.legal,
.nav,
.social,
.buttonlist {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  text-decoration: none;
}
.social {
  align-items: center;
}
.buttonlist li {
  margin: 20px 20px 0 0;
}
.nav {
  float: left;
  gap: 18px;
  row-gap: 8px;
  margin-top: 27px;
}
.legal,
.social {
  width: 100%;
  float: right;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 1rem;
  row-gap: 8px;
}
.legal {
  margin-top: 1.15rem;
  opacity: 75%;
}

.toplink,
.legallink,
.navlink {
  color: #1A1A1A;
  text-decoration: none;
  font-size: 13px;
}
.toplink {
  padding: 0 15px 0 0;
  float: left;
}
.toplink i {
  margin: 0 0 0 0.5rem;
}
.jobfoot,
.jobsearch {
  width: calc(100% - 96px);
  margin: 80px auto 0 auto;
  padding: 0 0 30px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  flex-wrap: wrap;
}
.jobsearch .nice-select {
  margin: 30px 30px 0 0;
}
.joblist {
  width: calc(100% - 96px);
  margin: 36px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.jobitem4, 
.jobitem3, 
.jobitem2,
.jobitem {
  width: calc(33% - 40px);
  max-width: 500px;
  min-width: 280px;
  flex-grow: 1;
  flex-shrink: 1;
}
.jobitem4,
.jobitem2 {
  display: none;
}
.jobitem a {
  min-height: 110px;
  background: #F5F5F5;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #1A1A1A;
  text-decoration: none;
}
.vacdetail {
  margin: 0 0 0 30px;
  float: left;
  min-width: 160px;
  width: calc(100% - 130px);
}
.loctext {
  font-size: 14px;
  margin: 0;
  line-height: 19px;
  color: #4D4D4D;
}
.titletext {
  font-size: 21px;
  margin: 0;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 90px;
  overflow: hidden;
}
.buttonrow {
  width: 100%;
  display: flex;
  margin: 0;
}
.buttonrow .button {
  margin: 0 20px 0 0;
}
.formwrapper {
  padding: 54px 0 0 0;
  margin: 54px 0 0 0;
  width: 100%;
  border-top: 1px solid #EBEBEB;
}  
.formblock {
  max-width: 630px;
  min-width: 180px;
  width: 100%;
  margin: 0 auto;
}
.formrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.formitem {
  width: 49%;
}
.formitemwide {
  width: 100%;
  font-size: 14px;
}
.matrixheader,
.formsmallprint,
.tandc,
.matrixitem,
label {
  font-size: 14px;
  width: 100%;
  margin: 0 0 15px 0;
  float: left;
  line-height: 19px;
}
.tandc label {
  width: auto;
}
.matrixitem {
  width: 20%;
}
.matrixheader {
  width: 40%;
}
.matrixrow {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
input[type=text],
input[type=password] {
  font-family: "Open Sans", Helvetica, Arial;
  color: #6C757D;
  font-size: 14px;
  width: 100%;
  margin: 0 0 15px 0;
  float: left;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #F5F5F5;
  border: 0;
  height: 40px;
  padding: 15px;
}
input:hover,
input:focus {
  border: 0;
  outline: none;
  background-color: #EAEAEA;
}
input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  input[type=file] + label {
    box-sizing: border-box;
    position: relative;
    border: none;
    transition: background-color .3s ease-in-out;
    background-color: #f5f5f5;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 25px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: 0; }
    input[type=file] + label > span {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: calc(100% - 30px); }
    input[type=file] + label::after {
      content: "";
      position: absolute;
      width: 28px;
      height: 32px;
      border-radius: 16px;
      right: 7px;
      top: 6px;
      background: url("/images/arrow-top.svg") no-repeat center center; }
    input[type=file] + label:hover {
      background-color: #EAEAEA; }
    input[type=file] + label * {
      pointer-events: none; }
    .fp-form__singlecol input[type=file] + label {
      width: 100%; }
  input[type=file].has-focus + label,
  input[type=file]:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
    html.no-highlight input[type=file].has-focus + label, html.no-highlight
    input[type=file]:focus + label {
      outline: none; }
input[type=radio] {
  opacity: 0;
  z-index: 1;
  width: auto;
  position: absolute; 
}
input[type=radio]:focus + label {
  outline: none; }
input[type=radio]:active + label::before, input[type=radio].nice-select.open + label::before,
input[type=radio]:checked + label::before,
input[type=radio]:focus + label::before {
background-color: #EAEAEA; }
input[type=radio]:hover + label::before {
background-color: #CCCCCC; }
input[type=radio]:checked + label:after {
opacity: 1; }
input[type=radio] + label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 40px;
margin-right: 15px;
font-size: 14px;
font-weight: 300;
line-height: 30px; }
input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  background-color: #EAEAEA;
  border-radius: 50%;
  transition: background-color .3s ease-in-out; }
input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 11px;
  left: 11px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0; }
input[type=radio] + label:hover::before {
  border-color: #000; }
.matrixitem input[type=radio] + label {
  font-size: 0;
}
.tandc input[type=radio] + label {
  font-size: 12px;
}
input[type=text].errorclass,
textarea.errorclass,
input[type=password].errorclass {
  background-color: #FEE5E3;
}
input[type=file].errorclass {
  background-color: #FEE5E3;
}
input[type=file] + label {
  background-color: #FEE5E3;
}
select.errorclass {
  background-color: #FEE5E3;
}
label.rvclass,
.rvclass {
  color: #980f0f;
}
.yesmob {
  display: none;
}
@media screen and (min-width:1700px) {
  .jobitem {
    width: calc(25% - 40px);
  }
  .jobitem4 {
    display: block;
    width: calc(25% - 40px);
  }
  .jobitem3 {
    display: none;
  }
}
@media screen and (max-width:1200px) {
  .jobitem {
    min-width: 340px;
  }
  .jobitem3 {
    display: none;
  }
  .jobitem2 {
    display: block;
  }
}
@media screen and (max-width:1000px) {
  .jobitem {
    min-width: 280px;
  }
  .legal,
  .nav,
  .social {
    float: left;
    justify-content: flex-start;
  }
  .nav {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dotted #ebebeb;
  }
  .legal {
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
  footer {
    display: block;
  }
  footer .logo {
    margin-top:5px;
  }
  .footer1, 
  .footer2 {
    width: 100%;
  }
  .toplink {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    text-align: right;
    padding: 0;
  }
  .yesmob {
    display: block;
  }
  .mobhid {
    display: none;
  }
  .sep::after {
    content: '\00000a';
    white-space: pre;
  }
}

@media screen and (max-width:768px) {
    .mobhid,
    .nomob {
      display: none;
    }
    .mob {
      font-size: 12px;
    }
  .intro {
    width: calc(100% - 100px);
  }
  .formwrapper {
    padding: 54px 20px 0 20px;
    width: calc(100% - 40px);
    float: left;
  }  
  .formitem {
    width: 100%;
  }
  .matrixheader {
    width: 100%;
  }
  .matrixrow {
    width: 100%;
  }
  .mobbanner {
    width: 100%;
    max-width: 768px;
    overflow: hidden;
  }
  .mobbanner img {
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 531px;
  }
  .jobitem {
    max-width: 800px;
  }
  .jobitem3 {
    display: none;
  }
  .jobitem2 {
    display: block;
  }
  .jobsearch .nice-select {
    margin: 30px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width:700px) {
  .jobitem2 {
    display: none;
  }
  .sep::after {
    content: '';
    white-space: unset;
  }
}
@media screen and (max-width:567px) {
  header {
    width: calc(100% - 52px);
    padding:  0 26px;
    height: 60px;
  }
  h1 {
    margin: 18px 0 18px 26px;
    font-size: 16px;
    line-height: 21px;
  }
  .logo {
    float: left;
  }
  .intro {
    width: calc(100% - 53px);
  }
  .matrixitem {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
  .matrixitem input[type=radio] {
    opacity: 0;
    z-index: 1;
    width: auto;
    position: absolute; 
  }
  .matrixitem input[type=radio] + label::before {
    left: 33px;
    top: 0;
  }
  .matrixitem input[type=radio] + label {
    padding: 0;
  }
  .matrixitem .mob {
    float: left;
    margin: 35px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .jobfoot,
  .jobsearch {
    width: calc(100% - 52px);
  }
  .joblist {
    width: calc(100% - 52px);
    margin: 36px auto;
    display: block;
  }
  .jobitem {
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 600px;
  }
  .vacdetail {
    margin: 0 0 0 30px;
    width: calc(100% - 100px);
  }
  footer {
    width: calc(100% - 52px);
    padding:  30px 26px;
    display: block;
  }
  .footer1, 
  .footer2 {
    width: 100%;
  }
  .notmob {
    display: none;
  }
}
@media screen and (max-width:400px) {
  .sep::after {
    content: '\00000a';
    white-space: pre;
  }
}
@media screen and (max-width:350px) {
  .toplink {
    width: 70px;
  }
}
.nice-select .list {
  max-height: 300px;
  width: 100%;
  overflow-y: auto !important;
  scrollbar-color: #4D4D4D #f1f1f1;
  scrollbar-width: thin;
  position: unset;
  margin: 0;
}
/* width */
.list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.list scrollbar-width {
  width: 8px;
}
.list::-webkit-scrollbar-rail:hover {
  width: 12px; }

/* Handle */
.list::-webkit-scrollbar-thumb {
  background: #4D4D4D;
  border-top-right-radius: 10px;
}
.world {
  width: 298px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  border-radius: 10px;
  z-index: 1;
}
.fp-cookie-bar {
  background: #000;
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 400; }
  .fp-cookie-bar .fm-cookie-copy {
    padding: 20px 0 20px 30px;
    width: calc(80% - 30px);; }
  .fp-cookie-bar p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 0; }
  .fp-cookie-bar a {
    color: #fff;
    text-decoration: underline; }
  .fp-cookie-bar .fp-cookie-close {
    border: 0;
    opacity: .7;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 17%;
    width: 20px; }
    .fp-cookie-bar .fp-cookie-close > .icon__i {
      content: '';
      background: url("/images/cross-white.svg") no-repeat center center/contain;
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      left: 8px;
      top: 8px; }
  .fp-cookie-bar.fp-show {
    display: block; }
  .fp-cookie-not-accepted .fp-cookie-bar {
    display: block; }
@media screen and (min-width: 768px) {
  .fp-cookie-bar {
    background: #000;
    border-radius: 20px;
    bottom: 30px;
    left: auto;
    right: 45px;
    width: 410px; }
    .fp-cookie-bar p {
      font-size: 14px; }
    .fp-cookie-bar .fm-cookie-copy {
      padding: 20px 40px 20px 25px;
      width: calc(100% - 65px); }
    .fp-cookie-bar .fp-cookie-close {
      top: 15%;
      right: 25px; }
    .fp-cookie-not-accepted .fp-cookie-bar {
      display: flex; } }

