.wc-careers-main {
  padding-top: 117px;
  padding-bottom: 88px;
  background-size: 100% 100%;
}

.wc-limit-screen {
  padding: 24px 32px;
}

.wc-careers-main__content {

  padding: 0;
  padding-bottom: 64px;
  border-bottom: 1px solid #FF637E;
  margin-bottom: 64px;
}

.wc-careers-main__content h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  max-width: 700px;
  width: 100%;
}

.wc-careers-main__content p {
  margin: 24px 0 48px 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  max-width: 700px;
  width: 100%;
}

.wc-careers-main__button {
  max-width: 225px;
  width: 100%;
}

.wc-careers-main__whats {
  display: flex;
  gap: 64px;
}

.wc-careers-main__whats img {
  display: block;
  max-width: 420px;
  width: 100%;
}

.wc-careers-main__whats--container h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}

.wc-careers-main__whats--container ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.wc-careers-main__whats--container ul li {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.wc-cereers-learn {
  margin: 88px 0;
}

.wc-careers-learn__header .wc-limit-screen {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 100px;
}

.wc-careers-learn__header .wc-limit-screen div {
  width: 620px;
}

.wc-careers-learn__title-section {
  color: #949494;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.wc-careers-learn__title {
  color: #1E1D1D;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.wc-careers-learn__text {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.wc-careers-learn__button {
  width: fit-content !important;
}

.wc-careers-learn__cards {
  margin-top: 40px;
}

.wc-careers-learn__cards ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
  margin: 0;
}

.wc-careers-learn__cards ul li {
  width: 48.6%;
}

.wc-careers-learn__card {
  border: 1px solid #FFE1E5;
  border-radius: 24px;
  padding: 32px;
}

.wc-careers-learn__card img {
  width: 64px;
  height: 64px;
}

.wc-careers-learn__card h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.wc-careers-learn__card p {
  color: #484848;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.wc-careers-learn-forms {
  margin-top: 88px;
  margin-bottom: 88px;
}

.wc-careers-learn-forms h2 {
  color: #1E1D1D;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.wc-careers-learn-forms p {
  color: #4F4F4F;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}

#nf-form-4-cont {
  max-width: 733px;
}

#nf-form-title-4 h3 {
  display: none;
}


#nf-form-4-cont .nf-before-form-content,
#nf-form-4-cont .ninja-forms-req-symbol {
  display: none;
}

#nf-form-4-cont form .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

#nf-form-4-cont .nf-field-label label {
  color: #C1C1C1;
  font-size: 14px;
  font-weight: 400;
}

#nf-form-4-cont .nf-field-container,
#nf-form-4-cont .nf-field-container.phone-container {
  width: 350px;
  margin-bottom: 0;
}


#nf-form-4-cont .nf-field-container input {
  border: 1px solid #E2E2E2;
  border-radius: 999px;
  height: 53px;
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
}


#nf-form-4-cont .nf-field-container.submit-container {
  width: 733px;
  margin-bottom: 0;
}

#nf-form-4-cont .nf-field-container.submit-container input {
  width: 100%;
  height: 41px;
  background-color: #F30941;
  transition: 0.2s;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

#nf-form-4-cont .nf-field-container.submit-container input:hover {
  color: #fff;
  background-color: #000;

}

#nf-form-4-cont .nf-field-container.submit-container::after {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 5.83334H14.1666V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83325 14.1667L14.1666 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: -4px;
  margin: auto;
  left: 60%;
}

#nf-form-4-cont .nf-field-container.submit-container:hover::after {

  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 5.83334H14.1666V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83325 14.1667L14.1666 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;

}

@media(max-width: 1000px) {
  .wc-limit-screen {
    padding: 0 16px;
  }

  .wc-careers-main__content h1 {
    font-size: 36px;
    text-align: center;
  }

  .wc-careers-main__content p {
    margin: 24px 0;
    text-align: center;
  }

  .wc-careers-main__button {
    margin: auto;
  }

  .wc-careers-main__whats {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }

  .wc-careers-main__whats--container h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .wc-careers-main__whats--container ul {
    gap: 24px;
  }

  .wc-careers-main__whats--container ul li {
    gap: 8px;
  }

  .wc-careers-main__whats--container ul li svg {
    min-width: 24px;
  }

  .wc-cereers-learn {
    margin-top: 32px;
  }

  .wc-cereers-learn .slick-track {
    display: flex;
  }

  .wc-cereers-learn .slick-slide {
    height: inherit !important;
  }

  .wc-careers-learn__card img {
    width: 56px;
    height: 56px;
  }

  .wc-cereers-learn .slick-slide>div {
    height: 100%;
    margin: 0 5px;
  }

  .wc-careers-learn__card h3 {
    font-size: 20px;
    margin: 20px 0;
  }


  .wc-careers-learn-forms p {
    font-size: 16px;
  }

  #nf-form-4-cont form .nf-form-content nf-fields-wrap {
    display: block;
  }

  #nf-form-4-cont .nf-field-container,
  #nf-form-4-cont .nf-field-container.phone-container,
  #nf-form-4-cont .nf-field-container.submit-container {
    width: 100%;
    margin-bottom: 24px;

  }

  #nf-form-4-cont .nf-field-container.submit-container::after {
    left: 72%;
  }

}