/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  width: 100%;
  font-weight: 300;
  position: relative;
  font-family: Brandon-Grotesque, system-ui;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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 {
  line-height: 0;
  position: relative;
  vertical-align: super;
}

/* sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
} */

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.07vw dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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: -0.141vw; /* 2 */
}

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

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Global styles colors
 */

:root {
  --blue-light: #7bbed9;
  --blue-medium: #007db1;
  --blue-dark: #0f487f;
  --black-dark: #000000;
  --black-light: #222731;
  --white: #ffffff;
  --white-2: #f5f5f5;
  --gray: #f6f6f6;
  --coffe: #747474;
  --gradient-1: linear-gradient(270deg, #d9d9d6 0%, #002a3a 61%);
  --gradient-2: linear-gradient(270deg, #e11d2b 0%, #f8da37 100%);
}

/**
 * Font Inter
 * Thin 100
 * ExtraLight 200
 * Light 300
 * Regular 400
 * Medium 500
 * SemiBold 600
 * Bold 700
 * ExtraBold 800
 * Black 900
 */

@font-face {
  font-family: Inter;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/ABT302-Inter-Medium.woff2?version=0");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/ABT302-Inter-Bold.woff2?version=0");
  font-weight: 700;
  font-style: normal;
}

/**
 * Font Brandon-Grotesque
 * Thin 200
 * Light 300
 * Regular 400
 * Medium 500
 * Bold 600
 * Black 700
 */

@font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-200.woff2?version=0");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-300.woff2?version=0");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-400.woff2?version=0");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-500.woff2?version=0");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-600.woff2?version=0");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-700.woff2?version=0");
  font-weight: 700;
  font-style: normal;
}

/* @font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-200-i.woff2?version=0");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-300-i.woff2?version=0");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-600-i.woff2?version=0");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: Brandon-Grotesque;
  src: url("https://vascular.abbott.com/rs/111-OGY-491/images/brandon-700-i.woff2?version=0");
  font-weight: 700;
  font-style: italic;
} */

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  /* font-weight: initial; */
  margin-left: 1.127vw;
}

ol li {
  /*  font-weight: initial; */
  margin-left: 2.254vw;
}

ul li::marker {
  font-size: 1.017vw;
}

i {
  font-weight: initial;
}

/**
 * Buttons
 */

button,
button:active,
button:focus {
  outline: none;
  box-shadow: none;
}

.btn-blue {
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.549vw;
  font-weight: 700;
  padding: 0.704vw 0;
  text-align: center;
  text-decoration: none;
  transition: 0.5s ease;
  text-transform: uppercase;
  color: var(--white);
  background: var(--blue-medium);
}

.btn-blue-underline {
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.549vw;
  font-weight: 700;
  padding: 0.704vw 0;
  text-align: center;
  text-decoration: none;
  transition: 0.5s ease;
  text-transform: uppercase;
  background: var(--white);
  border: 0.07vw solid var(--blue-medium);
  color: var(--blue-medium);
}

.btn-blue:hover,
.btn-blue-underline:hover {
  opacity: 0.8;
  text-decoration: none;
}

button.btn-blue,
button.btn-blue-underline {
  box-shadow: 0 0.282vw 0.282vw 0 rgba(0, 0, 0, 9%);
}

/**
 * Columns
 */
.container {
  width: 100%;
  margin: auto;
  max-width: 1420px;
}

.flex {
  display: flex;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex1 {
  flex: 1;
}

.flex0 {
  flex: 0;
}

.flexauto {
  flex: auto;
}

.flex-column {
  flex-direction: column;
}

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

.col {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33333333%;
}

.col-4 {
  width: 25%;
}

.align-items-start {
  align-items: start;
}

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

.align-items-end {
  align-items: end;
}

.align-items-baseline {
  align-items: baseline;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

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

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.gap0 {
  gap: 0;
}

.gap8 {
  gap: 0.563vw;
}

.gap16 {
  gap: 1.127vw;
}

.gap23 {
  gap: 1.62vw;
}

.gap26 {
  gap: 1.831vw;
}

.gap30 {
  gap: 2.113vw;
}

.gap42 {
  gap: 2.958vw;
}

.gap64 {
  gap: 4.507vw;
}

.gap72 {
  gap: 5.07vw;
}

/**
 * Typography
 */
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text10 {
  font-size: 0.704vw;
}

.text11 {
  font-size: 0.775vw;
}

.text12 {
  font-size: 0.845vw;
}

.text16 {
  font-size: 1.127vw;
}

.text18 {
  font-size: 1.268vw;
}

.text20 {
  font-size: 1.408vw;
}

.text24 {
  font-size: 1.69vw;
}

.text32 {
  font-size: 2.254vw;
}

.text42 {
  font-size: 2.958vw;
}

.text51 {
  font-size: 3.592vw;
}

.text64 {
  font-size: 4.507vw;
}

.weight100 {
  font-weight: 100;
}

.weight200 {
  font-weight: 200;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight800 {
  font-weight: 800;
}

.weight900 {
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: var(--white);
}

.w100 {
  width: 100%;
}

.lineheight72 {
  line-height: 5.07vw;
}

.sup4 {
  left: 0.282vw;
  bottom: 0.282vw;
}

/**
 * Header
 */
.header .header-top {
  background: var(--black-light);
  padding: 1.338vw 6.62vw;
}

.header .header-menu {
  margin: auto;
  padding: 1.761vw 0;
  max-width: 86.408vw;
  background: var(--white);
}

.header .header-menu ul {
  display: inline-flex;
  gap: 5.07vw;
  padding: 0;
  margin: 0;
}

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

.header .header-menu ul li:first-child {
  margin-left: 0;
}

.header .header-menu ul li a {
  font-family: Inter;
  font-size: 1.268vw;
  font-weight: 500;
  text-decoration: none;
  color: var(--black-light);
  text-transform: uppercase;
}

.header .header-menu ul li a.active {
  font-weight: 700;
}

/**
 * Footer
 */
.footer {
  padding: 4.859vw 0 4.296vw 0;
  background: var(--black-light);
}

.footer .container {
  max-width: 86.549vw;
}

.footer h3 {
  font-size: 1.62vw;
  font-weight: 700;
  margin-bottom: 1.549vw;
  text-transform: uppercase;
  color: var(--blue-light);
}

.footer ul {
  display: flex;
  flex-direction: column;
  gap: 1.338vw;
}

.footer ul li {
  margin: 0;
  list-style: none;
}

.footer ul li a {
  font-weight: 500;
  font-size: 1.408vw;
  color: var(--white);
  text-decoration: none;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer hr {
  margin-top: 4.93vw;
  margin-bottom: 4.718vw;
}

.footer p {
  font-weight: 400;
  margin-top: 3.521vw;
  font-size: 1.408vw;
  color: var(--white);
}

/**
 * Video
 */

div.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 0%;
  border-radius: 0;
}

/* .bc-player-TNkY27yeX_default.not-hover.vjs-has-started.vjs-paused.vjs-user-active
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.bc-player-TNkY27yeX_default.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.bc-player-TNkY27yeX_default.not-hover.vjs-has-started.vjs-playing.vjs-user-active
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.bc-player-TNkY27yeX_default.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
.bc-player-TNkY27yeX_default.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive
  .vjs-control-bar,
.bc-player-TNkY27yeX_default.vjs-has-started.vjs-playing.vjs-user-inactive
  .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible) {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0em) !important;
  -ms-transform: translateY(0em) !important;
  -o-transform: translateY(0em) !important;
  transform: translateY(0em) !important;
  -moz-transition: -moz-transform 1s ease 0s;
  -ms-transition: -ms-transform 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s;
  transition: transform 1s ease 0s;
} */

.vjs-poster {
  background-size: cover;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
}

.vjs-control-bar {
  display: flex;
  height: 2em;
}

.vjs-play-control,
.vjs-volume-panel button {
  color: var(--white) !important;
  background: var(--black-dark) !important;
  border: none !important;
}

.vjs-time-control.vjs-control,
.vjs-time-control.vjs-time-divider,
.vjs-control-bar .vjs-seek-to-live-control,
.vjs-volume-bar.vjs-slider-vertical,
.vjs-control-bar .vjs-current-time,
.vjs-custom-control-spacer.vjs-spacer,
.vjs-load-progress,
.vjs-mouse-display {
  display: none;
}

.vjs-mouse.bc-player-TNkY27yeX_default .vjs-control-bar {
  font-size: inherit;
}

.vjs-fullscreen-control {
  display: none;
}

.vjs-progress-control {
  position: initial !important;
  height: 100% !important;
}

.vjs-play-progress.vjs-slider-bar {
  padding-left: 0.847vw !important;
}

.vjs-progress-holder.vjs-slider.vjs-slider-horizontal
  > .vjs-play-progress.vjs-slider-bar {
  display: flex !important;
  align-items: center !important;
}

.bc-player-TNkY27yeX_default .vjs-big-play-button {
  display: none;
}

.bc-player-TNkY27yeX_default .vjs-play-progress,
.bc-player-TNkY27yeX_default .vjs-volume-level,
.bc-player-TNkY27yeX_default:hover .vjs-big-play-button {
  background: var(--blue-medium) !important;
}
