.box--forms--join-our-team {
  background: #050014;
  position: relative;
}
.box--forms--join-our-team .wrapper {
  background-image: url("images/bg-form-new.jpg");
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 15px;
}
.box--forms--join-our-team .wrapper .box-top {
  margin-bottom: 72px;
}
.box--forms--join-our-team .wrapper form.form-state-complete .message-success {
  display: block;
}
.box--forms--join-our-team .wrapper form .message-success {
  text-align: center;
  padding-top: 46px;
  padding-bottom: 46px;
  width: 80%;
  background-color: rgba(255,255,255,0.3);
  border-radius: 15px;
  margin-top: 46px;
  display: none;
}
.box--forms--join-our-team .wrapper .wrap-row {
  margin-bottom: 72px;
}
.box--forms--join-our-team .wrapper .wrap-email .choices__input--cloned {
  display: none;
}
.box--forms--join-our-team .wrapper .label-text {
  margin: 0 16px;
}
.box--forms--join-our-team .wrapper .styled-input,
.box--forms--join-our-team .wrapper .styled-select {
  background: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid #050014;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
}
.box--forms--join-our-team .wrapper .styled-input::placeholder,
.box--forms--join-our-team .wrapper .styled-select::placeholder {
  color: #050014;
  opacity: 0.35;
  font-size: 16px;
  line-height: 24px;
}
.box--forms--join-our-team .wrapper .choices .choices__inner {
  padding: 5px 0 4px 0;
  line-height: 24px;
  font-size: 16px;
  min-height: auto;
  background: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid #050014;
  border-radius: 0;
}
.box--forms--join-our-team .wrapper .choices .choices__list {
  padding: 0;
  width: 300px;
}
.box--forms--join-our-team .wrapper .choices .choices__item.choices__item--selectable[data-value="Country*"] {
  color: #050014;
  opacity: 0.35;
}
.box--forms--join-our-team .wrapper .choices:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuNSA2LjVMMTEuNSAxLjUiIHN0cm9rZT0iIzE0MTcyMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  width: 13px;
  height: 8px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  right: 0;
  border-width: 0;
  transform: rotate(0deg);
}
.box--forms--join-our-team .wrapper .choices.is-focused:after {
  transform: rotate(-180deg);
}
.box--forms--join-our-team .wrapper .choices .choices__input--cloned {
/*	display none*/
  color: #fff;
}
.box--forms--join-our-team .wrapper .choices .choices__list--dropdown {
  color: #fff;
  border: none;
  padding: 10px 0;
}
.box--forms--join-our-team .wrapper .wrap-name .styled-input {
  width: 295px;
}
.box--forms--join-our-team .wrapper .wrap-position .styled-input {
  width: 328px;
}
.box--forms--join-our-team .wrapper .wrap-contact .styled-input {
  width: 328px;
}
.box--forms--join-our-team .wrapper .btn-upload {
  width: 153px;
  overflow: hidden;
  height: 50px;
  position: relative;
  border: 1px solid #050014;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s linear;
  background: transparent;
}
.box--forms--join-our-team .wrapper .btn-upload:hover {
  background: #050014;
}
.box--forms--join-our-team .wrapper .btn-upload:hover .btn-upload-text {
  color: #fff;
}
.box--forms--join-our-team .wrapper .btn-upload:hover .btn-upload-text:before {
  filter: invert(1);
}
.box--forms--join-our-team .wrapper .btn-upload .btn-upload-text {
  cursor: pointer;
  transition: 0.3s linear;
}
.box--forms--join-our-team .wrapper .btn-upload .btn-upload-text:before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNSAwLjVWMTEuNSIgc3Ryb2tlPSIjMTQxNzIwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTEgNkwxMiA2IiBzdHJva2U9IiMxNDE3MjAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s linear;
  filter: invert(0);
}
.box--forms--join-our-team .wrapper .btn-upload .input-file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 100px;
}
.box--forms--join-our-team .wrapper .file-label {
  margin-left: 16px;
  color: rgba(5,0,20,0.35);
}
.box--forms--join-our-team .wrapper .file-label.added {
  color: #050014;
}
.box--forms--join-our-team .wrapper .btn-border-blue {
  min-width: 320px;
  min-height: 72px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1850px) {
  .box--forms--join-our-team .wrapper .wrap-row {
    margin-bottom: 48px;
    row-gap: 48px;
  }
  .box--forms--join-our-team .wrapper .wrap-button {
    margin-top: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .box--forms--join-our-team .wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .box--forms--join-our-team .wrapper form .message-success {
    width: 100%;
  }
  .box--forms--join-our-team .wrapper .wrap-name .styled-input {
    width: 328px;
  }
}
@media screen and (max-width: 734px) {
  .box--forms--join-our-team .wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .box--forms--join-our-team .wrapper .box-top {
    margin-bottom: 48px;
  }
  .box--forms--join-our-team .wrapper .row {
    flex-basis: 100%;
    max-width: 100%;
  }
  .box--forms--join-our-team .wrapper .wrap-name .styled-input {
    width: 100%;
  }
  .box--forms--join-our-team .wrapper .label-text {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 12px 0;
  }
  .box--forms--join-our-team .wrapper .styled-input {
    flex-basis: 100%;
    max-width: 100%;
  }
  .box--forms--join-our-team .wrapper .choices {
    flex-basis: 100%;
    max-width: 100%;
  }
  .box--forms--join-our-team .wrapper .choices .choices__list {
    width: 100%;
  }
  .box--forms--join-our-team .wrapper .file-input-container {
    flex-basis: 100%;
    max-width: 100%;
  }
  .box--forms--join-our-team .wrapper .btn-upload {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .box--forms--join-our-team .wrapper .file-label {
    flex-basis: 50%;
    max-width: 50%;
    margin-left: 0;
    padding-left: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box--forms--join-our-team .wrapper .wrap-button {
    margin-top: 48px;
  }
  .box--forms--join-our-team .wrapper .btn-border-white {
    min-width: 100%;
    min-height: 66px;
  }
}
@media screen and (max-width: 576px) {
  .box--forms--join-our-team {
    padding-bottom: 0;
  }
  .box--forms--join-our-team .page-width {
    padding: 0;
  }
  .box--forms--join-our-team .wrapper {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 0;
  }
  .box--forms--join-our-team .wrapper form .message-success {
    padding: 40px 16px;
  }
  .box--forms--join-our-team .wrapper .styled-input {
    font-size: 14px;
    line-height: 22px;
  }
  .box--forms--join-our-team .wrapper .styled-input::placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  .box--forms--join-our-team .wrapper .styled-select {
    width: 100%;
  }
  .box--forms--join-our-team .wrapper .choices .choices__inner {
    font-size: 14px;
    line-height: 22px;
  }
}
/*# sourceMappingURL=index.css.map */