.hiring-perks-section {
  padding: 35px 0 0;
  margin-top: 35px;
}

.hiring-perks-section .section-links ul.for-desktop {
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-gap: 20px;
}

.hiring-perks-section .section-links {
  margin: 40px 0;
  content-visibility: unset !important;
}

.hiring-perks-section .link-content-wrapper > .title-part {
  border-radius: 24px 24px 0px 0px;
  padding: 20px 10px 0px;
  background-color: var(--OffWhite);
}

.hiring-perks-section .link-content-wrapper > .title-part h2 {
  margin: 0;
}

.hiring-perks-section .link-content {
  border-radius: 0 0 11px 11px;
  padding: 20px 16px;
  background-color: var(--OffWhite);
}

.hiring-perks-section .link-content.blue span {
  color: var(--quaternary_color);
}

.hiring-perks-section .link-content.green span {
  color: var(--green2_color);
}

.hiring-perks-section .link-content .inner {
  margin: 0 0 30px;
}

.hiring-perks-section .link-content .inner .left {
  width: 100%;
  margin: 0 0 30px;
}

.hiring-perks-section .link-content .inner .right {
  width: 100%;
}

.hiring-perks-section .link-content .inner .right .image-block {
  width: 100%;
  height: 80vw;
  border-radius: 11px;
  overflow: clip;
}

.hiring-perks-section .link-content .inner .right .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.hiring-perks-section .link-content .inner-box {
  background: #eeeeee;
  border-radius: 24px;
  padding: 20px 16px;
  position: relative;
  overflow: clip;
  position: relative;
  z-index: 2;
}

.hiring-perks-section .link-content .inner-box:hover .icon img {
  transform: scaleX(-1);
}

.hiring-perks-section .link-content .inner-box:not(:last-of-type) {
  margin: 0 0 30px;
}

.hiring-perks-section .link-content .inner-box .left {
  width: 100%;
  margin: 0 0 30px;
}

.hiring-perks-section .link-content .inner-box .left h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 24px;
}

.hiring-perks-section .link-content .inner-box .hex-logo {
  position: absolute;
  left: 0;
  top: -70px;
  max-width: 512px;
  opacity: 0.7;
  z-index: -1;
}

.hiring-perks-section .link-content .inner-box:nth-of-type(2n + 1) .hex-logo {
  left: auto;
  right: 0;
}

.hiring-perks-section .link-content .inner-box .icon {
  width: 61px;
  height: 71px;
  margin: 0 0 10px;
  background: url(../../images/hex-dual-purple.svg) no-repeat center / contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiring-perks-section .link-content .inner-box .icon img {
  max-height: 30px;
}

.hiring-perks-section .link-content .inner-box .icon img {
  display: block;
  margin: 0 auto;
  transition: 400ms;
}

.hiring-perks-section .link-content .inner-box .title {
  width: 100%;
}

.hiring-perks-section .link-content .inner-box .title h3 {
  margin: 0 0 24px;
  line-height: 1;
}

.hiring-perks-section .link-content .inner-box .right {
  width: 100%;
}

.hiring-perks-section .link-content .ul-arrow ul {
  font-weight: 500;
  margin: 0;
}

.hiring-perks-section .link-content.blue .ul-arrow ul li::before {
  background: url(../../images/ul_arrow_icon_blue.svg) no-repeat center /
    contain;
}

.hiring-perks-section .link-content.green .ul-arrow ul li::before {
  background: url(../../images/ul_arrow_icon_green.svg) no-repeat center /
    contain;
}

.hiring-perks-section .link-content .inner.bottom {
  margin: 50px 0 0;
}

.hiring-perks-section
  .link-content.pink
  .inner.bottom
  .ul-check-arrow
  ul
  li::before {
  background: url(../../images/hex_check_icon_pink.svg) no-repeat center /
    contain;
}

.hiring-perks-section
  .link-content.green
  .inner.bottom
  .ul-check-arrow
  ul
  li::before {
  background: url(../../images/hex_check_icon_green.svg) no-repeat center /
    contain;
}

.hiring-perks-section .link-content.image-left .inner:not(.bottom) {
  flex-direction: row-reverse;
}

.hiring-perks-section .link-content .inline-list ul {
  column-gap: 30px;
  row-gap: 15px;
}

.hiring-perks-section .link-content .inline-list .hex-logo {
  left: auto;
  right: 0;
}

.hiring-perks-section .portfolio-cta-section {
  padding: 35px 0;
  background-color: var(--white);
}

.hiring-perks-section .portfolio-cta-section .portfolio-cta {
  max-width: 1320px;
  margin: 0 auto;
}

.for-desktop {
  display: none;
}

.hiring-perks-section .portfolio-cta-section.portfolio-cta-secondary .first,
.hiring-perks-section .portfolio-cta-section.portfolio-cta-secondary .last {
  display: none;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .left-part {
  width: 100%;
  margin: 0 0 30px;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .left-part
  .title-part
  h2 {
  margin-bottom: 0;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .inner {
  border-radius: 23px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
  justify-content: center;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .inner.blur-ele {
  z-index: 2;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .inner.blur-ele:before {
  opacity: 0.5;
  width: 538px;
  height: 388px;
  top: -154px;
  right: 96px;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .inner.blur-ele:after {
  opacity: 0.5;
  width: 489px;
  height: 273px;
  left: -66px;
  bottom: -196px;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .button-2 {
  display: flex;
  margin: 0 auto;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .button-2
  .swirl-image {
  margin-right: 30px;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .inner
  .hex-logo {
  content: "";
  position: absolute;
  top: 112px;
  right: -10px;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .button-2
  .icon-dv {
  background-position: -64px -108px;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .button-2:hover
  .icon-dv {
  background-position: -19px -108px;
}

.hiring-perks-section
  .portfolio-cta-section.portfolio-cta-secondary
  .portfolio-cta
  .button-2
  .swirl-image {
  display: none;
}

.hiring-perks-section .method-tab ul {
  display: inline-flex;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  gap: 25px;
  padding: 0 28px;
  border-bottom: 1px solid var(--dark);
}

.hiring-perks-section .method-tab ul li a {
  text-decoration: none;
  font-size: 22px;
  color: var(--dark);
  font-weight: 700;
  line-height: 1.3;
  display: block;
  padding-bottom: 30px;
  font-family: var(--poppins);
  position: relative;
  white-space: nowrap;
}

.hiring-perks-section .method-tab ul li.active a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: var(--PrimaryGreen);
  bottom: -6px;
}

.hiring-perks-section .link-content-wrapper {
  border-radius: 24px;
}

@media (min-width: 768px) {
  .hiring-perks-section .link-content .inner-box .icon {
    margin: 0 30px 0 0;
  }

  .hiring-perks-section .link-content .inner-box .title {
    width: calc(100% - 91px);
  }

  .hiring-perks-section .link-content .inline-list ul li {
    margin: 0;
  }

  .hiring-perks-section .link-content .inner .right .image-block {
    height: 40vw;
  }
  .hiring-perks-section .portfolio-cta-section {
    padding: 50px 0;
  }
  .hiring-perks-section {
    padding: 50px 0 0;
    margin-top: 50px;
  }
  .for-mobile {
    display: none;
  }

  .for-desktop {
    display: flex;
  }

  .hiring-perks-section
    .portfolio-cta-section.portfolio-cta-secondary
    .portfolio-cta
    .inner {
    border-radius: 23px;
    padding: 37px 40px;
    text-align: center;
    justify-content: center;
    gap: 30px 0;
  }
  .hiring-perks-section
    .portfolio-cta-section.portfolio-cta-secondary
    .left-part {
    margin-bottom: 00;
  }

  .hiring-perks-section
    .portfolio-cta-section.portfolio-cta-secondary
    .portfolio-cta
    .button-2
    .swirl-image {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .hiring-perks-section .link-content {
    padding: 20px 40px 40px;
  }

  .hiring-perks-section .link-content .inner-box {
    padding: 40px;
  }

  .hiring-perks-section .link-content .inner-box:not(:last-of-type) {
    margin: 0 0 50px;
  }

  .hiring-perks-section .link-content .ul-arrow ul {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }

  .hiring-perks-section .link-content .inner.bottom .right {
    max-width: 650px;
  }

  .hiring-perks-section .link-content.image-left .inner:not(.bottom) .left {
    margin: 0 0 0 50px;
  }

  .hiring-perks-section .link-content-wrapper > .title-part {
    padding: 30px 0 20px;
  }
  .hiring-perks-section .section-links {
    margin: 50px 0 70px;
  }
}

@media (min-width: 1200px) {
  .hiring-perks-section .link-content {
    padding: 20px 50px 50px;
    border-radius: 0 0 24px 24px;
  }

  .hiring-perks-section .link-content .inner {
    margin: 0 0 50px;
  }

  .hiring-perks-section .link-content .inner .left {
    width: 50%;
    margin: 0 30px 0 0;
  }

  .hiring-perks-section .link-content .inner .right {
    width: calc(50% - 50px);
  }

  .hiring-perks-section .link-content .inner .right .image-block {
    height: 30vw;
  }

  .hiring-perks-section .link-content .inner-box .left {
    width: 50%;
    margin: 0 30px 0 0;
  }

  .hiring-perks-section .link-content .inner-box .right {
    width: calc(50% - 30px);
  }

  .hiring-perks-section .link-content-wrapper > .title-part h2 {
    font-size: 36px;
    line-height: 1.5;
  }

  .hiring-perks-section .link-content .inner-box {
    padding: 40px;
  }

  .hiring-perks-section
    .portfolio-cta-section.portfolio-cta-secondary
    .left-part {
    max-width: 610px;
  }

  .hiring-perks-section
    .portfolio-cta-section.portfolio-cta-secondary
    .button-2 {
    width: auto;
  }
  .hiring-perks-section .portfolio-cta-section {
    padding: 100px 0;
  }
  .hiring-perks-section
    .portfolio-cta-section.portfolio-cta-secondary
    .portfolio-cta
    .inner {
    text-align: left;
    justify-content: space-between;
  }
}

@media (min-width: 1430px) {
  .hiring-perks-section {
    padding: 75px 0 0;
    margin-top: 75px;
  }

  .hiring-perks-section .link-content-wrapper > .title-part {
    padding: 70px 0 50px;
  }
  .hiring-perks-section .link-content .inner {
    margin: 0 0 70px;
  }

  .hiring-perks-section .section-links {
    margin: 60px 0 100px;
  }
  .hiring-perks-section .link-content .inner-box {
    padding: 70px;
  }
  .hiring-perks-section
    .portfolio-cta-section.portfolio-cta-secondary
    .left-part {
    margin-bottom: 0;
  }
  .hiring-perks-section .link-content {
    padding: 20px 70px 70px;
  }

  .hiring-perks-section
    .portfolio-cta-section.portfolio-cta-secondary
    .portfolio-cta
    .button-2 {
    margin: unset;
  }

  .hiring-perks-section
    .portfolio-cta-section.portfolio-cta-secondary
    .portfolio-cta
    .inner {
    text-align: unset;
  }
  .hiring-perks-section .method-tab ul {
    gap: 60px;
  }
  .hiring-perks-section .portfolio-cta-section {
    padding: 150px 0;
  }
}

@media (min-width: 1660px) {
  .hiring-perks-section .link-content .inner .left {
    width: 715px;
    margin: 0 70px 0 0;
  }

  .hiring-perks-section .link-content .inner .right {
    width: calc(100% - 750px);
    max-width: 650px;
  }

  .hiring-perks-section .link-content .inner .right .image-block {
    width: 650px;
    height: 400px;
  }

  .hiring-perks-section .link-content .inner-box .left {
    max-width: 710px;
    margin: 0 30px 0 0;
  }

  .hiring-perks-section .link-content .inner-box .right {
    width: calc(100% - 740px);
    max-width: 610px;
    margin: 0 0 0 auto;
  }
}
