
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.tk{color:#f0f;font-weight:bold;font-size:small}blockquote{text-indent:-1ex}.refText{font-size:.875rem;line-height:1.25rem;max-width:100%;font-weight:400;padding:40px 0}.refText-copy{font-size:.875rem;line-height:1.25rem;max-width:100%;font-weight:400}.footer-info__references a{font-weight:400}@media(max-width: 600px){.refText{max-width:none;padding:80px 0 40px}}.contentLeft-hero-heading{font-size:2.625rem;line-height:2.625rem;font-weight:300;font-style:normal;letter-spacing:-2px}@media(max-width: 600px){.contentLeft-hero-heading{font-size:2.125rem;line-height:2.125rem;font-weight:300;font-style:normal;letter-spacing:-1.02px}}.header2{font-size:2.625rem;line-height:2.625rem;font-weight:300;font-style:normal;letter-spacing:-2px}.header2-maxW-746{max-width:746px;margin:0 auto}@media(max-width: 600px){.header2{font-size:1.75rem;font-style:normal;font-weight:300;line-height:2.125rem;letter-spacing:-1px}.header2.mobileStatic{font-size:2.625rem;line-height:2.625rem;font-weight:300;font-style:normal;letter-spacing:-2px}}.contentCenter-body{font-size:1.0625rem;font-style:normal;font-weight:300;line-height:1.4375rem;letter-spacing:-0.5px}@media(max-width: 600px){.contentCenter-body{font-size:1.0625rem;font-style:normal;font-weight:300;line-height:1.4375rem;letter-spacing:-0.5px}}.body-PS{font-size:.6875rem;font-style:normal;font-weight:300;line-height:1rem}.bold{font-weight:700 !important}.font-500{font-weight:500}.underline-lt{text-decoration:underline;font-weight:300}.headline3{font-size:2.125rem;line-height:100%;font-weight:300;letter-spacing:-1px}.headline3-mobileStatic{font-size:2.125rem;line-height:100%;font-weight:300;letter-spacing:-1px}@media(max-width: 600px){.headline3{font-size:1.75rem;font-style:normal;font-weight:300;line-height:2.125rem;letter-spacing:-0.56px}}.body{font-size:1.0625rem;font-style:normal;font-weight:300;line-height:135.294%;letter-spacing:-0.5px}.referenceText{font-size:.6875rem;font-style:normal;font-weight:300;line-height:145.455%}.headline1{font-size:3.75rem;font-style:normal;font-weight:300;line-height:3.75rem;letter-spacing:-4px}.body2{font-size:1.375rem;font-style:normal;font-weight:300;line-height:1.75rem;letter-spacing:-0.5px}.body300{font-size:1.375rem;font-style:normal;font-weight:300;line-height:1.75rem;letter-spacing:-0.5px}.headline4{font-size:1.75rem;font-style:normal;font-weight:300;line-height:2.125rem;letter-spacing:-1px}.header-maxW-912{max-width:75%}.font-normal{font-weight:400 !important}.cols3Stats-menuItems{font-size:.875rem;line-height:1.25rem;font-weight:300;letter-spacing:-0.25px}.textlink-fkBlue{color:#0063be;margin-top:20px}.textlink-fkBlue:hover{color:#00a8e2}.headline-xl,.headline-xl__bold{font-size:3.75rem;line-height:3.75rem;font-weight:300;letter-spacing:-0.25rem}.headline-xl__bold{font-weight:700}.headline-l,.headline-l__bold,.dashboard__mainSection__sectionItem__heading span{font-size:2.625rem;line-height:2.625rem;font-weight:300;letter-spacing:-0.125rem}@media(max-width: 600px){.headline-l,.headline-l__bold,.dashboard__mainSection__sectionItem__heading span{font-size:2.125rem;line-height:2.125rem;letter-spacing:0}}.headline-l__bold,.dashboard__mainSection__sectionItem__heading span{font-weight:700;letter-spacing:-0.0625rem}.headline-m,.headline-m__bold{font-size:2.125rem;line-height:2.125rem;font-weight:300;letter-spacing:-0.0625rem}@media(max-width: 600px){.headline-m,.headline-m__bold{font-size:1.75rem;line-height:2.125rem;letter-spacing:0}}.headline-m__bold{font-weight:700}.headline-s,.headline-s__bold{font-size:1.75rem;line-height:2.125rem;font-weight:400;letter-spacing:-0.0625rem;-webkit-font-smoothing:antialiased}@media(max-width: 600px){.headline-s,.headline-s__bold{font-size:1.375rem;line-height:1.75rem;letter-spacing:0}}.headline-s__bold{font-weight:700}.title-l,.title-l__bold{font-size:1.375rem;line-height:1.75rem;font-weight:400;letter-spacing:-0.03125rem;-webkit-font-smoothing:antialiased}@media(max-width: 600px){.title-l,.title-l__bold{font-size:1.0625rem;line-height:1.75rem;letter-spacing:0}}.title-l__bold{font-weight:700}.body-l,.body-l__bold{font-size:1.0625rem;line-height:1.4375rem;font-weight:400;letter-spacing:-0.03125rem}@media(max-width: 600px){.body-l,.body-l__bold{font-weight:300;letter-spacing:0}}.body-l__bold{font-weight:700}.body-m,.body-m__bold{font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:-0.015625rem}@media(max-width: 600px){.body-m,.body-m__bold{font-weight:300;letter-spacing:0}}.body-m__bold{font-weight:700}.body-s,.body-s__bold{font-size:.6875rem;line-height:1rem;font-weight:400;letter-spacing:0}@media(max-width: 600px){.body-s,.body-s__bold{font-weight:300}}.body-s__bold{font-weight:700}.quote-l,.quote-l__bold{font-size:1.0625rem;line-height:1.4375rem;font-weight:500;letter-spacing:-0.03125rem;font-style:italic}@media(max-width: 600px){.quote-l,.quote-l__bold{letter-spacing:0}}.quote-l__bold{font-weight:700}.quote-reg,.quote-reg__bold{font-size:.875rem;line-height:1.25rem;font-style:italic;font-weight:400;letter-spacing:-0.015625rem}@media(max-width: 600px){.quote-reg,.quote-reg__bold{font-weight:500;letter-spacing:0}}.quote-reg__bold{font-weight:700}.links{font-size:.875rem;line-height:1.25rem;font-weight:700;letter-spacing:0}sup{font-size:65%;line-height:0;vertical-align:baseline;top:-0.5em;position:relative;display:inline}.reg-mark{font-size:40%;line-height:0;vertical-align:baseline;top:-1.25em;position:relative;display:inline}.dashboard-top__wrap{background-color:#0063be;display:flex;align-items:center;flex-direction:column;max-width:1192px;margin:0 auto;transition:1s}:root{font-size:16px}body,html{font-family:interstate,Helvetica,sans-serif;font-weight:400;color:#191919;scroll-behavior:smooth;letter-spacing:-0.25px;margin-top:0 !important}html{scroll-padding-top:0}@media (min-width: 704px){html{scroll-padding-top:0}}body {
  font-size: 1.0625rem;
  letter-spacing: -0.5px;line-height:1.35;overflow-x:hidden;
}a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;font-size:inherit;color:inherit;
}a:hover{opacity:.8}*:active:focus{outline:none;box-shadow:none}video:focus{outline:none}li a{color:inherit;font-weight:inherit}svg{display:inline}h1, h2 {
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}h1,h2{letter-spacing:-0.5px}h3 {
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}h4, h5, h6 {
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}video{-o-object-fit:cover;object-fit:cover}ol, ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}sup,sub{display:inline}@media(max-width: 600px){.mobileContainer.container{padding-left:1rem;padding-right:1rem}#footer-main .container{padding-left:1rem;padding-right:1rem}}.template-ip-buildeer-heading{padding-top:240px}.whitespace-nowrap{white-space:nowrap}.addressing-narcotic-waste-page{padding-top:212px}@media (min-width: 1192px){.heightAdjustableHeader{max-height:none !important;min-height:auto !important;padding-top:50.23% !important;padding-bottom:0 !important;position:relative !important;height:0}.heightAdjustableHeader-content{position:absolute;top:calc(112px + 50%);padding-bottom:112px;left:50%;transform:translate(-50%, -50%)}}@media(max-width: 600px){.addressing-narcotic-waste-page{padding-top:192px}}.page404{padding-top:212px}.sitemap-mt{padding-top:212px}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}@media (min-width: 544px) {

  .container {
    max-width: 544px;
  }
}@media (min-width: 704px) {

  .container {
    max-width: 704px;
  }
}@media (min-width: 832px) {

  .container {
    max-width: 832px;
  }
}@media (min-width: 1192px) {

  .container {
    max-width: 1192px;
  }
}.hero-with-aspect-ratio{height:50vw;max-height:612px}.hero-with-aspect-ratio--lg{max-height:900px}.block-video__video{max-width:960px;max-height:540px;width:100%}@media (min-width: 832px){.home-portfolio-video__section{height:784px}}.home-portfolio-video__video{display:none}@media (min-width: 832px){.home-portfolio-video__video{display:block;position:absolute;height:100%;max-width:initial;width:auto;right:0}}.home-portfolio-video__copy{padding-top:3rem;padding-bottom:3rem;position:relative}@media (min-width: 832px){.home-portfolio-video__copy {
    position: absolute;
  }.home-portfolio-video__copy {
    top: 0px;
  }}.home-syringe-anim__syringe{margin-bottom:2rem;margin-left:auto}.home-syringe-anim__syringe--lg{width:567px;width:34.375%}.home-syringe-anim__syringe--md{width:506px;width:29.33%}.home-syringe-anim__syringe--sm{width:421px;width:24.23%}.home-syringe-anim__syringes-wrap{transform:translate3d(0, 0, 0);-webkit-animation:slideshow 35s linear infinite;animation:slideshow 35s linear infinite}@-webkit-keyframes slideshow{0%{transform:translateY(0)}100%{transform:translateY(-53.9%)}}@keyframes slideshow{0%{transform:translateY(0)}100%{transform:translateY(-53.9%)}}.portfolio-syringe-anim__syringe{width:auto;margin-top:auto;margin-right:5px}@media (min-width: 832px){.portfolio-syringe-anim__syringe{margin-right:1.5rem}}.portfolio-syringe-anim__syringe--lg{height:138.6px}@media (min-width: 832px){.portfolio-syringe-anim__syringe--lg{height:369.6px}}.portfolio-syringe-anim__syringe--md{height:126.6px}@media (min-width: 832px){.portfolio-syringe-anim__syringe--md{height:337.6px}}.portfolio-syringe-anim__syringe--sm{height:95.7px}@media (min-width: 832px){.portfolio-syringe-anim__syringe--sm{height:255.2px}}.portfolio-syringe-anim__syringes-wrap{transform:translate3d(0, 0, 0)}@media (min-width: 832px){.portfolio-syringe-anim__syringes-wrap{-webkit-animation:slideshow-horizontal 35s linear infinite;animation:slideshow-horizontal 35s linear infinite}}.portfolio-syringe-anim__syringes-wrap--loading{-webkit-animation:none !important;animation:none !important}.portfolio-syringe-anim__syringes-wrap img[data-src]{filter:blur(0.2em)}.portfolio-syringe-anim__syringes-wrap img{filter:blur(0em);transition:filter .5s}.portfolio-syringe-anim-fader{opacity:0}@media (min-width: 832px){.portfolio-syringe-anim-fader{opacity:1}}@-webkit-keyframes slideshow-horizontal{0%{transform:translateX(-2147px)}100%{transform:translateX(0)}}@keyframes slideshow-horizontal{0%{transform:translateX(-2147px)}100%{transform:translateX(0)}}.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}#homepage-carousel .hero-carousel-container.header{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.header {
  width: 100%;height:112px;transition:.5s;top:0;border-bottom:1px solid #ebebeb;z-index:99;
}@media (min-width: 704px){.header{height:112px}}@media (min-width: 1192px){.header {
    margin-left: 0px;
    margin-right: 0px;
  }}.header__wrapper{border-top:9px solid;--tw-border-opacity: 1;border-color: rgb(0 99 190 / var(--tw-border-opacity))}@media (min-width: 1192px){.header__wrapper {
    border-style: none;
  }}.header__logo {
  flex: 1 1 0%;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}@media (min-width: 1192px){.header__left {
    position: relative;
  }.header__left:after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 99 190 / var(--tw-bg-opacity));
  }.header__left:after{content:"";position:absolute;top:0;left:59px;height:13px;right:0}}.fklogo{width:180px;padding-bottom:7px}.header__wrapper{padding:0px 16px 19px}input#search {
  padding-right: 1rem;
  padding-left: 0.75rem;padding-top:7px;padding-bottom:5.25px;color:#7b7b7a;background-color:#d9d9d9;border:none;width:100%;font-weight:400;
}@media (min-width: 704px){}@media (min-width: 1192px){input#search{margin-bottom:-3.5px}}input#search:focus{outline:none}input#search::-moz-placeholder{color:#7b7b7a}input#search:-ms-input-placeholder{color:#7b7b7a}input#search::placeholder{color:#7b7b7a}.search{position:relative}.search__icon{height:21px;width:21px;padding-top:5px}@media (min-width: 704px){.search__icon{height:1rem;width:1rem;padding-top:3px}}#search_submit{right:13px;top:3px}.caret{position:absolute;top:-7px;right:43px;transform:rotate(-135deg);border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;box-shadow:5px 5px 8px -2px rgba(0,0,0,.11);display:block;background:#fff;width:16px;height:16px;margin-left:-8px}.close-search-js{position:absolute;right:16px;top:8px;cursor:pointer;display:inline}.searchContainer{padding-top:calc(4rem + 112px);padding-bottom:4rem}@media (min-width: 704px){.searchContainer{padding-top:calc(4rem + 112px)}}header{height:112px;display:flex;flex-direction:column}@media (min-width: 1192px){.nav{width:70%}}.nav__drawer {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: block;
  height: 100vh;
  width: 100vw;background-color:#003862;margin-top:112px;transition:opacity 1s ease,height 1s ease;opacity:1;
}@media (min-width: 704px){.nav__drawer{margin-top:112px}}@media (min-width: 1192px){.nav__drawer {
    position: relative;
  }.nav__drawer {
    margin-top: 0px;
  }.nav__drawer {
    display: flex;
  }.nav__drawer {
    height: auto;
  }.nav__drawer {
    width: auto;
  }.nav__drawer {
    align-items: center;
  }.nav__drawer {
    background-color: transparent;
  }#homepage-carousel .hero-carousel-container.nav__drawer{justify-content:space-between;align-items:center}#homepage-carousel .hero-carousel-container.nav__drawer{margin:0 auto;padding-top:2rem;padding-bottom:6rem}}.nav__drawer--collapsed{height:0px;opacity:0;overflow:hidden}@media (min-width: 1192px){.nav__drawer--collapsed{height:auto;opacity:1;overflow:auto}}.nav__wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}@media (min-width: 1192px){.nav__wrapper {
    margin-right: 0px;
  }.nav__wrapper {
    padding-top: 0px;
  }.nav__wrapper{width:93%}}.nav__wrapper2 {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}@media (min-width: 1192px){.nav__wrapper2 {
    margin-right: 0px;
  }.nav__wrapper2 {
    padding-top: 0px;
  }.nav__wrapper2{width:93%}}.nav__items {
  margin-left: auto;
  margin-right: auto;
}@media (min-width: 1192px){.nav__items {
    width: 100%;
  }.nav__items{display:flex;justify-content:right;gap:30px}}.nav__item {
  display: block;padding-bottom:30px;font-size:20px;
}@media (min-width: 1192px){.nav__item {
    margin-top: 0px;
  }.nav__item {
    display: inline-block;
  }.nav__item {
    border-width: 0px;
  }.nav__item {
    font-size: 1.0625rem;
    letter-spacing: -0.5px;
  }.nav__item::after{content:""}.nav__item::after {
    display: block;
  }.nav__item::after {
    height: 1px;
  }.nav__item::after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 99 190 / var(--tw-bg-opacity));
  }.nav__item::after{margin-left:50%;margin-right:50%;transition:all .25s}}.nav__item--active, .nav__item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
  opacity: 1;
}.nav__item--active::after, .nav__item:hover::after {
  margin-right: 0px;
  margin-left: 0px;
}.nav__item--active::after,.nav__item:hover::after{transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.nav__dropdown{top:100%;visibility: visible;opacity: 1}@media (min-width: 1192px){.nav__dropdown {
    visibility: hidden;
  }.nav__dropdown {
    opacity: 0;
  }.nav__dropdown{transition:all .25s ease}.nav .has-dropdown:hover .nav__dropdown {
    visibility: visible;
  }.nav .has-dropdown:hover .nav__dropdown {
    opacity: 1;
  }}.top__nav{margin-bottom:8px}.top__nav a{font-family:Interstate;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25;letter-spacing:-0.25px;color:#474747;-webkit-font-smoothing:antialiased}.nav__drawer-mobile a{font-family:Interstate;font-size:1.0625rem;font-style:normal;font-weight:300;line-height:1.4375rem;letter-spacing:-0.5px;color:#757575}.top__nav .nav__item:hover{color:#474747}.top__nav .nav__item:after{background-color:#474747;margin-top:0px}#top__nav__search{display:none;max-width:615px;width:100%}@media (min-width: 1192px){#nav__items{transform:translateX(0);transition:transform .6s linear}#nav__items.active{transform:translateX(-10px)}#top__nav__search{position:absolute;right:0;top:0;margin:0 0 0 auto;transform:translateY(-20%)}}@media(max-width: 1191px){#mobileNavMenu-searchIcon.active{display:none}}.nav-toggle__icon{width:32px;top:-14px;position:relative;transform:rotate(0deg);transition:cubic-bezier(0.25, 0.1, 0.25, 1);cursor:pointer}.nav-toggle__icon span {
  position: absolute;
  display: block;background:#0063be;height:3px;width:100%;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out;
}.nav-toggle__icon span:nth-child(1){top:0px}.nav-toggle__icon span:nth-child(2),.nav-toggle__icon span:nth-child(3){top:11px}.nav-toggle__icon span:nth-child(4){top:22px}.nav-toggle__icon--open span:nth-child(1){width:0%}.nav-toggle__icon--open span:nth-child(2){transform:rotate(45deg)}.nav-toggle__icon--open span:nth-child(3){transform:rotate(-45deg)}.nav-toggle__icon--open span:nth-child(4){width:0%;left:100%}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.nav__drawer{height:100% !important;overflow:hidden !important}}@media screen and (max-width: 1024px)and (orientation: landscape){.nav__wrapper{position:relative;overflow:scroll;top:0;right:0;bottom:0;left:0;z-index:-1;height:100%;margin-top:0rem;padding-top:0rem}.nav__wrapper2{position:relative;overflow:scroll;top:0;right:0;bottom:0;left:0;z-index:-1;height:100%;margin-top:0rem;padding-top:0rem}.nav__items{padding-top:2rem;padding-bottom:50vh}}.nav__drawer-mobile{display:none}.mobileNavMenu-searchIcon svg{vertical-align:top}.mobileSubNav{display:none}.desktopSubNav{display:block}@media(max-width: 1191px){.mobileSubNav{display:block}.desktopSubNav{display:none}.mobileNavMenu-searchIcon{padding:0;position:absolute}.top__nav a{color:#fff}.nav__drawer2-mobile-text{color:#b1b1b1 !important}.nav__wrapper{padding-top:0;padding-left:1rem;padding-right:1rem}.nav__drawer-mobile-borderBottom{padding-top:24px;border-bottom:1px solid #fff;margin-bottom:30px}.nav__drawer-mobile{display:block}}.nav__items{z-index:1000;-webkit-font-smoothing:antialiased}.search__icon{padding-top:0}.banner__wrapper{position:relative;width:100%}.banner__wrapper.hide{display:none}.banner{position:absolute;bottom:0;left:0;width:100%;height:52px;padding:8px 0;background-color:#cce0f2;transform:translateY(100%)}.banner a{display:flex;justify-content:center;align-items:center;gap:18px}.banner a svg{transition:transform .3s linear}.banner a:hover svg{transform:translateX(4px)}.banner p{color:#003862}.carousel{min-height:275px}.carousel .slick-arrow{display:none !important}.carousel .hero-with-aspect-ratio{height:auto}@media (min-width: 704px){.carousel .hero-with-aspect-ratio{height:50vw}}.slide-background {
  height: 100%;position:relative;
}.slide-background__image{-o-object-fit:cover;object-fit:cover;min-height:275px}.slide-content {
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));top:12%;left:0;right:0;margin:0px auto;
}@media (min-width: 704px){.slide-content{top:18%}}@media (min-width: 1192px){.slide-content{top:25%}}.slide-content__testimonial{max-width:250px}@media (min-width: 832px){.slide-content__testimonial{max-width:45%}}.slide__nav-dots {
  margin-left: -0.5rem;position:absolute;bottom:7%;left:0;right:0;margin:0px auto;display:flex;
}.slide__nav-dots li:first-child {
  margin-left: -0.75rem;
}.slide__nav-dots button{font-size:0;line-height:0;display:block;margin:.75rem;width:18px;height:18px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;position:relative}.slide__nav-dots button:focus{outline:none !important;box-shadow:none !important}.slide__nav-dots button:before{font-size:6px;line-height:18px;position:absolute;top:0;left:0;width:18px;height:18px;content:"";border-radius:9px;background-color:transparent;text-align:center;color:#000;-webkit-font-smoothing:antialiased;--tw-bg-opacity: 1;background-color: rgb(157 157 156 / var(--tw-bg-opacity))}.slide__nav-dots li.slick-active button:before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 190 / var(--tw-bg-opacity));
}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.slide-wrap-ie{height:500px}}.home-carousel-js{display:none !important}@media (min-width: 704px){.home-carousel-js{display:block !important}}.home-carousel-js-m{display:block !important;margin-bottom:72px}@media (min-width: 704px){.home-carousel-js-m{display:none !important}.home-carousel {
    flex-direction: row;
  }.home-carousel{flex-wrap:wrap}}@media (min-width: 832px){.home-carousel {
    padding-left: 0px;
    padding-right: 0px;
  }.home-carousel{flex-wrap:nowrap}}@media (min-width: 1192px){.home-carousel{display:block}}.home-carousel a:hover{opacity:1}.home-carousel a:focus{outline:none}.home-carousel a{position:relative;width:194px}.home-carousel a .home-carousel__image-container {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.home-carousel a:hover figure img{opacity:.8}.home-carousel__dots{margin:0;display:flex;position:relative;justify-content:center}.home-carousel__dots li{position:relative}.home-carousel__dots li button{font-size:0;line-height:0;display:block;width:1.25rem;height:1.25rem;padding:5px;cursor:pointer;color:transparent;outline:none;border-radius:50%;margin:10px;--tw-bg-opacity: 1;background-color: rgb(157 157 156 / var(--tw-bg-opacity))}.home-carousel__dots .slick-active button{z-index:0;background-color:#0063be}.home-carousel.dots-white .home-carousel__dots .slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.slick-slide{opacity:1;transition:opacity 300ms ease-in-out}.slick-slide.opacidown{opacity:0}.home-carousel-figure {
  width: 100%;
  text-align: center;padding:8px;
}.home-carousel-wrap{margin-top:-90%}@media (min-width: 704px){.home-carousel-wrap{margin-top:-17rem}}@media (min-width: 832px){.home-carousel-wrap{margin-top:-20rem}}@media (min-width: 1192px){.home-carousel-wrap{margin-top:-24rem}}.home-carousel-accent-tab{padding-top:70%}@media (min-width: 704px){.home-carousel-accent-tab{height:260px;padding-top:0}}@media (min-width: 832px){.home-carousel-accent-tab{height:320px;padding-top:0}}@media (min-width: 1192px){.home-carousel-accent-tab{height:400px;padding-top:0}}.home-carousel--mobile-only img{width:100%}@media (min-width: 704px){.home-carousel--mobile-only img{width:auto}}#hero picture {
  position: relative;
}#hero picture img {
  margin-left: auto;height:100%;max-height:900px;-o-object-position:-50px center;object-position:-50px center;transform:scale(1.5);
}@media (min-width: 832px){#hero picture img{-o-object-position:center;object-position:center;transform:scale(1)}}.hero__edge-softener{display:none}.hero-content-content-wrapper{padding-top:112px}.hero-video{position:relative;display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;background-color:#0063be}.hero-video__overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,56,98,.4);z-index:2}.hero-video__content{z-index:3}@media (min-width: 1192px){.hero-video__content>div{max-width:564px}}@media(max-width: 600px){.hero-video__content.container{padding-left:0;padding-right:0}}.hero-video__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-video__video-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}#homepage-carousel .bg-rfid-gradient{background:linear-gradient(#0063be, #0d2d4f)}#homepage-carousel .slide{width:100%;height:100%;position:absolute;background-size:cover;background-position:right center;background-repeat:no-repeat}@media screen and (min-width: 398px)and (max-width: 999px){#homepage-carousel .slide{background-size:139%}}#homepage-carousel .slide--fading{transition:opacity 1s}#homepage-carousel .slide-canvas{position:relative;min-height:275px}#homepage-carousel img{width:auto}#homepage-carousel .slider-dots-wrap{position:relative}#homepage-carousel .product-grid-header__button{padding:10px 28px}#homepage-carousel .slider-controls{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%)}#homepage-carousel .hero-carousel-container{padding-top:5rem;padding-bottom:7rem;height:100%}@media screen and (min-width: 1441px){#homepage-carousel .hero-carousel-container{margin:0 auto}}#homepage-carousel .hero-carousel-container.flex{justify-content:space-between;align-items:center}@media screen and (max-width: 640px){#homepage-carousel .hero-carousel-container.flex{margin:0 auto;padding-top:2rem;padding-bottom:6rem}}#homepage-carousel .hero-carousel__left-col{max-width:28rem;padding-right:6rem;box-sizing:content-box;height:100%;display:flex;flex-direction:column}@media (min-width: 1192px){#homepage-carousel .hero-carousel__left-col{height:auto;align-self:flex-start}}#homepage-carousel .hero-carousel__flex-left-col{max-width:28rem;padding-right:6rem;box-sizing:content-box;height:100%;display:flex;flex-direction:column}@media (min-width: 1192px){#homepage-carousel .hero-carousel__flex-left-col{height:auto;flex-shrink:0}}#homepage-carousel .slider-arrow-wrap{position:absolute;padding:1rem;top:-1.15rem}#homepage-carousel .slider-arrow-wrap--left{left:-3rem}#homepage-carousel .slider-arrow-wrap--right{right:-3rem}#homepage-carousel .slider-arrow {
  display: inline-block;
  --tw-border-opacity: 1;
  border-color: rgb(157 157 156 / var(--tw-border-opacity));padding:.3rem;box-sizing:border-box;border-right-width:2px;border-top-width:2px;
}#homepage-carousel .slider-arrow--right{transform:rotate(45deg)}#homepage-carousel .slider-arrow--left{transform:rotate(225deg)}#homepage-carousel .slider-dot {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(157 157 156 / var(--tw-bg-opacity));width:1.125rem;height:1.125rem;border-width:2px;
}#homepage-carousel .slider-dot--filled {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 190 / var(--tw-bg-opacity));
}@media (min-width: 832px){#homepage-carousel .slider-dot{margin-left:.75rem;margin-right:.75rem}}#homepage-carousel .hero-carousel__headline {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}#homepage-carousel .footer-canvas{transition:background-color 1s}#homepage-carousel .hero-carousel__flex-right-img{width:100%;height:100%}@media screen and (max-width: 1000px){#homepage-carousel .hero-carousel__flex-right-img{margin:0 auto;padding-right:0}}#homepage-carousel .hero-carousel__flex-right-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;max-height:500px}@media (min-width: 1192px){#homepage-carousel .hero-carousel__flex-right-img img{margin-left:auto}#homepage-carousel .hero-carousel__flex-right-img.carousel-img--100 img{width:100%}#homepage-carousel .hero-carousel__flex-right-img.carousel-img--80 img{width:80%}#homepage-carousel .hero-carousel__flex-right-img.carousel-img--70 img{width:70%}}.video {
  margin-left: auto;
  margin-right: auto;
}.video__headline {
  --tw-text-opacity: 1;
  color: rgb(0 56 98 / var(--tw-text-opacity));
}@media (min-width: 1192px){.video__headline {
    text-align: center;
  }.video__caption-wrap {
    width: 60%;
  }.video__caption-wrap{text-align:center;margin-left:auto;margin-right:auto}}.video__caption {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25;
  letter-spacing: -0.25px;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}@media (min-width: 1192px){.video__caption{text-align:center;margin-bottom:1.75rem}}.scroll-coax{color:#fff;font-size:.9375rem;z-index:15;position:absolute;top:calc(100% - 110px);left:50%;transform:translateX(-50%);cursor:pointer;opacity:.7}.scroll-coax:hover{opacity:1}.scroll-coax__learn-how{letter-spacing:1.5px;transition:200ms}.scroll-coax__learn-how:hover{margin-bottom:15px}.scroll-coax__arrow-wrap{text-align:center}.scroll-coax__arrow{transform:rotate(90deg);display:inline-block}#scroll-coax--scroll-to{position:absolute;top:-80px;left:0}.syringe-slide{background-color:#fff}.flag {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  margin-left: 0px;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 190 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.flag .bold-text-link:after{margin-left:.3rem}.flag .bold-text-link.no-margin:after {
  margin-left: 0px;
}.flag{margin-top:60px}@media (min-width: 704px){.flag{margin-top:79px}}@media (min-width: 1192px){.flag{margin-top:75px;padding-top:13px}}.flag__text {
  text-align: left;
}@media (min-width: 1192px){.flag__text {
    margin-right: 0px;
  }.flag__text {
    margin-left: auto;
  }.flag__text {
    padding-left: 0px;
    padding-right: 0px;
  }.flag__text{max-width:477px}}.flag__link{border-bottom:1px solid;line-height:12px;display:inline-block;text-shadow:1px 1px #0063be,1px -1px #0063be,-1px 1px #0063be,-1px -1px #0063be}.product-dot {
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;margin:10px;
}.product-dot.glide__bullet--active{box-shadow:0 0 0px 2px #fff,0px 0px 7px 2px rgba(0,0,0,.5);z-index:0}.product-dot:hover{box-shadow:0 0 0px 2px #fff,0px 0px 7px 2px rgba(0,0,0,.5);z-index:0}.product-dot:focus{box-shadow:0 0 0px 2px #fff,0px 0px 7px 2px #000;outline:0}.product-dot.border-1{background-color:transparent !important;border-width: 1px}.product-dot.border-1:hover{background-color:initial !important}.product-dot.border-2{background-color:transparent !important}.product-dot.border-2:hover{background-color:initial !important}.card {
  padding: 0.5rem;width:250px;
}@media (min-width: 832px){.card{min-width:250px}.card {
    width: 25%;
  }}.card__outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(157 157 156 / var(--tw-border-opacity));overflow:hidden;padding:1px;
}.card__outline:hover{box-shadow:0 0 5px 1px rgba(155,155,155,.4)}.card__ribbon{position:relative;text-align:center;z-index:30;transition:1s opacity}.card__ribbon--hidden{opacity:0}.card__ribbon--top-right {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 190 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.card__ribbon--top-right .bold-text-link:after{margin-left:.3rem}.card__ribbon--top-right .bold-text-link.no-margin:after {
  margin-left: 0px;
}.card__ribbon--top-right{position:absolute;height:auto;width:100%;top:2.5em;left:auto;right:-26%;bottom:auto;transform:rotate(45deg);padding-top: 0.25rem;padding-bottom: 0.25rem}@media (min-width: 832px){.card__ribbon--top-right{top:3rem}}.card__product-details{height:132px}.card .slick-arrow{display:none !important}.card .slick-dots{display:none !important}.card .glide__bullets{width:100%}.card-wrap {
  margin: -0.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}#homepage-carousel .hero-carousel-container.card-wrap{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}@media (min-width: 704px){.card-wrap {
    flex-direction: row;
  }}@media (min-width: 1192px){.card-wrap {
    justify-content: flex-start;
  }}.card .slick-initialized .slick-slide{padding:0px !important}.filter-breadcrumb{margin-right:21px;white-space:nowrap}@media (min-width: 1192px){}.filter-breadcrumb:after{content:"";display:inline-block;vertical-align:middle;width:14px;height:14px;background-image:url("/app/themes/simplist/assets/images/icons/close-x--blue.svg");background-repeat:no-repeat;background-position:center;margin-left:4px;cursor:pointer}.filter-breadcrumb-container {
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
  margin-left: 0px;
  margin-right: auto;
  width: 100%;
  order: 3;
  display: flex;
  flex-wrap: wrap;
  align-self: baseline;
}#homepage-carousel .hero-carousel-container.filter-breadcrumb-container{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.filter-breadcrumb-container{padding-top:calc(.5rem - 1.5px)}@media (min-width: 1192px){.filter-breadcrumb-container {
    order: 2;
  }.filter-breadcrumb-container {
    margin-left: 2.5rem;
  }.filter-breadcrumb-container {
    width: auto;
  }}.filter-dropdown {
  position: relative;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}#homepage-carousel .hero-carousel-container.filter-dropdown{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.filter-dropdown{width:270px}.filter-dropdown__header {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  --tw-border-opacity: 1;
  border-color: rgb(0 99 190 / var(--tw-border-opacity));
  font-size: .875rem;
  line-height: 1.25;
  letter-spacing: -0.25px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}#homepage-carousel .hero-carousel-container.filter-dropdown__header{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.product-table-grid tr.no-border th.filter-dropdown__header{padding:0;margin-top:1.4em;margin-bottom:.9em}.filter-dropdown__header{cursor:pointer}.filter-dropdown__header:focus{outline:none}.filter-dropdown__header{border-width:1.5px;padding:.5rem 15px}.filter-dropdown__menu {
  width: 100%;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(0 99 190 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));border-width:1.5px;display:none;position:absolute;
}.filter-dropdown__menu.active {
  z-index: 50;
  display: block;width:270px;top:36px;
}.filter-dropdown__menu__contents{padding:16px 15px}.filter-dropdown-option {
  display: flex;
  cursor: pointer;
}#homepage-carousel .hero-carousel-container.filter-dropdown-option{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.filter-dropdown-option label{padding-left:10px;cursor:inherit}.product-grid-header{max-width:23rem;margin:0 auto}@media (min-width: 832px){.product-grid-header{max-width:100%;margin:0}}.product-grid-header__button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 190 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.product-grid-header__button .bold-text-link:after{margin-left:.3rem}.product-grid-header__button .bold-text-link.no-margin:after {
  margin-left: 0px;
}.product-grid-header__button{padding:9px 17px;color:#fff;display:inline-block;border-radius:6px;-webkit-font-smoothing:antialiased;cursor:pointer;padding:20px 33px}.product-grid-header__button:hover{opacity:1 !important;color:rgba(255,255,255,.8) !important}.product-grid-header__button--wide{padding:10px 28px}.product-grid-header__button--inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}.product-grid-header__breadcrumb-container{max-width:256px}.product-grid-header__button--inverted:hover{color:rgba(15,99,190,.8) !important}.reference-textWrap{max-width:846px;width:75%;margin:0 auto}#product-packaging .slick-arrow{display:none !important}#product-packaging .slick-dots{display:none !important}@media (max-width: 831px){.product-table__column{margin-bottom:4.75rem}.product-table__image{display:inline;-o-object-fit:contain;object-fit:contain}.product-table__image--bar-code{width:12rem}.product-table__image--syringe{display:inline;-o-object-fit:contain;object-fit:contain}.product-table__image--syringe {
    height: 3rem;
  }@media (min-width: 704px){.product-table__image--syringe {
      height: 6rem;
    }}@media (min-width: 832px){.product-table__image--syringe {
      height: 2rem;
    }}@media (min-width: 1192px){.product-table__image--syringe {
      height: 2.5rem;
    }}.product-table__row{margin-top:1.625rem;min-height:3.125rem}.product-table__row.no-border{border-top-width:0 !important}@media (min-width: 832px){.product-table__row {
      display: flex;
    }.product-table__row {
      align-items: center;
    }.product-table__row {
      justify-content: center;
    }#homepage-carousel .hero-carousel-container.product-table__row{justify-content:space-between;align-items:center}#homepage-carousel .hero-carousel-container.product-table__row{margin:0 auto;padding-top:2rem;padding-bottom:6rem}.product-table__row {
      margin-top: 0px;
    }.product-table__row {
      border-top-width: 1px;
    }.product-table__row{border-color:#e8e8e8}}.product-table__row-content {
    display: block;
  }.product-table__row-content {
    width: 100%;
  }.product-table__row-content {
    flex-shrink: 1;
  }.product-table__row-content {
    flex-grow: 0;
  }.product-table__row-content{letter-spacing:.02em}@media (min-width: 832px){.product-table__row-content {
      text-align: center;
    }.product-table__row-content {
      padding-left: 1rem;
    }.product-table__row-content{padding-top:.7625rem;padding-bottom:.7625rem}}.product-table__row-th {
    width: 100%;
  }.product-table__row-th {
    text-align: left;
  }.product-table__row-th {
    margin-bottom: 1rem;
  }.product-table__row-th {
    border-bottom-width: 1px;
  }.product-table__row-th{border-color:#e8e8e8;display:hidden;float:left}@media (min-width: 832px){.product-table__row-th {
      margin-bottom: 0px;
    }.product-table__row-th{border-width:0}}.product-table__row-label {
    margin-bottom: 1rem;
  }.product-table__row-label {
    border-bottom-width: 1px;
  }.product-table__row-label {
    font-weight: 700;
  }.product-table-grid tr.no-border th.product-table__row-label{padding:0;margin-top:1.4em;margin-bottom:.9em}.product-table__row-label{border-color:#e8e8e8}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.product-table{display:table !important;width:75%;margin:0px auto}.product-table__row{width:100%}.product-table__row-th{display:block !important;width:60%}}}.product-table-grid{display:grid;grid-template-columns:230px -webkit-max-content 1fr;grid-template-columns:230px max-content 1fr;width:100%;overflow-x:auto}.product-table-grid.strengths--2{grid-template-columns:.8fr auto -webkit-max-content;grid-template-columns:.8fr auto max-content}.product-table-grid.strengths--3{grid-template-columns:.8fr repeat(2, minmax(-webkit-max-content, 1fr)) -webkit-max-content;grid-template-columns:.8fr repeat(2, minmax(max-content, 1fr)) max-content}.product-table-grid.strengths--4{grid-template-columns:.8fr repeat(3, minmax(-webkit-max-content, 1fr)) -webkit-max-content;grid-template-columns:.8fr repeat(3, minmax(max-content, 1fr)) max-content}.product-table-grid tbody,.product-table-grid tr{display:contents}.product-table-grid :is(th,td){padding-top:.75em;padding-bottom:.75em}.product-table-grid tr.no-border :is(th,td){border:none;padding-top:0;padding-bottom:.75em}.product-table-grid tr.no-border th.font-700{padding:0;margin-top:1.4em;margin-bottom:.9em}.product-table-grid th{white-space:nowrap;text-align:left}.product-table-grid td{text-align:center}.product-table-grid .product-table__strength-cell{max-width:417px;margin:0 10px}.product-table-grid .product-table__row-content {
  border-bottom-width: 1px;display:flex;flex-direction:column;justify-content:center;
}.product-table-grid td.product-table__row-content{letter-spacing:.02em}.product-table-grid .product-table__image--bar-code {
  margin-left: auto;
  margin-right: auto;max-height:113px;width:auto;
}.product-table-grid .product-table__image--syringe {
  margin-left: auto;
  margin-right: auto;max-height:40px;
}.product-table-grid tr>td:last-child .product-table__strength-cell{margin-right:0}.productsPage-btn{width:231px !important}.modal-form .form-row--one-line{display:flex;align-items:center}.modal-form input, .modal-form textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.modal-form input p, .modal-form input ul li, .modal-form textarea p, .modal-form textarea ul li{font-weight:700}.modal-form input, .modal-form textarea{padding:12px 12px 6px;border:1px solid;border-color:#191919}.modal-form input:focus, .modal-form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 99 190 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}.modal-form textarea{display:block}.modal-form .form-chunk {
  margin-bottom: 1.5rem;
}.media-item {
  display: flex;
  align-items: baseline;
}#homepage-carousel .hero-carousel-container.media-item{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.media-item>*+* {
  margin-bottom: 2rem;
}.media-item__icon {
  margin-right: 2rem;
  height: 3rem;
  width: 3rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}.media-item__icon>svg{margin-top:-0.5rem;vertical-align:text-top}.media-item__copy {
  width: 80%;
}.media-item__copy-heading {
  padding-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}.faq-intro__heading {
  max-width: 42rem;
  padding-bottom: 2rem;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 56 98 / var(--tw-text-opacity));
}.faq-intro__content {
  max-width: 36rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-bottom: 2rem;
}@media (min-width: 1192px){.faq-intro__content {
    padding-bottom: 4rem;
  }}.faq-item--double-col{padding-left:9px;padding-right:9px;margin-bottom:4rem}.faq-item--double-col:last-child{margin-bottom:0}@media (min-width: 1192px){.faq-item--double-col {
    width: 50%;
  }.faq-item--double-col{height:350px;margin-bottom:18px}}.faq-item--single-col {
  margin-top: 2rem;
  margin-bottom: 2rem;
}@media (min-width: 1192px){.faq-item--single-col {
    width: 66.666667%;
  }}.faq-item__question {
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 56 98 / var(--tw-text-opacity));
}.faq-item__answer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.faq-item__headline,.faq-item__desc{margin-bottom:1.5rem}@media (min-width: 1192px){.faq-item-wrap{padding:25px;padding-top:31px;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;justify-content:space-between;height:100%}.faq-item-wrap.active{background-color:#fff;border:1px solid #0063be}.faq-item-wrap.active .faq-item__headline{display:none}.faq-item-wrap.active .faq-item__info,.faq-item-wrap.active .faq-item__link{display:block}}.faq-items-wrapper{margin-left:-9px;margin-right:-9px}.bullet-list {
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));margin-left:21px;
}.bullet-list li>span {
  position: relative;
  display: inline;
}.bullet-list li>span:before{content:"•";position:absolute;font-size:1.5rem;line-height:1em;left:-0.8em}.bullet-list li{margin-bottom:.4rem}.bullet-list li:last-child {
  margin-bottom: 0px;
}.isi{position:fixed;bottom:0;z-index:49;width:100%;transition:.5s}.isi ul, .isi li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}.isi ul{font-family:Interstate;font-size:11px;font-style:normal;font-weight:300;line-height:16px;color:#191919;align-self:stretch;list-style-type:disc;white-space:normal;padding-left:1rem}.isi-selector{background:#fff;overflow:hidden;padding-bottom:20vh}.isi-drawer {
  display: flex;
  flex-direction: column;
}#homepage-carousel .hero-carousel-container.isi-drawer{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.isi-drawer{height:auto;max-height:0;transition:max-height 1s cubic-bezier(0.25, 0.1, 0.25, 1)}.isi-drawer--open{max-height:30vh}@media (min-width: 832px){.isi-drawer--open{max-height:50vh}}.isi-scroll{overflow-y:auto}.hideisi{bottom:-100vh}.isi-toggle{height:36px;display:flex;background:#003862;color:#fff;justify-content:left;align-items:center;padding:0 36px}@media (min-width: 832px){.isi-toggle{padding:0 153px}}.isi-toggle__content{justify-content:left;align-items:center;white-space:nowrap}.isi-toggle__content :hover{opacity:.8;cursor:pointer}.isi-toggle span{font-family:Interstate;font-size:17px;font-style:normal;font-weight:700;line-height:23px;letter-spacing:-0.51px;padding-right:16px}.noscroll{overflow-y:hidden}.isi-toggle__content .is-active svg{transform:rotate(180deg)}.isi-data__previews {
  display: flex;
  justify-content: space-around;
}#homepage-carousel .hero-carousel-container.isi-data__previews{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.isi-data__previews {
  padding-top: 1rem;
  padding-bottom: 1rem;flex-direction:row;padding:0 37px;font-family:Interstate;font-size:11px;font-style:normal;font-weight:700;line-height:13px;letter-spacing:-0.25px;color:#191919;gap:30px;
}@media (min-width: 832px){.isi-data__previews{padding:0 153px;font-size:14px;line-height:17px}}.isi-data__preview{display:none}@media (min-width: 832px){.isi-data__preview{display:block}}.isi-data__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}#homepage-carousel .hero-carousel-container.isi-data__nav{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.isi-data__nav{text-align:left;font-family:Interstate;font-size:11px;font-style:normal;font-weight:700;line-height:14px}.isi-data__nav-item{height:80px;display: flex;flex-direction: column;justify-content: center}#homepage-carousel .hero-carousel-container.isi-data__nav-item{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.isi-data__nav-item {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity));
}.product-table-grid tr.no-border th.isi-data__nav-item{padding:0;margin-top:1.4em;margin-bottom:.9em}.isi-data__nav-item.isi-data--active {
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));opacity:1;
}.isi-data__nav-item.isi-data--active::after {
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(157 157 156 / var(--tw-border-opacity));content:"";position:relative;transform:rotate(45deg);box-shadow:5px 5px 8px -2px rgba(0,0,0,.11);display:block;background:#fff;width:20px;height:20px;margin:0px auto;top:19px;margin-left:auto;margin-right:auto;margin-top:-16px;margin-bottom:0;
}.isi-data__nav-item:focus{box-shadow:none}.isi-data__panels {
  display: flex;
  justify-content: space-around;
}#homepage-carousel .hero-carousel-container.isi-data__panels{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.isi-data__panels{padding:0 37px;font-family:Interstate;font-size:11px;font-style:normal;font-weight:300;line-height:13px;color:#191919;align-self:stretch;letter-spacing:-0.25px}@media (min-width: 832px){.isi-data__panels{padding:0 153px;font-size:14px;line-height:17px;gap:30px}}.isi-data__panel{display:none;padding:12.5px 0 30px 0}.isi-data__panel.isi-data--active{display:block}.isi-data__panel p,.isi-data__panel li{font-family:Interstate;font-size:11px;font-style:normal;font-weight:400 !important;line-height:13px;letter-spacing:-0.25px}@media (min-width: 832px){.isi-data__panel p,.isi-data__panel li{font-size:14px;line-height:17px}}.isi-data__panel p,.isi-data__panel ul{padding-bottom:6px}.isi-data__panel b{font-weight:700}.isi-data__link {
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}.sticky-isi{position:-webkit-sticky;position:sticky;bottom:0;z-index:40}.sticky-isi--unstuck{position:static}#sticky-isi-anchor-js{position:relative;top:-5rem;height:0}#sticky-isi-bottom-js{position:absolute;height:12.5rem;width:100%;z-index:999}#sticky-isi .isi-toggle {
  z-index: 10;
}@media (max-width: 831px){#sticky-isi .isi-toggle{height:1.75rem}#sticky-isi .isi-toggle__content {
    font-size: .875rem;
    line-height: 1.25;
    letter-spacing: -0.25px;
  }}#sticky-isi .isi-toggle__content span.pr-8 {
  padding-right: 1rem;
}#sticky-isi .isi-data__previews {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}#sticky-isi .isi-data__preview{margin-top:0 !important}#sticky-isi .isi-data__preview p.mb-2{margin-bottom:.1rem}#sticky-isi .isi-data__preview-box-warning {
  padding: 0.25rem;
}#sticky-isi .isi-above-the-fold{transform:translateY(0);transition:400ms transform}.sticky-isi--scrolling .isi{overflow:hidden}.sticky-isi--unstuck.sticky-isi--scrolling .isi-above-the-fold{transform:translateY(0) !important}.isib ul, .isib li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}.isib ul{font-family:Interstate;font-size:11px;font-style:normal;font-weight:300;line-height:16px;color:#191919;align-self:stretch;list-style-type:disc;white-space:normal;padding-left:1rem}.isib li {
  padding-bottom: 0.25rem;
}.isi-above-the-fold{padding:17px 0 12px}@media (min-width: 832px){.isi-above-the-fold{padding:15px 0}}.isib .isi-drawer--open{max-height:none}.pleasesee{padding-top:12px;text-align:center;font-family:Interstate;font-size:11px;font-style:normal;font-weight:700;line-height:13px;letter-spacing:-0.25px;color:#191919}@media (min-width: 832px){.pleasesee{font-size:14px;line-height:17px}}#succinylcholine-1 .pleasesee{padding-top:6px}.isi-data__preview p{font-family:Interstate;font-size:14px;font-style:normal;font-weight:700;line-height:17px;letter-spacing:-0.25px;color:#191919}.isi-data__preview-box-warning{border-color:#191919;padding:12px;border:1px solid}.isi-data__preview-box-warning p{font-family:Interstate;font-size:11px;font-style:normal;font-weight:700;line-height:13px;align-self:stretch;letter-spacing:-0.25px}@media (min-width: 832px){.isi-data__preview-box-warning p{font-size:14px;line-height:17px}}.isi-data__previews .isi-data--active{display:block}.border-black p,.border-black ul li{font-weight:700}.border-black{padding:12px 12px 6px;border:1px solid;border-color:#191919}.productTitle{padding-bottom:6px;display:none}@media (min-width: 832px){.productTitle{display:block}}.outbound-modal-matte{display:flex;z-index:99999;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,56,98,.85)}.outbound-modal {
  max-width: 38rem;max-height:calc(100vh - 130px);overflow-y:auto;background-color:#fff;margin:0 auto;box-shadow:0 6px 10px 3px rgba(0,0,0,.33);font-size:16px;line-height:1.5;font-weight:400;padding:40px 0;margin:auto;align-self:center;position:relative;width:325px;
}@media (min-width: 704px){.outbound-modal{width:80%}}.outbound-modal__container{padding:0 36px;height:100%}.outbound-modal__close{position:absolute;right:23px;top:8px;cursor:pointer;padding:10px}.outbound-modal-buttons{text-align:left}.outbound-modal-buttons__button{padding:9px 17px;color:#fff;display:inline-block;border-radius:6px;font-size:15px;letter-spacing:1.25px;-webkit-font-smoothing:antialiased;font-weight:500;cursor:pointer}@media (min-width: 1192px){}.outbound-modal-buttons__button:hover{opacity:.8;color:#fff}@media(max-width: 600px){.outbound-modal-buttons{flex-direction:column;align-items:center}}.citation-tooltip {
  font-size: .875rem;
  line-height: 1.25;
  letter-spacing: -0.25px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;text-align:left;padding:20px;
}.citation-tooltip a{text-decoration:underline}.citation-sup{color:inherit}.citation-sup--dark-bg{color:#cacaca}.citation-sup.tippy-active,.citation-sup:hover{color:#0063be}.footer-menu {
  display: flex;
  width: 100%;
  flex-direction: column;
}#homepage-carousel .hero-carousel-container.footer-menu{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.footer-menu {
  letter-spacing: 0.025em;
}.footer-menu__column{flex-grow:1}@media (min-width: 832px){.footer-menu__section{max-width:15rem}}.footer-menu__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}#homepage-carousel .hero-carousel-container.footer-menu__heading{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.footer-menu__heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.footer-menu__item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: .875rem;
  letter-spacing: -0.25px;
  font-weight: 300;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(230 239 249 / var(--tw-text-opacity));
}.footer-menu__items {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: block;
  height: auto;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1rem;transition:opacity 1s ease,height 1s ease;opacity:1;
}.footer-menu__items--collapsed {
  padding-bottom: 0px;height:0px;opacity:0;overflow:hidden;
}@media (min-width: 832px){.footer-menu__items--collapsed{height:auto;opacity:1;overflow:auto}}.footer-menu__rule {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(157 157 156 / var(--tw-border-opacity));
}.footer-info{padding-top:24px}.footer-info__references a{text-decoration:underline}.footer-info__references p{display:inline}.footer-info__footnote{display:inline;line-height:1.5}@media(max-width: 600px){.footer-info{padding-top:30px}}.footnote__content{display:inline}.footer-textLinks-wrap{display:flex;align-items:center;flex-wrap:wrap;text-decoration:underline;font-weight:400;gap:15px}@media(max-width: 600px){.footer-textLinks-wrap{flex-direction:column;gap:10px;align-items:flex-start}}.footer-textLinksAndHead-wrap{display:flex;flex-wrap:wrap;align-items:center;padding-top:8px}@media(max-width: 600px){.footer-textLinksAndHead-wrap{flex-direction:column;gap:10px;padding-top:15px;align-items:flex-start}.footer-textLinks-wrap a{font-size:1.0625rem;line-height:1.4375rem;letter-spacing:-0.5px;text-decoration:underline;font-weight:400}}.footer-info-logo{width:160px}.list-two-col{display:flex;margin-left:0;padding-top:20px;flex-wrap:wrap;justify-content: space-between}@media screen and (min-width: 840px){.list-two-col{flex-wrap:nowrap}.list-two-col__item {
    font-size: 1.375rem;
    line-height: 1.27;
    letter-spacing: -0.5px;
  }}.list-two-col__column {
  max-width: 28rem;
}.button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 190 / var(--tw-bg-opacity));
  text-align: left;
  font-size: .875rem;
  letter-spacing: -0.25px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}#homepage-carousel .hero-carousel-container.button{justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;padding-bottom:6rem}.button .bold-text-link:after{margin-left:.3rem}.button .bold-text-link.no-margin:after {
  margin-left: 0px;
}.button {
  width: 205px;-webkit-font-smoothing:antialiased;height:36px;
}.button a,.button>div{padding:30px 15px;padding-right:0;width:100%;flex:1}.button:after{content:"";background-image:url("/app/themes/simplist/assets/images/icons/circle-arrow.svg");background-position:right 13px center;height: 100%;width: 16.666667%;background-repeat: no-repeat;text-align: left;opacity: 1}.button--arrow-down:after{background-image:url("/app/themes/simplist/assets/images/icons/circle-arrow-down.svg")}.button--huge{width:100%;height:calc(3em + 45px)}.button--wide{padding:10px 28px}.button--inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}.button--light {
  --tw-text-opacity: 1;
  color: rgb(240 243 249 / var(--tw-text-opacity));background-color:#00a8e2;
}.button--light:after{background-image:url("/app/themes/simplist/assets/images/icons/circle-arrow.svg")}.button--light2 {
  --tw-text-opacity: 1;
  color: rgb(240 243 249 / var(--tw-text-opacity));background-color:#003862;color:#fff;
}.button--light2:after{background-image:url("/app/themes/simplist/assets/images/icons/circle-arrow.svg")}.button--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(157 157 156 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button--gray .bold-text-link:after{margin-left:.3rem}.button--gray .bold-text-link.no-margin:after {
  margin-left: 0px;
}.button:hover{background-color:#00a8e2}.button:hover a {
  opacity: 1;
}.button--light:hover{background-color:#003862}.button--light2:hover{background-color:#00a8e2}.button--gray:hover{background-color:rgba(157,157,156,.8)}.button-mt {
  margin-top: 2.5rem;
}.email-form__text-input::-moz-placeholder{font-style:italic}.email-form__text-input:-ms-input-placeholder{font-style:italic}.email-form__text-input::placeholder{font-style:italic}.email-form__radio-button{display:inline-block;width:1.5rem;height:1.5rem;border-radius:50%;border:1px solid #003862;vertical-align:sub;cursor:pointer}.email-form__radio-button--selected{position:relative}.email-form__radio-button--selected:after{content:"";height:1rem;width:1rem;border-radius:50%;background-color:#003862;position:absolute;left:3px;top:3px}.full-width-banner .gradient-fade {
  overflow: hidden;
}.full-width-banner .gradient-fade:after {
  display: none;background:linear-gradient(to left, #fafafa 35%, rgba(245, 247, 249, 0.75) 50%, rgba(245, 247, 249, 0) 100%);
}@media (min-width: 832px){.full-width-banner .gradient-fade:after {
    display: block;
  }}.full-width-banner.banner-right .banner-content-container {
  justify-content: flex-end;
}@media (min-width: 832px){.full-width-banner{height:576px}}@media(max-width: 767px){.gradient-fade-mobile{background:linear-gradient(to left, #fafafa 35%, rgba(245, 247, 249, 0.75) 50%, rgba(245, 247, 249, 0) 100%)}.full-width-banner .gradient-fade img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.full-width-banner .gradient-fade{position:absolute;top:0;left:0;width:100%;height:100%}}.js .radio-buttons-js input[type=checkbox]{display:none}.js .radio-buttons-js circle{stroke:#0063be}.js .radio-buttons-js input[type=checkbox]:checked+.radio-button circle{fill:#0063be}.js .radio-buttons-js .radio-button{display:inline-block}.resources-menu--wrap{padding-top:212px}.resources-menu--wrap .container{padding-left:1rem;padding-right:1rem}.resources-menu{gap:30px;flex-wrap:wrap}@media(max-width: 600px){.resources-menu--wrap{padding-top:192px}.resources-menu{display:none !important}}.resource-tile-wrapper{display:grid;grid-template-columns:repeat(3, 358px);grid-column-gap:30px;grid-row-gap:45px}@media(max-width: 1192px){.resource-tile-wrapper{grid-template-columns:repeat(2, 358px)}}@media(max-width: 832px){.resource-tile-wrapper{grid-template-columns:repeat(1, 100%);grid-row-gap:30px}}.resource-tile{margin:.5rem 0;background-color:#fff;box-shadow:0px 0px 10px 0px rgba(0,0,0,.1)}@media (min-width: 832px){.resource-tile{width:358px}}.bg-primary-light .resource-tile {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.resource-tile-accordion-opener{display:none}@media (min-width: 1192px){.resource-tile-accordion-opener{display:block}}.resource-tile-item-wrap{padding:30px;display:flex;flex-direction:column;height:100%}@media (min-width: 1192px){.resource-tile-item-wrap{-webkit-font-smoothing:antialiased}}.resource-tile-item-wrap:hover{opacity:1}.resource-tile__drawer-head{display:flex;flex-direction:column;height:100%}.resource-tile__drawer-body {
  padding-top: 1rem;transition:800ms;overflow-y:hidden;height:auto;display:none;
}@media (min-width: 1192px){.resource-tile__drawer-body{display:block;height:0}}.resource-tile__title {
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));font-size:22px;line-height:1.1;margin-bottom:10px;
}@media (min-width: 1192px){.resource-tile__title {
    padding-bottom: 0px;
  }.resource-tile__title {
    font-size: 1.75rem;
    line-height: 1.21;
    letter-spacing: -0.5px;
  }.resource-tile__title{line-height:34px}}.resource-tile__desc{margin-bottom:45px}@media(min-width: 601px){.resource-tile:hover{box-shadow:0px 0px 10px 0px rgba(0,0,0,.25)}.resource-tile:hover .resource-tile__drawer-headline{text-decoration:underline}}@media(max-width: 600px){.resource-tile{margin:0}.resource-tile__title{margin-bottom:0;padding-bottom:.5rem}}svg .plus--vertical-bar{transition:200ms}.resource-tile.active .resource-tile-accordion-opener svg .plus--vertical-bar,.is-active svg .plus--vertical-bar{transform:rotate(90deg)}.resource-tile.active{align-self:stretch}.resource-tile-mobileIcon{display:none}.resource-tile-mobileIcon-svg-path{fill:#191919}#clinical-education .resource-tile__link{display:none}@media(max-width: 600px){.resource-tile-wrapper{grid-row-gap:0px}.resource-tile{box-shadow:0px 0px 10px 0px rgba(0,0,0,.25);transition:background-color .6s ease-in-out}.resource-tile.active{background-color:#0063be;color:#fff !important}.resource-tile__desc{max-height:0px;margin-bottom:0;overflow-y:hidden;transition:max-height .6s ease-in-out,margin-bottom .6s ease-in-out}.resource-tile.active .resource-tile__desc{max-height:200px;margin-bottom:45px}.resource-tile__link{display:none}.resource-tile.active .resource-tile__link{display:block}.resource-tile-mobileIcon{display:block}.resource-tile.active .resource-tile-mobileIcon-svg{transform:rotate(180deg)}.resource-tile.active .resource-tile-mobileIcon-svg-path{fill:#fff}.resource-tile.active .resource-tile__drawer-headline{color:#fff}}.resource-tile__interactions-wrapper{display:flex;justify-content:space-between;margin-top:auto}@media(max-width: 600px){.resource-tile__interactions-wrapper{flex-direction:row-reverse}}.thumbnail-block{box-shadow:0px 0px 10px 0px rgba(0,0,0,.1);width:358px;height:100%;background-color:#fff}.thumbnail-block .image-wrap{width:100%;max-height:201px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;overflow-y:hidden}.thumbnail-block:hover{box-shadow:0px 0px 10px 0px rgba(0,0,0,.25)}.thumbnailBlock--cardHeading{margin:30px 30px 45px;color:#0063be}.thumbnail-block:hover .thumbnailBlock--cardHeading{text-decoration:underline}@media(max-width: 600px){.thumbnail-block{min-width:100%}}.thumbnailBlock--button{margin:0 30px 30px}#downloads .resource-tile__link{display:none}@media(max-width: 600px){#downloads .image-wrap{display:none}#downloads .thumbnail-block{height:auto;min-height:0;box-shadow:0px 0px 10px 0px rgba(0,0,0,.25);background-color:#fff}#downloads .resource-tile__link{display:block;margin:30px}#downloads .thumbnailBlock--button{display:none}}.cta-section__container{margin:0 auto;background:#0063be;border:1px solid red}.full-width-cta-section{width:100%;background:#0063be}.cta__section{display:flex;justify-content:space-between;font-family:Interstate;max-width:940px;margin:0 auto;padding:80px 0}.cta__section .cta__section-left{text-align:left;max-width:455px;width:100%}.cta__section-left h1{color:#fff;margin-bottom:16px}.cta__section p{color:#fff}.cta__section-left form{display:flex;flex-direction:column;margin-top:16px}.cta__section-left form input{margin:0px 10px 20px 0;padding:10px 15px;height:36px;padding:12px}.cta__section-left form input::-moz-placeholder{color:#9d9d9c}.cta__section-left form input:-ms-input-placeholder{color:#9d9d9c}.cta__section-left form input::placeholder{color:#9d9d9c}.cta-section__button-submit{background-color:#00a8e2 !important}.cta-section__button-submit:hover{background-color:#00a8e2 !important}.cta__section-right{width:358px;max-height:296px;text-align:left;background-color:#003862}.cta__section-right div{height:296px;width:358px;padding:30px;display:flex;flex-direction:column}.cta__section-right h3{margin-bottom:16px;color:#fff}@media(max-width: 600px){.cta__section-right h3{font-size:1.375rem;line-height:1.75rem;letter-spacing:-0.44px}}.cta__section-right p{color:#fff}@media(max-width: 600px){.cta__section-right p{font-size:.875rem;line-height:1.25rem;letter-spacing:normal}}.cta__section-right-linkButton{background:#003862;font-family:Interstate;border:none;color:#fff;margin-top:auto;text-align:left}.cta__section-right-linkButton:hover{text-decoration:none;color:#00a8e2}@media(max-width: 850px){.cta__section{display:flex;flex-direction:column;align-items:left;width:100%}.cta__section-right{width:358px;margin:auto;margin-top:40px}.cta__section-left{width:358px;margin:auto}.cta__section-right div{margin:0 auto;padding:40px 0}.cta__section-right div>*{margin-left:32px;margin-right:32px}}@media(max-width: 600px){.cta__section-left{width:358px;text-align:left;margin-left:0;margin-right:0;padding:0}.cta__section-left>form{width:100%}.cta__section-left>form>input{width:100%}.cta__section-right{width:358px;margin-top:80px;text-align:left;height:auto}.cta__section-right div{max-width:358px;width:100%;height:217px;padding:30px 0}.cta__section-right-linkButton{margin-top:15px}.full-width-cta-section .container{padding-left:1rem;padding-right:1rem}}.button-cta-mt{margin-top:5px}.dashboard{background-color:#0063be;color:#fff;position:relative;overflow:hidden}.dashboard__wrap{display:flex;align-items:center;flex-direction:column;max-width:1192px;margin:0 auto;transition:1s}.dashboard__mainSection{display:flex;justify-content:space-between;flex-direction:column;gap:30px;width:100%;padding:0 30px}@media (min-width: 704px){.dashboard__mainSection{flex-direction:row}}.dashboard__left{width:261px;border-right:2px solid #00c2df;margin:18px 0}.dashboard__left h3{font-family:Interstate;font-size:28px;font-style:normal;font-weight:300;line-height:34px;letter-spacing:-1px;color:#fff;margin-top:3px}.dashboard__left p{font-family:Interstate;font-size:17px;font-style:normal;font-weight:300;line-height:23px;letter-spacing:-0.5px;margin:23px 0 48px}.dashboard__mainSection__heading{color:#fff;position:absolute;opacity:0;transition:.5s;width:100%;text-align:center;left:50%;transform:translate(-50%, 0)}@media(max-width: 600px){.dashboard__mainSection__heading{font-size:1.75rem;line-height:2.125rem}}.dashboard__mainSection__heading span{font-weight:300}.dashboard__mainSection__section{width:100%;display:flex;flex-direction:column;text-align:center;gap:8px}@media (min-width: 704px){.dashboard__mainSection__section{width:338px}}.dashboard__mainSection__slideline__wrap{display:flex;align-items:center;gap:25px}.dashboard__mainSection__slideline{width:48px;height:4px;background:#003862;border-radius:2px;cursor:pointer}.dashboard__mainSection__slideline__fill{width:0%;height:4px;background:#fff;border-radius:2px}.activeLine{-webkit-animation:slideline 5s linear;animation:slideline 5s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes slideline{from{width:0%}to{width:100%}}@keyframes slideline{from{width:0%}to{width:100%}}.dashboard__mainSection__sectionItem__heading{color:#fff;white-space:nowrap}.activeHeading{opacity:1}.dashboard__mainSection__sectionItem__detail{font-family:Interstate;font-size:14px;font-style:normal;font-weight:300;line-height:20px;letter-spacing:-0.25px}.dashboard__mainSection__sectionIcon__wrap{display:flex;align-items:center;gap:10px;justify-content:center}.dashboard__mainSection__sectionIcon{width:10px}.dashboard__detailSection__content{display:flex;flex-direction:column;gap:12px}.dashboard__detailSection__disclaimer{margin-top:20px;padding-bottom:40px;margin-bottom:0}.dashboard__detailSection__contentHeading{font-family:Interstate;font-size:14px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-0.25px;color:#fff}.dashboard__detailSection__contentDetail{font-family:Interstate;font-size:14px;font-style:normal;font-weight:300;line-height:20px;letter-spacing:-0.25px;color:#fff}.dashboard__detailSection__disclaimer{font-size:7px;font-style:normal;font-weight:300;line-height:150%;letter-spacing:-0.077px;max-width:516px}.dashboard__mainSection__heading__wrap{display:flex;gap:22px;align-items:top;position:relative;height:34px;width:100%;margin:45px 0}.dashboard__mainSection__bottom__wrap{display:flex;align-items:center;justify-content:center;padding:30px 0 87px;width:100%}@media (min-width: 704px){.dashboard__mainSection__bottom__wrap{padding:50px 0 42px}}.dashboard__mainSection__disclaimer__wrap{display:flex;gap:22px;align-items:top}.dashboard__mainSection__headingIcon__wrap{display:flex;align-self:flex-start;align-items:center;justify-content:center;width:150px;margin:0 auto;gap:12px;position:absolute;left:0;right:0;bottom:0;padding:53px 0 32px;transition:1s}@media (min-width: 704px){.dashboard__mainSection__headingIcon__wrap{padding-top:45px;padding-bottom:32px;left:30px;right:initial;margin:initial;justify-content:initial}}.dashboard__mainSection__headingIcon__def{cursor:pointer}.dashboard__mainSection__headingIcon__toolTipIcon{cursor:pointer}.dashboard__mainSection__headingIcon__closeX{cursor:pointer;width:20px}.dashboard__detailSection{max-width:552px;margin:0 auto;padding:105px 16px 30px;position:absolute;bottom:-100%;height:100%;left:50%;transform:translate(-50%, 0);justify-content:initial;width:100%}@media (min-width: 704px){.dashboard__detailSection{justify-content:center;padding:20px 16px 30px}}.dashboard__mainSection__headingIcon__toolTipIcon{transition:1s;transform:rotate(0deg)}.contentCenter__heading{margin-bottom:16px;margin-top:0;font-size:2.1rem;font-style:normal;font-weight:300;line-height:2.1rem;letter-spacing:-2px;max-width:746px}.content-center-btn-flexWrap{display:flex;gap:30px;align-items:center}@media(max-width: 600px){.contentLeft .container{padding-left:1rem;padding-right:1rem}}.contentLeft-textWrap{min-height:490px;max-width:552px;display:flex;align-items:center;width:50%;margin-right:auto}@media(max-width: 600px){.contentLeft-textWrap{width:100%;margin-right:none;min-height:390px}}.contentLeft-heading{font-size:2.625rem;line-height:100%;font-weight:200;letter-spacing:-0.125rem}.contentLeft.weHaveMadeSignificant{background-image:url("/app/themes/simplist/assets/images/manufacturing/prod/DivBackgroundImages/manufacturing-capabilities-portfolio-growth-desktop-L-2560x1286.jpg");background-size:cover;background-repeat:no-repeat}@media(max-width: 600px){.contentLeft.weHaveMadeSignificant{background-image:url("/app/themes/simplist/assets/images/manufacturing/prod/DivBackgroundImages/manufacturing-capabilities-portfolio-growth-mobile-390x680.jpg");height:853px;padding-top:80px;background-position:50% 50%}}#select-option-component{display:none}.select-option-list-li{color:#0063be;font-size:.875rem;line-height:1.25rem;font-weight:700;letter-spacing:-0.25px}.selected-option-display-N{line-height:1rem}#selected-option-display-wrap{cursor:pointer}#selected-option-display{color:#0063be;font-size:.875rem;line-height:1.25rem;font-weight:700;letter-spacing:-0.25px;padding-top:5px;padding-bottom:5px}#selected-option-display-wrap svg path{fill:#0063be;height:1rem;width:1rem}#selected-option-display-wrap:hover svg path{fill:#003862}.selected-option-display-wrap{max-width:235px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:30px}#select-option-list{margin-top:0;margin-bottom:0}#select-option-list li{cursor:pointer;padding-top:5px;padding-bottom:5px}#select-option-list li:hover{color:#006382}#select-option-list{height:0px;overflow-y:hidden;transition:all .6s linear}#select-option-list.active{height:90px;transition:all .6s linear}@media(max-width: 600px){.lessWaste-3col-stats-section-statAndDetail-wrap{display:flex;justify-content:space-between;align-items:center;margin:30px 0}.lessWaste-3col-stats-section-mobileStat{min-width:200px}}#col3Stats-filter-js{margin-bottom:50px;width:270px}#cols3Stats-filter-dropdown__menu{width:270px}.cols3Stats-filter-dropdown-option:not(:last-child){margin-bottom:16px}.lessWaste-3col-stats-section-colWrap{flex:1}@media(min-width: 600px){.lessWaste-3col-stats-section-colWrap{max-width:358px;min-width:331px;width:100%}}.lessWaste_v2_4col_stats-wrap{display:grid;grid-template-columns:182px 1fr 1fr 1fr;padding-top:30px;border-top:1px solid #d8d8d8;margin-bottom:75px}.lessWaste_v2_stat-key-wrap,.lessWaste_v2_stat-col{grid-column:span 1;display:grid;grid-template-rows:1fr 1fr 1fr 1fr;row-gap:20px;align-items:center}.lessWaste_v2_stat-key-wrap>*,.lessWaste_v2_stat-col>*{grid-row:span 1}.lessWaste_v2_stat-key-wrap *{text-wrap:balance}.lessWaste_v2_stat-col{border-left:1px solid #d8d8d8;padding-left:23px}.lessWaste_v2_stat-col-item{display:flex;align-items:center}.lessWaste_v2_stat_keyItem{display:none}@media(max-width: 1200px){.lessWaste_v2_4col_stats-wrap{border-top:none}.lessWaste_v2_stat-key-wrap{display:none}.lessWaste_v2_4col_stats-wrap{grid-template-columns:1fr}.lessWaste_v2_stat_keyItem{display:block}.lessWaste_v2_stat-col{border-left:none;padding-top:25px;margin-bottom:30px;border-top:1px solid #d8d8d8}}.nurseModal__modalWrap{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:100;display:flex;justify-content:center;align-items:center;background-color:rgba(25,25,25,.5);display:none;overflow:hidden}.nurseModal__modalWrap.active{display:flex}.nurseModal__modalWrap.disabled{display:none}.nurseModal__container{background-color:#fff;max-width:864px;z-index:101}.nurseModal__blue-bar{background-color:#0063be;height:13px}.nurseModal__close-icon__wrap{width:100%;display:flex;justify-content:flex-end;padding:30px 30px 0 0;z-index:103}.nurseModal__close-icon{fill:#000;cursor:pointer}.nurseModal__close-icon:hover{fill:#0063be}.nurseModal__contents{margin:21px 80px 82px}.nurseModal__contents__heading-section{display:flex;flex-direction:column;gap:15px;margin-bottom:40px}.nurseModal__contents p{text-align:left}.nurseModal__contents__content-section{display:flex;gap:50px}.nurseModal__contents__content-section__cta{display:flex;flex-direction:column;justify-content:center;gap:30px}.nurseModal__imgWrap:hover{opacity:1}@media(max-width: 600px){.nurseModal__contents__content-section{flex-direction:column}}@media (min-width: 832px){.why-simplist-manufacturing{top:50%;transform:translateY(-51%);left:0;max-width:100% !important;width:100%;text-align:center}}@media (min-width: 1192px){.why-simplist-manufacturing{top:50%;transform:translateY(-51%);left:initial;text-align:left;max-width:38rem}}.why-simplist-manufacturing__wrap{max-width:620px;margin:0 auto}@media (min-width: 1192px){.why-simplist-manufacturing__wrap{margin:0}}.why-simplist__fewer-errors{padding-bottom:4rem}@media (min-width: 832px){.why-simplist__fewer-errors{padding-top:5rem;padding-bottom:6rem}}@media (min-width: 1192px){.why-simplist__fewer-errors{padding-bottom:8rem}}.why-simplist--ashp{margin-left:-28px;margin-right:-28px}.why-simplist__feature-banner-wrap{width:100%}.why-simplist__feature-banner{max-width:242px;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0}@media (min-width: 704px){.why-simplist__feature-banner{max-width:488px;margin-top:-0.25rem;margin-bottom:-0.25rem}}@media (min-width: 832px){.why-simplist__feature-banner{max-width:540px}}@media (min-width: 1192px){.why-simplist__feature-banner{max-width:669px}}@media screen and (min-width: 1310px){.why-simplist__feature-banner{max-width:100%;flex-wrap:nowrap;justify-content:center}}.why-simplist__feature-banner-feature{margin-left:2rem}@media (min-width: 704px){.why-simplist__feature-banner-feature{width:212px !important;margin-left:2rem;margin-top:.25rem;margin-bottom:.25rem}}@media (min-width: 832px){.why-simplist__feature-banner-feature{width:238px !important}}@media (min-width: 1192px){.why-simplist__feature-banner-feature:nth-child(odd){width:321px !important}.why-simplist__feature-banner-feature:nth-child(even){width:280px !important}}@media screen and (min-width: 1310px){.why-simplist__feature-banner-feature {
    margin-left: 2rem;
    margin-right: 2rem;
  }.why-simplist__feature-banner-feature{width:auto !important;margin-bottom:0}.why-simplist__feature-banner-feature:nth-child(odd){width:auto !important}.why-simplist__feature-banner-feature:nth-child(even){width:auto !important}.why-simplist__feature-banner-feature:last-child{margin-right:0 !important}}.why-simplist__feature-banner-feature span {
  position: relative;
  display: inline;
}.why-simplist__feature-banner-feature span:before{content:"•";position:absolute;font-size:1.5rem;line-height:1em;left:-0.8em}.why-simplist__feature-banner-list-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 98 / var(--tw-bg-opacity));
}.why-simplist__feature-banner-list-wrap h2{padding-bottom:5rem}.why-simplist__feature-banner-list-wrap{padding:1.5rem 1rem}@media(min-width: 1310px){.why-simplist__feature-banner-list-wrap{padding:2rem 0rem}}.packaging__image{padding-bottom:20px}.packaging__microvault-lineup{width:100%;padding-top:40px;padding-bottom:69px}@media (min-width: 704px){.packaging__microvault-lineup{padding-top:64px}}.packaging__packaging-options{max-width:637px}.packaging__blister-packaging{padding-top:75px}.packaging__blister-features{max-width:830px;margin-bottom:4rem}@media (min-width: 704px){.packaging__blister-features{margin-top:55px;margin-bottom:80px}}@media (min-width: 832px){.packaging__blister-features{margin-top:87px;margin-bottom:120px}}@media (min-width: 1192px){.packaging__blister-features{margin-bottom:170px}}.packaging__ifu {
  padding-top: 4rem;
  padding-bottom: 4rem;
}@media (min-width: 1192px){.packaging__ifu{padding-top:109px}.packaging__ifu {
    padding-bottom: 8rem;
  }}@media (min-width: 832px){.packaging__storage-support img{width:75%}.packaging__storage-support img {
    margin-left: auto;
    margin-right: auto;
  }}.packaging__bullet-list{margin-left:1.2em}.packaging__bullet-list li{margin-bottom:1em}.packaging__hero-wrap{padding-top:112px !important}@media(max-width: 600px){.packaging__hero-wrap{padding-top:192px !important}.resourcesPage-container.container{padding-left:1rem;padding-right:1rem}}@media (min-width: 1192px){.resources__storage-support--left-wide{padding-bottom:4.5rem}}.resources__storage-support--right{flex-grow:1;max-width:550px;padding-bottom:3rem}@media (min-width: 1192px){.resources__storage-support--right img{margin:0 auto}}.resources__waste-calc--right{flex-grow:1;max-width:478px}.resources__waste-calc--right img{max-width:390px;margin-top:0}@media (min-width: 832px){.resources__waste-calc--right img{max-width:350px}}@media (min-width: 1192px){.resources__waste-calc--right img{max-width:390px;margin:0 auto;margin-top:-4rem}}.resources__bullet-list{margin-left:1.2em}.resources__bullet-list li{margin-bottom:.5em}.resources__bullet-list li.storage-support{margin-bottom:1em}.case-study-column {
  width: 100%;
}@media (min-width: 832px){.case-study-column {
    width: 33.333333%;
  }}@media (min-width: 1192px){.case-study-column {
    width: 20%;
  }}.case-study-column .thumbnail-block {
  justify-content: flex-start;
}.case-study-column .thumbnail-block img {
  width: 10rem;
}.case-study-column .thumbnail-block .image-heading-wrap {
  padding-bottom: 2rem;
}@media (min-width: 832px){.case-study-column .thumbnail-block .image-heading-wrap{height:370px}}.case-study-column .thumbnail-block .heading {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.resources-menu--item{background-color:#e6eff9;padding:7px 15px;color:#191919;max-height:30px;display:flex;align-items:center;cursor:pointer}.resources-menu--item:hover{background-color:#00a8e2}.resources-menu--header{margin-bottom:45px;color:#0063be}@media(max-width: 600px){.resources-menu--header{margin-bottom:0}}.resourcesPage-clinicalEducation--container{display:flex;padding:100px 0;justify-content:space-between;gap:30px}@media(max-width: 600px){.resourcesPage-clinicalEducation--container{flex-direction:column}}.resourcesPage-clinicalEducation--wrap{max-width:358px;width:100%;padding-bottom:20px}.pharmacy-storage-optimization--wrap{display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 600px){.pharmacy-storage-optimization--wrap{flex-direction:column}}.pharmacy-storage-optimization--image{max-width:552px}.pharmacy-storage-optimization--content{max-width:455px;padding-bottom:24px}@media(max-width: 600px){.pharmacy-storage-optimization--content{padding-bottom:30px;margin-top:0 !important}}#clinical-education .container{padding-left:1rem;padding-right:1rem}#pharmacy-storage-optimization .container{padding-left:1rem;padding-right:1rem}#references .container{padding-left:1rem;padding-right:1rem;background-color:#cce0f2}#references.container{padding-left:1rem;padding-right:1rem;background-color:#cce0f2}.or-ready-to-administer #references .container,.or-ready-to-administer #references.container{background-color:#fff}#inserts .container{padding-left:1rem;padding-right:1rem}#downloads .container{padding-left:1rem;padding-right:1rem}.downloadCards--wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}.resourcesPage-clinicalEducation--btnWrap{margin-top:45px}.resourcesPage-pharmStorage-supTag{vertical-align:middle;top:1px}.resourcesPage-caseStudies-wrap{display:flex;justify-content:space-between;padding-top:100px;padding-bottom:100px}@media(max-width: 600px){.resourcesPage-caseStudies-wrap{flex-direction:column-reverse;gap:30px}}.resourcesPage-caseStudies-img{max-width:552px;width:100%}.resourcesPage-caseStudies-content{max-width:455px;width:100%}.resourcesPage-download-productCards-wrap{margin-top:45px;display:grid;grid-template-columns:repeat(4, auto);justify-content:space-between;row-gap:45px;-moz-column-gap:30px;column-gap:30px}@media(max-width: 1200px){.resourcesPage-download-productCards-wrap{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 960px){.resourcesPage-download-productCards-wrap{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 600px){.resourcesPage-download-productCards-wrap{grid-template-columns:repeat(1, auto);margin-top:0}}.downloadTile-wrap{width:-webkit-min-content;width:-moz-min-content;width:min-content}@media(max-width: 600px){#downloads .downloadTile-wrap{width:100%}}.download-tile{max-width:261px;width:100%;height:100%;box-shadow:0px 0px 10px 0px rgba(0,0,0,.1);background-color:#fff}.download-tile:hover{box-shadow:0px 0px 10px 0px rgba(0,0,0,.25)}.download-tile:hover .title-l,.download-tile:hover .title-l__bold{text-decoration:underline}@media(max-width: 600px){.download-tile:hover .body2{color:#0063be}.resourcesPage-download-productCards-wrap .download-tile{height:auto;background-color:#fff}.resourcesPage-download-productCards-wrap .download-tile .button{display:none}.resourcesPage-download-productCards-wrap .download-tile .resource-tile__link{margin:30px 0 0 !important}.resourcesPage-download-productCards-wrap .downloadTile-image-wrap{display:none}.resourcesPage-download-productCards-wrap{row-gap:0}}.downloadTile-image-wrap{width:100%;max-width:261px;max-height:146px;-o-object-fit:cover;object-fit:cover;overflow-y:hidden}@media(max-width: 600px){.downloadCards--wrap{gap:0}.download-tile{max-width:none}.downloadTile-image-wrap{max-width:none}}.downloadTile-content{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:30px;gap:45px}.resourcesPage-packageInsert-wrapper .body-l__bold{color:#0063be}.resourcesPage-packageInsert-wrapper .body-l__bold:hover{color:#00a8e2}.opioidStewardship-section{max-width:746px}#product-overview{padding-top:112px}.singleProducts-pdf-btn.button{width:270px;padding-left:15px}.border-2{border-width:2px}.portfolio-animation-hero-block.hero-with-aspect-ratio{height:100%;margin-top:112px}@media (min-width: 544px){.portfolio-animation-hero-block.hero-with-aspect-ratio{height:50vw}}.dexamethasone-product-page .button-mt .button,.heparin-product-page .button-mt .button{width:300px}.glycopyrrolate-product-page .button-mt>.button:nth-child(2){width:291px}.heparin-product-page .button-mt .button{width:100%}@media (min-width: 832px){.heparin-product-page .button-mt .button{width:375px}}.product-overview-list-item{margin-bottom:.3rem}.product-overview-list-item:last-child{margin-bottom:0}@media (min-width: 704px){.single-products .thumbnail-block img{max-width:100%}}.product-catalog-cardsDisclaim{padding-top:38px}.product-catalog-container{padding-bottom:60px}.product-grid-headingSect-container{margin-bottom:28px}.articleHero{padding-top:212px;padding-bottom:60px;background:#003862;min-height:430px}.articleContainer{max-width:1134px;margin:0 auto;padding-right:291px}.articleBodyContainer{width:100%;margin-right:auto;margin-left:auto;max-width:1192px}.article__contentSection__section{display:flex;flex-direction:column;gap:16px}.articleHero h1{color:#fff}.articleHero p{font-family:Interstate;font-size:22px;font-style:normal;font-weight:300;line-height:28px;letter-spacing:-0.5px;color:#fff;margin-top:24px}.articleHeader{font-family:Interstate;font-size:34px;font-style:normal;font-weight:300;line-height:34px;letter-spacing:-1px;max-width:582px}.articletable-mobile{display:none}.articletable-hd{color:#0063be;font-family:Interstate;font-size:17px;font-style:normal;font-weight:700;line-height:23px;letter-spacing:-0.5px;margin-top:80px}.articletable{width:100%;border-collapse:collapse;margin-bottom:10px}.articleth{color:#fff;font-family:"Interstate";font-size:17px;font-style:normal;font-weight:700;line-height:23px;letter-spacing:-0.5px;border-right:1px solid #fff;background:#00abe2;padding:10px;text-align:left}.articleth,.articletd{padding:10px 12px 10px 12px;text-align:left;vertical-align:top}.articletd,.articleth{border:1px solid #fff}.articletr{background-color:#e6eff9}.postTable{font-family:Interstate;font-size:11px;font-style:normal;font-weight:300;line-height:16px}.articleReferenceText{font-size:.6875rem;font-style:normal;font-weight:300;line-height:145.455%;margin:120px auto 40px;word-wrap:break-word;padding:0 16px}@media(max-width: 700px){.articletable-mobile{display:block;width:260%;padding-right:16px}.articleHero{padding-bottom:187px}.articleContainer{padding:0 16px}.articletable{display:none}.articleth span{transform:rotate(-90deg);transform-origin:center;display:block;white-space:nowrap}.articleth{padding:10px 12px 10px 12px;text-align:center;vertical-align:middle;max-width:33px}.tablescroll{overflow-x:scroll;width:calc(100vw - 16px)}}@media(max-width: 480px){.pharmacy-storage__right{width:100%}}@media(max-width: 767px){.pharmacy-storage__right{max-width:640px;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem;padding:0 2rem}}@media(max-width: 640px){.pharmacy-storage__right{max-width:480px}}.pharmacy-storage__adc{position:relative;max-width:552px;width:100%}@media (min-width: 832px){.pharmacy-storage__adc {
    margin-top: 0px;
  }.pharmacy-storage__adc {
    flex: 1 1 0%;
  }}.pharmacy-storage-optylitics{padding:100px 0;margin-top:80px}.pharmacy-storage-hero-bgImg{background-image:url("/app/themes/simplist/assets/images/pharmacy-storage-support/Hero/pharmacy-storage-optimization-desktop-L-2560x1286.jpg");background-size:cover;background-position:50% 50%;background-repeat:no-repeat;padding-top:112px;max-height:762px}.pharmacy-storage-analytics{padding-top:100px}.pharmacy-storage-page{display:flex;justify-content:space-between;gap:30px}.pharmacy-storage-optylitics-img{max-width:552px;width:100%}.pharmacy-storage-optylitics-wrap{display:flex;flex-direction:row;justify-content:space-between}@media(max-width: 600px){.pharmacy-storage-optylitics-wrap{flex-direction:column;gap:30px}}.pharmacyStorage-tileLink{margin-top:48px}.products-landing-page .img-wrapper{max-width:540px;margin-left:auto;margin-right:auto}.products-landingPage-wrapper{padding-top:212px}.products-landing-page-img{max-width:490px;width:100%}@media screen and (min-width: 376px){.narcotics-page__header-image-wrap{display:flex}}@media screen and (max-width: 376px){.narcotics-page__header-image{font-size:2rem;float:left;padding-top:.5rem;width:33%}.narcotics-page__header-image img{height:4.5em;max-width:none}}.narcotics-page__hero-image{max-width:566px;margin-bottom:4.5rem}@media screen and (min-width: 768px)and (max-width: 1024px){.narcotics-page__side-by-side{position:relative;width:50%}}@media screen and (max-width: 767px){.narcotics-page__side-by-side--right{padding-bottom:90%;position:relative;top:40px}}.narcotics-page__reduce-waste-img {
  padding-left: 4rem;max-width:none;width:800px;height:auto;margin-top:-4rem;
}@media screen and (max-width: 767px){.narcotics-page__reduce-waste-img{position:absolute;width:auto;height:110%;margin-top:0;top:-10%;left:0;padding-left:0}}@media screen and (min-width: 768px)and (max-width: 1024px){.narcotics-page__reduce-waste-img{max-width:none;width:60vw;height:auto;bottom:0;position:absolute}}.narcotics-page__diversion-image{padding-right:10%}@media (min-width: 832px){.narcotics-page__diversion-image{padding-right:0}}.narcotics-page__rta-right--image{max-width:552px}.narcotics-page__circular-callout{max-width:150px}@media (min-width: 832px){.narcotics-page__circular-callout{max-width:222px}}.narcotics-page__caption {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}.narcotics-page #resources{padding-top:3rem;padding-bottom:3rem}@media (min-width: 1192px){.narcotics-page #resources{padding-top:5rem;padding-bottom:5rem}}#sticky-isi.narcotics-portfolio-isi .isi-data__previews *:not(:first-of-type){display:none}@media (min-width: 832px){#sticky-isi.narcotics-portfolio-isi .isi-data__previews *:not(:first-of-type){display:flex}}.united-regional-health-page p {
  margin-bottom: 1rem;
}.united-regional-health-page blockquote{text-indent:-0.33em;line-height:1.25;letter-spacing:-0.5px}@media (min-width: 832px){.united-regional-health-page blockquote{line-height:1.35}}.united-regional-health-page a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;text-decoration:underline;
}.united-regional-health-page sup>a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.united-regional-health-page .submit-button-js {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.united-regional-health-page .content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 544px;
  padding-left: 1rem;
  padding-right: 1rem;
}@media (min-width: 1192px){.united-regional-health-page .content-container{max-width:770px}.united-regional-health-page .content-container {
    padding-left: 0px;
    padding-right: 0px;
  }}.united-regional-health-page #hero img{max-height:60vh;max-width:initial;width:139%}@media (min-width: 832px){.united-regional-health-page #hero img{width:100%}}.united-regional-health-page #hero .gradient-fade:after{background:none}@media (min-width: 832px){.united-regional-health-page #hero .gradient-fade:after{background:linear-gradient(to right, #fafafa 35%, rgba(245, 247, 249, 0.75) 50%, rgba(245, 247, 249, 0) 100%)}}.united-regional-health-page .deadspace-img-wrap{direction:rtl}@media (min-width: 832px){.united-regional-health-page .deadspace-img-wrap{direction:initial}}@-webkit-keyframes fade{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{opacity:1}}@keyframes fade{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{opacity:1}}.united-regional-health-page #references{padding-left:0;padding-right:0}.baptist-health-page .square-bullets{list-style-type:square;padding-left:1.1em}.baptist-health-page .content-container p{line-height:1.44}.baptist-health-page .content-container .testimonial {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;border-left:4px solid #0063be;
}@media (min-width: 1192px){.baptist-health-page .content-container .testimonial {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.baptist-health-page .content-container .testimonial {
    margin-left: 2.5rem;
  }.baptist-health-page .content-container .testimonial{border-left:10px solid #0063be}}.csd-products .card-wrap{flex-wrap:nowrap}@media (min-width: 1192px){.csd-products .card-wrap {
    justify-content: center;
  }}.csd-products-wrapper{padding-top:212px;padding-bottom:100px}@media(max-width: 600px){.caseStudy__mainPage__wrap .container{padding-right:1rem;padding-left:1rem}}.caseStudies__headingWrap{padding:192px 153px 91px;background-color:#fff}.caseStudies__headingText{max-width:550px;margin-right:50%}@media(max-width: 600px){.caseStudies__headingWrap{padding:192px 0 151px}.caseStudies__headingWrap .container{padding-left:1rem !important;padding-right:1rem !important}.caseStudies__headingText{margin-right:auto}}.caseStudies__heading{font-size:2.625rem;font-style:normal;font-weight:300;line-height:2.625rem;letter-spacing:-2px;color:#0063be;margin:0 0 24px}.caseStudies__heading__detail{font-size:1.375rem;font-style:normal;font-weight:300;line-height:1.75rem;letter-spacing:-0.5px;margin:0 0 16px}@media(max-width: 600px){.caseStudies__heading__detail{font-size:1.0625rem;line-height:1.4375rem;margin-bottom:8px}}.caseStudies__heading__disclaimer{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:0px;margin:0}.caseStudies__statsWrap{background-color:#0063be;color:#fff;padding-top:100px;padding-bottom:100px}@media(max-width: 550px){.caseStudies__statsWrap{padding-top:50px;padding-bottom:50px}}.caseStudies__stats{display:flex;gap:30px;align-items:baseline}.caseStudies__statsSection{max-width:358px;flex:1 1 0}.caseStudies__statsSection__icon{width:100%;max-width:140px}@media(max-width: 600px){.caseStudies__stats{flex-direction:column;align-items:center;gap:50px}.caseStudies__statsSection{text-align:center}.caseStudies__statsSection__icon{margin:0 auto}}.caseStudies__statsSection_percentage{font-size:3.75rem;font-style:normal;font-weight:700;line-height:3.75rem;letter-spacing:-4px;margin-top:30px;margin-bottom:8px;color:#fff}.caseStudies__statsSection__detail{font-size:1.375rem;font-style:normal;font-weight:300;line-height:1.75rem;letter-spacing:-0.5px;margin-top:0;margin-bottom:30px}@media(max-width: 600px){.caseStudies__statsSection_percentage{font-size:2.625rem;line-height:2.625rem;letter-spacing:-2px}.caseStudies__statsSection__detail{font-size:1.062523rem;line-height:1.4375 rem;margin:0 46.5px}}.caseStudies__CSIWrap{padding:100px 153px 80px;background-color:#003862;color:#fff}@media(max-width: 600px){.caseStudies__CSIWrap{padding:80px 0px}.caseStudies__CSIWrap .container{padding-left:1rem !important;padding-right:2rem !important}}.caseStudies__CSIContent{max-width:746px}.caseStudies__CSI__heading{font-size:1.75rem;font-style:normal;font-weight:700;line-height:2.125rem;letter-spacing:-1px;color:#fff}.caseStudies__CSI__item{list-style-type:disc;list-style-position:outside;position:relative;left:25px}@media(max-width: 600px){.caseStudies__CSI__heading{font-size:1.375rem;line-height:1.75rem}.caseStudies__CSI__item{font-size:1.0625rem;line-height:1.75rem;letter-spacing:normal}}.caseStudies__CSI__disclaimer{font-size:.875rem;font-style:normal;font-weight:700;line-height:1.25rem;letter-spacing:0px;margin-top:40px;margin-bottom:0}.wrap{padding:100px 0;background-repeat:no-repeat;background-size:cover;display:grid;align-items:center;color:#fff}.contentCenter{display:inline-flex;flex-direction:column;text-align:center;align-items:center}@media(max-width: 600px){.contentCenter{padding-left:16px;padding-right:16px}}.contentCenter__heading{margin-bottom:16px;margin-top:0;font-size:2.625rem;font-style:normal;font-weight:300;line-height:100%;letter-spacing:-2px}@media(max-width: 600px){.contentCenter__heading{font-size:1.75rem;line-height:2.125rem;letter-spacing:-0.56px}}.contentCenter__body{margin-bottom:48px;margin-top:0;font-size:1.0625rem;font-style:normal;font-weight:400;line-height:1.4375rem;letter-spacing:-0.5px;max-width:746px}.button__reg{width:194px;color:#fff;border:none;background-color:#0063be;display:flex;justify-content:space-between;align-items:center;padding:10px 15px;cursor:pointer;font-size:.875rem;line-height:1.25rem;letter-spacing:-0.25px;font-weight:300}.button__reg-lg{width:261px;height:50px;font-size:1.0625rem;line-height:1.4375rem;letter-spacing:-0.5px}@media(max-width: 600px){.button__reg-lg{width:194px;height:auto;font-size:.875rem;line-height:1.25rem;letter-spacing:-0.25px}}.button__reg:hover{background-color:#00a8e2 !important;background-color:--xLtBlue;color:#fff}.button__reg svg path{fill:#fff}.button__reg:hover svg path{fill:#fff}.caseStudies__disclaimerSection{background-color:#fff;padding:40px 32px}.caseStudies__disclaimerSection__text{font-size:.6875rem;font-style:normal;font-weight:300;letter-spacing:0;line-height:1rem;max-width:843px}.underline{text-decoration:underline}.semi-bold{font-weight:400}.italic{font-style:italic}.caseStudies__disclaimerSection__href{color:#000;text-decoration:underline}.contactSection{padding:100px 153px;background-color:#0063be}.contactSection__wrap{color:#fff;display:flex;justify-content:space-between;max-width:1134px;margin:0 auto;gap:16vw}.contactSection__contactForm{max-width:552px}.contactSection__contactForm__header{font-size:2.1rem;font-style:normal;font-weight:300;line-height:2.1rem;letter-spacing:-2px;margin-top:0;color:#fff}.contactSection__contactForm__detail{font-size:.85rem;font-style:normal;font-weight:300;line-height:1.15rem;letter-spacing:-0.5px}.contactSection__contactForm__form{display:flex;flex-direction:column;gap:26px}.contactSection__contactForm__formInput{padding:10px 15px;font-size:.85rem;font-style:normal;font-weight:300;line-height:1.15rem;letter-spacing:-0.5px}.button__cta{width:584px}.button__contactSection{width:270px;color:#fff;border:none;background-color:#00a8e2;display:flex;justify-content:space-between;align-items:center;padding:8px 15px;cursor:pointer;margin-top:60px}@media(max-width: 550px){.button__contactSection{width:auto;max-width:270px}}.button__contactSection:hover{background-color:#003862;color:#fff}.button__contactSection svg path{fill:#fff}.button__contactSection:hover svg path{fill:#fff}.contactSection__additionalInfoBox{background-color:#003862;color:#fff;max-width:358px;padding:30px;display:flex;flex-direction:column;gap:30px;height:-webkit-min-content;height:-moz-min-content;height:min-content}.contactSection__additionalInfoBox__heading{font-size:1.4rem;font-style:normal;font-weight:300;line-height:1.7rem;letter-spacing:-1px;margin:0;color:#fff}.contactSection__additionalInfoBox__detail{font-size:.85rem;font-style:normal;font-weight:300;line-height:1.15rem;letter-spacing:-0.5px;margin:0}.contactSection__additionalInfoBox__href{font-size:.85rem;font-style:normal;font-weight:700;line-height:1.15rem;letter-spacing:-0.5px;color:#fff;text-decoration:none;margin-top:30px}.footerWrap{padding:30px 153px;display:flex;justify-content:space-between}.footer__logo{max-width:160px}.footer__trademark{font-size:.85rem;font-style:normal;font-weight:300;line-height:1.15rem;letter-spacing:-0.5px}.footer__details{display:flex;align-items:baseline;gap:15px}.footer__details__text{font-size:.85rem;font-style:normal;font-weight:300;line-height:1.15rem;letter-spacing:-0.5px}.footer__details__href{font-size:.85rem;font-style:normal;font-weight:400;line-height:1.15rem;letter-spacing:-0.5px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#191919}.caseStudy__mainPage__headerWrap{padding-top:212px;padding-bottom:20px}.caseStudy__mainPage__header{text-align:center}.caseStudy__mainPage__headText{font-size:2.625rem;font-style:normal;font-weight:300;line-height:100%;letter-spacing:-2px}.caseStudy__mainPage__header__disclaimerWrap{padding:0px 97px;margin-top:40px;text-align:left}@media(max-width: 600px){.caseStudy__mainPage__header__disclaimerWrap{background-color:#0063be;padding:30px 16px}}.caseStudy__mainPage__header__disclaimer{font-size:1.0625rem;font-style:normal;font-weight:300;line-height:1.4375rem;letter-spacing:-0.5px}.caseStudy__mainPage__cardWrap{display:flex;flex-wrap:wrap;gap:1.5em}.caseStudy__mainPage__card{background-color:#fff;min-width:358px;width:358px;flex:0 0 calc(33.33% - 1.5em)}@media(min-width: 601px){.caseStudy__mainPage__card:hover .title-l,.caseStudy__mainPage__card:hover .title-l__bold{text-decoration:underline}.caseStudy__mainPage__card:hover .button__reg:hover{cursor:pointer}}.caseStudy__mainPage__card__img{width:100%;max-height:201px;-o-object-fit:cover;object-fit:cover}.caseStudy__mainPage__card__content{padding:30px 30px;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 201px)}.caseStudy__mainPage__card__content__heading{font-size:1.375rem;font-style:normal;font-weight:300;line-height:1.75rem;letter-spacing:-1px}@media(max-width: 600px){.caseStudy__mainPage__card__content__heading{font-size:1.375rem;font-style:normal;font-weight:300;line-height:1.75rem;letter-spacing:-0.44px}}.caseStudy__mainPage__card__content__detail{font-size:.875rem;font-style:normal;font-weight:300;line-height:142.857%;letter-spacing:-0.25px;margin-bottom:45px}.caseStudy__mainPage__card__content__textLink{font-size:.875rem;font-style:normal;font-weight:700;line-height:142.857%;letter-spacing:-0.25px;cursor:pointer}.caseStudy__mainPage__featuredCard{display:flex;flex-wrap:wrap}@media(min-width: 601px){.caseStudy__mainPage__featuredCard:hover .button__reg:hover{cursor:pointer}.caseStudy__mainPage__featuredCard:hover .headline-m,.caseStudy__mainPage__featuredCard:hover .headline-m__bold{text-decoration:underline}}.caseStudy__mainPage__featuredCard__content{flex:1 1 0;padding:45px 30px;display:flex;flex-direction:column;justify-content:space-between}.caseStudy__mainPage__featuredCard__img{max-height:310px;flex:1 1 0;-o-object-fit:cover;object-fit:cover}@media(max-width: 1192px){.caseStudy__mainPage__featuredCard{flex-direction:column-reverse}.caseStudy__mainPage__featuredCard__content{min-height:320px;height:320px}}@media(max-width: 600px){.caseStudy__mainPage__featuredCard__content{gap:45px;padding:30px;min-height:auto;height:auto}.caseStudy__mainPage__featuredCard__content .headline-m,.caseStudy__mainPage__featuredCard__content .headline-m__bold{font-size:1.375rem;line-height:1.75rem;font-weight:300;letter-spacing:-0.495px}.caseStudy__mainPage__card__content .title-l,.caseStudy__mainPage__card__content .title-l__bold{font-size:1.375rem;line-height:1.75rem;font-weight:300;letter-spacing:-0.495px}.caseStudy__mainPage__featuredCard__content .body-l,.caseStudy__mainPage__featuredCard__content .body-l__bold{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.caseStudy__mainPage__featuredCard__header{font-size:2.125rem;font-style:normal;font-weight:300;line-height:100%;letter-spacing:-1px}@media(max-width: 600px){.caseStudy__mainPage__featuredCard__header{font-size:1.375rem;font-style:normal;font-weight:300;line-height:1.75rem;letter-spacing:-0.44px}.caseStudy__mainPage__featuredCard__content__detail{font-size:.875rem;font-style:normal;font-weight:300;line-height:142.857%;letter-spacing:-0.25px}}.caseStudy__mainPage__featuredCard__content__buttonsWrap{display:flex;align-items:center;gap:30px}@media(max-width: 600px){.caseStudy__mainPage__featuredCard__content__buttonsWrap{flex-direction:column;gap:15px;align-items:flex-start}}.caseStudy__mainPage__featuredCard__content__textLink{font-size:1.0625rem;font-style:normal;font-weight:700;line-height:23px;letter-spacing:-0.5px;height:-webkit-min-content;height:-moz-min-content;height:min-content;cursor:pointer}.banner-health-bgImg{background-image:linear-gradient(to left, rgba(255, 255, 255, 0.1), white),url("/app/themes/simplist/assets/images/CaseStudies/prod/banner-health/Hero/simplist-case-study-banner-health-desktop-L-2560x996.jpg");background-repeat:no-repeat;background-position:right;background-size:cover}.middleSex-bgImg{background-image:url("/app/themes/simplist/assets/images/CaseStudies/prod/Middlesex/Hero/simplist-case-study-middlesex-desktop-L-2560x996.jpg");background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.baptistHealth-bgImg{background-image:url("/app/themes/simplist/assets/images/CaseStudies/prod/Baptist/simplist-case-study-baptist-desktop-1440x560.jpg");background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.unitedHealth-bgImg{background-image:url("/app/themes/simplist/assets/images/CaseStudies/prod/United/simplist-case-study-united-desktop-L-2560x996.jpg");background-size:cover;background-repeat:no-repeat;background-position:50% 50%}@media(max-width: 600px){.banner-health-bgImg{background-image:linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),url("/app/themes/simplist/assets/images/CaseStudies/prod/banner-health/Hero/simplist-case-study-banner-health-mobile-390x680.jpg");background-size:cover;background-repeat:no-repeat;background-position:left}.middleSex-bgImg{background-image:url("/app/themes/simplist/assets/images/CaseStudies/prod/Middlesex/Hero/simplist-case-study-middlesex-mobile-390x680.jpg")}.baptistHealth-bgImg{background-image:url("/app/themes/simplist/assets/images/CaseStudies/prod/Baptist/simplist-case-study-baptist-mobile-390x680.jpg")}.unitedHealth-bgImg{background-image:url("/app/themes/simplist/assets/images/CaseStudies/prod/United/simplist-case-study-united-mobile-390x680.jpg")}}.caseStudies__contentSection{max-width:810px;margin:0 auto;padding:100px 32px 0px}.caseStudies__contentSectionPT{padding-top:80px}@media(max-width: 600px){.caseStudies__contentSection{padding:80px 16px 0px}}.caseStudies__contentSection__section{margin-bottom:80px;display:flex;flex-direction:column;gap:16px}.caseStudies__contentSection__flexImg__wrap{margin-bottom:30px}.caseStudies__contentSection__flexImg{width:358px}.caseStudies__contentSection__header{font-size:2.125rem;font-weight:300;line-height:100%;letter-spacing:-1px}.caseStudies__contentSection__detail{font-size:1.0625rem;font-style:normal;font-weight:300;line-height:1.4375rem;letter-spacing:-0.5px}.caseStudies__contentSection__quoteBox{padding:15px;background-color:#e6eff9}.caseStudies__contentSection__blSection{border-left:10px solid #0063be;padding-left:30px;margin:30px 30px 60px}.caseStudies__contentSection__blSection__quote{font-size:1.375rem;font-weight:300;line-height:1.75rem;letter-spacing:-0.5px}.caseStudies__contentSection__blSection__detail{font-size:.875rem;font-style:normal;font-weight:300;line-height:1.25rem;margin-top:16px}.caseStudies__contentSection__mvImgWrap{width:552px;margin:30px auto 10px}@media(max-width: 600px){.caseStudies__contentSection__mvImgWrap{width:100%}}.caseStudies__contentSection__mvImg{margin:16px auto 16px}.caseStudies__contentSection__mvImg__detail{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:0}.caseStudies__contentSection__quoteBox__quote{font-size:1.375rem;line-height:1.75rem;color:#003862}@media(max-width: 600px){.caseStudies__contentSection__quoteBox__quote{font-size:1.062523rem;line-height:1.4375rem}}.caseStudies__contentSection__quoteBox__disclaim{font-size:1.0625rem;font-style:normal;font-weight:300;line-height:1.4375rem;letter-spacing:-0.5px;color:#003862}.semi-bold{font-weight:400}.caseStudies__contentSection__dashboardImg{max-width:552px;width:100%}.caseStudies__contentSection__dashboardWrap{margin:46px auto 0;display:flex;flex-direction:column;gap:10px}.caseStudies__contentSection__dashboard-img-Wrap{background-color:#e6eff9;padding:30px 10px}.caseStudies__contentSection__wasteData{margin-bottom:0px}.caseStudies__contentSection__flexImg__bannerHealthWrap{padding-bottom:80px}.urh-container{max-width:770px;margin-left:auto;margin-right:auto}@media(max-width: 600px){.urh-container{padding-left:16px;padding-right:16px}.middlesexPage-hero-heading{margin-bottom:24px}}.bannerHealth-wasteDataObserved-2col-imgs{gap:30px}.caseStudy-eyebrow{padding-top:100px}.caseStudies-card-detail{margin-bottom:45px}@media(min-width: 601px){.URH-heroContent{padding-top:112px}}.baptist-video-container{max-width:940px;padding:calc(8.188rem + 100px) 1rem 140px;margin:0 auto}.bv-eyebrow{color:#0063be;font-family:Interstate;font-size:22px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-0.5px}.bv-header{color:#0063be;font-family:Interstate;font-size:34px;font-style:normal;font-weight:300;-webkit-font-smoothing:antialiased;line-height:34px;letter-spacing:-1px}.baptist-video-container p{color:#191919;font-family:Interstate;font-size:22px;font-style:normal;font-weight:300;line-height:28px;letter-spacing:-0.5px}.baptist-video-container p a{color:#0063be}.bv-video{padding:0 0 100px}.video-title{padding-bottom:26px;color:#0063be !important}.videoWrapper{position:relative;padding-bottom:56.25%;height:0}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.bv-readmore{max-width:746px;margin:0 auto;text-align:center}.rm-header{color:#0063be;text-align:center;font-family:Interstate;font-size:42px;font-style:normal;font-weight:300;-webkit-font-smoothing:antialiased;line-height:42px;letter-spacing:-2px}.rm-body{color:#191919;font-family:Interstate;font-size:17px;font-style:normal;font-weight:300;line-height:23px;letter-spacing:-0.5px}.large-txt{font-size:22px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-0.5px}.light-txt{color:var(--Simplist-Primary-White, #fff);font-family:"Interstate";font-size:14px;font-style:normal;font-weight:300;line-height:20px;letter-spacing:-0.25px}.case-study-list marker{font-size:3rem}.homePageHero{padding:100px 0;display:flex;justify-content:space-between}.homePageHero-img{max-width:552px}.homePageHero-textWrap{max-width:36%}.homePageHero-textHeading{font-size:2.625rem;line-height:100%;font-weight:700;letter-spacing:-1px}.homePageHero-textHeading-2{font-size:2.625rem;line-height:100%;font-weight:300;letter-spacing:-1px}.homePageHero-textDetail{font-size:1.0625rem;font-style:normal;font-weight:400;line-height:135.294%;letter-spacing:-0.5px}.homePageHero-btn{background-color:#0063be;padding:9px 15px;font-size:14px;font-style:normal;font-weight:300;line-height:20px;letter-spacing:-0.25px;color:#fff;width:194px;display:flex;justify-content:space-between;cursor:pointer}.home-carousel__slide-eyebrow{color:#0063be;font-weight:700}.home-carousel__slide:hover .homePageHero-btn:hover{background-color:#00a8e2}.contentCenter{display:flex;justify-content:center;align-items:center}.syringeStreamlineBgImg{background-image:url("/app/themes/simplist/assets/images/homepage/prodImgs/Hero/simplist-prefilled-syringe-medication-management-patient-care-desktop-L-2560x1286.jpg");background-size:cover;background-repeat:no-repeat;max-height:762px;min-height:762px;background-position:35% 50%;padding-top:177px;padding-bottom:65px}@media(max-width: 600px){.syringeStreamlineBgImg{background-image:url("/app/themes/simplist/assets/images/homepage/prodImgs/Hero/simplist-prefilled-syringe-medication-management-patient-care-mobile-390x680.jpg");background-size:cover;background-repeat:no-repeat;min-height:762px;background-position:35% 50%}}.syringeStreamlineBgImg h1{max-width:972px;padding:0 16px;width:100%;margin:0 auto}.contentCenter-header{font-family:Interstate;font-size:42px;font-style:normal;font-weight:300;line-height:42px;letter-spacing:-2px;max-width:940px;margin:0 auto}.bg-primary-dark h2{padding-bottom:5rem}@media(max-width: 850px){.homePageHero{display:block;padding:80px 0}.homePageHero-textWrap{max-width:100%}.homePageHero-img{margin-top:30px;max-width:100%}}.stackBtns{flex-direction:column}@media (min-width: 704px){.stackBtns{flex-direction:row}}@media(max-width: 1100px){.stackBtns2{flex-wrap:wrap}}.mainDashHeader{text-align:center;color:#fff;padding-top:63px;padding-bottom:34px;max-width:940px;margin:0 auto}@media (min-width: 704px){.mainDashHeader{padding-top:70px;padding-bottom:19px}}.dashboardContainer{padding:0 16px}.subDashHeader{text-align:center;color:#fff;padding-bottom:34px;max-width:940px;margin:0 auto}@media (min-width: 704px){.subDashHeader{padding-bottom:41px}}@media(max-width: 600px){.subDashHeader{font-size:1.375rem;line-height:1.75rem;letter-spacing:-0.22px}}.dashboard__disclaimer{padding:42px 0 63px}.carouselContainer{padding-left:1rem;padding-right:1rem;max-width:1222px}.contentCarousel__wrap{background-color:#757575;max-width:1200px;margin:0 14.5%;padding:100px 0;text-align:center}.contentCarousel__heading{margin-bottom:80px;color:var(--white)}.contentCarousel__card{max-width:384px;text-align:left;margin:0 12px;background-color:#fff;padding-bottom:24px}.contentCarousel__card__img{-o-object-fit:contain;object-fit:contain;max-width:100%}.contentCarousel__cardText{margin-top:24px;margin-bottom:32px;padding:0 16px}.contentCarousel__cardText__heading{font-size:22px;font-style:normal;font-weight:300;line-height:28px;letter-spacing:-0.5px;margin-bottom:4px}.contentCarousel__cardText__detail{font-size:14px;font-style:normal;font-weight:300;line-height:20px;letter-spacing:-0.25px}.contentCarousel__card__button{background-color:#0063be;color:#fff;padding:12px 32px;margin:0 16px;font-size:14px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-0.25px}.home-carousel__slide{background-color:#fff;height:inherit}.home-carousel__slide-subcaption{font-family:Interstate;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-0.25px;color:#191919}.slick-track{position:relative;display:flex !important;top:0;left:0;margin-left:auto;margin-right:auto}.home-carousel__slide:hover .home-carousel__slide-caption{text-decoration:underline}.home-carousel__slide-header{font-size:28px;font-style:normal;font-weight:300;line-height:34px;letter-spacing:-1px;color:#191919}.home-carousel__slide-caption{color:#0063be;font-family:Interstate;font-size:22px;font-style:normal;font-weight:300;line-height:28px;letter-spacing:-0.5px}.home-carousel__slide-textWrap{display:flex;flex-direction:column;justify-content:space-between;gap:45px;padding:30px;min-height:199px;height:inherit}.slick-initialized .slick-slide{padding:0 15px;display:block;height:inherit}.slick-initialized .slick-slide>div{height:100%}.prevArrow{position:absolute;width:26px;height:27px;left:50%;transform:translate(-31px, 0);bottom:-36px;cursor:pointer}@media (min-width: 704px){.prevArrow{position:absolute;width:26px;height:27px;left:-26px;top:50%;transform:translate(0, -50%);cursor:pointer}}.nextArrow{position:absolute;width:26px;height:27px;right:50%;transform:translate(31px, 0px);bottom:-36px;cursor:pointer}@media (min-width: 704px){.nextArrow{position:absolute;width:26px;height:27px;right:-26px;top:50%;transform:translate(0, -50%);cursor:pointer}}.simplIsAssoc-section-heading{font-size:2.625rem;font-weight:300;line-height:100%;letter-spacing:-2px}@media(max-width: 600px){.simplIsAssoc-section-heading{font-size:2.125rem;letter-spacing:-1px}}.lessPrep--contentCenter{padding:100px 0}@media(max-width: 600px){.lessPrep--contentCenter .container{padding-left:1rem;padding-right:1rem}}.lessPrep--contentCenter--container{display:flex;flex-direction:column;align-items:center}.contentCenter-heading{text-align:center}.contentRight.simplIsAssoc-section{background-image:url("/app/themes/simplist/assets/images/homepage/prodImgs/div-background-images/simplist-4-times-lower-error-rate-administration-desktop-L-2560x1082.jpg");background-repeat:no-repeat;padding-bottom:0}@media(max-width: 600px){.contentRight .container{padding-left:1rem;padding-right:1rem}.contentRight.simplIsAssoc-section{background-image:url("/app/themes/simplist/assets/images/homepage/prodImgs/div-background-images/simplist-4-times-lower-error-rate-administration-mobile-390x680.jpg")}.simplIsAssoc-section .container{padding-bottom:80px}}.contentRight-textWrap{width:41.6%;max-width:455px;margin-left:auto;padding-bottom:100px}@media(max-width: 600px){.contentRight-textWrap{width:100%;margin-left:none;padding-bottom:0}}.contentRight{background-size:cover;background-repeat:none;padding-top:100px;padding-bottom:100px}.contentRight-omnicell{background-size:cover;background-repeat:none;padding-top:100px;padding-bottom:100px}@media(max-width: 600px){.contentRight-omnicell{padding:80px 0}}.contentCenter-DiversionDeterrence-content{display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:100px}@media(max-width: 600px){.contentCenter-DiversionDeterrence-content{padding-top:80px;padding-bottom:80px}}.contentCenter-DiversionDeterrence-content-img{max-width:712px}@media(max-width: 600px){.contentCenter-DiversionDeterrence-content-img{max-width:275px;width:100%}}.contentCenter-blisterPackaging-content{display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:100px}.col2-card-wrap{display:flex;gap:30px;padding-top:100px;padding-bottom:100px;justify-content:center}@media(max-width: 600px){.col2-card-wrap{flex-direction:column;gap:50px}.col2-cardWrap{width:100%}}.col2-card{max-width:358px;height:400px;display:flex;flex-direction:column;box-shadow:0px 2px 10px 3px rgba(25,25,25,.1)}.col2-card:hover{box-shadow:0px 0px 10px 0px rgba(0,0,0,.25)}.col2-card:hover h1{text-decoration:underline}.col2-imgCard{width:100%}.col2-card-img{background-color:#ebebeb;max-height:200px;height:100%}.col2-card-textWrap{display:flex;flex-direction:column;justify-content:space-between;flex:1;padding:30px}.col2-card-detail{margin-bottom:30px}.lessPrepHero{background-image:url(/app/uploads/less-preparation-desktop-L-2560x1286-1.jpg);background-size:cover;background-repeat:none;padding-top:192px;padding-bottom:80px;background-position:50% 50%;max-height:762px}@media(max-width: 601px){.lessPrepHero{background-image:url(/app/uploads/less-preparation-mobile-390x680-1.jpg);min-height:550px}}.listHorz{display:flex;justify-content:space-evenly;gap:30px;padding:30px 0px;margin-top:60px}@media(max-width: 600px){.listHorz{flex-direction:column;align-items:center;margin-left:38.5px;margin-right:38.5px;padding-top:0;padding-bottom:0}}.listHorz-item{list-style-type:disc;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:135.294%;letter-spacing:-0.5px;text-align:center}@media(max-width: 600px){.listHorz-item{padding-top:30px;padding-bottom:30px}}.clinicEd-clinicalEducation-textWrap .listHorz-item{font-weight:400}.lessPrep-listStyleOutside-container{display:flex;gap:11%;justify-content:flex-start}@media(max-width: 600px){.lessPrep-listStyleOutside-container{flex-direction:column;gap:30px}}.lessPrep-listStyleOutside-heading{max-width:358px}.lessPrep-listStyleOutside-wrap{flex:1}@media(max-width: 600px){.lessPrep-listStyleOutside-wrap{padding-top:30px;padding-bottom:10px}}.lessPrep-listStyleOutside{list-style-position:outside !important;transform:translateX(18px)}.lessPrep-listStyleOutside li{list-style-type:disc}.lessPrep-listStyleOutside-item{max-width:619px;font-weight:300}@media(max-width: 600px){.lessPrep-listStyleOutside{margin-bottom:0}.lessPrep-listStyleOutside-item{font-size:.875rem;line-height:1.25rem;padding-right:1rem;padding-bottom:4px}}.maxWidth-825{max-width:825px}.maxWidth-746{max-width:746px;margin:0 auto}.maxWidth-388{max-width:380px}@media(max-width: 600px){.contentCenter .container{padding-left:1rem;padding-right:1rem}.container.container2{padding-left:0;padding-right:0}.container.col2-card-wrap{padding-left:1rem;padding-right:1rem}}.lessPrep-logoWrap{display:flex;gap:30px}@media(max-width: 600px){.lessPrep-logoWrap{flex-direction:column;gap:0}}.lessPrep-logoWrap-logo{flex:1;display:flex;justify-content:center}@media(max-width: 600px){.lessPrep-logoWrap-logo{max-width:285px;margin:0 auto}}.lessPrep-statItem{flex:1}@media(max-width: 600px){.lessPrep-statItem{margin-bottom:30px;min-width:100%}}.lessPrep--syringeCards-wrap{display:flex;flex-direction:row;gap:30px}.lessPrep--syringeCard{flex:1;margin-bottom:30px}.lessPrep--syringeCard-img{height:100%;max-height:462px;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}@media(max-width: 600px){.lessPrep--syringeCard{margin:60px auto 0px}.lessPrep--syringeCard-img{margin:0 auto}.mobileColumn{flex-direction:column !important}}.fWrap{flex-wrap:wrap}.lessPrep--contentCenter--img{max-width:806px;width:100%;margin-left:auto;margin-right:auto;margin-top:80px}@media(max-width: 600px){.lessPrep--contentCenter--img{max-width:300px}}.lessPrep-blisterPackaging-heparin-img{max-width:650px;width:100%;margin-bottom:100px}.freseniusKabi-lessPrep-4xLower-contentWrap{display:flex;justify-content:space-between}.freseniusKabi-lessPrep-omnicell-contentWrap{display:flex;justify-content:space-between}@media(max-width: 600px){.freseniusKabi-lessPrep-omnicell-contentWrap{flex-direction:column;gap:30px}.contentRight-omnicell .container{padding-left:1rem;padding-right:1rem}}.diagram-container{max-width:48.6%;width:100%;display:flex;justify-content:center;align-items:center}.freseniusKabi-lessPrep-diagram-4xLower-img{position:relative}.freseniusKabi-lessPrep-diagram-4xLower-img img{width:100%}#trad-bar{position:absolute;width:12%;height:0;background:#ef4263;left:23%;bottom:13%;transition:1s}#simplist-bar{position:absolute;width:12%;height:0;background:#bdceea;left:61%;bottom:13%;transition:1s}#trad-bar span{position:absolute;margin-top:-24%;top:0;left:50%;transform:translateX(-50%);font-size:70%;color:#fff}#simplist-bar span{position:absolute;margin-top:-24%;top:0;left:50%;transform:translateX(-50%);font-size:70%;color:#fff}.trad-bar-height{height:68% !important}.simplist-bar-height{height:16% !important}.freseniusKabi-lessPrep-4xLower-textWrap{max-width:455px;width:100%}.freseniusKabi-lessPrep-4xLower-textWrap .body{font-weight:400}@media(max-width: 600px){.freseniusKabi-lessPrep-4xLower-contentWrap{margin-top:30px;flex-direction:column;gap:30px}.diagram-container{max-width:100%}.freseniusKabi-lessPrep-diagram-4xLower-img{max-width:100%}.freseniusKabi-lessPrep-4xLower-textWrap{max-width:100%}.freseniusKabi-lessPrep-4xLower-textWrap .listHorz-item{padding:0}.header2{max-width:100%}#trad-bar span{margin-top:-34%}#simplist-bar span{margin-top:-34%}}.lessPrepHero-contentWrap{height:100%;display:flex;align-items:center}.freseniusKabi-lessPrep-preparationSection-textWrap{max-width:455px;width:100%;margin-right:30px}.freseniusKabi-lessPrep-preparationSection-video{max-width:552px;width:100%}.freseniusKabi-lessPrep-preparationSection-list{list-style-type:disc;padding-left:20px;color:#0063be}.freseniusKabi-lessPrep-omnicell-img{max-width:552px;width:100%;-o-object-fit:contain;object-fit:contain}.freseniusKabi-lessPrep-omnicell-textWrap{max-width:455px;width:100%}.freseniusKabi-lessPrep-omnicellSection-contentWrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}.lessWaste-hero{padding-top:192px;padding-bottom:80px;background-size:cover;background-repeat:none;background-image:url("/app/themes/simplist/assets/images/less-waste/prod/less-waste-desktop-1440x780.jpg");background-position:50% 50%;max-height:762px}@media(max-width: 600px){.lessWaste-hero{background-image:url("/app/themes/simplist/assets/images/less-waste/prod/less-waste-mobile-390x680.jpg")}.lessWaste-hero .container{padding-left:16px;padding-right:16px}}.lessPrep--syringeCards-wrap{display:flex;flex-direction:row;gap:30px}.lessWaste-lessWasteMeans-wrap{padding-top:65px;padding-bottom:65px;display:flex;justify-content:space-between}@media(max-width: 600px){.lessWaste-lessWasteMeans-wrap{padding-left:16px;padding-right:16px}}.lessWaste-lessWasteMeans-textWrap{max-width:358px;width:100%}.lessWaste-lessWasteMeans-imgWrap{width:100%;display:flex;justify-content:flex-end}#lessWaste-lessWasteMeans-hoverText{margin-top:118px;width:164px;text-align:center;color:#7b7b7a;margin-left:18px}#lessWaste-lessWasteMeans-hoverText2{margin-top:118px;width:164px;text-align:center;color:#7b7b7a;margin-left:18px}@media(max-width: 600px){#lessWaste-lessWasteMeans-hoverText{margin-top:42px;width:248px;min-height:115px;margin-left:0}#lessWaste-lessWasteMeans-hoverText2{margin-top:42px;width:260px;min-height:115px;margin-left:0}}.lessWaste-lessWasteMeans-hoverText-mobile{display:none}@media(max-width: 600px){.lessWaste-lessWasteMeans-hoverText-desktop{display:none}.lessWaste-lessWasteMeans-hoverText-mobile{display:block}}.lessWaste-lessWasteMeans-imgWrap img{max-height:363px;height:100%;position:relative;padding-top:16px;border-bottom:2px solid transparent;transition:padding .2s linear,border-bottom .1s linear}@media(max-width: 600px){.lessWaste-lessWasteMeans-imgWrap img{max-height:270px;padding-top:13px}}.lessWaste-lessWasteMeans-imgWrap img:hover{padding-bottom:16px;padding-top:0px;border-bottom:2px solid #0063be}@media(max-width: 600px){.lessWaste-lessWasteMeans-imgWrap img:hover{padding-bottom:13px;padding-top:0}.lessWaste-lessWasteMeans-wrap{flex-direction:column}}.lessWaste-lessWasteMeans-imgWrap{display:flex}@media(max-width: 600px){.lessWaste-lessWasteMeans-imgWrap{padding-top:60px;flex-direction:column;align-items:center}}.lessWaste-lessWasteMeans-imgContainer{display:flex;gap:40px}@media(max-width: 600px){.lessWaste-lessWasteMeans-imgContainer{gap:24px}}.lessWaste-vialAndSyringe-diagram-img{max-width:940px;width:100%}.lessWaste-avgPotential-section-heading{margin-bottom:90px}.lessWaste-avgPotential-section-statsWrap{margin-bottom:90px}.lessWaste-avgPotential-section-disclaim{text-align:left;width:100%}.lessWaste-3col-stats-section-wrap{padding-top:100px;padding-bottom:80px}@media(max-width: 600px){.lessWaste-3col-stats-section-wrap{padding-left:16px !important;padding-right:16px !important}}.lessWaste-3col-stats-section-heading{margin-bottom:48px;max-width:843px}.lessWaste-3col-stats-section-dropdown{margin-bottom:50px;margin-top:50px}.lessWaste-3col-stats-section-contentWrap{display:flex;justify-content:space-between;flex-wrap:wrap}@media(max-width: 600px){.lessWaste-3col-stats-section-contentWrap{flex-direction:column}}.lessWaste-3col-stats-section-colContent{max-width:285px}@media(max-width: 600px){.lessWaste-3col-stats-section-colContent{max-width:none}}.lessWaste-3col-stats-section-stat-heading{margin-left:6px}.lessWaste-3col-stats-section-stat-detail{margin-bottom:30px}@media(max-width: 600px){.lessWaste-3col-stats-section-stat-detail{margin-bottom:0}}.lessWaste-3col-stats-section-stat-detail-last{margin-bottom:30px}@media(max-width: 600px){.contact__page .container{padding-left:1rem;padding-right:1rem}}.button-contact{border:0;display:inline-flex;align-items:center;text-align:center;box-shadow:0;text-decoration:none;line-height:1;font-family:"interstate","Helvetica Neue",Helvetica,Arial,Helmet,Freesans,sans-serif;text-transform:initial;font-weight:700;font-size:17px;width:12.9411764706rem;background:#0063be;color:#fff;padding:0 .75em;transition:background .15s cubic-bezier(0.4, 0, 0.2, 1);height:40px;margin-top:60px}.button-contact :hover,.button-contact :focus{color:#fff;background-color:#00a8e2;text-decoration:none}.button--arrow{background-image:url("/app/themes/simplist/assets/images/icons/circle-arrow.svg");background-repeat:no-repeat;background-position:right 14px center;text-align:left}.contact__heroSection{padding-top:212px;padding-bottom:100px}.contact__heroSection-heading{max-width:840px}.contact__content{display:flex;justify-content:space-between;gap:30px}@media(max-width: 600px){.contact__content{flex-direction:column}}.contact__form-wrap{width:100%;max-width:552px}.contact__form{display:flex;flex-direction:column}.contact__form-textInput{padding:10px;margin-bottom:20px;height:36px;color:#7b7b7a;font-size:1.0625rem;line-height:1.4375rem;font-weight:300;letter-spacing:-0.5px}.contact__form-fieldset{display:flex;flex-direction:column}.contact__form-disclaim{padding-bottom:100px;width:100%}@media(max-width: 600px){.contact__form-disclaim{padding-bottom:50px}}.contact__form-legend{margin-bottom:20px}.contact__form-fieldset-label{margin-left:10px}.contact__form-fieldset-option{display:flex;align-items:center;margin-bottom:10px}.contact__form-fieldset-option input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;align-content:center;justify-content:center;border:1px solid #191919;border-radius:0;width:20px;height:20px}.contact__form-fieldset-option input[type=checkbox]:checked{background-color:#0063be;border:1px solid #0063be}.contact__form-btn{margin-top:50px;margin-bottom:50px}.contact__form-btn:hover{background-color:#00a8e2}.contact__form-disclaim{width:100%}.contact__content-rightSide{max-width:358px;width:100%}.contact__content-rightSide-btn{background-color:#0063be;padding:7px 15px;font-size:.6875rem;font-style:normal;font-weight:300;line-height:145.455%;letter-spacing:-0.25px;color:#fff;width:261px;display:flex;justify-content:space-between;cursor:pointer;margin-top:20px;max-height:30px}.contact__content-rightSide-btn:hover{background-color:#00a8e2}.contact__content-rightSide-section{margin-bottom:50px;max-width:350px;width:100%}@media(max-width: 600px){.contact__content-rightSide-section{margin-bottom:36px}}.contact__content-rightSide-section-text{margin-bottom:8.5px}@media(max-width: 600px){.manufacturingSection.container{padding-left:1rem;padding-right:1rem}.manufacturing--wrap .container{padding-left:1rem;padding-right:1rem}}.advancingMedSafety--wrap{padding:100px 0}@media(max-width: 600px){.advancingMedSafety--wrap{padding:80px 0}}.advancingMedSafety{padding-bottom:16px;margin:0 auto;text-align:center}.contentRight.manufacturing-weManufactureHighQuality{background-image:url("/app/themes/simplist/assets/images/manufacturing/prod/Hero/manufacturing-desktop-L-2560x1286.jpg");background-size:cover;background-position:50% 50%;background-repeat:no-repeat;padding-top:112px;max-height:762px}@media(max-width: 600px){.contentRight.manufacturing-weManufactureHighQuality{background-image:url("/app/uploads/manufacturing-mobile-390x550-1.jpg")}}.manufacturingSection .contentRight-textWrap{padding-bottom:0px}@media(max-width: 1191px){.manufacturingSection .contentRight-textWrap{width:48%;padding-top:100px}}@media(max-width: 706px){.manufacturingSection .contentRight-textWrap{padding-top:50px}.manufacturingSection .contentRight-textWrap{width:100%;margin-left:none;padding-bottom:0}}#background-video{min-height:100%;height:100vh;width:100vw;-o-object-fit:cover;object-fit:cover;position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);bottom:0;z-index:-1}.manufacturing-locationCards-wrap{display:flex;flex-wrap:wrap}@media(max-width: 1192px){.manufacturing-locationCards-wrap{gap:60px}}.manufacturing-locationCards-wrapper{width:50%}@media(max-width: 600px){.manufacturing-locationCards-wrapper{width:100%}}.manufacturing-locationCards{max-width:455px}.manufacturing-locationCards img{filter:grayscale(100%)}.manufacturing-locationCards-local{margin-top:30px;font-size:1.0625rem;line-height:1.4375rem;font-weight:300;letter-spacing:-0.5px}.manufacturing-locationCards-detail{margin-top:90px}@media(max-width: 600px){.manufacturing-locationCards-detail{margin-top:0}}.contentRight.manufacturing-today99{position:relative;overflow:hidden;background:rgba(0,53,115,.83)}@media(max-width: 600px){.manufacturingSection.container{padding-left:1rem !important;padding-right:1rem !important}}.manufacturing-our1Billion-img{max-width:940px;width:100%;margin:0 auto}.manufacturingSection-weHaveMade-textWrap{max-width:455px;width:50%;padding:87px 0}@media(max-width: 600px){.manufacturingSection-weHaveMade-textWrap{width:100%}}.manufacturingSection-weHaveMade{padding-top:100px;padding-bottom:100px}@media(max-width: 600px){.manufacturingSection-weHaveMade{padding-top:0;padding-bottom:0}}.manufacturing-vid{max-width:940px;width:100%}.manufacturing-preparedSyringes-section{padding-top:100px;padding-bottom:100px}@media(max-width: 600px){.manufacturing-preparedSyringes-section{padding-top:80px;padding-bottom:80px}}.manufacturing-preparedSyringes-wrap{display:flex;justify-content:space-between}@media(max-width: 600px){.manufacturing-preparedSyringes-wrap{flex-direction:column-reverse}}.manufacturing-preparedSyringes-imgAndBtn-wrap{max-width:843px}.manufacturing-preparedSyringes-textLink-wrap{display:flex;gap:30px;margin-top:48px}.manufacturing-preparedSyringes-btn{margin-top:30px}@media(max-width: 600px){.manufacturing-preparedSyringes-btn{margin-bottom:30px}}.manufacturing-preparedSyringes-contentWrap{max-width:649px;margin-left:30px}@media(max-width: 600px){.manufacturing-preparedSyringes-contentWrap{margin-left:0}.manufacturing-deliveringCritical-text{text-align:center}}.manufacturingSection .bullet-list li{margin-bottom:0}.lessWaste-localCard-local{margin-top:30px}.clinicEd-page{display:flex;justify-content:space-between;padding-top:100px;gap:45px}.clinicEd-page2{display:flex;justify-content:space-between;padding-top:100px;gap:45px}@media(max-width: 1192px){.clinicEd-page2{flex-direction:column}}.clinicEd-page-hero{display:flex;justify-content:space-between;gap:30px}.clinicEd-page-ref{padding-top:100px}@media(max-width: 600px){.clinicEd-page.container{padding-left:1rem;padding-right:1rem}.clinicEd-page .listHorz-item{padding-top:0;padding-bottom:0}}.clinicEd-hero-bgImg{background-image:url("/app/themes/simplist/assets/images/clinical-education/Hero/clinical-education-desktop-L-2560x1286.jpg");background-size:cover;background-position:50% 50%;background-repeat:no-repeat;padding-top:112px;max-height:762px}@media(max-width: 600px){.clinicEd-hero-bgImg{background-image:url("/app/themes/simplist/assets/images/clinical-education/Hero/clinical-education-mobile-390x680.jpg")}}.clinicEd-hero-textWrap{height:650px;display:flex;align-items:center}.clinicEd-onSite-textWrap{max-width:940px;padding-bottom:80px;margin:0 auto}.clinicEd-clinicalEducation-textWrap{max-width:358px;width:100%;margin-bottom:60px}.clinicEd-clinicalEducation-cardsContainer{padding-bottom:100px;display:flex;gap:30px}@media(max-width: 600px){.clinicEd-clinicalEducation-cardsContainer{flex-direction:column}}.clinicEd-clinicalEducation-cardsContainer2{padding-bottom:45px;display:flex;gap:30px}.clinicEd-card-b{max-width:261px;width:100%;display:flex;flex-direction:column}.clinicEd-card-b-textWrap{display:flex;flex-direction:column;flex:1;padding:30px 0}.col2-card-b-img{width:100%;max-height:146px;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.clinicEd-refCard-content{height:100%;display:flex;flex-direction:column;padding-top:30px;padding-bottom:30px}.clinicEd-refCard-subheading{margin-bottom:30px;font-size:.93rem;line-height:142.857%;font-weight:300;letter-spacing:-0.25px}.clinicEd-clinicalEducation-cardsContainer .resource-tile__link{display:none}@media(max-width: 600px){.opioidStewardshipPage .container{padding-left:1rem;padding-right:1rem}}.opioidSteward-hero{padding:212px 0 100px;background-size:cover;background-repeat:none;background-image:url("/app/themes/simplist/assets/images/opioid-stewardship/Hero/opioid-stewardship-desktop-L-2560x1286.jpg");max-height:762px}@media(max-width: 600px){.opioidSteward-hero{background-image:url("/app/themes/simplist/assets/images/opioid-stewardship/Hero/opioid-stewardship-mobile-390x680.jpg")}.opioidSteward-hero .container{padding-left:16px;padding-right:16px}}.opioidStewardshipPage{padding-bottom:80px}.opioidStewardshipPage-fkSupports-section{padding-top:100px;padding-bottom:80px}@media(max-width: 600px){.opioidStewardshipPage-fkSupports-section{flex-direction:column}}.opioidStewardshipPage-fkSupports-left{width:100%}.opioidStewardshipPage-fkSupports-right{width:100%}.opioidStewardshipPage-fkSupports-leftHeading,.opioidStewardshipPage-fkSupports-leftText,.opioidStewardshipPage-fkSupports-rightText{max-width:843px;width:100%}.left-tutorial{grid-column:2/8;margin-bottom:195px}.right-tutorial{grid-column:9/12;font-size:14px}.parent-grid{max-width:1160px;margin:0 auto;padding:0 15px;box-sizing:border-box;display:grid;grid-template-columns:repeat(12, 1fr);grid-column-gap:30px}@media(max-width: 1160px){.parent-grid{max-width:960px}}@media(max-width: 960px){.parent-grid{max-width:738px;-moz-column-gap:15px;column-gap:15px;padding:0 15px}}@media(max-width: 767px){.parent-grid{max-width:480px}}@media(max-width: 480px){.parent-grid{max-width:350px}}@media(max-width: 768px){.left-tutorial{grid-column:2/12;margin-bottom:0}.right-tutorial{margin-top:30px;grid-column:2/12;font-size:14px;margin-bottom:195px}}.blue-block{background:linear-gradient(180deg, #0063be 0%, #002e58 100%);padding:120px 0 0;height:515px}.blue-block h1{color:var(--Simplist-Primary-White, #fff);text-align:center;font-size:60px;font-style:normal;font-weight:275;line-height:60px;letter-spacing:-4px}.blue-block-content{margin:0 auto;max-width:940px}.comp-images{margin-top:49px;display:flex;flex-direction:row;justify-content:space-between;padding:0 19px;align-items:center}.comp-images img{max-width:420px;min-width:156px;width:100%;-o-object-fit:contain;object-fit:contain;max-height:353px;flex-shrink:1}.comp-images svg{margin:132px 30px 210px;max-width:40px;width:100%}input.required:invalid{outline:1px solid #eb002a}#required-text.required{color:#eb002a}.modal-wrapper{height:100vh;overflow:hidden}@media(max-width: 608px){.comp-images{margin-top:26px}.blue-block h1{color:var(--Simplist-Primary-White, #fff);text-align:center;font-family:Interstate;font-size:34px;font-style:normal;font-weight:275;line-height:34px;letter-spacing:-2px;width:304px;margin:0 auto}.blue-block{background:linear-gradient(180deg, #0063be 0%, #002e58 100%);padding:75px 0 0;height:410px}.comp-images svg{margin:44px 11px 78px;height:14px;min-width:14px}}.logos{flex-direction:row;position:relative;margin:153px auto 0;display:flex;align-items:center;max-width:847px;justify-content:left}@media(max-width: 847px){.logos{padding:0 43px 0 30px}}.logos img{width:100%}.logos svg{max-width:5%}#logo-left{flex:1 2 122px;padding-right:11%}#logo-right{flex:1 0 82px;padding-left:16%}@media(max-width: 608px){.logos{margin-top:40px;justify-content:space-between}.logos svg{width:16px}#logo-left{padding-right:10%}#logo-right{padding-left:10%}}.waste-assessment-content{padding:0 30px;max-width:806px;margin:54px auto 0}.waste-assessment-content form{background:#e6eff9;padding:28px 20px 30px;display:flex;flex-wrap:wrap;gap:30px}.waste-assessment-content input{width:338px;max-width:706px;margin-top:-10px;margin-bottom:0}@media(max-width: 806px){.waste-assessment-content input{width:100%}}.waste-assessment-content input[type=checkbox]{width:14px;height:14px;margin-bottom:0;margin-top:4px}.light-blue-block{background:#0063be;color:var(--Simplist-Primary-White, #fff);font-size:28px;font-style:normal;font-weight:300;line-height:34px;letter-spacing:-1px;padding-top:80px;margin-top:80px}.light-blue-block h3{color:#fff;font-size:28px;font-style:normal;font-weight:300;line-height:34px;letter-spacing:-1px}.light-blue-block p{font-size:17px;line-height:23px;letter-spacing:-0.5px}.contact__form-fieldset-new{display:flex;align-items:center}.contact__form-fieldset-new input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;align-content:center;justify-content:center;border:1px solid #0063be;border-radius:0;width:12px;height:12px;background-color:#fff}.contact__form-fieldset-new input[type=checkbox]:checked{background-color:#0063be;border:1px solid #0063be}.or-portfolio-section__content{display:flex;justify-content:space-between;font-family:Interstate;margin:0 auto;padding:96px 0 100px}.or-portfolio-section__content-copy{max-width:360px;margin-right:100px}.button-sm{background-color:#0063be;padding:9px 15px;font-size:11px;font-style:normal;font-weight:300;line-height:20px;color:#fff;width:194px;display:flex;justify-content:space-between;cursor:pointer}.button-sm:hover{background-color:#00a8e2}.header-maxW-940{max-width:940px}.or-portfolio-section-contentRight{padding:140px 0 182px}.or-portfolio-section-features{padding:124px 0 84px}.or-portfolio-section-features-cards{display:flex;justify-content:space-between;gap:30px}.or-portfolio-section-features-card p{font-family:Interstate;font-size:22px;font-style:normal;font-weight:300;line-height:28px;letter-spacing:-0.5px;text-align:center}.or-portfolio-section-best-in-market{background-color:#e6eff9;padding:100px 0}.or-portfolio-section-best-in-market li{font-family:Interstate;font-size:22px;font-style:normal;font-weight:300;line-height:28px;letter-spacing:-0.5px}.or-portfolio-section__content-img{max-width:552px;width:100%;border-right:1px solid #000}.or-ready-or-not-BgImg{background-image:url("https://www.simplist-us.com/app/uploads/fresenius-kabi-simplist-website-or-landing-page-header-desktop-1-scaled.jpg");background-size:cover;background-repeat:no-repeat;max-height:762px;min-height:762px;background-position:35% 50%;padding-top:177px;padding-bottom:65px}@media(max-width: 1208px){.or-portfolio-section__content{flex-direction:column;gap:48px}}@media(max-width: 600px){.or-ready-or-not-BgImg{background-image:url("https://www.simplist-us.com/app/uploads/fresenius-kabi-simplist-website-or-landing-page-header-mobile-1.jpg");background-size:cover;background-repeat:no-repeat;min-height:762px;background-position:35% 50%}}.or-ready-or-not-BgImg h1{max-width:972px;padding:0 16px;width:100%;margin:0 auto}@media (min-width: 1192px){.bleed-lg {
    margin-left: auto;
    margin-right: auto;
  }.bleed-lg{max-width:960px}}.hero-limit{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%;height:100%}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.hero-limit{max-height:100%;height:600px}}@media(max-width: 850px){.hero-limit{-o-object-position:center center;object-position:70%;max-height:100%;height:550px}.slick-initialized .slick-slide{padding:0}.slide-content{top:173px}.slide-content__testimonial{max-width:358px}}.product-image-limit{height:48px}@media (min-width: 1192px){.product-image-limit{height:80px}}.w-half-screen{width:50vw}.v-pad {
  padding-top: 2rem;
  padding-bottom: 2rem;
}@media (min-width: 1192px){.v-pad {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }}.v-pad-b {
  padding-bottom: 2rem;
}@media (min-width: 1192px){.v-pad-b {
    padding-bottom: 3rem;
  }}.v-pad-t {
  padding-top: 2rem;
}@media (min-width: 1192px){.v-pad-t {
    padding-top: 3rem;
  }}.v-pad-lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}@media (min-width: 1192px){.v-pad-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }}.v-pad-lg-b {
  padding-bottom: 3rem;
}@media (min-width: 1192px){.v-pad-lg-b {
    padding-bottom: 8rem;
  }}.v-pad-lg-t {
  padding-top: 3rem;
}@media (min-width: 1192px){.v-pad-lg-t {
    padding-top: 8rem;
  }}.line-break{display:inline}@media (min-width: 1192px){.line-break-lg{display:block}}.container--lg{padding-left:2rem;padding-right:2rem}@media(max-width: 600px){.container{padding-left:1rem !important;padding-right:1rem !important}}.container--dilaudid{max-width:1100px}@media (min-width: 1192px){.container--no-pad{padding-left:0;padding-right:0}}.link, .link-off, .link-on, .link-back {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
  padding-bottom: 0.5rem;
  font-size: 1.0625rem;
  letter-spacing: -0.5px;
}.link,.link-off,.link-on,.link-back{line-height:1.4}.link-back::before{content:"←";display:inline-block;margin-right:1ex;transition:transform .25s cubic-bezier(0.25, 0.1, 0.25, 1)}.link-back:hover::before,.link-back :focus::before{transform:translate(-8px)}.link-on::after{content:"→";display:inline-block;margin-left:1ex;transition:transform .25s cubic-bezier(0.25, 0.1, 0.25, 1)}.link-on:hover::after,.link-on :focus::after{transform:translate(8px)}.link-off::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+CiAgICA8ZyBpZD0iTGluay1JY29ucyIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+CiAgICAgICAgPHBhdGggaWQ9ImFycm93IiBmaWxsPSIjMDU2M0JFIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xNSA4Ljk5N0wxMS45MTcgMTJWOS43NkgzVjguMjRoOC45MTdWNnoiIHRyYW5zZm9ybT0icm90YXRlKC00NSA5IDkpIi8+CiAgICAgICAgPHBhdGggaWQ9ImNpcmNsZSIgc3Ryb2tlPSIjMDU2M0JFIiBzdHJva2Utd2lkdGg9IjEuMjUiIGQ9Ik05IC42MjVhOC4zNzUgOC4zNzUgMCAxIDAgMCAxNi43NUE4LjM3NSA4LjM3NSAwIDAgMCA5IC42MjV6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");content:" ";display:inline-block;height:18px;margin-left:1ex;vertical-align:text-top;width:18px;transition:transform .25s cubic-bezier(0.25, 0.1, 0.25, 1)}.link-off:hover::after,.link-off :focus::after{transform:translate(8px)}.link-down::after{content:"↓"}.text-link-list {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}.product-table-grid tr.no-border th.text-link-list{padding:0;margin-top:1.4em;margin-bottom:.9em}.text-link-list{padding-bottom:.75rem;letter-spacing:-0.5px}.inline-link {
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;text-decoration:underline;
}.bold-text-link {
  display: inline;
  font-size: 1.0625rem;
  letter-spacing: -0.5px;
  font-weight: 700;
}.product-table-grid tr.no-border th.bold-text-link{padding:0;margin-top:1.4em;margin-bottom:.9em}.bold-text-link p{display:inline}.bold-text-link:hover {
  --tw-text-opacity: 1;
  color: rgb(4 167 226 / var(--tw-text-opacity));
}.bold-text-link:after{content:">";transform:scale(0.5, 1);display:inline;margin-left:.3rem;vertical-align:middle;font-size:.8em}.bold-text-link.no-margin:after {
  margin-left: 0px;
}.bold-text-link.arrow-right:after{content:none}.bold-text-link.arrow-right:before{content:"<";transform:scale(0.5, 1);display:inline;margin-right:.75rem;vertical-align:middle;font-size:.8em}.text-white .bold-text-link:after{margin-left:.3rem !important}.text-white .bold-text-link.no-margin:after {
  margin-left: 0px;
}.text-link-arrow {
  position: relative;
  display: inline-block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}.product-table-grid tr.no-border th.text-link-arrow{padding:0;margin-top:1.4em;margin-bottom:.9em}.text-link-arrow:after{content:">";transform:scale(0.5, 1);margin-left: 0.75rem}.text-link-arrow:hover {
  --tw-text-opacity: 1;
  color: rgb(4 167 226 / var(--tw-text-opacity));
}.hover-none:hover{opacity:1}.line-breaker{display:none}@media screen and (min-width: 370px)and (max-width: 376px){.line-breaker--iphone-7{display:inline}}.gradient-fade:after{content:"";position: absolute;top: 0px;left: 0px;height: 100%;width: 100%;background:rgba(245,247,249,.75)}@media (min-width: 832px){.gradient-fade:after{background:linear-gradient(to right, #fafafa 35%, rgba(245, 247, 249, 0) 75%)}}.gradient-darken{background:linear-gradient(0deg, #d8d8d8 0%, rgba(216, 216, 216, 0.8) 50%, rgba(216, 216, 216, 0) 100%)}.transition{transition:all .7s ease}.product-heading, .product-heading--small {
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
}#sticky-isi .isi-data__preview p.product-heading, #sticky-isi .isi-data__preview p.product-heading--small{margin-bottom:.1rem}.product-heading--small {
  font-weight: 700;
}.product-table-grid tr.no-border th.product-heading--small{padding:0;margin-top:1.4em;margin-bottom:.9em}.product-resources-wrapper{display:flex;flex-wrap:wrap;gap:2.3%}.blue-rule {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 99 190 / var(--tw-border-opacity));
}.overlay-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 98 / var(--tw-bg-opacity));
}.overlay-blue h2{padding-bottom:5rem}.overlay-blue source,.overlay-blue img,.overlay-blue picture,.overlay-blue video{opacity:.6}.no-scroll-y{overflow-y:hidden}.visible {
  visibility: visible;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.bottom-\[-17px\] {
  bottom: -17px;
}.right-0 {
  right: 0px;
}.bottom-0 {
  bottom: 0px;
}.top-0 {
  top: 0px;
}.left-0 {
  left: 0px;
}.z-10 {
  z-index: 10;
}.z-30 {
  z-index: 30;
}.z-50 {
  z-index: 50;
}.order-5 {
  order: 5;
}.order-2 {
  order: 2;
}.order-1 {
  order: 1;
}.col-span-2 {
  grid-column: span 2 / span 2;
}.col-start-2 {
  grid-column-start: 2;
}.col-start-3 {
  grid-column-start: 3;
}.col-start-4 {
  grid-column-start: 4;
}.col-start-5 {
  grid-column-start: 5;
}.col-start-6 {
  grid-column-start: 6;
}.col-start-7 {
  grid-column-start: 7;
}.m-auto {
  margin: auto;
}.m-4 {
  margin: 1rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.mr-4 {
  margin-right: 1rem;
}.ml-7 {
  margin-left: 1.75rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.ml-3 {
  margin-left: 0.75rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mr-2 {
  margin-right: 0.5rem;
}.ml-2 {
  margin-left: 0.5rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mt-0 {
  margin-top: 0px;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mt-\[30px\] {
  margin-top: 30px;
}.mb-\[30px\] {
  margin-bottom: 30px;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-4 {
  margin-top: 1rem;
}.mb-\[10px\] {
  margin-bottom: 10px;
}.mt-\[10px\] {
  margin-top: 10px;
}.mb-\[15px\] {
  margin-bottom: 15px;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-24 {
  margin-bottom: 6rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-16 {
  margin-top: 4rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-12 {
  margin-top: 3rem;
}.mb-\[60px\] {
  margin-bottom: 60px;
}.mb-36 {
  margin-bottom: 9rem;
}.mr-auto {
  margin-right: auto;
}.ml-8 {
  margin-left: 2rem;
}.mr-8 {
  margin-right: 2rem;
}.ml-auto {
  margin-left: auto;
}.mt-6 {
  margin-top: 1.5rem;
}.ml-0 {
  margin-left: 0px;
}.mt-3 {
  margin-top: 0.75rem;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mt-auto {
  margin-top: auto;
}.mt-1 {
  margin-top: 0.25rem;
}.-mt-1 {
  margin-top: -0.25rem;
}.mb-0 {
  margin-bottom: 0px;
}.mr-0 {
  margin-right: 0px;
}.mt-7 {
  margin-top: 1.75rem;
}.-mt-2 {
  margin-top: -0.5rem;
}.-mt-px {
  margin-top: -1px;
}.box-content {
  box-sizing: content-box;
}.block {
  display: block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.h-full {
  height: 100%;
}.h-14 {
  height: 3.5rem;
}.h-auto {
  height: auto;
}.h-px {
  height: 1px;
}.h-8 {
  height: 2rem;
}.w-\[100px\] {
  width: 100px;
}.w-full {
  width: 100%;
}.w-32 {
  width: 8rem;
}.w-40 {
  width: 10rem;
}.w-64 {
  width: 16rem;
}.w-8 {
  width: 2rem;
}.w-1\/6 {
  width: 16.666667%;
}.min-w-full {
  min-width: 100%;
}.max-w-48 {
  max-width: 48rem;
}.max-w-28 {
  max-width: 28rem;
}.max-w-24 {
  max-width: 24rem;
}.max-w-36 {
  max-width: 36rem;
}.max-w-42 {
  max-width: 42rem;
}.max-w-32 {
  max-width: 32rem;
}.max-w-3\/4 {
  max-width: 75%;
}.max-w-56 {
  max-width: 56rem;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.flex-shrink {
  flex-shrink: 1;
}.flex-grow {
  flex-grow: 1;
}.border-collapse {
  border-collapse: collapse;
}.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer {
  cursor: pointer;
}.resize {
  resize: both;
}.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.grid-flow-row {
  grid-auto-flow: row;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-col-reverse {
  flex-direction: column-reverse;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.items-baseline {
  align-items: baseline;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-evenly {
  justify-content: space-evenly;
}.gap-6 {
  gap: 1.5rem;
}.gap-\[30px\] {
  gap: 30px;
}.gap-5 {
  gap: 1.25rem;
}.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.self-center {
  align-self: center;
}.self-stretch {
  align-self: stretch;
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-hidden {
  overflow-x: hidden;
}.border {
  border-width: 1px;
}.border-0 {
  border-width: 0px;
}.border-b {
  border-bottom-width: 1px;
}.border-none {
  border-style: none;
}.border-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgb(157 157 156 / var(--tw-border-opacity));
}.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
}.bg-white\/\[0\.85\] {
  background-color: rgb(255 255 255 / 0.85);
}.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 98 / var(--tw-bg-opacity));
}.bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(157 157 156 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-transparent {
  background-color: transparent;
}.bg-gray-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(230 239 249 / var(--tw-bg-opacity));
}.bg-product-dilaudid-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 172 228 / var(--tw-bg-opacity));
}.bg-primary-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 190 / var(--tw-bg-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}.fill-current {
  fill: currentColor;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-2 {
  padding: 0.5rem;
}.p-4 {
  padding: 1rem;
}.p-px {
  padding: 1px;
}.p-8 {
  padding: 2rem;
}.p-6 {
  padding: 1.5rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-12 {
  padding-top: 3rem;
}.pb-16 {
  padding-bottom: 4rem;
}.pt-8 {
  padding-top: 2rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pt-16 {
  padding-top: 4rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pr-4 {
  padding-right: 1rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pl-1 {
  padding-left: 0.25rem;
}.pr-8 {
  padding-right: 2rem;
}.pl-3 {
  padding-left: 0.75rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-\[60px\] {
  padding-top: 60px;
}.pb-\[30px\] {
  padding-bottom: 30px;
}.pb-\[100px\] {
  padding-bottom: 100px;
}.pt-\[30px\] {
  padding-top: 30px;
}.pb-32 {
  padding-bottom: 8rem;
}.pt-\[40px\] {
  padding-top: 40px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pl-0 {
  padding-left: 0px;
}.pr-12 {
  padding-right: 3rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pt-\[100px\] {
  padding-top: 100px;
}.pt-0 {
  padding-top: 0px;
}.pt-6 {
  padding-top: 1.5rem;
}.pb-64 {
  padding-bottom: 16rem;
}.pb-1 {
  padding-bottom: 0.25rem;
}.pr-2 {
  padding-right: 0.5rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.align-middle {
  vertical-align: middle;
}.font-300 {
  font-weight: 300;
}.font-700 {
  font-weight: 700;
}.font-500 {
  font-weight: 500;
}.\!font-700 {
  font-weight: 700 !important;
}.font-400 {
  font-weight: 400;
}.uppercase {
  text-transform: uppercase;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.leading-tight {
  line-height: 1.25;
}.tracking-tight {
  letter-spacing: -0.025em;
}.text-primary-medium {
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}.text-brand-fk {
  --tw-text-opacity: 1;
  color: rgb(0 99 190 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(0 56 98 / var(--tw-text-opacity));
}.text-primary-medium_light {
  --tw-text-opacity: 1;
  color: rgb(4 167 226 / var(--tw-text-opacity));
}.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.s-text-xs{font-size:.75rem;line-height:1.333}.s-text-sm{font-size:.875rem;letter-spacing:-0.25px;line-height:1.25;font-weight:300}.s-text-base{font-size:1.0625rem;letter-spacing:-0.5px}.s-text-lg{font-size:1.0625rem;line-height:1.27;letter-spacing:-0.5px}@media (min-width: 832px){.s-text-lg{font-size:1.125rem}}@media (min-width: 1192px){.s-text-lg{font-size:1.375rem}}.s-text-xl{font-size:1.375rem;line-height:1.21;letter-spacing:-0.5px}@media (min-width: 832px){.s-text-xl{font-size:1.5rem}}@media (min-width: 1192px){.s-text-xl{font-size:1.75rem}}.s-text-2xl{font-weight:300;font-size:1.5rem;line-height:1;letter-spacing:-1px}@media (min-width: 832px){.s-text-2xl{font-size:2.125rem}}@media (min-width: 1192px){.s-text-2xl{font-size:2.125rem}}.s-text-3xl{font-weight:300;font-size:1.75rem;line-height:1;letter-spacing:-1px}@media (min-width: 832px){.s-text-3xl{font-size:2.47rem}}@media (min-width: 1192px){.s-text-3xl{font-size:2.625rem}}.s-text-4xl{font-weight:300;font-size:1.75rem;line-height:1;letter-spacing:-1px}@media (min-width: 832px){.s-text-4xl{font-size:3rem}}@media (min-width: 1192px){.s-text-4xl{font-size:4.25rem}}#facilities:target{padding-top:12rem;margin-top:-12rem}.no-focus{cursor:pointer}.no-focus:focus{outline:none}.fentanyl-product-page .product-image-limit{height:50px}@media (min-width: 1192px){.fentanyl-product-page .product-image-limit{height:82px}}.grecaptcha-badge{opacity:0;pointer-events:none}@media(min-width: 1440px){.bleed-limit--manufacturing {
    margin-left: auto;
    margin-right: auto;
  }.bleed-limit--manufacturing {
    max-width: 90rem;
  }.bleed-limit--manufacturing {
    padding-left: 2rem;
    padding-right: 2rem;
  }@media (min-width: 832px){.bleed-limit--manufacturing {
      padding-left: 4rem;
      padding-right: 4rem;
    }}@media (min-width: 1192px){.bleed-limit--manufacturing {
      padding-left: 6rem;
      padding-right: 6rem;
    }}}@media print{body,main,.container{width:100%;height:auto;min-width:100%;margin:0}@page{margin:2cm}a{text-decoration:none}a[href^=http]:after{content:" <" attr(href) "> ";text-decoration:underline}a[href$=".pdf"]:after{content:" <" attr(href) "> ";text-decoration:underline}section{-moz-column-break-inside:avoid;break-inside:avoid}#print-logo{display:flex !important;margin-top:.5cm;margin-bottom:.5cm;justify-content:space-between}#print-logo svg{height:.75cm}#print-logo .simplist-logo{margin-left:1cm}#print-logo .fresenius-kabi-logo{margin-right:1cm}.header{display:none}#hero,#carousel{display:none}main{margin-top:0;padding-top:0}#product-grid{padding:0 1cm}#product-grid .card{width:50%;-moz-column-break-inside:avoid;break-inside:avoid}.product-table__column{-moz-column-break-inside:avoid;break-inside:avoid}.product-table__row{display:flex;align-items:baseline;min-height:0;border-bottom:1px solid #e8e8e8}.product-table__row-label{border:none}#product-packaging{display:none}video>source{display:none}.link-off::after{background-image:none;width:100%}.footer{display:none}.print-hide{display:none}.print-group{page-break-inside:avoid}.print-no-link a:after{content:""}}.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.focus\:border-primary-medium:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 99 190 / var(--tw-border-opacity));
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}@media (min-width: 544px) {

  .xs\:absolute {
    position: absolute;
  }

  .xs\:block {
    display: block;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}@media (min-width: 704px) {

  .sm\:order-4 {
    order: 4;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216 / var(--tw-border-opacity));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-\[80px\] {
    padding-top: 80px;
  }

  .sm\:text-gray-light {
    --tw-text-opacity: 1;
    color: rgb(216 216 216 / var(--tw-text-opacity));
  }

  .sm\:placeholder\:text-gray-light::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(216 216 216 / var(--tw-text-opacity));
  }

  .sm\:placeholder\:text-gray-light:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(216 216 216 / var(--tw-text-opacity));
  }

  .sm\:placeholder\:text-gray-light::placeholder {
    --tw-text-opacity: 1;
    color: rgb(216 216 216 / var(--tw-text-opacity));
  }
}@media (min-width: 832px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:-mx-\[4\.5rem\] {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[32rem\] {
    height: 32rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:w-\[160px\] {
    width: 160px;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:max-w-28 {
    max-width: 28rem;
  }

  .md\:max-w-3\/4 {
    max-width: 75%;
  }

  .md\:max-w-24 {
    max-width: 24rem;
  }

  .md\:max-w-32 {
    max-width: 32rem;
  }

  .md\:max-w-64 {
    max-width: 64rem;
  }

  .md\:grow {
    flex-grow: 1;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:text-center {
    text-align: center;
  }.md\:s-text-sm{font-size:.875rem;letter-spacing:-0.25px;line-height:1.25;font-weight:300}
}@media (min-width: 1192px) {.lg\:hero-with-aspect-ratio{height:50vw;max-height:612px}.lg\:absolute {
    position: absolute;
  }.lg\:order-2 {
    order: 2;
  }.lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }.lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.lg\:mb-2 {
    margin-bottom: 0.5rem;
  }.lg\:-ml-4 {
    margin-left: -1rem;
  }.lg\:mb-\[72px\] {
    margin-bottom: 72px;
  }.lg\:ml-\[59px\] {
    margin-left: 59px;
  }.lg\:ml-auto {
    margin-left: auto;
  }.lg\:mb-0 {
    margin-bottom: 0px;
  }.lg\:mt-14 {
    margin-top: 3.5rem;
  }.lg\:box-content {
    box-sizing: content-box;
  }.lg\:block {
    display: block;
  }.lg\:inline {
    display: inline;
  }.lg\:flex {
    display: flex;
  }.lg\:hidden {
    display: none;
  }.lg\:h-full {
    height: 100%;
  }.lg\:w-full {
    width: 100%;
  }.lg\:w-3\/4 {
    width: 75%;
  }.lg\:w-40 {
    width: 10rem;
  }.lg\:w-1\/2 {
    width: 50%;
  }.lg\:w-8\/12 {
    width: 66.666667%;
  }.lg\:w-80 {
    width: 20rem;
  }.lg\:w-5\/6 {
    width: 83.333333%;
  }.lg\:w-1\/3 {
    width: 33.333333%;
  }.lg\:w-1\/4 {
    width: 25%;
  }.lg\:w-1\/5 {
    width: 20%;
  }.lg\:max-w-42 {
    max-width: 42rem;
  }.lg\:max-w-28 {
    max-width: 28rem;
  }.lg\:max-w-1\/2 {
    max-width: 50%;
  }.lg\:max-w-\[26rem\] {
    max-width: 26rem;
  }.lg\:flex-none {
    flex: none;
  }.lg\:flex-grow {
    flex-grow: 1;
  }.lg\:grow {
    flex-grow: 1;
  }.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:flex-row {
    flex-direction: row;
  }.lg\:items-end {
    align-items: flex-end;
  }.lg\:justify-between {
    justify-content: space-between;
  }.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }.lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }.lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }.lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }.lg\:self-end {
    align-self: flex-end;
  }.lg\:overflow-visible {
    overflow: visible;
  }.lg\:border-none {
    border-style: none;
  }.lg\:bg-primary-light {
    --tw-bg-opacity: 1;
    background-color: rgb(230 239 249 / var(--tw-bg-opacity));
  }.lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }.lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }.lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.lg\:pt-0 {
    padding-top: 0px;
  }.lg\:pb-4 {
    padding-bottom: 1rem;
  }.lg\:pt-4 {
    padding-top: 1rem;
  }.lg\:pb-8 {
    padding-bottom: 2rem;
  }.lg\:pt-20 {
    padding-top: 5rem;
  }.lg\:pb-32 {
    padding-bottom: 8rem;
  }.lg\:pr-24 {
    padding-right: 6rem;
  }.lg\:pl-20 {
    padding-left: 5rem;
  }.lg\:pb-6 {
    padding-bottom: 1.5rem;
  }.lg\:pt-40 {
    padding-top: 10rem;
  }.lg\:pb-10 {
    padding-bottom: 2.5rem;
  }.lg\:pb-12 {
    padding-bottom: 3rem;
  }.lg\:text-left {
    text-align: left;
  }.lg\:text-center {
    text-align: center;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.tippy-tooltip.light-theme{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-tooltip.light-theme[x-placement^=top] .tippy-arrow{border-top:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=bottom] .tippy-arrow{border-bottom:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=left] .tippy-arrow{border-left:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=right] .tippy-arrow{border-right:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme .tippy-roundarrow{fill:#fff}.tippy-tooltip.light-theme[data-animatefill]{background-color:initial}
.tippy-touch {
	cursor: pointer!important
}

.tippy-notransition {
	transition: none!important
}

.tippy-popper {
	max-width: 300px;
	perspective: 800px;
	z-index: 9999;
	outline: 0;
	transition-timing-function: cubic-bezier(.165, .84, .44, 1);
	pointer-events: none
}

.tippy-popper.html-template {
	max-width: 96%;
	max-width: calc(100% - 20px)
}

.tippy-popper[x-placement^=top] [x-arrow] {
	border-top: 7px solid rgb(75, 75, 75);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: -7px;
	margin: 0 9px
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
	border-top: 5px solid rgb(75, 75, 75);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -5px
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
	border-top: 10px solid rgb(75, 75, 75);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px
}

.tippy-popper[x-placement^=top] [x-circle] {
	transform-origin: 0 33%
}

.tippy-popper[x-placement^=top] [x-circle].enter {
	transform: scale(1) translate(-50%, -55%);
	opacity: 1
}

.tippy-popper[x-placement^=top] [x-circle].leave {
	transform: scale(.15) translate(-50%, -50%);
	opacity: 0
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
	background-color: #fff
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
	border-top: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
	border-top: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
	background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
	border-top: 7px solid rgba(0, 0, 0, .7);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
	border-top: 5px solid rgba(0, 0, 0, .7);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
	border-top: 10px solid rgba(0, 0, 0, .7);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
	transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
	opacity: 1;
	transform: translateY(-10px) rotateX(0)
}

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
	opacity: 0;
	transform: translateY(0) rotateX(90deg)
}

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
	opacity: 1;
	transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
	opacity: 0;
	transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
	opacity: 1;
	transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
	opacity: 0;
	transform: translateY(0)
}

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
	opacity: 1;
	transform: translateY(-10px) scale(1)
}

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
	opacity: 0;
	transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
	border-bottom: 7px solid rgb(75, 75, 75);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	top: -7px;
	margin: 0 9px
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
	border-bottom: 5px solid rgb(75, 75, 75);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: -5px
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
	border-bottom: 10px solid rgb(75, 75, 75);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	top: -10px
}

.tippy-popper[x-placement^=bottom] [x-circle] {
	transform-origin: 0 -50%
}

.tippy-popper[x-placement^=bottom] [x-circle].enter {
	transform: scale(1) translate(-50%, -45%);
	opacity: 1
}

.tippy-popper[x-placement^=bottom] [x-circle].leave {
	transform: scale(.15) translate(-50%, -5%);
	opacity: 0
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
	background-color: #fff
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
	border-bottom: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
	background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
	border-bottom: 7px solid rgba(0, 0, 0, .7);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
	border-bottom: 5px solid rgba(0, 0, 0, .7);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
	border-bottom: 10px solid rgba(0, 0, 0, .7);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
	transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
	opacity: 1;
	transform: translateY(10px) rotateX(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
	opacity: 0;
	transform: translateY(0) rotateX(-90deg)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
	opacity: 1;
	transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
	opacity: 0;
	transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
	opacity: 1;
	transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
	opacity: 0;
	transform: translateY(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
	opacity: 1;
	transform: translateY(10px) scale(1)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
	opacity: 0;
	transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=left] [x-arrow] {
	border-left: 7px solid rgb(75, 75, 75);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	right: -7px;
	margin: 6px 0
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
	border-left: 5px solid rgb(75, 75, 75);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: -5px
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
	border-left: 10px solid rgb(75, 75, 75);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	right: -10px
}

.tippy-popper[x-placement^=left] [x-circle] {
	transform-origin: 50% 0
}

.tippy-popper[x-placement^=left] [x-circle].enter {
	transform: scale(1) translate(-50%, -50%);
	opacity: 1
}

.tippy-popper[x-placement^=left] [x-circle].leave {
	transform: scale(.15) translate(-50%, -50%);
	opacity: 0
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
	background-color: #fff
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
	border-left: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
	background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
	border-left: 7px solid rgba(0, 0, 0, .7);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
	border-left: 5px solid rgba(0, 0, 0, .7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
	border-left: 10px solid rgba(0, 0, 0, .7);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
	transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
	opacity: 1;
	transform: translateX(-10px) rotateY(0)
}

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
	opacity: 0;
	transform: translateX(0) rotateY(-90deg)
}

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
	opacity: 1;
	transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
	opacity: 0;
	transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
	opacity: 1;
	transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
	opacity: 0;
	transform: translateX(0)
}

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
	opacity: 1;
	transform: translateX(-10px) scale(1)
}

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
	opacity: 0;
	transform: translateX(0) scale(0)
}

.tippy-popper[x-placement^=right] [x-arrow] {
	border-right: 7px solid rgb(75, 75, 75);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	left: -7px;
	margin: 6px 0
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
	border-right: 5px solid rgb(75, 75, 75);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: -5px
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
	border-right: 10px solid rgb(75, 75, 75);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	left: -10px
}

.tippy-popper[x-placement^=right] [x-circle] {
	transform-origin: -50% 0
}

.tippy-popper[x-placement^=right] [x-circle].enter {
	transform: scale(1) translate(-50%, -50%);
	opacity: 1
}

.tippy-popper[x-placement^=right] [x-circle].leave {
	transform: scale(.15) translate(-50%, -50%);
	opacity: 0
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
	background-color: #fff
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
	border-right: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
	border-right: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
	background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
	border-right: 7px solid rgba(0, 0, 0, .7);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
	border-right: 5px solid rgba(0, 0, 0, .7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
	border-right: 10px solid rgba(0, 0, 0, .7);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
	transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
	opacity: 1;
	transform: translateX(10px) rotateY(0)
}

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
	opacity: 0;
	transform: translateX(0) rotateY(90deg)
}

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
	opacity: 1;
	transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
	opacity: 0;
	transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
	opacity: 1;
	transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
	opacity: 0;
	transform: translateX(0)
}

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
	opacity: 1;
	transform: translateX(10px) scale(1)
}

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
	opacity: 0;
	transform: translateX(0) scale(0)
}

.tippy-popper .tippy-tooltip.transparent-theme {
	background-color: rgba(0, 0, 0, .7)
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
	background-color: transparent
}

.tippy-popper .tippy-tooltip.light-theme {
	color: #26323d;
	box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
	background-color: #fff
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
	background-color: transparent
}

.tippy-tooltip {
	position: relative;
	color: #fff;
	border-radius: 4px;
	font-size: .85rem;
	padding: 1rem 1rem;
	text-align: left;
	will-change: transform;
	/*-webkit-font-smoothing: antialiased;*/
	-moz-osx-font-smoothing: grayscale;
	background-color: rgb(75, 75, 75);
}

.tippy-tooltip--small {
	padding: .25rem .5rem;
	font-size: .8rem
}

.tippy-tooltip--big {
	padding: .6rem 1.2rem;
	font-size: 1.2rem
}

.tippy-tooltip[data-animatefill] {
	overflow: hidden;
	background-color: transparent
}

.tippy-tooltip[data-interactive] {
	pointer-events: auto
}

.tippy-tooltip[data-inertia] {
	transition-timing-function: cubic-bezier(.53, 2, .36, .85)
}

.tippy-tooltip [x-arrow] {
	position: absolute;
	width: 0;
	height: 0
}

.tippy-tooltip [x-circle] {
	position: absolute;
	will-change: transform;
	background-color: rgb(75, 75, 75);
	border-radius: 50%;
	width: 130%;
	width: calc(110% + 2rem);
	left: 50%;
	top: 50%;
	z-index: -1;
	overflow: hidden;
	transition: all ease
}

.tippy-tooltip [x-circle]:before {
	content: "";
	padding-top: 90%;
	float: left
}

@media (max-width:450px) {
	.tippy-popper {
		max-width: 96%;
		max-width: calc(100% - 20px)
	}
}
