@import url("https://p.typekit.net/p.css?s=1&k=baf3dui&ht=tk&f=139.173&a=13648713&app=typekit&e=css");

html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

/*!
    Modaal - accessible modals - v0.4.4
    by Humaan, for all humans.
    http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  z-index: 5;
  opacity: 0;
}

.modaal-overlay,
.modaal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-wrapper {
  display: block;
  z-index: 8;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: a 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item.is_active,
.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem,
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  display: block;
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:first-of-type > div {
  animation: b 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: b 1s linear infinite;
  -moz-animation: b 1s linear infinite;
  -webkit-animation: b 1s linear infinite;
  -o-animation: b 1s linear infinite;
}

.modaal-loading-spinner > div:first-of-type {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px);
  transform: translate(84px, 84px) rotate(45deg) translate(70px);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: b 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px);
  transform: translate(84px, 84px) rotate(90deg) translate(70px);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: b 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: b 1s linear infinite;
  -moz-animation: b 1s linear infinite;
  -webkit-animation: b 1s linear infinite;
  -o-animation: b 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px);
  transform: translate(84px, 84px) rotate(135deg) translate(70px);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: b 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px);
  transform: translate(84px, 84px) rotate(180deg) translate(70px);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: b 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: b 1s linear infinite;
  -moz-animation: b 1s linear infinite;
  -webkit-animation: b 1s linear infinite;
  -o-animation: b 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px);
  transform: translate(84px, 84px) rotate(225deg) translate(70px);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: b 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px);
  transform: translate(84px, 84px) rotate(270deg) translate(70px);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: b 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px);
  transform: translate(84px, 84px) rotate(315deg) translate(70px);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: b 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(1turn) translate(70px);
  transform: translate(84px, 84px) rotate(1turn) translate(70px);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:after,
  .modaal-gallery-control:before {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

@keyframes a {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes b {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    opacity: 0.1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding: 220px;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

.no-touchevents a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.ie9 img[src$=".svg"] {
  width: 100%;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  img[src$=".svg"] {
    width: 100%;
  }
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

body,
html {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 15px;
}

html.noscroll,
html.noscroll #viewport,
html.noscroll body {
  overflow: hidden;
}

body {
  background: #fff;
  line-height: 1.3;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-size: 15px;
  width: 100%;
  overflow-x: hidden;
  color: #253746;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  font-weight: 400;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.6em;
}

sup.bigger {
  top: -0.1em;
  font-size: 12px;
}

.noscript #noscript-message {
  display: block;
  background-color: #fff;
  color: red;
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.italic {
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-style: italic;
  font-weight: 400;
}

input[type="button"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

@media (max-width: 1024px) {
  input,
  input:focus,
  select,
  select:focus,
  textarea,
  textarea:focus {
    font-size: 16px !important;
  }
}

@media (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .mobile-only {
    display: none !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 7;
}

header .desktop-menu-container {
  width: 80%;
  margin: 40px 0;
  text-align: right;
}

header .desktop-menu-container > ul {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  header .desktop-menu-container > ul > li {
    padding: 0 12px;
  }

  header .desktop-menu-container > ul > li:last-child {
    padding-right: 0;
  }
}

header .desktop-menu-container > ul > li:not(:first-of-type) {
  margin-left: 0.2rem;
}

header .desktop-menu-container > ul > li:last-child {
  top: -10px;
}

header .desktop-menu-container > ul li {
  text-align: center;
  position: relative;
  display: inline-block;
}

header .desktop-menu-container > ul li .caret {
  content: "";
  background: url(/assets/images/caret-black.png);
  display: inline-block;
  width: 16px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

header .desktop-menu-container > ul li a {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  color: #253746;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    header .desktop-menu-container > ul li a {
      letter-spacing: -1px;
    }
  }
}

header .desktop-menu-container > ul li a:not(.active):not(.no-effect):after {
  content: "";
  opacity: 0;
}

header
  .desktop-menu-container
  > ul
  li
  a:not(.active):not(.no-effect):hover:after {
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 2;
  background: #e87722;
  content: "";
  opacity: 1;
}

header .desktop-menu-container > ul li a.active:after {
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 100%;
  height: 6px;
  background: #3eb1c8;
  content: "";
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}

header .desktop-menu-container > ul li a.active.animate:after {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  header .desktop-menu-container > ul li {
    display: none;
    max-width: 100px;
  }

  header .desktop-menu-container > ul li.active-on-mobile {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  header .desktop-menu-container > ul li {
    display: none;
    max-width: 100px;
  }

  header .desktop-menu-container > ul li.active-on-mobile {
    display: block;
  }
}

header .desktop-menu-container > ul li .nav-button a {
  display: block;
  background: #e87722;
  padding: 16px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

header .desktop-menu-container > ul li .nav-button a:hover:after {
  display: none;
}

header .desktop-menu-container > ul li:hover .submenu {
  display: block;
  background-color: #fff;
  padding: 0 8px;
  left: 0;
}

header .desktop-menu-container ul.submenu {
  display: none;
  position: absolute;
  padding-left: 0;
  top: 100%;
  background: #fff;
  list-style: none;
}

header .desktop-menu-container ul.submenu li {
  text-align: left;
  margin-bottom: 16px;
}

header .desktop-menu-container ul.submenu li a {
  font-size: 14px;
  line-height: 15px;
}

header .desktop-menu-container ul.submenu li a:hover {
  color: #e87722;
}

header
  .desktop-menu-container
  ul.submenu
  li
  a:not(.active):not(.no-effect):after {
  display: none;
}

header .mobile-menu .mobile-menu-container {
  position: relative;
  z-index: 3;
}

header .mobile-menu .mobile-menu-container .mobile-menu-expander {
  opacity: 0;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 100vh;
  right: -2000px;
}

header .mobile-menu .nav-button {
  display: none;
}

@media (min-width: 1025px) {
  header .mobile-menu .nav-button {
    display: block;
  }
}

header .mobile-menu ul.submenu {
  list-style: none;
}

header .mobile-menu ul.submenu li {
  font-size: 14px;
}

header .mobile-menu ul.submenu li:first-of-type {
  margin-top: 15px;
}

@media (min-width: 1025px) {
  header .mobile-menu ul.submenu li:first-of-type {
    margin-top: 27px;
  }
}

header .mobile-menu .mobile-menu-header-container {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

header .mobile-menu .mobile-menu-header-container .mobile-menu-header {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .mobile-menu .mobile-menu-header-container .mobile-menu-header:after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header .mobile-menu .mobile-menu-header-container .mobile-menu-header {
    margin-top: 3rem;
    margin-left: 1rem;
  }
}

header .mobile-menu .mobile-menu-header-container .mobile-menu-header:after {
  content: none;
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .quzyttir-logo {
  width: 20%;
}

@media (max-width: 1024px) {
  header
    .mobile-menu
    .mobile-menu-header-container
    .mobile-menu-header
    .quzyttir-logo {
    margin-left: 1rem;
  }
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .quzyttir-logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .quzyttir-logo
  img {
  display: block;
  top: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 197.3913px;
  height: auto;
}

@media (max-width: 1024px) {
  header
    .mobile-menu
    .mobile-menu-header-container
    .mobile-menu-header
    .quzyttir-logo
    img {
    width: 151.33333px;
  }
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container {
  display: none;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1024px) {
  header
    .mobile-menu
    .mobile-menu-header-container
    .mobile-menu-header
    .mobile-menu-button-container {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .hamburger-container {
  font-size: 0.81em;
  margin: 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header
    .mobile-menu
    .mobile-menu-header-container
    .mobile-menu-header
    .mobile-menu-button-container
    .hamburger-container {
    margin: 23px;
  }
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .hamburger-container
  p {
  text-align: center;
  margin: 0;
}

@media (max-width: 1024px) {
  header
    .mobile-menu
    .mobile-menu-header-container
    .mobile-menu-header
    .mobile-menu-button-container
    .hamburger-container {
    z-index: 4;
  }
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.3s;
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger:focus {
  outline: none;
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span {
  display: block;
  position: absolute;
  top: 15px;
  left: 7px;
  right: 7px;
  height: 4px;
  background: #e87722;
  transition-delay: 0s, 0.3s;
  transition: background 0s 0.3s;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 4px;
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span:after,
header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e87722;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  border-radius: 4px;
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span:before {
  transition-property: top, transform;
  top: -10px;
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span:after {
  transition-property: bottom, transform;
  bottom: -10px;
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span {
  background: none;
  transition-delay: 0s;
  transition: background 0s;
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span:after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span:after,
header
  .mobile-menu
  .mobile-menu-header-container
  .mobile-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span:before {
  transition-delay: 0s, 0.3s;
}

header .mobile-menu .mobile-menu-body-container {
  position: relative;
  background: #fff;
  height: 100vh;
  padding: 1rem;
}

header .mobile-menu .mobile-menu-body-container .mobile-menu-body {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

header .mobile-menu .mobile-menu-body-container .mobile-menu-body:after {
  clear: both;
  content: "";
  display: table;
}

header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.bottom-links,
header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin: 35px;
}

header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.bottom-links
  li,
header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.mobile-nav-links
  li {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #53565a;
}

header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.bottom-links
  li
  a,
header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.mobile-nav-links
  li
  a {
  color: #53565a;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
}

header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.mobile-nav-links
  li
  a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3eb1c8;
  content: "";
  opacity: 0;
}

header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.mobile-nav-links
  li
  a.active::after {
  opacity: 1;
}

header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.bottom-links
  li:not(:last-of-type),
header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.mobile-nav-links
  li:not(:last-of-type) {
  margin-bottom: 1rem;
}

header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.bottom-links
  li
  .newline,
header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.mobile-nav-links
  li
  .newline {
  display: inline;
}

header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.bottom-links {
  margin-top: 3rem;
}

header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.bottom-links
  li.orange,
header
  .mobile-menu
  .mobile-menu-body-container
  .mobile-menu-body
  ul.bottom-links
  li.orange
  a {
  color: #e87722;
}

footer {
  background: #ffffff;
  box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.05);
}

.footer-wrapper {
  background: hsla(34, 3%, 54%, 0.4);
}

.footer-wrapper .footer-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  padding: 30px 0;
}

.footer-wrapper .footer-container:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1024px) {
  .footer-wrapper .footer-container {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }
}

.footer-wrapper .footer-container .col {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .footer-wrapper .footer-container .col {
    display: block;
  }
}

.footer-wrapper .footer-container .col ul {
  display: block;
  list-style: none;
  padding: 0;
}

.footer-wrapper .footer-container .col.right {
  text-align: right;
  padding-top: 2.1rem;
}

.footer-wrapper .footer-container .col.right .logo img {
  width: 162px;
  height: 60px;
}

@media (max-width: 1024px) {
  .footer-wrapper .footer-container .col.right {
    text-align: left;
    padding-top: 0;
  }
}

.footer-wrapper .footer-container .col .links ul li {
  display: inline-block;
}

.footer-wrapper .footer-container .col .links ul li a {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: #244c5a;
  font-size: 15px;
  /*text-decoration: none;*/
}

.footer-wrapper .footer-container .col .links ul li a:hover {
  text-decoration: underline;
}

.footer-wrapper .footer-container .col .links ul li:not(:last-child):after {
  content: "|";
  text-indent: -999999px;
  display: block;
  float: right;
  width: 2px;
  height: 100%;
  background: #244c5a;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-wrapper .footer-container .col .copy {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #253746;
  font-size: 14px;
}

.sticky-footer-isi-container {
  position: fixed;
  z-index: 6;
  bottom: 0;
  width: 100%;
}

.sticky-footer-isi-container .sticky-footer-isi {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.sticky-footer-isi-container .sticky-footer-isi.expanded {
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}

.sticky-footer-isi-container .sticky-footer-isi .content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  /* position: relative; */
  z-index: 2;
  overflow: hidden;
  padding-top: 8px;
}

.sticky-footer-isi-container .sticky-footer-isi .content:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1024px) {
  .sticky-footer-isi-container .sticky-footer-isi .content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
  }
}

.sticky-footer-isi-container .sticky-footer-isi .body {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sticky-footer-isi-container .sticky-footer-isi .body:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1024px) {
  .sticky-footer-isi-container .sticky-footer-isi .body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.sticky-footer-isi-container .sticky-footer-isi .body::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .sticky-footer-isi-container .sticky-footer-isi .body {
    padding: 0;
    padding-bottom: 100px;
  }
}

.sticky-footer-isi-container .sticky-footer-isi .header {
  width: 100%;
}

.sticky-footer-isi-container .sticky-footer-isi .header .header-title {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 18px;
  color: #e87722;
  line-height: 24px;
}

.sticky-footer-isi-container .sticky-footer-isi .header .header-title:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1024px) {
  .sticky-footer-isi-container .sticky-footer-isi .header .header-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .sticky-footer-isi-container .sticky-footer-isi .header .header-title {
    padding-left: unset;
    padding-right: 3rem;
  }
}

.sticky-footer-isi-container .sticky-footer-isi .header .open-menu {
  display: none;
}

.sticky-footer-isi-container .sticky-footer-isi .header .closed-menu {
  display: block;
  position: absolute;
  top: 24px;
  right: 53px;
  z-index: 3;
  cursor: pointer;
}

.sticky-footer-isi-container .sticky-footer-isi .header .closed-menu .btn img {
  width: 27px;
  height: 14px;
}

@media (max-width: 1024px) {
  .sticky-footer-isi-container .sticky-footer-isi .header .closed-menu {
    right: 1rem;
    top: 18px;
  }
}

.sticky-footer-isi-container .sticky-footer-isi .header.active .open-menu {
  display: block;
  position: absolute;
  top: 24px;
  right: 53px;
  z-index: 3;
  cursor: pointer;
}

.sticky-footer-isi-container
  .sticky-footer-isi
  .header.active
  .open-menu
  .btn
  img {
  width: 27px;
  height: 14px;
}

@media (max-width: 1024px) {
  .sticky-footer-isi-container .sticky-footer-isi .header.active .open-menu {
    right: 1rem;
    top: 18px;
  }
}

ol {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  padding-left: 1.2em;
  font-size: 12px;
}

/*page-top-info*/
.page-top-info {
  padding: 0 39px;
}

.page-top-info .content {
  padding-top: 53px;
  padding-bottom: 14px;
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #253746;
}

.page-top-info .content .head-title {
  color: #3eb1c8;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.page-top-info .content p:last-of-type {
  margin: 0;
}

@media (max-width: 767.98px) {
  .page-top-info .content {
    padding-bottom: 33px;
    text-align: center;
    padding-top: 53px;
  }
}

.hero-container {
  position: relative;
}

.hero-container .hero-content {
  position: absolute;
  left: 50%;
  left: calc(50vw - 380px);
  top: 50%;
  top: auto;
  z-index: 2;
  max-width: 1000px;
  display: table;
  height: 362.5px;
}

.hero-inner {
  position: relative;
  background: linear-gradient(
    0deg,
    #fbfefe 6.62%,
    #88dbdf 39.63%,
    #3eb1c8 64.55%
  );
  padding-bottom: 150px;
  margin-bottom: 150px;
}

.hero-inner .hero-content {
  max-width: 972px;
  margin: 0 auto;
  padding: 0 1rem;
}

.hero-inner .hero-content .hero-copy {
  max-width: 588px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}

.hero-inner .hero-content .hero-copy h1 {
  color: #ffffff;
}

.hero-inner .media-right {
  position: absolute;
  right: 0;
  bottom: -100px;
  max-width: 425px;
}

.hero-inner .media-right img {
  width: 100%;
  height: auto;
}

@media (min-width: 1025px) {
  .hero-container .hero-content {
    left: calc(50vw - 470px);
  }

  .hero-inner {
    background: linear-gradient(
      270deg,
      #fcfdfd 11.71%,
      #88dbdf 39.75%,
      #3eb1c8 100%
    );
    padding-bottom: 0;
    margin: 2rem 0;
  }

  .hero-inner .hero-content .hero-copy {
    min-height: 272px;
  }

  .hero-inner .media-right {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    max-width: 425px;
  }
}

@media (max-width: 1024.98px) {
  .hero-inner .hero-content .hero-copy h1 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-inner .hero-content .hero-copy h1 {
    text-align: center;
  }
}

.hero-container .hero-content strong {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
}

.hero-container .hero-content .hero-copy {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  padding-right: 1.25rem;
  font-size: 15.33333px;
}

.hero-container .hero-content .hero-copy .hero-footnote {
  font-size: 16px;
  line-height: 18px;
  text-shadow: none;
}

@media (max-width: 767px) {
  .hero-container .hero-content .hero-copy {
    width: 100%;
    font-size: 10.66667px;
    padding-left: 1rem;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-container .hero-content .hero-copy {
    font-size: 12.26667px;
    padding-left: 1rem;
  }
}

.hero-container .hero-content .hero-image {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.hero-container .hero-content .hero-image img {
  display: block;
  height: 420px;
  z-index: 8;
}

.hero-container .hero-content .hero-image .footnote {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  color: #253746;
  margin-top: -20px;
}

@media (max-width: 1024px) {
  .hero-container .hero-content {
    max-width: unset;
  }
}

@media (max-width: 767px) {
  .hero-container .hero-content {
    top: 1rem;
    left: 0;
    width: 100%;
    display: block;
  }

  .hero-container .hero-content .hero-copy {
    display: block;
    width: 100%;
    font-size: 12px;
  }

  .hero-container .hero-content .hero-image {
    display: block;
    width: 100%;
    margin-top: 2rem;
  }

  .hero-container .hero-content .hero-image img {
    display: block;
    margin: 0 auto;
    height: 280px;
  }

  .hero-container .hero-content .hero-image .footnote {
    text-align: center;
    padding-top: 8px;
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-container .hero-content .hero-image {
    padding-right: 1rem;
  }
}

.hero-container.home .hero-copy {
  font-size: 23px;
}

@media (max-width: 767px) {
  .hero-container.home .hero-copy {
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-container.home .hero-copy {
    font-size: 20.44444px;
  }
}

.hero-container.reimbursement-support .hero-copy h1 {
  max-width: 85%;
}

@media (max-width: 767px) {
  .hero-container.reimbursement-support .hero-copy h1 {
    max-width: unset;
  }
}

.hero-container .hero-table {
  display: table;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin: 2em 0;
}

@media (max-width: 767px) {
  .hero-container .hero-table {
    display: block;
    margin: 0;
    min-height: 50px;
  }
}

.hero-container .hero-table .col {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 420px;
  padding: 0;
}

@media (max-width: 767px) {
  .hero-container .hero-table .col {
    height: unset;
  }
}

.hero-container .hero-table .col.left {
  width: 70%;
}

.hero-container .hero-table .col.left .background {
  width: 100%;
  height: 362.5px;
  background-image: linear-gradient(270deg, #88dbdf, #3eb1c8 97%);
  position: relative;
  z-index: 1;
  padding: 1rem;
}

@media (max-width: 767px) {
  .hero-container .hero-table .col.left .background {
    z-index: unset;
  }
}

@media (max-width: 767px) {
  .hero-container .hero-table .col.left {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .hero-container .hero-table .col.left {
    width: 65%;
  }
}

@media (min-width: 2450px) {
  .hero-container .hero-table .col.left {
    width: 61%;
  }
}

@media (min-width: 3400px) {
  .hero-container .hero-table .col.left {
    width: 55%;
  }
}

.hero-container .hero-table .col.right .background {
  width: 100%;
  height: 362.5px;
  background: url(/assets/images/hero/waves-blue.jpg) space 0 0;
  background-position: 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: relative;
  z-index: 1;
  padding: 1rem;
}

@media (max-width: 1024px) {
  .hero-container .hero-table .col.right .background {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-container .hero-table .col {
    display: block;
  }
}

.hero-container.home .hero-table .left .background {
  background-image: linear-gradient(270deg, #f2a900, #e87722);
}

@media (max-width: 767px) {
  .hero-container.home .hero-table .left .background {
    background-image: linear-gradient(1turn, #f2a900, #e87722);
  }
}

.hero-container.home .hero-table .right .background {
  background: url(/assets/images/hero/waves-orange.jpg) space 0 0;
  background-position: 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

@media (max-width: 767px) {
  .hero-container {
    height: 29rem;
  }

  .hero-container.home {
    height: 31rem;
  }

  .hero-container.efficacy {
    height: 35rem;
  }

  .hero-container.safety {
    height: 29rem;
  }

  .hero-container.dosing-administration {
    height: 27rem;
  }

  .hero-container.reimbursement-support {
    height: 29rem;
  }
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox .close-btn {
  cursor: pointer;
  position: absolute;
  font-size: 50px;
  top: -10px;
  right: 10px;
  color: #e87722;
}

.lightbox .offsite-popup {
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 385px;
  max-width: 516px;
  padding: 1rem;
}

@media (max-width: 575.98px) {
  .lightbox .offsite-popup {
    max-width: 330px;
    max-height: 400px;
  }
}

.lightbox .offsite-popup,
.lightbox .offsite-popup .popup-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.lightbox .offsite-popup .popup-content-wrapper {
  padding: 0 1rem;
  font-size: 16px;
}

.lightbox .offsite-popup .popup-content-wrapper p {
  max-width: 430px;
  margin: 0 auto;
}

#offsite-lightbox .offsite-popup .popup-content-wrapper p {
  max-width: 428px;
  margin: 0 auto;
}

.lightbox .offsite-popup .popup-content-wrapper .btn-wrap {
  display: flex;
  flex-wrap: wrap;
}

.lightbox .offsite-popup .popup-content-wrapper .btn-wrap .btn {
  border-radius: 1rem;
  padding: 0.5rem;
  margin: 2rem auto;
  background-color: #e87722;
  min-width: 180px;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.lightbox .offsite-popup .popup-content-wrapper .btn-wrap .btn.cancel-btn {
  background-color: #8c8985;
}

@media (max-width: 575.98px) {
  .lightbox .offsite-popup .popup-content-wrapper .btn-wrap {
    flex-direction: column;
  }

  .lightbox .offsite-popup .popup-content-wrapper .btn-wrap .btn.cancel-btn {
    margin-top: 0;
  }
}

.lightbox .offsite-popup .popup-content-wrapper h2 {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 32px;
  color: #e87722;
  line-height: 43px;
  margin-bottom: 1.25rem;
}

.lightbox .offsite-popup .popup-content-wrapper p {
  margin: 0 1rem;
}

.modaal-wrapper {
  z-index: 10;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: 0;
  top: 0;
}

.modaal-wrapper .modaal-close:after,
.modaal-wrapper .modaal-close:before {
  background: #000;
  width: 3px;
}

div.modaal-overlay {
  z-index: 9;
}

.modaal-container {
  max-width: 865px;
}

.content-wrapper {
  position: relative;
  min-height: 700px;
  margin-top: 14rem;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .content-wrapper {
    margin-top: 9rem;
  }
}

@media (max-width: 767.98px) {
  .content-wrapper {
    margin-top: 7rem;
  }
}

@media (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .content-wrapper {
    min-height: 900px;
  }
}

.main-section {
  text-align: left;
  max-width: 940px;
  margin: 30px auto;
}

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

.main-section.main-section-min {
  padding: 0 10px;
  max-width: 865px;
}

.main-section.main-section-min.req-main-section {
  margin-top: 59px;
  margin-bottom: 81px;
}

@media (max-width: 767.98px) {
  .main-section.main-section-min.req-main-section {
    margin-top: 28px;
    margin-bottom: 27px;
  }
}

.section-header {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.section-header h3 {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 32px;
  color: #e87722;
  margin: 0 auto;
}

.section-header h4 {
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #3eb1c8;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section-header {
    padding: 0 1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .section-header h3 {
    font-size: 20px;
  }

  .section-header h4 {
    font-size: 22px;
    line-height: 26px;
  }
}



.section-divider {
  height: 12px;
  width: 100%;
  background: rgba(136, 219, 223, 0.2);
  margin: 4rem 0;
}

.chart-section .header {
  display: block;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 18px;
  color: #253746;
  margin: 2rem 0 3rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .chart-section .header {
    padding: 0 1rem;
  }
}

.chart-section .footnotes {
  margin: 40px 0;
}

.chart-section .footnotes li.indented {
  margin-left: 1rem;
}

.bullets {
  margin-top: 1rem;
}

.bullets .header {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.bullets ul {
  list-style: disc;
  color: #e87722;
  margin: 0;
  padding-left: 1.1rem;
}

.bullets ul li {
  line-height: 16px;
  margin-bottom: 0.5rem;
}

.bullets ul li span {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  color: #253746;
}

.bullets ul ul.sub-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  color: #253746;
}

.bullets ul ul.sub-list li {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  color: #253746;
}

.bullets ul ul.sub-list li:before {
  content: "-";
  padding-right: 0.1rem;
}

.footnotes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footnotes ul li {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-left: 0.6em;
  margin-bottom: 0.5rem;
}

.footnotes ul li:last-child {
  margin-bottom: 0;
}

.footnotes ul li .symbol {
  position: absolute;
  left: -0.45rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footnotes {
    padding: 0 1rem;
  }
}

.top-nav-bar {
  background-color: #e87722;
  width: 100%;
  line-height: 40px;
}

.top-nav-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.top-nav-bar ul li {
  display: inline-block;
  margin: 0 1.5rem;
  font-weight: 700;
}

.top-nav-bar ul li,
.top-nav-bar ul li a {
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-variant: normal;
  color: #fff;
  font-size: 15px;
}

.label-update-body {
  background-color: #3eb1c8;
  display: flex;
  width: 932px;
  padding: 21px 128px 21px 92px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin: 0 auto;
}

.label-update-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.label-update-body ul li {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.label-update-body ul li:first-child {
  padding-bottom: 10px;
  padding-left: 0;
}

.label-update-body ul li:first-child:before {
  display: none;
}

.label-update-body ul li:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background-color: #e87722;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Specific styling for the two li items you mentioned */
.label-update-body ul li:nth-child(2),
.label-update-body ul li:nth-child(3) {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}

.label-update-body ul li:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .label-update-body {
    width: 352px;
    height: auto;
    padding: 15px 20px;
  }
  .label-update-body ul li,
  .label-update-body ul li a {
    font-size: 16px;
  }
  .label-update-body ul li:nth-child(2),
  .label-update-body ul li:nth-child(3) {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 5px;
  }
}

@media (min-width: 1400px) {
  .label-update-body ul li,
  .label-update-body ul li a {
    font-size: 20px;
  }
}

/* DONE*/
.label-update-dest {
  display: flex;
  width: 978px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  padding: 0px 22px;
  align-items: center;
  gap: 10px;
  background-color: #3eb1c8;
  margin: 0 auto;
}

.label-update-dest ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.label-update-dest ul li {
  display: inline-block;
  margin: 0 1.5rem;
  font-weight: 700;
}

.label-update-dest ul li,
.label-update-dest ul li a {
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-variant: normal;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 1040px) {
  .label-update-dest ul li {
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
  }
  .label-update-dest {
    width: 302px;
    height: 130px;
  }
}

@media (min-width: 1400px) {
  .top-nav-bar-dest ul li,
  .top-nav-bar-dest ul li a {
    font-size: 16px;
  }
}

/* DONE*/
.label-update {
  background-color: #3eb1c8;
  width: 100%;
  line-height: 25px;
  height: 51px;
}

.label-update ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.label-update ul li {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-weight: 700;
}

.label-update ul li,
.label-update ul li a {
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-variant: normal;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 767px) {
  .page_dosing-administration .section-header {
    margin-bottom: 20px;
  }
  
  .label-update ul li {
    word-break: break-word;
    max-width: 380px;
    padding: 0rem 3.5rem;
    
  }
  
  .label-update ul li {
    word-break: break-word;
    max-width: 380px;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .label-update ul li a {
    white-space: nowrap;
  }
  
  .label-update ul li .click-here-section {
    white-space: nowrap;
  }
}

@media (min-width: 1400px) {
  .label-update ul li,
  .label-update ul li a {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .top-nav-bar ul li,
  .top-nav-bar ul li a {
    font-size: 16px;
  }
}

.top-nav-bar ul li a {
  font-weight: 400;
  text-decoration: underline;
}

.top-nav-bar ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .top-nav-bar {
    display: none;
  }
}

@media (min-width: 768px) {
  .cta-group {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
}

.cta-group .cta {
  margin: 30px 10px 48px;
}

@media (min-width: 768px) {
  .cta-group .cta {
    margin: 30px auto;
    width: 47%;
  }
}

.cta-group .cta .copy {
  font-size: 16px;
}

.cta {
  background: hsla(46, 88%, 76%, 0.51);
  padding: 1.5rem;
  margin: 64px auto;
  border-radius: 30px;
}

@media (max-width: 1024px) {
  .cta {
    margin: 0 1.5rem;
  }
}

.cta .btn-container {
  display: block;
  color: #fff;
  text-decoration: none;
}

.cta h3 {
  font-size: 26px;
  font-weight: 700;
  color: #e87723;
  text-align: center;
}

.cta .copy {
  text-align: center;
  font-weight: 400;
  font-weight: 500;
  font-size: 19px;
  color: #253746;
}

.cta .copy,
.cta .copy strong {
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-variant: normal;
}

.cta .copy strong {
  font-weight: 400;
  font-weight: 800;
  font-size: 21px;
  color: #e87722;
}

.icons-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.icons-table .row {
  display: contents;
}

.icons-table .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
}

.icons-table .col img {
  display: block;
  width: 146px;
  height: 145px;
  margin: 0 auto 1rem;
}

.icons-table .col .header {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #253746;
  margin: 1.5rem auto 0.25rem;
  line-height: 18px;
}

.icons-table .col .copy {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #253746;
}

@media (max-width: 767px) {
  .icons-table {
    grid-template-columns: 1fr;
  }

  .icons-table .col {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .icons-table .col .copy {
    min-height: 3.5rem;
  }
}

.two-column-container {
  display: table;
  width: 100%;
  margin: 2rem auto;
}

@media (max-width: 1024px) {
  .two-column-container {
    display: block;
  }
}

.two-column-container .col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .two-column-container .col {
    display: block;
    width: 100%;
  }
}

.two-column-container .col .strong {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 16px;
  color: #253746;
  line-height: 20px;
}

.btn-container {
  border-radius: 1rem;
  padding: 0.5rem;
  margin: 2rem auto;
  background-color: orange;
  max-width: 200px;
  text-align: center;
}

.btn-container .btn {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .swap-container {
    text-align: center;
  }
}

.swap-container .mobile-only {
  max-width: 318px !important;
}

.footer-isi {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 1rem 0;
}

.footer-isi:after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1024px) {
  .footer-isi {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: unset;
  }
}

.footer-isi h3 {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 18px;
  color: #e87722;
}

.references {
  margin-top: 4rem;
  margin-bottom: 1.2rem;
  display: none;
}

.references ol {
  margin: 0;
}

.references ol li::marker {
  font-weight: 700;
}

.references h5 {
  font-size: 12px;
  color: #253746;
  margin: 0 0 0.25rem;
}

.isi-body .isi-row h4,
.references h5 {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
}

.isi-body .isi-row h4 {
  font-size: 16px;
  color: #3eb1c8;
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem;
}

@media (min-width: 768px) {
  .isi-body .isi-row h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

.isi-body .isi-row .copy {
  font-size: 16px;
  color: #253746;
  line-height: 20px;
  margin-bottom: 0.5rem;
}

.isi-body .isi-row .copy.font-sm {
  font-size: 14px;
}

.isi-body .isi-row .copy.font-sm.a-unbold a {
  font-weight: inherit !important;
  font-size: inherit !important;
}

.isi-body .isi-row .copy,
.isi-body .isi-row .copy strong {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

.isi-body .isi-row .copy strong {
  font-weight: 700;
}

.isi-body .isi-row .copy a {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-decoration: underline;
  color: #253746;
  font-size: 16px;
}

.isi-body .isi-row .copy .underline {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}

.form-group a {
  color: #3eb1c8;
}

.form-group .field-container {
  display: block;
}

@media (min-width: 768px) {
  .form-group .field-container {
    display: inline-block;
  }
}

.form-group .field-container.is-invalid {
  position: relative;
}

@media (min-width: 768px) {
  .form-group .field-container.is-invalid {
    margin-right: 30px;
  }
}

.form-group .field-container.is-invalid:after {
  content: "";
  background: url(/assets/images/error-x.png);
  background-size: cover;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -5px;
  top: 10px;
}

@media (min-width: 768px) {
  .form-group .field-container.is-invalid:after {
    right: -30px;
  }
}

.form-group .field-container.is-invalid input,
.form-group .field-container.is-invalid select {
  border-color: #c7000f;
}

.form-group .field-container.is-invalid.is-empty ~ .error.error-empty {
  display: block;
}

@media (min-width: 768px) {
  .form-group .field-container.is-invalid.is-empty ~ .error.error-empty {
    display: inline-block;
  }
}

.form-group .field-container.is-invalid.is-incorrect ~ .error.error-invalid {
  display: block;
}

@media (min-width: 768px) {
  .form-group .field-container.is-invalid.is-incorrect ~ .error.error-invalid {
    display: inline-block;
  }
}

.form-group input,
.form-group select {
  background: transparent;
  min-width: calc(100% - 30px);
  height: 40px;
  border-radius: 1px;
  border-style: solid;
  border-width: 1px;
  padding-left: 12px;
  border-color: inherit;
}

@media (min-width: 768px) {
  .form-group input,
  .form-group select {
    min-width: 320px;
  }
}

@media (min-width: 768px) {
  .form-group input.input-short,
  .form-group select.input-short {
    min-width: 168px;
  }
}

.form-group input[type="checkbox"],
.form-group select[type="checkbox"] {
  min-width: auto;
  height: auto;
  margin-right: 10px;
  opacity: 0;
}

.form-group input[type="checkbox"] + label,
.form-group select[type="checkbox"] + label {
  display: inline-block;
  position: relative;
}

.form-group input[type="checkbox"] + label:before,
.form-group select[type="checkbox"] + label:before {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #000;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: -27px;
}

.form-group input[type="checkbox"] + label:after,
.form-group select[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -23px;
  height: 16px;
  width: 16px;
}

.form-group input[type="checkbox"]:checked + label:after,
.form-group select[type="checkbox"]:checked + label:after {
  content: "x";
}

.form-group input:focus,
.form-group select:focus {
  border-color: #3eb1c8;
  border-width: 2px;
}

.form-group .error {
  display: none;
  color: #c7000f;
  font-weight: 600;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .form-group .error {
    margin-top: 0;
    max-width: 46%;
    vertical-align: middle;
  }
}

.form-container .btn-container {
  margin: 0;
}

.form-container .btn-container button {
  background-color: transparent;
  border: none;
}

.form-container p.disclaimer {
  margin: 30px 0 10px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .form-container p.disclaimer {
    margin: 20px 0 30px;
  }
}

.form-container .disclaimer-legal {
  font-style: normal;
  font-weight: 300;
}

.form-container .disclaimer-legal a {
  color: #3eb1c8;
}

@media (min-width: 768px) {
  .form-container .disclaimer-legal {
    padding-right: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .content-wrapper {
    margin-top: 13rem;
  }
}

.content-wrapper #call-to-action-wrap {
  width: 100%;
  background-color: #3eb1c8;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content-wrapper #call-to-action-wrap {
    margin-top: 26px;
  }
}

.content-wrapper #call-to-action-wrap > div {
  width: 100%;
  max-width: 840px;
  padding: 0;
  margin: 0 auto;
}

.content-wrapper #call-to-action-wrap > div > p {
  text-align: center;
  padding: 7px 24px;
  margin: 0;
  color: #fff;
  font-family: Nunito, sans-serif;
  font-display: swap;
}

.content-wrapper #call-to-action-wrap > div > p > a {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-display: swap;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 1024px) {
  .page_dosing-administration .two-column-container {
    padding: 0 1rem;
  }
}

.page_dosing-administration .two-column-container.vial-container .left img {
  width: 184px;
  height: 323px;
  display: inline-block;
  float: left;
}

.page_dosing-administration
  .two-column-container.vial-container
  .left
  ul.vial-details {
  display: inline-block;
  list-style: none;
  max-width: 286px;
  padding: 0 1rem 0 0;
}

.page_dosing-administration
  .two-column-container.vial-container
  .left
  ul.vial-details
  li {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  color: #253746;
}

.page_dosing-administration
  .two-column-container.vial-container
  .left
  ul.vial-details
  li
  strong {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
}

.page_dosing-administration
  .two-column-container.vial-container
  .left
  ul.vial-details
  li:not(:last-of-type) {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .page_dosing-administration .two-column-container.vial-container .left {
    display: table;
  }

  .page_dosing-administration
    .two-column-container.vial-container
    .left
    .vial-col {
    display: table-cell;
    vertical-align: top;
  }

  .page_dosing-administration
    .two-column-container.vial-container
    .left
    .vial-col
    img {
    float: unset;
    width: 122.66667px;
    height: 215.33333px;
    margin-top: 15px;
  }
}

.page_hear-from-experts .section-header h3 {
  font-size: 26px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .page_hear-from-experts .section-header h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.page_hear-from-experts .video {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page_hear-from-experts .video img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page_hear-from-experts .video img {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

.page_hear-from-experts .speakers-table {
  padding: 0 12px;
}

@media (min-width: 768px) {
  .page_hear-from-experts .speakers-table {
    padding: 0;
  }
}

.page_hear-from-experts .speakers-table .row {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .page_hear-from-experts .speakers-table .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.page_hear-from-experts .speakers-table .row .col {
  width: 100%;
}

@media (min-width: 768px) {
  .page_hear-from-experts .speakers-table .row .col {
    width: 45%;
  }
}

.page_hear-from-experts .speakers-table .row .col + .col {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .page_hear-from-experts .speakers-table .row .col + .col {
    margin-top: 0;
  }
}

.page_hear-from-experts .speakers-table .row .bio {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 8px;
}

.page_hear-from-experts .speakers-table .row .bio .name {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}

.page_hear-from-experts .speakers-table .row .bio .copy {
  min-height: 2.5rem;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page_hear-from-experts .speakers-table .row .bio .copy {
    min-height: 3.5rem;
  }
}

.page_hear-from-experts .speakers-table .row .bio img {
  margin-right: 14px;
  margin-bottom: 1rem;
  width: 100px;
  height: 100px;
}

@media (min-width: 768px) {
  .page_hear-from-experts .speakers-table .row .bio img {
    margin-right: 28px;
    width: 125px;
    height: 125px;
  }
}

.page_hear-from-experts .two-column-container {
  margin-top: 3rem;
}

.page_hear-from-experts .two-column-container .section-header {
  margin-top: unset;
}

@media (max-width: 1024px) {
  .page_hear-from-experts .two-column-container .section-header {
    min-height: unset;
  }
}

.page_hear-from-experts .two-column-container .btn-container {
  background-color: #e87722;
}

.page_hear-from-experts .two-column-container .col {
  padding: 0 1rem;
}

@media (max-width: 1024px) {
  .page_hear-from-experts .two-column-container .col.right .section-header {
    margin-top: 4rem;
  }
}

.page_special-populations .icons-table {
  width: 100%;
}

.page_special-populations .icons-table .col img {
  width: 160px;
  height: 161px;
}

.page_special-populations .icons-table .col .copy {
  text-align: left;
  max-width: unset;
}

.page_special-populations .icons-table .col .copy a {
  color: #253746;
}

.page_special-populations .icons-table .col .copy:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.page_special-populations .company-section-header {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 18px;
  color: #253746;
  text-align: center;
  width: 100%;
  margin: 3rem auto 2rem;
}

@media (max-width: 767px) {
  .page_special-populations .company-section-header {
    font-size: 16px;
    max-width: 318px;
  }
}

.page_special-populations .company-wrapper {
  background-color: rgba(193, 178, 182, 0.23);
  border-radius: 0.5rem;
  padding: 1.4rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .page_special-populations .company-wrapper {
    max-width: 318px;
    margin: 0 auto;
  }
}

.page_special-populations .company-wrapper .company-container {
  display: table;
}

@media (max-width: 1024px) {
  .page_special-populations .company-wrapper .company-container {
    display: block;
  }
}

.page_special-populations .company-wrapper .company-container .logo-container {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 40%;
}

@media (max-width: 1024px) {
  .page_special-populations
    .company-wrapper
    .company-container
    .logo-container {
    display: block;
  }
}

.page_special-populations .company-wrapper .company-container h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: unset;
}

.page_special-populations .company-wrapper .company-container .copy-container {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

.page_special-populations
  .company-wrapper
  .company-container
  .copy-container
  .copy:not(:first-child) {
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  .page_special-populations
    .company-wrapper
    .company-container
    .copy-container {
    display: block;
    width: 100%;
  }
}

.page_special-populations .company-wrapper.ags .logo-container img {
  width: 240px;
  height: 84.33333x;
}

@media (max-width: 1024px) {
  .page_special-populations .company-wrapper.ags .logo-container {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

.page_special-populations .companies-table {
  display: table;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .page_special-populations .companies-table {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .page_special-populations
    .companies-table.recommended
    .row
    .col
    .company-wrapper {
    min-height: 200px;
  }
}

.page_special-populations .companies-table .row {
  display: table-row;
}

@media (max-width: 1024px) {
  .page_special-populations .companies-table .row {
    display: block;
    width: 100%;
  }
}

.page_special-populations .companies-table .row .col {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5rem;
}

@media (max-width: 1024px) {
  .page_special-populations .companies-table .row .col {
    display: block;
    width: 100%;
  }
}

.page_special-populations .companies-table .row .col .company-wrapper {
  padding: 1.4rem;
  min-width: 300px;
}

@media (max-width: 1024px) {
  .page_special-populations .companies-table .row .col .company-wrapper {
    margin-bottom: 1rem;
    max-width: 318px;
  }
}

@media (min-width: 768px) {
  .page_special-populations .companies-table .row .col .company-wrapper {
    min-height: 255px;
  }
}

.page_special-populations
  .companies-table
  .row
  .col
  .company-wrapper
  .company-container {
  position: relative;
  display: block;
}

.page_special-populations
  .companies-table
  .row
  .col
  .company-wrapper
  .company-container
  .logo-container {
  display: block;
  position: relative;
  width: 100%;
  min-height: 9rem;
}

.page_special-populations
  .companies-table
  .row
  .col
  .company-wrapper
  .company-container
  .logo-container
  img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page_special-populations
  .companies-table
  .row
  .col
  .company-wrapper
  .company-container
  .copy-container {
  display: block;
  width: 100%;
}

.page_special-populations
  .companies-table
  .row
  .col
  .company-wrapper.aaem
  .logo-container
  img {
  width: 221px;
  height: 69px;
}

.page_special-populations
  .companies-table
  .row
  .col
  .company-wrapper.aaaai
  .logo-container
  img {
  width: 109px;
  height: 93.66667px;
}

.page_special-populations
  .companies-table
  .row
  .col
  .company-wrapper.aafp
  .logo-container
  img {
  width: 177px;
  height: 78px;
  margin-top: -14px;
}

@media (max-width: 767px) {
  .page_special-populations
    .companies-table
    .row
    .col
    .company-wrapper.aafp
    .logo-container
    img {
    margin-top: unset;
  }
}

@media (max-width: 1024px) {
  .page_special-populations .companies-table .row .col {
    padding: 0;
  }
}

.page_special-populations .companies-table .row .col:first-of-type {
  padding-left: unset;
}

.page_special-populations .companies-table .row .col:last-of-type {
  padding-right: unset;
}

.page_patient-identification .icons-table {
  width: 100%;
}

.page_patient-identification .icons-table .col img {
  width: 160px;
  height: 161px;
}

.page_patient-identification .icons-table .col .copy {
  text-align: left;
  max-width: unset;
}

.page_patient-identification .icons-table .col .copy a {
  color: #253746;
}

.page_patient-identification .icons-table .col .copy:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.page_patient-identification .company-section-header {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 18px;
  color: #253746;
  text-align: center;
  width: 100%;
  margin: 3rem auto 2rem;
}

@media (max-width: 767px) {
  .page_patient-identification .company-section-header {
    font-size: 16px;
    max-width: 318px;
  }
}

.page_patient-identification .company-wrapper {
  background-color: rgba(193, 178, 182, 0.23);
  border-radius: 0.5rem;
  padding: 1.4rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .page_patient-identification .company-wrapper {
    max-width: 318px;
    margin: 0 auto;
  }
}

.page_patient-identification .company-wrapper .company-container {
  display: table;
}

@media (max-width: 1024px) {
  .page_patient-identification .company-wrapper .company-container {
    display: block;
  }
}

.page_patient-identification
  .company-wrapper
  .company-container
  .logo-container {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 40%;
}

@media (max-width: 1024px) {
  .page_patient-identification
    .company-wrapper
    .company-container
    .logo-container {
    display: block;
  }
}

.page_patient-identification .company-wrapper .company-container h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: unset;
}

.page_patient-identification
  .company-wrapper
  .company-container
  .copy-container {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

.page_patient-identification
  .company-wrapper
  .company-container
  .copy-container
  .copy:not(:first-child) {
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  .page_patient-identification
    .company-wrapper
    .company-container
    .copy-container {
    display: block;
    width: 100%;
  }
}

.page_patient-identification .company-wrapper.ags .logo-container img {
  width: 240px;
  height: 84.33333x;
}

@media (max-width: 1024px) {
  .page_patient-identification .company-wrapper.ags .logo-container {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

.page_patient-identification .companies-table {
  display: table;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .page_patient-identification .companies-table {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .page_patient-identification
    .companies-table.recommended
    .row
    .col
    .company-wrapper {
    min-height: 200px;
  }
}

.page_patient-identification .companies-table .row {
  display: table-row;
}

@media (max-width: 1024px) {
  .page_patient-identification .companies-table .row {
    display: block;
    width: 100%;
  }
}

.page_patient-identification .companies-table .row .col {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5rem;
}

@media (max-width: 1024px) {
  .page_patient-identification .companies-table .row .col {
    display: block;
    width: 100%;
  }
}

.page_patient-identification .companies-table .row .col .company-wrapper {
  padding: 1.4rem;
  min-width: 300px;
}

@media (max-width: 1024px) {
  .page_patient-identification .companies-table .row .col .company-wrapper {
    margin-bottom: 1rem;
    max-width: 318px;
  }
}

@media (min-width: 768px) {
  .page_patient-identification .companies-table .row .col .company-wrapper {
    min-height: 255px;
  }
}

.page_patient-identification
  .companies-table
  .row
  .col
  .company-wrapper
  .company-container {
  position: relative;
  display: block;
}

.page_patient-identification
  .companies-table
  .row
  .col
  .company-wrapper
  .company-container
  .logo-container {
  display: block;
  position: relative;
  width: 100%;
  min-height: 9rem;
}

.page_patient-identification
  .companies-table
  .row
  .col
  .company-wrapper
  .company-container
  .logo-container
  img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page_patient-identification
  .companies-table
  .row
  .col
  .company-wrapper
  .company-container
  .copy-container {
  display: block;
  width: 100%;
}

.page_patient-identification
  .companies-table
  .row
  .col
  .company-wrapper.aaem
  .logo-container
  img {
  width: 221px;
  height: 69px;
}

.page_patient-identification
  .companies-table
  .row
  .col
  .company-wrapper.aaaai
  .logo-container
  img {
  width: 109px;
  height: 93.66667px;
}

.page_patient-identification
  .companies-table
  .row
  .col
  .company-wrapper.aafp
  .logo-container
  img {
  width: 177px;
  height: 78px;
  margin-top: -14px;
}

@media (max-width: 767px) {
  .page_patient-identification
    .companies-table
    .row
    .col
    .company-wrapper.aafp
    .logo-container
    img {
    margin-top: unset;
  }
}

@media (max-width: 1024px) {
  .page_patient-identification .companies-table .row .col {
    padding: 0;
  }
}

.page_patient-identification .companies-table .row .col:first-of-type {
  padding-left: unset;
}

.page_patient-identification .companies-table .row .col:last-of-type {
  padding-right: unset;
}

.page_reimbursement-support .two-column-container {
  margin-top: 3rem;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .section-header {
  margin-top: unset;
}

@media (max-width: 1024px) {
  .page_reimbursement-support
    .two-column-container.reimbursement-support-container
    .section-header {
    min-height: unset;
  }
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col {
  padding: 0 1rem;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.left {
  border-right: 1px solid #979797;
}

@media (max-width: 1024px) {
  .page_reimbursement-support
    .two-column-container.reimbursement-support-container
    .col.left {
    border-right: unset;
  }
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.left
  img {
  display: block;
  margin: 0 auto;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.left
  img.card {
  width: 384px;
  height: 247px;
}

@media (max-width: 767px) {
  .page_reimbursement-support
    .two-column-container.reimbursement-support-container
    .col.left
    img.card {
    width: 100%;
    height: auto;
  }
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.left
  img.enroll-btn {
  width: 276px;
  height: 40px;
  margin: 1rem auto;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.left
  .details-container {
  margin-top: 1rem;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.left
  .details-container
  .header {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 14px;
  color: #253746;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right {
  text-align: center;
}

@media (max-width: 1024px) {
  .page_reimbursement-support
    .two-column-container.reimbursement-support-container
    .col.right
    .section-header {
    margin-top: 4rem;
  }
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  img {
  display: block;
  width: 266px;
  height: 110px;
  margin: 0 auto;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .contact-info {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 18px;
  color: #253746;
  margin-top: 1rem;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .contact-info
  .smallcaps {
  text-transform: uppercase;
  font-size: 14px;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .contact-info
  p {
  font-size: 18px;
  line-height: 24px;
  color: #e87722;
  text-align: center;
  max-width: 426px;
  margin: 12px auto;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .support-icons-container {
  margin-top: 0.9rem;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .page_reimbursement-support
    .two-column-container.reimbursement-support-container
    .col.right
    .support-icons-container {
    display: table;
  }
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .support-icons-container
  .col {
  padding: 0 1rem;
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .page_reimbursement-support
    .two-column-container.reimbursement-support-container
    .col.right
    .support-icons-container
    .col {
    margin-top: 0;
  }
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .support-icons-container
  .col
  .icon-row {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 8px;
  max-width: 300px;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .support-icons-container
  .col
  .icon-row
  .icon {
  -ms-flex: 1 1 48px;
  flex: 1 1 48px;
  width: 48px;
  margin: 0 16px 0 0;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .support-icons-container
  .col
  .icon-row
  .icon
  img {
  margin: 0 auto;
  display: block;
  width: 48px;
  height: auto;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .support-icons-container
  .col
  .icon-row
  .copy {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -ms-flex: 1 1 232px;
  flex: 1 1 232px;
  width: 232px;
  text-align: left;
  font-size: 12px;
  color: #253746;
  margin: 0;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .cta-patient-pdf
  p {
  max-width: 304px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
}

.page_reimbursement-support
  .two-column-container.reimbursement-support-container
  .col.right
  .cta-patient-pdf
  .btn-container {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .page_reimbursement-support .block-req-rep-cta .content .cta {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page_reimbursement-support .block-req-rep-cta .content p {
  font-size: 18px;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.page_reimbursement-support .block-req-rep-cta .content p small {
  font-size: 12px;
}

.page_reimbursement-support .block-req-rep-cta .content a {
  color: #e87722;
  font-weight: 700;
  display: inline-block;
}

@media (min-width: 1025px) {
  .page_reimbursement-support
    .block-req-rep-cta.block-req-rep-cta--alt
    .content {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }

  .page_reimbursement-support .block-req-rep-cta .content .cta {
    min-height: 126px;
  }
}

.section-subhead {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  line-height: 19px;
  color: #253746;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .section-subhead {
    display: block;
    padding: 0 1rem;
  }
}

.icons-table .row:first-of-type .col {
  width: 33.33333%;
}

@media (max-width: 767px) {
  .icons-table .row:first-of-type .col {
    display: block;
    width: 100%;
  }
}

.icons-table .row:first-of-type .col .copy {
  min-height: 2.5rem;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .icons-table .row:first-of-type .col .copy {
    min-height: 3.5rem;
  }
}

.icons-table .row:first-of-type .btn-container {
  background-color: #e87722;
}

.icons-table .row:first-of-type img {
  margin-bottom: 1rem;
  width: 146px;
  height: 145px;
}

.page_efficacy .boxes {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 450px;
}

.page_efficacy .boxes .head {
  color: #fff;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.page_efficacy .boxes .two .head {
  color: #e87722;
}

.page_efficacy .trigger-section {
  margin-bottom: 20px;
  margin-top: 83px;
}

.page_efficacy .trigger-section .intro {
  margin-top: 141px;
}

.page_efficacy .block-phase-3 .two-column-container .col.left {
  padding-right: 25px;
}

.page_efficacy .block-primary-endpoint .header h5,
.page_efficacy .block-secondary-endpoints .header h5,
.page_efficacy .info-box .header h5 {
  color: #e87722;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.page_efficacy .block-primary-endpoint .bottom-heading h5 {
  color: #e87722;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.4px;
  padding: 0 1rem;
}

.page_efficacy .block-primary-endpoint .header h5 span,
.page_efficacy .block-secondary-endpoints .header h5 span,
.page_efficacy .info-box .header h5 span {
  display: block;
  color: #253746;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 7px;
}

.page_efficacy .info-box .box {
  border-radius: 30px;
  background: #e87722;
  padding: 50px 45px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .page_efficacy .boxes {
    height: 650px;
    margin: 0 auto;
    max-width: 308px;
    line-height: 20px;
    margin-bottom: 100px;
  }

  .page_efficacy .trigger-section .intro {
    margin-top: 83px;
  }

  .page_efficacy .block-phase-3 .two-column-container .col.left {
    padding-right: 0;
  }

  .page_efficacy .block-primary-endpoint .header h5,
  .page_efficacy .block-secondary-endpoints .header h5,
  .page_efficacy .info-box .header h5 {
    font-size: 20px;
    line-height: 26px;
  }

  .page_efficacy .info-box {
    padding: 0 1rem;
  }

  .page_efficacy .info-box .box {
    padding: 30px 25px;
  }
}

@media (min-width: 1025px) {
  .page_efficacy .block-primary-endpoint .bottom-heading h5 {
    margin-left: 250px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .page_efficacy .boxes {
    height: 650px;
  }
}

.page_efficacy .boxes .one,
.page_efficacy .boxes .two {
  position: absolute;
  top: 0;
  border-radius: 41px;
  height: 100%;
  min-height: 321px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page_efficacy .boxes .one,
    .page_efficacy .boxes .two {
      min-height: 300px;
    }
  }
}

.page_efficacy .boxes .one {
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 18px;
  left: 0;
  border-radius: 41px;
  background-color: #e87722;
  color: #fff;
  width: 480px;
  z-index: 2;
  padding-top: 35vw;
  padding-left: 49px;
  padding-right: 33.5px;
}

@media (min-width: 768px) {
  .page_efficacy .boxes .one {
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  .page_efficacy .boxes .one {
    height: 275px;
    width: 308px;
    padding: 31px 23px 31px 30px;
    max-width: 308px;
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .page_efficacy .boxes .one {
    height: 350px;
  }
}

.page_efficacy .boxes .two {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  background: rgba(242, 169, 0, 0.3);
  color: #253746;
  right: 0;
  width: 548px;
  z-index: 1;
  padding-top: 105px;
  padding-right: 45px;
  padding-left: 129px;
}

@media (min-width: 768px) {
  .page_efficacy .boxes .two {
    padding-top: 116px;
  }
}

@media (min-width: 1025px) {
  .page_efficacy .boxes .two {
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  .page_efficacy .boxes .two {
    height: 469px;
    bottom: 0;
    right: unset;
    top: 225px;
    padding-bottom: 27px;
    padding-left: 27px;
    max-width: 308px;
    font-size: 16px;
    padding-top: 155px;

  }
}

@media (max-width: 1024px) {
  .page_efficacy .two-column-container {
    padding: 0 1rem;
  }
}

.page_efficacy .two-column-container .col {
  max-width: unset;
  width: unset;
}

.page_efficacy .two-column-container .col .bullets li span,
.page_efficacy .two-column-container .col .bullets .header {
  font-size: 16px;
  line-height: 20px;
}

.page_efficacy .two-column-container .col.right {
  width: 352px;
}

@media screen and (max-width: 370px) {
  .page_efficacy .two-column-container .col.right {
    width: 330px;
  }
}

.page_efficacy .two-column-container .col .rash-arm-container img {
  width: 100%;
  max-width: 352px;
  height: 222px;
}

.page_efficacy .two-column-container .col .rash-arm-container .img-copy {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  color: #253746;
  line-height: 14px;
}

.page_efficacy .two-column-container .col .rash-arm-container .strong {
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  .page_efficacy .two-column-container .col.right {
    padding-top: 1rem;
  }

  .page_efficacy .chart-section .swap-container {
    padding: 0 24px;
  }
}

.page_efficacy .chart-section img {
  margin: 0 auto;
  display: block;
  max-width: 100% !important;
}

.page_efficacy .chart-section .fewer-returns-banner {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  color: #f2a900;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 4rem 0;
}

@media (max-width: 767px) {
  .page_efficacy .chart-section .fewer-returns-banner {
    max-width: 318px;
    margin: 0 auto;
  }
}

.page_sitemap .hero-container .hero-content .hero-copy {
  width: 100%;
  text-align: center;
}

.page_sitemap .hero-container .hero-content .hero-copy h1 {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 34px;
}

.page_sitemap .block-sitemap-content {
  margin-top: 150px;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .page_sitemap .hero-container .hero-content {
    top: 9rem;
    height: unset;
  }

  .page_sitemap .block-sitemap-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .page_sitemap .hero-container .hero-content {
    top: 14rem;
  }
}

.sitemap-container {
  display: table;
  width: 100%;
  margin: 2rem auto;
}

@media (max-width: 1024px) {
  .sitemap-container {
    display: block;
    padding: 0 1rem;
  }
}

.sitemap-container .col {
  display: table-cell;
}

@media (max-width: 1024px) {
  .sitemap-container .col {
    display: block;
    text-align: center;
  }
}

.sitemap-container .col ul.sitemap-links {
  list-style: none;
  padding: 0;
}

.sitemap-container .col ul.sitemap-links li a {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #253746;
  text-decoration: none;
}

.sitemap-container .col ul.sitemap-links li a .newline {
  display: inline;
}

.page_404 .section-copy {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  color: #253746;
  text-align: center;
}

.page_404 .hero-container .hero-content .hero-copy {
  width: 100%;
}

.page_404 .hero-container .hero-content .hero-copy h1 {
  text-align: center;
}

.page_404 .hero-inner .image-404 {
  padding-left: 40px;
}

.page_404 .hero-inner .image-404 img {
  max-width: 112px;
}

.page_404 .block-error-content {
  margin-top: 150px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .page_404 .hero-container .hero-content {
    padding-top: 5rem;
  }

  .page_404 .hero-inner .image-404 {
    text-align: center;
    padding-left: unset;
  }
}

@media (max-width: 1024px) {
  .page_404 .block-error-content {
    margin-top: 80px;
    margin-bottom: 77px;
  }
}

.page_404 .hero-h1-container div {
  width: 100%;
  display: block;
}

.page_404 .hero-h1-container .copy {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

.page_404 .hero-h1-container .image img {
  display: block;
  margin: 1rem auto;
  width: 106px;
  height: 106px;
}

.page_safety .footnotes {
  margin: 0;
}

.page_safety .box {
  border-radius: 24px;
  background-color: #e87722;
}

.page_safety .box .content {
  padding: 30px 40px;
  color: #fff;
}

.page_safety .box .content .header {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  max-width: 95%;
  margin: 0 auto 26px;
}

@media (max-width: 1024px) {
  .page_safety .box .content .header {
    font-size: 18px;
    line-height: 22px;
  }
}

.page_safety .box .content .copy {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
}

.page_safety .chart-section .swap-container img {
  max-width: 100% !important;
}

@media (max-width: 1024px) {
  .page_safety .box {
    margin: 0 1.5rem;
  }

  .page_safety .chart-section .swap-container {
    padding: 0 24px;
  }
}

.page_request .form-container {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 80px;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .page_request .form-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page_request .form-container form {
  padding: 17px;
}

@media (min-width: 768px) {
  .page_request .form-container form {
    padding: 15px;
    padding-left: 112px;
  }
}

@media (min-width: 768px) {
  .page_request .form-container .form-bottom {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .page_request .form-container .npi-lookup-intro {
    max-width: 50%;
  }
}

.page_request .form-container .form-submit-btn {
  background: #e87723;
  margin-top: 30px;
}

.page_request .form-container .form-submit-btn .btn {
  width: 100%;
  height: 100%;
}

.page_request .intro {
  font-size: 16px;
}

@media (min-width: 768px) {
  .page_request .intro {
    padding-right: 12%;
  }
}

.page_request .intro a {
  color: #3eb1c8;
  font-weight: 700;
  text-decoration: underline;
}

.page_request .intro.form-intro {
  font-style: italic;
}

@media (min-width: 1025px) {
  .page_request .main-section.cta-section {
    max-width: 1000px;
    margin-bottom: 70px;
  }
}

@media (max-width: 1024px) {
  .page_request .main-section.cta-section {
    margin-bottom: 200px;
  }
}

.page_request .cta-group .btn-container {
  background: #e87723;
  font-weight: 700;
  border-radius: 20px;
}

#npi-no-results,
#npi-results {
  margin-top: 65px;
}

.npi-lookup h3 {
  color: #3eb1c8;
  font-size: 20px;
  font-weight: 800;
}

.npi-lookup .btn-container {
  margin-top: 40px;
  background: #e87723;
}

.npi-lookup table {
  width: 100%;
}

.npi-lookup table thead {
  display: none;
}

@media (min-width: 768px) {
  .npi-lookup table thead {
    display: block;
    display: table-header-group;
  }
}

.npi-lookup table th {
  font-size: 16px;
  padding-bottom: 10px;
}

.npi-lookup table tr {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .npi-lookup table tr {
    display: table-row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

.npi-lookup table td {
  font-size: 14px;
  padding: 2px 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #253746;
}

@media (min-width: 768px) {
  .npi-lookup table td {
    padding: 0 10px 5px 0;
  }
}

.npi-lookup table td.col-cta button {
  color: #3eb1c8;
  font-weight: 800;
  background: none;
  border: none;
  padding: 0;
}

.page_home .header {
  display: block;
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 18px;
  color: #253746;
  margin: 2rem 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .page_home .header {
    padding: 0 1rem;
  }
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/98e3f6/000000000000000077359562/30/l?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/98e3f6/000000000000000077359562/30/d?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff"),
    url(https://use.typekit.net/af/98e3f6/000000000000000077359562/30/a?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/e4b1a9/000000000000000077359571/30/l?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/e4b1a9/000000000000000077359571/30/d?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff"),
    url(https://use.typekit.net/af/e4b1a9/000000000000000077359571/30/a?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

.tk-proxima-nova {
  font-family: proxima-nova, sans-serif;
}

#cookie-banner {
  position: absolute;
  width: 100%;
  max-height: 192px;
  top: 0;
  left: 0;
  background-color: #fec524;
  padding: 0;
  margin: 0;
}

#cookie-banner > div {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 112rem;
  padding: 20px 24px 24px;
}

@media screen and (min-width: 1024px) {
  #cookie-banner > div {
    padding: 8px 0;
  }
}

#cookie-banner > div > p {
  font-display: swap;
  font-family: proxima-nova, sans-serif;
  margin: 0 0 8px;
  padding: 0;
  width: calc(((100% - (32px * 1) / 12) * 6) + 160px);
  max-width: 688px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

@media screen and (min-width: 1024px) {
  #cookie-banner > div > p {
    margin: 0 32px 0 0;
  }
}

#cookie-banner > div > p > a,
#cookie-banner > div > p > a:link {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}

#cookie-banner > div > input {
  font-display: swap;
  width: calc(((100% - (32px * 1) / 12) * 2) + 32px);
  max-width: 192px;
  background-color: #fec524;
  border: 3px solid #000;
  width: 163px;
  height: 43px;
  font-size: 16px;
  line-height: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

/*css for request a rep page*/

.page-request-a-rep .form-section {
  margin-bottom: 80px;
}

@media (min-width: 1025px) {
  .page-request-a-rep .form-section {
    margin-bottom: 161px;
  }
}

/*Trigger Links*/

.tigger-links ul {
  list-style-type: none;
  padding: 0 40px;
  text-align: center;
}

.tigger-links ul li .text {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #e87722;
  font-weight: 700;
}

.tigger-links ul li .trigger-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  background-color: #e87722;
  min-width: 200px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 24px 8px 24px;
  border-radius: 15px;
}

@media (min-width: 1025px) {
  .tigger-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1024.98px) {
  .tigger-links {
    max-width: 420px;
    margin: 0 auto;
  }

  .tigger-links ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  .tigger-links ul li .trigger-btn {
    width: 100%;
  }
}

/*block-req-rep-cta*/

.block-req-rep-cta {
  margin-top: 95px;
  margin-bottom: 95px;
}

.block-req-rep-cta .content {
  position: relative;
  min-height: 126px;
  padding-top: 54px;
}

.block-req-rep-cta .content .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 108px;
}

.block-req-rep-cta .content .icon img {
  width: 100%;
  height: 100%;
}

.block-req-rep-cta .content .cta {
  background-color: rgba(136, 219, 223, 0.2);
  padding: 85px 38px 46px 38px;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.block-req-rep-cta .content .cta .copy {
  text-align: center;
  width: 100%;
}

.block-req-rep-cta .content .cta .copy h5 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #e87722;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-family: Nunito, sans-serif;
  margin-bottom: 24px;
}

.block-req-rep-cta .content .cta .copy p {
  margin: 0;
}

.block-req-rep-cta .content .cta .btn-wrap {
  text-align: center;
  margin-top: 33px;
}

.block-req-rep-cta .content .cta .btn {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  font-size: 16px;
  line-height: 20px;
  background-color: #e87722;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 24px 8px 24px;
  border-radius: 15px;
}

@media (min-width: 1025px) {
  .block-req-rep-cta {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .block-req-rep-cta .content {
    padding-top: 0;
  }

  .block-req-rep-cta .content .icon {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 126px;
    height: 126px;
  }

  .block-req-rep-cta .content .cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 60px 60px 0px;
    gap: 30px;
    margin-left: 63px;
    padding: 21px 75px 21px 110px;
  }

  .block-req-rep-cta .content .cta .copy {
    text-align: left;
    max-width: 490px;
  }

  .block-req-rep-cta .content .cta .copy h5 {
    margin: 0;
    margin-bottom: 8px;
  }

  .block-req-rep-cta .content .cta .btn-wrap {
    text-align: right;
    margin-top: 0;
  }
}

/*block-ctas*/

.block-ctas {
  padding: 0 1.5rem;
  margin-bottom: 104px;
}

.block-ctas .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.block-ctas .row .col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

.block-ctas .row .col:last-child {
  margin-bottom: 0;
}

.block-ctas .block-ctas__card {
  height: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 280px;
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  padding: 40px 32px 42px;
  background-color: #fbe5b2;
}

.block-ctas .block-ctas__card .block-ctas__title {
  display: flex;
  min-height: 50px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
}

.block-ctas .block-ctas__card .block-ctas__title h4 {
  margin: 0;
  color: #e87722;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-ctas .block-ctas__card .block-ctas__btn {
  margin-top: auto;
}

.block-ctas .block-ctas__card .block-ctas__btn .btn {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  font-size: 16px;
  line-height: 20px;
  background-color: #e87722;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 24px 8px 24px;
  border-radius: 15px;
}

@media (min-width: 576px) {
  .block-ctas .row .col {
    width: 50%;
  }

  .block-ctas .block-ctas__card {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .block-ctas .row .col {
    width: 33.333%;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .block-ctas {
    padding: 0 1rem;
    margin-bottom: 110px;
  }

  .block-ctas .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .block-ctas .row .col {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* block-card-icon */

.block-card-icon {
  margin-top: 72px;
  padding: 0 24px;
}

.block-card-icon .section-header {
  padding: 0;
  margin-bottom: 14px;
}

.block-card-icon .section-header h4 {
  font-size: 18px;
  line-height: 23.4px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-card-icon .block-content {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 44px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-card-icon .block-content p {
  margin-top: 0;
}

.block-card-icon .card-icon__wrap {
  margin-bottom: 48px;
}

.block-card-icon .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.block-card-icon .row .col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 48px;
}

.block-card-icon .row .col:last-child {
  margin-bottom: 0;
}

.block-card-icon .card-icon .card-icon__media {
  margin: 0 auto;
  max-width: 164px;
  margin-bottom: 30px;
}

.block-card-icon .card-icon .card-icon__media img {
  height: auto;
  max-width: 100%;
}

.block-card-icon .card-icon .card-icon__content {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 0 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-card-icon .card-icon .card-icon__content p {
  margin-bottom: 0;
}

.block-card-icon .card-icon .card-icon__content p:first-of-type {
  margin-top: 0;
}

.block-card-icon .footnotes {
  padding: 0;
}

.block-card-icon .footnotes ul li {
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 576px) {
  .block-card-icon .row .col {
    width: 50%;
  }

  .block-card-icon .section-header h4 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .block-card-icon .section-header h4 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .block-card-icon .row .col {
    width: 33.333%;
  }
}

@media (min-width: 1025px) {
  .block-card-icon .row {
    margin-left: -50px;
    margin-right: -50px;
  }

  .block-card-icon .row .col {
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .block-card-icon .section-header {
    margin-bottom: 40px;
  }

  .block-card-icon .section-header h4 {
    font-size: 28px;
  }

  .block-card-icon .block-content {
    text-align: left;
    margin-bottom: 40px;
  }

  .block-card-icon .card-icon .card-icon__content {
    padding: 0 10px;
  }

  .block-card-icon .card-icon__wrap {
    margin-bottom: 42px;
  }
}

/* Block Comprehensive support - Reimbursement & Support page */

.block-comprehensive-support {
  margin: 0 auto;
  padding: 88px 20px 0;
}

.block-comprehensive-support .block-title {
  margin-bottom: 35px;
}

.block-comprehensive-support .block-title h3 {
  margin: 0;
  color: #e87722;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-comprehensive-support .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}

.block-comprehensive-support .row .col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

.block-comprehensive-support .row .col:last-child {
  margin-bottom: 0;
}

.block-comprehensive-support .block-comprehensive-support__media {
  max-width: 256px;
  margin: 0 auto;
}

.block-comprehensive-support .block-comprehensive-support__media img {
  height: auto;
  max-width: 100%;
}

.block-comprehensive-support .block-comprehensive-support__content .title {
  margin-bottom: 24px;
}

.block-comprehensive-support .block-comprehensive-support__content .title p {
  margin-top: 0;
  font-size: 16px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-comprehensive-support .block-comprehensive-support__content .bullets {
  margin-top: 0;
}

.block-comprehensive-support
  .block-comprehensive-support__content
  .bullets
  ul
  li {
  margin-bottom: 8px;
}

.block-comprehensive-support
  .block-comprehensive-support__content
  .bullets
  ul
  li
  span {
  font-size: 16px;
  line-height: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-comprehensive-support .block-comprehensive-support__content .btn-wrap {
  padding-top: 26px;
  text-align: center;
}

.block-comprehensive-support
  .block-comprehensive-support__content
  .btn-wrap
  .btn {
  display: inline-block;
  text-align: center;
  min-width: 246px;
  font-size: 16px;
  line-height: 20px;
  background-color: #e87722;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 24px 8px 24px;
  border-radius: 15px;
}

@media (min-width: 576px) {
  .block-comprehensive-support .block-title {
    margin-bottom: 40px;
  }

  .block-comprehensive-support .block-title h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .block-comprehensive-support .block-comprehensive-support__media {
    max-width: 320px;
  }
}

@media (min-width: 768px) {
  .block-comprehensive-support .block-title h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .block-comprehensive-support .block-title {
    margin-bottom: 48px;
  }

  .block-comprehensive-support .block-title h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .block-comprehensive-support .row .col {
    width: 50%;
    margin-bottom: 0;
  }

  .block-comprehensive-support .block-comprehensive-support__media {
    max-width: 360px;
  }

  .block-comprehensive-support .block-comprehensive-support__content .btn-wrap {
    text-align: left;
    padding-top: 35px;
  }
}

@media (min-width: 1025px) {
  .block-comprehensive-support {
    padding: 100px 0 0;
  }

  .block-comprehensive-support .block-title {
    margin-bottom: 60px;
  }

  .block-comprehensive-support .block-title h3 {
    font-size: 32px;
    line-height: 41.6px;
  }

  .block-comprehensive-support .row {
    margin-left: -36px;
    margin-right: -36px;
  }

  .block-comprehensive-support .row .col {
    padding-left: 36px;
    padding-right: 36px;
  }

  .block-comprehensive-support .block-comprehensive-support__media {
    max-width: 368px;
  }
}

.page_reimbursement-support .block-req-rep-cta {
  margin: 52px auto 44px;
}

@media (min-width: 1025px) {
  .page_reimbursement-support .block-req-rep-cta {
    margin: 100px auto;
  }
}

.page_reimbursement-support .section-divider {
  margin: 50px 0;
}

@media (min-width: 1025px) {
  .page_reimbursement-support .section-divider {
    margin: 100px 0;
  }
}

/* block-additional-support */

.block-additional-support {
  margin: 0 auto;
  padding: 0 20px;
}

.block-additional-support .section-header {
  margin: 0;
  padding: 20px 0;
  margin-bottom: 6px;
}

.block-additional-support .section-header h3 {
  font-weight: 700;
}

.block-additional-support .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.block-additional-support .row .col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 48px;
}

.block-additional-support .row .col:last-child {
  margin-bottom: 0;
}

.block-additional-support .card-support {
  display: flex;
  flex-direction: column;
}

.block-additional-support .card-support .card-support__media {
  margin: 0 auto;
  max-width: 142px;
  margin-bottom: 16px;
}

.block-additional-support .card-support .card-support__media img {
  height: auto;
  max-width: 100%;
}

.block-additional-support .card-support .card-support__title {
  text-align: center;
  margin-bottom: 20px;
}

.block-additional-support .card-support .card-support__title h4 {
  margin: 0;
  color: #3eb1c8;
  font-size: 18px;
  font-weight: 800;
  line-height: 23.4px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-additional-support .card-support .card-support__content {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-additional-support .card-support .card-support__content p {
  margin-top: 0;
}

.block-additional-support .card-support .card-support__content p:last-of-type {
  margin-bottom: 0;
}

.block-additional-support .card-support .card-support__contact {
  font-size: 18px;
  line-height: 23.4px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-additional-support .card-support .card-support__contact p {
  margin-top: 0;
}

.block-additional-support .card-support .card-support__contact p:last-of-type {
  margin-bottom: 0;
}

.block-additional-support .card-support .card-support__contact p.para-1 {
  padding-top: 25px;
}

.block-additional-support .card-support .card-support__contact a {
  color: #e87722;
}

@media (min-width: 768px) {
  .block-additional-support .row .col {
    width: 50%;
    margin-bottom: 0;
  }

  .block-additional-support .card-support {
    height: 100%;
  }

  /* .block-additional-support .card-support .card-support__contact {
        margin-top: auto;
    } */
}

@media (min-width: 992px) {
  .block-additional-support .section-header {
    margin-bottom: 10px;
  }

  .block-additional-support .card-support .card-support__media {
    margin-bottom: 18px;
  }

  .block-additional-support .card-support .card-support__title {
    margin-bottom: 18px;
  }

  .block-additional-support .card-support .card-support__content {
    font-size: 18px;
    line-height: 23.4px;
  }
}

@media (min-width: 1025px) {
  .block-additional-support {
    padding: 0;
  }

  .block-additional-support .row {
    margin-left: -50px;
    margin-right: -50px;
  }

  .block-additional-support .row .col {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1025px) {
  .block-additional-support .card-support .card-support__contact p.para-1 {
    padding-top: unset;
  }
}

@media (max-width: 856px) {
  .block-additional-support .card-support .card-support__contact p.para-1 {
    padding-top: 25px;
  }
}

@media (max-width: 768px) {
  .block-additional-support .card-support .card-support__contact p.para-1 {
    padding-top: unset;
  }
}

/*block-storage-handling*/

.block-storage-handling .copy {
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  color: #253746;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.4px;
}

/* block-reimbursement-support */

.block-reimbursement-support {
  margin: 0 auto;
  padding: 0 20px;
}

.block-reimbursement-support .section-header {
  margin-top: 0;
  margin-bottom: 40px;
}

.block-reimbursement-support .block-ctas.block-ctas--alt {
  margin: 0;
  padding: 0;
}

.block-reimbursement-support .block-ctas.block-ctas--alt .block-ctas__card {
  max-width: 100%;
}

.block-reimbursement-support
  .block-ctas.block-ctas--alt
  .block-ctas__card
  .block-ctas__btn
  .btn {
  min-width: 235px;
  margin-bottom: 18px;
}

.block-reimbursement-support
  .block-ctas.block-ctas--alt
  .block-ctas__card
  .block-ctas__btn
  .btn:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .block-reimbursement-support .block-ctas.block-ctas--alt .row .col {
    width: 100%;
  }

  .block-reimbursement-support .block-ctas.block-ctas--alt .block-ctas__card {
    max-width: 440px;
  }
}

@media (min-width: 768px) {
  .block-reimbursement-support .block-ctas.block-ctas--alt .row .col {
    width: 50%;
    margin-bottom: 0;
  }

  .block-reimbursement-support .block-ctas.block-ctas--alt .block-ctas__card {
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  .block-reimbursement-support {
    padding: 0 32px;
  }

  .block-reimbursement-support .section-header {
    margin-bottom: 50px;
  }

  .block-reimbursement-support
    .block-ctas.block-ctas--alt
    .block-ctas__card
    .block-ctas__btn
    .btn {
    margin-bottom: 20px;
  }

  .block-reimbursement-support .block-ctas.block-ctas--alt {
    max-width: 860px;
    margin: 0 auto;
  }
}

/* block-disclaimer */

.block-disclaimer {
  margin: 0 auto;
  padding: 0 20px;
}

.block-disclaimer .block-disclaimer__title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-disclaimer .block-disclaimer__title,
.block-disclaimer .block-disclaimer__content {
  font-size: 16px;
  line-height: 18px;
}

.block-disclaimer .block-disclaimer__title p,
.block-disclaimer .block-disclaimer__content p {
  margin-top: 0;
}

.block-disclaimer .block-disclaimer__title p:last-of-type,
.block-disclaimer .block-disclaimer__content p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .block-disclaimer {
    padding: 0;
    max-width: 860px;
  }
}

/* block-copay-savings-program */

.block-copay-savings-program {
  margin: 0 auto;
  padding: 0 20px;
}

.block-copay-savings-program .section-header {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.block-copay-savings-program .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.block-copay-savings-program .row.col-reverse {
  flex-direction: column-reverse;
}

.block-copay-savings-program .row .col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.block-copay-savings-program .block-copay-savings-program__media {
  margin-bottom: 26px;
}

.block-copay-savings-program .block-copay-savings-program__media img {
  height: auto;
  max-width: 100%;
}

.block-copay-savings-program .block-copay-savings-program__content {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-copay-savings-program .block-copay-savings-program__content p {
  margin-top: 0;
}

.block-copay-savings-program
  .block-copay-savings-program__content
  p:last-of-type {
  margin-bottom: 0;
}

.block-copay-savings-program .block-copay-savings-program__content .btn-wrap {
  padding-top: 22px;
}

.block-copay-savings-program
  .block-copay-savings-program__content
  .btn-wrap
  .btn {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  font-size: 16px;
  line-height: 20px;
  background-color: #e87722;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 24px 8px 24px;
  border-radius: 15px;
}

.block-copay-savings-program .footnotes {
  padding: 0;
}

.block-copay-savings-program .footnotes ul li {
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .block-copay-savings-program .row {
    align-items: center;
  }

  .block-copay-savings-program .row.col-reverse {
    flex-direction: row;
  }

  .block-copay-savings-program .row .col {
    width: 50%;
  }

  .block-copay-savings-program .block-copay-savings-program__content {
    margin-bottom: 0;
    text-align: left;
  }

  .block-copay-savings-program .block-copay-savings-program__content .btn-wrap {
    padding-top: 26px;
  }

  .block-copay-savings-program .block-copay-savings-program__media {
    margin-bottom: 0;
  }

  .block-copay-savings-program .footnotes {
    margin-top: 14px;
  }
}

@media (min-width: 992px) {
  .block-copay-savings-program .row {
    justify-content: center;
  }

  .block-copay-savings-program .row .col.left {
    width: 40%;
  }

  .block-copay-savings-program .footnotes {
    max-width: 832px;
  }
}

@media (min-width: 1025px) {
  .block-copay-savings-program {
    max-width: 870px;
  }

  .block-copay-savings-program .row {
    margin-left: -32px;
    margin-right: -32px;
  }

  .block-copay-savings-program .row .col {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.page_reimbursement-support .trigger-section {
  margin: 0 auto;
  margin-top: 50px;
}

.page_reimbursement-support .trigger-section .tigger-links {
  max-width: 100%;
}

.page_reimbursement-support .trigger-section ul {
  margin-bottom: 0;
}

.page_reimbursement-support .trigger-section .trigger-btn {
  max-width: 280px;
}

@media (min-width: 768px) {
  .page_reimbursement-support .trigger-section {
    max-width: 760px;
  }

  .page_reimbursement-support .trigger-section .trigger-btn {
    min-width: 275px;
  }
}

@media (min-width: 992px) {
  .page_reimbursement-support .trigger-section ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .page_reimbursement-support .trigger-section ul li {
    margin-bottom: 0;
  }

  .page_reimbursement-support .trigger-section {
    margin-top: 52px;
  }
}

@media (min-width: 1025px) {
  .block-req-rep-cta.max-w-860 .content {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*  block-card-patients */

.block-card-patients {
  padding: 0 20px;
  margin: 60px auto 80px;
}

.block-card-patients .section-header {
  margin-top: 0;
  margin-bottom: 32px;
}

.block-card-patients .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.block-card-patients .row .col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 28px;
}

.block-card-patients .row .col:last-child {
  margin-bottom: 0;
}

.block-card-patients .card-patients {
  padding-top: 30px;
  background: linear-gradient(
    180deg,
    rgba(62, 177, 200, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 85%
  );
}

.block-card-patients .card-patients .card-patients__title,
.block-card-patients .card-patients .card-patients__content {
  padding: 0 24px;
}

.block-card-patients .card-patients .card-patients__title {
  margin-bottom: 14px;
}

.block-card-patients .card-patients .card-patients__title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 41.6px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-card-patients .card-patients .card-patients__content .bullets {
  margin-top: 0;
  margin-bottom: 20px;
}

.block-card-patients .card-patients .card-patients__content .bullets ul li {
  margin-bottom: 8px;
}

.block-card-patients
  .card-patients
  .card-patients__content
  .bullets
  ul
  li
  span {
  font-size: 16px;
  line-height: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-card-patients .card-patients .card-patients__content p {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-card-patients .card-patients .card-patients__member {
  position: relative;
}

.block-card-patients .card-patients .card-patients__memberInfo {
  padding: 0 16px;
  margin-bottom: 12px;
}

.block-card-patients .card-patients .card-patients__memberInfo p {
  margin-top: 0;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-card-patients .card-patients .card-patients__memberInfo p:last-of-type {
  margin-bottom: 0;
}

.block-card-patients
  .card-patients
  .card-patients__member
  .card-patients__memberImage {
  line-height: 0;
  max-width: 240px;
  max-width: calc(100% - 90px);
}

.block-card-patients
  .card-patients
  .card-patients__member
  .card-patients__memberImage
  img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.block-card-patients
  .card-patients
  .card-patients__member
  .card-patients__memberImage
  img.maria {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .block-card-patients
    .card-patients
    .card-patients__member
    .card-patients__memberImage
    img.maria {
    width: 100%;
  }
}

.block-card-patients .card-patients .card-patients__member .footnote {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  max-width: 80px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-card-patients .footnotes {
  padding: 0;
  margin-top: 12px;
}

.block-card-patients .footnotes p {
  margin-top: 0;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
}

.block-card-patients .footnotes ul li {
  margin-left: 0;
  font-size: 16px;
  line-height: 18px;
  padding-left: 6px;
}

.block-card-patients .footnotes ul li .symbol {
  left: 0;
}

@media (min-width: 768px) {
  .block-card-patients .card-patients {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .block-card-patients .row {
    margin-left: -9px;
    margin-right: -9px;
  }

  .block-card-patients .row .col {
    width: 50%;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 0;
  }

  .block-card-patients .card-patients .card-patients__title h3 {
    font-size: 26px;
  }

  .block-card-patients .card-patients .card-patients__member {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .block-card-patients {
    margin-bottom: 100px;
  }

  .block-card-patients .section-header {
    margin: 0 auto;
    max-width: 808px;
    margin-bottom: 70px;
  }

  .block-card-patients .card-patients {
    padding-top: 36px;
  }

  .block-card-patients .card-patients .card-patients__title,
  .block-card-patients .card-patients .card-patients__content {
    padding: 0 30px;
  }

  .block-card-patients .card-patients .card-patients__title h3 {
    font-size: 32px;
  }

  .block-card-patients .card-patients .card-patients__member {
    display: flex;
  }

  .block-card-patients .card-patients .card-patients__member.row-reverse {
    flex-direction: row-reverse;
  }

  .block-card-patients
    .card-patients
    .card-patients__member
    .card-patients__memberInfo {
    width: 46%;
    padding: 0 6px;
    margin-bottom: 0px;
  }

  /* .block-card-patients .card-patients .card-patients__member .card-patients__memberInfo, */
  .block-card-patients
    .card-patients
    .card-patients__member
    .card-patients__memberImage {
    width: 54%;
    align-self: flex-end;
  }

  .block-card-patients
    .card-patients
    .card-patients__member
    .card-patients__memberImage {
    max-width: 100%;
  }

  .block-card-patients .card-patients .card-patients__member .footnote {
    max-width: 100%;
    left: calc(100% - 42%);
  }
}

/* block-two-col */

.block-two-col {
  margin: 0 auto;
  padding: 0 20px;
}

.block-two-col .section-header {
  padding: 0;
  margin-top: 0;
  margin-bottom: 18px;
}

.block-two-col .footnotes {
  padding: 0;
}

.block-two-col .footnotes ul li {
  margin-left: 0;
  line-height: 18px;
  padding-left: 6px;
  margin-bottom: 6px;
}

.block-two-col .footnotes ul li .symbol {
  left: 0;
}

.block-two-col .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.block-two-col .row .col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 48px;
}

.block-two-col .block-icon-card {
  margin: 0 auto;
  max-width: 312px;
}

.block-two-col .block-icon-card .block-icon-card__media {
  margin: 0 auto;
  max-width: 158px;
  margin-bottom: 20px;
}

.block-two-col .block-icon-card .block-icon-card__media img {
  height: auto;
  max-width: 100%;
}

.block-two-col .block-icon-card .block-icon-card__title {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 6px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-two-col .block-icon-card .block-icon-card__title p {
  margin-top: 0;
}

.block-two-col .block-icon-card .block-icon-card__title p:last-of-type {
  margin-bottom: 0;
}

.block-two-col .block-icon-card .block-icon-card__content {
  font-size: 16px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.block-two-col .block-icon-card .block-icon-card__content p {
  margin-top: 0;
  margin-bottom: 8px;
}

.block-two-col .block-icon-card .block-icon-card__content p:last-of-type {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  .block-two-col .section-header {
    margin-bottom: 24px;
  }

  .block-two-col .block-icon-card {
    max-width: 320px;
  }

  .block-two-col .row .col {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .block-two-col .section-header {
    margin-bottom: 32px;
  }

  .block-two-col .block-icon-card {
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  /* .block-two-col {
        max-width: 900px;
    } */

  .block-two-col .section-header {
    margin-bottom: 40px;
  }

  .block-two-col .block-icon-card {
    max-width: 390px;
  }

  .block-two-col .row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .block-two-col .row .col {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .page_special-populations .block-req-rep-cta {
    margin-bottom: 0;
    margin-top: 80px;
  }
}

.desktop-hide {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .desktop-hide {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
.dagger{

  font-size: 0.4em;
  top:-1.1em;
}

.page_efficacy {
  scroll-padding-top: 180px;
}

.page_efficacy .main-section[id] {
  scroll-margin-top: 100px;
}

.page_efficacy .main-section[id] .section-header {
  margin-top: 0;
  padding-top: 2rem;
}

.page_efficacy .block-phase-3[id] {
  scroll-margin-top: 100px;
}

.page_efficacy .block-phase-3[id] .section-header {
  margin-top: 0;
  padding-top: 2rem;
}

@media (max-width: 1024px) {
  .page_efficacy .main-section[id] {
    scroll-margin-top: 60px;
  }
  
  .page_efficacy .block-phase-3[id] {
    scroll-margin-top: 60px;
  }
  
  .page_efficacy .main-section[id] .section-header,
  .page_efficacy .block-phase-3[id] .section-header {
    padding-top: 1rem;
  }
}

.page_reimbursement-support {
  scroll-padding-top: 180px;
}

.page_reimbursement-support .main-section[id] {
  scroll-margin-top: 100px;
}

.page_reimbursement-support .main-section[id] .section-header {
  margin-top: 0;
  padding-top: 2rem;
}

@media (max-width: 1024px) {
  .page_reimbursement-support .main-section[id] {
    scroll-margin-top: 60px;
  }
  
  .page_reimbursement-support .main-section[id] .section-header {
    padding-top: 1rem;
  }
}

.page_dosing-administration {
  scroll-padding-top: 180px;
}

.page_dosing-administration .main-section[id] {
  scroll-margin-top: 100px;
}

.page_dosing-administration .main-section[id] .section-header {
  margin-top: 0;
  padding-top: 2rem;
}

@media (max-width: 1024px) {
  .page_dosing-administration .main-section[id] {
    scroll-margin-top: 60px;
  }
  
  .page_dosing-administration .main-section[id] .section-header {
    padding-top: 1rem;
  }
}

#label-update-dest {
  scroll-margin-top: 100px;
}

@media (max-width: 1024px) {
  #label-update-dest {
    scroll-margin-top: 60px;
  }
}

#study-design {
  scroll-margin-top: 50px;
}

@media (max-width: 1024px) {
  #study-design {
    scroll-margin-top: -25px;
  }
}


