.s-bootcamps {
  position: relative;
  z-index: 2;
  margin: var(--section-spacing-sm) 0;
}
@media only screen and (max-width: 767px) {
  .s-bootcamps {
    padding-bottom: 1.25rem;
    border-bottom: 3px solid var(--color-black);
  }
}
.s-bootcamps .s__top {
  position: relative;
  z-index: 2;
  margin: -5rem 0 0;
  padding: 5rem 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .s-bootcamps .s__top:after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    z-index: 10;
    display: block;
    width: 100vw;
    height: 3px;
    background: var(--color-black);
    content: "";
  }
}
.s-bootcamps .s__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 1;
  will-change: auto;
}
@media only screen and (max-width: 1280px) {
  .s-bootcamps .s__header {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 987px) {
  .s-bootcamps .s__header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1em;
  }
}
.s-bootcamps .s__title {
  position: relative;
  z-index: 2;
  margin: 0 calc(1 * var(--grid-column-width) + 2 * var(--grid-gutter-width)) 0
    0;
  width: calc(6 * var(--grid-column-width) + 5 * var(--grid-gutter-width));
  transform: translate3d(
    0,
    calc((1 - min(var(--smooth-progress) * 1, 1)) * 100%),
    0
  );
}
@media only screen and (max-width: 1530px) {
  .s-bootcamps .s__title {
    width: calc(7 * var(--grid-column-width) + 6 * var(--grid-gutter-width));
  }
}
@media only screen and (max-width: 1280px) {
  .s-bootcamps .s__title {
    margin-right: auto;
    width: calc(8 * var(--grid-column-width) + 7 * var(--grid-gutter-width));
  }
}
@media only screen and (max-width: 987px) {
  .s-bootcamps .s__title {
    margin: 0;
    width: auto;
  }
}
.s-bootcamps .s__intro {
  position: relative;
  z-index: 3;
  margin: 1.75em 0 0;
  max-width: 17.5em;
  transform: translate3d(
    0,
    calc((1 - min(var(--smooth-progress) * 1, 1)) * 500%),
    0
  );
}
@media only screen and (max-width: 987px) {
  .s-bootcamps .s__intro {
    margin-top: 1em;
    max-width: 22.5em;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .s__intro {
    color: var(--color-text);
    font-size: var(--font-size-t-sm);
  }
}
.s-bootcamps .s__price {
  margin: 1.3334em 0;
}
.s-bootcamps .s__bootcamps {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .s-bootcamps .s__bootcamps {
    z-index: 1;
  }
}
.s-bootcamps .sb-bootcamp {
  --bootcamp-color: var(--color-brand-7);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .s-bootcamps .sb-bootcamp {
    font-size: var(--font-size-t-sm);
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp {
    margin: 0.5556rem calc(var(--container-offset) * -0.25);
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp:last-child {
    margin-bottom: 0;
  }
}
.s-bootcamps .sb-bootcamp .sb__title,
.s-bootcamps .sb-bootcamp .sb__dates,
.s-bootcamps .sb-bootcamp .sb__seats,
.s-bootcamps .sb-bootcamp .sb__city,
.s-bootcamps .sb-bootcamp .sb__btn-apply,
.s-bootcamps .sb-bootcamp .sb__arrow {
  position: relative;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
.s-bootcamps .sb-bootcamp .sb__title {
  width: calc(2.5 * var(--grid-column-width) + 1.5 * var(--grid-gutter-width));
}
@media only screen and (max-width: 1280px) {
  .s-bootcamps .sb-bootcamp .sb__title {
    font-size: 1.1111em;
  }
}
@media only screen and (max-width: 987px) {
  .s-bootcamps .sb-bootcamp .sb__title {
    order: 1;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp .sb__title {
    width: 50%;
  }
}
.s-bootcamps .sb-bootcamp .sb__dates,
.s-bootcamps .sb-bootcamp .sb__city,
.s-bootcamps .sb-bootcamp .sb__seats {
  position: relative;
  padding-left: 1rem;
}
.s-bootcamps .sb-bootcamp .sb__dates:before,
.s-bootcamps .sb-bootcamp .sb__city:before,
.s-bootcamps .sb-bootcamp .sb__seats:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translate3d(0, -52.5%, 0);
  content: "";
}
.s-bootcamps .sb-bootcamp .sb__city {
  padding-left: calc(13px + 0.4em);
  width: calc(2.5 * var(--grid-column-width) + 1.5 * var(--grid-gutter-width));
}
@media only screen and (max-width: 987px) {
  .s-bootcamps .sb-bootcamp .sb__city {
    order: 4;
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .s-bootcamps .sb-bootcamp .sb__city {
    order: 4;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp .sb__city {
    width: 50%;
  }
}
.s-bootcamps .sb-bootcamp .sb__city:before {
  width: 13px;
  height: 16px;
  background-image: url("/wp-content/themes/nod/static/images/icon-location.svg");
}
.s-bootcamps .sb-bootcamp .sb__dates {
  padding-left: calc(15px + 0.4em);
  width: calc(3 * var(--grid-column-width) + 2 * var(--grid-gutter-width));
}
@media only screen and (max-width: 1280px) {
  .s-bootcamps .sb-bootcamp .sb__dates {
    font-size: 1.1111em;
  }
}
@media only screen and (max-width: 987px) {
  .s-bootcamps .sb-bootcamp .sb__dates {
    order: 3;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .s-bootcamps .sb-bootcamp .sb__dates {
    order: 3;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp .sb__dates {
    width: 50%;
  }
}
.s-bootcamps .sb-bootcamp .sb__dates:before {
  width: 15px;
  height: 14px;
  background-image: url("/wp-content/themes/nod/static/images/icon-date.svg");
}
.s-bootcamps .sb-bootcamp .sb__seats {
  padding-left: calc(12.9px + 0.4em);
  width: calc(3 * var(--grid-column-width) + 2 * var(--grid-gutter-width));
}
@media only screen and (max-width: 987px) {
  .s-bootcamps .sb-bootcamp .sb__seats {
    order: 2;
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .s-bootcamps .sb-bootcamp .sb__seats {
    order: 2;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp .sb__seats {
    width: 50%;
  }
}
.s-bootcamps .sb-bootcamp .sb__seats:before {
  width: 12.9px;
  height: 15px;
  background-image: url("/wp-content/themes/nod/static/images/icon-seat.svg");
}
.s-bootcamps .sb-bootcamp .sb__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 0.7083rem 0;
}
@media only screen and (max-width: 987px) {
  .s-bootcamps .sb-bootcamp .sb__link {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .s-bootcamps .sb-bootcamp .sb__link {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp .sb__link {
    padding: 0.7083rem calc(var(--container-offset) * 0.25);
    background: var(--color-beige-dark);
    border-radius: 0.5556rem;
  }
}
.s-bootcamps .sb-bootcamp .sb__link:before {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 100vw;
  border-color: var(--color-black) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 3px 0;
  transform: translate3d(-50%, 0, 0);
  content: "";
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp .sb__link:before {
    display: none;
  }
}
.s-bootcamps .sb-bootcamp a.sb__link:hover .sb__background {
  transform: scaleY(1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.s-bootcamps .sb-bootcamp .sb__arrow {
  display: none;
  width: 0.6em;
  height: auto;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp .sb__arrow {
    position: absolute;
    top: 50%;
    right: 1.1112rem;
    z-index: 2;
    display: block;
    transform: translate3d(0, -50%, 0);
  }
}
.s-bootcamps .sb-bootcamp .sb__btn-apply {
  display: block;
  width: 7em;
  text-align: center;
}
@media only screen and (max-width: 987px) {
  .s-bootcamps .sb-bootcamp .sb__btn-apply {
    position: absolute;
    top: 50%;
    right: 1.1112rem;
    z-index: 2;
    transform: translate3d(0, -50%, 0);
  }
}
@media only screen and (max-width: 767px) {
  .s-bootcamps .sb-bootcamp .sb__btn-apply {
    width: 6.5em;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp .sb__btn-apply {
    display: none;
  }
}
.s-bootcamps .sb-bootcamp .sb__background {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-color: var(--bootcamp-color);
  border-radius: inherit;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  will-change: transform;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .sb-bootcamp .sb__background {
    left: 0;
    width: 100%;
  }
}
.s-bootcamps .s__legal {
  display: block;
  margin: 1em 0 0;
  font-size: 16px;
}
.s-bootcamps .s__cta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .s-bootcamps .s__cta {
    justify-content: flex-start;
  }
}
.s-bootcamps .s__cta__btn {
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-bootcamps .s__cta__btn {
    width: 7.8em;
  }
}
@media only screen and (max-width: 767px) {
  .s-bootcamps--full {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.s-bootcamps--full .s__top {
  background: #fff;
}
.s-bootcamps--full .s__title,
.s-bootcamps--full .s__intro {
  transform: none;
}
.s-bootcamps--full .sb-bootcamp:first-child:before {
  border-top-color: var(--color-black);
  border-top-width: 3px;
}
.s-hero + .s-bootcamps {
  margin-top: 0;
}
.s-hero + .s-bootcamps .s__illus {
  background: #fff;
}
