.b-work-item-promo-illu {
  background-image: url(hero.jpg)
}

@media only screen and (min-width:1400px) {
  .b-work-item-promo-illu {
    background-image: url(hero-x2.jpg)
  }
}

.nat-section .case-info__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex
}

@media (max-width: 759px) {
  .nat-section .case-info__content-inner {
    display: block
  }
}

.nat-section .case-info__content-description {
  width: 33%;
  padding-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width: 759px) {
  .nat-section .case-info__content-description {
    width: 100%
  }
}

.nat-section .case-info__content-content {
  font-size: 3rem;
  line-height: 1.4
}

@media (max-width: 759px) {
  .nat-section .case-info__content-content {
    font-size: 1.6rem;
  }
}

.nat-section .case-info__content-description {
  width: 33%;
  padding-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width: 759px) {
  .nat-section .case-info__content-description {
    width: 100%
  }
}

.nat-section .case-info__subtitle {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 30px
}

@media (max-width: 759px) {
  .nat-section .case-info__subtitle {
    font-size: 2rem;
    margin-bottom: 10px
  }
}


.nat-slide {
  /*display: none;*/
  cursor: grab;
}

.nat-slide.active {
  display: inline-block;
}

.nat-nav {
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}

.nat-nav-item {
  display: inline-block;
  vertical-align: center;
  max-width: 60px;
  width: calc(33% - 20px);
  height: 3px;
  margin: 0px 10px;
  background: #ffffff;
  cursor: pointer;
}

.nat-nav-item.tns-nav-active {
  background: #EB3F43;
  pointer-events: none;
}

.nat-section {
  padding: 40px;
}

@media (max-width: 759px) {
  .nat-section {
    padding: 40px 20px;
  }
}

.nat-section .case-info__content-inner {
  padding: 40px 0px;
}

.nat-section-img {
  padding: 100px;
  background: #FAF9F7;
  text-align: center;
}

@media (max-width: 959px) {
  .nat-section-img {
    padding: 20px;
  }
}

.nat-section-img img {
  max-width: 100%;
}

.nat-section-text {
  font-size: 2.4rem;
  line-height: 140%;
  padding-top: 50px;
  padding-bottom: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 759px) {
  .nat-section-text {
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 10px;
    height: auto !important;
  }
}

.nat-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 959px) {
  .nat-section-container {
    display: block;
  }
}

.nat-section-half {
  width: calc(50% - 20px);
}

@media (max-width: 959px) {
  .nat-section-half {
    width: 100%;
  }
}

.nat-section-half:first-child {
  margin-right: 40px;
}

@media (max-width: 959px) {
  .nat-section-half:first-child {
    margin-right: 0px;
  }
}

.nat-section-mobile {
  padding: 45px;
  text-align: center;
  background: #FAF9F7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .nat-section-mobile {
    padding: 20px;
  }
}

.nat-section-mobile img {
  max-width: 100%;
}

.nat-section-description {
  padding-top: 85px;
  padding-bottom: 20px;
  font-size: 0;
}

@media (max-width: 759px) {
  .nat-section-description {
    padding-top: 25px;
  }
}

.nat-section-description-title {
  display: inline-block;
  vertical-align: top;
  font-size: 3.6rem;
  line-height: 45px;
  width: 450px;
}

@media (max-width: 959px) {
  .nat-section-description-title {
    font-size: 2.4rem;
    line-height: 28px;
    width: 300px;
  }
}

@media (max-width: 759px) {
  .nat-section-description-title {
    width: 100%;
  }
}

.nat-section-description-text {
  display: inline-block;
  vertical-align: top;
  font-size: 3rem;
  line-height: 42px;
  width: calc(100% - 450px);
}

@media (max-width: 959px) {
  .nat-section-description-text {
    font-size: 2rem;
    line-height: 24px;
    width: calc(100% - 300px);
  }
}

@media (max-width: 759px) {
  .nat-section-description-text {
    width: 100%;
  }
}

.nat-section {
  text-align: left;
}

.nat-section__container {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.nat-section__item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-inner {
  max-width: 100%;
  overflow: hidden;
}

.tns-controls,
.tns-liveregion {
  display: none;
}

@media (max-width: 1279px) {
  .case-info {
    text-align: left;
  }
}