/* Basic styling */

@import "../fonts/fonts.css";

* {
  box-sizing: border-box;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  margin: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  position: relative;
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.no-scrollbar {
  margin: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  position: relative;
  overflow-y: scroll;
}

.no-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.no-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}

.scrollbar {
  overflow: scroll;
}

.no-anim {
  animation: none !important;
}

iframe {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: black;
}

a[data-copy] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

a,
img {
  display: block;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.gotham {
  font-family: "Gotham";
  font-weight: 500;
  color: #171717;
}

.gotham-book {
  font-family: "Gotham Book";
  font-weight: 500;
  color: #171717;
}

.gotham-l {
  font-family: "Gotham";
  font-weight: 400;
  color: #171717;
}

.signifier {
  font-family: "Signifier";
  font-weight: 500;
  color: #171717;
}

.signifier-l {
  font-family: "Signifier";
  font-weight: 400;
  color: #171717;
}

.signifier-b {
  font-family: "Signifier";
  font-weight: 700;
  color: #171717;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-c {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.white {
  color: white;
}

.light-grey {
  color: #eaeaea;
}

section.with-background {
  position: relative;
}

section.with-background .content.with-video {
  position: relative;
  z-index: 3;
}

.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -2;
}

.separator {
  height: 2px;
  background: #c6c6c6;
  width: 50%;
  margin-top: 13px;
  margin-bottom: 70px;
}

.d-center,
.d-center-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-center-c {
  flex-direction: column;
}

.w50 {
  width: 50%;
}

.full-content {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-content: center;
}

.content-padding {
  padding-left: 135px;
  padding-right: 135px;
}

.content-padding-new {
  padding: 0 135pt;
}

.with-initial::first-letter {
  font-size: 363%;
  padding: 6px 3px;
  margin-top: 6px;
  margin-right: 6px;
  float: left;
  color: #3e3e40;
  font-family: "Signifier";
}

@-moz-document url-prefix() {
  .with-initial::first-letter {
    font-size: 425%;;
    margin-top: 1px;
  }
}

p.italic {
  font-family: "Signifier";
  font-style: italic;
}

.mg0 {
  margin: 0 auto;
}

.nowrap {
  white-space: nowrap;
}

.spacer20 {
  height: 20px;
}

.spacer40 {
  height: 40px;
}

.spacer80 {
  height: 80px;
}

.spacer120 {
  height: 120px;
}

.separator-c {
  height: 2px;
  background: #c6c6c6;
  width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

.side-menu-height {
  min-height: 516px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Page styling */

.content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 110px;
}

.hero-1 {
  height: 100vh;
  /*background: url("../img/hero-1-placeholder.jpg"); */
  background: url("../img/introHeroImage.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cls001 {
  margin-left: 9px;
}

.cls002 {
  margin-left: 20px;
  margin-right: 15px;
}

.cls003 {
  margin-right: 15px;
}

.cls004 {
  font-size: 120px;
  line-height: 130px;
  text-align: center;
}

.cls005 {
  font-size: 53px;
  text-align: center;
  margin-top: 20px;
}

.cls006 {
  font-size: 18px;
}

.scroll-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.cls007 {
  margin-bottom: 10px;
}

.hero-2 {
  height: 100vh;
  /* background: url("../img/hero-2-placeholder.jpg"); */
  background: url("../img/introDrMSingle-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cls008 {
  font-size: 44px;
  line-height: 56px;
}

.hero-3 {
  height: 100vh;
  /* background: url("../img/hero-2-placeholder.jpg"); */
  background: url("../img/hero-2-placeholder.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.introduction {
  /* height: 100vh; */
  position: relative;
  background: white;
}

.cls009 {
  max-width: 575pt;
  font-size: 16px;
  line-height: 24px;
}

.cls010 {
  height: 40px;
}

.side-menu {
  text-align: center;
  height: 516px;
  padding-right: 58px;
  border-right: 1px solid #a1a2a8;
  position: absolute;
  left: 82px;
  pointer-events: all;
}

.side-menu .d-center-c {
  max-height: 532px;
  justify-content: space-around;
  height: 100%;
}

.side-menu a {
  max-width: 141px;
  color: #a7a8af;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.side-menu a.active {
  color: #3e3e40;
}

.side-menu .side-arrow {
  position: absolute;
  right: 5px;
  top: calc(50% - 11px);
  padding: 5px;
  cursor: pointer;
}

.side-menu.collapsed .d-center-c {
  display: none;
}

.side-menu.collapsed .side-arrow {
  transform: scaleX(-1);
}

.cls011 {
  text-decoration: underline;
  font-weight: 600;
  display: inline;
}

.cls012 {
  max-width: 575pt;
  font-size: 24pt;
  line-height: 34pt;
}

.cls013 {
  font-size: 90pt;
  line-height: 100pt;
}

.cls014 {
  margin-top: 20pt;
  font-size: 40pt;
}

.chapter-1 {
  height: 100vh;
  background-image: url("../img/chapter-1-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content .right-top {
  justify-content: flex-end;
}

.cls015 {
  max-width: 550pt;
}

.cls016 {
  justify-content: space-between;
  height: 100vh;
  margin-top: -187px;
}

.cls017 {
  width: 100%;
  margin-bottom: 80px;
}

.cls018 {
  font-size: 18pt;
}

.chapter-1-content {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100vw;
  background: white;
}

.cls019 {
  font-size: 20pt;
  line-height: 27pt;
}

.cls020 {
  width: 100%;
  max-width: 769pt;
}

.cls021 {
  max-width: 769pt;
  width: 100%;
  text-align: center;
}

.cls022 {
  height: 140pt;
}

.cls023 {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  background: #3e3e40;
}

.cls024 {
  align-items: flex-start;
}

.cls025 {
  font-size: 12pt;
  font-family: "Gotham";
  color: #c37513;
  margin-bottom: 18pt;
}

.cls026 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Signifier";
  font-weight: 400;
  color: #3e3e40;
  margin-bottom: 18pt;
}

.cls027 {
  font-size: 14pt;
  font-family: "Gotham";
  font-weight: 500;
  color: #3e3e40;
  margin-top: 18.5pt;
  margin-bottom: 10.5pt;
  cursor: pointer;
}

.cls028 {
  margin-left: 15px;
}

.cls029 {
  align-items: flex-end;
}

.cls029 .chapter-1-patient-image {
  width: 334pt;
}

.cls030 {
  max-width: 410pt;
  margin-left: 24pt;
}

.chapter-2 {
  height: 100vh;
  background-image: url("../img/chapter-2-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cls032 {
  width: 100%;
  align-items: center;
  max-width: 870pt;
  margin-left: 133px;
}

.cls033 {
  height: 140pt;
}

.chapter-2-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
}

.cls034 {
  max-width: 770pt;
  font-size: 12pt;
  line-height: 18pt;
}

.cls035 {
  height: 40pt;
}

.cls036 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 18pt;
}

.cls037 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.cls038 {
  max-width: 370pt;
}

.cls039,
.cls039 img {
  width: 100%;
}

.cls040 {
  margin-top: 30pt;
  width: 100%;
  justify-content: flex-start;
}

.cls040 .cls024 {
  width: 100%;
}

.chapter-3 {
  height: 100vh;
  background-image: url("../img/chapter-3-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.chapter-3-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
}

.cls041 {
  height: 100%;
}

.cls042 {
  max-width: 970pt;
  width: 100%;
  align-items: flex-start;
  padding-left: 50px;
}

.cls043 {
  max-width: 570pt;
  font-size: 12pt;
  line-height: 18pt;
}

.cls044 {
  margin: 0;
  width: 100%;
  max-width: 830pt;
}

.cls045 {
  max-width: 830pt;
  font-size: 20pt;
  line-height: 26pt;
}

.cls046 {
  height: 100pt;
}

.cls047 {
  text-decoration: underline;
  letter-spacing: 0.78px;
  color: #3e3e40;
}

.cls048 {
  height: 85pt;
}

.cls049 {
  width: 100%;
}

.cls050 {
  height: 142pt;
}

.cls051 {
  font-size: 16pt;
  line-height: 23pt;
}

.cls052 {
  width: 100%;
  justify-content: space-between;
  max-width: 870pt;
  align-items: flex-start;
}

.cls053 {
  max-width: 370pt;
  font-size: 12pt;
  line-height: 18pt;
}

.chapter-4 {
  height: 100vh;
  background-image: url("../img/chapter-4-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cls054 {
  max-width: 600pt;
}

.chapter-4-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
}

.cls055 {
  width: 100%;
  max-width: 870pt;
  align-items: flex-end;
  margin-left: 133px;
}

.cls056 {
  height: 132pt;
}

.cls057 {
  height: 104pt;
}

.cls058 {
  font-size: 16pt;
  line-height: 23pt;
  max-width: 870pt;
  padding-right: 133px;
}

.cls059 {
  width: 100%;
  max-width: 769pt;
}

.cls060 {
  margin: unset;
  margin-top: 100pt;
  align-self: flex-start;
}

.cls061 {
  max-width: 870pt;
  text-align: center;
  padding-right: 133px;
}

.cls062 {
  max-width: 563pt;
  align-self: flex-start;
  margin-left: 133px;
}

.cls063 {
  width: 100%;
  max-width: 870pt;
  justify-content: space-between;
  margin-left: 133px;
  padding-right: 133px;
}

.cls063 .cls030,
.cls063 .cls024 {
  width: 100%;
}

.chapter-5 {
  height: 100vh;
  background-image: url("../img/chapter-5-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.chapter-5-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
  /* min-height: 100vh; */
}

.cls064 {
  max-width: 668pt;
}

.cls065 {
  min-height: 516px;
}

.end-section {
  z-index: 3;
  position: relative;
  margin-bottom: -100px;
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(180deg, white 50%, #eaeaea 50%);
}

.end-section > .content {
  max-width: 1000pt;
  width: 100%;
  margin-right: 135pt;
}

.end-section-content {
  background: #eaeaea;
  padding-top: 100px;
  z-index: 2;
}

.cls066 {
  background: url("../img/end-section-background-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding-top: 38pt;
  padding-bottom: 16pt;
}

.cls067 {
  max-width: 842pt;
  text-align: center;
  color: white;
}

.cls068 {
  margin-top: 18pt;
}

.cls069 {
  max-width: 970pt;
  align-items: flex-start;
  margin-left: 133px;
  padding-left: 133px;
}

.cls070 {
  margin-top: 0;
  margin-bottom: 6pt;
  width: 84pt;
}

.custom-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12pt 30pt 16pt 30pt;
  background: white;
  border: 2pt solid #c6c6c6;
  border-radius: 3pt;
  width: 100%;
  margin-top: 60pt;
  max-width: 830pt;
  outline: none;
}

.icon-arrow-down {
  height: 100%;
}

.cls071,
.cls072 {
  padding-bottom: 200pt;
  min-height: 546pt;
  align-items: flex-end;
}

.cls071 {
  background: #162c4a;
}

.cls071 .separator {
  background: #c37513;
  width: 100%;
}

.cls071 > div,
.cls072 > div {
  max-width: 420pt;
}

.cls072 > div {
  align-items: flex-start;
}

.cls072 {
  color: black;
}

.cls073, .cls074 {
  background: #c37513;
}

.cls075 {
  font-size: 24pt;
  line-height: 34pt;
  text-align: center;
}

.cls076 {
  font-size: 12pt;
}

.footer-form {
  width: 100%;
}

.footer-form input {
  flex-grow: 1;
  height: 62px;
  width: 100%;
  background: #eaeaea;
  border: none;
  border-top-left-radius: 3pt;
  border-bottom-left-radius: 3pt;
  font-family: "Gotham Book";
  color: #676769;
  padding: 0 16pt;
  font-size: 16px;
  outline: none;
}

.footer-form input.button {
  height: 62px;
  padding: 0 30pt;
  background: #c37513;
  color: white;
  border: none;
  cursor: pointer;
  width: fit-content;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
}

.cls077 {
  font-size: 24pt;
  line-height: 34pt;
}

.cls078 {
  margin-bottom: 30pt;
}

.end-footer {
  padding-top: 53pt;
  padding-bottom: 53pt;
  background: #eaeaea;
}

.end-footer > div {
  justify-content: space-between;
}

.cls079 {
  align-items: flex-end;
}

.cls079 {
  font-size: 12pt;
  line-height: 18pt;
}

.cls079 .cls080 {
  margin-left: 15px;
  margin-right: 15px;
}

.cls079 .cls080:last-child {
  margin-right: 0;
}

.cls080 {
  text-decoration: underline;
}

.cls081 {
  font-size: 11pt;
  line-height: 20pt;
  color: #676769;
}

.cls082 {
  align-items: flex-end;
  max-width: 770pt;
  text-align: right;
}

.cls083 {
  margin-left: 45pt;
}

.sticky-back {
  width: 170pt;
  margin-left: 65pt;
  margin-top: 64pt;
  cursor: pointer;
}

.cls084 {
  width: 100%;
  background: #3e3e40;
  margin: 0;
}

.cls085 {
  margin-top: 14.5pt;
  margin-bottom: 10.5pt;
}

.cls085 img {
  transform: scaleX(-1);
  margin-right: 12.5pt;
}

.custom-section-content {
  flex-grow: 1;
  position: relative;
  max-width: calc(100vw - 235pt);
  height: 100vh;
}

.custom-section-content .content {
  z-index: 10;
  position: relative;
}

.patient-story {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  pointer-events: none;
  opacity: 0;
  z-index: -200;
}

.patient-story.active {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
}

.patient-story > div {
  align-items: flex-start;
}

.story-title-left {
  margin-left: 54pt;
  margin-bottom: 35pt;
}

.ps1-background-1 {
  height: 100vh;
  padding-top: 200pt;
  padding-left: 41pt;
  background: url("../img/ps1-background-1.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps1-background-2 {
  height: 100vh;
  background: url("../img/ps1-background-1.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps1-background-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.cls086 {
  font-size: 34pt;
  line-height: 44pt;
}

.cls087 {
  width: 100%;
  height: 100vh;
  max-width: 661pt;
  margin-left: 200pt;
}

.ps1-background-3 {
  height: 100vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps1-background-4 {
  height: 100vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps1-background-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.ps1-background-5 {
  height: 100vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps1-background-6 {
  height: 100vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps1-background-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.ps1-background-7 {
  height: 100vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps1-background-7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.cls088 {
  margin-top: 61pt;
  font-size: 20pt;
}

.ps2-background-1 {
  height: 100vh;
  padding-top: 200pt;
  padding-left: 41pt;
  background: url("../img/ps2-background-1.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps2-background-2 {
  height: 100vh;
  background: url("../img/ps2-background-2.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps2-background-3,
.ps2-background-4,
.ps2-background-5 {
  height: 100vh;
}

.ps2-background-3::before,
.ps2-background-4::before,
.ps2-background-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.play-video {
  justify-content: flex-start;
  cursor: pointer;
}

.play-video p {
  font-size: 20pt;
  text-decoration: underline;
}

.video-overlay {
  display: none;
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
}

.video-placeholder {
  width: 100%;
  max-width: 964pt;
  height: 100%;
  max-height: 540pt;
  background-color: lightblue;
}

.video-overlay img {
  position: absolute;
  right: 40pt;
  top: 40pt;
  cursor: pointer;
}

.video-overlay .vimeo-video {
  max-width: 65vw;
}

.ps3-background-1 {
  height: 100vh;
  padding-top: 200pt;
  padding-left: 41pt;
  background: url("../img/ps3-background-1.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps3-background-2 {
  height: 100vh;
  background: url("../img/ps3-background-1.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps3-background-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.cls089 {
  height: 100%;
}

.cls090 {
  padding-left: 121pt;
  text-align: right;
}

.cls090 img {
  width: 100%;
}

.cls091 {
  font-size: 33pt;
  line-height: 42pt;
  max-width: 464pt;
  margin-left: 37pt;
}

.ps3-background-3,
.ps3-background-4 {
  height: 100vh;
}

.ps3-background-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.cls092 {
  width: 100%;
  align-items: flex-start;
}

.cls093 img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.cls094 {
  padding-left: 100pt;
  padding-top: 155pt;
  max-width: 430pt;
  font-size: 30pt;
  line-height: 40pt;
}

.cls095 {
  height: 100vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
  background: url(../img/ps3-image-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.cls096 {
  padding-left: 100pt;
  padding-top: 415pt;
  max-width: 430pt;
  font-size: 30pt;
  line-height: 40pt;
}

.cls097 {
  background-image: url("../img/ps3-image-3.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

.ps3-background-7,
.ps3-background-8,
.ps3-background-9 {
  height: 100vh;
}

.ps3-background-8::before,
.ps3-background-9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.scroll-info.offset {
  padding-left: 5pt;
}

.ps4-background-1 {
  height: 100vh;
  padding-top: 200pt;
  padding-left: 41pt;
  background: url("../img/ps4-background-1.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps4-background-2 {
  height: 100vh;
  background: url("../img/ps4-background-2.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps4-background-3 {
  height: 100vh;
}

.ps4-background-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.ps4-background-4 {
  height: 100vh;
}

.ps4-background-5 {
  height: 100vh;
}

.ps4-background-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.cls0056 {
  width: 870pt;
  height: 488pt;
  background-color: lightblue;
}

.cls098 {
  margin-top: 30pt;
  font-size: 12pt;
  text-decoration: underline;
  color: #3e3e40;
}

.cls0072 {
  color: #676769;
}

.side-menu-wrapper-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  height: 516px;
  pointer-events: none;
}

.side-menu-negative {
  margin-top: -516px;
}

.infographic_1 {
  max-width: 390pt;
}

.side-content {
  padding-left: 200px;
  width: 100%;
}

.side-content > * {
  margin-left: -200px;
}

.offset-content-cp-1 {
  margin-left: -275px;
}

.offset-content-cp-2 {
  max-width: 370pt;
  margin-left: 20px;
}

.patient-story-3-offset {
  max-width: 381pt;
}

.chapter-4-offset-content {
  align-self: flex-start;
  margin-left: 133px;
}

.chapter-4-patient-image {
  width: 334pt;
}

.vimeo-video {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
}

.vimeo-video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* #learn_more UI item */
.lm-container {
    width: 100%;
    padding-top: 38pt;
    padding-bottom: 38pt;
}
.lm-container.padding-var-1 {
    padding-top: 0;
    padding-bottom: 0;
}

.learn-more-btn {
  max-width: 100%;
  min-width: 430pt;
  display: flex;
  align-items: center;
  border: 2pt solid #c37513;
  border-radius: 5pt;
  padding-right: 22pt;
  height: 50px;
}

.learn-more-btn .lm-main {
  flex: 1;
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 38pt;
  padding-right: 38pt;
}

.learn-more-btn .lm-main > span {
  color: #3e3e40;
  font-size: 14pt;
  line-height: normal;
  max-height: 22px;
}

.learn-more-btn .lm-arrow {
  width: 38pt;
}

.learn-more-btn .lm-arrow img {
  height: 12pt;
}
/* #learn_more UI item - END */

/* all clickable elements are intended to be get considered here */
a:hover,
.side-menu .side-arrow:hover,
.cls027:hover,
.button:hover,
.sticky-back:hover,
.play-video:hover,
.video-overlay img:hover {
    opacity: 0.8;
}

a:active,
.side-menu .side-arrow:active,
.cls027:active,
.button:active,
.sticky-back:active,
.play-video:active,
.video-overlay img:active {
    opacity: 1;
}

/* paragraph scroll inner section */
[ph-scroll] {
  height: 100vh; 
  width: 100vw; 
  overflow: auto; 
  flex-wrap: wrap; 
  padding-top: 300px;
}

[content-target] {
  opacity: 1;
}

[ph-scroll]::-webkit-scrollbar {
  width: 0px;
}

/* [ph-scroll] [limit-element] {
  height: 700vh; 
  width: 100vw;
} */

/* .open-story-1,
.open-story-2,
.open-story-3,
.open-story-4 {
  height: 48px;
} */

.nav-arrows {    
  margin-top: -54px;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  z-index: 40;
}

.nav-arrows .arrow-left,
.nav-arrows .arrow-right {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 16px;
  border-radius: 3px;
  transition: ease all 0.3s;
  user-select: none;
  outline: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.nav-arrows img {
  align-self: center;
  margin-top: -5px;
}

.nav-arrows .arrow-left p,
.nav-arrows .arrow-right p {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: white;
  font-family: "Gotham Book";
  margin-top: 5px;
  margin-bottom: -12px;
  margin-left: -6px;
  margin-right: -6px;
}

.nav-arrows .arrow-left:hover,
.nav-arrows .arrow-right:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.nav-arrows .arrow-left.disabled,
.nav-arrows .arrow-right.disabled {
  visibility: hidden;
  pointer-events: none;
  cursor: none;
} 

.nav-arrows .arrow-left img {
  transform: scaleX(-1);
}

/* Experimental - scrolling sections */

section[scroll-body], div[scroll-body] {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  position: relative;
}

section[scroll-body] section[scroll-wrapper],
div[scroll-body] section[scroll-wrapper] {
  width: 100%;
  position: relative;
  overflow-y: scroll;
}

.hero section[scroll-wrapper] {
  height: 300vh;
}

.patient-story-1 .custom-section-content section[scroll-wrapper] {
  height: 700vh;
}

section[scroll-body] section[scroll-child],
div[scroll-body] section[scroll-child] {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  /* Animation */
  animation-delay: -1s;
  animation-name: crossfadeOut;
  animation-duration: 1.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

section[scroll-body] section[scroll-child].active,
div[scroll-body] section[scroll-child].active {
  pointer-events: auto;
  opacity: 1;
  /* Animation */
  animation-delay: -1s;
  animation-name: crossfadeIn;
  animation-duration: 1.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.patient-story-2 .custom-section-content section[scroll-wrapper] {
  height: 500vh;
}

.patient-story-3 .custom-section-content section[scroll-wrapper] {
  height: 900vh;
}

.patient-story-4 .custom-section-content section[scroll-wrapper] {
  height: 500vh;
}

.cls099 {
  max-width: 575pt;
  align-items: flex-start;
}

.cls099 > .cls038:first-child {
  padding-right: 30px;
}