.font_kandin {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_kandin_bold {
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_pnc_bold {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_pnc_semibold {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_pnc_bold_italic {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font_pnc {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_pnc_italic {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font_lemance {
  font-family: lemance, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_lemance_italic {
  font-family: lemance, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font_lemance_bold {
  font-family: lemance, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_lemance_bold_italic {
  font-family: lemance, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.arrow_black {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.arrow_black img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .arrow_black img {
    width: 17px;
  }
}
.arrow_white {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.arrow_white img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .arrow_white img {
    width: 17px;
  }
}
.btn_black {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
.btn_white {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
.btn_text {
  font-size: clamp(1rem, 1rem, 2rem);
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  49% {
    transform: translate(32px, -32px);
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate(-32px, 32px);
  }
  51% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.jo__wrapper {
  width: 80%;
  max-width: only screen and (max-width: 3000px);
  margin: auto;
  display: flex;
  padding: 6rem 0;
}
@media only screen and (max-width: 1366px) {
  .jo__wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 899px) {
  .jo__wrapper {
    padding: 3rem 0;
    flex-wrap: wrap;
  }
}
.jo__intro {
  width: 30%;
  margin: 0 20% 0 0;
}
@media only screen and (max-width: 899px) {
  .jo__intro {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.jo__intro h3 {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 2.25vw, 42px);
  line-height: clamp(1.5rem, 2.25vw, 46.2px);
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 899px) {
  .jo__intro h3 {
    margin: 0 0 1rem 0;
  }
}
.jo__intro p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 29px;
}
@media only screen and (max-width: 899px) {
  .jo__intro p {
    font-size: 14px;
    line-height: 28px;
  }
}
.jo__intro a {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.jo__intro a:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
.jo__openings {
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .jo__openings {
    width: 100%;
  }
}
.jo__openings h4 {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.25rem, 2.25vw, 36px);
  margin: 0 0 2rem;
}
.jo__openings-name {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d6d3d2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
@media only screen and (max-width: 899px) {
  .jo__openings-name {
    padding: 1rem 0;
  }
}
.jo__openings-name:first-of-type {
  border-top: 1px solid #d6d3d2;
}
.jo__openings-name.active {
  border-bottom: none;
}
.jo__openings-name.active .jo__openings-icon::after {
  display: none;
}
.jo__openings-text {
  text-align: left;
}
.jo__openings-text h3 {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(14px, 2.25vw, 26px);
  line-height: clamp(28px, 2.25vw, 39px);
  margin: 0;
}
.jo__openings-text p {
  font-family: lemance, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(14px, 2.25vw, 18px);
  line-height: clamp(28px, 2.25vw, 28.8px);
  margin: 0;
  color: #878C8C;
}
.jo__openings-icon {
  width: 40px;
  height: 40px;
  border: 2.5px solid #000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.jo__openings-icon:hover {
  background-color: #FBF138;
}
@media only screen and (max-width: 899px) {
  .jo__openings-icon {
    width: 30px;
    height: 30px;
  }
}
.jo__openings-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2.5px;
  background-color: #000;
  transition: all 0.2s ease-in;
}
.jo__openings-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5px;
  height: 20px;
  background-color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.jo__openings-description {
  display: none;
}
.jo__openings-description h4 {
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(14px, 2.25vw, 18px);
  line-height: clamp(28px, 2.25vw, 28.8px);
  margin-bottom: 0;
}
.jo__openings-description p {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 2.25vw, 18px);
  line-height: clamp(28px, 2.25vw, 28.8px);
  color: #878C8C;
  margin-top: 0;
}
.jo__openings-description.show {
  display: block;
  border-bottom: 1px solid #d6d3d2;
}
.jo__openings-responsabilities ul {
  margin: 1rem 0;
  padding: 0 24px;
}
.jo__openings-responsabilities ul li {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14, 2.25vw, 18px);
  line-height: clamp(28px, 2.25vw, 28.8px);
  color: #878C8C;
}
.jo__openings-button {
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
  margin: 40px 0 48px;
}
.jo__openings-button p {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.jo__openings-button:hover .jo__openings-arrow {
  background-color: #FBF138;
}
.jo__openings-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.jo__openings-arrow img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .jo__openings-arrow img {
    width: 17px;
  }
}
.jo__openings-arrow-white {
  display: none;
}
.jo__openings-empty {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 2.25vw, 18px);
  line-height: clamp(28px, 2.25vw, 28.8px);
  color: #878C8C;
  margin-top: 0;
}
