.history-layout {
  color: #fff;
  z-index: 0;
}

header {
  margin: 0;
}

time, p {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

small {
  letter-spacing: .01em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

video {
  z-index: 0;
  position: absolute;
  left: 0;
}

@media (max-width: 1079px) {
  video {
    height: 100%;
  }
}

@media (min-width: 1080px) and (max-width: 2600px) {
  video {
    min-width: 100%;
    min-height: 100%;
  }
}

@media (min-width: 900px) {
  .sb-hr {
    max-width: 700px;
  }
}

.flex-column {
  flex-flow: column wrap;
}

@media (min-width: 760px) {
  .flex-column {
    display: flex;
  }
}

.section {
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: 100%;
  min-height: 100%;
  transition: opacity .3s ease-out;
  overflow: hidden;
}

@media (min-width: 760px) {
  .section {
    background-position: center;
  }
}

.section:after {
  content: "";
  background: #fffc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 20px;
}

@media (min-width: 760px) {
  .section:after {
    left: 50%;
    right: auto;
  }
}

.section:first-child:after, .section:last-child:after {
  display: none;
}

.section__founder {
  background-image: url("/fa/min/assets/section-founders-mobile-bg-5b142c2c.jpg");
  background-position-y: 0;
}

@media (min-width: 800px) {
  .section__founder {
    background-image: url("/fa/min/assets/section-founders-bg-3624e87c.jpg");
    min-height: 100vh;
  }
}

.section__shavee {
  background-image: url("/fa/min/assets/section-shavee-bg-f4be320e.jpg");
  background-position-x: -350px;
}

@media (min-width: 760px) and (max-width: 768px) {
  .section__shavee {
    background-position-x: -600px;
  }
}

@media (min-width: 769px) {
  .section__shavee {
    background-position-x: center;
  }
}

.section__event {
  background-image: url("/fa/min/assets/section-event-bg-20726217.jpg");
  background-position-x: center;
}

@media (min-width: 280px) and (max-width: 768px) {
  .section__event {
    background-position-x: -150px;
  }
}

@media (min-width: 769px) and (max-width: 2600px) {
  .section__event {
    background-position-x: 0;
  }
}

.section__lab {
  background-image: url("/fa/min/assets/section-lab-mobile-bg-a0a0decf.jpg");
  background-position-x: center;
}

@media (min-width: 760px) and (max-width: 800px) {
  .section__lab {
    background-image: url("/fa/min/assets/section-lab-desktop-tablet-bg-a81c4f36.jpg");
  }
}

@media (max-width: 479px) {
  .section__lab {
    background-position-x: -650px;
  }
}

.section__lab figure {
  margin: 0;
}

.section__lab figcaption .doctors-name {
  letter-spacing: .01em;
  text-align: right;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

.section__hug {
  background-image: url("/fa/min/assets/section-hug-bg-94c7f1fd.jpg");
  background-position-x: center;
}

@media (min-width: 760px) and (max-width: 768px) {
  .section__hug {
    background-position-x: -600px;
  }
}

@media (min-width: 769px) {
  .section__hug {
    background-position-x: center;
  }
}

.section__hug .item__right:after {
  content: "";
  background: #fffc;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 760px) {
  .section__hug .item__right:after {
    display: none;
  }
}

@media (max-width: 759px) {
  .section__hug.section:after {
    top: auto;
    bottom: 40px;
  }

  .section__hug .section-container:after {
    content: "";
    background: #fffc;
    width: 1px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}

.section__video {
  text-align: center;
  background-image: url("/fa/min/assets/section-video-fallback-bg-d9151aef.jpg");
  background-position-x: -300px;
  position: relative;
}

@media (min-width: 760px) {
  .section__video {
    min-height: 100%;
    max-height: 800px;
  }
}

@media (min-width: 1080px) {
  .section__video {
    background-position-x: center;
  }
}

.section__video time {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 4px;
  min-width: 200px;
  margin: 0 0 0 -100px;
  padding: 18px 36px;
  line-height: 1.15em;
  position: absolute;
  top: 10%;
  left: 50%;
}

.section__video time:before {
  content: "";
  background: #fffc;
  width: 1px;
  height: 200%;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.section__video .sbf-button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.section__video .sbf-button:hover, .section__video .sbf-button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.section__video .sbf-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.section__video .sbf-button.disabled, .section__video .sbf-button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.section__video .sbf-button.disabled:hover, .section__video .sbf-button.disabled:focus, .section__video .sbf-button[disabled]:hover, .section__video .sbf-button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.section__video .sbf-button {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.section-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0 15px;
}

@media (min-width: 280px) and (max-width: 759px) {
  .section-container {
    padding: 48px 0 40px;
  }
}

@media (min-width: 760px) and (max-width: 1080px) {
  .section-container {
    padding: 48px 30px 15px;
  }
}

@media (min-width: 760px) {
  .section__item {
    width: 50%;
  }
}

.flex-start {
  align-self: flex-start;
  margin: 0 20px;
  padding: 20px 20px 20px 0;
}

.flex-end {
  align-self: flex-end;
  margin: 0 20px;
  padding: 20px 20px 20px 0;
}

@media (min-width: 760px) {
  .item__left {
    margin: 0;
    padding: 20px;
  }
}

.item__left-first {
  border-top: 0;
  border-bottom: 0;
  padding: 20px 20px 34px;
}

.item__left-first:after {
  content: "";
  background: #fffc;
  width: 1px;
  height: 400%;
  position: absolute;
  top: 100%;
  right: 0;
}

@media (min-width: 760px) {
  .item__left-first:after {
    right: -1px;
  }

  .item__left-first {
    border-bottom: 1px solid #fffc;
  }
}

.item__right:before {
  content: "";
  background: #fffc;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 760px) {
  .item__right {
    border-top: 1px solid #fffc;
    border-bottom: 0;
    margin: 0;
    padding: 30px 0 5px 33px;
  }

  .item__right:before {
    display: none;
  }
}

.item__right-first {
  border-top: 1px solid #fffc;
}

@media (min-width: 760px) {
  .item__right-first {
    border: 0;
    margin: 0;
  }
}

.item__right-first:before {
  display: none;
}

.item__center {
  z-index: 2;
  padding: 110px 12px 68px;
}

.item__center time {
  letter-spacing: -.0075em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.125;
}

.item__center p:first-of-type {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .item__center p:first-of-type {
    letter-spacing: -.0015em;
    padding: 0 0 0 5px;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.item__center h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 60px 0 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.125;
}

@media (min-width: 760px) {
  .item__center h2 {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 80px 0 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

.item__center h3 {
  letter-spacing: -.015em;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .item__center h3 {
    letter-spacing: -.025em;
    margin: 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section__item__header-left {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section__item__header-left {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.125em;
    font-weight: 700;
    line-height: 1.1;
  }
}

.section__item__header-right {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section__item__header-right {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.16667;
  }
}

.section__item__header-left, .section__item__header-right {
  margin: 0 0 6px;
}

.section__shavee .item__left, .section__event .item__left, .section__lab .item__left, .section__hug .item__left {
  border-top: 1px solid #fffc;
}

@media (min-width: 760px) {
  .section__shavee .section-container, .section__event .section-container, .section__lab .section-container, .section__hug .section-container {
    padding-top: 90px;
  }

  .section__shavee .item__left, .section__event .item__left, .section__lab .item__left, .section__hug .item__left {
    padding-top: 40px;
  }
}

.video-overlay {
  z-index: 1;
  background: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-container_page-width {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .section-container_page-width {
    width: 100%;
  }
}
