/* Section # 1 */
.careers1 {
  padding: 80px 0;
  background: url("../images/bg-careers1-lg.svg") no-repeat;
  background-position: center right;
  background-size: cover;
  overflow: hidden;
}
.careers1 .content {
  width: 720px;
}
.careers1 .content .heading {
  font-size: var(--fs-56);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.2;
  letter-spacing: -1.12px;
  margin-bottom: 24px;
}
.careers1 .content .heading span {
  font-weight: var(--fw-600);
}
.careers1 .content .desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
}
/* Section # 1 */

/* Section # 2 */
.careers2 {
  padding: 80px 0 60px;
}
.careers2 .sec-heading {
  max-width: 860px;
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  margin: 0 auto 20px;
}
.careers2 .sec-heading span {
  font-weight: var(--fw-600);
}
.careers2 .desc {
  max-width: 860px;
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--black);
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
.careers2 .swiper {
  margin-top: 64px;
  padding: 0 16px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: grab;
}
.careers2 .swiper .swiper-wrapper {
  align-items: center;
}
.careers2 .swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.careers2 .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 2px;
  background-color: var(--gray-200);
}
.careers2 .swiper .swiper-slide img {
  display: inline-block;
  width: auto;
  max-width: 280px;
  height: 40px;
}
/* Section # 2 */

/* Section # 3 */
.careers3 {
  padding: 80px 0 100px;
}
.careers3 .sec-heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  margin-bottom: 64px;
}
.careers3 .dtd-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 80px;
  column-gap: 16px;
}
.careers3 .dtd-list .item {
  width: calc(33.33% - 10.67px);
  text-align: center;
}
.careers3 .dtd-list .item .icon {
  width: 36px;
  height: 36px;
  margin-bottom: 36px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.07)) drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.06)) drop-shadow(3px 12px 7px rgba(0, 0, 0, 0.03)) drop-shadow(5px 21px 9px rgba(0, 0, 0, 0.01))
    drop-shadow(7px 33px 9px rgba(0, 0, 0, 0));
}
.careers3 .dtd-list .item:nth-child(3) .icon,
.careers3 .dtd-list .item:nth-child(7) .icon {
  filter: drop-shadow(7px 33px 9px rgba(0, 0, 0, 0)) drop-shadow(5px 21px 9px rgba(0, 0, 0, 0.01)) drop-shadow(3px 12px 7px rgba(0, 0, 0, 0.03)) drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.06))
    drop-shadow(0 1px 3px rgba(0, 0, 0, 0.07));
}
.careers3 .dtd-list .item .title {
  font-size: var(--fs-24);
  font-weight: var(--fw-600);
  color: var(--gray-900);
  line-height: 1.25;
}
/* Section # 3 */

/* Section # 4 */
.careers4 {
  padding: 64px 0 100px;
}
.careers4 .nr-accordion-flex .row-item:nth-of-type(1) .vector {
  width: 680px;
  height: auto;
  position: absolute;
  top: -110px;
  right: 0;
}
.careers4 .nr-accordion-flex .row-item:nth-of-type(2) .vector {
  width: 660px;
  height: auto;
  position: absolute;
  top: -20px;
  left: 0;
}
/* Section # 4 */

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .careers1 {
    padding: 72px 0;
  }
  .careers1 .content {
    width: 640px;
  }
  .careers1 .content .heading {
    font-size: var(--fs-48);
    margin-bottom: 20px;
  }
  .careers1 .content .desc {
    font-size: var(--fs-18);
  }

  .careers2 {
    padding: 72px 0 48px;
  }
  .careers2 .sec-heading {
    max-width: 740px;
    font-size: var(--fs-44);
  }
  .careers2 .desc {
    max-width: 740px;
    font-size: var(--fs-18);
  }
  .careers2 .swiper {
    margin-top: 56px;
  }
  .careers2 .swiper .swiper-slide::after {
    right: -27px;
    height: 28px;
  }
  .careers2 .swiper .swiper-slide img {
    max-width: 240px;
    height: 36px;
  }

  .careers3 {
    padding: 72px 0 80px;
  }
  .careers3 .sec-heading {
    font-size: var(--fs-44);
    margin-bottom: 56px;
  }
  .careers3 .dtd-list {
    row-gap: 64px;
  }
  .careers3 .dtd-list .item .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 32px;
  }
  .careers3 .dtd-list .item .title {
    font-size: var(--fs-22);
  }

  .careers4 {
    padding: 48px 0 80px;
  }
  .careers4 .nr-accordion-flex .row-item:nth-of-type(1) .vector {
    width: 600px;
    top: -100px;
  }
  .careers4 .nr-accordion-flex .row-item:nth-of-type(2) .vector {
    width: 560px;
  }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .careers1 {
    padding: 60px 0;
  }
  .careers1 .content {
    width: 530px;
  }
  .careers1 .content .heading {
    font-size: var(--fs-42);
    margin-bottom: 16px;
  }
  .careers1 .content .desc {
    font-size: var(--fs-16);
  }

  .careers2 {
    padding: 64px 0 48px;
  }
  .careers2 .sec-heading {
    max-width: 660px;
    font-size: var(--fs-40);
    margin: 0 auto 16px;
  }
  .careers2 .sec-heading span {
    font-weight: var(--fw-600);
  }
  .careers2 .desc {
    max-width: 680px;
    font-size: var(--fs-16);
  }
  .careers2 .swiper {
    margin-top: 48px;
  }
  .careers2 .swiper .swiper-slide::after {
    right: -23px;
    height: 24px;
  }
  .careers2 .swiper .swiper-slide img {
    max-width: 200px;
    height: 32px;
  }

  .careers3 {
    padding: 56px 0 72px;
  }
  .careers3 .sec-heading {
    font-size: var(--fs-40);
    margin-bottom: 48px;
  }
  .careers3 .dtd-list {
    row-gap: 60px;
    column-gap: 12px;
  }
  .careers3 .dtd-list .item {
    width: calc(33.33% - 8px);
  }
  .careers3 .dtd-list .item .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 28px;
  }
  .careers3 .dtd-list .item .title {
    font-size: var(--fs-18);
  }

  .careers4 {
    padding: 48px 0 72px;
  }
  .careers4 .nr-accordion-flex .row-item:nth-of-type(1) .vector {
    width: 480px;
    top: -80px;
    right: -35px;
  }
  .careers4 .nr-accordion-flex .row-item:nth-of-type(2) .vector {
    width: 460px;
    top: -15px;
    left: -20px;
  }
}

@media screen and (max-width: 767.98px) {
  .careers1 {
    padding: 24px 0 48px;
    background: url("../images/bg-careers1-sm.svg") no-repeat;
    background-position: center center;
  }
  .careers1 .content {
    width: 100%;
  }
  .careers1 .content .heading {
    font-size: var(--fs-32);
    line-height: 1.25;
    letter-spacing: -0.64px;
    margin-bottom: 16px;
  }
  .careers1 .content .desc {
    font-size: var(--fs-16);
  }

  .careers2 {
    padding: 40px 0 40px;
  }
  .careers2 .sec-heading {
    max-width: 100%;
    font-size: var(--fs-28);
    letter-spacing: -0.64px;
    margin: 0 auto 16px;
  }
  .careers2 .desc {
    max-width: 100%;
    font-size: var(--fs-16);
  }
  .careers2 .swiper {
    margin-top: 32px;
    padding: 0 12px;
  }
  .careers2 .swiper .swiper-slide::after {
    right: -12px;
    height: 20px;
    width: 1px;
  }
  .careers2 .swiper .swiper-slide img {
    max-width: 160px;
    height: 24px;
  }

  .careers3 {
    padding: 40px 0 48px;
  }
  .careers3 .sec-heading {
    font-size: var(--fs-32);
    letter-spacing: -0.48px;
    margin-bottom: 40px;
  }
  .careers3 .dtd-list {
    row-gap: 48px;
    column-gap: 12px;
  }
  .careers3 .dtd-list .item {
    width: calc(50% - 6px);
  }
  .careers3 .dtd-list .item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }
  .careers3 .dtd-list .item .title {
    font-size: var(--fs-16);
  }

  .careers4 {
    padding: 40px 0 12px;
    overflow: hidden;
  }
  .careers4 .nr-accordion-flex {
    row-gap: 0;
  }
  .careers4 .nr-accordion-flex .row-item:nth-of-type(1) .vector {
    display: none;
  }
  .careers4 .nr-accordion-flex .row-item:nth-of-type(2) .vector {
    width: 130%;
    position: relative;
    top: 25px;
    left: -16%;
  }
}
