 :root {
   --blue: #007bff;
   --indigo: #6610f2;
   --purple: #6f42c1;
   --pink: #e83e8c;
   --red: #dc3545;
   --orange: #fd7e14;
   --yellow: #ffc107;
   --green: #28a745;
   --teal: #20c997;
   --cyan: #17a2b8;
   --white: #fff;
   --gray: #6c757d;
   --gray-dark: #343a40;
   --primary: #007bff;
   --secondary: #6c757d;
   --success: #28a745;
   --info: #17a2b8;
   --warning: #ffc107;
   --danger: #dc3545;
   --light: #f8f9fa;
   --dark: #343a40;
   --breakpoint-xs: 0;
   --breakpoint-sm: 576px;
   --breakpoint-md: 768px;
   --breakpoint-lg: 992px;
   --breakpoint-xl: 1200px;
   --font-family-sans-serif: -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";
   --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
 
 *,
 *::before,
 *::after {
   box-sizing: border-box; }
 
 html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
 
 article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block; }
 
 body {
   margin: 0;
   font-family: -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";
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   text-align: left;
   background-color: #fff; }
 
 [tabindex="-1"]:focus:not(:focus-visible) {
   outline: 0 !important; }
 
 hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible; }
 
 h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 0.5rem; }
 
 p {
   margin-top: 0;
   margin-bottom: 1rem; }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0;
   text-decoration-skip-ink: none; }
 
 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit; }
 
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem; }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0; }
 
 dt {
   font-weight: 700; }
 
 dd {
   margin-bottom: .5rem;
   margin-left: 0; }
 
 blockquote {
   margin: 0 0 1rem; }
 
 b,
 strong,
 .perspectives .blog-content .references ol li::marker {
   font-weight: bolder; }
 
 small {
   font-size: 80%; }
 
 sub,
 sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline; }
 
 sub {
   bottom: -.25em; }
 
 sup {
   top: -.5em; }
 
 a {
   color: #007bff;
   text-decoration: none;
   background-color: transparent; }
 
 a:hover, a.underline, .page-terms-of-use #main-content a, .page-social-media-terms #main-content a {
   color: #0056b3;
   text-decoration: underline; }
 
 a:not([href]):not([class]) {
   color: inherit;
   text-decoration: none; }
 
 a:not([href]):not([class]):hover, a.underline:not([href]):not([class]), .page-terms-of-use #main-content a:not([href]):not([class]), .page-social-media-terms #main-content a:not([href]):not([class]) {
   color: inherit;
   text-decoration: none; }
 
 pre,
 code,
 kbd,
 samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1em; }
 
 pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
   -ms-overflow-style: scrollbar; }
 
 figure {
   margin: 0 0 1rem; }
 
 img {
   vertical-align: middle;
   border-style: none; }
 
 svg {
   overflow: hidden;
   vertical-align: middle; }
 
 table {
   border-collapse: collapse; }
 
 caption {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   color: #6c757d;
   text-align: left;
   caption-side: bottom; }
 
 th {
   text-align: inherit; }
 
 label {
   display: inline-block;
   margin-bottom: 0.5rem; }
 
 button {
   border-radius: 0; }
 
 button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color; }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit; }
 
 button,
 input {
   overflow: visible; }
 
 button,
 select {
   text-transform: none; }
 
 [role="button"] {
   cursor: pointer; }
 
 select {
   word-wrap: normal; }
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button; }
 
 button:not(:disabled),
 [type="button"]:not(:disabled),
 [type="reset"]:not(:disabled),
 [type="submit"]:not(:disabled) {
   cursor: pointer; }
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
   padding: 0;
   border-style: none; }
 
 input[type="radio"],
 input[type="checkbox"] {
   box-sizing: border-box;
   padding: 0; }
 
 textarea {
   overflow: auto;
   resize: vertical; }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0; }
 
 legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: .5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal; }
 
 progress {
   vertical-align: baseline; }
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto; }
 
 [type="search"] {
   outline-offset: -2px;
   -webkit-appearance: none; }
 
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none; }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button; }
 
 output {
   display: inline-block; }
 
 summary {
   display: list-item;
   cursor: pointer; }
 
 template {
   display: none; }
 
 [hidden] {
   display: none !important; }
 
 h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
   margin-bottom: 0.5rem;
   font-weight: 500;
   line-height: 1.2; }
 
 h1, .h1 {
   font-size: 2.5rem; }
 
 h2, .h2 {
   font-size: 2rem; }
 
 h3, .h3 {
   font-size: 1.75rem; }
 
 h4, .h4 {
   font-size: 1.5rem; }
 
 h5, .h5 {
   font-size: 1.25rem; }
 
 h6, .h6 {
   font-size: 1rem; }
 
 .lead {
   font-size: 1.25rem;
   font-weight: 300; }
 
 .display-1 {
   font-size: 6rem;
   font-weight: 300;
   line-height: 1.2; }
 
 .display-2 {
   font-size: 5.5rem;
   font-weight: 300;
   line-height: 1.2; }
 
 .display-3 {
   font-size: 4.5rem;
   font-weight: 300;
   line-height: 1.2; }
 
 .display-4 {
   font-size: 3.5rem;
   font-weight: 300;
   line-height: 1.2; }
 
 hr {
   margin-top: 1rem;
   margin-bottom: 1rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1); }
 
 small,
 .small {
   font-size: 80%;
   font-weight: 400; }
 
 mark,
 .mark {
   padding: 0.2em;
   background-color: #fcf8e3; }
 
 .list-unstyled {
   padding-left: 0;
   list-style: none; }
 
 .list-inline {
   padding-left: 0;
   list-style: none; }
 
 .list-inline-item {
   display: inline-block; }
 
 .list-inline-item:not(:last-child) {
   margin-right: 0.5rem; }
 
 .initialism {
   font-size: 90%;
   text-transform: uppercase; }
 
 .blockquote {
   margin-bottom: 1rem;
   font-size: 1.25rem; }
 
 .blockquote-footer {
   display: block;
   font-size: 80%;
   color: #6c757d; }
 
 .blockquote-footer::before {
   content: "\2014\00A0"; }
 
 .img-fluid {
   max-width: 100%;
   height: auto; }
 
 .img-thumbnail {
   padding: 0.25rem;
   background-color: #fff;
   border: 1px solid #dee2e6;
   border-radius: 0.25rem;
   max-width: 100%;
   height: auto; }
 
 .figure {
   display: inline-block; }
 
 .figure-img {
   margin-bottom: 0.5rem;
   line-height: 1; }
 
 .figure-caption {
   font-size: 90%;
   color: #6c757d; }
 
 code {
   font-size: 87.5%;
   color: #e83e8c;
   word-wrap: break-word; }
 
 a > code {
   color: inherit; }
 
 kbd {
   padding: 0.2rem 0.4rem;
   font-size: 87.5%;
   color: #fff;
   background-color: #212529;
   border-radius: 0.2rem; }
 
 kbd kbd {
   padding: 0;
   font-size: 100%;
   font-weight: 700; }
 
 pre {
   display: block;
   font-size: 87.5%;
   color: #212529; }
 
 pre code {
   font-size: inherit;
   color: inherit;
   word-break: normal; }
 
 .pre-scrollable {
   max-height: 340px;
   overflow-y: scroll; }
 
 .container,
 .container-fluid,
 .container-sm,
 .container-md,
 .container-lg,
 .container-xl {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto; }
 
 @media (min-width: 576px) {
   .container, .container-sm {
     max-width: 540px; } }
 
 @media (min-width: 768px) {
   .container, .container-sm, .container-md {
     max-width: 720px; } }
 
 @media (min-width: 992px) {
   .container, .container-sm, .container-md, .container-lg {
     max-width: 960px; } }
 
 @media (min-width: 1200px) {
   .container, .container-sm, .container-md, .container-lg, .container-xl {
     max-width: 1140px; } }
 
 .row {
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px; }
 
 .no-gutters {
   margin-right: 0;
   margin-left: 0; }
 
 .no-gutters > .col,
 .no-gutters > [class*="col-"] {
   padding-right: 0;
   padding-left: 0; }
 
 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
 .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
 .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
 .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
 .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
 .col-xl-auto {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px; }
 
 .col {
   flex-basis: 0;
   flex-grow: 1;
   max-width: 100%; }
 
 .row-cols-1 > * {
   flex: 0 0 100%;
   max-width: 100%; }
 
 .row-cols-2 > * {
   flex: 0 0 50%;
   max-width: 50%; }
 
 .row-cols-3 > * {
   flex: 0 0 33.33333%;
   max-width: 33.33333%; }
 
 .row-cols-4 > * {
   flex: 0 0 25%;
   max-width: 25%; }
 
 .row-cols-5 > * {
   flex: 0 0 20%;
   max-width: 20%; }
 
 .row-cols-6 > * {
   flex: 0 0 16.66667%;
   max-width: 16.66667%; }
 
 .col-auto {
   flex: 0 0 auto;
   width: auto;
   max-width: 100%; }
 
 .col-1 {
   flex: 0 0 8.33333%;
   max-width: 8.33333%; }
 
 .col-2 {
   flex: 0 0 16.66667%;
   max-width: 16.66667%; }
 
 .col-3 {
   flex: 0 0 25%;
   max-width: 25%; }
 
 .col-4 {
   flex: 0 0 33.33333%;
   max-width: 33.33333%; }
 
 .col-5 {
   flex: 0 0 41.66667%;
   max-width: 41.66667%; }
 
 .col-6 {
   flex: 0 0 50%;
   max-width: 50%; }
 
 .col-7 {
   flex: 0 0 58.33333%;
   max-width: 58.33333%; }
 
 .col-8 {
   flex: 0 0 66.66667%;
   max-width: 66.66667%; }
 
 .col-9 {
   flex: 0 0 75%;
   max-width: 75%; }
 
 .col-10 {
   flex: 0 0 83.33333%;
   max-width: 83.33333%; }
 
 .col-11 {
   flex: 0 0 91.66667%;
   max-width: 91.66667%; }
 
 .col-12 {
   flex: 0 0 100%;
   max-width: 100%; }
 
 .order-first {
   order: -1; }
 
 .order-last {
   order: 13; }
 
 .order-0 {
   order: 0; }
 
 .order-1 {
   order: 1; }
 
 .order-2 {
   order: 2; }
 
 .order-3 {
   order: 3; }
 
 .order-4 {
   order: 4; }
 
 .order-5 {
   order: 5; }
 
 .order-6 {
   order: 6; }
 
 .order-7 {
   order: 7; }
 
 .order-8 {
   order: 8; }
 
 .order-9 {
   order: 9; }
 
 .order-10 {
   order: 10; }
 
 .order-11 {
   order: 11; }
 
 .order-12 {
   order: 12; }
 
 .offset-1 {
   margin-left: 8.33333%; }
 
 .offset-2 {
   margin-left: 16.66667%; }
 
 .offset-3 {
   margin-left: 25%; }
 
 .offset-4 {
   margin-left: 33.33333%; }
 
 .offset-5 {
   margin-left: 41.66667%; }
 
 .offset-6 {
   margin-left: 50%; }
 
 .offset-7 {
   margin-left: 58.33333%; }
 
 .offset-8 {
   margin-left: 66.66667%; }
 
 .offset-9 {
   margin-left: 75%; }
 
 .offset-10 {
   margin-left: 83.33333%; }
 
 .offset-11 {
   margin-left: 91.66667%; }
 
 @media (min-width: 576px) {
   .col-sm {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%; }
   .row-cols-sm-1 > * {
     flex: 0 0 100%;
     max-width: 100%; }
   .row-cols-sm-2 > * {
     flex: 0 0 50%;
     max-width: 50%; }
   .row-cols-sm-3 > * {
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .row-cols-sm-4 > * {
     flex: 0 0 25%;
     max-width: 25%; }
   .row-cols-sm-5 > * {
     flex: 0 0 20%;
     max-width: 20%; }
   .row-cols-sm-6 > * {
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .col-sm-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%; }
   .col-sm-1 {
     flex: 0 0 8.33333%;
     max-width: 8.33333%; }
   .col-sm-2 {
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .col-sm-3 {
     flex: 0 0 25%;
     max-width: 25%; }
   .col-sm-4 {
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .col-sm-5 {
     flex: 0 0 41.66667%;
     max-width: 41.66667%; }
   .col-sm-6 {
     flex: 0 0 50%;
     max-width: 50%; }
   .col-sm-7 {
     flex: 0 0 58.33333%;
     max-width: 58.33333%; }
   .col-sm-8 {
     flex: 0 0 66.66667%;
     max-width: 66.66667%; }
   .col-sm-9 {
     flex: 0 0 75%;
     max-width: 75%; }
   .col-sm-10 {
     flex: 0 0 83.33333%;
     max-width: 83.33333%; }
   .col-sm-11 {
     flex: 0 0 91.66667%;
     max-width: 91.66667%; }
   .col-sm-12 {
     flex: 0 0 100%;
     max-width: 100%; }
   .order-sm-first {
     order: -1; }
   .order-sm-last {
     order: 13; }
   .order-sm-0 {
     order: 0; }
   .order-sm-1 {
     order: 1; }
   .order-sm-2 {
     order: 2; }
   .order-sm-3 {
     order: 3; }
   .order-sm-4 {
     order: 4; }
   .order-sm-5 {
     order: 5; }
   .order-sm-6 {
     order: 6; }
   .order-sm-7 {
     order: 7; }
   .order-sm-8 {
     order: 8; }
   .order-sm-9 {
     order: 9; }
   .order-sm-10 {
     order: 10; }
   .order-sm-11 {
     order: 11; }
   .order-sm-12 {
     order: 12; }
   .offset-sm-0 {
     margin-left: 0; }
   .offset-sm-1 {
     margin-left: 8.33333%; }
   .offset-sm-2 {
     margin-left: 16.66667%; }
   .offset-sm-3 {
     margin-left: 25%; }
   .offset-sm-4 {
     margin-left: 33.33333%; }
   .offset-sm-5 {
     margin-left: 41.66667%; }
   .offset-sm-6 {
     margin-left: 50%; }
   .offset-sm-7 {
     margin-left: 58.33333%; }
   .offset-sm-8 {
     margin-left: 66.66667%; }
   .offset-sm-9 {
     margin-left: 75%; }
   .offset-sm-10 {
     margin-left: 83.33333%; }
   .offset-sm-11 {
     margin-left: 91.66667%; } }
 
 @media (min-width: 768px) {
   .col-md {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%; }
   .row-cols-md-1 > * {
     flex: 0 0 100%;
     max-width: 100%; }
   .row-cols-md-2 > * {
     flex: 0 0 50%;
     max-width: 50%; }
   .row-cols-md-3 > * {
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .row-cols-md-4 > * {
     flex: 0 0 25%;
     max-width: 25%; }
   .row-cols-md-5 > * {
     flex: 0 0 20%;
     max-width: 20%; }
   .row-cols-md-6 > * {
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .col-md-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%; }
   .col-md-1 {
     flex: 0 0 8.33333%;
     max-width: 8.33333%; }
   .col-md-2 {
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .col-md-3 {
     flex: 0 0 25%;
     max-width: 25%; }
   .col-md-4 {
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .col-md-5 {
     flex: 0 0 41.66667%;
     max-width: 41.66667%; }
   .col-md-6 {
     flex: 0 0 50%;
     max-width: 50%; }
   .col-md-7 {
     flex: 0 0 58.33333%;
     max-width: 58.33333%; }
   .col-md-8 {
     flex: 0 0 66.66667%;
     max-width: 66.66667%; }
   .col-md-9 {
     flex: 0 0 75%;
     max-width: 75%; }
   .col-md-10 {
     flex: 0 0 83.33333%;
     max-width: 83.33333%; }
   .col-md-11 {
     flex: 0 0 91.66667%;
     max-width: 91.66667%; }
   .col-md-12 {
     flex: 0 0 100%;
     max-width: 100%; }
   .order-md-first {
     order: -1; }
   .order-md-last {
     order: 13; }
   .order-md-0 {
     order: 0; }
   .order-md-1 {
     order: 1; }
   .order-md-2 {
     order: 2; }
   .order-md-3 {
     order: 3; }
   .order-md-4 {
     order: 4; }
   .order-md-5 {
     order: 5; }
   .order-md-6 {
     order: 6; }
   .order-md-7 {
     order: 7; }
   .order-md-8 {
     order: 8; }
   .order-md-9 {
     order: 9; }
   .order-md-10 {
     order: 10; }
   .order-md-11 {
     order: 11; }
   .order-md-12 {
     order: 12; }
   .offset-md-0 {
     margin-left: 0; }
   .offset-md-1 {
     margin-left: 8.33333%; }
   .offset-md-2 {
     margin-left: 16.66667%; }
   .offset-md-3 {
     margin-left: 25%; }
   .offset-md-4 {
     margin-left: 33.33333%; }
   .offset-md-5 {
     margin-left: 41.66667%; }
   .offset-md-6 {
     margin-left: 50%; }
   .offset-md-7 {
     margin-left: 58.33333%; }
   .offset-md-8 {
     margin-left: 66.66667%; }
   .offset-md-9 {
     margin-left: 75%; }
   .offset-md-10 {
     margin-left: 83.33333%; }
   .offset-md-11 {
     margin-left: 91.66667%; } }
 
 @media (min-width: 992px) {
   .col-lg {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%; }
   .row-cols-lg-1 > * {
     flex: 0 0 100%;
     max-width: 100%; }
   .row-cols-lg-2 > * {
     flex: 0 0 50%;
     max-width: 50%; }
   .row-cols-lg-3 > * {
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .row-cols-lg-4 > * {
     flex: 0 0 25%;
     max-width: 25%; }
   .row-cols-lg-5 > * {
     flex: 0 0 20%;
     max-width: 20%; }
   .row-cols-lg-6 > * {
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .col-lg-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%; }
   .col-lg-1 {
     flex: 0 0 8.33333%;
     max-width: 8.33333%; }
   .col-lg-2 {
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .col-lg-3 {
     flex: 0 0 25%;
     max-width: 25%; }
   .col-lg-4 {
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .col-lg-5 {
     flex: 0 0 41.66667%;
     max-width: 41.66667%; }
   .col-lg-6 {
     flex: 0 0 50%;
     max-width: 50%; }
   .col-lg-7 {
     flex: 0 0 58.33333%;
     max-width: 58.33333%; }
   .col-lg-8 {
     flex: 0 0 66.66667%;
     max-width: 66.66667%; }
   .col-lg-9 {
     flex: 0 0 75%;
     max-width: 75%; }
   .col-lg-10 {
     flex: 0 0 83.33333%;
     max-width: 83.33333%; }
   .col-lg-11 {
     flex: 0 0 91.66667%;
     max-width: 91.66667%; }
   .col-lg-12 {
     flex: 0 0 100%;
     max-width: 100%; }
   .order-lg-first {
     order: -1; }
   .order-lg-last {
     order: 13; }
   .order-lg-0 {
     order: 0; }
   .order-lg-1 {
     order: 1; }
   .order-lg-2 {
     order: 2; }
   .order-lg-3 {
     order: 3; }
   .order-lg-4 {
     order: 4; }
   .order-lg-5 {
     order: 5; }
   .order-lg-6 {
     order: 6; }
   .order-lg-7 {
     order: 7; }
   .order-lg-8 {
     order: 8; }
   .order-lg-9 {
     order: 9; }
   .order-lg-10 {
     order: 10; }
   .order-lg-11 {
     order: 11; }
   .order-lg-12 {
     order: 12; }
   .offset-lg-0 {
     margin-left: 0; }
   .offset-lg-1 {
     margin-left: 8.33333%; }
   .offset-lg-2 {
     margin-left: 16.66667%; }
   .offset-lg-3 {
     margin-left: 25%; }
   .offset-lg-4 {
     margin-left: 33.33333%; }
   .offset-lg-5 {
     margin-left: 41.66667%; }
   .offset-lg-6 {
     margin-left: 50%; }
   .offset-lg-7 {
     margin-left: 58.33333%; }
   .offset-lg-8 {
     margin-left: 66.66667%; }
   .offset-lg-9 {
     margin-left: 75%; }
   .offset-lg-10 {
     margin-left: 83.33333%; }
   .offset-lg-11 {
     margin-left: 91.66667%; } }
 
 @media (min-width: 1200px) {
   .col-xl {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%; }
   .row-cols-xl-1 > * {
     flex: 0 0 100%;
     max-width: 100%; }
   .row-cols-xl-2 > * {
     flex: 0 0 50%;
     max-width: 50%; }
   .row-cols-xl-3 > * {
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .row-cols-xl-4 > * {
     flex: 0 0 25%;
     max-width: 25%; }
   .row-cols-xl-5 > * {
     flex: 0 0 20%;
     max-width: 20%; }
   .row-cols-xl-6 > * {
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .col-xl-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%; }
   .col-xl-1 {
     flex: 0 0 8.33333%;
     max-width: 8.33333%; }
   .col-xl-2 {
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .col-xl-3 {
     flex: 0 0 25%;
     max-width: 25%; }
   .col-xl-4 {
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .col-xl-5 {
     flex: 0 0 41.66667%;
     max-width: 41.66667%; }
   .col-xl-6 {
     flex: 0 0 50%;
     max-width: 50%; }
   .col-xl-7 {
     flex: 0 0 58.33333%;
     max-width: 58.33333%; }
   .col-xl-8 {
     flex: 0 0 66.66667%;
     max-width: 66.66667%; }
   .col-xl-9 {
     flex: 0 0 75%;
     max-width: 75%; }
   .col-xl-10 {
     flex: 0 0 83.33333%;
     max-width: 83.33333%; }
   .col-xl-11 {
     flex: 0 0 91.66667%;
     max-width: 91.66667%; }
   .col-xl-12 {
     flex: 0 0 100%;
     max-width: 100%; }
   .order-xl-first {
     order: -1; }
   .order-xl-last {
     order: 13; }
   .order-xl-0 {
     order: 0; }
   .order-xl-1 {
     order: 1; }
   .order-xl-2 {
     order: 2; }
   .order-xl-3 {
     order: 3; }
   .order-xl-4 {
     order: 4; }
   .order-xl-5 {
     order: 5; }
   .order-xl-6 {
     order: 6; }
   .order-xl-7 {
     order: 7; }
   .order-xl-8 {
     order: 8; }
   .order-xl-9 {
     order: 9; }
   .order-xl-10 {
     order: 10; }
   .order-xl-11 {
     order: 11; }
   .order-xl-12 {
     order: 12; }
   .offset-xl-0 {
     margin-left: 0; }
   .offset-xl-1 {
     margin-left: 8.33333%; }
   .offset-xl-2 {
     margin-left: 16.66667%; }
   .offset-xl-3 {
     margin-left: 25%; }
   .offset-xl-4 {
     margin-left: 33.33333%; }
   .offset-xl-5 {
     margin-left: 41.66667%; }
   .offset-xl-6 {
     margin-left: 50%; }
   .offset-xl-7 {
     margin-left: 58.33333%; }
   .offset-xl-8 {
     margin-left: 66.66667%; }
   .offset-xl-9 {
     margin-left: 75%; }
   .offset-xl-10 {
     margin-left: 83.33333%; }
   .offset-xl-11 {
     margin-left: 91.66667%; } }
 
 .table {
   width: 100%;
   margin-bottom: 1rem;
   color: #212529; }
 
 .table th,
 .table td {
   padding: 0.75rem;
   vertical-align: top;
   border-top: 1px solid #dee2e6; }
 
 .table thead th {
   vertical-align: bottom;
   border-bottom: 2px solid #dee2e6; }
 
 .table tbody + tbody {
   border-top: 2px solid #dee2e6; }
 
 .table-sm th,
 .table-sm td {
   padding: 0.3rem; }
 
 .table-bordered {
   border: 1px solid #dee2e6; }
 
 .table-bordered th,
 .table-bordered td {
   border: 1px solid #dee2e6; }
 
 .table-bordered thead th,
 .table-bordered thead td {
   border-bottom-width: 2px; }
 
 .table-borderless th,
 .table-borderless td,
 .table-borderless thead th,
 .table-borderless tbody + tbody {
   border: 0; }
 
 .table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(0, 0, 0, 0.05); }
 
 .table-hover tbody tr:hover {
   color: #212529;
   background-color: rgba(0, 0, 0, 0.075); }
 
 .table-primary,
 .table-primary > th,
 .table-primary > td {
   background-color: #b8daff; }
 
 .table-primary th,
 .table-primary td,
 .table-primary thead th,
 .table-primary tbody + tbody {
   border-color: #7abaff; }
 
 .table-hover .table-primary:hover, .table-hover a.table-primary.underline, .table-hover .page-terms-of-use #main-content a.table-primary, .page-terms-of-use #main-content .table-hover a.table-primary, .table-hover .page-social-media-terms #main-content a.table-primary, .page-social-media-terms #main-content .table-hover a.table-primary {
   background-color: #9fcdff; }
 
 .table-hover .table-primary:hover > td, .table-hover a.table-primary.underline > td, .table-hover .page-terms-of-use #main-content a.table-primary > td, .page-terms-of-use #main-content .table-hover a.table-primary > td, .table-hover .page-social-media-terms #main-content a.table-primary > td, .page-social-media-terms #main-content .table-hover a.table-primary > td,
 .table-hover .table-primary:hover > th,
 .table-hover a.table-primary.underline > th,
 .table-hover .page-terms-of-use #main-content a.table-primary > th,
 .page-terms-of-use #main-content .table-hover a.table-primary > th,
 .table-hover .page-social-media-terms #main-content a.table-primary > th,
 .page-social-media-terms #main-content .table-hover a.table-primary > th {
   background-color: #9fcdff; }
 
 .table-secondary,
 .table-secondary > th,
 .table-secondary > td {
   background-color: #d6d8db; }
 
 .table-secondary th,
 .table-secondary td,
 .table-secondary thead th,
 .table-secondary tbody + tbody {
   border-color: #b3b7bb; }
 
 .table-hover .table-secondary:hover, .table-hover a.table-secondary.underline, .table-hover .page-terms-of-use #main-content a.table-secondary, .page-terms-of-use #main-content .table-hover a.table-secondary, .table-hover .page-social-media-terms #main-content a.table-secondary, .page-social-media-terms #main-content .table-hover a.table-secondary {
   background-color: #c8cbcf; }
 
 .table-hover .table-secondary:hover > td, .table-hover a.table-secondary.underline > td, .table-hover .page-terms-of-use #main-content a.table-secondary > td, .page-terms-of-use #main-content .table-hover a.table-secondary > td, .table-hover .page-social-media-terms #main-content a.table-secondary > td, .page-social-media-terms #main-content .table-hover a.table-secondary > td,
 .table-hover .table-secondary:hover > th,
 .table-hover a.table-secondary.underline > th,
 .table-hover .page-terms-of-use #main-content a.table-secondary > th,
 .page-terms-of-use #main-content .table-hover a.table-secondary > th,
 .table-hover .page-social-media-terms #main-content a.table-secondary > th,
 .page-social-media-terms #main-content .table-hover a.table-secondary > th {
   background-color: #c8cbcf; }
 
 .table-success,
 .table-success > th,
 .table-success > td {
   background-color: #c3e6cb; }
 
 .table-success th,
 .table-success td,
 .table-success thead th,
 .table-success tbody + tbody {
   border-color: #8fd19e; }
 
 .table-hover .table-success:hover, .table-hover a.table-success.underline, .table-hover .page-terms-of-use #main-content a.table-success, .page-terms-of-use #main-content .table-hover a.table-success, .table-hover .page-social-media-terms #main-content a.table-success, .page-social-media-terms #main-content .table-hover a.table-success {
   background-color: #b1dfbb; }
 
 .table-hover .table-success:hover > td, .table-hover a.table-success.underline > td, .table-hover .page-terms-of-use #main-content a.table-success > td, .page-terms-of-use #main-content .table-hover a.table-success > td, .table-hover .page-social-media-terms #main-content a.table-success > td, .page-social-media-terms #main-content .table-hover a.table-success > td,
 .table-hover .table-success:hover > th,
 .table-hover a.table-success.underline > th,
 .table-hover .page-terms-of-use #main-content a.table-success > th,
 .page-terms-of-use #main-content .table-hover a.table-success > th,
 .table-hover .page-social-media-terms #main-content a.table-success > th,
 .page-social-media-terms #main-content .table-hover a.table-success > th {
   background-color: #b1dfbb; }
 
 .table-info,
 .table-info > th,
 .table-info > td {
   background-color: #bee5eb; }
 
 .table-info th,
 .table-info td,
 .table-info thead th,
 .table-info tbody + tbody {
   border-color: #86cfda; }
 
 .table-hover .table-info:hover, .table-hover a.table-info.underline, .table-hover .page-terms-of-use #main-content a.table-info, .page-terms-of-use #main-content .table-hover a.table-info, .table-hover .page-social-media-terms #main-content a.table-info, .page-social-media-terms #main-content .table-hover a.table-info {
   background-color: #abdde5; }
 
 .table-hover .table-info:hover > td, .table-hover a.table-info.underline > td, .table-hover .page-terms-of-use #main-content a.table-info > td, .page-terms-of-use #main-content .table-hover a.table-info > td, .table-hover .page-social-media-terms #main-content a.table-info > td, .page-social-media-terms #main-content .table-hover a.table-info > td,
 .table-hover .table-info:hover > th,
 .table-hover a.table-info.underline > th,
 .table-hover .page-terms-of-use #main-content a.table-info > th,
 .page-terms-of-use #main-content .table-hover a.table-info > th,
 .table-hover .page-social-media-terms #main-content a.table-info > th,
 .page-social-media-terms #main-content .table-hover a.table-info > th {
   background-color: #abdde5; }
 
 .table-warning,
 .table-warning > th,
 .table-warning > td {
   background-color: #ffeeba; }
 
 .table-warning th,
 .table-warning td,
 .table-warning thead th,
 .table-warning tbody + tbody {
   border-color: #ffdf7e; }
 
 .table-hover .table-warning:hover, .table-hover a.table-warning.underline, .table-hover .page-terms-of-use #main-content a.table-warning, .page-terms-of-use #main-content .table-hover a.table-warning, .table-hover .page-social-media-terms #main-content a.table-warning, .page-social-media-terms #main-content .table-hover a.table-warning {
   background-color: #ffe8a1; }
 
 .table-hover .table-warning:hover > td, .table-hover a.table-warning.underline > td, .table-hover .page-terms-of-use #main-content a.table-warning > td, .page-terms-of-use #main-content .table-hover a.table-warning > td, .table-hover .page-social-media-terms #main-content a.table-warning > td, .page-social-media-terms #main-content .table-hover a.table-warning > td,
 .table-hover .table-warning:hover > th,
 .table-hover a.table-warning.underline > th,
 .table-hover .page-terms-of-use #main-content a.table-warning > th,
 .page-terms-of-use #main-content .table-hover a.table-warning > th,
 .table-hover .page-social-media-terms #main-content a.table-warning > th,
 .page-social-media-terms #main-content .table-hover a.table-warning > th {
   background-color: #ffe8a1; }
 
 .table-danger,
 .table-danger > th,
 .table-danger > td {
   background-color: #f5c6cb; }
 
 .table-danger th,
 .table-danger td,
 .table-danger thead th,
 .table-danger tbody + tbody {
   border-color: #ed969e; }
 
 .table-hover .table-danger:hover, .table-hover a.table-danger.underline, .table-hover .page-terms-of-use #main-content a.table-danger, .page-terms-of-use #main-content .table-hover a.table-danger, .table-hover .page-social-media-terms #main-content a.table-danger, .page-social-media-terms #main-content .table-hover a.table-danger {
   background-color: #f1b0b7; }
 
 .table-hover .table-danger:hover > td, .table-hover a.table-danger.underline > td, .table-hover .page-terms-of-use #main-content a.table-danger > td, .page-terms-of-use #main-content .table-hover a.table-danger > td, .table-hover .page-social-media-terms #main-content a.table-danger > td, .page-social-media-terms #main-content .table-hover a.table-danger > td,
 .table-hover .table-danger:hover > th,
 .table-hover a.table-danger.underline > th,
 .table-hover .page-terms-of-use #main-content a.table-danger > th,
 .page-terms-of-use #main-content .table-hover a.table-danger > th,
 .table-hover .page-social-media-terms #main-content a.table-danger > th,
 .page-social-media-terms #main-content .table-hover a.table-danger > th {
   background-color: #f1b0b7; }
 
 .table-light,
 .table-light > th,
 .table-light > td {
   background-color: #fdfdfe; }
 
 .table-light th,
 .table-light td,
 .table-light thead th,
 .table-light tbody + tbody {
   border-color: #fbfcfc; }
 
 .table-hover .table-light:hover, .table-hover a.table-light.underline, .table-hover .page-terms-of-use #main-content a.table-light, .page-terms-of-use #main-content .table-hover a.table-light, .table-hover .page-social-media-terms #main-content a.table-light, .page-social-media-terms #main-content .table-hover a.table-light {
   background-color: #ececf6; }
 
 .table-hover .table-light:hover > td, .table-hover a.table-light.underline > td, .table-hover .page-terms-of-use #main-content a.table-light > td, .page-terms-of-use #main-content .table-hover a.table-light > td, .table-hover .page-social-media-terms #main-content a.table-light > td, .page-social-media-terms #main-content .table-hover a.table-light > td,
 .table-hover .table-light:hover > th,
 .table-hover a.table-light.underline > th,
 .table-hover .page-terms-of-use #main-content a.table-light > th,
 .page-terms-of-use #main-content .table-hover a.table-light > th,
 .table-hover .page-social-media-terms #main-content a.table-light > th,
 .page-social-media-terms #main-content .table-hover a.table-light > th {
   background-color: #ececf6; }
 
 .table-dark,
 .table-dark > th,
 .table-dark > td {
   background-color: #c6c8ca; }
 
 .table-dark th,
 .table-dark td,
 .table-dark thead th,
 .table-dark tbody + tbody {
   border-color: #95999c; }
 
 .table-hover .table-dark:hover, .table-hover a.table-dark.underline, .table-hover .page-terms-of-use #main-content a.table-dark, .page-terms-of-use #main-content .table-hover a.table-dark, .table-hover .page-social-media-terms #main-content a.table-dark, .page-social-media-terms #main-content .table-hover a.table-dark {
   background-color: #b9bbbe; }
 
 .table-hover .table-dark:hover > td, .table-hover a.table-dark.underline > td, .table-hover .page-terms-of-use #main-content a.table-dark > td, .page-terms-of-use #main-content .table-hover a.table-dark > td, .table-hover .page-social-media-terms #main-content a.table-dark > td, .page-social-media-terms #main-content .table-hover a.table-dark > td,
 .table-hover .table-dark:hover > th,
 .table-hover a.table-dark.underline > th,
 .table-hover .page-terms-of-use #main-content a.table-dark > th,
 .page-terms-of-use #main-content .table-hover a.table-dark > th,
 .table-hover .page-social-media-terms #main-content a.table-dark > th,
 .page-social-media-terms #main-content .table-hover a.table-dark > th {
   background-color: #b9bbbe; }
 
 .table-active,
 .table-active > th,
 .table-active > td {
   background-color: rgba(0, 0, 0, 0.075); }
 
 .table-hover .table-active:hover, .table-hover a.table-active.underline, .table-hover .page-terms-of-use #main-content a.table-active, .page-terms-of-use #main-content .table-hover a.table-active, .table-hover .page-social-media-terms #main-content a.table-active, .page-social-media-terms #main-content .table-hover a.table-active {
   background-color: rgba(0, 0, 0, 0.075); }
 
 .table-hover .table-active:hover > td, .table-hover a.table-active.underline > td, .table-hover .page-terms-of-use #main-content a.table-active > td, .page-terms-of-use #main-content .table-hover a.table-active > td, .table-hover .page-social-media-terms #main-content a.table-active > td, .page-social-media-terms #main-content .table-hover a.table-active > td,
 .table-hover .table-active:hover > th,
 .table-hover a.table-active.underline > th,
 .table-hover .page-terms-of-use #main-content a.table-active > th,
 .page-terms-of-use #main-content .table-hover a.table-active > th,
 .table-hover .page-social-media-terms #main-content a.table-active > th,
 .page-social-media-terms #main-content .table-hover a.table-active > th {
   background-color: rgba(0, 0, 0, 0.075); }
 
 .table .thead-dark th {
   color: #fff;
   background-color: #343a40;
   border-color: #454d55; }
 
 .table .thead-light th {
   color: #495057;
   background-color: #e9ecef;
   border-color: #dee2e6; }
 
 .table-dark {
   color: #fff;
   background-color: #343a40; }
 
 .table-dark th,
 .table-dark td,
 .table-dark thead th {
   border-color: #454d55; }
 
 .table-dark.table-bordered {
   border: 0; }
 
 .table-dark.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(255, 255, 255, 0.05); }
 
 .table-dark.table-hover tbody tr:hover {
   color: #fff;
   background-color: rgba(255, 255, 255, 0.075); }
 
 @media (max-width: 575.98px) {
   .table-responsive-sm {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch; }
   .table-responsive-sm > .table-bordered {
     border: 0; } }
 
 @media (max-width: 767.98px) {
   .table-responsive-md {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch; }
   .table-responsive-md > .table-bordered {
     border: 0; } }
 
 @media (max-width: 991.98px) {
   .table-responsive-lg {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch; }
   .table-responsive-lg > .table-bordered {
     border: 0; } }
 
 @media (max-width: 1199.98px) {
   .table-responsive-xl {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch; }
   .table-responsive-xl > .table-bordered {
     border: 0; } }
 
 .table-responsive {
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch; }
 
 .table-responsive > .table-bordered {
   border: 0; }
 
 .form-control {
   display: block;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
 
 @media (prefers-reduced-motion: reduce) {
   .form-control {
     transition: none; } }
 
 .form-control::-ms-expand {
   background-color: transparent;
   border: 0; }
 
 .form-control:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #495057; }
 
 .form-control:focus {
   color: #495057;
   background-color: #fff;
   border-color: #80bdff;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
 
 .form-control::placeholder {
   color: #6c757d;
   opacity: 1; }
 
 .form-control:disabled, .form-control[readonly] {
   background-color: #e9ecef;
   opacity: 1; }
 
 input[type="date"].form-control,
 input[type="time"].form-control,
 input[type="datetime-local"].form-control,
 input[type="month"].form-control {
   appearance: none; }
 
 select.form-control:focus::-ms-value {
   color: #495057;
   background-color: #fff; }
 
 .form-control-file,
 .form-control-range {
   display: block;
   width: 100%; }
 
 .col-form-label {
   padding-top: calc(0.375rem + 1px);
   padding-bottom: calc(0.375rem + 1px);
   margin-bottom: 0;
   font-size: inherit;
   line-height: 1.5; }
 
 .col-form-label-lg {
   padding-top: calc(0.5rem + 1px);
   padding-bottom: calc(0.5rem + 1px);
   font-size: 1.25rem;
   line-height: 1.5; }
 
 .col-form-label-sm {
   padding-top: calc(0.25rem + 1px);
   padding-bottom: calc(0.25rem + 1px);
   font-size: 0.875rem;
   line-height: 1.5; }
 
 .form-control-plaintext {
   display: block;
   width: 100%;
   padding: 0.375rem 0;
   margin-bottom: 0;
   font-size: 1rem;
   line-height: 1.5;
   color: #212529;
   background-color: transparent;
   border: solid transparent;
   border-width: 1px 0; }
 
 .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
   padding-right: 0;
   padding-left: 0; }
 
 .form-control-sm {
   height: calc(1.5em + 0.5rem + 2px);
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem; }
 
 .form-control-lg {
   height: calc(1.5em + 1rem + 2px);
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem; }
 
 select.form-control[size], select.form-control[multiple] {
   height: auto; }
 
 textarea.form-control {
   height: auto; }
 
 .form-group {
   margin-bottom: 1rem; }
 
 .form-text {
   display: block;
   margin-top: 0.25rem; }
 
 .form-row {
   display: flex;
   flex-wrap: wrap;
   margin-right: -5px;
   margin-left: -5px; }
 
 .form-row > .col,
 .form-row > [class*="col-"] {
   padding-right: 5px;
   padding-left: 5px; }
 
 .form-check {
   position: relative;
   display: block;
   padding-left: 1.25rem; }
 
 .form-check-input {
   position: absolute;
   margin-top: 0.3rem;
   margin-left: -1.25rem; }
 
 .form-check-input[disabled] ~ .form-check-label,
 .form-check-input:disabled ~ .form-check-label {
   color: #6c757d; }
 
 .form-check-label {
   margin-bottom: 0; }
 
 .form-check-inline {
   display: inline-flex;
   align-items: center;
   padding-left: 0;
   margin-right: 0.75rem; }
 
 .form-check-inline .form-check-input {
   position: static;
   margin-top: 0;
   margin-right: 0.3125rem;
   margin-left: 0; }
 
 .valid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 80%;
   color: #28a745; }
 
 .valid-tooltip {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: .1rem;
   font-size: 0.875rem;
   line-height: 1.5;
   color: #fff;
   background-color: rgba(40, 167, 69, 0.9);
   border-radius: 0.25rem; }
 
 .was-validated :valid ~ .valid-feedback,
 .was-validated :valid ~ .valid-tooltip,
 .is-valid ~ .valid-feedback,
 .is-valid ~ .valid-tooltip {
   display: block; }
 
 .was-validated .form-control:valid, .form-control.is-valid {
   border-color: #28a745;
   padding-right: calc(1.5em + 0.75rem);
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right calc(0.375em + 0.1875rem) center;
   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
 
 .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
   border-color: #28a745;
   box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
 
 .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
 
 .was-validated .custom-select:valid, .custom-select.is-valid {
   border-color: #28a745;
   padding-right: calc(0.75em + 2.3125rem);
   background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
 
 .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
   border-color: #28a745;
   box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
 
 .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
   color: #28a745; }
 
 .was-validated .form-check-input:valid ~ .valid-feedback,
 .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
 .form-check-input.is-valid ~ .valid-tooltip {
   display: block; }
 
 .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
   color: #28a745; }
 
 .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
   border-color: #28a745; }
 
 .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
   border-color: #34ce57;
   background-color: #34ce57; }
 
 .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
   box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
 
 .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
   border-color: #28a745; }
 
 .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
   border-color: #28a745; }
 
 .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
   border-color: #28a745;
   box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
 
 .invalid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 80%;
   color: #dc3545; }
 
 .invalid-tooltip {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: .1rem;
   font-size: 0.875rem;
   line-height: 1.5;
   color: #fff;
   background-color: rgba(220, 53, 69, 0.9);
   border-radius: 0.25rem; }
 
 .was-validated :invalid ~ .invalid-feedback,
 .was-validated :invalid ~ .invalid-tooltip,
 .is-invalid ~ .invalid-feedback,
 .is-invalid ~ .invalid-tooltip {
   display: block; }
 
 .was-validated .form-control:invalid, .form-control.is-invalid {
   border-color: #dc3545;
   padding-right: calc(1.5em + 0.75rem);
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right calc(0.375em + 0.1875rem) center;
   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
 
 .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
   border-color: #dc3545;
   box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
 
 .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
 
 .was-validated .custom-select:invalid, .custom-select.is-invalid {
   border-color: #dc3545;
   padding-right: calc(0.75em + 2.3125rem);
   background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
 
 .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
   border-color: #dc3545;
   box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
 
 .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
   color: #dc3545; }
 
 .was-validated .form-check-input:invalid ~ .invalid-feedback,
 .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
 .form-check-input.is-invalid ~ .invalid-tooltip {
   display: block; }
 
 .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
   color: #dc3545; }
 
 .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
   border-color: #dc3545; }
 
 .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
   border-color: #e4606d;
   background-color: #e4606d; }
 
 .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
   box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
 
 .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
   border-color: #dc3545; }
 
 .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
   border-color: #dc3545; }
 
 .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
   border-color: #dc3545;
   box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
 
 .form-inline {
   display: flex;
   flex-flow: row wrap;
   align-items: center; }
 
 .form-inline .form-check {
   width: 100%; }
 
 @media (min-width: 576px) {
   .form-inline label {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 0; }
   .form-inline .form-group {
     display: flex;
     flex: 0 0 auto;
     flex-flow: row wrap;
     align-items: center;
     margin-bottom: 0; }
   .form-inline .form-control {
     display: inline-block;
     width: auto;
     vertical-align: middle; }
   .form-inline .form-control-plaintext {
     display: inline-block; }
   .form-inline .input-group,
   .form-inline .custom-select {
     width: auto; }
   .form-inline .form-check {
     display: flex;
     align-items: center;
     justify-content: center;
     width: auto;
     padding-left: 0; }
   .form-inline .form-check-input {
     position: relative;
     flex-shrink: 0;
     margin-top: 0;
     margin-right: 0.25rem;
     margin-left: 0; }
   .form-inline .custom-control {
     align-items: center;
     justify-content: center; }
   .form-inline .custom-control-label {
     margin-bottom: 0; } }
 
 .btn {
   display: inline-block;
   font-weight: 400;
   color: #212529;
   text-align: center;
   vertical-align: middle;
   user-select: none;
   background-color: transparent;
   border: 1px solid transparent;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   line-height: 1.5;
   border-radius: 0.25rem;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
 
 @media (prefers-reduced-motion: reduce) {
   .btn {
     transition: none; } }
 
 .btn:hover, a.btn.underline, .page-terms-of-use #main-content a.btn, .page-social-media-terms #main-content a.btn {
   color: #212529;
   text-decoration: none; }
 
 .btn:focus, .btn.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
 
 .btn.disabled, .btn:disabled {
   opacity: 0.65; }
 
 .btn:not(:disabled):not(.disabled) {
   cursor: pointer; }
 
 a.btn.disabled,
 fieldset:disabled a.btn {
   pointer-events: none; }
 
 .btn-primary {
   color: #fff;
   background-color: #007bff;
   border-color: #007bff; }
 
 .btn-primary:hover, a.btn-primary.underline, .page-terms-of-use #main-content a.btn-primary, .page-social-media-terms #main-content a.btn-primary {
   color: #fff;
   background-color: #0069d9;
   border-color: #0062cc; }
 
 .btn-primary:focus, .btn-primary.focus {
   color: #fff;
   background-color: #0069d9;
   border-color: #0062cc;
   box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
 
 .btn-primary.disabled, .btn-primary:disabled {
   color: #fff;
   background-color: #007bff;
   border-color: #007bff; }
 
 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
 .show > .btn-primary.dropdown-toggle {
   color: #fff;
   background-color: #0062cc;
   border-color: #005cbf; }
 
 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-primary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
 
 .btn-secondary {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d; }
 
 .btn-secondary:hover, a.btn-secondary.underline, .page-terms-of-use #main-content a.btn-secondary, .page-social-media-terms #main-content a.btn-secondary {
   color: #fff;
   background-color: #5a6268;
   border-color: #545b62; }
 
 .btn-secondary:focus, .btn-secondary.focus {
   color: #fff;
   background-color: #5a6268;
   border-color: #545b62;
   box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
 
 .btn-secondary.disabled, .btn-secondary:disabled {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d; }
 
 .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
 .show > .btn-secondary.dropdown-toggle {
   color: #fff;
   background-color: #545b62;
   border-color: #4e555b; }
 
 .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-secondary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
 
 .btn-success {
   color: #fff;
   background-color: #28a745;
   border-color: #28a745; }
 
 .btn-success:hover, a.btn-success.underline, .page-terms-of-use #main-content a.btn-success, .page-social-media-terms #main-content a.btn-success {
   color: #fff;
   background-color: #218838;
   border-color: #1e7e34; }
 
 .btn-success:focus, .btn-success.focus {
   color: #fff;
   background-color: #218838;
   border-color: #1e7e34;
   box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
 
 .btn-success.disabled, .btn-success:disabled {
   color: #fff;
   background-color: #28a745;
   border-color: #28a745; }
 
 .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
 .show > .btn-success.dropdown-toggle {
   color: #fff;
   background-color: #1e7e34;
   border-color: #1c7430; }
 
 .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
 .show > .btn-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
 
 .btn-info {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8; }
 
 .btn-info:hover, a.btn-info.underline, .page-terms-of-use #main-content a.btn-info, .page-social-media-terms #main-content a.btn-info {
   color: #fff;
   background-color: #138496;
   border-color: #117a8b; }
 
 .btn-info:focus, .btn-info.focus {
   color: #fff;
   background-color: #138496;
   border-color: #117a8b;
   box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
 
 .btn-info.disabled, .btn-info:disabled {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8; }
 
 .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
 .show > .btn-info.dropdown-toggle {
   color: #fff;
   background-color: #117a8b;
   border-color: #10707f; }
 
 .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
 .show > .btn-info.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
 
 .btn-warning {
   color: #212529;
   background-color: #ffc107;
   border-color: #ffc107; }
 
 .btn-warning:hover, a.btn-warning.underline, .page-terms-of-use #main-content a.btn-warning, .page-social-media-terms #main-content a.btn-warning {
   color: #212529;
   background-color: #e0a800;
   border-color: #d39e00; }
 
 .btn-warning:focus, .btn-warning.focus {
   color: #212529;
   background-color: #e0a800;
   border-color: #d39e00;
   box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
 
 .btn-warning.disabled, .btn-warning:disabled {
   color: #212529;
   background-color: #ffc107;
   border-color: #ffc107; }
 
 .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
 .show > .btn-warning.dropdown-toggle {
   color: #212529;
   background-color: #d39e00;
   border-color: #c69500; }
 
 .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
 .show > .btn-warning.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
 
 .btn-danger {
   color: #fff;
   background-color: #dc3545;
   border-color: #dc3545; }
 
 .btn-danger:hover, a.btn-danger.underline, .page-terms-of-use #main-content a.btn-danger, .page-social-media-terms #main-content a.btn-danger {
   color: #fff;
   background-color: #c82333;
   border-color: #bd2130; }
 
 .btn-danger:focus, .btn-danger.focus {
   color: #fff;
   background-color: #c82333;
   border-color: #bd2130;
   box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
 
 .btn-danger.disabled, .btn-danger:disabled {
   color: #fff;
   background-color: #dc3545;
   border-color: #dc3545; }
 
 .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
 .show > .btn-danger.dropdown-toggle {
   color: #fff;
   background-color: #bd2130;
   border-color: #b21f2d; }
 
 .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
 .show > .btn-danger.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
 
 .btn-light {
   color: #212529;
   background-color: #f8f9fa;
   border-color: #f8f9fa; }
 
 .btn-light:hover, a.btn-light.underline, .page-terms-of-use #main-content a.btn-light, .page-social-media-terms #main-content a.btn-light {
   color: #212529;
   background-color: #e2e6ea;
   border-color: #dae0e5; }
 
 .btn-light:focus, .btn-light.focus {
   color: #212529;
   background-color: #e2e6ea;
   border-color: #dae0e5;
   box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
 
 .btn-light.disabled, .btn-light:disabled {
   color: #212529;
   background-color: #f8f9fa;
   border-color: #f8f9fa; }
 
 .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
 .show > .btn-light.dropdown-toggle {
   color: #212529;
   background-color: #dae0e5;
   border-color: #d3d9df; }
 
 .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
 .show > .btn-light.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
 
 .btn-dark {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40; }
 
 .btn-dark:hover, a.btn-dark.underline, .page-terms-of-use #main-content a.btn-dark, .page-social-media-terms #main-content a.btn-dark {
   color: #fff;
   background-color: #23272b;
   border-color: #1d2124; }
 
 .btn-dark:focus, .btn-dark.focus {
   color: #fff;
   background-color: #23272b;
   border-color: #1d2124;
   box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
 
 .btn-dark.disabled, .btn-dark:disabled {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40; }
 
 .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
 .show > .btn-dark.dropdown-toggle {
   color: #fff;
   background-color: #1d2124;
   border-color: #171a1d; }
 
 .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
 .show > .btn-dark.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
 
 .btn-outline-primary {
   color: #007bff;
   border-color: #007bff; }
 
 .btn-outline-primary:hover, a.btn-outline-primary.underline, .page-terms-of-use #main-content a.btn-outline-primary, .page-social-media-terms #main-content a.btn-outline-primary {
   color: #fff;
   background-color: #007bff;
   border-color: #007bff; }
 
 .btn-outline-primary:focus, .btn-outline-primary.focus {
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
 
 .btn-outline-primary.disabled, .btn-outline-primary:disabled {
   color: #007bff;
   background-color: transparent; }
 
 .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
 .show > .btn-outline-primary.dropdown-toggle {
   color: #fff;
   background-color: #007bff;
   border-color: #007bff; }
 
 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-primary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
 
 .btn-outline-secondary {
   color: #6c757d;
   border-color: #6c757d; }
 
 .btn-outline-secondary:hover, a.btn-outline-secondary.underline, .page-terms-of-use #main-content a.btn-outline-secondary, .page-social-media-terms #main-content a.btn-outline-secondary {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d; }
 
 .btn-outline-secondary:focus, .btn-outline-secondary.focus {
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
 
 .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
   color: #6c757d;
   background-color: transparent; }
 
 .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
 .show > .btn-outline-secondary.dropdown-toggle {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d; }
 
 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-secondary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
 
 .btn-outline-success {
   color: #28a745;
   border-color: #28a745; }
 
 .btn-outline-success:hover, a.btn-outline-success.underline, .page-terms-of-use #main-content a.btn-outline-success, .page-social-media-terms #main-content a.btn-outline-success {
   color: #fff;
   background-color: #28a745;
   border-color: #28a745; }
 
 .btn-outline-success:focus, .btn-outline-success.focus {
   box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
 
 .btn-outline-success.disabled, .btn-outline-success:disabled {
   color: #28a745;
   background-color: transparent; }
 
 .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
 .show > .btn-outline-success.dropdown-toggle {
   color: #fff;
   background-color: #28a745;
   border-color: #28a745; }
 
 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
 
 .btn-outline-info {
   color: #17a2b8;
   border-color: #17a2b8; }
 
 .btn-outline-info:hover, a.btn-outline-info.underline, .page-terms-of-use #main-content a.btn-outline-info, .page-social-media-terms #main-content a.btn-outline-info {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8; }
 
 .btn-outline-info:focus, .btn-outline-info.focus {
   box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
 
 .btn-outline-info.disabled, .btn-outline-info:disabled {
   color: #17a2b8;
   background-color: transparent; }
 
 .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
 .show > .btn-outline-info.dropdown-toggle {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8; }
 
 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-info.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
 
 .btn-outline-warning {
   color: #ffc107;
   border-color: #ffc107; }
 
 .btn-outline-warning:hover, a.btn-outline-warning.underline, .page-terms-of-use #main-content a.btn-outline-warning, .page-social-media-terms #main-content a.btn-outline-warning {
   color: #212529;
   background-color: #ffc107;
   border-color: #ffc107; }
 
 .btn-outline-warning:focus, .btn-outline-warning.focus {
   box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
 
 .btn-outline-warning.disabled, .btn-outline-warning:disabled {
   color: #ffc107;
   background-color: transparent; }
 
 .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
 .show > .btn-outline-warning.dropdown-toggle {
   color: #212529;
   background-color: #ffc107;
   border-color: #ffc107; }
 
 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-warning.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
 
 .btn-outline-danger {
   color: #dc3545;
   border-color: #dc3545; }
 
 .btn-outline-danger:hover, a.btn-outline-danger.underline, .page-terms-of-use #main-content a.btn-outline-danger, .page-social-media-terms #main-content a.btn-outline-danger {
   color: #fff;
   background-color: #dc3545;
   border-color: #dc3545; }
 
 .btn-outline-danger:focus, .btn-outline-danger.focus {
   box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
 
 .btn-outline-danger.disabled, .btn-outline-danger:disabled {
   color: #dc3545;
   background-color: transparent; }
 
 .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
 .show > .btn-outline-danger.dropdown-toggle {
   color: #fff;
   background-color: #dc3545;
   border-color: #dc3545; }
 
 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-danger.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
 
 .btn-outline-light {
   color: #f8f9fa;
   border-color: #f8f9fa; }
 
 .btn-outline-light:hover, a.btn-outline-light.underline, .page-terms-of-use #main-content a.btn-outline-light, .page-social-media-terms #main-content a.btn-outline-light {
   color: #212529;
   background-color: #f8f9fa;
   border-color: #f8f9fa; }
 
 .btn-outline-light:focus, .btn-outline-light.focus {
   box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
 
 .btn-outline-light.disabled, .btn-outline-light:disabled {
   color: #f8f9fa;
   background-color: transparent; }
 
 .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
 .show > .btn-outline-light.dropdown-toggle {
   color: #212529;
   background-color: #f8f9fa;
   border-color: #f8f9fa; }
 
 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-light.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
 
 .btn-outline-dark {
   color: #343a40;
   border-color: #343a40; }
 
 .btn-outline-dark:hover, a.btn-outline-dark.underline, .page-terms-of-use #main-content a.btn-outline-dark, .page-social-media-terms #main-content a.btn-outline-dark {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40; }
 
 .btn-outline-dark:focus, .btn-outline-dark.focus {
   box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
 
 .btn-outline-dark.disabled, .btn-outline-dark:disabled {
   color: #343a40;
   background-color: transparent; }
 
 .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
 .show > .btn-outline-dark.dropdown-toggle {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40; }
 
 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-dark.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
 
 .btn-link {
   font-weight: 400;
   color: #007bff;
   text-decoration: none; }
 
 .btn-link:hover, a.btn-link.underline, .page-terms-of-use #main-content a.btn-link, .page-social-media-terms #main-content a.btn-link {
   color: #0056b3;
   text-decoration: underline; }
 
 .btn-link:focus, .btn-link.focus {
   text-decoration: underline; }
 
 .btn-link:disabled, .btn-link.disabled {
   color: #6c757d;
   pointer-events: none; }
 
 .btn-lg, .btn-group-lg > .btn {
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem; }
 
 .btn-sm, .btn-group-sm > .btn {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem; }
 
 .btn-block {
   display: block;
   width: 100%; }
 
 .btn-block + .btn-block {
   margin-top: 0.5rem; }
 
 input[type="submit"].btn-block,
 input[type="reset"].btn-block,
 input[type="button"].btn-block {
   width: 100%; }
 
 .fade {
   transition: opacity 0.15s linear; }
 
 @media (prefers-reduced-motion: reduce) {
   .fade {
     transition: none; } }
 
 .fade:not(.show) {
   opacity: 0; }
 
 .collapse:not(.show) {
   display: none; }
 
 .collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height 0.35s ease; }
 
 @media (prefers-reduced-motion: reduce) {
   .collapsing {
     transition: none; } }
 
 .dropup,
 .dropright,
 .dropdown,
 .dropleft {
   position: relative; }
 
 .dropdown-toggle {
   white-space: nowrap; }
 
 .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0.3em solid;
   border-right: 0.3em solid transparent;
   border-bottom: 0;
   border-left: 0.3em solid transparent; }
 
 .dropdown-toggle:empty::after {
   margin-left: 0; }
 
 .dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 10rem;
   padding: 0.5rem 0;
   margin: 0.125rem 0 0;
   font-size: 1rem;
   color: #212529;
   text-align: left;
   list-style: none;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 0.25rem; }
 
 .dropdown-menu-left {
   right: auto;
   left: 0; }
 
 .dropdown-menu-right {
   right: 0;
   left: auto; }
 
 @media (min-width: 576px) {
   .dropdown-menu-sm-left {
     right: auto;
     left: 0; }
   .dropdown-menu-sm-right {
     right: 0;
     left: auto; } }
 
 @media (min-width: 768px) {
   .dropdown-menu-md-left {
     right: auto;
     left: 0; }
   .dropdown-menu-md-right {
     right: 0;
     left: auto; } }
 
 @media (min-width: 992px) {
   .dropdown-menu-lg-left {
     right: auto;
     left: 0; }
   .dropdown-menu-lg-right {
     right: 0;
     left: auto; } }
 
 @media (min-width: 1200px) {
   .dropdown-menu-xl-left {
     right: auto;
     left: 0; }
   .dropdown-menu-xl-right {
     right: 0;
     left: auto; } }
 
 .dropup .dropdown-menu {
   top: auto;
   bottom: 100%;
   margin-top: 0;
   margin-bottom: 0.125rem; }
 
 .dropup .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0;
   border-right: 0.3em solid transparent;
   border-bottom: 0.3em solid;
   border-left: 0.3em solid transparent; }
 
 .dropup .dropdown-toggle:empty::after {
   margin-left: 0; }
 
 .dropright .dropdown-menu {
   top: 0;
   right: auto;
   left: 100%;
   margin-top: 0;
   margin-left: 0.125rem; }
 
 .dropright .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0.3em solid transparent;
   border-right: 0;
   border-bottom: 0.3em solid transparent;
   border-left: 0.3em solid; }
 
 .dropright .dropdown-toggle:empty::after {
   margin-left: 0; }
 
 .dropright .dropdown-toggle::after {
   vertical-align: 0; }
 
 .dropleft .dropdown-menu {
   top: 0;
   right: 100%;
   left: auto;
   margin-top: 0;
   margin-right: 0.125rem; }
 
 .dropleft .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: ""; }
 
 .dropleft .dropdown-toggle::after {
   display: none; }
 
 .dropleft .dropdown-toggle::before {
   display: inline-block;
   margin-right: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0.3em solid transparent;
   border-right: 0.3em solid;
   border-bottom: 0.3em solid transparent; }
 
 .dropleft .dropdown-toggle:empty::after {
   margin-left: 0; }
 
 .dropleft .dropdown-toggle::before {
   vertical-align: 0; }
 
 .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
   right: auto;
   bottom: auto; }
 
 .dropdown-divider {
   height: 0;
   margin: 0.5rem 0;
   overflow: hidden;
   border-top: 1px solid #e9ecef; }
 
 .dropdown-item {
   display: block;
   width: 100%;
   padding: 0.25rem 1.5rem;
   clear: both;
   font-weight: 400;
   color: #212529;
   text-align: inherit;
   white-space: nowrap;
   background-color: transparent;
   border: 0; }
 
 .dropdown-item:hover, a.dropdown-item.underline, .page-terms-of-use #main-content a.dropdown-item, .page-social-media-terms #main-content a.dropdown-item, .dropdown-item:focus {
   color: #16181b;
   text-decoration: none;
   background-color: #f8f9fa; }
 
 .dropdown-item.active, .dropdown-item:active {
   color: #fff;
   text-decoration: none;
   background-color: #007bff; }
 
 .dropdown-item.disabled, .dropdown-item:disabled {
   color: #6c757d;
   pointer-events: none;
   background-color: transparent; }
 
 .dropdown-menu.show {
   display: block; }
 
 .dropdown-header {
   display: block;
   padding: 0.5rem 1.5rem;
   margin-bottom: 0;
   font-size: 0.875rem;
   color: #6c757d;
   white-space: nowrap; }
 
 .dropdown-item-text {
   display: block;
   padding: 0.25rem 1.5rem;
   color: #212529; }
 
 .btn-group,
 .btn-group-vertical {
   position: relative;
   display: inline-flex;
   vertical-align: middle; }
 
 .btn-group > .btn,
 .btn-group-vertical > .btn {
   position: relative;
   flex: 1 1 auto; }
 
 .btn-group > .btn:hover, .btn-group > a.btn.underline, .page-terms-of-use #main-content .btn-group > a.btn, .page-social-media-terms #main-content .btn-group > a.btn,
 .btn-group-vertical > .btn:hover,
 .btn-group-vertical > a.btn.underline,
 .page-terms-of-use #main-content .btn-group-vertical > a.btn,
 .page-social-media-terms #main-content .btn-group-vertical > a.btn {
   z-index: 1; }
 
 .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
 .btn-group-vertical > .btn:focus,
 .btn-group-vertical > .btn:active,
 .btn-group-vertical > .btn.active {
   z-index: 1; }
 
 .btn-toolbar {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start; }
 
 .btn-toolbar .input-group {
   width: auto; }
 
 .btn-group > .btn:not(:first-child),
 .btn-group > .btn-group:not(:first-child) {
   margin-left: -1px; }
 
 .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
 .btn-group > .btn-group:not(:last-child) > .btn {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0; }
 
 .btn-group > .btn:not(:first-child),
 .btn-group > .btn-group:not(:first-child) > .btn {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0; }
 
 .dropdown-toggle-split {
   padding-right: 0.5625rem;
   padding-left: 0.5625rem; }
 
 .dropdown-toggle-split::after,
 .dropup .dropdown-toggle-split::after,
 .dropright .dropdown-toggle-split::after {
   margin-left: 0; }
 
 .dropleft .dropdown-toggle-split::before {
   margin-right: 0; }
 
 .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
   padding-right: 0.375rem;
   padding-left: 0.375rem; }
 
 .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
   padding-right: 0.75rem;
   padding-left: 0.75rem; }
 
 .btn-group-vertical {
   flex-direction: column;
   align-items: flex-start;
   justify-content: center; }
 
 .btn-group-vertical > .btn,
 .btn-group-vertical > .btn-group {
   width: 100%; }
 
 .btn-group-vertical > .btn:not(:first-child),
 .btn-group-vertical > .btn-group:not(:first-child) {
   margin-top: -1px; }
 
 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
 .btn-group-vertical > .btn-group:not(:last-child) > .btn {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0; }
 
 .btn-group-vertical > .btn:not(:first-child),
 .btn-group-vertical > .btn-group:not(:first-child) > .btn {
   border-top-left-radius: 0;
   border-top-right-radius: 0; }
 
 .btn-group-toggle > .btn,
 .btn-group-toggle > .btn-group > .btn {
   margin-bottom: 0; }
 
 .btn-group-toggle > .btn input[type="radio"],
 .btn-group-toggle > .btn input[type="checkbox"],
 .btn-group-toggle > .btn-group > .btn input[type="radio"],
 .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none; }
 
 .input-group {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   width: 100%; }
 
 .input-group > .form-control,
 .input-group > .form-control-plaintext,
 .input-group > .custom-select,
 .input-group > .custom-file {
   position: relative;
   flex: 1 1 auto;
   width: 1%;
   min-width: 0;
   margin-bottom: 0; }
 
 .input-group > .form-control + .form-control,
 .input-group > .form-control + .custom-select,
 .input-group > .form-control + .custom-file,
 .input-group > .form-control-plaintext + .form-control,
 .input-group > .form-control-plaintext + .custom-select,
 .input-group > .form-control-plaintext + .custom-file,
 .input-group > .custom-select + .form-control,
 .input-group > .custom-select + .custom-select,
 .input-group > .custom-select + .custom-file,
 .input-group > .custom-file + .form-control,
 .input-group > .custom-file + .custom-select,
 .input-group > .custom-file + .custom-file {
   margin-left: -1px; }
 
 .input-group > .form-control:focus,
 .input-group > .custom-select:focus,
 .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
   z-index: 3; }
 
 .input-group > .custom-file .custom-file-input:focus {
   z-index: 4; }
 
 .input-group > .form-control:not(:last-child),
 .input-group > .custom-select:not(:last-child) {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0; }
 
 .input-group > .form-control:not(:first-child),
 .input-group > .custom-select:not(:first-child) {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0; }
 
 .input-group > .custom-file {
   display: flex;
   align-items: center; }
 
 .input-group > .custom-file:not(:last-child) .custom-file-label,
 .input-group > .custom-file:not(:last-child) .custom-file-label::after {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0; }
 
 .input-group > .custom-file:not(:first-child) .custom-file-label {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0; }
 
 .input-group-prepend,
 .input-group-append {
   display: flex; }
 
 .input-group-prepend .btn,
 .input-group-append .btn {
   position: relative;
   z-index: 2; }
 
 .input-group-prepend .btn:focus,
 .input-group-append .btn:focus {
   z-index: 3; }
 
 .input-group-prepend .btn + .btn,
 .input-group-prepend .btn + .input-group-text,
 .input-group-prepend .input-group-text + .input-group-text,
 .input-group-prepend .input-group-text + .btn,
 .input-group-append .btn + .btn,
 .input-group-append .btn + .input-group-text,
 .input-group-append .input-group-text + .input-group-text,
 .input-group-append .input-group-text + .btn {
   margin-left: -1px; }
 
 .input-group-prepend {
   margin-right: -1px; }
 
 .input-group-append {
   margin-left: -1px; }
 
 .input-group-text {
   display: flex;
   align-items: center;
   padding: 0.375rem 0.75rem;
   margin-bottom: 0;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   text-align: center;
   white-space: nowrap;
   background-color: #e9ecef;
   border: 1px solid #ced4da;
   border-radius: 0.25rem; }
 
 .input-group-text input[type="radio"],
 .input-group-text input[type="checkbox"] {
   margin-top: 0; }
 
 .input-group-lg > .form-control:not(textarea),
 .input-group-lg > .custom-select {
   height: calc(1.5em + 1rem + 2px); }
 
 .input-group-lg > .form-control,
 .input-group-lg > .custom-select,
 .input-group-lg > .input-group-prepend > .input-group-text,
 .input-group-lg > .input-group-append > .input-group-text,
 .input-group-lg > .input-group-prepend > .btn,
 .input-group-lg > .input-group-append > .btn {
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem; }
 
 .input-group-sm > .form-control:not(textarea),
 .input-group-sm > .custom-select {
   height: calc(1.5em + 0.5rem + 2px); }
 
 .input-group-sm > .form-control,
 .input-group-sm > .custom-select,
 .input-group-sm > .input-group-prepend > .input-group-text,
 .input-group-sm > .input-group-append > .input-group-text,
 .input-group-sm > .input-group-prepend > .btn,
 .input-group-sm > .input-group-append > .btn {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem; }
 
 .input-group-lg > .custom-select,
 .input-group-sm > .custom-select {
   padding-right: 1.75rem; }
 
 .input-group > .input-group-prepend > .btn,
 .input-group > .input-group-prepend > .input-group-text,
 .input-group > .input-group-append:not(:last-child) > .btn,
 .input-group > .input-group-append:not(:last-child) > .input-group-text,
 .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
 .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0; }
 
 .input-group > .input-group-append > .btn,
 .input-group > .input-group-append > .input-group-text,
 .input-group > .input-group-prepend:not(:first-child) > .btn,
 .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
 .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
 .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0; }
 
 .custom-control {
   position: relative;
   z-index: 1;
   display: block;
   min-height: 1.5rem;
   padding-left: 1.5rem; }
 
 .custom-control-inline {
   display: inline-flex;
   margin-right: 1rem; }
 
 .custom-control-input {
   position: absolute;
   left: 0;
   z-index: -1;
   width: 1rem;
   height: 1.25rem;
   opacity: 0; }
 
 .custom-control-input:checked ~ .custom-control-label::before {
   color: #fff;
   border-color: #007bff;
   background-color: #007bff; }
 
 .custom-control-input:focus ~ .custom-control-label::before {
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
 
 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
   border-color: #80bdff; }
 
 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
   color: #fff;
   background-color: #b3d7ff;
   border-color: #b3d7ff; }
 
 .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
   color: #6c757d; }
 
 .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
   background-color: #e9ecef; }
 
 .custom-control-label {
   position: relative;
   margin-bottom: 0;
   vertical-align: top; }
 
 .custom-control-label::before {
   position: absolute;
   top: 0.25rem;
   left: -1.5rem;
   display: block;
   width: 1rem;
   height: 1rem;
   pointer-events: none;
   content: "";
   background-color: #fff;
   border: #adb5bd solid 1px; }
 
 .custom-control-label::after {
   position: absolute;
   top: 0.25rem;
   left: -1.5rem;
   display: block;
   width: 1rem;
   height: 1rem;
   content: "";
   background: no-repeat 50% / 50% 50%; }
 
 .custom-checkbox .custom-control-label::before {
   border-radius: 0.25rem; }
 
 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
 
 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
   border-color: #007bff;
   background-color: #007bff; }
 
 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
 
 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
   background-color: rgba(0, 123, 255, 0.5); }
 
 .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
   background-color: rgba(0, 123, 255, 0.5); }
 
 .custom-radio .custom-control-label::before {
   border-radius: 50%; }
 
 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
 
 .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
   background-color: rgba(0, 123, 255, 0.5); }
 
 .custom-switch {
   padding-left: 2.25rem; }
 
 .custom-switch .custom-control-label::before {
   left: -2.25rem;
   width: 1.75rem;
   pointer-events: all;
   border-radius: 0.5rem; }
 
 .custom-switch .custom-control-label::after {
   top: calc(0.25rem + 2px);
   left: calc(-2.25rem + 2px);
   width: calc(1rem - 4px);
   height: calc(1rem - 4px);
   background-color: #adb5bd;
   border-radius: 0.5rem;
   transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
 
 @media (prefers-reduced-motion: reduce) {
   .custom-switch .custom-control-label::after {
     transition: none; } }
 
 .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
   background-color: #fff;
   transform: translateX(0.75rem); }
 
 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
   background-color: rgba(0, 123, 255, 0.5); }
 
 .custom-select {
   display: inline-block;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   padding: 0.375rem 1.75rem 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   vertical-align: middle;
   background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   appearance: none; }
 
 .custom-select:focus {
   border-color: #80bdff;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
 
 .custom-select:focus::-ms-value {
   color: #495057;
   background-color: #fff; }
 
 .custom-select[multiple], .custom-select[size]:not([size="1"]) {
   height: auto;
   padding-right: 0.75rem;
   background-image: none; }
 
 .custom-select:disabled {
   color: #6c757d;
   background-color: #e9ecef; }
 
 .custom-select::-ms-expand {
   display: none; }
 
 .custom-select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #495057; }
 
 .custom-select-sm {
   height: calc(1.5em + 0.5rem + 2px);
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
   padding-left: 0.5rem;
   font-size: 0.875rem; }
 
 .custom-select-lg {
   height: calc(1.5em + 1rem + 2px);
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   padding-left: 1rem;
   font-size: 1.25rem; }
 
 .custom-file {
   position: relative;
   display: inline-block;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   margin-bottom: 0; }
 
 .custom-file-input {
   position: relative;
   z-index: 2;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   margin: 0;
   opacity: 0; }
 
 .custom-file-input:focus ~ .custom-file-label {
   border-color: #80bdff;
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
 
 .custom-file-input[disabled] ~ .custom-file-label,
 .custom-file-input:disabled ~ .custom-file-label {
   background-color: #e9ecef; }
 
 .custom-file-input:lang(en) ~ .custom-file-label::after {
   content: "Browse"; }
 
 .custom-file-input ~ .custom-file-label[data-browse]::after {
   content: attr(data-browse); }
 
 .custom-file-label {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1;
   height: calc(1.5em + 0.75rem + 2px);
   padding: 0.375rem 0.75rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   border: 1px solid #ced4da;
   border-radius: 0.25rem; }
 
 .custom-file-label::after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 3;
   display: block;
   height: calc(1.5em + 0.75rem);
   padding: 0.375rem 0.75rem;
   line-height: 1.5;
   color: #495057;
   content: "Browse";
   background-color: #e9ecef;
   border-left: inherit;
   border-radius: 0 0.25rem 0.25rem 0; }
 
 .custom-range {
   width: 100%;
   height: 1.4rem;
   padding: 0;
   background-color: transparent;
   appearance: none; }
 
 .custom-range:focus {
   outline: none; }
 
 .custom-range:focus::-webkit-slider-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
 
 .custom-range:focus::-moz-range-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
 
 .custom-range:focus::-ms-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
 
 .custom-range::-moz-focus-outer {
   border: 0; }
 
 .custom-range::-webkit-slider-thumb {
   width: 1rem;
   height: 1rem;
   margin-top: -0.25rem;
   background-color: #007bff;
   border: 0;
   border-radius: 1rem;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   appearance: none; }
 
 @media (prefers-reduced-motion: reduce) {
   .custom-range::-webkit-slider-thumb {
     transition: none; } }
 
 .custom-range::-webkit-slider-thumb:active {
   background-color: #b3d7ff; }
 
 .custom-range::-webkit-slider-runnable-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: #dee2e6;
   border-color: transparent;
   border-radius: 1rem; }
 
 .custom-range::-moz-range-thumb {
   width: 1rem;
   height: 1rem;
   background-color: #007bff;
   border: 0;
   border-radius: 1rem;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   appearance: none; }
 
 @media (prefers-reduced-motion: reduce) {
   .custom-range::-moz-range-thumb {
     transition: none; } }
 
 .custom-range::-moz-range-thumb:active {
   background-color: #b3d7ff; }
 
 .custom-range::-moz-range-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: #dee2e6;
   border-color: transparent;
   border-radius: 1rem; }
 
 .custom-range::-ms-thumb {
   width: 1rem;
   height: 1rem;
   margin-top: 0;
   margin-right: 0.2rem;
   margin-left: 0.2rem;
   background-color: #007bff;
   border: 0;
   border-radius: 1rem;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   appearance: none; }
 
 @media (prefers-reduced-motion: reduce) {
   .custom-range::-ms-thumb {
     transition: none; } }
 
 .custom-range::-ms-thumb:active {
   background-color: #b3d7ff; }
 
 .custom-range::-ms-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: transparent;
   border-color: transparent;
   border-width: 0.5rem; }
 
 .custom-range::-ms-fill-lower {
   background-color: #dee2e6;
   border-radius: 1rem; }
 
 .custom-range::-ms-fill-upper {
   margin-right: 15px;
   background-color: #dee2e6;
   border-radius: 1rem; }
 
 .custom-range:disabled::-webkit-slider-thumb {
   background-color: #adb5bd; }
 
 .custom-range:disabled::-webkit-slider-runnable-track {
   cursor: default; }
 
 .custom-range:disabled::-moz-range-thumb {
   background-color: #adb5bd; }
 
 .custom-range:disabled::-moz-range-track {
   cursor: default; }
 
 .custom-range:disabled::-ms-thumb {
   background-color: #adb5bd; }
 
 .custom-control-label::before,
 .custom-file-label,
 .custom-select {
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
 
 @media (prefers-reduced-motion: reduce) {
   .custom-control-label::before,
   .custom-file-label,
   .custom-select {
     transition: none; } }
 
 .nav {
   display: flex;
   flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none; }
 
 .nav-link {
   display: block;
   padding: 0.5rem 1rem; }
 
 .nav-link:hover, a.nav-link.underline, .page-terms-of-use #main-content a.nav-link, .page-social-media-terms #main-content a.nav-link, .nav-link:focus {
   text-decoration: none; }
 
 .nav-link.disabled {
   color: #6c757d;
   pointer-events: none;
   cursor: default; }
 
 .nav-tabs {
   border-bottom: 1px solid #dee2e6; }
 
 .nav-tabs .nav-item {
   margin-bottom: -1px; }
 
 .nav-tabs .nav-link {
   border: 1px solid transparent;
   border-top-left-radius: 0.25rem;
   border-top-right-radius: 0.25rem; }
 
 .nav-tabs .nav-link:hover, .nav-tabs a.nav-link.underline, .nav-tabs .page-terms-of-use #main-content a.nav-link, .page-terms-of-use #main-content .nav-tabs a.nav-link, .nav-tabs .page-social-media-terms #main-content a.nav-link, .page-social-media-terms #main-content .nav-tabs a.nav-link, .nav-tabs .nav-link:focus {
   border-color: #e9ecef #e9ecef #dee2e6; }
 
 .nav-tabs .nav-link.disabled {
   color: #6c757d;
   background-color: transparent;
   border-color: transparent; }
 
 .nav-tabs .nav-link.active,
 .nav-tabs .nav-item.show .nav-link {
   color: #495057;
   background-color: #fff;
   border-color: #dee2e6 #dee2e6 #fff; }
 
 .nav-tabs .dropdown-menu {
   margin-top: -1px;
   border-top-left-radius: 0;
   border-top-right-radius: 0; }
 
 .nav-pills .nav-link {
   border-radius: 0.25rem; }
 
 .nav-pills .nav-link.active,
 .nav-pills .show > .nav-link {
   color: #fff;
   background-color: #007bff; }
 
 .nav-fill > .nav-link,
 .nav-fill .nav-item {
   flex: 1 1 auto;
   text-align: center; }
 
 .nav-justified > .nav-link,
 .nav-justified .nav-item {
   flex-basis: 0;
   flex-grow: 1;
   text-align: center; }
 
 .tab-content > .tab-pane {
   display: none; }
 
 .tab-content > .active {
   display: block; }
 
 .navbar {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   padding: 0.5rem 1rem; }
 
 .navbar .container,
 .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between; }
 
 .navbar-brand {
   display: inline-block;
   padding-top: 0.3125rem;
   padding-bottom: 0.3125rem;
   margin-right: 1rem;
   font-size: 1.25rem;
   line-height: inherit;
   white-space: nowrap; }
 
 .navbar-brand:hover, a.navbar-brand.underline, .page-terms-of-use #main-content a.navbar-brand, .page-social-media-terms #main-content a.navbar-brand, .navbar-brand:focus {
   text-decoration: none; }
 
 .navbar-nav {
   display: flex;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none; }
 
 .navbar-nav .nav-link {
   padding-right: 0;
   padding-left: 0; }
 
 .navbar-nav .dropdown-menu {
   position: static;
   float: none; }
 
 .navbar-text {
   display: inline-block;
   padding-top: 0.5rem;
   padding-bottom: 0.5rem; }
 
 .navbar-collapse {
   flex-basis: 100%;
   flex-grow: 1;
   align-items: center; }
 
 .navbar-toggler {
   padding: 0.25rem 0.75rem;
   font-size: 1.25rem;
   line-height: 1;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0.25rem; }
 
 .navbar-toggler:hover, a.navbar-toggler.underline, .page-terms-of-use #main-content a.navbar-toggler, .page-social-media-terms #main-content a.navbar-toggler, .navbar-toggler:focus {
   text-decoration: none; }
 
 .navbar-toggler-icon {
   display: inline-block;
   width: 1.5em;
   height: 1.5em;
   vertical-align: middle;
   content: "";
   background: no-repeat center center;
   background-size: 100% 100%; }
 
 @media (max-width: 575.98px) {
   .navbar-expand-sm > .container,
   .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
     padding-right: 0;
     padding-left: 0; } }
 
 @media (min-width: 576px) {
   .navbar-expand-sm {
     flex-flow: row nowrap;
     justify-content: flex-start; }
   .navbar-expand-sm .navbar-nav {
     flex-direction: row; }
   .navbar-expand-sm .navbar-nav .dropdown-menu {
     position: absolute; }
   .navbar-expand-sm .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem; }
   .navbar-expand-sm > .container,
   .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
     flex-wrap: nowrap; }
   .navbar-expand-sm .navbar-collapse {
     display: flex !important;
     flex-basis: auto; }
   .navbar-expand-sm .navbar-toggler {
     display: none; } }
 
 @media (max-width: 767.98px) {
   .navbar-expand-md > .container,
   .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
     padding-right: 0;
     padding-left: 0; } }
 
 @media (min-width: 768px) {
   .navbar-expand-md {
     flex-flow: row nowrap;
     justify-content: flex-start; }
   .navbar-expand-md .navbar-nav {
     flex-direction: row; }
   .navbar-expand-md .navbar-nav .dropdown-menu {
     position: absolute; }
   .navbar-expand-md .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem; }
   .navbar-expand-md > .container,
   .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
     flex-wrap: nowrap; }
   .navbar-expand-md .navbar-collapse {
     display: flex !important;
     flex-basis: auto; }
   .navbar-expand-md .navbar-toggler {
     display: none; } }
 
 @media (max-width: 991.98px) {
   .navbar-expand-lg > .container,
   .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
     padding-right: 0;
     padding-left: 0; } }
 
 @media (min-width: 992px) {
   .navbar-expand-lg {
     flex-flow: row nowrap;
     justify-content: flex-start; }
   .navbar-expand-lg .navbar-nav {
     flex-direction: row; }
   .navbar-expand-lg .navbar-nav .dropdown-menu {
     position: absolute; }
   .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem; }
   .navbar-expand-lg > .container,
   .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
     flex-wrap: nowrap; }
   .navbar-expand-lg .navbar-collapse {
     display: flex !important;
     flex-basis: auto; }
   .navbar-expand-lg .navbar-toggler {
     display: none; } }
 
 @media (max-width: 1199.98px) {
   .navbar-expand-xl > .container,
   .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
     padding-right: 0;
     padding-left: 0; } }
 
 @media (min-width: 1200px) {
   .navbar-expand-xl {
     flex-flow: row nowrap;
     justify-content: flex-start; }
   .navbar-expand-xl .navbar-nav {
     flex-direction: row; }
   .navbar-expand-xl .navbar-nav .dropdown-menu {
     position: absolute; }
   .navbar-expand-xl .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem; }
   .navbar-expand-xl > .container,
   .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
     flex-wrap: nowrap; }
   .navbar-expand-xl .navbar-collapse {
     display: flex !important;
     flex-basis: auto; }
   .navbar-expand-xl .navbar-toggler {
     display: none; } }
 
 .navbar-expand {
   flex-flow: row nowrap;
   justify-content: flex-start; }
 
 .navbar-expand > .container,
 .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
   padding-right: 0;
   padding-left: 0; }
 
 .navbar-expand .navbar-nav {
   flex-direction: row; }
 
 .navbar-expand .navbar-nav .dropdown-menu {
   position: absolute; }
 
 .navbar-expand .navbar-nav .nav-link {
   padding-right: 0.5rem;
   padding-left: 0.5rem; }
 
 .navbar-expand > .container,
 .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
   flex-wrap: nowrap; }
 
 .navbar-expand .navbar-collapse {
   display: flex !important;
   flex-basis: auto; }
 
 .navbar-expand .navbar-toggler {
   display: none; }
 
 .navbar-light .navbar-brand {
   color: rgba(0, 0, 0, 0.9); }
 
 .navbar-light .navbar-brand:hover, .navbar-light a.navbar-brand.underline, .navbar-light .page-terms-of-use #main-content a.navbar-brand, .page-terms-of-use #main-content .navbar-light a.navbar-brand, .navbar-light .page-social-media-terms #main-content a.navbar-brand, .page-social-media-terms #main-content .navbar-light a.navbar-brand, .navbar-light .navbar-brand:focus {
   color: rgba(0, 0, 0, 0.9); }
 
 .navbar-light .navbar-nav .nav-link {
   color: rgba(0, 0, 0, 0.5); }
 
 .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav a.nav-link.underline, .navbar-light .navbar-nav .page-terms-of-use #main-content a.nav-link, .page-terms-of-use #main-content .navbar-light .navbar-nav a.nav-link, .navbar-light .navbar-nav .page-social-media-terms #main-content a.nav-link, .page-social-media-terms #main-content .navbar-light .navbar-nav a.nav-link, .navbar-light .navbar-nav .nav-link:focus {
   color: rgba(0, 0, 0, 0.7); }
 
 .navbar-light .navbar-nav .nav-link.disabled {
   color: rgba(0, 0, 0, 0.3); }
 
 .navbar-light .navbar-nav .show > .nav-link,
 .navbar-light .navbar-nav .active > .nav-link,
 .navbar-light .navbar-nav .nav-link.show,
 .navbar-light .navbar-nav .nav-link.active {
   color: rgba(0, 0, 0, 0.9); }
 
 .navbar-light .navbar-toggler {
   color: rgba(0, 0, 0, 0.5);
   border-color: rgba(0, 0, 0, 0.1); }
 
 .navbar-light .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
 
 .navbar-light .navbar-text {
   color: rgba(0, 0, 0, 0.5); }
 
 .navbar-light .navbar-text a {
   color: rgba(0, 0, 0, 0.9); }
 
 .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a.underline, .navbar-light .navbar-text .page-terms-of-use #main-content a, .page-terms-of-use #main-content .navbar-light .navbar-text a, .navbar-light .navbar-text .page-social-media-terms #main-content a, .page-social-media-terms #main-content .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus {
   color: rgba(0, 0, 0, 0.9); }
 
 .navbar-dark .navbar-brand {
   color: #fff; }
 
 .navbar-dark .navbar-brand:hover, .navbar-dark a.navbar-brand.underline, .navbar-dark .page-terms-of-use #main-content a.navbar-brand, .page-terms-of-use #main-content .navbar-dark a.navbar-brand, .navbar-dark .page-social-media-terms #main-content a.navbar-brand, .page-social-media-terms #main-content .navbar-dark a.navbar-brand, .navbar-dark .navbar-brand:focus {
   color: #fff; }
 
 .navbar-dark .navbar-nav .nav-link {
   color: rgba(255, 255, 255, 0.5); }
 
 .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav a.nav-link.underline, .navbar-dark .navbar-nav .page-terms-of-use #main-content a.nav-link, .page-terms-of-use #main-content .navbar-dark .navbar-nav a.nav-link, .navbar-dark .navbar-nav .page-social-media-terms #main-content a.nav-link, .page-social-media-terms #main-content .navbar-dark .navbar-nav a.nav-link, .navbar-dark .navbar-nav .nav-link:focus {
   color: rgba(255, 255, 255, 0.75); }
 
 .navbar-dark .navbar-nav .nav-link.disabled {
   color: rgba(255, 255, 255, 0.25); }
 
 .navbar-dark .navbar-nav .show > .nav-link,
 .navbar-dark .navbar-nav .active > .nav-link,
 .navbar-dark .navbar-nav .nav-link.show,
 .navbar-dark .navbar-nav .nav-link.active {
   color: #fff; }
 
 .navbar-dark .navbar-toggler {
   color: rgba(255, 255, 255, 0.5);
   border-color: rgba(255, 255, 255, 0.1); }
 
 .navbar-dark .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
 
 .navbar-dark .navbar-text {
   color: rgba(255, 255, 255, 0.5); }
 
 .navbar-dark .navbar-text a {
   color: #fff; }
 
 .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a.underline, .navbar-dark .navbar-text .page-terms-of-use #main-content a, .page-terms-of-use #main-content .navbar-dark .navbar-text a, .navbar-dark .navbar-text .page-social-media-terms #main-content a, .page-social-media-terms #main-content .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus {
   color: #fff; }
 
 .card {
   position: relative;
   display: flex;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: border-box;
   border: 1px solid rgba(0, 0, 0, 0.125);
   border-radius: 0.25rem; }
 
 .card > hr {
   margin-right: 0;
   margin-left: 0; }
 
 .card > .list-group {
   border-top: inherit;
   border-bottom: inherit; }
 
 .card > .list-group:first-child {
   border-top-width: 0;
   border-top-left-radius: calc(0.25rem - 1px);
   border-top-right-radius: calc(0.25rem - 1px); }
 
 .card > .list-group:last-child {
   border-bottom-width: 0;
   border-bottom-right-radius: calc(0.25rem - 1px);
   border-bottom-left-radius: calc(0.25rem - 1px); }
 
 .card > .card-header + .list-group,
 .card > .list-group + .card-footer {
   border-top: 0; }
 
 .card-body {
   flex: 1 1 auto;
   min-height: 1px;
   padding: 1.25rem; }
 
 .card-title {
   margin-bottom: 0.75rem; }
 
 .card-subtitle {
   margin-top: -0.375rem;
   margin-bottom: 0; }
 
 .card-text:last-child {
   margin-bottom: 0; }
 
 .card-link:hover, a.card-link.underline, .page-terms-of-use #main-content a.card-link, .page-social-media-terms #main-content a.card-link {
   text-decoration: none; }
 
 .card-link + .card-link {
   margin-left: 1.25rem; }
 
 .card-header {
   padding: 0.75rem 1.25rem;
   margin-bottom: 0;
   background-color: rgba(0, 0, 0, 0.03);
   border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
 
 .card-header:first-child {
   border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
 
 .card-footer {
   padding: 0.75rem 1.25rem;
   background-color: rgba(0, 0, 0, 0.03);
   border-top: 1px solid rgba(0, 0, 0, 0.125); }
 
 .card-footer:last-child {
   border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
 
 .card-header-tabs {
   margin-right: -0.625rem;
   margin-bottom: -0.75rem;
   margin-left: -0.625rem;
   border-bottom: 0; }
 
 .card-header-pills {
   margin-right: -0.625rem;
   margin-left: -0.625rem; }
 
 .card-img-overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 1.25rem;
   border-radius: calc(0.25rem - 1px); }
 
 .card-img,
 .card-img-top,
 .card-img-bottom {
   flex-shrink: 0;
   width: 100%; }
 
 .card-img,
 .card-img-top {
   border-top-left-radius: calc(0.25rem - 1px);
   border-top-right-radius: calc(0.25rem - 1px); }
 
 .card-img,
 .card-img-bottom {
   border-bottom-right-radius: calc(0.25rem - 1px);
   border-bottom-left-radius: calc(0.25rem - 1px); }
 
 .card-deck .card {
   margin-bottom: 15px; }
 
 @media (min-width: 576px) {
   .card-deck {
     display: flex;
     flex-flow: row wrap;
     margin-right: -15px;
     margin-left: -15px; }
   .card-deck .card {
     flex: 1 0 0%;
     margin-right: 15px;
     margin-bottom: 0;
     margin-left: 15px; } }
 
 .card-group > .card {
   margin-bottom: 15px; }
 
 @media (min-width: 576px) {
   .card-group {
     display: flex;
     flex-flow: row wrap; }
   .card-group > .card {
     flex: 1 0 0%;
     margin-bottom: 0; }
   .card-group > .card + .card {
     margin-left: 0;
     border-left: 0; }
   .card-group > .card:not(:last-child) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0; }
   .card-group > .card:not(:last-child) .card-img-top,
   .card-group > .card:not(:last-child) .card-header {
     border-top-right-radius: 0; }
   .card-group > .card:not(:last-child) .card-img-bottom,
   .card-group > .card:not(:last-child) .card-footer {
     border-bottom-right-radius: 0; }
   .card-group > .card:not(:first-child) {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0; }
   .card-group > .card:not(:first-child) .card-img-top,
   .card-group > .card:not(:first-child) .card-header {
     border-top-left-radius: 0; }
   .card-group > .card:not(:first-child) .card-img-bottom,
   .card-group > .card:not(:first-child) .card-footer {
     border-bottom-left-radius: 0; } }
 
 .card-columns .card {
   margin-bottom: 0.75rem; }
 
 @media (min-width: 576px) {
   .card-columns {
     column-count: 3;
     column-gap: 1.25rem;
     orphans: 1;
     widows: 1; }
   .card-columns .card {
     display: inline-block;
     width: 100%; } }
 
 .accordion {
   overflow-anchor: none; }
 
 .accordion > .card {
   overflow: hidden; }
 
 .accordion > .card:not(:last-of-type) {
   border-bottom: 0;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0; }
 
 .accordion > .card:not(:first-of-type) {
   border-top-left-radius: 0;
   border-top-right-radius: 0; }
 
 .accordion > .card > .card-header {
   border-radius: 0;
   margin-bottom: -1px; }
 
 .breadcrumb {
   display: flex;
   flex-wrap: wrap;
   padding: 0.75rem 1rem;
   margin-bottom: 1rem;
   list-style: none;
   background-color: #e9ecef;
   border-radius: 0.25rem; }
 
 .breadcrumb-item {
   display: flex; }
 
 .breadcrumb-item + .breadcrumb-item {
   padding-left: 0.5rem; }
 
 .breadcrumb-item + .breadcrumb-item::before {
   display: inline-block;
   padding-right: 0.5rem;
   color: #6c757d;
   content: "/"; }
 
 .breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb-item + a.breadcrumb-item.underline::before, .page-terms-of-use #main-content .breadcrumb-item + a.breadcrumb-item::before, .page-social-media-terms #main-content .breadcrumb-item + a.breadcrumb-item::before {
   text-decoration: underline; }
 
 .breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb-item + a.breadcrumb-item.underline::before, .page-terms-of-use #main-content .breadcrumb-item + a.breadcrumb-item::before, .page-social-media-terms #main-content .breadcrumb-item + a.breadcrumb-item::before {
   text-decoration: none; }
 
 .breadcrumb-item.active {
   color: #6c757d; }
 
 .pagination {
   display: flex;
   padding-left: 0;
   list-style: none;
   border-radius: 0.25rem; }
 
 .page-link {
   position: relative;
   display: block;
   padding: 0.5rem 0.75rem;
   margin-left: -1px;
   line-height: 1.25;
   color: #007bff;
   background-color: #fff;
   border: 1px solid #dee2e6; }
 
 .page-link:hover, a.page-link.underline, .page-terms-of-use #main-content a.page-link, .page-social-media-terms #main-content a.page-link {
   z-index: 2;
   color: #0056b3;
   text-decoration: none;
   background-color: #e9ecef;
   border-color: #dee2e6; }
 
 .page-link:focus {
   z-index: 3;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
 
 .page-item:first-child .page-link {
   margin-left: 0;
   border-top-left-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem; }
 
 .page-item:last-child .page-link {
   border-top-right-radius: 0.25rem;
   border-bottom-right-radius: 0.25rem; }
 
 .page-item.active .page-link {
   z-index: 3;
   color: #fff;
   background-color: #007bff;
   border-color: #007bff; }
 
 .page-item.disabled .page-link {
   color: #6c757d;
   pointer-events: none;
   cursor: auto;
   background-color: #fff;
   border-color: #dee2e6; }
 
 .pagination-lg .page-link {
   padding: 0.75rem 1.5rem;
   font-size: 1.25rem;
   line-height: 1.5; }
 
 .pagination-lg .page-item:first-child .page-link {
   border-top-left-radius: 0.3rem;
   border-bottom-left-radius: 0.3rem; }
 
 .pagination-lg .page-item:last-child .page-link {
   border-top-right-radius: 0.3rem;
   border-bottom-right-radius: 0.3rem; }
 
 .pagination-sm .page-link {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5; }
 
 .pagination-sm .page-item:first-child .page-link {
   border-top-left-radius: 0.2rem;
   border-bottom-left-radius: 0.2rem; }
 
 .pagination-sm .page-item:last-child .page-link {
   border-top-right-radius: 0.2rem;
   border-bottom-right-radius: 0.2rem; }
 
 .badge {
   display: inline-block;
   padding: 0.25em 0.4em;
   font-size: 75%;
   font-weight: 700;
   line-height: 1;
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   border-radius: 0.25rem;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
 
 @media (prefers-reduced-motion: reduce) {
   .badge {
     transition: none; } }
 
 a.badge:hover, a.badge.underline, .page-terms-of-use #main-content a.badge, .page-social-media-terms #main-content a.badge, a.badge:focus {
   text-decoration: none; }
 
 .badge:empty {
   display: none; }
 
 .btn .badge {
   position: relative;
   top: -1px; }
 
 .badge-pill {
   padding-right: 0.6em;
   padding-left: 0.6em;
   border-radius: 10rem; }
 
 .badge-primary {
   color: #fff;
   background-color: #007bff; }
 
 a.badge-primary:hover, a.badge-primary.underline, .page-terms-of-use #main-content a.badge-primary, .page-social-media-terms #main-content a.badge-primary, a.badge-primary:focus {
   color: #fff;
   background-color: #0062cc; }
 
 a.badge-primary:focus, a.badge-primary.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
 
 .badge-secondary {
   color: #fff;
   background-color: #6c757d; }
 
 a.badge-secondary:hover, a.badge-secondary.underline, .page-terms-of-use #main-content a.badge-secondary, .page-social-media-terms #main-content a.badge-secondary, a.badge-secondary:focus {
   color: #fff;
   background-color: #545b62; }
 
 a.badge-secondary:focus, a.badge-secondary.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
 
 .badge-success {
   color: #fff;
   background-color: #28a745; }
 
 a.badge-success:hover, a.badge-success.underline, .page-terms-of-use #main-content a.badge-success, .page-social-media-terms #main-content a.badge-success, a.badge-success:focus {
   color: #fff;
   background-color: #1e7e34; }
 
 a.badge-success:focus, a.badge-success.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
 
 .badge-info {
   color: #fff;
   background-color: #17a2b8; }
 
 a.badge-info:hover, a.badge-info.underline, .page-terms-of-use #main-content a.badge-info, .page-social-media-terms #main-content a.badge-info, a.badge-info:focus {
   color: #fff;
   background-color: #117a8b; }
 
 a.badge-info:focus, a.badge-info.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
 
 .badge-warning {
   color: #212529;
   background-color: #ffc107; }
 
 a.badge-warning:hover, a.badge-warning.underline, .page-terms-of-use #main-content a.badge-warning, .page-social-media-terms #main-content a.badge-warning, a.badge-warning:focus {
   color: #212529;
   background-color: #d39e00; }
 
 a.badge-warning:focus, a.badge-warning.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
 
 .badge-danger {
   color: #fff;
   background-color: #dc3545; }
 
 a.badge-danger:hover, a.badge-danger.underline, .page-terms-of-use #main-content a.badge-danger, .page-social-media-terms #main-content a.badge-danger, a.badge-danger:focus {
   color: #fff;
   background-color: #bd2130; }
 
 a.badge-danger:focus, a.badge-danger.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
 
 .badge-light {
   color: #212529;
   background-color: #f8f9fa; }
 
 a.badge-light:hover, a.badge-light.underline, .page-terms-of-use #main-content a.badge-light, .page-social-media-terms #main-content a.badge-light, a.badge-light:focus {
   color: #212529;
   background-color: #dae0e5; }
 
 a.badge-light:focus, a.badge-light.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
 
 .badge-dark {
   color: #fff;
   background-color: #343a40; }
 
 a.badge-dark:hover, a.badge-dark.underline, .page-terms-of-use #main-content a.badge-dark, .page-social-media-terms #main-content a.badge-dark, a.badge-dark:focus {
   color: #fff;
   background-color: #1d2124; }
 
 a.badge-dark:focus, a.badge-dark.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
 
 .jumbotron {
   padding: 2rem 1rem;
   margin-bottom: 2rem;
   background-color: #e9ecef;
   border-radius: 0.3rem; }
 
 @media (min-width: 576px) {
   .jumbotron {
     padding: 4rem 2rem; } }
 
 .jumbotron-fluid {
   padding-right: 0;
   padding-left: 0;
   border-radius: 0; }
 
 .alert {
   position: relative;
   padding: 0.75rem 1.25rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 0.25rem; }
 
 .alert-heading {
   color: inherit; }
 
 .alert-link {
   font-weight: 700; }
 
 .alert-dismissible {
   padding-right: 4rem; }
 
 .alert-dismissible .close {
   position: absolute;
   top: 0;
   right: 0;
   padding: 0.75rem 1.25rem;
   color: inherit; }
 
 .alert-primary {
   color: #004085;
   background-color: #cce5ff;
   border-color: #b8daff; }
 
 .alert-primary hr {
   border-top-color: #9fcdff; }
 
 .alert-primary .alert-link {
   color: #002752; }
 
 .alert-secondary {
   color: #383d41;
   background-color: #e2e3e5;
   border-color: #d6d8db; }
 
 .alert-secondary hr {
   border-top-color: #c8cbcf; }
 
 .alert-secondary .alert-link {
   color: #202326; }
 
 .alert-success {
   color: #155724;
   background-color: #d4edda;
   border-color: #c3e6cb; }
 
 .alert-success hr {
   border-top-color: #b1dfbb; }
 
 .alert-success .alert-link {
   color: #0b2e13; }
 
 .alert-info {
   color: #0c5460;
   background-color: #d1ecf1;
   border-color: #bee5eb; }
 
 .alert-info hr {
   border-top-color: #abdde5; }
 
 .alert-info .alert-link {
   color: #062c33; }
 
 .alert-warning {
   color: #856404;
   background-color: #fff3cd;
   border-color: #ffeeba; }
 
 .alert-warning hr {
   border-top-color: #ffe8a1; }
 
 .alert-warning .alert-link {
   color: #533f03; }
 
 .alert-danger {
   color: #721c24;
   background-color: #f8d7da;
   border-color: #f5c6cb; }
 
 .alert-danger hr {
   border-top-color: #f1b0b7; }
 
 .alert-danger .alert-link {
   color: #491217; }
 
 .alert-light {
   color: #818182;
   background-color: #fefefe;
   border-color: #fdfdfe; }
 
 .alert-light hr {
   border-top-color: #ececf6; }
 
 .alert-light .alert-link {
   color: #686868; }
 
 .alert-dark {
   color: #1b1e21;
   background-color: #d6d8d9;
   border-color: #c6c8ca; }
 
 .alert-dark hr {
   border-top-color: #b9bbbe; }
 
 .alert-dark .alert-link {
   color: #040505; }
 
 @keyframes progress-bar-stripes {
   from {
     background-position: 1rem 0; }
   to {
     background-position: 0 0; } }
 
 .progress {
   display: flex;
   height: 1rem;
   overflow: hidden;
   line-height: 0;
   font-size: 0.75rem;
   background-color: #e9ecef;
   border-radius: 0.25rem; }
 
 .progress-bar {
   display: flex;
   flex-direction: column;
   justify-content: center;
   overflow: hidden;
   color: #fff;
   text-align: center;
   white-space: nowrap;
   background-color: #007bff;
   transition: width 0.6s ease; }
 
 @media (prefers-reduced-motion: reduce) {
   .progress-bar {
     transition: none; } }
 
 .progress-bar-striped {
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-size: 1rem 1rem; }
 
 .progress-bar-animated {
   animation: progress-bar-stripes 1s linear infinite; }
 
 @media (prefers-reduced-motion: reduce) {
   .progress-bar-animated {
     animation: none; } }
 
 .media {
   display: flex;
   align-items: flex-start; }
 
 .media-body {
   flex: 1; }
 
 .list-group {
   display: flex;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   border-radius: 0.25rem; }
 
 .list-group-item-action {
   width: 100%;
   color: #495057;
   text-align: inherit; }
 
 .list-group-item-action:hover, a.list-group-item-action.underline, .page-terms-of-use #main-content a.list-group-item-action, .page-social-media-terms #main-content a.list-group-item-action, .list-group-item-action:focus {
   z-index: 1;
   color: #495057;
   text-decoration: none;
   background-color: #f8f9fa; }
 
 .list-group-item-action:active {
   color: #212529;
   background-color: #e9ecef; }
 
 .list-group-item {
   position: relative;
   display: block;
   padding: 0.75rem 1.25rem;
   background-color: #fff;
   border: 1px solid rgba(0, 0, 0, 0.125); }
 
 .list-group-item:first-child {
   border-top-left-radius: inherit;
   border-top-right-radius: inherit; }
 
 .list-group-item:last-child {
   border-bottom-right-radius: inherit;
   border-bottom-left-radius: inherit; }
 
 .list-group-item.disabled, .list-group-item:disabled {
   color: #6c757d;
   pointer-events: none;
   background-color: #fff; }
 
 .list-group-item.active {
   z-index: 2;
   color: #fff;
   background-color: #007bff;
   border-color: #007bff; }
 
 .list-group-item + .list-group-item {
   border-top-width: 0; }
 
 .list-group-item + .list-group-item.active {
   margin-top: -1px;
   border-top-width: 1px; }
 
 .list-group-horizontal {
   flex-direction: row; }
 
 .list-group-horizontal > .list-group-item:first-child {
   border-bottom-left-radius: 0.25rem;
   border-top-right-radius: 0; }
 
 .list-group-horizontal > .list-group-item:last-child {
   border-top-right-radius: 0.25rem;
   border-bottom-left-radius: 0; }
 
 .list-group-horizontal > .list-group-item.active {
   margin-top: 0; }
 
 .list-group-horizontal > .list-group-item + .list-group-item {
   border-top-width: 1px;
   border-left-width: 0; }
 
 .list-group-horizontal > .list-group-item + .list-group-item.active {
   margin-left: -1px;
   border-left-width: 1px; }
 
 @media (min-width: 576px) {
   .list-group-horizontal-sm {
     flex-direction: row; }
   .list-group-horizontal-sm > .list-group-item:first-child {
     border-bottom-left-radius: 0.25rem;
     border-top-right-radius: 0; }
   .list-group-horizontal-sm > .list-group-item:last-child {
     border-top-right-radius: 0.25rem;
     border-bottom-left-radius: 0; }
   .list-group-horizontal-sm > .list-group-item.active {
     margin-top: 0; }
   .list-group-horizontal-sm > .list-group-item + .list-group-item {
     border-top-width: 1px;
     border-left-width: 0; }
   .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px; } }
 
 @media (min-width: 768px) {
   .list-group-horizontal-md {
     flex-direction: row; }
   .list-group-horizontal-md > .list-group-item:first-child {
     border-bottom-left-radius: 0.25rem;
     border-top-right-radius: 0; }
   .list-group-horizontal-md > .list-group-item:last-child {
     border-top-right-radius: 0.25rem;
     border-bottom-left-radius: 0; }
   .list-group-horizontal-md > .list-group-item.active {
     margin-top: 0; }
   .list-group-horizontal-md > .list-group-item + .list-group-item {
     border-top-width: 1px;
     border-left-width: 0; }
   .list-group-horizontal-md > .list-group-item + .list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px; } }
 
 @media (min-width: 992px) {
   .list-group-horizontal-lg {
     flex-direction: row; }
   .list-group-horizontal-lg > .list-group-item:first-child {
     border-bottom-left-radius: 0.25rem;
     border-top-right-radius: 0; }
   .list-group-horizontal-lg > .list-group-item:last-child {
     border-top-right-radius: 0.25rem;
     border-bottom-left-radius: 0; }
   .list-group-horizontal-lg > .list-group-item.active {
     margin-top: 0; }
   .list-group-horizontal-lg > .list-group-item + .list-group-item {
     border-top-width: 1px;
     border-left-width: 0; }
   .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px; } }
 
 @media (min-width: 1200px) {
   .list-group-horizontal-xl {
     flex-direction: row; }
   .list-group-horizontal-xl > .list-group-item:first-child {
     border-bottom-left-radius: 0.25rem;
     border-top-right-radius: 0; }
   .list-group-horizontal-xl > .list-group-item:last-child {
     border-top-right-radius: 0.25rem;
     border-bottom-left-radius: 0; }
   .list-group-horizontal-xl > .list-group-item.active {
     margin-top: 0; }
   .list-group-horizontal-xl > .list-group-item + .list-group-item {
     border-top-width: 1px;
     border-left-width: 0; }
   .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px; } }
 
 .list-group-flush {
   border-radius: 0; }
 
 .list-group-flush > .list-group-item {
   border-width: 0 0 1px; }
 
 .list-group-flush > .list-group-item:last-child {
   border-bottom-width: 0; }
 
 .list-group-item-primary {
   color: #004085;
   background-color: #b8daff; }
 
 .list-group-item-primary.list-group-item-action:hover, a.list-group-item-primary.list-group-item-action.underline, .page-terms-of-use #main-content a.list-group-item-primary.list-group-item-action, .page-social-media-terms #main-content a.list-group-item-primary.list-group-item-action, .list-group-item-primary.list-group-item-action:focus {
   color: #004085;
   background-color: #9fcdff; }
 
 .list-group-item-primary.list-group-item-action.active {
   color: #fff;
   background-color: #004085;
   border-color: #004085; }
 
 .list-group-item-secondary {
   color: #383d41;
   background-color: #d6d8db; }
 
 .list-group-item-secondary.list-group-item-action:hover, a.list-group-item-secondary.list-group-item-action.underline, .page-terms-of-use #main-content a.list-group-item-secondary.list-group-item-action, .page-social-media-terms #main-content a.list-group-item-secondary.list-group-item-action, .list-group-item-secondary.list-group-item-action:focus {
   color: #383d41;
   background-color: #c8cbcf; }
 
 .list-group-item-secondary.list-group-item-action.active {
   color: #fff;
   background-color: #383d41;
   border-color: #383d41; }
 
 .list-group-item-success {
   color: #155724;
   background-color: #c3e6cb; }
 
 .list-group-item-success.list-group-item-action:hover, a.list-group-item-success.list-group-item-action.underline, .page-terms-of-use #main-content a.list-group-item-success.list-group-item-action, .page-social-media-terms #main-content a.list-group-item-success.list-group-item-action, .list-group-item-success.list-group-item-action:focus {
   color: #155724;
   background-color: #b1dfbb; }
 
 .list-group-item-success.list-group-item-action.active {
   color: #fff;
   background-color: #155724;
   border-color: #155724; }
 
 .list-group-item-info {
   color: #0c5460;
   background-color: #bee5eb; }
 
 .list-group-item-info.list-group-item-action:hover, a.list-group-item-info.list-group-item-action.underline, .page-terms-of-use #main-content a.list-group-item-info.list-group-item-action, .page-social-media-terms #main-content a.list-group-item-info.list-group-item-action, .list-group-item-info.list-group-item-action:focus {
   color: #0c5460;
   background-color: #abdde5; }
 
 .list-group-item-info.list-group-item-action.active {
   color: #fff;
   background-color: #0c5460;
   border-color: #0c5460; }
 
 .list-group-item-warning {
   color: #856404;
   background-color: #ffeeba; }
 
 .list-group-item-warning.list-group-item-action:hover, a.list-group-item-warning.list-group-item-action.underline, .page-terms-of-use #main-content a.list-group-item-warning.list-group-item-action, .page-social-media-terms #main-content a.list-group-item-warning.list-group-item-action, .list-group-item-warning.list-group-item-action:focus {
   color: #856404;
   background-color: #ffe8a1; }
 
 .list-group-item-warning.list-group-item-action.active {
   color: #fff;
   background-color: #856404;
   border-color: #856404; }
 
 .list-group-item-danger {
   color: #721c24;
   background-color: #f5c6cb; }
 
 .list-group-item-danger.list-group-item-action:hover, a.list-group-item-danger.list-group-item-action.underline, .page-terms-of-use #main-content a.list-group-item-danger.list-group-item-action, .page-social-media-terms #main-content a.list-group-item-danger.list-group-item-action, .list-group-item-danger.list-group-item-action:focus {
   color: #721c24;
   background-color: #f1b0b7; }
 
 .list-group-item-danger.list-group-item-action.active {
   color: #fff;
   background-color: #721c24;
   border-color: #721c24; }
 
 .list-group-item-light {
   color: #818182;
   background-color: #fdfdfe; }
 
 .list-group-item-light.list-group-item-action:hover, a.list-group-item-light.list-group-item-action.underline, .page-terms-of-use #main-content a.list-group-item-light.list-group-item-action, .page-social-media-terms #main-content a.list-group-item-light.list-group-item-action, .list-group-item-light.list-group-item-action:focus {
   color: #818182;
   background-color: #ececf6; }
 
 .list-group-item-light.list-group-item-action.active {
   color: #fff;
   background-color: #818182;
   border-color: #818182; }
 
 .list-group-item-dark {
   color: #1b1e21;
   background-color: #c6c8ca; }
 
 .list-group-item-dark.list-group-item-action:hover, a.list-group-item-dark.list-group-item-action.underline, .page-terms-of-use #main-content a.list-group-item-dark.list-group-item-action, .page-social-media-terms #main-content a.list-group-item-dark.list-group-item-action, .list-group-item-dark.list-group-item-action:focus {
   color: #1b1e21;
   background-color: #b9bbbe; }
 
 .list-group-item-dark.list-group-item-action.active {
   color: #fff;
   background-color: #1b1e21;
   border-color: #1b1e21; }
 
 .close {
   float: right;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1;
   color: #000;
   text-shadow: 0 1px 0 #fff;
   opacity: .5; }
 
 .close:hover, a.close.underline, .page-terms-of-use #main-content a.close, .page-social-media-terms #main-content a.close {
   color: #000;
   text-decoration: none; }
 
 .close:not(:disabled):not(.disabled):hover, a.close.underline:not(:disabled):not(.disabled), .page-terms-of-use #main-content a.close:not(:disabled):not(.disabled), .page-social-media-terms #main-content a.close:not(:disabled):not(.disabled), .close:not(:disabled):not(.disabled):focus {
   opacity: .75; }
 
 button.close {
   padding: 0;
   background-color: transparent;
   border: 0; }
 
 a.close.disabled {
   pointer-events: none; }
 
 .toast {
   flex-basis: 350px;
   max-width: 350px;
   font-size: 0.875rem;
   background-color: rgba(255, 255, 255, 0.85);
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.1);
   box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
   opacity: 0;
   border-radius: 0.25rem; }
 
 .toast:not(:last-child) {
   margin-bottom: 0.75rem; }
 
 .toast.showing {
   opacity: 1; }
 
 .toast.show {
   display: block;
   opacity: 1; }
 
 .toast.hide {
   display: none; }
 
 .toast-header {
   display: flex;
   align-items: center;
   padding: 0.25rem 0.75rem;
   color: #6c757d;
   background-color: rgba(255, 255, 255, 0.85);
   background-clip: padding-box;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   border-top-left-radius: calc(0.25rem - 1px);
   border-top-right-radius: calc(0.25rem - 1px); }
 
 .toast-body {
   padding: 0.75rem; }
 
 .modal-open {
   overflow: hidden; }
 
 .modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto; }
 
 .modal {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1050;
   display: none;
   width: 100%;
   height: 100%;
   overflow: hidden;
   outline: 0; }
 
 .modal-dialog {
   position: relative;
   width: auto;
   margin: 0.5rem;
   pointer-events: none; }
 
 .modal.fade .modal-dialog {
   transition: transform 0.3s ease-out;
   transform: translate(0, -50px); }
 
 @media (prefers-reduced-motion: reduce) {
   .modal.fade .modal-dialog {
     transition: none; } }
 
 .modal.show .modal-dialog {
   transform: none; }
 
 .modal.modal-static .modal-dialog {
   transform: scale(1.02); }
 
 .modal-dialog-scrollable {
   display: flex;
   max-height: calc(100% - 1rem); }
 
 .modal-dialog-scrollable .modal-content {
   max-height: calc(100vh - 1rem);
   overflow: hidden; }
 
 .modal-dialog-scrollable .modal-header,
 .modal-dialog-scrollable .modal-footer {
   flex-shrink: 0; }
 
 .modal-dialog-scrollable .modal-body {
   overflow-y: auto; }
 
 .modal-dialog-centered {
   display: flex;
   align-items: center;
   min-height: calc(100% - 1rem); }
 
 .modal-dialog-centered::before {
   display: block;
   height: calc(100vh - 1rem);
   height: min-content;
   content: ""; }
 
 .modal-dialog-centered.modal-dialog-scrollable {
   flex-direction: column;
   justify-content: center;
   height: 100%; }
 
 .modal-dialog-centered.modal-dialog-scrollable .modal-content {
   max-height: none; }
 
 .modal-dialog-centered.modal-dialog-scrollable::before {
   content: none; }
 
 .modal-content {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 0.3rem;
   outline: 0; }
 
 .modal-backdrop {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1040;
   width: 100vw;
   height: 100vh;
   background-color: #000; }
 
 .modal-backdrop.fade {
   opacity: 0; }
 
 .modal-backdrop.show {
   opacity: 0.5; }
 
 .modal-header {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   padding: 1rem 1rem;
   border-bottom: 1px solid #dee2e6;
   border-top-left-radius: calc(0.3rem - 1px);
   border-top-right-radius: calc(0.3rem - 1px); }
 
 .modal-header .close {
   padding: 1rem 1rem;
   margin: -1rem -1rem -1rem auto; }
 
 .modal-title {
   margin-bottom: 0;
   line-height: 1.5; }
 
 .modal-body {
   position: relative;
   flex: 1 1 auto;
   padding: 1rem; }
 
 .modal-footer {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: flex-end;
   padding: 0.75rem;
   border-top: 1px solid #dee2e6;
   border-bottom-right-radius: calc(0.3rem - 1px);
   border-bottom-left-radius: calc(0.3rem - 1px); }
 
 .modal-footer > * {
   margin: 0.25rem; }
 
 .modal-scrollbar-measure {
   position: absolute;
   top: -9999px;
   width: 50px;
   height: 50px;
   overflow: scroll; }
 
 @media (min-width: 576px) {
   .modal-dialog {
     max-width: 500px;
     margin: 1.75rem auto; }
   .modal-dialog-scrollable {
     max-height: calc(100% - 3.5rem); }
   .modal-dialog-scrollable .modal-content {
     max-height: calc(100vh - 3.5rem); }
   .modal-dialog-centered {
     min-height: calc(100% - 3.5rem); }
   .modal-dialog-centered::before {
     height: calc(100vh - 3.5rem);
     height: min-content; }
   .modal-sm {
     max-width: 300px; } }
 
 @media (min-width: 992px) {
   .modal-lg,
   .modal-xl {
     max-width: 800px; } }
 
 @media (min-width: 1200px) {
   .modal-xl {
     max-width: 1140px; } }
 
 .tooltip {
   position: absolute;
   z-index: 1070;
   display: block;
   margin: 0;
   font-family: -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";
   font-style: normal;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   word-spacing: normal;
   white-space: normal;
   line-break: auto;
   font-size: 0.875rem;
   word-wrap: break-word;
   opacity: 0; }
 
 .tooltip.show {
   opacity: 0.9; }
 
 .tooltip .arrow {
   position: absolute;
   display: block;
   width: 0.8rem;
   height: 0.4rem; }
 
 .tooltip .arrow::before {
   position: absolute;
   content: "";
   border-color: transparent;
   border-style: solid; }
 
 .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
   padding: 0.4rem 0; }
 
 .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
   bottom: 0; }
 
 .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
   top: 0;
   border-width: 0.4rem 0.4rem 0;
   border-top-color: #000; }
 
 .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
   padding: 0 0.4rem; }
 
 .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
   left: 0;
   width: 0.4rem;
   height: 0.8rem; }
 
 .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
   right: 0;
   border-width: 0.4rem 0.4rem 0.4rem 0;
   border-right-color: #000; }
 
 .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
   padding: 0.4rem 0; }
 
 .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
   top: 0; }
 
 .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
   bottom: 0;
   border-width: 0 0.4rem 0.4rem;
   border-bottom-color: #000; }
 
 .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
   padding: 0 0.4rem; }
 
 .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
   right: 0;
   width: 0.4rem;
   height: 0.8rem; }
 
 .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
   left: 0;
   border-width: 0.4rem 0 0.4rem 0.4rem;
   border-left-color: #000; }
 
 .tooltip-inner {
   max-width: 200px;
   padding: 0.25rem 0.5rem;
   color: #fff;
   text-align: center;
   background-color: #000;
   border-radius: 0.25rem; }
 
 .popover {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1060;
   display: block;
   max-width: 276px;
   font-family: -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";
   font-style: normal;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   word-spacing: normal;
   white-space: normal;
   line-break: auto;
   font-size: 0.875rem;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 0.3rem; }
 
 .popover .arrow {
   position: absolute;
   display: block;
   width: 1rem;
   height: 0.5rem;
   margin: 0 0.3rem; }
 
 .popover .arrow::before, .popover .arrow::after {
   position: absolute;
   display: block;
   content: "";
   border-color: transparent;
   border-style: solid; }
 
 .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
   margin-bottom: 0.5rem; }
 
 .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
   bottom: calc(-0.5rem - 1px); }
 
 .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
   bottom: 0;
   border-width: 0.5rem 0.5rem 0;
   border-top-color: rgba(0, 0, 0, 0.25); }
 
 .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
   bottom: 1px;
   border-width: 0.5rem 0.5rem 0;
   border-top-color: #fff; }
 
 .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
   margin-left: 0.5rem; }
 
 .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
   left: calc(-0.5rem - 1px);
   width: 0.5rem;
   height: 1rem;
   margin: 0.3rem 0; }
 
 .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
   left: 0;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   border-right-color: rgba(0, 0, 0, 0.25); }
 
 .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
   left: 1px;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   border-right-color: #fff; }
 
 .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
   margin-top: 0.5rem; }
 
 .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
   top: calc(-0.5rem - 1px); }
 
 .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
   top: 0;
   border-width: 0 0.5rem 0.5rem 0.5rem;
   border-bottom-color: rgba(0, 0, 0, 0.25); }
 
 .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
   top: 1px;
   border-width: 0 0.5rem 0.5rem 0.5rem;
   border-bottom-color: #fff; }
 
 .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
   position: absolute;
   top: 0;
   left: 50%;
   display: block;
   width: 1rem;
   margin-left: -0.5rem;
   content: "";
   border-bottom: 1px solid #f7f7f7; }
 
 .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
   margin-right: 0.5rem; }
 
 .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
   right: calc(-0.5rem - 1px);
   width: 0.5rem;
   height: 1rem;
   margin: 0.3rem 0; }
 
 .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
   right: 0;
   border-width: 0.5rem 0 0.5rem 0.5rem;
   border-left-color: rgba(0, 0, 0, 0.25); }
 
 .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
   right: 1px;
   border-width: 0.5rem 0 0.5rem 0.5rem;
   border-left-color: #fff; }
 
 .popover-header {
   padding: 0.5rem 0.75rem;
   margin-bottom: 0;
   font-size: 1rem;
   background-color: #f7f7f7;
   border-bottom: 1px solid #ebebeb;
   border-top-left-radius: calc(0.3rem - 1px);
   border-top-right-radius: calc(0.3rem - 1px); }
 
 .popover-header:empty {
   display: none; }
 
 .popover-body {
   padding: 0.5rem 0.75rem;
   color: #212529; }
 
 .carousel {
   position: relative; }
 
 .carousel.pointer-event {
   touch-action: pan-y; }
 
 .carousel-inner {
   position: relative;
   width: 100%;
   overflow: hidden; }
 
 .carousel-inner::after {
   display: block;
   clear: both;
   content: ""; }
 
 .carousel-item {
   position: relative;
   display: none;
   float: left;
   width: 100%;
   margin-right: -100%;
   backface-visibility: hidden;
   transition: transform 0.6s ease-in-out; }
 
 @media (prefers-reduced-motion: reduce) {
   .carousel-item {
     transition: none; } }
 
 .carousel-item.active,
 .carousel-item-next,
 .carousel-item-prev {
   display: block; }
 
 .carousel-item-next:not(.carousel-item-left),
 .active.carousel-item-right {
   transform: translateX(100%); }
 
 .carousel-item-prev:not(.carousel-item-right),
 .active.carousel-item-left {
   transform: translateX(-100%); }
 
 .carousel-fade .carousel-item {
   opacity: 0;
   transition-property: opacity;
   transform: none; }
 
 .carousel-fade .carousel-item.active,
 .carousel-fade .carousel-item-next.carousel-item-left,
 .carousel-fade .carousel-item-prev.carousel-item-right {
   z-index: 1;
   opacity: 1; }
 
 .carousel-fade .active.carousel-item-left,
 .carousel-fade .active.carousel-item-right {
   z-index: 0;
   opacity: 0;
   transition: opacity 0s 0.6s; }
 
 @media (prefers-reduced-motion: reduce) {
   .carousel-fade .active.carousel-item-left,
   .carousel-fade .active.carousel-item-right {
     transition: none; } }
 
 .carousel-control-prev,
 .carousel-control-next {
   position: absolute;
   top: 0;
   bottom: 0;
   z-index: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 15%;
   color: #fff;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.15s ease; }
 
 @media (prefers-reduced-motion: reduce) {
   .carousel-control-prev,
   .carousel-control-next {
     transition: none; } }
 
 .carousel-control-prev:hover, a.carousel-control-prev.underline, .page-terms-of-use #main-content a.carousel-control-prev, .page-social-media-terms #main-content a.carousel-control-prev, .carousel-control-prev:focus,
 .carousel-control-next:hover,
 a.carousel-control-next.underline,
 .page-terms-of-use #main-content a.carousel-control-next,
 .page-social-media-terms #main-content a.carousel-control-next,
 .carousel-control-next:focus {
   color: #fff;
   text-decoration: none;
   outline: 0;
   opacity: 0.9; }
 
 .carousel-control-prev {
   left: 0; }
 
 .carousel-control-next {
   right: 0; }
 
 .carousel-control-prev-icon,
 .carousel-control-next-icon {
   display: inline-block;
   width: 20px;
   height: 20px;
   background: no-repeat 50% / 100% 100%; }
 
 .carousel-control-prev-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }
 
 .carousel-indicators {
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 15;
   display: flex;
   justify-content: center;
   padding-left: 0;
   margin-right: 15%;
   margin-left: 15%;
   list-style: none; }
 
 .carousel-indicators li {
   box-sizing: content-box;
   flex: 0 1 auto;
   width: 30px;
   height: 3px;
   margin-right: 3px;
   margin-left: 3px;
   text-indent: -999px;
   cursor: pointer;
   background-color: #fff;
   background-clip: padding-box;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   opacity: .5;
   transition: opacity 0.6s ease; }
 
 @media (prefers-reduced-motion: reduce) {
   .carousel-indicators li {
     transition: none; } }
 
 .carousel-indicators .active {
   opacity: 1; }
 
 .carousel-caption {
   position: absolute;
   right: 15%;
   bottom: 20px;
   left: 15%;
   z-index: 10;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #fff;
   text-align: center; }
 
 @keyframes spinner-border {
   to {
     transform: rotate(360deg); } }
 
 .spinner-border {
   display: inline-block;
   width: 2rem;
   height: 2rem;
   vertical-align: text-bottom;
   border: 0.25em solid currentColor;
   border-right-color: transparent;
   border-radius: 50%;
   animation: spinner-border .75s linear infinite; }
 
 .spinner-border-sm {
   width: 1rem;
   height: 1rem;
   border-width: 0.2em; }
 
 @keyframes spinner-grow {
   0% {
     transform: scale(0); }
   50% {
     opacity: 1;
     transform: none; } }
 
 .spinner-grow {
   display: inline-block;
   width: 2rem;
   height: 2rem;
   vertical-align: text-bottom;
   background-color: currentColor;
   border-radius: 50%;
   opacity: 0;
   animation: spinner-grow .75s linear infinite; }
 
 .spinner-grow-sm {
   width: 1rem;
   height: 1rem; }
 
 .align-baseline {
   vertical-align: baseline !important; }
 
 .align-top {
   vertical-align: top !important; }
 
 .align-middle {
   vertical-align: middle !important; }
 
 .align-bottom {
   vertical-align: bottom !important; }
 
 .align-text-bottom {
   vertical-align: text-bottom !important; }
 
 .align-text-top {
   vertical-align: text-top !important; }
 
 .bg-primary {
   background-color: #007bff !important; }
 
 a.bg-primary:hover, a.bg-primary.underline, .page-terms-of-use #main-content a.bg-primary, .page-social-media-terms #main-content a.bg-primary, a.bg-primary:focus,
 button.bg-primary:hover,
 button.bg-primary:focus {
   background-color: #0062cc !important; }
 
 .bg-secondary {
   background-color: #6c757d !important; }
 
 a.bg-secondary:hover, a.bg-secondary.underline, .page-terms-of-use #main-content a.bg-secondary, .page-social-media-terms #main-content a.bg-secondary, a.bg-secondary:focus,
 button.bg-secondary:hover,
 button.bg-secondary:focus {
   background-color: #545b62 !important; }
 
 .bg-success {
   background-color: #28a745 !important; }
 
 a.bg-success:hover, a.bg-success.underline, .page-terms-of-use #main-content a.bg-success, .page-social-media-terms #main-content a.bg-success, a.bg-success:focus,
 button.bg-success:hover,
 button.bg-success:focus {
   background-color: #1e7e34 !important; }
 
 .bg-info {
   background-color: #17a2b8 !important; }
 
 a.bg-info:hover, a.bg-info.underline, .page-terms-of-use #main-content a.bg-info, .page-social-media-terms #main-content a.bg-info, a.bg-info:focus,
 button.bg-info:hover,
 button.bg-info:focus {
   background-color: #117a8b !important; }
 
 .bg-warning {
   background-color: #ffc107 !important; }
 
 a.bg-warning:hover, a.bg-warning.underline, .page-terms-of-use #main-content a.bg-warning, .page-social-media-terms #main-content a.bg-warning, a.bg-warning:focus,
 button.bg-warning:hover,
 button.bg-warning:focus {
   background-color: #d39e00 !important; }
 
 .bg-danger {
   background-color: #dc3545 !important; }
 
 a.bg-danger:hover, a.bg-danger.underline, .page-terms-of-use #main-content a.bg-danger, .page-social-media-terms #main-content a.bg-danger, a.bg-danger:focus,
 button.bg-danger:hover,
 button.bg-danger:focus {
   background-color: #bd2130 !important; }
 
 .bg-light {
   background-color: #f8f9fa !important; }
 
 a.bg-light:hover, a.bg-light.underline, .page-terms-of-use #main-content a.bg-light, .page-social-media-terms #main-content a.bg-light, a.bg-light:focus,
 button.bg-light:hover,
 button.bg-light:focus {
   background-color: #dae0e5 !important; }
 
 .bg-dark {
   background-color: #343a40 !important; }
 
 a.bg-dark:hover, a.bg-dark.underline, .page-terms-of-use #main-content a.bg-dark, .page-social-media-terms #main-content a.bg-dark, a.bg-dark:focus,
 button.bg-dark:hover,
 button.bg-dark:focus {
   background-color: #1d2124 !important; }
 
 .bg-white {
   background-color: #fff !important; }
 
 .bg-transparent {
   background-color: transparent !important; }
 
 .border {
   border: 1px solid #dee2e6 !important; }
 
 .border-top {
   border-top: 1px solid #dee2e6 !important; }
 
 .border-right {
   border-right: 1px solid #dee2e6 !important; }
 
 .border-bottom {
   border-bottom: 1px solid #dee2e6 !important; }
 
 .border-left {
   border-left: 1px solid #dee2e6 !important; }
 
 .border-0 {
   border: 0 !important; }
 
 .border-top-0 {
   border-top: 0 !important; }
 
 .border-right-0 {
   border-right: 0 !important; }
 
 .border-bottom-0 {
   border-bottom: 0 !important; }
 
 .border-left-0 {
   border-left: 0 !important; }
 
 .border-primary {
   border-color: #007bff !important; }
 
 .border-secondary {
   border-color: #6c757d !important; }
 
 .border-success {
   border-color: #28a745 !important; }
 
 .border-info {
   border-color: #17a2b8 !important; }
 
 .border-warning {
   border-color: #ffc107 !important; }
 
 .border-danger {
   border-color: #dc3545 !important; }
 
 .border-light {
   border-color: #f8f9fa !important; }
 
 .border-dark {
   border-color: #343a40 !important; }
 
 .border-white {
   border-color: #fff !important; }
 
 .rounded-sm {
   border-radius: 0.2rem !important; }
 
 .rounded {
   border-radius: 0.25rem !important; }
 
 .rounded-top {
   border-top-left-radius: 0.25rem !important;
   border-top-right-radius: 0.25rem !important; }
 
 .rounded-right {
   border-top-right-radius: 0.25rem !important;
   border-bottom-right-radius: 0.25rem !important; }
 
 .rounded-bottom {
   border-bottom-right-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important; }
 
 .rounded-left {
   border-top-left-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important; }
 
 .rounded-lg {
   border-radius: 0.3rem !important; }
 
 .rounded-circle {
   border-radius: 50% !important; }
 
 .rounded-pill {
   border-radius: 50rem !important; }
 
 .rounded-0 {
   border-radius: 0 !important; }
 
 .clearfix::after {
   display: block;
   clear: both;
   content: ""; }
 
 .d-none {
   display: none !important; }
 
 .d-inline {
   display: inline !important; }
 
 .d-inline-block {
   display: inline-block !important; }
 
 .d-block {
   display: block !important; }
 
 .d-table {
   display: table !important; }
 
 .d-table-row {
   display: table-row !important; }
 
 .d-table-cell {
   display: table-cell !important; }
 
 .d-flex {
   display: flex !important; }
 
 .d-inline-flex {
   display: inline-flex !important; }
 
 @media (min-width: 576px) {
   .d-sm-none {
     display: none !important; }
   .d-sm-inline {
     display: inline !important; }
   .d-sm-inline-block {
     display: inline-block !important; }
   .d-sm-block {
     display: block !important; }
   .d-sm-table {
     display: table !important; }
   .d-sm-table-row {
     display: table-row !important; }
   .d-sm-table-cell {
     display: table-cell !important; }
   .d-sm-flex {
     display: flex !important; }
   .d-sm-inline-flex {
     display: inline-flex !important; } }
 
 @media (min-width: 768px) {
   .d-md-none {
     display: none !important; }
   .d-md-inline {
     display: inline !important; }
   .d-md-inline-block {
     display: inline-block !important; }
   .d-md-block {
     display: block !important; }
   .d-md-table {
     display: table !important; }
   .d-md-table-row {
     display: table-row !important; }
   .d-md-table-cell {
     display: table-cell !important; }
   .d-md-flex {
     display: flex !important; }
   .d-md-inline-flex {
     display: inline-flex !important; } }
 
 @media (min-width: 992px) {
   .d-lg-none {
     display: none !important; }
   .d-lg-inline {
     display: inline !important; }
   .d-lg-inline-block {
     display: inline-block !important; }
   .d-lg-block {
     display: block !important; }
   .d-lg-table {
     display: table !important; }
   .d-lg-table-row {
     display: table-row !important; }
   .d-lg-table-cell {
     display: table-cell !important; }
   .d-lg-flex {
     display: flex !important; }
   .d-lg-inline-flex {
     display: inline-flex !important; } }
 
 @media (min-width: 1200px) {
   .d-xl-none {
     display: none !important; }
   .d-xl-inline {
     display: inline !important; }
   .d-xl-inline-block {
     display: inline-block !important; }
   .d-xl-block {
     display: block !important; }
   .d-xl-table {
     display: table !important; }
   .d-xl-table-row {
     display: table-row !important; }
   .d-xl-table-cell {
     display: table-cell !important; }
   .d-xl-flex {
     display: flex !important; }
   .d-xl-inline-flex {
     display: inline-flex !important; } }
 
 @media print {
   .d-print-none {
     display: none !important; }
   .d-print-inline {
     display: inline !important; }
   .d-print-inline-block {
     display: inline-block !important; }
   .d-print-block {
     display: block !important; }
   .d-print-table {
     display: table !important; }
   .d-print-table-row {
     display: table-row !important; }
   .d-print-table-cell {
     display: table-cell !important; }
   .d-print-flex {
     display: flex !important; }
   .d-print-inline-flex {
     display: inline-flex !important; } }
 
 .embed-responsive {
   position: relative;
   display: block;
   width: 100%;
   padding: 0;
   overflow: hidden; }
 
 .embed-responsive::before {
   display: block;
   content: ""; }
 
 .embed-responsive .embed-responsive-item,
 .embed-responsive iframe,
 .embed-responsive embed,
 .embed-responsive object,
 .embed-responsive video {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0; }
 
 .embed-responsive-21by9::before {
   padding-top: 42.85714%; }
 
 .embed-responsive-16by9::before {
   padding-top: 56.25%; }
 
 .embed-responsive-4by3::before {
   padding-top: 75%; }
 
 .embed-responsive-1by1::before {
   padding-top: 100%; }
 
 .flex-row {
   flex-direction: row !important; }
 
 .flex-column {
   flex-direction: column !important; }
 
 .flex-row-reverse {
   flex-direction: row-reverse !important; }
 
 .flex-column-reverse {
   flex-direction: column-reverse !important; }
 
 .flex-wrap {
   flex-wrap: wrap !important; }
 
 .flex-nowrap {
   flex-wrap: nowrap !important; }
 
 .flex-wrap-reverse {
   flex-wrap: wrap-reverse !important; }
 
 .flex-fill {
   flex: 1 1 auto !important; }
 
 .flex-grow-0 {
   flex-grow: 0 !important; }
 
 .flex-grow-1 {
   flex-grow: 1 !important; }
 
 .flex-shrink-0 {
   flex-shrink: 0 !important; }
 
 .flex-shrink-1 {
   flex-shrink: 1 !important; }
 
 .justify-content-start {
   justify-content: flex-start !important; }
 
 .justify-content-end {
   justify-content: flex-end !important; }
 
 .justify-content-center {
   justify-content: center !important; }
 
 .justify-content-between {
   justify-content: space-between !important; }
 
 .justify-content-around {
   justify-content: space-around !important; }
 
 .align-items-start {
   align-items: flex-start !important; }
 
 .align-items-end {
   align-items: flex-end !important; }
 
 .align-items-center {
   align-items: center !important; }
 
 .align-items-baseline {
   align-items: baseline !important; }
 
 .align-items-stretch {
   align-items: stretch !important; }
 
 .align-content-start {
   align-content: flex-start !important; }
 
 .align-content-end {
   align-content: flex-end !important; }
 
 .align-content-center {
   align-content: center !important; }
 
 .align-content-between {
   align-content: space-between !important; }
 
 .align-content-around {
   align-content: space-around !important; }
 
 .align-content-stretch {
   align-content: stretch !important; }
 
 .align-self-auto {
   align-self: auto !important; }
 
 .align-self-start {
   align-self: flex-start !important; }
 
 .align-self-end {
   align-self: flex-end !important; }
 
 .align-self-center {
   align-self: center !important; }
 
 .align-self-baseline {
   align-self: baseline !important; }
 
 .align-self-stretch {
   align-self: stretch !important; }
 
 @media (min-width: 576px) {
   .flex-sm-row {
     flex-direction: row !important; }
   .flex-sm-column {
     flex-direction: column !important; }
   .flex-sm-row-reverse {
     flex-direction: row-reverse !important; }
   .flex-sm-column-reverse {
     flex-direction: column-reverse !important; }
   .flex-sm-wrap {
     flex-wrap: wrap !important; }
   .flex-sm-nowrap {
     flex-wrap: nowrap !important; }
   .flex-sm-wrap-reverse {
     flex-wrap: wrap-reverse !important; }
   .flex-sm-fill {
     flex: 1 1 auto !important; }
   .flex-sm-grow-0 {
     flex-grow: 0 !important; }
   .flex-sm-grow-1 {
     flex-grow: 1 !important; }
   .flex-sm-shrink-0 {
     flex-shrink: 0 !important; }
   .flex-sm-shrink-1 {
     flex-shrink: 1 !important; }
   .justify-content-sm-start {
     justify-content: flex-start !important; }
   .justify-content-sm-end {
     justify-content: flex-end !important; }
   .justify-content-sm-center {
     justify-content: center !important; }
   .justify-content-sm-between {
     justify-content: space-between !important; }
   .justify-content-sm-around {
     justify-content: space-around !important; }
   .align-items-sm-start {
     align-items: flex-start !important; }
   .align-items-sm-end {
     align-items: flex-end !important; }
   .align-items-sm-center {
     align-items: center !important; }
   .align-items-sm-baseline {
     align-items: baseline !important; }
   .align-items-sm-stretch {
     align-items: stretch !important; }
   .align-content-sm-start {
     align-content: flex-start !important; }
   .align-content-sm-end {
     align-content: flex-end !important; }
   .align-content-sm-center {
     align-content: center !important; }
   .align-content-sm-between {
     align-content: space-between !important; }
   .align-content-sm-around {
     align-content: space-around !important; }
   .align-content-sm-stretch {
     align-content: stretch !important; }
   .align-self-sm-auto {
     align-self: auto !important; }
   .align-self-sm-start {
     align-self: flex-start !important; }
   .align-self-sm-end {
     align-self: flex-end !important; }
   .align-self-sm-center {
     align-self: center !important; }
   .align-self-sm-baseline {
     align-self: baseline !important; }
   .align-self-sm-stretch {
     align-self: stretch !important; } }
 
 @media (min-width: 768px) {
   .flex-md-row {
     flex-direction: row !important; }
   .flex-md-column {
     flex-direction: column !important; }
   .flex-md-row-reverse {
     flex-direction: row-reverse !important; }
   .flex-md-column-reverse {
     flex-direction: column-reverse !important; }
   .flex-md-wrap {
     flex-wrap: wrap !important; }
   .flex-md-nowrap {
     flex-wrap: nowrap !important; }
   .flex-md-wrap-reverse {
     flex-wrap: wrap-reverse !important; }
   .flex-md-fill {
     flex: 1 1 auto !important; }
   .flex-md-grow-0 {
     flex-grow: 0 !important; }
   .flex-md-grow-1 {
     flex-grow: 1 !important; }
   .flex-md-shrink-0 {
     flex-shrink: 0 !important; }
   .flex-md-shrink-1 {
     flex-shrink: 1 !important; }
   .justify-content-md-start {
     justify-content: flex-start !important; }
   .justify-content-md-end {
     justify-content: flex-end !important; }
   .justify-content-md-center {
     justify-content: center !important; }
   .justify-content-md-between {
     justify-content: space-between !important; }
   .justify-content-md-around {
     justify-content: space-around !important; }
   .align-items-md-start {
     align-items: flex-start !important; }
   .align-items-md-end {
     align-items: flex-end !important; }
   .align-items-md-center {
     align-items: center !important; }
   .align-items-md-baseline {
     align-items: baseline !important; }
   .align-items-md-stretch {
     align-items: stretch !important; }
   .align-content-md-start {
     align-content: flex-start !important; }
   .align-content-md-end {
     align-content: flex-end !important; }
   .align-content-md-center {
     align-content: center !important; }
   .align-content-md-between {
     align-content: space-between !important; }
   .align-content-md-around {
     align-content: space-around !important; }
   .align-content-md-stretch {
     align-content: stretch !important; }
   .align-self-md-auto {
     align-self: auto !important; }
   .align-self-md-start {
     align-self: flex-start !important; }
   .align-self-md-end {
     align-self: flex-end !important; }
   .align-self-md-center {
     align-self: center !important; }
   .align-self-md-baseline {
     align-self: baseline !important; }
   .align-self-md-stretch {
     align-self: stretch !important; } }
 
 @media (min-width: 992px) {
   .flex-lg-row {
     flex-direction: row !important; }
   .flex-lg-column {
     flex-direction: column !important; }
   .flex-lg-row-reverse {
     flex-direction: row-reverse !important; }
   .flex-lg-column-reverse {
     flex-direction: column-reverse !important; }
   .flex-lg-wrap {
     flex-wrap: wrap !important; }
   .flex-lg-nowrap {
     flex-wrap: nowrap !important; }
   .flex-lg-wrap-reverse {
     flex-wrap: wrap-reverse !important; }
   .flex-lg-fill {
     flex: 1 1 auto !important; }
   .flex-lg-grow-0 {
     flex-grow: 0 !important; }
   .flex-lg-grow-1 {
     flex-grow: 1 !important; }
   .flex-lg-shrink-0 {
     flex-shrink: 0 !important; }
   .flex-lg-shrink-1 {
     flex-shrink: 1 !important; }
   .justify-content-lg-start {
     justify-content: flex-start !important; }
   .justify-content-lg-end {
     justify-content: flex-end !important; }
   .justify-content-lg-center {
     justify-content: center !important; }
   .justify-content-lg-between {
     justify-content: space-between !important; }
   .justify-content-lg-around {
     justify-content: space-around !important; }
   .align-items-lg-start {
     align-items: flex-start !important; }
   .align-items-lg-end {
     align-items: flex-end !important; }
   .align-items-lg-center {
     align-items: center !important; }
   .align-items-lg-baseline {
     align-items: baseline !important; }
   .align-items-lg-stretch {
     align-items: stretch !important; }
   .align-content-lg-start {
     align-content: flex-start !important; }
   .align-content-lg-end {
     align-content: flex-end !important; }
   .align-content-lg-center {
     align-content: center !important; }
   .align-content-lg-between {
     align-content: space-between !important; }
   .align-content-lg-around {
     align-content: space-around !important; }
   .align-content-lg-stretch {
     align-content: stretch !important; }
   .align-self-lg-auto {
     align-self: auto !important; }
   .align-self-lg-start {
     align-self: flex-start !important; }
   .align-self-lg-end {
     align-self: flex-end !important; }
   .align-self-lg-center {
     align-self: center !important; }
   .align-self-lg-baseline {
     align-self: baseline !important; }
   .align-self-lg-stretch {
     align-self: stretch !important; } }
 
 @media (min-width: 1200px) {
   .flex-xl-row {
     flex-direction: row !important; }
   .flex-xl-column {
     flex-direction: column !important; }
   .flex-xl-row-reverse {
     flex-direction: row-reverse !important; }
   .flex-xl-column-reverse {
     flex-direction: column-reverse !important; }
   .flex-xl-wrap {
     flex-wrap: wrap !important; }
   .flex-xl-nowrap {
     flex-wrap: nowrap !important; }
   .flex-xl-wrap-reverse {
     flex-wrap: wrap-reverse !important; }
   .flex-xl-fill {
     flex: 1 1 auto !important; }
   .flex-xl-grow-0 {
     flex-grow: 0 !important; }
   .flex-xl-grow-1 {
     flex-grow: 1 !important; }
   .flex-xl-shrink-0 {
     flex-shrink: 0 !important; }
   .flex-xl-shrink-1 {
     flex-shrink: 1 !important; }
   .justify-content-xl-start {
     justify-content: flex-start !important; }
   .justify-content-xl-end {
     justify-content: flex-end !important; }
   .justify-content-xl-center {
     justify-content: center !important; }
   .justify-content-xl-between {
     justify-content: space-between !important; }
   .justify-content-xl-around {
     justify-content: space-around !important; }
   .align-items-xl-start {
     align-items: flex-start !important; }
   .align-items-xl-end {
     align-items: flex-end !important; }
   .align-items-xl-center {
     align-items: center !important; }
   .align-items-xl-baseline {
     align-items: baseline !important; }
   .align-items-xl-stretch {
     align-items: stretch !important; }
   .align-content-xl-start {
     align-content: flex-start !important; }
   .align-content-xl-end {
     align-content: flex-end !important; }
   .align-content-xl-center {
     align-content: center !important; }
   .align-content-xl-between {
     align-content: space-between !important; }
   .align-content-xl-around {
     align-content: space-around !important; }
   .align-content-xl-stretch {
     align-content: stretch !important; }
   .align-self-xl-auto {
     align-self: auto !important; }
   .align-self-xl-start {
     align-self: flex-start !important; }
   .align-self-xl-end {
     align-self: flex-end !important; }
   .align-self-xl-center {
     align-self: center !important; }
   .align-self-xl-baseline {
     align-self: baseline !important; }
   .align-self-xl-stretch {
     align-self: stretch !important; } }
 
 .float-left {
   float: left !important; }
 
 .float-right {
   float: right !important; }
 
 .float-none {
   float: none !important; }
 
 @media (min-width: 576px) {
   .float-sm-left {
     float: left !important; }
   .float-sm-right {
     float: right !important; }
   .float-sm-none {
     float: none !important; } }
 
 @media (min-width: 768px) {
   .float-md-left {
     float: left !important; }
   .float-md-right {
     float: right !important; }
   .float-md-none {
     float: none !important; } }
 
 @media (min-width: 992px) {
   .float-lg-left {
     float: left !important; }
   .float-lg-right {
     float: right !important; }
   .float-lg-none {
     float: none !important; } }
 
 @media (min-width: 1200px) {
   .float-xl-left {
     float: left !important; }
   .float-xl-right {
     float: right !important; }
   .float-xl-none {
     float: none !important; } }
 
 .user-select-all {
   user-select: all !important; }
 
 .user-select-auto {
   user-select: auto !important; }
 
 .user-select-none {
   user-select: none !important; }
 
 .overflow-auto {
   overflow: auto !important; }
 
 .overflow-hidden {
   overflow: hidden !important; }
 
 .position-static {
   position: static !important; }
 
 .position-relative {
   position: relative !important; }
 
 .position-absolute {
   position: absolute !important; }
 
 .position-fixed {
   position: fixed !important; }
 
 .position-sticky {
   position: sticky !important; }
 
 .fixed-top {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030; }
 
 .fixed-bottom {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1030; }
 
 @supports (position: sticky) {
   .sticky-top {
     position: sticky;
     top: 0;
     z-index: 1020; } }
 
 .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0; }
 
 .sr-only-focusable:active, .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   overflow: visible;
   clip: auto;
   white-space: normal; }
 
 .shadow-sm {
   box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
 
 .shadow {
   box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
 
 .shadow-lg {
   box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
 
 .shadow-none {
   box-shadow: none !important; }
 
 .w-25 {
   width: 25% !important; }
 
 .w-50 {
   width: 50% !important; }
 
 .w-75 {
   width: 75% !important; }
 
 .w-100 {
   width: 100% !important; }
 
 .w-auto {
   width: auto !important; }
 
 .h-25 {
   height: 25% !important; }
 
 .h-50 {
   height: 50% !important; }
 
 .h-75 {
   height: 75% !important; }
 
 .h-100 {
   height: 100% !important; }
 
 .h-auto {
   height: auto !important; }
 
 .mw-100 {
   max-width: 100% !important; }
 
 .mh-100 {
   max-height: 100% !important; }
 
 .min-vw-100 {
   min-width: 100vw !important; }
 
 .min-vh-100 {
   min-height: 100vh !important; }
 
 .vw-100 {
   width: 100vw !important; }
 
 .vh-100 {
   height: 100vh !important; }
 
 .m-0 {
   margin: 0 !important; }
 
 .mt-0,
 .my-0 {
   margin-top: 0 !important; }
 
 .mr-0,
 .mx-0 {
   margin-right: 0 !important; }
 
 .mb-0,
 .my-0 {
   margin-bottom: 0 !important; }
 
 .ml-0,
 .mx-0 {
   margin-left: 0 !important; }
 
 .m-1 {
   margin: 0.25rem !important; }
 
 .mt-1,
 .my-1 {
   margin-top: 0.25rem !important; }
 
 .mr-1,
 .mx-1 {
   margin-right: 0.25rem !important; }
 
 .mb-1,
 .my-1 {
   margin-bottom: 0.25rem !important; }
 
 .ml-1,
 .mx-1 {
   margin-left: 0.25rem !important; }
 
 .m-2 {
   margin: 0.5rem !important; }
 
 .mt-2,
 .my-2 {
   margin-top: 0.5rem !important; }
 
 .mr-2,
 .mx-2 {
   margin-right: 0.5rem !important; }
 
 .mb-2,
 .my-2 {
   margin-bottom: 0.5rem !important; }
 
 .ml-2,
 .mx-2 {
   margin-left: 0.5rem !important; }
 
 .m-3 {
   margin: 1rem !important; }
 
 .mt-3,
 .my-3 {
   margin-top: 1rem !important; }
 
 .mr-3,
 .mx-3 {
   margin-right: 1rem !important; }
 
 .mb-3,
 .my-3 {
   margin-bottom: 1rem !important; }
 
 .ml-3,
 .mx-3 {
   margin-left: 1rem !important; }
 
 .m-4 {
   margin: 1.5rem !important; }
 
 .mt-4,
 .my-4 {
   margin-top: 1.5rem !important; }
 
 .mr-4,
 .mx-4 {
   margin-right: 1.5rem !important; }
 
 .mb-4,
 .my-4 {
   margin-bottom: 1.5rem !important; }
 
 .ml-4,
 .mx-4 {
   margin-left: 1.5rem !important; }
 
 .m-5 {
   margin: 3rem !important; }
 
 .mt-5,
 .my-5 {
   margin-top: 3rem !important; }
 
 .mr-5,
 .mx-5 {
   margin-right: 3rem !important; }
 
 .mb-5,
 .my-5 {
   margin-bottom: 3rem !important; }
 
 .ml-5,
 .mx-5 {
   margin-left: 3rem !important; }
 
 .p-0 {
   padding: 0 !important; }
 
 .pt-0,
 .py-0 {
   padding-top: 0 !important; }
 
 .pr-0,
 .px-0 {
   padding-right: 0 !important; }
 
 .pb-0,
 .py-0 {
   padding-bottom: 0 !important; }
 
 .pl-0,
 .px-0 {
   padding-left: 0 !important; }
 
 .p-1 {
   padding: 0.25rem !important; }
 
 .pt-1,
 .py-1 {
   padding-top: 0.25rem !important; }
 
 .pr-1,
 .px-1 {
   padding-right: 0.25rem !important; }
 
 .pb-1,
 .py-1 {
   padding-bottom: 0.25rem !important; }
 
 .pl-1,
 .px-1 {
   padding-left: 0.25rem !important; }
 
 .p-2 {
   padding: 0.5rem !important; }
 
 .pt-2,
 .py-2 {
   padding-top: 0.5rem !important; }
 
 .pr-2,
 .px-2 {
   padding-right: 0.5rem !important; }
 
 .pb-2,
 .py-2 {
   padding-bottom: 0.5rem !important; }
 
 .pl-2,
 .px-2 {
   padding-left: 0.5rem !important; }
 
 .p-3 {
   padding: 1rem !important; }
 
 .pt-3,
 .py-3 {
   padding-top: 1rem !important; }
 
 .pr-3,
 .px-3 {
   padding-right: 1rem !important; }
 
 .pb-3,
 .py-3 {
   padding-bottom: 1rem !important; }
 
 .pl-3,
 .px-3 {
   padding-left: 1rem !important; }
 
 .p-4 {
   padding: 1.5rem !important; }
 
 .pt-4,
 .py-4 {
   padding-top: 1.5rem !important; }
 
 .pr-4,
 .px-4 {
   padding-right: 1.5rem !important; }
 
 .pb-4,
 .py-4 {
   padding-bottom: 1.5rem !important; }
 
 .pl-4,
 .px-4 {
   padding-left: 1.5rem !important; }
 
 .p-5 {
   padding: 3rem !important; }
 
 .pt-5,
 .py-5 {
   padding-top: 3rem !important; }
 
 .pr-5,
 .px-5 {
   padding-right: 3rem !important; }
 
 .pb-5,
 .py-5 {
   padding-bottom: 3rem !important; }
 
 .pl-5,
 .px-5 {
   padding-left: 3rem !important; }
 
 .m-n1 {
   margin: -0.25rem !important; }
 
 .mt-n1,
 .my-n1 {
   margin-top: -0.25rem !important; }
 
 .mr-n1,
 .mx-n1 {
   margin-right: -0.25rem !important; }
 
 .mb-n1,
 .my-n1 {
   margin-bottom: -0.25rem !important; }
 
 .ml-n1,
 .mx-n1 {
   margin-left: -0.25rem !important; }
 
 .m-n2 {
   margin: -0.5rem !important; }
 
 .mt-n2,
 .my-n2 {
   margin-top: -0.5rem !important; }
 
 .mr-n2,
 .mx-n2 {
   margin-right: -0.5rem !important; }
 
 .mb-n2,
 .my-n2 {
   margin-bottom: -0.5rem !important; }
 
 .ml-n2,
 .mx-n2 {
   margin-left: -0.5rem !important; }
 
 .m-n3 {
   margin: -1rem !important; }
 
 .mt-n3,
 .my-n3 {
   margin-top: -1rem !important; }
 
 .mr-n3,
 .mx-n3 {
   margin-right: -1rem !important; }
 
 .mb-n3,
 .my-n3 {
   margin-bottom: -1rem !important; }
 
 .ml-n3,
 .mx-n3 {
   margin-left: -1rem !important; }
 
 .m-n4 {
   margin: -1.5rem !important; }
 
 .mt-n4,
 .my-n4 {
   margin-top: -1.5rem !important; }
 
 .mr-n4,
 .mx-n4 {
   margin-right: -1.5rem !important; }
 
 .mb-n4,
 .my-n4 {
   margin-bottom: -1.5rem !important; }
 
 .ml-n4,
 .mx-n4 {
   margin-left: -1.5rem !important; }
 
 .m-n5 {
   margin: -3rem !important; }
 
 .mt-n5,
 .my-n5 {
   margin-top: -3rem !important; }
 
 .mr-n5,
 .mx-n5 {
   margin-right: -3rem !important; }
 
 .mb-n5,
 .my-n5 {
   margin-bottom: -3rem !important; }
 
 .ml-n5,
 .mx-n5 {
   margin-left: -3rem !important; }
 
 .m-auto {
   margin: auto !important; }
 
 .mt-auto,
 .my-auto {
   margin-top: auto !important; }
 
 .mr-auto,
 .mx-auto {
   margin-right: auto !important; }
 
 .mb-auto,
 .my-auto {
   margin-bottom: auto !important; }
 
 .ml-auto,
 .mx-auto {
   margin-left: auto !important; }
 
 @media (min-width: 576px) {
   .m-sm-0 {
     margin: 0 !important; }
   .mt-sm-0,
   .my-sm-0 {
     margin-top: 0 !important; }
   .mr-sm-0,
   .mx-sm-0 {
     margin-right: 0 !important; }
   .mb-sm-0,
   .my-sm-0 {
     margin-bottom: 0 !important; }
   .ml-sm-0,
   .mx-sm-0 {
     margin-left: 0 !important; }
   .m-sm-1 {
     margin: 0.25rem !important; }
   .mt-sm-1,
   .my-sm-1 {
     margin-top: 0.25rem !important; }
   .mr-sm-1,
   .mx-sm-1 {
     margin-right: 0.25rem !important; }
   .mb-sm-1,
   .my-sm-1 {
     margin-bottom: 0.25rem !important; }
   .ml-sm-1,
   .mx-sm-1 {
     margin-left: 0.25rem !important; }
   .m-sm-2 {
     margin: 0.5rem !important; }
   .mt-sm-2,
   .my-sm-2 {
     margin-top: 0.5rem !important; }
   .mr-sm-2,
   .mx-sm-2 {
     margin-right: 0.5rem !important; }
   .mb-sm-2,
   .my-sm-2 {
     margin-bottom: 0.5rem !important; }
   .ml-sm-2,
   .mx-sm-2 {
     margin-left: 0.5rem !important; }
   .m-sm-3 {
     margin: 1rem !important; }
   .mt-sm-3,
   .my-sm-3 {
     margin-top: 1rem !important; }
   .mr-sm-3,
   .mx-sm-3 {
     margin-right: 1rem !important; }
   .mb-sm-3,
   .my-sm-3 {
     margin-bottom: 1rem !important; }
   .ml-sm-3,
   .mx-sm-3 {
     margin-left: 1rem !important; }
   .m-sm-4 {
     margin: 1.5rem !important; }
   .mt-sm-4,
   .my-sm-4 {
     margin-top: 1.5rem !important; }
   .mr-sm-4,
   .mx-sm-4 {
     margin-right: 1.5rem !important; }
   .mb-sm-4,
   .my-sm-4 {
     margin-bottom: 1.5rem !important; }
   .ml-sm-4,
   .mx-sm-4 {
     margin-left: 1.5rem !important; }
   .m-sm-5 {
     margin: 3rem !important; }
   .mt-sm-5,
   .my-sm-5 {
     margin-top: 3rem !important; }
   .mr-sm-5,
   .mx-sm-5 {
     margin-right: 3rem !important; }
   .mb-sm-5,
   .my-sm-5 {
     margin-bottom: 3rem !important; }
   .ml-sm-5,
   .mx-sm-5 {
     margin-left: 3rem !important; }
   .p-sm-0 {
     padding: 0 !important; }
   .pt-sm-0,
   .py-sm-0 {
     padding-top: 0 !important; }
   .pr-sm-0,
   .px-sm-0 {
     padding-right: 0 !important; }
   .pb-sm-0,
   .py-sm-0 {
     padding-bottom: 0 !important; }
   .pl-sm-0,
   .px-sm-0 {
     padding-left: 0 !important; }
   .p-sm-1 {
     padding: 0.25rem !important; }
   .pt-sm-1,
   .py-sm-1 {
     padding-top: 0.25rem !important; }
   .pr-sm-1,
   .px-sm-1 {
     padding-right: 0.25rem !important; }
   .pb-sm-1,
   .py-sm-1 {
     padding-bottom: 0.25rem !important; }
   .pl-sm-1,
   .px-sm-1 {
     padding-left: 0.25rem !important; }
   .p-sm-2 {
     padding: 0.5rem !important; }
   .pt-sm-2,
   .py-sm-2 {
     padding-top: 0.5rem !important; }
   .pr-sm-2,
   .px-sm-2 {
     padding-right: 0.5rem !important; }
   .pb-sm-2,
   .py-sm-2 {
     padding-bottom: 0.5rem !important; }
   .pl-sm-2,
   .px-sm-2 {
     padding-left: 0.5rem !important; }
   .p-sm-3 {
     padding: 1rem !important; }
   .pt-sm-3,
   .py-sm-3 {
     padding-top: 1rem !important; }
   .pr-sm-3,
   .px-sm-3 {
     padding-right: 1rem !important; }
   .pb-sm-3,
   .py-sm-3 {
     padding-bottom: 1rem !important; }
   .pl-sm-3,
   .px-sm-3 {
     padding-left: 1rem !important; }
   .p-sm-4 {
     padding: 1.5rem !important; }
   .pt-sm-4,
   .py-sm-4 {
     padding-top: 1.5rem !important; }
   .pr-sm-4,
   .px-sm-4 {
     padding-right: 1.5rem !important; }
   .pb-sm-4,
   .py-sm-4 {
     padding-bottom: 1.5rem !important; }
   .pl-sm-4,
   .px-sm-4 {
     padding-left: 1.5rem !important; }
   .p-sm-5 {
     padding: 3rem !important; }
   .pt-sm-5,
   .py-sm-5 {
     padding-top: 3rem !important; }
   .pr-sm-5,
   .px-sm-5 {
     padding-right: 3rem !important; }
   .pb-sm-5,
   .py-sm-5 {
     padding-bottom: 3rem !important; }
   .pl-sm-5,
   .px-sm-5 {
     padding-left: 3rem !important; }
   .m-sm-n1 {
     margin: -0.25rem !important; }
   .mt-sm-n1,
   .my-sm-n1 {
     margin-top: -0.25rem !important; }
   .mr-sm-n1,
   .mx-sm-n1 {
     margin-right: -0.25rem !important; }
   .mb-sm-n1,
   .my-sm-n1 {
     margin-bottom: -0.25rem !important; }
   .ml-sm-n1,
   .mx-sm-n1 {
     margin-left: -0.25rem !important; }
   .m-sm-n2 {
     margin: -0.5rem !important; }
   .mt-sm-n2,
   .my-sm-n2 {
     margin-top: -0.5rem !important; }
   .mr-sm-n2,
   .mx-sm-n2 {
     margin-right: -0.5rem !important; }
   .mb-sm-n2,
   .my-sm-n2 {
     margin-bottom: -0.5rem !important; }
   .ml-sm-n2,
   .mx-sm-n2 {
     margin-left: -0.5rem !important; }
   .m-sm-n3 {
     margin: -1rem !important; }
   .mt-sm-n3,
   .my-sm-n3 {
     margin-top: -1rem !important; }
   .mr-sm-n3,
   .mx-sm-n3 {
     margin-right: -1rem !important; }
   .mb-sm-n3,
   .my-sm-n3 {
     margin-bottom: -1rem !important; }
   .ml-sm-n3,
   .mx-sm-n3 {
     margin-left: -1rem !important; }
   .m-sm-n4 {
     margin: -1.5rem !important; }
   .mt-sm-n4,
   .my-sm-n4 {
     margin-top: -1.5rem !important; }
   .mr-sm-n4,
   .mx-sm-n4 {
     margin-right: -1.5rem !important; }
   .mb-sm-n4,
   .my-sm-n4 {
     margin-bottom: -1.5rem !important; }
   .ml-sm-n4,
   .mx-sm-n4 {
     margin-left: -1.5rem !important; }
   .m-sm-n5 {
     margin: -3rem !important; }
   .mt-sm-n5,
   .my-sm-n5 {
     margin-top: -3rem !important; }
   .mr-sm-n5,
   .mx-sm-n5 {
     margin-right: -3rem !important; }
   .mb-sm-n5,
   .my-sm-n5 {
     margin-bottom: -3rem !important; }
   .ml-sm-n5,
   .mx-sm-n5 {
     margin-left: -3rem !important; }
   .m-sm-auto {
     margin: auto !important; }
   .mt-sm-auto,
   .my-sm-auto {
     margin-top: auto !important; }
   .mr-sm-auto,
   .mx-sm-auto {
     margin-right: auto !important; }
   .mb-sm-auto,
   .my-sm-auto {
     margin-bottom: auto !important; }
   .ml-sm-auto,
   .mx-sm-auto {
     margin-left: auto !important; } }
 
 @media (min-width: 768px) {
   .m-md-0 {
     margin: 0 !important; }
   .mt-md-0,
   .my-md-0 {
     margin-top: 0 !important; }
   .mr-md-0,
   .mx-md-0 {
     margin-right: 0 !important; }
   .mb-md-0,
   .my-md-0 {
     margin-bottom: 0 !important; }
   .ml-md-0,
   .mx-md-0 {
     margin-left: 0 !important; }
   .m-md-1 {
     margin: 0.25rem !important; }
   .mt-md-1,
   .my-md-1 {
     margin-top: 0.25rem !important; }
   .mr-md-1,
   .mx-md-1 {
     margin-right: 0.25rem !important; }
   .mb-md-1,
   .my-md-1 {
     margin-bottom: 0.25rem !important; }
   .ml-md-1,
   .mx-md-1 {
     margin-left: 0.25rem !important; }
   .m-md-2 {
     margin: 0.5rem !important; }
   .mt-md-2,
   .my-md-2 {
     margin-top: 0.5rem !important; }
   .mr-md-2,
   .mx-md-2 {
     margin-right: 0.5rem !important; }
   .mb-md-2,
   .my-md-2 {
     margin-bottom: 0.5rem !important; }
   .ml-md-2,
   .mx-md-2 {
     margin-left: 0.5rem !important; }
   .m-md-3 {
     margin: 1rem !important; }
   .mt-md-3,
   .my-md-3 {
     margin-top: 1rem !important; }
   .mr-md-3,
   .mx-md-3 {
     margin-right: 1rem !important; }
   .mb-md-3,
   .my-md-3 {
     margin-bottom: 1rem !important; }
   .ml-md-3,
   .mx-md-3 {
     margin-left: 1rem !important; }
   .m-md-4 {
     margin: 1.5rem !important; }
   .mt-md-4,
   .my-md-4 {
     margin-top: 1.5rem !important; }
   .mr-md-4,
   .mx-md-4 {
     margin-right: 1.5rem !important; }
   .mb-md-4,
   .my-md-4 {
     margin-bottom: 1.5rem !important; }
   .ml-md-4,
   .mx-md-4 {
     margin-left: 1.5rem !important; }
   .m-md-5 {
     margin: 3rem !important; }
   .mt-md-5,
   .my-md-5 {
     margin-top: 3rem !important; }
   .mr-md-5,
   .mx-md-5 {
     margin-right: 3rem !important; }
   .mb-md-5,
   .my-md-5 {
     margin-bottom: 3rem !important; }
   .ml-md-5,
   .mx-md-5 {
     margin-left: 3rem !important; }
   .p-md-0 {
     padding: 0 !important; }
   .pt-md-0,
   .py-md-0 {
     padding-top: 0 !important; }
   .pr-md-0,
   .px-md-0 {
     padding-right: 0 !important; }
   .pb-md-0,
   .py-md-0 {
     padding-bottom: 0 !important; }
   .pl-md-0,
   .px-md-0 {
     padding-left: 0 !important; }
   .p-md-1 {
     padding: 0.25rem !important; }
   .pt-md-1,
   .py-md-1 {
     padding-top: 0.25rem !important; }
   .pr-md-1,
   .px-md-1 {
     padding-right: 0.25rem !important; }
   .pb-md-1,
   .py-md-1 {
     padding-bottom: 0.25rem !important; }
   .pl-md-1,
   .px-md-1 {
     padding-left: 0.25rem !important; }
   .p-md-2 {
     padding: 0.5rem !important; }
   .pt-md-2,
   .py-md-2 {
     padding-top: 0.5rem !important; }
   .pr-md-2,
   .px-md-2 {
     padding-right: 0.5rem !important; }
   .pb-md-2,
   .py-md-2 {
     padding-bottom: 0.5rem !important; }
   .pl-md-2,
   .px-md-2 {
     padding-left: 0.5rem !important; }
   .p-md-3 {
     padding: 1rem !important; }
   .pt-md-3,
   .py-md-3 {
     padding-top: 1rem !important; }
   .pr-md-3,
   .px-md-3 {
     padding-right: 1rem !important; }
   .pb-md-3,
   .py-md-3 {
     padding-bottom: 1rem !important; }
   .pl-md-3,
   .px-md-3 {
     padding-left: 1rem !important; }
   .p-md-4 {
     padding: 1.5rem !important; }
   .pt-md-4,
   .py-md-4 {
     padding-top: 1.5rem !important; }
   .pr-md-4,
   .px-md-4 {
     padding-right: 1.5rem !important; }
   .pb-md-4,
   .py-md-4 {
     padding-bottom: 1.5rem !important; }
   .pl-md-4,
   .px-md-4 {
     padding-left: 1.5rem !important; }
   .p-md-5 {
     padding: 3rem !important; }
   .pt-md-5,
   .py-md-5 {
     padding-top: 3rem !important; }
   .pr-md-5,
   .px-md-5 {
     padding-right: 3rem !important; }
   .pb-md-5,
   .py-md-5 {
     padding-bottom: 3rem !important; }
   .pl-md-5,
   .px-md-5 {
     padding-left: 3rem !important; }
   .m-md-n1 {
     margin: -0.25rem !important; }
   .mt-md-n1,
   .my-md-n1 {
     margin-top: -0.25rem !important; }
   .mr-md-n1,
   .mx-md-n1 {
     margin-right: -0.25rem !important; }
   .mb-md-n1,
   .my-md-n1 {
     margin-bottom: -0.25rem !important; }
   .ml-md-n1,
   .mx-md-n1 {
     margin-left: -0.25rem !important; }
   .m-md-n2 {
     margin: -0.5rem !important; }
   .mt-md-n2,
   .my-md-n2 {
     margin-top: -0.5rem !important; }
   .mr-md-n2,
   .mx-md-n2 {
     margin-right: -0.5rem !important; }
   .mb-md-n2,
   .my-md-n2 {
     margin-bottom: -0.5rem !important; }
   .ml-md-n2,
   .mx-md-n2 {
     margin-left: -0.5rem !important; }
   .m-md-n3 {
     margin: -1rem !important; }
   .mt-md-n3,
   .my-md-n3 {
     margin-top: -1rem !important; }
   .mr-md-n3,
   .mx-md-n3 {
     margin-right: -1rem !important; }
   .mb-md-n3,
   .my-md-n3 {
     margin-bottom: -1rem !important; }
   .ml-md-n3,
   .mx-md-n3 {
     margin-left: -1rem !important; }
   .m-md-n4 {
     margin: -1.5rem !important; }
   .mt-md-n4,
   .my-md-n4 {
     margin-top: -1.5rem !important; }
   .mr-md-n4,
   .mx-md-n4 {
     margin-right: -1.5rem !important; }
   .mb-md-n4,
   .my-md-n4 {
     margin-bottom: -1.5rem !important; }
   .ml-md-n4,
   .mx-md-n4 {
     margin-left: -1.5rem !important; }
   .m-md-n5 {
     margin: -3rem !important; }
   .mt-md-n5,
   .my-md-n5 {
     margin-top: -3rem !important; }
   .mr-md-n5,
   .mx-md-n5 {
     margin-right: -3rem !important; }
   .mb-md-n5,
   .my-md-n5 {
     margin-bottom: -3rem !important; }
   .ml-md-n5,
   .mx-md-n5 {
     margin-left: -3rem !important; }
   .m-md-auto {
     margin: auto !important; }
   .mt-md-auto,
   .my-md-auto {
     margin-top: auto !important; }
   .mr-md-auto,
   .mx-md-auto {
     margin-right: auto !important; }
   .mb-md-auto,
   .my-md-auto {
     margin-bottom: auto !important; }
   .ml-md-auto,
   .mx-md-auto {
     margin-left: auto !important; } }
 
 @media (min-width: 992px) {
   .m-lg-0 {
     margin: 0 !important; }
   .mt-lg-0,
   .my-lg-0 {
     margin-top: 0 !important; }
   .mr-lg-0,
   .mx-lg-0 {
     margin-right: 0 !important; }
   .mb-lg-0,
   .my-lg-0 {
     margin-bottom: 0 !important; }
   .ml-lg-0,
   .mx-lg-0 {
     margin-left: 0 !important; }
   .m-lg-1 {
     margin: 0.25rem !important; }
   .mt-lg-1,
   .my-lg-1 {
     margin-top: 0.25rem !important; }
   .mr-lg-1,
   .mx-lg-1 {
     margin-right: 0.25rem !important; }
   .mb-lg-1,
   .my-lg-1 {
     margin-bottom: 0.25rem !important; }
   .ml-lg-1,
   .mx-lg-1 {
     margin-left: 0.25rem !important; }
   .m-lg-2 {
     margin: 0.5rem !important; }
   .mt-lg-2,
   .my-lg-2 {
     margin-top: 0.5rem !important; }
   .mr-lg-2,
   .mx-lg-2 {
     margin-right: 0.5rem !important; }
   .mb-lg-2,
   .my-lg-2 {
     margin-bottom: 0.5rem !important; }
   .ml-lg-2,
   .mx-lg-2 {
     margin-left: 0.5rem !important; }
   .m-lg-3 {
     margin: 1rem !important; }
   .mt-lg-3,
   .my-lg-3 {
     margin-top: 1rem !important; }
   .mr-lg-3,
   .mx-lg-3 {
     margin-right: 1rem !important; }
   .mb-lg-3,
   .my-lg-3 {
     margin-bottom: 1rem !important; }
   .ml-lg-3,
   .mx-lg-3 {
     margin-left: 1rem !important; }
   .m-lg-4 {
     margin: 1.5rem !important; }
   .mt-lg-4,
   .my-lg-4 {
     margin-top: 1.5rem !important; }
   .mr-lg-4,
   .mx-lg-4 {
     margin-right: 1.5rem !important; }
   .mb-lg-4,
   .my-lg-4 {
     margin-bottom: 1.5rem !important; }
   .ml-lg-4,
   .mx-lg-4 {
     margin-left: 1.5rem !important; }
   .m-lg-5 {
     margin: 3rem !important; }
   .mt-lg-5,
   .my-lg-5 {
     margin-top: 3rem !important; }
   .mr-lg-5,
   .mx-lg-5 {
     margin-right: 3rem !important; }
   .mb-lg-5,
   .my-lg-5 {
     margin-bottom: 3rem !important; }
   .ml-lg-5,
   .mx-lg-5 {
     margin-left: 3rem !important; }
   .p-lg-0 {
     padding: 0 !important; }
   .pt-lg-0,
   .py-lg-0 {
     padding-top: 0 !important; }
   .pr-lg-0,
   .px-lg-0 {
     padding-right: 0 !important; }
   .pb-lg-0,
   .py-lg-0 {
     padding-bottom: 0 !important; }
   .pl-lg-0,
   .px-lg-0 {
     padding-left: 0 !important; }
   .p-lg-1 {
     padding: 0.25rem !important; }
   .pt-lg-1,
   .py-lg-1 {
     padding-top: 0.25rem !important; }
   .pr-lg-1,
   .px-lg-1 {
     padding-right: 0.25rem !important; }
   .pb-lg-1,
   .py-lg-1 {
     padding-bottom: 0.25rem !important; }
   .pl-lg-1,
   .px-lg-1 {
     padding-left: 0.25rem !important; }
   .p-lg-2 {
     padding: 0.5rem !important; }
   .pt-lg-2,
   .py-lg-2 {
     padding-top: 0.5rem !important; }
   .pr-lg-2,
   .px-lg-2 {
     padding-right: 0.5rem !important; }
   .pb-lg-2,
   .py-lg-2 {
     padding-bottom: 0.5rem !important; }
   .pl-lg-2,
   .px-lg-2 {
     padding-left: 0.5rem !important; }
   .p-lg-3 {
     padding: 1rem !important; }
   .pt-lg-3,
   .py-lg-3 {
     padding-top: 1rem !important; }
   .pr-lg-3,
   .px-lg-3 {
     padding-right: 1rem !important; }
   .pb-lg-3,
   .py-lg-3 {
     padding-bottom: 1rem !important; }
   .pl-lg-3,
   .px-lg-3 {
     padding-left: 1rem !important; }
   .p-lg-4 {
     padding: 1.5rem !important; }
   .pt-lg-4,
   .py-lg-4 {
     padding-top: 1.5rem !important; }
   .pr-lg-4,
   .px-lg-4 {
     padding-right: 1.5rem !important; }
   .pb-lg-4,
   .py-lg-4 {
     padding-bottom: 1.5rem !important; }
   .pl-lg-4,
   .px-lg-4 {
     padding-left: 1.5rem !important; }
   .p-lg-5 {
     padding: 3rem !important; }
   .pt-lg-5,
   .py-lg-5 {
     padding-top: 3rem !important; }
   .pr-lg-5,
   .px-lg-5 {
     padding-right: 3rem !important; }
   .pb-lg-5,
   .py-lg-5 {
     padding-bottom: 3rem !important; }
   .pl-lg-5,
   .px-lg-5 {
     padding-left: 3rem !important; }
   .m-lg-n1 {
     margin: -0.25rem !important; }
   .mt-lg-n1,
   .my-lg-n1 {
     margin-top: -0.25rem !important; }
   .mr-lg-n1,
   .mx-lg-n1 {
     margin-right: -0.25rem !important; }
   .mb-lg-n1,
   .my-lg-n1 {
     margin-bottom: -0.25rem !important; }
   .ml-lg-n1,
   .mx-lg-n1 {
     margin-left: -0.25rem !important; }
   .m-lg-n2 {
     margin: -0.5rem !important; }
   .mt-lg-n2,
   .my-lg-n2 {
     margin-top: -0.5rem !important; }
   .mr-lg-n2,
   .mx-lg-n2 {
     margin-right: -0.5rem !important; }
   .mb-lg-n2,
   .my-lg-n2 {
     margin-bottom: -0.5rem !important; }
   .ml-lg-n2,
   .mx-lg-n2 {
     margin-left: -0.5rem !important; }
   .m-lg-n3 {
     margin: -1rem !important; }
   .mt-lg-n3,
   .my-lg-n3 {
     margin-top: -1rem !important; }
   .mr-lg-n3,
   .mx-lg-n3 {
     margin-right: -1rem !important; }
   .mb-lg-n3,
   .my-lg-n3 {
     margin-bottom: -1rem !important; }
   .ml-lg-n3,
   .mx-lg-n3 {
     margin-left: -1rem !important; }
   .m-lg-n4 {
     margin: -1.5rem !important; }
   .mt-lg-n4,
   .my-lg-n4 {
     margin-top: -1.5rem !important; }
   .mr-lg-n4,
   .mx-lg-n4 {
     margin-right: -1.5rem !important; }
   .mb-lg-n4,
   .my-lg-n4 {
     margin-bottom: -1.5rem !important; }
   .ml-lg-n4,
   .mx-lg-n4 {
     margin-left: -1.5rem !important; }
   .m-lg-n5 {
     margin: -3rem !important; }
   .mt-lg-n5,
   .my-lg-n5 {
     margin-top: -3rem !important; }
   .mr-lg-n5,
   .mx-lg-n5 {
     margin-right: -3rem !important; }
   .mb-lg-n5,
   .my-lg-n5 {
     margin-bottom: -3rem !important; }
   .ml-lg-n5,
   .mx-lg-n5 {
     margin-left: -3rem !important; }
   .m-lg-auto {
     margin: auto !important; }
   .mt-lg-auto,
   .my-lg-auto {
     margin-top: auto !important; }
   .mr-lg-auto,
   .mx-lg-auto {
     margin-right: auto !important; }
   .mb-lg-auto,
   .my-lg-auto {
     margin-bottom: auto !important; }
   .ml-lg-auto,
   .mx-lg-auto {
     margin-left: auto !important; } }
 
 @media (min-width: 1200px) {
   .m-xl-0 {
     margin: 0 !important; }
   .mt-xl-0,
   .my-xl-0 {
     margin-top: 0 !important; }
   .mr-xl-0,
   .mx-xl-0 {
     margin-right: 0 !important; }
   .mb-xl-0,
   .my-xl-0 {
     margin-bottom: 0 !important; }
   .ml-xl-0,
   .mx-xl-0 {
     margin-left: 0 !important; }
   .m-xl-1 {
     margin: 0.25rem !important; }
   .mt-xl-1,
   .my-xl-1 {
     margin-top: 0.25rem !important; }
   .mr-xl-1,
   .mx-xl-1 {
     margin-right: 0.25rem !important; }
   .mb-xl-1,
   .my-xl-1 {
     margin-bottom: 0.25rem !important; }
   .ml-xl-1,
   .mx-xl-1 {
     margin-left: 0.25rem !important; }
   .m-xl-2 {
     margin: 0.5rem !important; }
   .mt-xl-2,
   .my-xl-2 {
     margin-top: 0.5rem !important; }
   .mr-xl-2,
   .mx-xl-2 {
     margin-right: 0.5rem !important; }
   .mb-xl-2,
   .my-xl-2 {
     margin-bottom: 0.5rem !important; }
   .ml-xl-2,
   .mx-xl-2 {
     margin-left: 0.5rem !important; }
   .m-xl-3 {
     margin: 1rem !important; }
   .mt-xl-3,
   .my-xl-3 {
     margin-top: 1rem !important; }
   .mr-xl-3,
   .mx-xl-3 {
     margin-right: 1rem !important; }
   .mb-xl-3,
   .my-xl-3 {
     margin-bottom: 1rem !important; }
   .ml-xl-3,
   .mx-xl-3 {
     margin-left: 1rem !important; }
   .m-xl-4 {
     margin: 1.5rem !important; }
   .mt-xl-4,
   .my-xl-4 {
     margin-top: 1.5rem !important; }
   .mr-xl-4,
   .mx-xl-4 {
     margin-right: 1.5rem !important; }
   .mb-xl-4,
   .my-xl-4 {
     margin-bottom: 1.5rem !important; }
   .ml-xl-4,
   .mx-xl-4 {
     margin-left: 1.5rem !important; }
   .m-xl-5 {
     margin: 3rem !important; }
   .mt-xl-5,
   .my-xl-5 {
     margin-top: 3rem !important; }
   .mr-xl-5,
   .mx-xl-5 {
     margin-right: 3rem !important; }
   .mb-xl-5,
   .my-xl-5 {
     margin-bottom: 3rem !important; }
   .ml-xl-5,
   .mx-xl-5 {
     margin-left: 3rem !important; }
   .p-xl-0 {
     padding: 0 !important; }
   .pt-xl-0,
   .py-xl-0 {
     padding-top: 0 !important; }
   .pr-xl-0,
   .px-xl-0 {
     padding-right: 0 !important; }
   .pb-xl-0,
   .py-xl-0 {
     padding-bottom: 0 !important; }
   .pl-xl-0,
   .px-xl-0 {
     padding-left: 0 !important; }
   .p-xl-1 {
     padding: 0.25rem !important; }
   .pt-xl-1,
   .py-xl-1 {
     padding-top: 0.25rem !important; }
   .pr-xl-1,
   .px-xl-1 {
     padding-right: 0.25rem !important; }
   .pb-xl-1,
   .py-xl-1 {
     padding-bottom: 0.25rem !important; }
   .pl-xl-1,
   .px-xl-1 {
     padding-left: 0.25rem !important; }
   .p-xl-2 {
     padding: 0.5rem !important; }
   .pt-xl-2,
   .py-xl-2 {
     padding-top: 0.5rem !important; }
   .pr-xl-2,
   .px-xl-2 {
     padding-right: 0.5rem !important; }
   .pb-xl-2,
   .py-xl-2 {
     padding-bottom: 0.5rem !important; }
   .pl-xl-2,
   .px-xl-2 {
     padding-left: 0.5rem !important; }
   .p-xl-3 {
     padding: 1rem !important; }
   .pt-xl-3,
   .py-xl-3 {
     padding-top: 1rem !important; }
   .pr-xl-3,
   .px-xl-3 {
     padding-right: 1rem !important; }
   .pb-xl-3,
   .py-xl-3 {
     padding-bottom: 1rem !important; }
   .pl-xl-3,
   .px-xl-3 {
     padding-left: 1rem !important; }
   .p-xl-4 {
     padding: 1.5rem !important; }
   .pt-xl-4,
   .py-xl-4 {
     padding-top: 1.5rem !important; }
   .pr-xl-4,
   .px-xl-4 {
     padding-right: 1.5rem !important; }
   .pb-xl-4,
   .py-xl-4 {
     padding-bottom: 1.5rem !important; }
   .pl-xl-4,
   .px-xl-4 {
     padding-left: 1.5rem !important; }
   .p-xl-5 {
     padding: 3rem !important; }
   .pt-xl-5,
   .py-xl-5 {
     padding-top: 3rem !important; }
   .pr-xl-5,
   .px-xl-5 {
     padding-right: 3rem !important; }
   .pb-xl-5,
   .py-xl-5 {
     padding-bottom: 3rem !important; }
   .pl-xl-5,
   .px-xl-5 {
     padding-left: 3rem !important; }
   .m-xl-n1 {
     margin: -0.25rem !important; }
   .mt-xl-n1,
   .my-xl-n1 {
     margin-top: -0.25rem !important; }
   .mr-xl-n1,
   .mx-xl-n1 {
     margin-right: -0.25rem !important; }
   .mb-xl-n1,
   .my-xl-n1 {
     margin-bottom: -0.25rem !important; }
   .ml-xl-n1,
   .mx-xl-n1 {
     margin-left: -0.25rem !important; }
   .m-xl-n2 {
     margin: -0.5rem !important; }
   .mt-xl-n2,
   .my-xl-n2 {
     margin-top: -0.5rem !important; }
   .mr-xl-n2,
   .mx-xl-n2 {
     margin-right: -0.5rem !important; }
   .mb-xl-n2,
   .my-xl-n2 {
     margin-bottom: -0.5rem !important; }
   .ml-xl-n2,
   .mx-xl-n2 {
     margin-left: -0.5rem !important; }
   .m-xl-n3 {
     margin: -1rem !important; }
   .mt-xl-n3,
   .my-xl-n3 {
     margin-top: -1rem !important; }
   .mr-xl-n3,
   .mx-xl-n3 {
     margin-right: -1rem !important; }
   .mb-xl-n3,
   .my-xl-n3 {
     margin-bottom: -1rem !important; }
   .ml-xl-n3,
   .mx-xl-n3 {
     margin-left: -1rem !important; }
   .m-xl-n4 {
     margin: -1.5rem !important; }
   .mt-xl-n4,
   .my-xl-n4 {
     margin-top: -1.5rem !important; }
   .mr-xl-n4,
   .mx-xl-n4 {
     margin-right: -1.5rem !important; }
   .mb-xl-n4,
   .my-xl-n4 {
     margin-bottom: -1.5rem !important; }
   .ml-xl-n4,
   .mx-xl-n4 {
     margin-left: -1.5rem !important; }
   .m-xl-n5 {
     margin: -3rem !important; }
   .mt-xl-n5,
   .my-xl-n5 {
     margin-top: -3rem !important; }
   .mr-xl-n5,
   .mx-xl-n5 {
     margin-right: -3rem !important; }
   .mb-xl-n5,
   .my-xl-n5 {
     margin-bottom: -3rem !important; }
   .ml-xl-n5,
   .mx-xl-n5 {
     margin-left: -3rem !important; }
   .m-xl-auto {
     margin: auto !important; }
   .mt-xl-auto,
   .my-xl-auto {
     margin-top: auto !important; }
   .mr-xl-auto,
   .mx-xl-auto {
     margin-right: auto !important; }
   .mb-xl-auto,
   .my-xl-auto {
     margin-bottom: auto !important; }
   .ml-xl-auto,
   .mx-xl-auto {
     margin-left: auto !important; } }
 
 .stretched-link::after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0, 0, 0, 0); }
 
 .text-monospace {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
 
 .text-justify {
   text-align: justify !important; }
 
 .text-wrap {
   white-space: normal !important; }
 
 .text-nowrap {
   white-space: nowrap !important; }
 
 .text-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap; }
 
 .text-left {
   text-align: left !important; }
 
 .text-right {
   text-align: right !important; }
 
 .text-center {
   text-align: center !important; }
 
 @media (min-width: 576px) {
   .text-sm-left {
     text-align: left !important; }
   .text-sm-right {
     text-align: right !important; }
   .text-sm-center {
     text-align: center !important; } }
 
 @media (min-width: 768px) {
   .text-md-left {
     text-align: left !important; }
   .text-md-right {
     text-align: right !important; }
   .text-md-center {
     text-align: center !important; } }
 
 @media (min-width: 992px) {
   .text-lg-left {
     text-align: left !important; }
   .text-lg-right {
     text-align: right !important; }
   .text-lg-center {
     text-align: center !important; } }
 
 @media (min-width: 1200px) {
   .text-xl-left {
     text-align: left !important; }
   .text-xl-right {
     text-align: right !important; }
   .text-xl-center {
     text-align: center !important; } }
 
 .text-lowercase {
   text-transform: lowercase !important; }
 
 .text-uppercase {
   text-transform: uppercase !important; }
 
 .text-capitalize {
   text-transform: capitalize !important; }
 
 .font-weight-light {
   font-weight: 300 !important; }
 
 .font-weight-lighter {
   font-weight: lighter !important; }
 
 .font-weight-normal {
   font-weight: 400 !important; }
 
 .font-weight-bold {
   font-weight: 700 !important; }
 
 .font-weight-bolder {
   font-weight: bolder !important; }
 
 .font-italic {
   font-style: italic !important; }
 
 .text-white {
   color: #fff !important; }
 
 .text-primary {
   color: #007bff !important; }
 
 a.text-primary:hover, a.text-primary.underline, .page-terms-of-use #main-content a.text-primary, .page-social-media-terms #main-content a.text-primary, a.text-primary:focus {
   color: #0056b3 !important; }
 
 .text-secondary {
   color: #6c757d !important; }
 
 a.text-secondary:hover, a.text-secondary.underline, .page-terms-of-use #main-content a.text-secondary, .page-social-media-terms #main-content a.text-secondary, a.text-secondary:focus {
   color: #494f54 !important; }
 
 .text-success {
   color: #28a745 !important; }
 
 a.text-success:hover, a.text-success.underline, .page-terms-of-use #main-content a.text-success, .page-social-media-terms #main-content a.text-success, a.text-success:focus {
   color: #19692c !important; }
 
 .text-info {
   color: #17a2b8 !important; }
 
 a.text-info:hover, a.text-info.underline, .page-terms-of-use #main-content a.text-info, .page-social-media-terms #main-content a.text-info, a.text-info:focus {
   color: #0f6674 !important; }
 
 .text-warning {
   color: #ffc107 !important; }
 
 a.text-warning:hover, a.text-warning.underline, .page-terms-of-use #main-content a.text-warning, .page-social-media-terms #main-content a.text-warning, a.text-warning:focus {
   color: #ba8b00 !important; }
 
 .text-danger {
   color: #dc3545 !important; }
 
 a.text-danger:hover, a.text-danger.underline, .page-terms-of-use #main-content a.text-danger, .page-social-media-terms #main-content a.text-danger, a.text-danger:focus {
   color: #a71d2a !important; }
 
 .text-light {
   color: #f8f9fa !important; }
 
 a.text-light:hover, a.text-light.underline, .page-terms-of-use #main-content a.text-light, .page-social-media-terms #main-content a.text-light, a.text-light:focus {
   color: #cbd3da !important; }
 
 .text-dark {
   color: #343a40 !important; }
 
 a.text-dark:hover, a.text-dark.underline, .page-terms-of-use #main-content a.text-dark, .page-social-media-terms #main-content a.text-dark, a.text-dark:focus {
   color: #121416 !important; }
 
 .text-body {
   color: #212529 !important; }
 
 .text-muted {
   color: #6c757d !important; }
 
 .text-black-50 {
   color: rgba(0, 0, 0, 0.5) !important; }
 
 .text-white-50 {
   color: rgba(255, 255, 255, 0.5) !important; }
 
 .text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0; }
 
 .text-decoration-none {
   text-decoration: none !important; }
 
 .text-break {
   word-break: break-word !important;
   overflow-wrap: break-word !important; }
 
 .text-reset {
   color: inherit !important; }
 
 .visible {
   visibility: visible !important; }
 
 .invisible {
   visibility: hidden !important; }
 
 @media print {
   *,
   *::before,
   *::after {
     text-shadow: none !important;
     box-shadow: none !important; }
   a:not(.btn) {
     text-decoration: underline; }
   abbr[title]::after {
     content: " (" attr(title) ")"; }
   pre {
     white-space: pre-wrap !important; }
   pre,
   blockquote {
     border: 1px solid #adb5bd;
     page-break-inside: avoid; }
   thead {
     display: table-header-group; }
   tr,
   img {
     page-break-inside: avoid; }
   p,
   h2,
   h3 {
     orphans: 3;
     widows: 3; }
   h2,
   h3 {
     page-break-after: avoid; }
   @page {
     size: a3; }
   body {
     min-width: 992px !important; }
   .container {
     min-width: 992px !important; }
   .navbar {
     display: none; }
   .badge {
     border: 1px solid #000; }
   .table {
     border-collapse: collapse !important; }
   .table td,
   .table th {
     background-color: #fff !important; }
   .table-bordered th,
   .table-bordered td {
     border: 1px solid #dee2e6 !important; }
   .table-dark {
     color: inherit; }
   .table-dark th,
   .table-dark td,
   .table-dark thead th,
   .table-dark tbody + tbody {
     border-color: #dee2e6; }
   .table .thead-dark th {
     color: inherit;
     border-color: #dee2e6; } }
 
 /*------------------------------------*\
   #COOKIECONSENT - https://www.osano.com/cookieconsent/download/
 \*------------------------------------*/
 .cc-window {
   opacity: 1;
   -webkit-transition: opacity 1s ease;
   transition: opacity 1s ease;
   position: fixed;
   overflow: hidden;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   font-family: Helvetica, Calibri, Arial, sans-serif;
   font-size: 16px;
   line-height: 1.5em;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   z-index: 9999; }
 
 .cc-window.cc-invisible {
   opacity: 0; }
 
 .cc-animate.cc-revoke {
   -webkit-transition: transform 1s ease;
   -webkit-transition: -webkit-transform 1s ease;
   transition: -webkit-transform 1s ease;
   transition: transform 1s ease;
   transition: transform 1s ease, -webkit-transform 1s ease; }
 
 .cc-animate.cc-revoke.cc-top {
   -webkit-transform: translateY(-2em);
   transform: translateY(-2em); }
 
 .cc-animate.cc-revoke.cc-bottom {
   -webkit-transform: translateY(2em);
   transform: translateY(2em); }
 
 .cc-animate.cc-revoke.cc-active.cc-top {
   -webkit-transform: translateY(0);
   transform: translateY(0); }
 
 .cc-animate.cc-revoke.cc-active.cc-bottom {
   -webkit-transform: translateY(0);
   transform: translateY(0); }
 
 .cc-revoke {
   position: fixed;
   overflow: hidden;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   font-family: Helvetica, Calibri, Arial, sans-serif;
   font-size: 16px;
   line-height: 1.5em;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   z-index: 9999;
   padding: 0.5em;
   cursor: pointer; }
 
 .cc-revoke:hover, a.cc-revoke.underline, .page-terms-of-use #main-content a.cc-revoke, .page-social-media-terms #main-content a.cc-revoke {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   text-decoration: underline; }
 
 .cc-grower {
   max-height: 0;
   overflow: hidden;
   -webkit-transition: max-height 1s;
   transition: max-height 1s; }
 
 .cc-window.cc-static {
   position: static; }
 
 .cc-window.cc-floating {
   padding: 2em;
   max-width: 24em;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column; }
 
 .cc-window.cc-floating .cc-compliance {
   -webkit-box-flex: 1;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto; }
 
 .cc-window.cc-banner {
   padding: 1em 1.8em;
   width: 100%;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center; }
 
 .cc-header {
   font-size: 18px;
   font-weight: 700; }
 
 .cc-btn {
   cursor: pointer;
   display: block;
   padding: 0.4em 0.8em;
   font-size: 0.9em;
   font-weight: 700;
   border-width: 2px;
   border-style: solid;
   text-align: center;
   white-space: nowrap; }
 
 .cc-btn + .cc-btn {
   margin-left: 0.5em; }
 
 .cc-close {
   cursor: pointer;
   display: block;
   position: absolute;
   top: 0.5em;
   right: 0.5em;
   font-size: 1.6em;
   opacity: 0.9;
   line-height: 0.75; }
 
 .cc-close:focus {
   opacity: 1; }
 
 .cc-close:hover, a.cc-close.underline, .page-terms-of-use #main-content a.cc-close, .page-social-media-terms #main-content a.cc-close {
   opacity: 1; }
 
 .cc-link {
   cursor: pointer;
   opacity: 0.8;
   display: inline-block;
   padding: 0.2em;
   text-decoration: underline; }
 
 .cc-link:hover, a.cc-link.underline, .page-terms-of-use #main-content a.cc-link, .page-social-media-terms #main-content a.cc-link {
   opacity: 1; }
 
 .cc-link:active {
   color: initial; }
 
 .cc-link:visited {
   color: initial; }
 
 .cc-highlight .cc-btn:first-child {
   background-color: transparent;
   border-color: transparent; }
 
 .cc-highlight .cc-btn:first-child:focus {
   background-color: transparent;
   text-decoration: underline; }
 
 .cc-highlight .cc-btn:first-child:hover, .cc-highlight a.cc-btn.underline:first-child, .cc-highlight .page-terms-of-use #main-content a.cc-btn:first-child, .page-terms-of-use #main-content .cc-highlight a.cc-btn:first-child, .cc-highlight .page-social-media-terms #main-content a.cc-btn:first-child, .page-social-media-terms #main-content .cc-highlight a.cc-btn:first-child {
   background-color: transparent;
   text-decoration: underline; }
 
 .cc-revoke.cc-top {
   top: 0;
   left: 3em;
   border-bottom-left-radius: 0.5em;
   border-bottom-right-radius: 0.5em; }
 
 .cc-revoke.cc-bottom {
   bottom: 0;
   left: 3em;
   border-top-left-radius: 0.5em;
   border-top-right-radius: 0.5em; }
 
 .cc-revoke.cc-left {
   left: 3em;
   right: unset; }
 
 .cc-revoke.cc-right {
   right: 3em;
   left: unset; }
 
 .cc-top {
   top: 1em; }
 
 .cc-left {
   left: 1em; }
 
 .cc-right {
   right: 1em; }
 
 .cc-bottom {
   bottom: 1em; }
 
 .cc-floating > .cc-link {
   margin-bottom: 1em; }
 
 .cc-floating .cc-message {
   display: block;
   margin-bottom: 1em; }
 
 .cc-floating .cc-compliance > .cc-btn {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1; }
 
 .cc-banner.cc-top {
   left: 0;
   right: 0;
   top: 0; }
 
 .cc-banner.cc-bottom {
   left: 0;
   right: 0;
   bottom: 0; }
 
 .cc-banner .cc-message {
   display: block;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   max-width: 100%;
   margin-right: 1em; }
 
 .cc-compliance {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-line-pack: justify;
   align-content: space-between; }
 
 .cc-floating.cc-theme-classic {
   padding: 1.2em;
   border-radius: 5px; }
 
 .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
   text-align: center;
   display: inline;
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none; }
 
 .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
   display: inline-block; }
 
 .cc-theme-classic .cc-btn {
   border-radius: 5px; }
 
 .cc-theme-classic .cc-btn:last-child {
   min-width: 140px; }
 
 .cc-theme-edgeless.cc-window {
   padding: 0; }
 
 .cc-floating.cc-theme-edgeless .cc-message {
   margin: 2em;
   margin-bottom: 1.5em; }
 
 .cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
   margin-left: 0; }
 
 .cc-banner.cc-theme-edgeless .cc-btn {
   margin: 0;
   padding: 0.8em 1.8em;
   height: 100%; }
 
 .cc-banner.cc-theme-edgeless .cc-message {
   margin-left: 1em; }
 
 @media print {
   .cc-revoke {
     display: none; }
   .cc-window {
     display: none; } }
 
 @media screen and (max-width: 900px) {
   .cc-btn {
     white-space: normal; } }
 
 @media screen and (max-width: 414px) and (orientation: portrait) {
   .cc-window.cc-top {
     top: 0; }
   .cc-window.cc-bottom {
     bottom: 0; }
   .cc-window.cc-banner {
     left: 0;
     right: 0;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: unset;
     -ms-flex-align: unset;
     align-items: unset; }
   .cc-window.cc-banner .cc-compliance {
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto; }
   .cc-window.cc-banner .cc-message {
     margin-right: 0; }
   .cc-window.cc-floating {
     left: 0;
     right: 0;
     max-width: none; }
   .cc-window.cc-left {
     left: 0;
     right: 0; }
   .cc-window.cc-right {
     left: 0;
     right: 0; }
   .cc-window .cc-message {
     margin-bottom: 1em; } }
 
 @media screen and (max-width: 736px) and (orientation: landscape) {
   .cc-window.cc-top {
     top: 0; }
   .cc-window.cc-bottom {
     bottom: 0; }
   .cc-window.cc-banner {
     left: 0;
     right: 0;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: unset;
     -ms-flex-align: unset;
     align-items: unset; }
   .cc-window.cc-banner .cc-compliance {
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto; }
   .cc-window.cc-banner .cc-message {
     margin-right: 0; }
   .cc-window.cc-floating {
     left: 0;
     right: 0;
     max-width: none; }
   .cc-window.cc-left {
     left: 0;
     right: 0; }
   .cc-window.cc-right {
     left: 0;
     right: 0; }
   .cc-window .cc-message {
     margin-bottom: 1em; } }
 
 [data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
   transition-duration: 50ms; }
 
 [data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
   transition-delay: 50ms; }
 
 [data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
   transition-duration: .1s; }
 
 [data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
   transition-delay: .1s; }
 
 [data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
   transition-duration: .15s; }
 
 [data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
   transition-delay: .15s; }
 
 [data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
   transition-duration: .2s; }
 
 [data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
   transition-delay: .2s; }
 
 [data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
   transition-duration: .25s; }
 
 [data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
   transition-delay: .25s; }
 
 [data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
   transition-duration: .3s; }
 
 [data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
   transition-delay: .3s; }
 
 [data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
   transition-duration: .35s; }
 
 [data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
   transition-delay: .35s; }
 
 [data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
   transition-duration: .4s; }
 
 [data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
   transition-delay: .4s; }
 
 [data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
   transition-duration: .45s; }
 
 [data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
   transition-delay: .45s; }
 
 [data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
   transition-duration: .5s; }
 
 [data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
   transition-delay: .5s; }
 
 [data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
   transition-duration: .55s; }
 
 [data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
   transition-delay: .55s; }
 
 [data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
   transition-duration: .6s; }
 
 [data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
   transition-delay: .6s; }
 
 [data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
   transition-duration: .65s; }
 
 [data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
   transition-delay: .65s; }
 
 [data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
   transition-duration: .7s; }
 
 [data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
   transition-delay: .7s; }
 
 [data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
   transition-duration: .75s; }
 
 [data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
   transition-delay: .75s; }
 
 [data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
   transition-duration: .8s; }
 
 [data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
   transition-delay: .8s; }
 
 [data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
   transition-duration: .85s; }
 
 [data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
   transition-delay: .85s; }
 
 [data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
   transition-duration: .9s; }
 
 [data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
   transition-delay: .9s; }
 
 [data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
   transition-duration: .95s; }
 
 [data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
   transition-delay: .95s; }
 
 [data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
   transition-duration: 1s; }
 
 [data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
   transition-delay: 1s; }
 
 [data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
   transition-duration: 1.05s; }
 
 [data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
   transition-delay: 1.05s; }
 
 [data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
   transition-duration: 1.1s; }
 
 [data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
   transition-delay: 1.1s; }
 
 [data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
   transition-duration: 1.15s; }
 
 [data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
   transition-delay: 1.15s; }
 
 [data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
   transition-duration: 1.2s; }
 
 [data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
   transition-delay: 1.2s; }
 
 [data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
   transition-duration: 1.25s; }
 
 [data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
   transition-delay: 1.25s; }
 
 [data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
   transition-duration: 1.3s; }
 
 [data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
   transition-delay: 1.3s; }
 
 [data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
   transition-duration: 1.35s; }
 
 [data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
   transition-delay: 1.35s; }
 
 [data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
   transition-duration: 1.4s; }
 
 [data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
   transition-delay: 1.4s; }
 
 [data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
   transition-duration: 1.45s; }
 
 [data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
   transition-delay: 1.45s; }
 
 [data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
   transition-duration: 1.5s; }
 
 [data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
   transition-delay: 1.5s; }
 
 [data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
   transition-duration: 1.55s; }
 
 [data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
   transition-delay: 1.55s; }
 
 [data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
   transition-duration: 1.6s; }
 
 [data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
   transition-delay: 1.6s; }
 
 [data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
   transition-duration: 1.65s; }
 
 [data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
   transition-delay: 1.65s; }
 
 [data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
   transition-duration: 1.7s; }
 
 [data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
   transition-delay: 1.7s; }
 
 [data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
   transition-duration: 1.75s; }
 
 [data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
   transition-delay: 1.75s; }
 
 [data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
   transition-duration: 1.8s; }
 
 [data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
   transition-delay: 1.8s; }
 
 [data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
   transition-duration: 1.85s; }
 
 [data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
   transition-delay: 1.85s; }
 
 [data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
   transition-duration: 1.9s; }
 
 [data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
   transition-delay: 1.9s; }
 
 [data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
   transition-duration: 1.95s; }
 
 [data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
   transition-delay: 1.95s; }
 
 [data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
   transition-duration: 2s; }
 
 [data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
   transition-delay: 2s; }
 
 [data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
   transition-duration: 2.05s; }
 
 [data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
   transition-delay: 2.05s; }
 
 [data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
   transition-duration: 2.1s; }
 
 [data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
   transition-delay: 2.1s; }
 
 [data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
   transition-duration: 2.15s; }
 
 [data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
   transition-delay: 2.15s; }
 
 [data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
   transition-duration: 2.2s; }
 
 [data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
   transition-delay: 2.2s; }
 
 [data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
   transition-duration: 2.25s; }
 
 [data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
   transition-delay: 2.25s; }
 
 [data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
   transition-duration: 2.3s; }
 
 [data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
   transition-delay: 2.3s; }
 
 [data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
   transition-duration: 2.35s; }
 
 [data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
   transition-delay: 2.35s; }
 
 [data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
   transition-duration: 2.4s; }
 
 [data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
   transition-delay: 2.4s; }
 
 [data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
   transition-duration: 2.45s; }
 
 [data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
   transition-delay: 2.45s; }
 
 [data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
   transition-duration: 2.5s; }
 
 [data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
   transition-delay: 2.5s; }
 
 [data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
   transition-duration: 2.55s; }
 
 [data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
   transition-delay: 2.55s; }
 
 [data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
   transition-duration: 2.6s; }
 
 [data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
   transition-delay: 2.6s; }
 
 [data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
   transition-duration: 2.65s; }
 
 [data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
   transition-delay: 2.65s; }
 
 [data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
   transition-duration: 2.7s; }
 
 [data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
   transition-delay: 2.7s; }
 
 [data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
   transition-duration: 2.75s; }
 
 [data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
   transition-delay: 2.75s; }
 
 [data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
   transition-duration: 2.8s; }
 
 [data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
   transition-delay: 2.8s; }
 
 [data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
   transition-duration: 2.85s; }
 
 [data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
   transition-delay: 2.85s; }
 
 [data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
   transition-duration: 2.9s; }
 
 [data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
   transition-delay: 2.9s; }
 
 [data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
   transition-duration: 2.95s; }
 
 [data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
   transition-delay: 2.95s; }
 
 [data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
   transition-duration: 3s; }
 
 [data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
   transition-delay: 0; }
 
 [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
   transition-delay: 3s; }
 
 [data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
   transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }
 
 [data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
   transition-timing-function: ease; }
 
 [data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
   transition-timing-function: ease-in; }
 
 [data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
   transition-timing-function: ease-out; }
 
 [data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
   transition-timing-function: ease-in-out; }
 
 [data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
   transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
 
 [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
   transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
 
 [data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
   transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
 
 [data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
   transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
 
 [data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
   transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
 
 [data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
   transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
 
 [data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
   transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
 
 [data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
   transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
 
 [data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
   transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
 
 [data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
   transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
 
 [data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
   transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
 
 [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
   transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
 
 [data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
   transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
 
 [data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
   transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
 
 [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
   transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
 
 [data-aos^=fade][data-aos^=fade] {
   opacity: 0;
   transition-property: opacity,transform; }
 
 [data-aos^=fade][data-aos^=fade].aos-animate {
   opacity: 1;
   transform: translateZ(0); }
 
 [data-aos=fade-up] {
   transform: translate3d(0, 100px, 0); }
 
 [data-aos=fade-down] {
   transform: translate3d(0, -100px, 0); }
 
 [data-aos=fade-right] {
   transform: translate3d(-100px, 0, 0); }
 
 [data-aos=fade-left] {
   transform: translate3d(100px, 0, 0); }
 
 [data-aos=fade-up-right] {
   transform: translate3d(-100px, 100px, 0); }
 
 [data-aos=fade-up-left] {
   transform: translate3d(100px, 100px, 0); }
 
 [data-aos=fade-down-right] {
   transform: translate3d(-100px, -100px, 0); }
 
 [data-aos=fade-down-left] {
   transform: translate3d(100px, -100px, 0); }
 
 [data-aos^=zoom][data-aos^=zoom] {
   opacity: 0;
   transition-property: opacity,transform; }
 
 [data-aos^=zoom][data-aos^=zoom].aos-animate {
   opacity: 1;
   transform: translateZ(0) scale(1); }
 
 [data-aos=zoom-in] {
   transform: scale(0.6); }
 
 [data-aos=zoom-in-up] {
   transform: translate3d(0, 100px, 0) scale(0.6); }
 
 [data-aos=zoom-in-down] {
   transform: translate3d(0, -100px, 0) scale(0.6); }
 
 [data-aos=zoom-in-right] {
   transform: translate3d(-100px, 0, 0) scale(0.6); }
 
 [data-aos=zoom-in-left] {
   transform: translate3d(100px, 0, 0) scale(0.6); }
 
 [data-aos=zoom-out] {
   transform: scale(1.2); }
 
 [data-aos=zoom-out-up] {
   transform: translate3d(0, 100px, 0) scale(1.2); }
 
 [data-aos=zoom-out-down] {
   transform: translate3d(0, -100px, 0) scale(1.2); }
 
 [data-aos=zoom-out-right] {
   transform: translate3d(-100px, 0, 0) scale(1.2); }
 
 [data-aos=zoom-out-left] {
   transform: translate3d(100px, 0, 0) scale(1.2); }
 
 [data-aos^=slide][data-aos^=slide] {
   transition-property: transform; }
 
 [data-aos^=slide][data-aos^=slide].aos-animate {
   transform: translateZ(0); }
 
 [data-aos=slide-up] {
   transform: translate3d(0, 100%, 0); }
 
 [data-aos=slide-down] {
   transform: translate3d(0, -100%, 0); }
 
 [data-aos=slide-right] {
   transform: translate3d(-100%, 0, 0); }
 
 [data-aos=slide-left] {
   transform: translate3d(100%, 0, 0); }
 
 [data-aos^=flip][data-aos^=flip] {
   backface-visibility: hidden;
   transition-property: transform; }
 
 [data-aos=flip-left] {
   transform: perspective(2500px) rotateY(-100deg); }
 
 [data-aos=flip-left].aos-animate {
   transform: perspective(2500px) rotateY(0); }
 
 [data-aos=flip-right] {
   transform: perspective(2500px) rotateY(100deg); }
 
 [data-aos=flip-right].aos-animate {
   transform: perspective(2500px) rotateY(0); }
 
 [data-aos=flip-up] {
   transform: perspective(2500px) rotateX(-100deg); }
 
 [data-aos=flip-up].aos-animate {
   transform: perspective(2500px) rotateX(0); }
 
 [data-aos=flip-down] {
   transform: perspective(2500px) rotateX(100deg); }
 
 [data-aos=flip-down].aos-animate {
   transform: perspective(2500px) rotateX(0); }
 
 /*------------------------------------
   #VARIABLES-MIXINS
 ------------------------------------*/
 /*------------------------------------
   #FONT FAMILY - GOOGLE FONTS
 ------------------------------------*/
 /*------------------------------------
   #FONT WEIGHTS
 ------------------------------------*/
 /* Defaults
     $font-weight-light: 300 !default;
     $font-weight-normal: 400 !default;
     $font-weight-medium: 500 !default;
     $font-weight-bold: 700 !default;
     $font-weight-bolder: bolder !default;
 */
 /*------------------------------------
   #PX TO REM UNITS
 
     Function to return rem units to equal a px value with a base font size of 16px
 
     Example: font-size: rem(24px);
     Returns: font-size: 1.5rem;
 ------------------------------------*/
 /*------------------------------------
   #COLORS
 ------------------------------------*/
 /*------------------------------------
   #NEW COLOR NAMES
 ------------------------------------*/
 /*------------------------------------
   #RESPONSIVE BREAKPOINTS
 ------------------------------------*/
 /*
     Small to large
     // No media query necessary for xs breakpoint
 
     @include media-breakpoint-up(sm) { }
     @include media-breakpoint-up(md) { }
     @include media-breakpoint-up(lg) { }
     @include media-breakpoint-up(xl) { }
 
 
     Large to small
     @include media-breakpoint-down(xs) { }
     @include media-breakpoint-down(sm) { }
     @include media-breakpoint-down(md) { }
     @include media-breakpoint-down(lg) { }
     // No media query necessary for xl breakpoint
 */
 /*------------------------------------
   #IMAGES
 ------------------------------------*/
 /*------------------------------------
   #ANIMATIONS
 ------------------------------------*/
 .fade-in {
   animation: fadeIn ease .3s; }
 
 @keyframes fadeIn {
   0% {
     opacity: 0; }
   100% {
     opacity: 1; } }
 
 .fade-out {
   animation: fadeOut ease .3s; }
 
 @keyframes fadeOut {
   0% {
     opacity: 1; }
   100% {
     opacity: 0; } }
 
 /*------------------------------------
   #FLEX
 ------------------------------------*/
 /*------------------------------------
   #CENTERING CONTENT
     Note: Target and Parent must be position:relative or absolute
 ------------------------------------*/
 /*------------------------------------
   #BORDER RADIUS
 ------------------------------------*/
 /*------------------------------------
   #CLIPPED BOX
 ------------------------------------*/
 /* -webkit-clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);* /
     clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
 
     @supports (clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%)) {
         // If a browser can't render the CLIP-PATH don't use the AFTER PSUEDO Select. IE you know who you are
         &:after {
             content: "";
             position: absolute;
             display: block;
             border-color: transparent;
             //OLD METHOD
             right: 0;
             /*bottom: -2px;
             height: 30px;* /
             width: 40px;
             border-top-width: 2px;
             border-top-style: solid;
             transform-origin: top right;
             -webkit-transform: rotate(-45deg);
             transform: rotate(-45deg);
             //
             //EDIT TO PREVENT LEFT SHIFTING ON PHONES
             //bmh 11/17/2022
             bottom: 23px;
             height: 5px;
             /* 
                 ----------------------------------
                 NEW METHOD TO FIX THE SIDE TO SIDE 
                 SHIFTING IN MOBLE LAYOUTS 
                 ----------------------------------
             */
 /* right: 27px;
             bottom: -12px;
             width: 41px;
             height: 10px;
             border-bottom-width: 2px;
             border-top-style: solid;
             border-color: transparent;
             -webkit-transform-origin: top right;
             -webkit-transform: rotate(135deg);
             transform-origin: top right;
             transform: rotate(135deg);* /
         }
     }
 
     &.bg-blue, &.bg-gold {
         &:after {
             display: none;
         }
     }
 }
 */
 /*------------------------------------
   #BUTTON and LINK Keyboard Focus 
 ------------------------------------*/
 /*------------------------------------
   #SHARED
 ------------------------------------*/
 html {
   scroll-behavior: smooth;
   scroll-padding-top: 20px; }
 
 body {
   /* background-image: $gradient-blue-darker;*/ }
 
 body:after {
   /*TO HELP THE FLASHING ISSUE OF CTA CARET IMAGES*/
   position: absolute;
   width: 0;
   height: 0;
   overflow: hidden;
   z-index: -1;
  }
 
 body .union {
   white-space: nowrap; }
 
 body .lng-line {
   overflow-wrap: break-word;
   word-wrap: break-word;
   word-break: break-word;
   hyphens: auto; }
 
 body .js-flag.hide {
   display: none; }
 
 body .eq-ht {
   display: flex; }
 
 main header.hero-head {
   color: #fff;
   min-height: 200px;
   text-align: center;
   margin-top: -100px;
   padding-top: 100px;
   padding-bottom: 20px;
   background: no-repeat 50% 0 / cover;
   background-color: #046ecc; }
 
 @media (min-width: 768px) {
   main header.hero-head {
     margin-top: -180px;
     padding-top: 180px;
     padding-bottom: 60px;
     background-position-y: 100%;
     background-color: #046ecc; } }
 
 .default-head main header.hero-head {
   background-color: #046ecc;
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero-head-bg-m.png); }
 
 @media (min-width: 768px) {
   .default-head main header.hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero-head-bg.png); } }
 
 main header.hero-head h1 {
   text-shadow: #1b365d 1px 0 10px; }
 
 main header.hero-head h3 {
   text-shadow: #000 1px 0 20px; }
 
 main header.hero-head h3 .head-cap {
   display: block;
   font-size: 1.1rem;
   font-style: italic; }
 
 main header.hero-head h3 .head-foot {
   display: block;
   font-size: 1.5rem; }
 
 main .page-wrapper {
   padding: 40px 0 80px 0;
   min-height: 400px;
   background-color: #fff;
   position: relative;
   z-index: 1050; }
 
 ul {
   list-style-type: none; }
 
 .img-ring {
   border: 2px solid;
   border-radius: 50%;
   padding: 0.3em;
   border-color: #065baa;
   /*    New names yet to be used*/ }
 
 .img-ring.shield {
   background-color: #fff; }
 
 .img-ring.blue {
   border-color: #107fcd; }
 
 .img-ring.blue-light {
   border-color: #40b4e5; }
 
 .img-ring.white {
   border-color: #fff; }
 
 .img-ring.green {
   border-color: #78be20; }
 
 .img-ring.green-aaa {
   border-color: #2a7822; }
 
 .img-ring.green-dark {
   border-color: #3ca00c; }
 
 .img-ring.green-darker {
   border-color: #428212; }
 
 .img-ring.red {
   border-color: #d50056; }
 
 .img-ringrubine {
   border-color: #950051; }
 
 .img-ring.teal {
   border-color: #cde9ee; }
 
 .img-ring.orange {
   border-color: #ffc656; }
 
 .img-ring.orange-dark {
   border-color: #ff981c; }
 
 .img-ring.regeneron-blue {
   border-color: #065baa; }
 
 .img-ring.white {
   border-color: #fff; }
 
 .img-ring.peridot {
   border-color: #78be20; }
 
 .img-ring.ruby {
   border-color: #950051; }
 
 .img-ring.gold {
   border-color: #ffc656; }
 
 .img-ring.gold-aaa {
   border-color: #D37300; }
 
 .img-ring.aquamarine {
   border-color: #9bd3dd; }
 
 .img-ring.capri {
   border-color: #40b4e5; }
 
 .blog-lineart-frame {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   margin: 0;
   padding: 15px;
   max-width: 100px;
   max-height: 100px;
   border-radius: 50%; }
 
 .blog-lineart-frame > img {
   margin: 0;
   width: 100%;
   height: auto; }
 
 .clipped {
   position: relative;
   margin: 0 auto 20px;
   border-width: 2px;
   border-style: solid;
   border-color: transparent;
   /*
         @include clipped-box;
 */ }
 
 .clipped.white {
   border-color: white; }
 
 .clipped.no-clip {
   clip-path: none; }
 
 .clipped.no-clip:after {
   display: none; }
 
 .clipped .content-wrap {
   padding: 25px 30px; }
 
 .clipped.no-border {
   border: none; }
 
 .clipped.regeneron-blue {
   border-color: #065baa; }
 
 .clipped.regeneron-blue:after {
   border-color: #065baa; }
 
 .clipped.white {
   border-color: #fff; }
 
 .clipped.white:after {
   border-color: #fff; }
 
 .clipped.green {
   border-color: #78be20; }
 
 .clipped.green:after {
   border-color: #78be20; }
 
 .clipped.green-darker {
   border-color: #428212; }
 
 .clipped.green-darker:after {
   border-color: #428212; }
 
 .clipped.green-aaa {
   border-color: #2a7822; }
 
 .clipped.green-aaa:after {
   border-color: #2a7822; }
 
 .clipped.peridot {
   border-color: #78be20; }
 
 .clipped.peridot:after {
   border-color: #78be20; }
 
 .clipped.red {
   border-color: #d50056; }
 
 .clipped.red:after {
   border-color: #d50056; }
 
 .clipped.rubine {
   border-color: #950051; }
 
 .clipped.rubine:after {
   border-color: #950051; }
 
 .clipped.gold {
   border-color: #ffc656; }
 
 .clipped.gold:after {
   border-color: #ffc656; }
 
 .clipped.gold-aaa {
   border-color: #D37300; }
 
 .clipped.gold-aaa:after {
   border-color: #D37300; }
 
 .clipped.capri {
   border-color: #40b4e5; }
 
 .clipped.capri:after {
   border-color: #40b4e5; }
 
 .clipped.sky-blue {
   border-color: #00ADE1; }
 
 .clipped.sky-blue:after {
   border-color: #00ADE1; }
 
 .clipped.light-aquamarine {
   border-color: #cde9ee; }
 
 .clipped.light-aquamarine:after {
   border-color: #cde9ee; }
 
 .clipped.blue {
   border-color: #065baa; }
 
 .clipped.blue:after {
   border-color: #065baa; }
 
 .clipped.gray {
   border-color: #979797; }
 
 .clipped.gray:after {
   border-color: #979797; }
 
 .clipped.bg-gold {
   background-image: linear-gradient(#ffc656, #ff991d);
   border-width: 0;
   color: #1b365d; }
 
 .clipped.bg-gold-7 {
   background-image: linear-gradient(rgba(255, 198, 86, 0.7) 0%, rgba(255, 153, 29, 0.7) 100%);
   border-width: 0; }
 
 .clipped.bg-home-orange {
   opacity: 0.6;
   background-image: linear-gradient(180deg, #FF981C 0%, #F26723 100%);
   opacity: 0.2; }
 
 .clipped.bg-blue {
   background-image: linear-gradient(#107fcd, #065baa);
   border-width: 0; }
 
 .clipped.bg-blue-7 {
   background-image: linear-gradient(rgba(16, 127, 205, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%);
   border-width: 0;
   border: none; }
 
 .clipped.bg-blue-7:after {
   display: none; }
 
 .clipped.bg-blue-light {
   background-image: linear-gradient(#40b4e5, #107fcd);
   border-width: 0; }
 
 .clipped.bg-blue-darker {
   background-image: linear-gradient(#065baa, #1B365D);
   border-width: 0; }
 
 .clipped.bg-red {
   background-image: linear-gradient(#d50056, #950051);
   border-width: 0;
   color: #fff; }
 
 .clipped.bg-red-inverse {
   background-image: linear-gradient(#950051, #d50056);
   border-width: 0; }
 
 .clipped.bg-green {
   /*background-image: $gradient-green;*/
   background-image: linear-gradient(180deg, #3CA00C 1%, #1F612F 100%);
   border-width: 0;
   color: #fff; }
 
 .clipped.bg-green-7 {
   background-image: linear-gradient(rgba(120, 190, 32, 0.7) 0%, rgba(60, 160, 12, 0.7) 100%);
   border-width: 0; }
 
 .clipped.bg-teal {
   background-image: linear-gradient(#cde9ee, #9bd3dd);
   border-width: 0;
   color: #fff; }
 
 .clipped.bg-teal.blue {
   color: #065baa; }
 
 .clipped.bg-lt-blue {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%);
   background-image: linear-gradient(180deg, rgba(16, 127, 205, 0.2) 0%, rgba(6, 91, 170, 0.2) 100%); }
 
 .clipped.bg-white {
   background-color: #fff; }
 
 .clipped.bg-infog {
   background-image: linear-gradient(180deg, #00B4DA 0%, #017FBA 100%);
   border-width: 0; }
 
 .clipped.bg-lt-yellow {
   border-width: 0;
   color: #1b365d;
   background-image: linear-gradient(180deg, #FFECCB 0%, #FFF3DD 100%); }
 
 .clipped .text-blue-light {
   color: #40b4e5; }
 
 .clipped .text-white {
   color: #fff; }
 
 .clipped.naftr {
   border: none; }
 
 .clipped.naftr:after {
   display: none; }
 
 .continous-line {
   white-space: nowrap; }
 
 /*
 
 NO CLIP
 
 */
 .clipless {
   position: relative;
   margin: 0 auto 20px;
   border-width: 2px;
   border-style: solid;
   border-color: transparent; }
 
 .clipless .content-wrap {
   padding: 25px 30px; }
 
 .clipless.no-border {
   border: none; }
 
 .clipless.regeneron-blue {
   border-color: #065baa; }
 
 .clipless.regeneron-blue:after {
   border-color: #065baa; }
 
 .clipless.white {
   border-color: #fff; }
 
 .clipless.white:after {
   border-color: #fff; }
 
 .clipless.green {
   border-color: #78be20; }
 
 .clipless.green:after {
   border-color: #78be20; }
 
 .clipless.green-darker {
   border-color: #428212; }
 
 .clipless.green-darker:after {
   border-color: #428212; }
 
 .clipless.green-aaa {
   border-color: #2a7822; }
 
 .clipless.green-aaa:after {
   border-color: #2a7822; }
 
 .clipless.peridot {
   border-color: #78be20; }
 
 .clipless.peridot:after {
   border-color: #78be20; }
 
 .clipless.red {
   border-color: #d50056; }
 
 .clipless.red:after {
   border-color: #d50056; }
 
 .clipless.rubine {
   border-color: #950051; }
 
 .clipless.rubine:after {
   border-color: #950051; }
 
 .clipless.gold {
   border-color: #ffc656; }
 
 .clipless.gold:after {
   border-color: #ffc656; }
 
 .clipless.gold-aaa {
   border-color: #D37300; }
 
 .clipless.gold-aaa:after {
   border-color: #D37300; }
 
 .clipless.capri {
   border-color: #40b4e5; }
 
 .clipless.capri:after {
   border-color: #40b4e5; }
 
 .clipless.sky-blue {
   border-color: #00ADE1; }
 
 .clipless.sky-blue:after {
   border-color: #00ADE1; }
 
 .clipless.light-aquamarine {
   border-color: #cde9ee; }
 
 .clipless.light-aquamarine:after {
   border-color: #cde9ee; }
 
 .clipless.blue {
   border-color: #065baa; }
 
 .clipless.blue:after {
   border-color: #065baa; }
 
 .clipless.gray {
   border-color: #979797; }
 
 .clipless.gray:after {
   border-color: #979797; }
 
 .clipless.bg-gold {
   background-image: linear-gradient(#ffc656, #ff991d);
   border-width: 0;
   color: #1b365d; }
 
 .clipless.bg-gold-7 {
   background-image: linear-gradient(rgba(255, 198, 86, 0.7) 0%, rgba(255, 153, 29, 0.7) 100%);
   border-width: 0; }
 
 .clipless.bg-home-orange {
   opacity: 0.6;
   background-image: linear-gradient(180deg, #FF981C 0%, #F26723 100%);
   opacity: 0.2; }
 
 .clipless.bg-blue {
   background-image: linear-gradient(#107fcd, #065baa);
   border-width: 0; }
 
 .clipless.bg-blue-7 {
   background-image: linear-gradient(rgba(16, 127, 205, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%);
   border-width: 0;
   border: none; }
 
 .clipless.bg-blue-7:after {
   display: none; }
 
 .clipless.bg-blue-light {
   background-image: linear-gradient(#40b4e5, #107fcd);
   border-width: 0; }
 
 .clipless.bg-blue-darker {
   background-image: linear-gradient(#065baa, #1B365D);
   border-width: 0; }
 
 .clipless.bg-red {
   background-image: linear-gradient(#d50056, #950051);
   border-width: 0;
   color: #fff; }
 
 .clipless.bg-green {
   /*background-image: $gradient-green;*/
   background-image: linear-gradient(180deg, #3CA00C 1%, #1F612F 100%);
   border-width: 0;
   color: #fff; }
 
 .clipless.bg-green-7 {
   background-image: linear-gradient(rgba(120, 190, 32, 0.7) 0%, rgba(60, 160, 12, 0.7) 100%);
   border-width: 0; }
 
 .clipless.bg-teal {
   background-image: linear-gradient(#cde9ee, #9bd3dd);
   border-width: 0;
   color: #fff; }
 
 .clipless.bg-teal.blue {
   color: #065baa; }
 
 .clipless.bg-blue-teal {
   background-image: linear-gradient(180deg, rgba(16, 127, 205, 0.2) 0%, rgba(6, 91, 170, 0.2) 100%); }
 
 .clipless.bg-lt-blue {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%);
   background-image: linear-gradient(180deg, rgba(16, 127, 205, 0.2) 0%, rgba(6, 91, 170, 0.2) 100%); }
 
 .clipless.bg-white {
   background-color: #fff; }
 
 .clipless.bg-infog {
   background-image: linear-gradient(180deg, #00B4DA 0%, #017FBA 100%);
   border-width: 0; }
 
 .clipless.bg-lt-yellow {
   border-width: 0;
   color: #1b365d;
   background-image: linear-gradient(180deg, #FFECCB 0%, #FFF3DD 100%); }
 
 .clipless .text-blue-light {
   color: #40b4e5; }
 
 .clipless .text-white {
   color: #fff; }
 
 .clipless.naftr {
   border: none; }
 
 .clipless.naftr:after {
   display: none; }
 
 .modal {
   z-index: 1070; }
 
 /*DOTS DOTS DOTS DOTS DOTS DOTS - EVERYBODY! */
 .dots-green, .dots-red, .dots-blue, .dots-orange, .dots-white, .dots-dark-green {
   display: flex;
   flex-flow: column nowrap;
   padding-left: 0; }
 
 @media (min-width: 768px) {
   .dots-green, .dots-red, .dots-blue, .dots-orange, .dots-white, .dots-dark-green {
     /* flex-flow: row wrap;*/
     margin-left: 5%; } }
 
 .dots-green li, .dots-red li, .dots-blue li, .dots-orange li, .dots-white li, .dots-dark-green li {
   position: relative;
   margin-bottom: 1em;
   padding: 0 25px;
   /*@include media-breakpoint-up(md) {
                 width: 50%;
             }*/ }
 
 .dots-green li:before, .dots-red li:before, .dots-blue li:before, .dots-orange li:before, .dots-white li:before, .dots-dark-green li:before {
   content: "";
   display: block;
   position: absolute;
   top: 5px;
   left: 0;
   width: 15px;
   height: 15px; }
 
 .dots-green li:before {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/icon_bullet-green.png") no-repeat 0 0;
   background-size: contain; }
 
 .dots-dark-green li:before {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/icon_bullet-dark-green.png") no-repeat 0 0;
   background-size: contain; }
 
 .dots-red li:before {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/icon_bullet-red.png") no-repeat 0 0; }
 
 .dots-blue li:before {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/icon_bullet-blue.png") no-repeat 0 0; }
 
 .dots-dark-blue li:before {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/icon_bullet-blue.png") no-repeat 0 0; }
 
 .dots-orange li:before {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/icon_bullet-orange.png") no-repeat 0 0; }
 
 .dots-white li:before {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/icon_bullet-white.svg") no-repeat 0 0;
   background-size: contain; }
 
 .headline-copy {
   align-self: center; }
 
 .headline-img {
   margin-right: 20px; }
 
 .header-link {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   font-size: 1.125rem;
   font-style: italic;
   font-weight: 700;
   color: #0059AD;
   padding-right: 20px; }
 
 .header-link > p {
   margin-bottom: 0;
   padding-right: 20px; }
 
 .header-link:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/arrow-blue.svg) no-repeat 100% 50%;
   /*background-size: contain;*/
   content: '';
   display: block;
   /*height: 1em;*/
   height: 18px;
   /*width: 1em;*/
   width: 46px; }
 
 .header-link:hover, a.header-link.underline, .page-terms-of-use #main-content a.header-link, .page-social-media-terms #main-content a.header-link {
   box-shadow: none;
   text-shadow: 0 0 4px #40b4e5; }
 
 .header-link:hover:after, a.header-link.underline:after, .page-terms-of-use #main-content a.header-link:after, .page-social-media-terms #main-content a.header-link:after {
   transform: scale(1.3);
   transition: all .3s ease-out; }
 
 .styleguide .component-type {
   border-top: 1px solid #065baa;
   padding-top: 20px; }
 
 .styleguide .component-type:after {
   content: "";
   display: block;
   height: 2em; }
 
 .styleguide .component-description {
   font-family: "Roboto Condensed", sans-serif; }
 
 .styleguide .site-context {
   background-color: #065baa;
   color: #fff;
   padding-top: 1em;
   padding-bottom: 2em; }
 
 .styleguide :not(pre) > code[class*="language-"],
 .styleguide pre[class*="language-"] {
   background: #fcfbfb; }
 
 .styleguide pre {
   border: 1px solid #ccc; }
 
 .styleguide .component {
   border-top: 2px solid #dfd7d7; }
 
 .styleguide .component:before, .styleguide .component:after {
   content: "";
   display: block;
   width: 100%; }
 
 .styleguide .component:before {
   height: 50px; }
 
 .styleguide .component:after {
   height: 50px; }
 
 .styleguide .no-wrap {
   word-break: break-all; }
 
 .styleguide .bg-blue {
   background-color: #065baa; }
 
 .page-partner-sign-up form {
   position: relative; }
 
 .page-partner-sign-up .blue-box {
   background: #065baa;
   color: #fff;
   padding: 1.63rem 1.20rem;
   position: absolute;
   bottom: 0px;
   left: 77px;
   border: 2px solid #065baa; }
 
 .page-partner-sign-up .blue-box i:after {
   top: -10px;
   left: -3px; }
 
 .social-links ul {
   display: inline-flex;
   flex-wrap: wrap;
   list-style: none;
   margin-bottom: 0;
   padding-left: 0; }
 
 .social-links ul li {
   margin: 0 8px; }
 
 [data-bg-theme="light"] *:focus-visible {
   outline-style: solid !important;
   outline-width: 3px !important;
   outline-color: #065baa !important;
   outline-offset: 3px !important; }
 
 [data-bg-theme="medium"] *:focus-visible {
   outline-style: solid !important;
   outline-width: 3px !important;
   outline-color: #950051 !important;
   outline-offset: 3px !important; }
 
 [data-bg-theme="dark"] {
   /*a, .in-text-link {
         color: #fff;
     }*/ }
 
 [data-bg-theme="dark"] *:focus-visible {
   outline-style: solid !important;
   outline-width: 3px !important;
   outline-color: #76c000 !important;
   outline-offset: 3px !important; }
 
 /*------------------------------------
   #TYPOGRAPHY
 ------------------------------------*/
 body {
   -webkit-font-smoothing: antialiased;
   -moz-font-smoothing: antialiased;
   font-smoothing: antialiased;
   font-family: "Roboto", sans-serif;
   font-size: 1.125rem;
   font-weight: 400;
   line-height: 1.5rem;
   color: #1b365d; }
 
 h1, .h1 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 3rem;
   font-weight: 700;
   line-height: 3.125rem; }
 
 h2, .h2 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1rem;
   font-weight: 300;
   line-height: 1.5rem;
   letter-spacing: 0.5rem;
   text-transform: uppercase; }
 
 @media (min-width: 768px) {
   h2, .h2 {
     font-size: 1.25rem;
     line-height: 3.125rem;
     letter-spacing: 0.625rem; } }
 
 h3, .h3 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 400;
   line-height: 2.125rem;
   letter-spacing: 0.15625rem;
   text-transform: uppercase; }
 
 @media (min-width: 768px) {
   h3, .h3 {
     font-size: 2.5rem;
     line-height: 3.125rem;
     letter-spacing: 0.3125rem; } }
 
 h4, .h4 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 3rem;
   font-weight: 700;
   line-height: 3.125rem;
   letter-spacing: normal;
   text-transform: uppercase; }
 
 h5, .h5 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1.75rem;
   letter-spacing: normal; }
 
 .intro-copy {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.125rem;
   font-weight: 700;
   line-height: 1.5rem;
   text-shadow: none; }
 
 .hero-head h1 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 2rem;
   font-weight: 400;
   line-height: 1.04;
   text-transform: uppercase;
   letter-spacing: 0.15625rem; }
 
 @media (min-width: 768px) {
   .hero-head h1 {
     font-size: 2.5rem;
     line-height: 1.04;
     letter-spacing: 0.3125rem; } }
 
 .perspectives .hero-head h1 {
   font-weight: 700;
   letter-spacing: normal;
   text-shadow: none; }
 
 @media (min-width: 768px) {
   .perspectives .hero-head h1 {
     font-weight: 700;
     letter-spacing: normal; } }
 
 .page-contact-us h1.blue {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 300;
   line-height: 1.5rem;
   letter-spacing: 0.5rem;
   text-transform: uppercase; }
 
 @media (min-width: 768px) {
   .page-contact-us h1.blue {
     font-size: 3rem;
     line-height: 3.125rem;
     letter-spacing: 0.625rem; } }
 
 .page-contact-us .page-wrapper h2 {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   font-size: 3rem;
   font-weight: 700;
   line-height: 3.125rem;
   letter-spacing: normal;
   text-align: center;
   text-transform: none;
   margin: 0 0 20px; }
 
 @media (min-width: 768px) {
   .page-contact-us .page-wrapper h2.blue {
     display: flex;
     align-items: center;
     text-align: left; } }
 
 .page-collaborations h2, .page-collaborations h3, .page-collaborations h4, .page-collaborations h5 {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   letter-spacing: normal; }
 
 .page-collaborations h2 {
   color: #1b365d;
   font-size: 2.375rem;
   line-height: 1.75rem;
   margin-bottom: 25px;
   text-transform: none; }
 
 @media (max-width: 991.98px) {
   .page-collaborations h2 {
     line-height: 3.75rem; } }
 
 .page-collaborations h3 {
   color: #ffffff;
   font-size: 2.375rem;
   line-height: 1.1;
   margin: 0 0 1.5rem;
   text-align: center;
   text-transform: none; }
 
 .page-collaborations h4 {
   color: #d50056;
   font-size: 1.75rem;
   margin: 25px 0 0.5rem;
   padding: 0;
   text-transform: none;
   width: 600px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations h4 {
     margin: 0 0 0.5rem;
     width: 100%;
     padding: 0 15px; } }
 
 .page-collaborations h5.dark {
   font-size: 1.625rem;
   margin: 0 -13px 15px 0; }
 
 @media (max-width: 991.98px) {
   .page-collaborations h5.dark {
     font-size: 1.5625rem; } }
 
 .page-collaborations h5.light {
   font-size: 1.75rem;
   line-height: 1.4;
   margin: 0 0 1rem; }
 
 @media (max-width: 991.98px) {
   .page-collaborations h5.light {
     font-size: 1.5rem; } }
 
 .page-title {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1rem;
   font-weight: 300;
   line-height: 1.5rem;
   letter-spacing: 0.5rem;
   text-transform: uppercase;
   text-shadow: #1b365d 1px 0 10px;
   display: block; }
 
 @media (min-width: 768px) {
   .page-title {
     font-size: 1.25rem;
     line-height: 3.125rem;
     letter-spacing: 0.625rem; } }
 
 /*------------------------------------*\
   #LINKS
 \*------------------------------------*/
 a {
   color: #065baa;
   box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset; }
 
 .page-content a:hover, .page-content a.underline, .page-content .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-content a, .page-content .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-content a {
   box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }
 
 a:hover, a.underline, .page-terms-of-use #main-content a, .page-social-media-terms #main-content a {
   color: #065baa;
   text-decoration: none;
   transition: all .3s ease-out;
   box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }
 
 a.cta-btn, a.btn-link {
   box-shadow: none; }
 
 a.link-download-lt :after {
   content: '';
   display: block;
   padding-left: 24px;
   width: 25px;
   height: 33px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon-download-lt.svg) no-repeat; }
 
 a.pdf-link {
   display: flex;
   gap: 15px;
   text-decoration: underline;
   text-decoration-thickness: 1px;
   text-underline-offset: 6px;
   transition: text-decoration-color 250ms;
   box-shadow: none !important; }
 
 a.pdf-link:before {
   content: '';
   display: block;
   padding-right: 24px;
   width: 25px;
   height: 33px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/pdf-dl-icon.svg) no-repeat; }
 
 a.pdf-link:hover, a.pdf-link.underline, .page-terms-of-use #main-content a.pdf-link, .page-social-media-terms #main-content a.pdf-link {
   text-decoration: none; }
 
 a.disabled {
   color: unset !important;
   pointer-events: none !important;
   text-decoration: none !important; }
 
 .page-privacy-policy #main-content p a, .page-privacy-policy #main-content li a,
 .page-sustainable-communities #main-content p a,
 .page-sustainable-communities #main-content li a,
 .page-research-areas #main-content p a,
 .page-research-areas #main-content li a,
 .page-accessibility #main-content p a,
 .page-accessibility #main-content li a,
 .page-contact-us #main-content p a,
 .page-contact-us #main-content li a,
 .page-collaborations #main-content p a,
 .page-collaborations #main-content li a,
 .page-improving-lives #main-content p a,
 .page-improving-lives #main-content li a,
 .perspectives.good-data #main-content p a,
 .perspectives.good-data #main-content li a,
 .perspectives.internship #main-content p a,
 .perspectives.internship #main-content li a,
 .page-pipeline #main-content p a,
 .page-pipeline #main-content li a {
   box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }
 
 .page-privacy-policy #main-content p a.inverse, .page-privacy-policy #main-content li a.inverse,
 .page-sustainable-communities #main-content p a.inverse,
 .page-sustainable-communities #main-content li a.inverse,
 .page-research-areas #main-content p a.inverse,
 .page-research-areas #main-content li a.inverse,
 .page-accessibility #main-content p a.inverse,
 .page-accessibility #main-content li a.inverse,
 .page-contact-us #main-content p a.inverse,
 .page-contact-us #main-content li a.inverse,
 .page-collaborations #main-content p a.inverse,
 .page-collaborations #main-content li a.inverse,
 .page-improving-lives #main-content p a.inverse,
 .page-improving-lives #main-content li a.inverse,
 .perspectives.good-data #main-content p a.inverse,
 .perspectives.good-data #main-content li a.inverse,
 .perspectives.internship #main-content p a.inverse,
 .perspectives.internship #main-content li a.inverse,
 .page-pipeline #main-content p a.inverse,
 .page-pipeline #main-content li a.inverse {
   box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
 
 .page-privacy-policy #main-content p a.cta-btn, .page-privacy-policy #main-content p a[role='tab'], .page-privacy-policy #main-content p a[role='button'], .page-privacy-policy #main-content p .download, .page-privacy-policy #main-content li a.cta-btn, .page-privacy-policy #main-content li a[role='tab'], .page-privacy-policy #main-content li a[role='button'], .page-privacy-policy #main-content li .download,
 .page-sustainable-communities #main-content p a.cta-btn,
 .page-sustainable-communities #main-content p a[role='tab'],
 .page-sustainable-communities #main-content p a[role='button'],
 .page-sustainable-communities #main-content p .download,
 .page-sustainable-communities #main-content li a.cta-btn,
 .page-sustainable-communities #main-content li a[role='tab'],
 .page-sustainable-communities #main-content li a[role='button'],
 .page-sustainable-communities #main-content li .download,
 .page-research-areas #main-content p a.cta-btn,
 .page-research-areas #main-content p a[role='tab'],
 .page-research-areas #main-content p a[role='button'],
 .page-research-areas #main-content p .download,
 .page-research-areas #main-content li a.cta-btn,
 .page-research-areas #main-content li a[role='tab'],
 .page-research-areas #main-content li a[role='button'],
 .page-research-areas #main-content li .download,
 .page-accessibility #main-content p a.cta-btn,
 .page-accessibility #main-content p a[role='tab'],
 .page-accessibility #main-content p a[role='button'],
 .page-accessibility #main-content p .download,
 .page-accessibility #main-content li a.cta-btn,
 .page-accessibility #main-content li a[role='tab'],
 .page-accessibility #main-content li a[role='button'],
 .page-accessibility #main-content li .download,
 .page-contact-us #main-content p a.cta-btn,
 .page-contact-us #main-content p a[role='tab'],
 .page-contact-us #main-content p a[role='button'],
 .page-contact-us #main-content p .download,
 .page-contact-us #main-content li a.cta-btn,
 .page-contact-us #main-content li a[role='tab'],
 .page-contact-us #main-content li a[role='button'],
 .page-contact-us #main-content li .download,
 .page-collaborations #main-content p a.cta-btn,
 .page-collaborations #main-content p a[role='tab'],
 .page-collaborations #main-content p a[role='button'],
 .page-collaborations #main-content p .download,
 .page-collaborations #main-content li a.cta-btn,
 .page-collaborations #main-content li a[role='tab'],
 .page-collaborations #main-content li a[role='button'],
 .page-collaborations #main-content li .download,
 .page-improving-lives #main-content p a.cta-btn,
 .page-improving-lives #main-content p a[role='tab'],
 .page-improving-lives #main-content p a[role='button'],
 .page-improving-lives #main-content p .download,
 .page-improving-lives #main-content li a.cta-btn,
 .page-improving-lives #main-content li a[role='tab'],
 .page-improving-lives #main-content li a[role='button'],
 .page-improving-lives #main-content li .download,
 .perspectives.good-data #main-content p a.cta-btn,
 .perspectives.good-data #main-content p a[role='tab'],
 .perspectives.good-data #main-content p a[role='button'],
 .perspectives.good-data #main-content p .download,
 .perspectives.good-data #main-content li a.cta-btn,
 .perspectives.good-data #main-content li a[role='tab'],
 .perspectives.good-data #main-content li a[role='button'],
 .perspectives.good-data #main-content li .download,
 .perspectives.internship #main-content p a.cta-btn,
 .perspectives.internship #main-content p a[role='tab'],
 .perspectives.internship #main-content p a[role='button'],
 .perspectives.internship #main-content p .download,
 .perspectives.internship #main-content li a.cta-btn,
 .perspectives.internship #main-content li a[role='tab'],
 .perspectives.internship #main-content li a[role='button'],
 .perspectives.internship #main-content li .download,
 .page-pipeline #main-content p a.cta-btn,
 .page-pipeline #main-content p a[role='tab'],
 .page-pipeline #main-content p a[role='button'],
 .page-pipeline #main-content p .download,
 .page-pipeline #main-content li a.cta-btn,
 .page-pipeline #main-content li a[role='tab'],
 .page-pipeline #main-content li a[role='button'],
 .page-pipeline #main-content li .download {
   box-shadow: none; }
 
 a.inverse {
   color: #fff;
   box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset; }
 
 .page-content a.inverse {
   box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
 
 a.inverse:hover, a.inverse.underline, .page-terms-of-use #main-content a.inverse, .page-social-media-terms #main-content a.inverse {
   text-decoration: none;
   transition: all .3s ease-out;
   box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
 
 a.inverse.cta-btn, a.inverse.btn-link {
   box-shadow: none; }
 
 a.link-on-bg {
   color: #fff; }
 
 a.content-link {
   font-weight: bold;
   font-style: italic;
   color: inherit; }
 
 /*------------------------------------*\
   #ELEMENTS
 \*------------------------------------*/
 hr {
   margin-top: 30px;
   margin-bottom: 30px;
   border: 0;
   border-top: 1px solid #eee; }
 
 @media (min-width: 768px) {
   hr {
     margin: 30px 0 40px; } }
 
 blockquote {
   font-family: "Roboto", sans-serif;
   font-size: 1.125rem;
   font-weight: 400;
   line-height: 1.5rem; }
 
 blockquote p:last-child {
   margin-bottom: 0; }
 
 .footnotes {
   font-family: "Roboto", sans-serif;
   font-size: 0.875rem;
   font-weight: 400;
   line-height: 1.125rem; }
 
 figure,
 picture {
   margin: 1em 0; }
 
 figure img,
 picture img {
   display: block;
   margin: 0 auto; }
 
 figure figcaption,
 picture figcaption {
   display: block;
   font-size: 0.875rem;
   font-style: italic;
   text-align: center;
   line-height: 1.5rem;
   margin: 12px 0; }
 
 .crosslink-head {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.125rem;
   line-height: 1; }
 
 .page-content .a11y {
   box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }
 
 .page-content .a11y:hover, .page-content a.a11y.underline, .page-content .page-terms-of-use #main-content a.a11y, .page-terms-of-use #main-content .page-content a.a11y, .page-content .page-social-media-terms #main-content a.a11y, .page-social-media-terms #main-content .page-content a.a11y {
   box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
 
 /*------------------------------------
   #BUTTONS
 ------------------------------------*/
 /**
  * Center a button
  */
 .btn-center .btn {
   margin-left: -40px; }
 
 /**
  * Changing default button to use "btn btn-outline-primary" without all of the classes
  */
 .btn {
   position: relative;
   font-family: "Roboto", sans-serif;
   font-weight: 700;
   font-style: italic;
   text-transform: uppercase;
   border: 2px solid transparent;
   border-radius: 0;
   width: fit-content; }
 
 .btn .arrow {
   position: absolute;
   right: -26px;
   color: #fff;
   background-color: #065baa;
   display: inline-block;
   font-style: normal;
   padding: 0.75rem; }
 
 .btn-primary {
   color: #065baa;
   background-color: transparent;
   border-color: #065baa;
   padding: 0.69rem 0.75rem; }
 
 .btn-primary.two-line {
   line-height: 1.1;
   padding: 0.38rem 0;
   width: calc(100vw - 80px); }
 
 @media (min-width: 576px) {
   .btn-primary.two-line {
     line-height: 1.1;
     padding: 0.9rem 0.75rem;
     width: fit-content; } }
 
 @media (min-width: 768px) {
   .btn-primary.two-line {
     line-height: inherit;
     padding: 0.69rem 0.75rem;
     width: fit-content; } }
 
 .btn-primary.download-btn:after {
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download.svg) no-repeat 50% 50%; }
 
 .btn-primary.inverse {
   color: #fff;
   background-color: transparent;
   border-color: #fff; }
 
 .btn-primary.inverse:after {
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-arrow-white.svg) no-repeat 50% 50%; }
 
 .btn-primary.inverse:hover, a.btn-primary.inverse.underline, .page-terms-of-use #main-content a.btn-primary.inverse, .page-social-media-terms #main-content a.btn-primary.inverse {
   box-shadow: 0px 0px 4px #1b365d;
   text-shadow: 0 0 10px #1b365d;
   color: #fff;
   background-color: transparent;
   border-color: #fff; }
 
 .btn-primary.inverse:hover:after, a.btn-primary.inverse.underline:after, .page-terms-of-use #main-content a.btn-primary.inverse:after, .page-social-media-terms #main-content a.btn-primary.inverse:after {
   box-shadow: 0px 0px 4px #1b365d;
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-arrow-white.svg) no-repeat 50% 50%; }
 
 .btn-primary.inverse.download-btn:after {
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download-white.svg) no-repeat 50% 50%; }
 
 .btn-primary.outline {
   background-color: transparent; }
 
 .btn-primary.outline.download-btn:after {
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download-white.svg) no-repeat 50% 50%; }
 
 .btn-primary.outline.download-btn:hover:after, a.btn-primary.outline.download-btn.underline:after, .page-terms-of-use #main-content a.btn-primary.outline.download-btn:after, .page-social-media-terms #main-content a.btn-primary.outline.download-btn:after {
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download-white.svg) no-repeat 50% 50%; }
 
 .btn-primary.outline:after {
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-arrow-white.svg) no-repeat 50% 50%; }
 
 .btn-primary.outline:hover, a.btn-primary.outline.underline, .page-terms-of-use #main-content a.btn-primary.outline, .page-social-media-terms #main-content a.btn-primary.outline {
   background-color: #065baa;
   text-shadow: 0 0 10px #1b365d;
   box-shadow: 0px 0px 4px #1b365d; }
 
 .btn-primary.outline:hover:after, a.btn-primary.outline.underline:after, .page-terms-of-use #main-content a.btn-primary.outline:after, .page-social-media-terms #main-content a.btn-primary.outline:after {
   box-shadow: 0px 0px 4px #1b365d; }
 
 .btn-primary.outline.two-line {
   line-height: 15px;
   padding: 0.5rem 0.75rem; }
 
 .btn-primary:after {
   width: 50px;
   height: 50px;
   top: -2px;
   right: -50px;
   content: "";
   position: absolute;
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-blue.svg) no-repeat 50% 50%;
   transition: all 0.3s; }
 
 .btn-primary:hover, a.btn-primary.underline, .page-terms-of-use #main-content a.btn-primary, .page-social-media-terms #main-content a.btn-primary {
   /*box-shadow: 0 0 14px $primary-blue-light;
         text-shadow: 0 0 4px $primary-blue-light;*/
   color: #d50056;
   background-color: transparent;
   border-color: #d50056;
   box-shadow: none; }
 
 .btn-primary:hover:after, a.btn-primary.underline:after, .page-terms-of-use #main-content a.btn-primary:after, .page-social-media-terms #main-content a.btn-primary:after {
   /*box-shadow: 0 0 14px $primary-blue-light;*/
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-rubine.svg) no-repeat 50% 50%; }
 
 .btn-primary.rgcsheet:after, .btn-primary.rgcbtn:after {
   display: none; }
 
 .btn-link {
   color: #065baa; }
 
 .btn-link:hover, a.btn-link.underline, .page-terms-of-use #main-content a.btn-link, .page-social-media-terms #main-content a.btn-link {
   color: #fff;
   text-decoration: none; }
 
 .btn-link.inverse {
   color: #fff; }
 
 .btn-link.inverse:hover, a.btn-link.inverse.underline, .page-terms-of-use #main-content a.btn-link.inverse, .page-social-media-terms #main-content a.btn-link.inverse {
   color: #065baa; }
 
 .btn-secondary:hover, a.btn-secondary.underline, .page-terms-of-use #main-content a.btn-secondary, .page-social-media-terms #main-content a.btn-secondary {
   box-shadow: none; }
 
 /* ------------------------------------ *\
     ALTERNATE CTA BUTTON STYLES
 \* ------------------------------------*/
 .cta-btn {
   display: flex;
   align-items: center;
   justify-content: space-between;
   min-height: 46px;
   line-height: 1;
   font-family: "Roboto", sans-serif;
   font-size: 1rem;
   font-weight: 700;
   text-transform: uppercase;
   border-style: solid;
   border-width: 2px;
   width: fit-content; }
 
 .cta-btn > em, .cta-btn span {
   display: block;
   width: calc(90% + 46px);
   text-align: center;
   padding: 0 10px; }
 
 .cta-btn > span {
   font-style: italic; }
 
 .cta-btn.no-pad > em {
   padding: 0; }
 
 .cta-btn:after {
   content: "";
   margin-right: -1px;
   width: 46px;
   min-height: 46px;
   align-self: stretch; }
 
 .cta-btn:hover, a.cta-btn.underline, .page-terms-of-use #main-content a.cta-btn, .page-social-media-terms #main-content a.cta-btn {
   text-decoration: none; }
 
 .cta-btn:focus-within {
   outline: -webkit-focus-ring-color auto 1px; }
 
 .cta-btn:focus-visible {
   outline-offset: 1px;
   outline: 4px solid rgba(0, 103, 244, 0.5);
   outline: 4px solid rgba(255, 193, 7, 0.9); }
 
 .cta-btn.blue {
   border-color: #065baa;
   color: #065baa; }
 
 @media (max-width: 991.98px) {
   .cta-btn.blue > em {
     padding: 0 10px;
     font-size: 0.875rem; } }
 
 .cta-btn.blue:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-blue.svg) no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.blue.dl:after {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download.svg") no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.blue.dl:hover:after, a.cta-btn.blue.dl.underline:after, .page-terms-of-use #main-content a.cta-btn.blue.dl:after, .page-social-media-terms #main-content a.cta-btn.blue.dl:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-rubine.svg) no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.blue:hover, a.cta-btn.blue.underline, .page-terms-of-use #main-content a.cta-btn.blue, .page-social-media-terms #main-content a.cta-btn.blue {
   color: #d50056;
   background-color: transparent;
   border-color: #d50056;
   box-shadow: 0px 0px 4px #1b365d; }
 
 .cta-btn.blue:hover:after, a.cta-btn.blue.underline:after, .page-terms-of-use #main-content a.cta-btn.blue:after, .page-social-media-terms #main-content a.cta-btn.blue:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-rubine.svg) no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.blue-dark {
   border-color: #1b365d;
   color: #1b365d; }
 
 @media (max-width: 991.98px) {
   .cta-btn.blue-dark > em {
     padding: 0 10px;
     font-size: 0.875rem; } }
 
 .cta-btn.blue-dark:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-dark-blue.svg) no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.blue-dark.dl:after {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download.svg") no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.blue-dark.dl:hover:after, a.cta-btn.blue-dark.dl.underline:after, .page-terms-of-use #main-content a.cta-btn.blue-dark.dl:after, .page-social-media-terms #main-content a.cta-btn.blue-dark.dl:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-rubine.svg) no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.blue-dark:hover, a.cta-btn.blue-dark.underline, .page-terms-of-use #main-content a.cta-btn.blue-dark, .page-social-media-terms #main-content a.cta-btn.blue-dark {
   color: #d50056;
   background-color: transparent;
   border-color: #d50056;
   box-shadow: 0px 0px 4px #1b365d; }
 
 .cta-btn.blue-dark:hover:after, a.cta-btn.blue-dark.underline:after, .page-terms-of-use #main-content a.cta-btn.blue-dark:after, .page-social-media-terms #main-content a.cta-btn.blue-dark:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-rubine.svg) no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.white {
   border-color: #fff;
   color: #fff; }
 
 @media (max-width: 991.98px) {
   .cta-btn.white > em {
     padding: 0 10px;
     font-size: 0.875rem; } }
 
 .cta-btn.white:after {
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/btn-arrow-white.svg") no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.white.dl:after {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download-white.svg") no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.white.dl:hover:after, a.cta-btn.white.dl.underline:after, .page-terms-of-use #main-content a.cta-btn.white.dl:after, .page-social-media-terms #main-content a.cta-btn.white.dl:after {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download-white.svg") no-repeat 50% 50%;
   background-size: cover; }
 
 .cta-btn.white:hover, a.cta-btn.white.underline, .page-terms-of-use #main-content a.cta-btn.white, .page-social-media-terms #main-content a.cta-btn.white {
   color: #fff;
   background-color: #065baa;
   text-shadow: 0 0 10px #1b365d;
   box-shadow: 0px 0px 4px #1b365d; }
 
 .cta-btn.white:hover:after, a.cta-btn.white.underline:after, .page-terms-of-use #main-content a.cta-btn.white:after, .page-social-media-terms #main-content a.cta-btn.white:after {
   outline: 1px solid #fff;
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-arrow-white.svg) no-repeat 50% 50%;
   box-shadow: 0px 0px 4px #1b365d; }
 
 .cta-btn.boxless {
   border: none;
   box-shadow: none;
   color: #fff;
   text-decoration: underline; }
 
 .cta-btn.boxless:after {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg") no-repeat 50% 50%; }
 
 .cta-btn.boxless.dl:after {
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/icon-dl-white.svg") no-repeat 50% 50%;
   background-size: 50% 50%; }
 
 .cta-btn.boxless:hover, a.cta-btn.boxless.underline, .page-terms-of-use #main-content a.cta-btn.boxless, .page-social-media-terms #main-content a.cta-btn.boxless {
   box-shadow: none;
   color: #FFC655;
   text-decoration: underline; }
 
 .cta-btn.boxless > em {
   line-height: 22px;
   text-align: left; }
 
 .cta-btn.sm {
   width: fit-content; }
 
 @media (min-width: 991px) {
   .cta-btn.sm {
     width: 200px; } }
 
 .cta-btn.md {
   width: fit-content; }
 
 @media (min-width: 991px) {
   .cta-btn.md {
     width: 250px; } }
 
 .cta-btn.lg {
   width: fit-content; }
 
 @media (min-width: 991px) {
   .cta-btn.lg {
     width: 345px; } }
 
 .cta-btn.wide-cta {
   width: fit-content; }
 
 .cta-btn.wide-cta > em {
   width: auto; }
 
 .cta-btn.prv-3l {
   font-size: 0.9375rem;
   margin: 0 -15px; }
 
 @media (min-width: 768px) {
   .cta-btn.prv-3l {
     font-size: inherit;
     margin: inherit; } }
 
 .cta-btn.prv-3l.on-xs {
   margin-left: -20px;
   letter-spacing: -0.01rem; }
 
 @media (min-width: 768px) {
   .cta-btn.prv-3l.on-xs {
     margin: inherit;
     letter-spacing: normal; } }
 
 .cta-btn.prv-3l.on-md {
   font-size: 0.9375rem;
   margin: inherit; }
 
 @media (min-width: 768px) {
   .cta-btn.prv-3l.on-md {
     font-size: inherit;
     margin: inherit;
     letter-spacing: normal; } }
 
 /*------------------------------------*\
   #VIDEO PLAYER
 \*------------------------------------*/
 .play-btn,
 .carousel-pause-btn {
   display: block;
   width: 0;
   height: 0;
   border-top: 11px solid transparent;
   border-bottom: 11px solid transparent;
   border-left: 11px solid #fff;
   position: relative;
   left: 14px;
   z-index: 1;
   transition: all 0.3s;
   margin-bottom: 40px;
   cursor: pointer; }
 
 .play-btn:before,
 .carousel-pause-btn:before {
   content: '';
   position: absolute;
   top: -16px;
   left: -25px;
   bottom: -16px;
   right: -7px;
   border-radius: 50%;
   border: 2px solid #fff;
   z-index: 2;
   transition: all 0.3s; }
 
 .play-btn:after,
 .carousel-pause-btn:after {
   content: '';
   opacity: 0;
   transition: opacity 0.6s; }
 
 .play-btn:hover:before, a.play-btn.underline:before, .page-terms-of-use #main-content a.play-btn:before, .page-social-media-terms #main-content a.play-btn:before, .play-btn:focus:before,
 .carousel-pause-btn:hover:before,
 a.carousel-pause-btn.underline:before,
 .page-terms-of-use #main-content a.carousel-pause-btn:before,
 .page-social-media-terms #main-content a.carousel-pause-btn:before,
 .carousel-pause-btn:focus:before {
   transform: scale(1.1); }
 
 .play-btn.active,
 .carousel-pause-btn.active {
   border-color: transparent; }
 
 .play-btn.active:after,
 .carousel-pause-btn.active:after {
   content: '||';
   opacity: 1;
   width: 33px;
   height: 33px;
   position: absolute;
   right: -8px;
   top: -12px;
   color: white;
   font-size: 1.375rem;
   font-weight: bold;
   text-align: center; }
 
 .play-btn span,
 .carousel-pause-btn span {
   position: relative;
   top: 16px;
   left: -48px;
   display: block;
   width: 80px;
   color: #fff;
   font-style: italic;
   text-transform: uppercase;
   text-align: center; }
 
 /* ------------------------------------ *\
     NEW SUBMIT BUTTON STYLES
 \*------------------------------------*/
 .submit-btn {
   background-color: #fff;
   border: 2px solid #065baa;
   color: #065baa;
   display: flex;
   align-items: center;
   gap: 20px;
   padding: 0;
   margin: 0 0 5px 0;
   font-size: 1rem;
   padding-left: 15px;
   font-weight: bold;
   font-weight: 700;
   font-style: italic;
   text-transform: uppercase; }
 
 .submit-btn > span {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 45px;
   height: 45px;
   color: #fff;
   background-color: #065baa; }
 
 .submit-btn > span:hover {
   background-color: #d50056; }
 
 .submit-btn:hover, a.submit-btn.underline, .page-terms-of-use #main-content a.submit-btn, .page-social-media-terms #main-content a.submit-btn {
   border: 2px solid #d50056;
   color: #d50056;
   cursor: pointer; }
 
 .submit-btn:hover span, a.submit-btn.underline span, .page-terms-of-use #main-content a.submit-btn span, .page-social-media-terms #main-content a.submit-btn span {
   background-color: #d50056; }
 
 .form-group + .submit-btn {
   background-color: #fff;
   border: 2px solid #065baa;
   color: #065baa;
   display: flex;
   align-items: center;
   gap: 20px;
   padding: 0.69rem 4.15rem 0.69rem 0.75rem;
   margin: 0 0 5px 0;
   font-size: 1rem;
   padding-left: 15px;
   font-weight: bold;
   font-weight: 700;
   font-style: italic;
   text-transform: uppercase;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-blue.svg) no-repeat 100% 50%; }
 
 .form-group + .submit-btn:hover, .form-group + a.submit-btn.underline, .page-terms-of-use #main-content .form-group + a.submit-btn, .page-social-media-terms #main-content .form-group + a.submit-btn {
   border: 2px solid #d50056;
   color: #d50056;
   cursor: pointer;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-rubine.svg) no-repeat 100% 50%; }
 
 /*------------------------------------
   #CALLOUTS
 ------------------------------------*/
 .callout-box {
   position: relative;
   margin: 0 auto 20px;
   border-width: 2px;
   border-style: solid;
   border-color: transparent;
   overflow: hidden; }
 
 .callout-box.no-border {
   border: none; }
 
 .callout-box.no-clip {
   clip-path: none; }
 
 .callout-box.no-clip:after {
   display: none; }
 
 .callout-box.blue {
   border-color: #107fcd; }
 
 .callout-box.blue:after {
   border-color: #107fcd; }
 
 .callout-box.white {
   border-color: #fff; }
 
 .callout-box.white:after {
   border-color: #fff; }
 
 .callout-box.green {
   border-color: #3CA00C; }
 
 .callout-box.green:after {
   border-color: #3CA00C; }
 
 .callout-box.red {
   border-color: #d50056; }
 
 .callout-box.red:after {
   border-color: #d50056; }
 
 .callout-box.gold {
   border-color: #ff981c; }
 
 .callout-box.gold:after {
   border-color: #ff981c; }
 
 .callout-box.teal {
   border-color: #cde9ee; }
 
 .callout-box.teal:after {
   border-color: #cde9ee; }
 
 .callout-box.bg-gold {
   background-image: linear-gradient(#ffc656, #ff991d);
   border-width: 0;
   color: #1b365d; }
 
 .callout-box.bg-gold-7 {
   background-image: linear-gradient(rgba(255, 198, 86, 0.7) 0%, rgba(255, 153, 29, 0.7) 100%);
   border-width: 0; }
 
 .callout-box.bg-blue {
   background-image: linear-gradient(#107fcd, #065baa);
   border-width: 0; }
 
 .callout-box.bg-blue-7 {
   background-image: linear-gradient(rgba(16, 127, 205, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%);
   border-width: 0; }
 
 .callout-box.bg-blue-light {
   background-image: linear-gradient(#40b4e5, #107fcd);
   border-width: 0; }
 
 .callout-box.bg-blue-darker {
   background-image: linear-gradient(#065baa, #1B365D);
   border-width: 0; }
 
 .callout-box.bg-blue-darker-7 {
   background-image: linear-gradient(rgba(27, 54, 93, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%);
   border-width: 0; }
 
 .callout-box.bg-red {
   background-image: linear-gradient(#d50056, #950051);
   border-width: 0;
   color: #fff; }
 
 .callout-box.bg-green {
   background-image: linear-gradient(180deg, #3CA00C 1%, #1F612F 100%);
   border-width: 0;
   color: #fff; }
 
 .callout-box.bg-teal {
   background-image: linear-gradient(#cde9ee, #9bd3dd);
   border-width: 0;
   color: #fff; }
 
 .callout-box.bg-lt-blue {
   opacity: 0.2;
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%); }
 
 .callout-box .content-wrap {
   padding: 25px 30px; }
 
 .callout-box .text-blue-light {
   color: #40b4e5; }
 
 .callout-box .text-white {
   color: #fff; }
 
 .cta-link-box {
   position: relative;
   margin-bottom: 1em;
   border-width: 2px;
   border-style: solid;
   border-color: transparent;
   display: flex;
   align-content: center;
   align-items: center;
   min-height: 150px; }
 
 .cta-link-box h3 {
   font-size: 0.625rem; }
 
 .cta-link-box span {
   position: relative;
   padding: 0 70px 0 15px;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.125rem;
   font-weight: 700;
   text-transform: uppercase; }
 
 @media (min-width: 768px) {
   .cta-link-box span {
     padding: 0 100px 0 40px;
     font-size: 1.25rem; } }
 
 .cta-link-box span:after {
   content: "";
   position: absolute;
   display: inline-block;
   top: 50%;
   right: 25px;
   transform: translateY(-50%);
   width: 20px;
   height: 24px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 100% 50%; }
 
 .cta-link-box.blue {
   border-color: #107fcd; }
 
 .cta-link-box.blue:after {
   border-color: #107fcd; }
 
 .cta-link-box.blue:hover, a.cta-link-box.blue.underline, .page-terms-of-use #main-content a.cta-link-box.blue, .page-social-media-terms #main-content a.cta-link-box.blue {
   background-image: linear-gradient(#CCE7EC, #9BD3DD); }
 
 .cta-link-box.white {
   border-color: #fff; }
 
 .cta-link-box.white:after {
   border-color: #fff; }
 
 .cta-link-box.white:hover, a.cta-link-box.white.underline, .page-terms-of-use #main-content a.cta-link-box.white, .page-social-media-terms #main-content a.cta-link-box.white {
   background-image: linear-gradient(#065BAA, #002071); }
 
 .cta-link-box.green {
   border-color: #78be20; }
 
 .cta-link-box.green:after {
   border-color: #78be20; }
 
 .cta-link-box.red {
   border-color: #d50056; }
 
 .cta-link-box.red:after {
   border-color: #d50056; }
 
 .cta-link-box.gold {
   border-color: #ff981c; }
 
 .cta-link-box.gold:after {
   border-color: #ff981c; }
 
 .page-landing-callout {
   padding: 22px 20px 0 20px;
   position: relative; }
 
 @media (min-width: 768px) {
   .page-landing-callout {
     padding: 10px 60px 10px 40px;
     height: 150px; } }
 
 .page-landing-callout:before {
   content: "";
   position: absolute;
   width: 12px;
   height: 17px;
   right: 20px;
   top: 22px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/medicine-blue-arrow.svg) no-repeat 0 0;
   background-size: contain; }
 
 .page-landing-callout .page-callout-header {
   font-size: 1.5rem;
   margin: 0px;
   letter-spacing: inherit;
   text-transform: inherit; }
 
 .crosslink {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1em;
   min-height: 170px;
   border-width: 2px;
   border-style: solid;
   color: #fff;
   border-color: #fff; }
 
 .crosslink:after {
   border-color: #fff; }
 
 .crosslink a {
   color: #fff; }
 
 .crosslink nav {
   padding: 1.7rem .9rem;
   width: 87%; }
 
 @media (min-width: 768px) {
   .crosslink nav {
     padding: 0; } }
 
 .crosslink h3 {
   position: relative;
   font-size: 1.5rem;
   text-transform: none;
   letter-spacing: 0;
   line-height: 1;
   padding-right: .5em;
   margin-bottom: .5em; }
 
 .crosslink h3:after {
   content: "";
   position: absolute;
   display: inline-block;
   top: 0;
   right: -10px;
   width: 20px;
   height: 28px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 0 3px; }
 
 .crosslink span {
   position: relative;
   font-size: 1.125rem; }
 
 .crosslink p {
   margin-bottom: 0;
   padding-right: 0; }
 
 @media (min-width: 768px) {
   .crosslink p {
     padding-right: 15px; } }
 
 .crosslink:hover, a.crosslink.underline, .page-terms-of-use #main-content a.crosslink, .page-social-media-terms #main-content a.crosslink {
   background-color: #fff;
   color: #065baa;
   box-shadow: none; }
 
 .crosslink:hover h3:after, a.crosslink.underline h3:after, .page-terms-of-use #main-content a.crosslink h3:after, .page-social-media-terms #main-content a.crosslink h3:after {
   content: "";
   position: absolute;
   display: inline-block;
   top: 0;
   right: -10px;
   width: 20px;
   height: 28px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret_blue.svg) no-repeat 0 3px; }
 
 .crosslink.white:hover, a.crosslink.white.underline, .page-terms-of-use #main-content a.crosslink.white, .page-social-media-terms #main-content a.crosslink.white, .crosslink.perspectives:hover, a.crosslink.perspectives.underline, .page-terms-of-use #main-content a.crosslink.perspectives, .page-social-media-terms #main-content a.crosslink.perspectives, .crosslink.w-img:hover, a.crosslink.w-img.underline, .page-terms-of-use #main-content a.crosslink.w-img, .page-social-media-terms #main-content a.crosslink.w-img {
   color: #fff;
   background-image: linear-gradient(#065BAA, #002071); }
 
 .crosslink.white:hover h3:after, a.crosslink.white.underline h3:after, .page-terms-of-use #main-content a.crosslink.white h3:after, .page-social-media-terms #main-content a.crosslink.white h3:after, .crosslink.perspectives:hover h3:after, a.crosslink.perspectives.underline h3:after, .page-terms-of-use #main-content a.crosslink.perspectives h3:after, .page-social-media-terms #main-content a.crosslink.perspectives h3:after, .crosslink.w-img:hover h3:after, a.crosslink.w-img.underline h3:after, .page-terms-of-use #main-content a.crosslink.w-img h3:after, .page-social-media-terms #main-content a.crosslink.w-img h3:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 0 3px; }
 
 .crosslink.perspectives {
   min-height: 150px; }
 
 .crosslink.perspectives h5 {
   position: relative;
   padding-right: 5rem;
   font-size: 1.375rem;
   text-transform: uppercase;
   line-height: 1.2; }
 
 .crosslink.perspectives h5:after {
   content: "";
   position: absolute;
   display: inline-block;
   top: 0;
   right: -10px;
   width: 20px;
   height: 100%;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 0 50%; }
 
 .crosslink.w-img {
   align-items: flex-start;
   /*padding: 25px 0;*/ }
 
 @media (min-width: 768px) {
   .crosslink.w-img {
     align-items: center; } }
 
 .crosslink.w-img nav {
   padding: 1.7em .9em;
   width: 100%; }
 
 @media (min-width: 768px) {
   .crosslink.w-img nav {
     padding: 0;
     width: 55%; } }
 
 .crosslink.w-img nav h3 {
   margin: 0 0 .5em 0;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.25rem;
   font-weight: 800;
   letter-spacing: normal; }
 
 @media (min-width: 768px) {
   .crosslink.w-img nav h3 {
     font-size: 1.375rem; } }
 
 .crosslink.w-img nav h3:after {
   content: '';
   background-image: none; }
 
 .crosslink.w-img nav p {
   position: relative;
   line-height: 1.2; }
 
 .crosslink.w-img nav p span:after {
   content: "";
   position: absolute;
   display: inline-block;
   top: 0;
   left: 7px;
   width: 10px;
   height: 18px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 0 0; }
 
 .crosslink.w-img figure {
   position: absolute;
   top: 10px;
   right: 10px;
   margin: 0px 4px 0 0;
   width: 20%; }
 
 @media (min-width: 768px) {
   .crosslink.w-img figure {
     position: relative;
     top: auto;
     right: auto;
     margin: 0;
     width: 30%; } }
 
 .crosslink.w-img figure img {
   margin: 0;
   width: 100%; }
 
 @media (min-width: 768px) {
   .crosslink.w-img figure img {
     width: auto; } }
 
 .crosslink.w-img:hover h3:after, a.crosslink.w-img.underline h3:after, .page-terms-of-use #main-content a.crosslink.w-img h3:after, .page-social-media-terms #main-content a.crosslink.w-img h3:after {
   content: '';
   background: none; }
 
 .crosslink.blue {
   color: #065BAA;
   border: none;
   background-color: #fff; }
 
 .crosslink.blue:after {
   border: none; }
 
 .crosslink.blue:hover, a.crosslink.blue.underline, .page-terms-of-use #main-content a.crosslink.blue, .page-social-media-terms #main-content a.crosslink.blue {
   background-image: linear-gradient(#CCE7EC, #9BD3DD); }
 
 .crosslink.blue h3:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret_blue.svg) no-repeat 0 9px; }
 
 .crosslink.over-light {
   color: #fff;
   border: none;
   background-color: #065BAA; }
 
 .crosslink.over-light:after {
   border: none; }
 
 .crosslink.over-light:hover, a.crosslink.over-light.underline, .page-terms-of-use #main-content a.crosslink.over-light, .page-social-media-terms #main-content a.crosslink.over-light {
   background-image: linear-gradient(#065BAA, #002071); }
 
 .crosslink.over-light:hover h3:after, a.crosslink.over-light.underline h3:after, .page-terms-of-use #main-content a.crosslink.over-light h3:after, .page-social-media-terms #main-content a.crosslink.over-light h3:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 0 3px; }
 
 .crosslink.over-light h3:after {
   /*background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret_blue.svg) no-repeat 0 9px;*/ }
 
 .crosslink:focus-visible {
   outline-offset: 1px;
   outline: 4px solid rgba(0, 103, 244, 0.5);
   outline: 4px solid rgba(255, 193, 7, 0.9); }
 
 .crosslink_neo {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
   margin: 25px 0;
   padding: 30px 0;
   width: 100%;
   height: auto;
   border-radius: 10px;
   background-image: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%); }
 
 @media (min-width: 768px) {
   .crosslink_neo {
     flex-direction: row;
     align-items: start;
     width: 918px;
     padding: 30px 90px;
     /* height: 170px;*/ } }
 
 .crosslink_neo .pod {
   flex-basis: 85px;
   /*margin-top: 32px;
             margin-bottom: 20px; bmh - Feb release*/
   width: 80%;
   color: #1B365D; }
 
 @media (min-width: 768px) {
   .crosslink_neo .pod {
     /*margin-bottom: 32px;  bmh - Feb release*/
     flex-basis: 301px;
     width: inherit; } }
 
 .crosslink_neo .pod .header-label {
   margin-bottom: 20px;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   font-size: 1.5rem;
   letter-spacing: 0;
   line-height: 1; }
 
 @media (min-width: 768px) {
   .crosslink_neo .pod .header-label {
     margin-bottom: 30px; } }
 
 .crosslink_neo .pod .header-label:after {
   content: '';
   display: inline-block;
   margin-left: 13px;
   width: 9px;
   height: 17px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/global/link-indicator-caret.svg) no-repeat 0 0; }
 
 @media (min-width: 768px) {
   .crosslink_neo .pod .header-label:after {
     margin-left: 20px; } }
 
 .crosslink_neo .pod .link-label {
   margin-bottom: 0;
   font-family: "Roboto", sans-serif;
   font-size: 1.125rem;
   letter-spacing: 0;
   line-height: 1.2; }
 
 .crosslink_neo .pod.alpha {
   position: relative;
   margin-bottom: 20px; }
 
 @media (min-width: 768px) {
   .crosslink_neo .pod.alpha {
     margin-bottom: inherit; } }
 
 .crosslink_neo .pod > a {
   color: #1B365D;
   text-decoration: none; }
 
 .crosslink_neo .pod > a .header-label, .crosslink_neo .pod > a .link-label {
   color: #1B365D; }
 
 .crosslink_neo .divider {
   content: '';
   position: absolute;
   display: block;
   width: 80%;
   height: 1px;
   background-color: #1B365D;
   opacity: 0; }
 
 @media (min-width: 768px) {
   .crosslink_neo .divider {
     left: 50%;
     width: 1px;
     height: calc(50% - 1px);
     opacity: 1; } }
 
 .cta-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 135px 0 0 0;
   min-height: 350px;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .cta-box {
     flex-direction: row;
     justify-content: flex-start;
     margin: 50px 0; } }
 
 .cta-box .shield, .cta-box .img-badge {
   position: absolute;
   top: -95px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   z-index: 2; }
 
 @media (min-width: 768px) {
   .cta-box .shield, .cta-box .img-badge {
     top: 0;
     margin-top: 0; } }
 
 .cta-box .shield img, .cta-box .img-badge img {
   width: 225px;
   height: 225px; }
 
 @media (min-width: 768px) {
   .cta-box .shield img, .cta-box .img-badge img {
     width: 345px;
     height: 345px; } }
 
 .cta-box .flag {
   display: flex;
   align-items: center;
   margin-left: 0;
   min-height: 180px; }
 
 @media (min-width: 768px) {
   .cta-box .flag {
     margin-left: 175px; } }
 
 .cta-box .flag .content {
   width: 90%;
   margin: 0 auto;
   padding: 150px 0 20px 0; }
 
 @media (min-width: 768px) {
   .cta-box .flag .content {
     width: 51%;
     height: 90%;
     margin-left: 225px;
     padding: initial; } }
 
 .cta-box .flag .content p:last-child {
   margin-bottom: 0; }
 
 .cta-box.rgt .shield {
   right: 0; }
 
 .cta-box.rgt .flag {
   margin-left: initial;
   margin-right: 175px; }
 
 .cta-box.rgt .content {
   margin-left: 85px;
   margin-right: 225px; }
 
 .cta-box.ctr {
   align-items: flex-start; }
 
 .cta-box.ctr .shield, .cta-box.ctr .img-badge {
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%); }
 
 .cta-box.ctr .flag {
   margin-top: 175px;
   margin-left: initial;
   width: 100%; }
 
 .cta-box.ctr .content {
   margin: 0 auto;
   padding-top: 220px;
   padding-bottom: 50px;
   width: 80%; }
 
 .badged-cta {
   display: flex;
   gap: 50px;
   margin: 20px 0; }
 
 .badged-cta .badge {
   margin: 0;
   width: 110px;
   height: 110px; }
 
 .badged-cta .badge img {
   width: 100%; }
 
 .badged-cta .label-wrap > p {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1; }
 
 .cta-group {
   display: flex;
   gap: 20px;
   flex-direction: column;
   align-items: center; }
 
 @media (min-width: 768px) {
   .cta-group {
     flex-direction: row; } }
 
 .cta-group-img {
   width: 60%; }
 
 @media (min-width: 768px) {
   .cta-group-img {
     width: 25%; } }
 
 .cta-group-img img {
   max-width: 100%; }
 
 @media (min-width: 768px) {
   .cta-group-img img {
     max-width: 100%; } }
 
 .cta-group-info {
   width: 100%; }
 
 @media (min-width: 768px) {
   .cta-group-info {
     width: 75%; } }
 
 .cta-group-info-header {
   font-size: 3rem;
   line-height: 1; }
 
 .cta-group-info p {
   margin-bottom: 30px; }
 
 .cta-group-info > .cta-btn {
   margin: 0; }
 
 @media (min-width: 768px) {
   .cta-group-info > .cta-btn {
     margin: 0; } }
 
 .cta-group-header {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 3rem;
   font-weight: 700;
   line-height: 1; }
 
 /*------------------------------------*\
   #MEDIA ORDER
 \*------------------------------------*/
 .media,
 .media-reverse {
   display: flex;
   flex-direction: column;
   align-items: flex-start; }
 
 @media (min-width: 768px) {
   .media,
   .media-reverse {
     align-items: flex-start;
     flex-direction: row; } }
 
 .media-reverse > .media-object {
   order: 1; }
 
 .media-reverse-m > .media-object {
   order: 0;
   align-self: center; }
 
 @media (min-width: 768px) {
   .media-reverse-m > .media-object {
     order: 1; } }
 
 .media-body {
   flex: 1; }
 
 /*------------------------------------*\
   #COOKIE MESSAGE
 \*------------------------------------*/
 .cookie-msg {
   background-image: linear-gradient(#107fcd, #065baa);
   color: #fff;
   font-size: 0.875rem;
   text-align: center;
   padding: 20px 10px; }
 
 .cookie-msg.cookie-accepted {
   display: none; }
 
 /*------------------------------------
   #EXTRAS
 ------------------------------------*/
 /*------------------------------------*\
   #COOKIE CONSENT OVERRIDES
 \*------------------------------------*/
 .cc-window {
   position: fixed;
   background-image: linear-gradient(#107fcd, #065baa);
   color: #fff;
   font-size: 0.875rem;
   text-align: center;
   padding: 20px 10px;
   margin-bottom: 0;
   align-items: center; }
 
 .cc-window.cc-banner {
   flex-direction: column; }
 
 .cc-window .cc-btn {
   font-size: 1rem;
   /* padding: 0.375rem 0.75rem;*/ }
 
 .cc-window .cc-message {
   margin: 25px 0; }
 
 @media (min-width: 768px) {
   .cc-window .cc-message {
     margin: 20px 100px 5px; } }
 
 .cc-window .cc-compliance {
   margin-top: 10px; }
 
 .cc-window a {
   color: #fff; }
 
 /*------------------------------------*\
   #MODAL OVERRIDES
 \*------------------------------------*/
 .modal {
   background: rgba(6, 91, 170, 0.7); }
 
 .modal .modal-footer {
   justify-content: space-evenly; }
 
 /*------------------------------------*\
   #SOCIAL LINKS
 \*------------------------------------*/
 .social-links {
   display: inline-flex;
   margin-bottom: 20px; }
 
 @media (min-width: 768px) {
   .social-links {
     margin-bottom: 0; } }
 
 .social-links a {
   box-shadow: none; }
 
 .social-links a:hover, .social-links a.underline, .social-links .page-terms-of-use #main-content a, .page-terms-of-use #main-content .social-links a, .social-links .page-social-media-terms #main-content a, .page-social-media-terms #main-content .social-links a {
   box-shadow: none; }
 
 .social-links .social-link-container {
   display: inline-flex;
   flex-wrap: wrap;
   margin-bottom: 1.5em;
   list-style: none;
   margin-bottom: 0;
   padding-left: 0; }
 
 .social-links .social-link-container .social-link-item {
   flex-shrink: 0;
   margin-left: 8px;
   margin-right: 8px;
   text-align: center; }
 
 .social-links img {
   width: 20px;
   height: 20px; }
 
 /*------------------------------------*\
   #NEWSROOM SLIDER
 \*------------------------------------*/
 .newsroom-container {
   color: #fff;
   height: 240px;
   padding: 20px; }
 
 .newsroom-container.blue-bg-7 {
   background-image: linear-gradient(rgba(16, 127, 205, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%); }
 
 .newsroom-container.green-bg {
   background-image: linear-gradient(#78be20, #3ca00c); }
 
 .newsroom-container .newsroom-content {
   margin-bottom: 20px; }
 
 .newsroom-container .newsroom-content h6 {
   font-size: 1.125rem;
   font-weight: 700; }
 
 .newsroom-container .newsroom-content time {
   font-weight: 400; }
 
 .newsroom-container .newsroom-content .carousel {
   padding-bottom: 30px; }
 
 .newsroom-container .newsroom-content .carousel .carousel-pause-btn {
   position: absolute;
   bottom: 0;
   right: 10px;
   left: auto;
   margin: 0 0 30px 0;
   z-index: 6; }
 
 .newsroom-container .newsroom-content .carousel .carousel-pause-btn:focus {
   outline: 0; }
 
 .newsroom-container .newsroom-content .carousel-inner {
   padding-right: 60px;
   height: 125px;
   -ms-overflow-style: none; }
 
 @media (min-width: 768px) {
   .newsroom-container .newsroom-content .carousel-inner {
     height: 170px; } }
 
 .newsroom-container .newsroom-content .carousel-inner .carousel-item {
   position: relative; }
 
 @media (min-width: 768px) {
   .newsroom-container .newsroom-content .carousel-inner .carousel-item {
     height: 180px; } }
 
 .newsroom-container .newsroom-content .carousel-inner .carousel-item a {
   box-shadow: none;
   color: #fff;
   position: relative;
   display: block;
   /* &:after {
                         content: '';
                         position: absolute;
                         width: 40px;
                         height: 40px;
                         right: -60px;
                         top: 30px;
                         background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-arrow-white.svg) no-repeat 0 0 / 40px 40px;
                     }*/ }
 
 .newsroom-container .newsroom-content .carousel-inner .carousel-item a:hover p, .newsroom-container .newsroom-content .carousel-inner .carousel-item a.underline p, .newsroom-container .newsroom-content .carousel-inner .carousel-item .page-terms-of-use #main-content a p, .page-terms-of-use #main-content .newsroom-container .newsroom-content .carousel-inner .carousel-item a p, .newsroom-container .newsroom-content .carousel-inner .carousel-item .page-social-media-terms #main-content a p, .page-social-media-terms #main-content .newsroom-container .newsroom-content .carousel-inner .carousel-item a p {
   text-decoration: underline; }
 
 .newsroom-container .newsroom-content .carousel-inner .carousel-item a:focus {
   outline: 0; }
 
 .newsroom-container .newsroom-content .carousel-indicators {
   margin: 0; }
 
 .newsroom-container .newsroom-content .carousel-indicators li {
   width: 100%;
   opacity: 1; }
 
 .newsroom-container .newsroom-content .carousel-indicators li.active {
   background-color: #1b365d;
   opacity: 1; }
 
 .newsroom-container .newsroom-content .carousel-indicators li:focus {
   outline: 0; }
 
 .newsroom-container .newsroom-content .carousel-control-prev:hover, .newsroom-container .newsroom-content a.carousel-control-prev.underline, .newsroom-container .newsroom-content .page-terms-of-use #main-content a.carousel-control-prev, .page-terms-of-use #main-content .newsroom-container .newsroom-content a.carousel-control-prev, .newsroom-container .newsroom-content .page-social-media-terms #main-content a.carousel-control-prev, .page-social-media-terms #main-content .newsroom-container .newsroom-content a.carousel-control-prev,
 .newsroom-container .newsroom-content .carousel-control-next:hover,
 .newsroom-container .newsroom-content a.carousel-control-next.underline,
 .newsroom-container .newsroom-content .page-terms-of-use #main-content a.carousel-control-next,
 .page-terms-of-use #main-content .newsroom-container .newsroom-content a.carousel-control-next,
 .newsroom-container .newsroom-content .page-social-media-terms #main-content a.carousel-control-next,
 .page-social-media-terms #main-content .newsroom-container .newsroom-content a.carousel-control-next {
   box-shadow: none; }
 
 .newsroom-container .social-links {
   display: block;
   margin-bottom: 0; }
 
 @media (min-width: 768px) {
   .newsroom-container .social-links {
     display: inline-flex; } }
 
 .newsroom-container .social-links h6 {
   font-style: italic; }
 
 @media (min-width: 768px) {
   .newsroom-container .social-links h6 {
     margin-top: 4px;
     margin-bottom: 0; } }
 
 /*------------------------------------*\
   #AUDIO PLAYER
 \*------------------------------------*/
 .audio-link-wrapper {
   margin-bottom: 20px; }
 
 .audio-link-wrapper .audio-link {
   display: inline-flex;
   margin-left: 80px;
   min-height: 60px;
   font-size: 1rem;
   font-weight: bold;
   font-style: italic;
   line-height: 20px;
   color: #40b4e5;
   text-transform: uppercase; }
 
 .audio-link-wrapper .icon-audio:before {
   content: "";
   position: absolute;
   top: 0;
   margin-left: -80px;
   width: 60px;
   height: 60px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-audio.svg) no-repeat 0 0; }
 
 .audio-link-wrapper .icon-audio.orange:before {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-audio-blu.svg) no-repeat 0 0;
   width: 65px;
   height: 65px; }
 
 .audio-link-wrapper .audio-player {
   display: none;
   margin: 10px 0;
   width: 100%; }
 
 .audio-link-wrapper .audio-transcript-link {
   display: none;
   width: max-content;
   margin-left: 0;
   padding: 5px 10px 5px 0;
   font-style: italic !important;
   font-size: 1rem;
   text-decoration: underline !important;
   box-shadow: none !important; }
 
 /*------------------------------------*\
   #QUOTE BOX
 \*------------------------------------*/
 .quote-box {
   margin-top: 120px; }
 
 .quote-box .quote-img {
   position: absolute;
   top: -120px;
   left: 50%;
   width: 220px;
   height: 220px;
   transform: translateX(-50%);
   z-index: 100; }
 
 .quote-box .quote-img > img {
   width: 100%; }
 
 .quote-box .quote-img:after {
   content: '';
   position: absolute;
   top: 180px;
   left: 50%;
   width: 65px;
   height: 65px;
   transform: translateX(-50%);
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/quote-mark-green.svg) no-repeat 50% 0;
   background-size: contain; }
 
 .quote-box .quote-img.blue:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/quote-mark-blue.svg) no-repeat 50% 0; }
 
 .quote-box .quote-img.green:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/quote-mark-green.svg) no-repeat 50% 0; }
 
 .quote-box .quote-img.gold:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/quote-mark-gold.svg) no-repeat 50% 0; }
 
 .quote-box .quote-content {
   padding: 140px 30px 30px 30px; }
 
 @media (min-width: 768px) {
   .quote-box .quote-content {
     padding-left: 60px;
     padding-right: 60px; } }
 
 .quote-box blockquote p {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.125rem;
   font-style: italic; }
 
 .quote-box .quote-title {
   font-size: 0.875rem; }
 
 .checkmark:focus, .checkmark:focus-visible {
   box-shadow: 0 1px 10px rgba(0, 20, 211, 0.8);
   box-shadow: 0 0 0 0.2rem rgba(0, 103, 244, 0.5); }
 
 .checkmark.js-focus {
   box-shadow: 0 1px 10px rgba(0, 20, 211, 0.8);
   box-shadow: 0 0 0 0.2rem rgba(0, 103, 244, 0.5); }
 
 /*------------------------------------*\
   #SCROLL TO TOP
 \*------------------------------------*/
 .scrolltotop {
   display: none;
   overflow: hidden;
   position: fixed;
   bottom: 80px;
   right: 20px;
   color: #fff;
   font-family: "Roboto", sans-serif;
   font-weight: 700;
   font-size: 0.875rem;
   font-style: italic;
   text-align: center;
   text-transform: uppercase;
   line-height: 1.2;
   /*width: 70px;
     height: 70px;*/
   min-width: 70px;
   min-height: 70px;
   padding: 24px 10px 0;
   border-radius: 50%;
   background-image: linear-gradient(rgba(64, 180, 229, 0.7) 0%, rgba(16, 127, 205, 0.7) 100%);
   box-shadow: 0 2px 84px 0 #1b365d;
   cursor: pointer;
   z-index: 9999; }
 
 .scrolltotop:hover, a.scrolltotop.underline, .page-terms-of-use #main-content a.scrolltotop, .page-social-media-terms #main-content a.scrolltotop {
   color: #fff;
   box-shadow: 0 2px 84px 0 #1b365d; }
 
 .scrolltotop .arrow:after {
   top: -18px;
   left: 14px;
   transform: rotate(-90deg); }
 
 .modal-open .scrolltotop {
   opacity: 0;
   transition: opacity ease-out 500ms; }
 
 /*------------------------------------
   #HELPERS
 ------------------------------------*/
 .flex {
   display: flex; }
 
 .block {
   display: block; }
 
 img.center {
   margin: 0 auto;
   text-align: center; }
 
 .center {
   text-align: center; }
 
 .center-j {
   justify-content: center; }
 
 .t-upper {
   text-transform: uppercase; }
 
 .job-code .job-code-date {
   display: flex; }
 
 strong,
 .perspectives .blog-content .references ol li::marker {
   font-weight: 500; }
 
 .bold {
   font-weight: 500; }
 
 .italic {
   font-style: italic; }
 
 /*------------------------------------
   #FILTER
 ------------------------------------*/
 .form-filter-container .form-filter .form-check {
   padding-left: 0; }
 
 .form-filter-container .form-filter .control-label {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1.75rem;
   letter-spacing: normal; }
 
 .form-filter-container .form-filter .checkbox {
   padding-left: 40px;
   margin-left: 20px; }
 
 .form-filter-container .form-filter .lead-line:before {
   content: "";
   position: absolute;
   left: -20px;
   top: 0;
   width: 5px;
   height: 100%;
   border-radius: 5px; }
 
 .form-filter-container .form-filter .lead-line.lead-cardiovascular-metabolic:before {
   background-color: #950051; }
 
 .form-filter-container .form-filter .lead-line.lead-general-medicine:before {
   background-color: #ff981c; }
 
 .form-filter-container .form-filter .lead-line.lead-hematology:before {
   background-color: #d50057; }
 
 .form-filter-container .form-filter .lead-line.lead-immunology-inflammation:before {
   background-color: #065baa; }
 
 .form-filter-container .form-filter .lead-line.lead-infectious-diseases:before {
   background-color: #b7b09c; }
 
 .form-filter-container .form-filter .lead-line.lead-oncology:before {
   background-color: #ff981c; }
 
 .form-filter-container .form-filter .lead-line.lead-ophthalmology:before {
   background-color: #78be20; }
 
 .form-filter-container .form-filter .lead-line.lead-pain-neurology:before {
   background-color: #1b365d; }
 
 .form-filter-container .form-filter .lead-line.lead-rare-diseases:before {
   background-color: #9bd3dd; }
 
 .form-filter-container .form-filter .lead-line.lead-genetics:before {
   background-color: #d50056; }
 
 .form-filter-container .form-filter .lead-line.lead-research-dev:before {
   background-color: #ffc656; }
 
 .form-filter-container .form-filter .lead-line.lead-clinical-research:before {
   background-color: #78be20; }
 
 .form-filter-container .form-filter .lead-line.lead-responsibility-culture:before {
   background-color: #40b4e5; }
 
 .form-filter-container .form-filter .clear-filter {
   color: #5C6670;
   text-align: right; }
 
 .form-filter-container .form-filter .clear-filter a {
   color: #d60057;
   font-size: 0.875rem;
   box-shadow: 0 1px 0 #d60057;
   text-decoration: none;
   cursor: pointer; }
 
 .form-filter-container .filter-quantity {
   color: #5C6670;
   font-size: 1rem;
   text-align: right; }
 
 .form-filter-container .filter-quantity .quantity-count {
   font-size: 1.125rem;
   font-weight: bold; }
 
 .no-results {
   display: none;
   animation: fadeIn .6s; }
 
 .no-results p {
   font-size: 1.5rem; }
 
 /*------------------------------------
   #FORMS
 ------------------------------------*/
 form {
   margin-bottom: 30px;
   /* Mouse-over color */ }
 
 form hr {
   margin-top: 30px; }
 
 @media (min-width: 768px) {
   form hr {
     margin: 30px 0 40px; } }
 
 form .form-group {
   margin-bottom: 1.2rem; }
 
 form .form-group .form-control {
   background-color: #fff;
   border: 2px solid #065baa;
   border-radius: 0; }
 
 form .form-group .form-control:focus {
   box-shadow: 0 0 0 0.2rem rgba(6, 91, 170, 0.25); }
 
 form .form-group .input-validation-error {
   border-color: #d50056; }
 
 form .form-group .input-validation-error:focus {
   border-color: #d50056;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d50056; }
 
 form .form-group .field-validation-error {
   color: #d50056;
   font-size: 0.875rem;
   font-weight: 700;
   padding: 10px 0 0; }
 
 form .form-group .radio, form .form-group .checkbox {
   display: block;
   min-height: 30px;
   margin-top: 10px;
   margin-bottom: 10px;
   vertical-align: middle;
   cursor: pointer; }
 
 form .form-group .checkbox {
   display: flex;
   align-items: center;
   padding-left: 40px; }
 
 form .radio-list input[type="radio"] {
   position: absolute;
   opacity: 0; }
 
 form .radio-list input[type="radio"] + .form-check-label:before {
   content: '';
   display: inline-block;
   position: relative;
   top: -0.2em;
   background: #fff;
   border: 2px solid #065baa;
   border-radius: 50%;
   width: 1.4em;
   height: 1.4em;
   text-align: center;
   margin-right: 1em;
   vertical-align: top;
   cursor: pointer;
   transition: all 250ms ease; }
 
 form .radio-list input[type="radio"]:checked + .form-check-label:before {
   background-color: #78be20;
   box-shadow: inset 0 0 0 4px #fff; }
 
 form .radio-list input[type="radio"]:focus + .form-check-label:before {
   outline: none;
   border-color: #065baa; }
 
 form .radio-list input[type="radio"]:disabled + .form-check-label:before {
   box-shadow: inset 0 0 0 4px #fff;
   border-color: #065baa;
   background: #065baa; }
 
 form .radio-list input[type="radio"] + .form-check-label:empty:before {
   margin-right: 0; }
 
 form .checkbox {
   display: block;
   position: relative;
   margin-top: 0;
   padding-left: 30px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none; }
 
 form .checkbox input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0; }
 
 form .checkmark {
   position: absolute;
   top: 1px;
   left: 0;
   height: 30px;
   width: 30px;
   border: 2px solid #065baa;
   background-color: #fff; }
 
 form .checkmark:focus-visible, form .checkmark:focus, form .checkmark:focus-within {
   outline: -webkit-focus-ring-color auto 1px;
   outline-offset: -2px; }
 
 form .checkbox:hover input ~ .checkmark, form a.checkbox.underline input ~ .checkmark, form .page-terms-of-use #main-content a.checkbox input ~ .checkmark, .page-terms-of-use #main-content form a.checkbox input ~ .checkmark, form .page-social-media-terms #main-content a.checkbox input ~ .checkmark, .page-social-media-terms #main-content form a.checkbox input ~ .checkmark {
   /*background-color: #ccc;*/ }
 
 form .checkbox input:checked ~ .checkmark {
   background-color: #fff;
   border: 2px solid #065baa; }
 
 form .checkmark:after {
   content: "";
   position: absolute;
   display: none; }
 
 form .checkbox input:checked ~ .checkmark:after {
   display: block; }
 
 form .checkbox .checkmark:after {
   top: 3px;
   left: 9px;
   width: 9px;
   height: 16px;
   border: solid #3ca00c;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   animation: fadein .3s; }
 
 form .radio-list input[type="radio"] + .form-check-label.js-focus:before {
   box-shadow: 0 0 0 0.2rem rgba(6, 91, 170, 0.25); }
 
 /**
  * radio & checkbox
  */
 input[type="radio"],
 input[type="checkbox"] {
   margin: 0.4em 0 0;
   line-height: normal; }
 
 /*------------------------------------*\
   #PAGINATION
 \*------------------------------------*/
 .pagination .page-item.active .page-link {
   color: #fff;
   background-color: #1b365d;
   border-color: #1b365d; }
 
 .pagination .page-item .page-link {
   color: #1b365d;
   padding: 0.5rem 0.7rem;
   overflow-y: scroll; }
 
 /*------------------------------------
   #ICONS
 ------------------------------------*/
 i {
   position: relative; }
 
 i.arrow:after {
   content: "";
   position: absolute;
   top: 0;
   left: 10px;
   width: 10px;
   height: 18px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow.svg) no-repeat 0 0; }
 
 i.arrow.white:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0; }
 
 i.arrow.back:after {
   left: -20px;
   transform: rotate(180deg); }
 
 i.icon-bullet {
   display: block;
   margin: 0 auto 10px;
   background-image: linear-gradient(#107fcd, #065baa);
   color: #fff;
   width: 100px;
   height: 100px;
   border-radius: 50%; }
 
 @media (min-width: 768px) {
   i.icon-bullet {
     display: inline-block;
     margin: 0 20px 0 0; } }
 
 i.icon-bullet.contact:after {
   content: "";
   position: absolute;
   top: 22px;
   left: 24px;
   width: 51px;
   height: 53px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-contact-us.svg) no-repeat 0 0; }
 
 i.icon-bullet.inquiries:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100px;
   height: 100px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-pipeline.svg) no-repeat 50% 50%; }
 
 i.icon-bullet.partner:after {
   content: "";
   position: absolute;
   top: 30px;
   left: 25px;
   width: 51px;
   height: 53px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-email-white.svg) no-repeat 0 0; }
 
 i.icon-location {
   display: block;
   margin: 0 auto 10px;
   background-image: linear-gradient(#107fcd, #065baa);
   color: #fff;
   width: 100px;
   height: 100px;
   border-radius: 50%; }
 
 @media (min-width: 768px) {
   i.icon-location {
     display: inline-block;
     margin: 0 20px 0 0; } }
 
 i.icon-location.contact:after {
   content: "";
   position: absolute;
   top: 22px;
   left: 31.5px;
   width: 51px;
   height: 55px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-location.svg) no-repeat 0 0; }
 
 i.icon-download {
   width: 50px;
   height: 50px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon-download.svg) no-repeat 0 0;
   background-size: contain; }
 
 .btn i.arrow {
   top: 0px;
   right: -50px;
   padding: 1.5rem; }
 
 /*------------------------------------
   #MODALS
 ------------------------------------*/
 .leave-regeneron-modal,
 .leave-regeneron-to-regeneron-modal,
 .leave-regeneron-global-site-modal-generic,
 .leave-regeneron-global-site-modal-generic-to-regeneron {
   /*   .modal-success {
         display: flex;
         justify-content: center;
         color: $white;
         background-image: $gradient-blue-modal;
         border: none;
         border-radius: 50%;
         width: 350px;
         height: 350px;
         padding: 50px 40px 25px 40px;
         margin: 0 auto;
         text-align: center;
 
         .close {
             margin: 0 auto;
             padding: 4px 4px 7px;
             width: 60%;
             color: $white;
             text-shadow: none;
             opacity: 1;
 
             small {
                 font-size: rem(16px);
                 font-weight: 700;
             }
         }
 
         p {
             line-height: 21px;
         }
     }*/ }
 
 .leave-regeneron-modal .modal-success,
 .leave-regeneron-to-regeneron-modal .modal-success,
 .leave-regeneron-global-site-modal-generic .modal-success,
 .leave-regeneron-global-site-modal-generic-to-regeneron .modal-success {
   display: flex;
   justify-content: center;
   color: #143358;
   background-image: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
   box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.11);
   border: none;
   border-radius: 10px;
   max-width: 500px;
   max-height: 465px;
   padding: 50px 40px 25px 40px;
   margin: 0 auto;
   text-align: center;
   opacity: 0.9; }
 
 .leave-regeneron-modal .modal-success .close,
 .leave-regeneron-to-regeneron-modal .modal-success .close,
 .leave-regeneron-global-site-modal-generic .modal-success .close,
 .leave-regeneron-global-site-modal-generic-to-regeneron .modal-success .close {
   margin: 0 auto;
   padding: 4px 4px 7px;
   width: 60%;
   text-shadow: none;
   opacity: 1; }
 
 .leave-regeneron-modal .modal-success .close small,
 .leave-regeneron-to-regeneron-modal .modal-success .close small,
 .leave-regeneron-global-site-modal-generic .modal-success .close small,
 .leave-regeneron-global-site-modal-generic-to-regeneron .modal-success .close small {
   font-size: 16px;
   font-weight: 700; }
 
 .leave-regeneron-modal .modal-success .close .arrow-left,
 .leave-regeneron-to-regeneron-modal .modal-success .close .arrow-left,
 .leave-regeneron-global-site-modal-generic .modal-success .close .arrow-left,
 .leave-regeneron-global-site-modal-generic-to-regeneron .modal-success .close .arrow-left {
   border: solid #1b365d;
   border-width: 0 3px 3px 0;
   display: inline-block;
   padding: 4px;
   transform: rotate(135deg); }
 
 .leave-regeneron-modal .modal-success p,
 .leave-regeneron-to-regeneron-modal .modal-success p,
 .leave-regeneron-global-site-modal-generic .modal-success p,
 .leave-regeneron-global-site-modal-generic-to-regeneron .modal-success p {
   line-height: 21px; }
 
 /*------------------------------------*\
   #FORM MODAL OVERRIDES
 \*------------------------------------*/
 .form-success-modal .modal-success {
   display: flex;
   justify-content: center;
   color: #fff;
   background-image: linear-gradient(#d50056, #950051);
   border: none;
   border-radius: 50%;
   width: 350px;
   height: 350px;
   padding: 40px;
   margin: 0 auto;
   text-align: center; }
 
 .form-success-modal .modal-success:before {
   content: "";
   position: absolute;
   top: 40px;
   left: 148px;
   width: 52px;
   height: 36px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-email-white.svg) no-repeat 0 0; }
 
 .form-success-modal .modal-success h5 {
   font-size: 3rem;
   font-weight: 700;
   padding-top: 30px;
   margin-bottom: 20px; }
 
 .form-success-modal .modal-success .close {
   color: #fff;
   text-shadow: none;
   opacity: 1; }
 
 /*------------------------------------
   #NAVIGATION PILL
 ------------------------------------*/
 .header_pill {
   max-width: 347px;
   width: 100%;
   height: auto;
   position: relative;
   margin: 0 auto; }
 
 .header_pill-leftarrow, .header_pill-rightarrow {
   position: absolute;
   width: 9px;
   height: 16px;
   padding: 18px;
   top: 20px;
   background-size: auto;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   z-index: 10;
   /*        outline: 1px solid red;
 */ }
 
 .header_pill-leftarrow {
   left: 0px;
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/component/pill-left-arrow.svg);
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin-left: -5px; }
 
 .header_pill-rightarrow {
   right: 0px;
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/component/pill-right-arrow.svg);
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin-right: -5px; }
 
 @media (min-width: 768px) {
   .header_pill {
     max-width: 100%; }
   .header_pill-leftarrow, .header_pill-rightarrow {
     display: none; } }
 
 .header_pill-list {
   max-width: 280px;
   height: 70px;
   background: rgba(195, 229, 235, 0.6);
   box-shadow: inset 0 1px 10px 0 #065baa;
   border-radius: 40px;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   padding: 0px;
   margin: 0 auto; }
 
 @media (min-width: 768px) {
   .header_pill-list {
     max-width: 980px;
     height: 80px;
     justify-content: space-between;
     padding: 0px 6px; } }
 
 .header_pill-list--element {
   min-width: 280px;
   width: 100%;
   height: 70px;
   text-align: center;
   justify-content: center;
   align-items: center;
   display: none;
   font-size: 1.125rem;
   font-weight: 700;
   color: #1b365d;
   text-transform: uppercase;
   cursor: pointer;
   border-radius: 35px; }
 
 @media (min-width: 768px) {
   .header_pill-list--element {
     display: flex;
     min-width: 188px; } }
 
 .header_pill-list--element.active {
   display: flex;
   background-color: #fff;
   box-shadow: inset 0 -10px 10px -10px #AAC7E2, inset 0 10px 10px -10px #AAC7E2;
   border-radius: 35px; }
 
 .header_pill-list--element a {
   color: #1b365d;
   box-shadow: none; }
 
 .header_pill-list--element a:hover, .header_pill-list--element a.underline, .header_pill-list--element .page-terms-of-use #main-content a, .page-terms-of-use #main-content .header_pill-list--element a, .header_pill-list--element .page-social-media-terms #main-content a, .page-social-media-terms #main-content .header_pill-list--element a {
   box-shadow: none; }
 
 .header_pill-bullets {
   width: 96px;
   height: 50px;
   margin: 0 auto;
   padding: 0px;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center; }
 
 @media (min-width: 768px) {
   .header_pill-bullets {
     display: none; } }
 
 .header_pill-bullets--item {
   width: 10px;
   height: 10px;
   background: #fff;
   opacity: 0.3;
   margin: 0px 5px;
   border-radius: 50%; }
 
 .header_pill-bullets--item.active {
   opacity: 1; }
 
 .header_pill-content {
   display: none;
   padding: 0px; }
 
 .header_pill-content.active {
   display: inline-block; }
 
 .header_pill.white-pill-component .header_pill-leftarrow {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/component/pill-arrow-blue.svg) no-repeat 50%;
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1); }
 
 .header_pill.white-pill-component .header_pill-rightarrow {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/component/pill-arrow-blue.svg) no-repeat 50%; }
 
 .header_pill.white-pill-component .header_pill-bullets--item {
   background: #9BD3DD; }
 
 .header_pill.white-pill-component .header_pill-list--element.active {
   background: #9BD3DD; }
 
 @media (min-width: 768px) {
   .header_pill.white-pill-component .header_pill-list--element.active {
     background: #fff; } }
 
 .header_pill.larger-mobile .header_pill-list {
   height: 80px; }
 
 .header_pill.larger-mobile .header_pill-list--element {
   height: 80px; }
 
 .header_pill.larger-mobile .header_pill-list--element a {
   padding-top: 5px; }
 
 .header_pill.larger-mobile .header_pill-leftarrow {
   top: 32px; }
 
 .header_pill.larger-mobile .header_pill-rightarrow {
   top: 32px; }
 
 @media (min-width: 768px) {
   .header_pill.larger-mobile .header_pill-list {
     height: 70px; }
   .header_pill.larger-mobile .header_pill-leftarrow {
     top: 27px; }
   .header_pill.larger-mobile .header_pill-rightarrow {
     top: 27px; }
   .header_pill.larger-mobile .header_pill-list--element {
     height: 70px; }
   .header_pill.larger-mobile .header_pill-list--element a {
     padding-top: initial; } }
 
 /*------------------------------------
   #SEARCH
 ------------------------------------*/
 /*------------------------------------
   #VIDEO
 ------------------------------------*/
 .video-description {
   display: flex;
   flex-flow: row nowrap;
   align-items: center; }
 
 .video-description .callout-box {
   margin: 0;
   width: 100%;
   z-index: 1; }
 
 .video-description .callout-box h5 {
   margin-bottom: 1.2em;
   width: 65%; }
 
 @media (min-width: 768px) {
   .video-description .callout-box h5 {
     width: auto; } }
 
 @media (min-width: 768px) {
   .video-description .callout-box {
     z-index: 1; }
   .video-description .callout-box .content-wrap {
     padding: 40px 30px 40px 220px; } }
 
 .video-description .callout-box .mobile-play {
   display: block;
   position: absolute;
   top: 10px;
   right: 15px;
   width: 40%; }
 
 @media (min-width: 768px) {
   .video-description .callout-box .mobile-play {
     display: none; } }
 
 .video-description .callout-box .mobile-play img {
   width: 100%;
   padding: 2px; }
 
 .video-description .clipped {
   margin: 0;
   width: 100%;
   z-index: 1; }
 
 .video-description .clipped h5 {
   margin-bottom: 1.2em;
   width: 65%; }
 
 @media (min-width: 768px) {
   .video-description .clipped h5 {
     width: auto; } }
 
 @media (min-width: 768px) {
   .video-description .clipped {
     z-index: 1; }
   .video-description .clipped .content-wrap {
     padding: 40px 30px 40px 220px; } }
 
 .video-description .clipped .mobile-play {
   display: block;
   position: absolute;
   top: 10px;
   right: 15px;
   width: 40%; }
 
 @media (min-width: 768px) {
   .video-description .clipped .mobile-play {
     display: none; } }
 
 .video-description .clipped .mobile-play img {
   width: 100%;
   padding: 2px; }
 
 .video-description.right {
   display: flex; }
 
 @media (min-width: 768px) {
   .video-description.right .clipped .content-wrap {
     padding: 40px 130px 40px 40px; } }
 
 .video-play-btn {
   position: relative;
   width: 50%;
   z-index: 2;
   display: none; }
 
 @media (min-width: 768px) {
   .video-play-btn {
     display: block; } }
 
 .video-play-btn img {
   width: 100%; }
 
 .video-play-btn .play-video-btn {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   left: 34%;
   top: 33%;
   width: 35%;
   height: 35%;
   border-radius: 50%;
   border: 0; }
 
 .video-play-btn .play-video-btn:before {
   content: '';
   position: absolute;
   width: 65px;
   height: 65px;
   background-image: url('data:image/svg+xml, <svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"> <g fill="none"><path stroke="white" stroke-width=".4" fill-rule="even" d ="M6 12.796L11.481 8 6 3.204v9.592zm.659z" /></g> </svg>');
   background-repeat: no-repeat;
   background-size: 100%;
   background-position: center; }
 
 @media (min-width: 768px) {
   .video-play-btn .play-video-btn:before {
     width: 105px;
     height: 105px; } }
 
 .video-play-btn.gold .play-video-btn {
   background-color: #ffc656; }
 
 .video-play-btn.gold .img-ring {
   border-color: #ffc656; }
 
 .video-play-btn.green .play-video-btn {
   background-color: #78BE20; }
 
 .video-play-btn.green .img-ring {
   border-color: #78BE20; }
 
 .video-play-btn.blue .play-video-btn {
   background-color: #065baa; }
 
 .video-play-btn.blue .img-ring {
   border-color: #065baa; }
 
 .video-play-btn.lt-blue .play-video-btn {
   background-color: #4B84C3;
   opacity: .7; }
 
 .video-play-btn.lt-blue .img-ring {
   border-color: #00ADE1; }
 
 .video-play-btnruby .play-video-btn {
   background-color: #065baa; }
 
 .video-play-btnruby .img-ring {
   border-color: #065baa; }
 
 .video-player {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 2;
   width: 225px;
   height: 225px; }
 
 @media (min-width: 768px) {
   .video-player {
     width: 345px;
     height: 345px; } }
 
 .video-player img {
   width: 100%;
   height: 100%;
   z-index: 1; }
 
 @media (min-width: 768px) {
   .video-player img {
     width: 350px;
     height: 350px; } }
 
 .video-player:hover, a.video-player.underline, .page-terms-of-use #main-content a.video-player, .page-social-media-terms #main-content a.video-player {
   cursor: pointer; }
 
 .video-player:hover .play-video-btn, a.video-player.underline .play-video-btn, .page-terms-of-use #main-content a.video-player .play-video-btn, .page-social-media-terms #main-content a.video-player .play-video-btn {
   box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.75); }
 
 .video-player .play-video-btn {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 65px;
   height: 65px;
   border-radius: 50%;
   border: 0;
   z-index: 3;
   transition: box-shadow .25s;
   opacity: .8; }
 
 @media (min-width: 768px) {
   .video-player .play-video-btn {
     width: 100px;
     height: 100px; } }
 
 .video-player .play-video-btn:before {
   content: '';
   position: absolute;
   width: 65px;
   height: 65px;
   background-image: url('data:image/svg+xml, <svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"> <g fill="none"><path stroke="white" stroke-width=".4" fill-rule="even" d ="M6 12.796L11.481 8 6 3.204v9.592zm.659z" /></g> </svg>');
   background-repeat: no-repeat;
   background-size: 100%;
   background-position: center; }
 
 @media (min-width: 768px) {
   .video-player .play-video-btn:before {
     width: 105px;
     height: 105px; } }
 
 .video-player.gold .play-video-btn {
   background-image: linear-gradient(#ffc656, #ff991d); }
 
 .video-player.gold .img-ring {
   border-color: #ff981c; }
 
 .video-player.green .play-video-btn {
   background-image: linear-gradient(#78be20, #3ca00c); }
 
 .video-player.green .img-ring {
   border-color: #78be20; }
 
 .video-player.blue .play-video-btn {
   background-image: linear-gradient(#107fcd, #065baa); }
 
 .video-player.blue .img-ring {
   border-color: #065baa; }
 
 .video-player.red .play-video-btn {
   background-image: linear-gradient(#d50056, #950051); }
 
 .video-player.red .img-ring {
   border-color: #950051; }
 
 .video-player.rubine .play-video-btn, .video-player.ruby .play-video-btn {
   background-image: linear-gradient(#d50056, #950051); }
 
 .video-player.rubine .img-ring, .video-player.ruby .img-ring {
   border-color: #950051; }
 
 .video-player.lt-blue .play-video-btn {
   background-image: linear-gradient(#40b4e5, #107fcd); }
 
 .video-player.lt-blue .img-ring {
   border-color: #40b4e5; }
 
 .video-content {
   position: relative; }
 
 /*------------------------------------*\
   #VIDEO MODAL
 \*------------------------------------*/
 .video-modal .modal-dialog {
   max-width: 640px; }
 
 .video-modal .modal-content {
   background: #fff;
   border: none;
   border-radius: 0;
   text-align: center;
   position: relative;
   height: 0;
   padding-bottom: 56.25%; }
 
 @media (min-width: 768px) {
   .video-modal .modal-content {
     width: 640px;
     height: 360px; } }
 
 .video-modal .modal-content .modal-body {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding: 0; }
 
 .video-modal .modal-content iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%; }
 
 .video-modal .modal-content .close {
   position: absolute;
   top: -120px;
   right: 0;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   color: #fff;
   width: 100px;
   height: 100px;
   text-shadow: none;
   opacity: 1;
   border-radius: 50%;
   background-image: linear-gradient(180deg, #00B4DA 0%, #017FBA 100%);
   box-shadow: 0 2px 84px 0 #1b365d; }
 
 .video-modal .modal-content .close:not(:disabled):not(.disabled):hover, .video-modal .modal-content a.close.underline:not(:disabled):not(.disabled), .video-modal .modal-content .page-terms-of-use #main-content a.close:not(:disabled):not(.disabled), .page-terms-of-use #main-content .video-modal .modal-content a.close:not(:disabled):not(.disabled), .video-modal .modal-content .page-social-media-terms #main-content a.close:not(:disabled):not(.disabled), .page-social-media-terms #main-content .video-modal .modal-content a.close:not(:disabled):not(.disabled), .video-modal .modal-content .close:not(:disabled):not(.disabled):focus {
   opacity: 1; }
 
 .video-modal .modal-content .close small {
   font-size: 1.125rem; }
 
 .video-modal .modal-content.modal-success .transcript {
   position: absolute;
   width: 100%;
   top: calc(100%); }
 
 .video-modal .modal-content.modal-success .transcript > p {
   margin-bottom: 0; }
 
 .video-modal .modal-content.modal-success .transcript .btn.btn-primary {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 10px 10px 30px;
   width: 100%;
   font-size: 1.125rem;
   font-family: "Roboto", sans-serif;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #1b365d;
   text-transform: initial;
   background: #cde9ee;
   border-color: transparent;
   border: none;
   border-radius: 0; }
 
 .video-modal .modal-content.modal-success .transcript .btn.btn-primary[aria-expanded="false"] .is-collapsed {
   display: block; }
 
 .video-modal .modal-content.modal-success .transcript .btn.btn-primary[aria-expanded="false"] .is-expanded {
   display: none; }
 
 .video-modal .modal-content.modal-success .transcript .btn.btn-primary[aria-expanded="false"]:after {
   content: '';
   position: relative;
   top: auto;
   right: auto;
   bottom: auto;
   left: auto;
   display: block;
   font-size: 1.125rem;
   font-weight: bold;
   width: 20px;
   height: 20px;
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_transcript-open.svg");
   background-size: cover; }
 
 .video-modal .modal-content.modal-success .transcript .btn.btn-primary[aria-expanded="true"] .is-collapsed {
   display: none; }
 
 .video-modal .modal-content.modal-success .transcript .btn.btn-primary[aria-expanded="true"] .is-expanded {
   display: block; }
 
 .video-modal .modal-content.modal-success .transcript .btn.btn-primary[aria-expanded="true"]:after {
   content: '';
   position: relative;
   top: auto;
   right: auto;
   bottom: auto;
   left: auto;
   display: block;
   font-size: 1.125rem;
   font-weight: bold;
   width: 20px;
   height: 3px;
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_transcript-close.svg");
   background-size: cover; }
 
 .video-modal .modal-content.modal-success .transcript .card-body {
   border-color: transparent;
   border-style: solid;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-width: 2px;
   color: #1b365d;
   margin: 0 auto 20px;
   max-height: 124px;
   overflow: auto;
   padding: 0.75rem;
   text-align: left; }
 
 .video-modal .modal-content.modal-success .transcript .card-body > p:last-of-type {
   margin: 0; }
 
 .video-modal .modal-content.modal-success .transcript .card-body::-webkit-scrollbar {
   width: 13px; }
 
 .video-modal .modal-content.modal-success .transcript .card-body::-webkit-scrollbar-track {
   background: transparent; }
 
 .video-modal .modal-content.modal-success .transcript .card-body::-webkit-scrollbar-thumb {
   background: #cde9ee;
   border: 5px solid #fff;
   border-radius: 7px; }
 
 /*------------------------------------
   #PERSPECTIVE-BLOG COMPONENTS
 ------------------------------------*/
 .stats-block .col div:nth-of-type(1) > p, .stats-block .col-md-6 div:nth-of-type(1) > p {
   color: #76c000;
   font-size: 3rem;
   line-height: 50px;
   margin-bottom: 10px; }
 
 .stats-block .col div:nth-of-type(2) > p, .stats-block .col-md-6 div:nth-of-type(2) > p {
   color: #1a355e;
   font-size: 0.875rem; }
 
 .stats-block .col .content-image, .stats-block .col-md-6 .content-image {
   margin: 0 auto;
   flex-flow: column;
   min-height: 130px;
   align-items: center;
   justify-content: center;
   padding: 0; }
 
 .stats-block .col .content-image figure, .stats-block .col-md-6 .content-image figure {
   margin: 0; }
 
 .stats-block .col .content-image figure img, .stats-block .col-md-6 .content-image figure img {
   width: 90px; }
 
 /*------------------------------------
   #HEADER
 ------------------------------------*/
 .form-inline .input-group {
   z-index: 116; }
 
 .nav-dropdown-open .page-head .global-lang-nav .global-link-btn .global-close,
 .nav-dropdown-open .page-head .global-lang-nav .global-link-btn .global-open {
   color: #065baa; }
 
 .nav-dropdown-open .page-head .global-lang-nav .global-link-btn .global-open {
   display: none; }
 
 .nav-dropdown-open .navbar.brow .nav-link:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/icon-arrow.svg) 100% 50% no-repeat;
   background-size: 45%; }
 
 .page-head {
   padding: 20px 0;
   position: relative;
   z-index: 1060;
   padding: 15px 0 0 0;
   background-image: linear-gradient(180deg, #046ecc 50%, rgba(15, 78, 187, 0) 100%);
   height: 120px;
   margin-top: -20px; }
 
 @media (min-width: 768px) {
   .page-head {
     height: 180px; } }
 
 .page-head.open {
   background: #fff; }
 
 .page-head.open .global-link-btn .closed-white {
   display: none; }
 
 .page-head.open .global-link-btn .closed-white .open-blue {
   display: block; }
 
 .page-head.open .global-link-btn.mbl > .open-blue {
   display: block; }
 
 .homepage .page-head {
   background-image: none;
   padding: 15px 0 0 0;
   height: 180px;
   margin-top: -20px; }
 
 /*header updates*/
 .page-head .navbar .navbar-nav {
   z-index: 120; }
 
 @media (min-width: 768px) {
   .page-head .navbar .navbar-nav {
     align-items: flex-end;
     margin-left: 10px; }
   .page-head .navbar .navbar-nav > li {
     padding-right: 34px; }
   .page-head .navbar .navbar-nav > li > a {
     font-size: 1.0625rem; } }
 
 @media (min-width: 768px) and (min-width: 768px) {
   .page-head .navbar .navbar-nav.dropdown .arrow {
     top: 0px; } }
 
 @media (min-width: 768px) and (min-width: 768px) {
   .page-head .navbar .navbar-nav .nav-item.dropdown.nav-2 {
     text-align: center; } }
 
 @media (min-width: 768px) {
   .page-head .navbar:not(.brow) i.arrow.white:after {
     left: 0px; } }
 
 @media (min-width: 768px) {
   .page-head .navbar .brow i.arrow.white:after {
     left: 4px;
     top: -3px; } }
 
 @media (min-width: 768px) {
   .page-head .navbar.brow {
     column-gap: 35px;
     padding: initial;
     justify-content: flex-start;
     align-items: flex-end;
     text-align: center; } }
 
 .page-head .site-search {
   position: relative; }
 
 .page-head .logo-mask {
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 80px;
   background-color: #fff;
   background-color: red; }
 
 @media (min-width: 768px) {
   .page-head .logo-mask {
     display: none; } }
 
 .page-head .global-lang-nav {
   left: 0;
   right: auto;
   top: 21px;
   width: calc(100% - 70px);
   z-index: 115; }
 
 @media (min-width: 768px) {
   .page-head .global-lang-nav {
     left: auto;
     right: 40px;
     top: 15px;
     width: 300px;
     z-index: 115; } }
 
 .page-head .global-lang-nav .back-home {
   position: absolute;
   display: block;
   width: 180px;
   height: 30px;
   margin: 5px 0 0 30px; }
 
 @media (min-width: 768px) {
   .page-head .global-lang-nav .back-home {
     display: none; } }
 
 .page-head .global-lang-nav .btn-pod {
   display: flex;
   right: 15px;
   top: 0; }
 
 .page-head .global-lang-nav .btn-pod span {
   color: #fff; }
 
 .page-head .global-lang-nav .global-nav-label {
   font-family: "Roboto", sans-serif;
   font-size: 0.875rem;
   font-weight: 700; }
 
 .page-head .global-lang-nav .global-mbl-brow {
   width: 100%;
   height: 55px; }
 
 @media (min-width: 768px) {
   .page-head .global-lang-nav .global-mbl-brow {
     display: none; } }
 
 .page-head .global-lang-nav .global-mbl-brow > .global-link-btn {
   margin-right: 69px; }
 
 @media (min-width: 768px) {
   .page-head .global-lang-nav .global-mbl-brow > .global-link-btn {
     margin-top: 8px; } }
 
 .page-head .global-lang-nav .global-mbl-brow .navbar-brand {
   margin: 0 0 0 30px; }
 
 .page-head .global-lang-nav .global-mbl-brow .navbar-brand img {
   width: 180px; }
 
 .page-head .global-lang-nav .global-head {
   border-bottom: 2px solid #CDE9EE;
   display: flex;
   justify-content: flex-start;
   margin: 0 20px 0;
   padding-bottom: 20px; }
 
 @media (max-width: 991.98px) {
   .page-head .global-lang-nav .global-head {
     margin: 0 20px 20px; } }
 
 .page-head .global-lang-nav .global-head > ul {
   margin: 0;
   padding: 0; }
 
 .page-head .global-lang-nav .global-head > ul > li {
   padding: 0.25rem 0; }
 
 .page-head .global-lang-nav .global-head .arrow:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow.svg) no-repeat 0 0;
   background-size: contain;
   content: '';
   height: 15px;
   left: 8px;
   position: absolute;
   top: 3px;
   width: 8px; }
 
 .page-head .global-lang-nav .dropdown-menu {
   position: absolute;
   top: -48px !important;
   left: -1px !important;
   right: auto;
   width: calc(100vw + 2px);
   transform: none !important;
   border-left: 2px solid #fff;
   border-right: 2px solid #fff;
   clip-path: none;
   transition: top ease-out 500ms; }
 
 .page-head .global-lang-nav .dropdown-menu.show {
   top: -18px !important;
   padding: 15px 0 0; }
 
 @media (min-width: 768px) {
   .page-head .global-lang-nav .dropdown-menu.show {
     top: 27px !important; } }
 
 @media (min-width: 768px) {
   .page-head .global-lang-nav .dropdown-menu {
     top: 25px !important;
     left: auto !important;
     right: -30px;
     width: 275px;
     border-left: none;
     border-right: none; } }
 
 .page-head .global-lang-nav .dropdown-menu .pipe-separator {
   padding: 0 5px;
   color: #065baa; }
 
 .page-head .global-lang-nav .dropdown-menu .link-wrapper {
   display: flex;
   padding: 0 20px; }
 
 @media (min-width: 768px) {
   .page-head .global-lang-nav .dropdown-menu .link-wrapper {
     display: flex;
     padding: 20px 20px 0; } }
 
 .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col {
   flex: 1; }
 
 .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul {
   margin: 0;
   padding: 0; }
 
 .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul > li {
   display: flex;
   flex-direction: row; }
 
 .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul > li .global-nav-label {
   width: 60%; }
 
 @media (max-width: 991.98px) {
   .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul > li .global-nav-label {
     width: 50%; } }
 
 .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul > li > p {
   margin-bottom: 0.5rem; }
 
 .page-head .global-lang-nav .dropdown-menu a {
   color: #065baa !important;
   font-style: normal !important;
   font-weight: normal !important;
   text-decoration: underline;
   text-decoration-thickness: 1px;
   text-decoration-color: #065baa;
   text-underline-offset: 3px;
   text-decoration-skip-ink: auto;
   box-shadow: none !important; }
 
 .page-head .global-lang-nav .dropdown-menu a:hover, .page-head .global-lang-nav .dropdown-menu a.underline, .page-head .global-lang-nav .dropdown-menu .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-head .global-lang-nav .dropdown-menu a, .page-head .global-lang-nav .dropdown-menu .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-head .global-lang-nav .dropdown-menu a {
   color: #065baa;
   text-decoration: none !important;
   transition: all .3s ease-out;
   box-shadow: none !important; }
 
 .page-head .global-lang-nav .dropdown-toggle:after {
   display: none; }
 
 .page-head .global-lang-nav.closed .global-link-btn .global-close {
   display: block;
   color: #065baa; }
 
 .page-head .global-lang-nav.show .global-link-btn .global-close {
   display: none; }
 
 .page-head .global-lang-nav.show .global-link-btn .global-open {
   display: block;
   color: #065baa; }
 
 @media (min-width: 768px) {
   .page-head .global-lang-nav.show .global-link-btn .global-open {
     color: #fff; } }
 
 .page-head .global-link-btn {
   float: right;
   margin-right: 0;
   padding: 0;
   width: 50px;
   height: 30px;
   cursor: pointer;
   background-color: transparent;
   border: none; }
 
 .page-head .global-link-btn .global-close,
 .page-head .global-link-btn .global-open {
   display: flex;
   width: 50px;
   height: 30px;
   color: #fff;
   pointer-events: none; }
 
 .page-head .global-link-btn .global-open {
   display: none; }
 
 @media (min-width: 768px) {
   .page-head .global-link-btn {
     float: right;
     padding: 0;
     margin-right: -9px;
     width: 50px;
     height: 30px;
     cursor: pointer;
     background-color: transparent;
     border: none; } }
 
 .page-head .global-link-btn > img {
   width: 50px;
   height: 37px;
   display: none; }
 
 @media (min-width: 768px) {
   .page-head .global-link-btn > img {
     display: none; } }
 
 .page-head .global-link-btn > img.closed-white {
   display: block; }
 
 @media (min-width: 768px) {
   .page-head .global-link-btn > img.closed-white {
     display: block; } }
 
 .page-head .global-link-btn > img.open-blue, .page-head .global-link-btn > img closed-blue {
   display: none; }
 
 @media (min-width: 768px) {
   .nav-2 .dropdown-space {
     padding-bottom: 30px !important; } }
 
 @media (min-width: 768px) {
   .nav-1 .dropdown-space {
     padding-bottom: 50px !important; } }
 
 @media (min-width: 768px) {
   .nav-3 .dropdown-space {
     padding-bottom: 65px !important; } }
 
 /*------------------------------------
   #NAVIGATION
 ------------------------------------*/
 .navbar {
   margin-top: 15px;
   padding: 0; }
 
 @media (min-width: 768px) {
   .navbar {
     margin-top: auto; } }
 
 .inverse-nav .navbar .nav-link {
   color: #fff; }
 
 .inverse-nav .navbar .nav-link:hover, .inverse-nav .navbar a.nav-link.underline, .inverse-nav .navbar .page-terms-of-use #main-content a.nav-link, .page-terms-of-use #main-content .inverse-nav .navbar a.nav-link, .inverse-nav .navbar .page-social-media-terms #main-content a.nav-link, .page-social-media-terms #main-content .inverse-nav .navbar a.nav-link {
   box-shadow: inset 0 -2px 0 0 #40b4e5; }
 
 .inverse-nav .navbar .nav-link i.arrow.white:hover {
   outline-color: red; }
 
 .navbar.brow .nav-link {
   position: relative;
   display: flex;
   align-items: flex-end;
   color: #fff;
   font-size: 0.875rem;
   font-weight: 400;
   font-style: italic;
   line-height: 1.6;
   padding: 0;
   text-transform: uppercase; }
 
 @media (min-width: 768px) {
   .navbar.brow .nav-link:hover, .navbar.brow a.nav-link.underline, .navbar.brow .page-terms-of-use #main-content a.nav-link, .page-terms-of-use #main-content .navbar.brow a.nav-link, .navbar.brow .page-social-media-terms #main-content a.nav-link, .page-social-media-terms #main-content .navbar.brow a.nav-link {
     box-shadow: inset 0 -2px 0 0 #40b4e5; } }
 
 .navbar.brow .nav-link .arrow {
   position: absolute;
   top: 4px;
   right: 0; }
 
 .navbar.brow .nav-link:after {
   content: '';
   display: block;
   transform: translateY(-4px);
   width: 16px;
   height: 15px;
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/icon-arrow-white.svg") 100% 50% no-repeat;
   background-size: 45%; }
 
 .navbar i.arrow.white:after {
   position: absolute;
   left: 6px;
   top: 3px;
   background-size: contain;
   width: 6px;
   height: 17px; }
 
 .navbar .dropdown i.arrow.white:after {
   top: 2px; }
 
 .navbar .navbar-brand {
   padding: 0;
   margin: 0.5rem 1rem; }
 
 @media (min-width: 768px) {
   .navbar .navbar-brand {
     margin: 0; } }
 
 .navbar .navbar-brand:hover, .navbar a.navbar-brand.underline, .navbar .page-terms-of-use #main-content a.navbar-brand, .page-terms-of-use #main-content .navbar a.navbar-brand, .navbar .page-social-media-terms #main-content a.navbar-brand, .page-social-media-terms #main-content .navbar a.navbar-brand {
   box-shadow: none; }
 
 .navbar .navbar-brand svg, .navbar .navbar-brand img {
   width: 186px; }
 
 @media (min-width: 768px) {
   .navbar .navbar-brand svg, .navbar .navbar-brand img {
     width: 306px; } }
 
 .navbar .navbar-toggler {
   width: 30px;
   height: 28px;
   padding: 0;
   margin: 0.5rem 1rem;
   cursor: pointer;
   transform: rotate(0deg);
   transition: .5s ease-in-out;
   z-index: 200; }
 
 .navbar .navbar-toggler span {
   display: block;
   position: absolute;
   left: 0;
   height: 2px;
   width: 100%;
   background: #fff;
   border-radius: 3px;
   opacity: 1;
   transform: rotate(0deg);
   transition: .25s ease-in-out; }
 
 .navbar .navbar-toggler span:nth-child(1) {
   top: 0px; }
 
 .navbar .navbar-toggler span:nth-child(2), .navbar .navbar-toggler span:nth-child(3) {
   top: 10px; }
 
 .navbar .navbar-toggler span:nth-child(4) {
   top: 20px; }
 
 .navbar .navbar-toggler.open span {
   background: #065baa; }
 
 .navbar .navbar-toggler.open span:nth-child(1) {
   top: 18px;
   left: 50%;
   width: 0%; }
 
 .navbar .navbar-toggler.open span:nth-child(2) {
   transform: rotate(45deg); }
 
 .navbar .navbar-toggler.open span:nth-child(3) {
   transform: rotate(-45deg); }
 
 .navbar .navbar-toggler.open span:nth-child(4) {
   top: 18px;
   left: 50%;
   width: 0%; }
 
 .navbar .navbar-toggler.open.global-open span:nth-child(1) {
   top: 0px;
   left: auto;
   width: 100%; }
 
 .navbar .navbar-toggler.open.global-open span:nth-child(2), .navbar .navbar-toggler.open.global-open span:nth-child(3) {
   top: 10px;
   transform: rotate(0deg); }
 
 .navbar .navbar-toggler.open.global-open span:nth-child(3) {
   transform: rotate(0deg); }
 
 .navbar .navbar-toggler.open.global-open span:nth-child(4) {
   top: 20px;
   left: auto;
   width: 100%; }
 
 .navbar .navbar-collapse {
   background: #fff;
   padding: 0 15px;
   margin: 0 -15px; }
 
 @media (min-width: 768px) {
   .navbar .navbar-collapse {
     background: none;
     box-shadow: none;
     z-index: 100; } }
 
 .navbar .site-search .input-group > .form-control.site-search-box {
   position: relative;
   font-family: "Roboto", sans-serif;
   font-size: 1rem;
   font-weight: 400;
   font-style: italic;
   color: #065baa;
   border: 2px solid #065baa;
   border-radius: 0;
   background: transparent;
   padding-right: 40px;
   margin: 10px 0; }
 
 @media (min-width: 768px) {
   .navbar .site-search .input-group > .form-control.site-search-box {
     color: #fff;
     border-color: #fff;
     width: 200px; } }
 
 .navbar .site-search .input-group > .form-control.site-search-box::placeholder {
   color: #065baa; }
 
 @media (min-width: 768px) {
   .navbar .site-search .input-group > .form-control.site-search-box::placeholder {
     color: #fff; } }
 
 .navbar .site-search .input-group .btn-search {
   position: absolute;
   top: 15px;
   right: 5px;
   color: #065baa;
   z-index: 1000;
   background: transparent;
   border: 0; }
 
 .navbar .site-search .input-group .btn-search:hover, .navbar .site-search .input-group a.btn-search.underline, .navbar .site-search .input-group .page-terms-of-use #main-content a.btn-search, .page-terms-of-use #main-content .navbar .site-search .input-group a.btn-search, .navbar .site-search .input-group .page-social-media-terms #main-content a.btn-search, .page-social-media-terms #main-content .navbar .site-search .input-group a.btn-search {
   box-shadow: none; }
 
 @media (min-width: 768px) {
   .navbar .site-search .input-group .btn-search {
     color: #fff; } }
 
 .navbar .navbar-nav {
   padding: 0 10px; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav {
     box-shadow: none; } }
 
 .navbar .navbar-nav > li {
   position: relative;
   font-size: 1.0625rem;
   letter-spacing: 1px;
   border-bottom: 2px solid #cde9ee;
   padding: 14px 0;
   text-transform: uppercase;
   font-weight: 400; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li {
     border: none; } }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li:hover .dropdown-menu, .navbar .navbar-nav > li.js-hover .dropdown-menu {
     display: block;
     animation: fadeIn ease .3s;
     left: -390px;
     margin-top: -2px; } }
 
 .navbar .navbar-nav > li > a {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: flex-end;
   font-size: 1.125rem;
   font-weight: 500;
   margin-left: 15px;
   border-bottom: 0;
   border-left: 5px solid transparent;
   padding: 0; }
 
 .navbar .navbar-nav > li > a span {
   display: inline-block;
   position: relative; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li > a {
     color: #fff;
     margin-left: 0;
     padding: 0 0 2px;
     border-left: none; }
   .navbar .navbar-nav > li > a span {
     padding: 0 16px 8px 0; } }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a.underline, .navbar .page-terms-of-use #main-content .navbar-nav > li > a, .page-terms-of-use #main-content .navbar .navbar-nav > li > a, .navbar .page-social-media-terms #main-content .navbar-nav > li > a, .page-social-media-terms #main-content .navbar .navbar-nav > li > a {
     box-shadow: inset 0 -2px 0 0 #9bd3dd;
     box-shadow: none; }
   .navbar .navbar-nav > li > a:hover:after, .navbar .navbar-nav > li > a.underline:after, .navbar .page-terms-of-use #main-content .navbar-nav > li > a:after, .page-terms-of-use #main-content .navbar .navbar-nav > li > a:after, .navbar .page-social-media-terms #main-content .navbar-nav > li > a:after, .page-social-media-terms #main-content .navbar .navbar-nav > li > a:after {
     content: '';
     position: absolute;
     display: block;
     width: 100%;
     height: 2px;
     bottom: 6px;
     background-color: #9bd3dd;
     border-bottom: 2px solid #9bd3dd;
     transform: translateY(6px);
     transition: none; } }
 
 .navbar .navbar-nav > li > a.dropdown-toggle {
   position: absolute;
   top: 16px;
   right: 0;
   height: 20px;
   padding: 4px 15px;
   margin-left: 0;
   border-left: 1px solid #cde9ee !important; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li > a.dropdown-toggle {
     display: none !important; } }
 
 .navbar .navbar-nav > li > a.dropdown-toggle:after {
   display: none; }
 
 .navbar .navbar-nav > li > a.dropdown-toggle:hover, .navbar .navbar-nav > li > a.dropdown-toggle.underline, .navbar .page-terms-of-use #main-content .navbar-nav > li > a.dropdown-toggle, .page-terms-of-use #main-content .navbar .navbar-nav > li > a.dropdown-toggle, .navbar .page-social-media-terms #main-content .navbar-nav > li > a.dropdown-toggle, .page-social-media-terms #main-content .navbar .navbar-nav > li > a.dropdown-toggle {
   box-shadow: none; }
 
 .navbar .navbar-nav > li > a.dropdown-toggle:focus {
   outline: none; }
 
 .navbar .navbar-nav > li > a.dropdown-toggle .caret {
   display: block;
   width: 10px;
   height: 17px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow.svg) no-repeat 0 0;
   transform: rotate(90deg);
   box-shadow: none; }
 
 .navbar .navbar-nav > li > a.navbar-nav > li:first-child {
   margin-left: 0; }
 
 .navbar .navbar-nav > li > a .nav-link {
   color: #065baa; }
 
 .navbar .navbar-nav > li > a .nav-link:hover, .navbar .navbar-nav > li > a a.nav-link.underline, .navbar .navbar-nav > li > a .page-terms-of-use #main-content a.nav-link, .page-terms-of-use #main-content .navbar .navbar-nav > li > a a.nav-link, .navbar .navbar-nav > li > a .page-social-media-terms #main-content a.nav-link, .page-social-media-terms #main-content .navbar .navbar-nav > li > a a.nav-link {
   box-shadow: inset 0 -2px 0 0 #40b4e5; }
 
 .navbar .navbar-nav > li:first-of-type {
   margin-left: 0; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li:first-of-type > a {
     margin-left: 0; } }
 
 .navbar .navbar-nav > li:last-of-type {
   padding-right: 10px; }
 
 .navbar .navbar-nav > li.active {
   border-bottom: 2px solid #40b4e5; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li.active {
     border: none; } }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li.active > a {
     box-shadow: inset 0 -2px 0 0 #9bd3dd; } }
 
 .navbar .navbar-nav > li.show > a.dropdown-toggle .caret {
   transform: rotate(270deg); }
 
 .navbar .navbar-nav > li.dropdown .arrow {
   display: none; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li.dropdown .arrow {
     display: block;
     position: absolute;
     bottom: 30px;
     right: 12px; } }
 
 .navbar .navbar-nav > li.dropdown .arrow:after {
   transform: rotate(90deg); }
 
 .navbar .navbar-nav > li .dropdown-menu {
   background-color: transparent;
   border: none;
   border-radius: 0;
   padding: 0; }
 
 .navbar .navbar-nav > li .dropdown-menu > li {
   padding: 5px 40px 5px 0; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li .dropdown-menu > li {
     width: 280px; }
   .navbar .navbar-nav > li .dropdown-menu > li.nav-item {
     margin-left: 385px; } }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser {
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 1rem;
   line-height: 1.125rem;
   text-transform: none;
   padding-right: 20px;
   margin-bottom: 20px;
   padding: 0; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser {
     position: absolute;
     top: 10px;
     left: 0;
     width: 335px; } }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.teaser-2 {
     top: 130px; } }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser:last-child {
   margin-bottom: 0; }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.blue {
   background-image: linear-gradient(#107fcd, #065baa); }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.red {
   background-image: linear-gradient(#d50056, #950051); }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.green {
   background-image: linear-gradient(#78be20, #3ca00c); }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.orange {
   background-image: linear-gradient(#ffc656, #ff991d); }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.orange span {
   color: #1b365d; }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.teal {
   background-image: linear-gradient(#cde9ee, #9bd3dd); }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a {
   display: flex;
   align-items: center;
   padding: 0 60px 0 0;
   border: 0;
   font-style: normal;
   position: relative; }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a:after {
   position: absolute;
   content: '';
   display: block;
   width: 40px;
   height: 40px;
   right: 20px;
   top: 20px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-arrow-white.svg) no-repeat 0 0/40px 40px; }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a:hover, .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a.underline, .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser .page-terms-of-use #main-content a, .page-terms-of-use #main-content .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a, .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser .page-social-media-terms #main-content a, .page-social-media-terms #main-content .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a {
   box-shadow: none; }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a:hover:after, .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a.underline:after, .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser .page-terms-of-use #main-content a:after, .page-terms-of-use #main-content .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a:after, .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser .page-social-media-terms #main-content a:after, .page-social-media-terms #main-content .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a:after {
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser img {
   width: 80px;
   height: 80px;
   margin-right: 20px;
   -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(black), to(transparent)); }
 
 .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser span {
   padding-right: 20px;
   color: #fff;
   font-size: 0.875rem; }
 
 .navbar .navbar-nav > li .dropdown-menu > li > a {
   color: #065baa;
   font-size: 1.0625rem;
   font-style: italic;
   padding: 2px 10px 0 4px;
   margin-left: 15px;
   text-transform: none;
   border-left: 5px solid transparent;
   white-space: normal; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li .dropdown-menu > li > a {
     width: fit-content;
     margin-left: 0;
     letter-spacing: .01rem; } }
 
 .navbar .navbar-nav > li .dropdown-menu > li > a:hover, .navbar .navbar-nav > li .dropdown-menu > li > a.underline, .navbar .navbar-nav > li .page-terms-of-use #main-content .dropdown-menu > li > a, .page-terms-of-use #main-content .navbar .navbar-nav > li .dropdown-menu > li > a, .navbar .navbar-nav > li .page-social-media-terms #main-content .dropdown-menu > li > a, .page-social-media-terms #main-content .navbar .navbar-nav > li .dropdown-menu > li > a {
   background-color: transparent;
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .navbar .navbar-nav > li .dropdown-menu > li.active > a {
   border-left-color: #cde9ee; }
 
 .navbar .navbar-nav .input-group > .form-control.site-search {
   font-family: "Roboto", sans-serif;
   font-size: 1rem;
   font-weight: 400;
   font-style: italic;
   color: #40b4e5;
   border: 2px solid #065baa;
   border-radius: 0;
   margin: 10px 0; }
 
 .navbar .navbar-nav .nav-auxiliary ul {
   padding: 0;
   list-style: none; }
 
 .navbar .navbar-nav .nav-auxiliary ul .nav-item {
   border-bottom: none;
   padding: 8px 0; }
 
 .navbar .navbar-nav .nav-auxiliary ul .nav-item .nav-link {
   display: inline-block;
   font-size: 0.875rem;
   font-weight: 400;
   font-style: italic;
   text-transform: uppercase;
   padding: 2px 10px 0 4px;
   margin-left: 15px;
   border-bottom: 0;
   border-left: 5px solid transparent; }
 
 .navbar .navbar-nav .nav-auxiliary ul .nav-item .nav-link > .arrow {
   display: inline-block;
   vertical-align: text-top; }
 
 .navbar .navbar-nav .nav-auxiliary ul .nav-item .nav-link > .arrow:after {
   top: 3px;
   left: 6px;
   width: 6px;
   height: 10px;
   background-size: contain; }
 
 @media (min-width: 768px) {
   .navbar .navbar-nav > li.nav-1:hover .dropdown-menu {
     left: -20px; }
   .navbar .navbar-nav > li.nav-1:hover .dropdown-menu > li.nav-item {
     margin-left: 10px;
     margin-right: 20px; }
   .navbar .navbar-nav > li.nav-1:hover .nav-teaser {
     left: 270px; }
   .navbar .navbar-nav > li.nav-1:has(a:focus-visible) .dropdown-menu {
     display: block; }
   .dropdown-menu li.nav-1 .navbar .navbar-nav a:has(focus-visible) {
     border: 1px solid red;
     display: block;
     left: -20px; } }
 
 /*bmh adjustment to small window */
 @media (min-width: 768px) {
   #navbar .navbar-nav > li {
     padding: 0;
     padding-right: 30px;
     margin-right: 10px;
     height: 76px; }
   #navbar .navbar-nav > li:last-of-type {
     padding-right: 10px; }
   #navbar .navbar-nav > li > a {
     position: relative;
     height: 100%;
     padding: 0; } }
 
 @media (min-width: 768px) and (min-width: 768px) {
   #navbar .navbar-nav .nav-item.disable-hover {
     pointer-events: none; } }
 
 @media (min-width: 768px) {
   #navbar .navbar-nav .nav-item.inable-hover:not(:last-of-type) {
     padding-right: 40px;
     margin-right: 0; }
   #navbar .navbar-nav .nav-item.inable-hover:last-of-type {
     padding-right: 30px;
     margin-right: 0; } }
 
 @media (min-width: 768px) and (min-width: 768px) {
   #navbar .navbar-nav .nav-item.inable-hover {
     pointer-events: all; } }
 
 @media (min-width: 768px) and (min-width: 768px) {
   #navbar .navbar-nav .nav-item.nav-2 > .dropdown-menu .nav-item > a {
     padding-right: 0; } }
 
 @media (max-width: 767.98px) {
   .navbar .navbar-nav > li .hidden-xs {
     display: none; } }
 
 .tm-item {
   font-size: 1.5rem;
   top: -0.01em; }
 
 /* desktop brow */
 .page-scientists .navbar.brow .nav-link[href*="scientists"],
 .page-patients .navbar.brow .nav-link[href*="patients"],
 .page-medical-professionals .navbar.brow .nav-link[href*="medical-professionals"],
 .page-scientists .nav-auxiliary ul .nav-item > a[href*="scientists"],
 .page-patients .nav-auxiliary ul .nav-item > a[href*="patients"],
 .page-medical-professionals .nav-auxiliary ul .nav-item > a[href*="medical-professionals"] {
   box-shadow: inset 0 -2px 0 0 #40b4e5;
   border-bottom: 0; }
 
 @media (max-width: 767.98px) {
   .page-about .navbar .nav-item.nav-1,
   .page-leadership .navbar .nav-item.nav-1,
   .perspectives-landing-page .navbar .nav-item.nav-1,
   .perspectives .navbar .nav-item.nav-1,
   .page-history .navbar .nav-item.nav-1,
   .page-contact-us .navbar .nav-item.nav-1,
   .page-collaborations .navbar .nav-item.nav-1,
   .page-locations .navbar .nav-item.nav-1 {
     box-shadow: inset 0 -2px 0 0 #40b4e5;
     border-bottom: 0; } }
 
 @media (min-width: 768px) {
   .page-about .navbar .nav-item.nav-1 span,
   .page-leadership .navbar .nav-item.nav-1 span,
   .perspectives-landing-page .navbar .nav-item.nav-1 span,
   .perspectives .navbar .nav-item.nav-1 span,
   .page-history .navbar .nav-item.nav-1 span,
   .page-contact-us .navbar .nav-item.nav-1 span,
   .page-collaborations .navbar .nav-item.nav-1 span,
   .page-locations .navbar .nav-item.nav-1 span {
     box-shadow: inset 0 -2px 0 0 #40b4e5;
     border-bottom: 0; } }
 
 @media (max-width: 767.98px) {
   .page-science .navbar .nav-item.nav-2,
   .page-research-areas .navbar .nav-item.nav-2,
   .page-antibodies .navbar .nav-item.nav-2,
   .page-regeneron-genetic-medicines .navbar .nav-item.nav-2,
   .page-technology .navbar .nav-item.nav-2,
   .page-regeneron-genetics-center .navbar .nav-item.nav-2,
   .page-scientific-publications .navbar .nav-item.nav-2 {
     box-shadow: inset 0 -2px 0 0 #40b4e5;
     border-bottom: 0; } }
 
 @media (min-width: 768px) {
   .page-science .navbar .nav-item.nav-2 span,
   .page-research-areas .navbar .nav-item.nav-2 span,
   .page-antibodies .navbar .nav-item.nav-2 span,
   .page-regeneron-genetic-medicines .navbar .nav-item.nav-2 span,
   .page-technology .navbar .nav-item.nav-2 span,
   .page-regeneron-genetics-center .navbar .nav-item.nav-2 span,
   .page-scientific-publications .navbar .nav-item.nav-2 span {
     box-shadow: inset 0 -2px 0 0 #40b4e5;
     border-bottom: 0; } }
 
 @media (max-width: 767.98px) {
   .page-medicines .navbar .nav-item.nav-3,
   .approved-medicines .navbar .nav-item.nav-3,
   .page-arcalyst .navbar .nav-item.nav-3,
   .page-dupixent .navbar .nav-item.nav-3,
   .page-evkeeza .navbar .nav-item.nav-3,
   .page-eylea .navbar .nav-item.nav-3,
   .page-inmazeb .navbar .nav-item.nav-3,
   .page-kevzara .navbar .nav-item.nav-3,
   .page-libtayo .navbar .nav-item.nav-3,
   .page-praluent .navbar .nav-item.nav-3,
   .page-pipeline .navbar .nav-item.nav-3,
   .page-casirivimab .navbar .nav-item.nav-3,
   .page-industrial-operations .navbar .nav-item.nav-3 {
     box-shadow: inset 0 -2px 0 0 #40b4e5;
     border-bottom: 0; } }
 
 @media (min-width: 768px) {
   .page-medicines .navbar .nav-item.nav-3 span,
   .approved-medicines .navbar .nav-item.nav-3 span,
   .page-arcalyst .navbar .nav-item.nav-3 span,
   .page-dupixent .navbar .nav-item.nav-3 span,
   .page-evkeeza .navbar .nav-item.nav-3 span,
   .page-eylea .navbar .nav-item.nav-3 span,
   .page-inmazeb .navbar .nav-item.nav-3 span,
   .page-kevzara .navbar .nav-item.nav-3 span,
   .page-libtayo .navbar .nav-item.nav-3 span,
   .page-praluent .navbar .nav-item.nav-3 span,
   .page-pipeline .navbar .nav-item.nav-3 span,
   .page-casirivimab .navbar .nav-item.nav-3 span,
   .page-industrial-operations .navbar .nav-item.nav-3 span {
     box-shadow: inset 0 -2px 0 0 #40b4e5;
     border-bottom: 0; } }
 
 @media (max-width: 767.98px) {
   .page-responsibility .navbar .nav-item.nav-4,
   .page-improving-lives .navbar .nav-item.nav-4,
   .page-integrity-and-excellence .navbar .nav-item.nav-4,
   .page-sustainable-communities .navbar .nav-item.nav-4,
   .page-fostering .navbar .nav-item.nav-4,
   .page-regeneron-sts-isef .navbar .nav-item.nav-4,
   .page-transparency-and-policy .navbar .nav-item.nav-4,
   .page-grants-and-funding .navbar .nav-item.nav-4 {
     box-shadow: inset 0 -2px 0 0 #40b4e5;
     border-bottom: 0; } }
 
 @media (min-width: 768px) {
   .page-responsibility .navbar .nav-item.nav-4 span,
   .page-improving-lives .navbar .nav-item.nav-4 span,
   .page-integrity-and-excellence .navbar .nav-item.nav-4 span,
   .page-sustainable-communities .navbar .nav-item.nav-4 span,
   .page-fostering .navbar .nav-item.nav-4 span,
   .page-regeneron-sts-isef .navbar .nav-item.nav-4 span,
   .page-transparency-and-policy .navbar .nav-item.nav-4 span,
   .page-grants-and-funding .navbar .nav-item.nav-4 span {
     box-shadow: inset 0 -2px 0 0 #40b4e5;
     border-bottom: 0; } }
 
 .global-site-science .navbar .nav-1 {
   box-shadow: inset 0 -2px 0 0 #40b4e5;
   border-bottom: 0; }
 
 @media (min-width: 768px) {
   .global-site-science {
     box-shadow: inset 0 -2px 0 0 #40b4e5 !important; } }
 
 .global-site-culture .navbar .nav-2 {
   box-shadow: inset 0 -2px 0 0 #40b4e5;
   border-bottom: 0; }
 
 @media (min-width: 768px) {
   .global-site-culture {
     box-shadow: inset 0 -2px 0 0 #40b4e5 !important; } }
 
 @media (min-width: 768px) {
   .nav-mask {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     /*height: 500px;*/
     height: 440px;
     /*Client requested*/
     background: #fff;
     box-shadow: -1px 3px 4px #1b365d;
     z-index: 90; }
   .nav-mask.active {
     display: block; }
   .nav-mask.active:hover, a.nav-mask.active.underline, .page-terms-of-use #main-content a.nav-mask.active, .page-social-media-terms #main-content a.nav-mask.active {
     display: block; } }
 
 @media (min-width: 768px) {
   .nav-dropdown-open {
     /*.page-head {
             .global-lang-nav {
                 .global-link-btn {
                     background-color: $primary-blue;
                 }
             }
         }*/ }
   .nav-dropdown-open .navbar-expand-md {
     z-index: 100; }
   .nav-dropdown-open .navbar .navbar-nav > li > a {
     color: #065baa; }
   .nav-dropdown-open .navbar.brow {
     z-index: 100; }
   .nav-dropdown-open .navbar.brow .nav-link {
     color: #065baa; }
   .nav-dropdown-open i.arrow.white:after {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow.svg); }
   .nav-dropdown-open .navbar .site-search .input-group > .form-control.site-search-box {
     color: #065baa;
     border-color: #065baa; }
   .nav-dropdown-open .navbar .site-search .input-group > .form-control.site-search-box::placeholder {
     color: #065baa; }
   .nav-dropdown-open .navbar .site-search .input-group .btn-search {
     color: #065baa; } }
 
 .skip-to-main a {
   left: -999px;
   position: absolute;
   top: auto;
   width: 1px;
   height: 1px;
   overflow: hidden;
   z-index: -999; }
 
 .skip-to-main a:focus, .skip-to-main a:active {
   color: #fff;
   background-color: #000;
   left: auto;
   top: auto;
   width: 30%;
   height: auto;
   overflow: auto;
   margin: 10px 35%;
   padding: 5px;
   border-radius: 15px;
   border: 4px solid yellow;
   text-align: center;
   font-size: 1.2em;
   z-index: 999; }
 
 #main-content {
   outline: none; }
 
 /* ---------------------------------------------------------*\
     ADDING ACTIVE STATE TO THE CURRENT PAGE NAVIGATION NODE
  \* --------------------------------------------------------*/
 .page {
   /*ABOUT*/
   /*SCIENCE*/
   /*MEDICINE*/
   /*&-dupixent {
         [href="/medicines/dupixent-injection"] {
             @include current-page-nav;
         }
     }*/
   /*&-evkeeza {
         [href="/medicines/evkeeza-injection"] {
             @include current-page-nav;
         }
     }*/
   /*&-eylea {
         [href="/medicines/eylea-injection"] {
             @include current-page-nav;
         }
     }*/
   /*&-inmazeb {
         [href="/medicines/inmazeb-injection"] {
             @include current-page-nav;
         }
     }*/
   /*&-kevzara {
         [href="/medicines/kevzara-injection"] {
             @include current-page-nav;
         }
     }*/
   /*&-libtayo {
         [href="/medicines/libtayo-injection"] {
             @include current-page-nav;
         }
     }*/
   /*&-praluent {
         [href="/medicines/praluent-injection"] {
             @include current-page-nav;
         }
     }*/
   /*&-casirivimab {
         [href="/medicines/casirivimab-imdevimab"] {
             @include current-page-nav;
         }
     }*/
   /*RESPONSIBILTY*/ }
 
 .page-leadership a[href="/about/leadership"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-perspectives-landing-page a[href="/about/perspectives"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-history a[href="/about/history"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-collaborations a[href="/about/collaborations"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-locations a[href="/locations"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-locations .global-head a[href="/locations"] {
   box-shadow: none; }
 
 .page-locations .global-head a[href="/locations"]:hover, .page-locations .global-head a.underline[href="/locations"], .page-locations .global-head .page-terms-of-use #main-content a[href="/locations"], .page-terms-of-use #main-content .page-locations .global-head a[href="/locations"], .page-locations .global-head .page-social-media-terms #main-content a[href="/locations"], .page-social-media-terms #main-content .page-locations .global-head a[href="/locations"] {
   /* box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa;
                     transition: all .3s ease-out;*/ }
 
 .page-industrial-operations a[href="/about/industrial-operations"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-contact-us a[href="/contact"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-pipeline [href="/pipeline-medicines/investigational-pipeline"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-research-areas [href="/science/research-areas"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-antibodies [href="/science/antibodies"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-regeneron-genetic-medicines [href="/science/genetic-medicines"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-technology [href="/science/technology"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-regeneron-genetics-center [href="/science/genetics-center"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-scientific-publications [href="/science/scientific-publications"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-pipeline [href="/pipeline-medicines/investigational-pipeline"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-industrial-operations [href="/pipeline-medicines/industrial-operations"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-improving-lives [href="/responsibility/improving-lives"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-integrity-and-excellence [href="/responsibility/corporate-integrity"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-diversity-inclusion [href="/responsibility/diversity-inclusion"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-sustainable-communities [href="/responsibility/sustainable-communities"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-regeneron-sts-isef [href="/responsibility/sts-isef"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-transparency-and-policy [href="/responsibility/policies-corporate-transparency"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .page-grants-and-funding [href="/responsibility/grants"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .perspectives.perspectives a[href="/about/perspectives"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .approved-medicines [href="/pipeline-medicines/approved-medicines"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 /*MOBILE NAV HI-LITES*/
 /*------------------------------------
   #MAIN
 ------------------------------------*/
 /*------------------------------------
   #FOOTER
 ------------------------------------*/
 .page-foot {
   background: #065baa;
   color: #fff;
   padding: 40px 0; }
 
 .page-foot .foot-brand {
   display: inline-block; }
 
 @media (max-width: 991.98px) {
   .page-foot .foot-brand {
     display: flex; } }
 
 .page-foot .foot-brand:hover, .page-foot a.foot-brand.underline, .page-foot .page-terms-of-use #main-content a.foot-brand, .page-terms-of-use #main-content .page-foot a.foot-brand, .page-foot .page-social-media-terms #main-content a.foot-brand, .page-social-media-terms #main-content .page-foot a.foot-brand {
   box-shadow: none; }
 
 .page-foot .foot-brand .logo-color {
   fill: #fff; }
 
 .page-foot .foot-brand img {
   width: 162px;
   max-width: 100%;
   margin-bottom: 10px;
   display: block; }
 
 .page-foot a {
   color: #fff;
   font-size: 1rem;
   box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset; }
 
 .page-foot a:hover, .page-foot a.underline, .page-foot .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-foot a, .page-foot .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-foot a {
   text-decoration: none;
   transition: all .3s ease-out;
   box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
 
 .page-foot #ot-sdk-btn.ot-sdk-show-settings.footer-link {
   padding: 0;
   color: #fff;
   font-size: 0.875rem;
   line-height: 1.7;
   box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset;
   border: none;
   white-space: nowrap; }
 
 .page-foot #ot-sdk-btn.ot-sdk-show-settings.footer-link:hover, .page-foot a#ot-sdk-btn.ot-sdk-show-settings.footer-link.underline, .page-foot .page-terms-of-use #main-content a#ot-sdk-btn.ot-sdk-show-settings.footer-link, .page-terms-of-use #main-content .page-foot a#ot-sdk-btn.ot-sdk-show-settings.footer-link, .page-foot .page-social-media-terms #main-content a#ot-sdk-btn.ot-sdk-show-settings.footer-link, .page-social-media-terms #main-content .page-foot a#ot-sdk-btn.ot-sdk-show-settings.footer-link {
   background-color: transparent;
   text-decoration: underline !important;
   text-underline-offset: 5px; }
 
 .page-foot .foot-links {
   font-family: "Roboto Condensed", sans-serif; }
 
 .page-foot .foot-links .col-md-6 {
   padding: 0 10px; }
 
 .page-foot .foot-links a {
   display: inline-block;
   margin-bottom: 0.1em; }
 
 .page-foot .foot-links a.footer-link {
   position: relative; }
 
 .page-foot .foot-links a.footer-link:after {
   content: '';
   display: inline-block;
   position: relative;
   bottom: -1px;
   right: -6px;
   width: 9px;
   height: 13px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 .page-foot .foot-links .external-link {
   font-weight: 700; }
 
 .page-foot .foot-links--list {
   margin: 0;
   padding: 0; }
 
 @media (max-width: 991.98px) {
   .page-foot .foot-links--list.top-list {
     margin-bottom: 0; } }
 
 .page-foot .foot-links--list a {
   font-size: 0.875rem; }
 
 @media (max-width: 767.98px) {
   .page-foot .foot-links--list {
     margin-bottom: 0.5em; } }
 
 .page-foot .foot-external-link ul {
   padding-left: 0; }
 
 @media (min-width: 768px) {
   .page-foot .foot-external-link ul {
     margin-top: -5px; } }
 
 .page-foot .foot-external-link ul li {
   font-family: "Roboto", sans-serif;
   font-weight: 700;
   font-style: italic;
   text-transform: uppercase;
   list-style: none;
   margin-bottom: 0.5em; }
 
 .page-foot .foot-external-link ul a {
   display: inline-block;
   margin-bottom: 0.1em; }
 
 .page-foot .foot-external-link ul a.footer-link {
   position: relative; }
 
 .page-foot .foot-external-link ul a.footer-link:after {
   content: '';
   display: inline-block;
   position: relative;
   top: 3px;
   right: -6px;
   width: 10px;
   height: 18px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 .page-foot .social-links {
   width: 100%;
   max-width: 162px; }
 
 .page-foot .social-links .social-link-container {
   display: flex;
   justify-content: space-evenly;
   width: 100%; }
 
 .page-foot .social-links .social-link-container .social-link-item {
   min-width: 32px;
   margin-left: 0;
   margin-right: 0; }
 
 .page-foot .social-links a {
   box-shadow: none; }
 
 .page-foot .social-links a:hover, .page-foot .social-links a.underline, .page-foot .social-links .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-foot .social-links a, .page-foot .social-links .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-foot .social-links a {
   box-shadow: none; }
 
 .page-foot .trademarks p {
   font-size: 0.75rem;
   margin-bottom: 10px; }
 
 @media (min-width: 768px) {
   .page-foot .trademarks p {
     margin-bottom: 0; } }
 
 .page-foot .trademarks p br {
   display: none; }
 
 @media (min-width: 768px) {
   .page-foot .trademarks p br {
     display: block; } }
 
 /*------------------------------------
   #HOMEPAGE
 ------------------------------------*/
 .homepage {
   background-image: linear-gradient(360deg, rgba(75, 56, 132, 0.05), #79297e 40%);
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/home/home-complex-mysteries-trans-bg.png), url(/web/20240823070942im_/https://www.regeneron.com/content/images/home/home-doing-well-bg.png), url(/web/20240823070942im_/https://www.regeneron.com/content/images/home/home-join-team-bg.png), linear-gradient(to bottom, #58388a 0%, #d50056 22%, #40b4e5 66%, #1b365d 100%);
   background-position: 50% 40px,50% 50%,50% 100%, 0 650px;
   background-repeat: no-repeat;
   background-size: contain;
   background-blend-mode: multiply,multiply,multiply,normal; }
 
 .homepage main.page-content {
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/home/home-homepage-m_bg.png") no-repeat 50% -40px;
   background-size: contain; }
 
 @media (min-width: 768px) {
   .homepage main.page-content {
     background-image: none; } }
 
 @media (min-width: 768px) {
   .homepage main .page-wrapper {
     padding: 0 0 80px 0; } }
 
 .homepage .page-wrapper-home {
   background-image: linear-gradient(180deg, rgba(75, 56, 132, 0.05), #79297e 10%); }
 
 @media (min-width: 768px) {
   .homepage .page-wrapper-home {
     margin-top: -130px;
     background-image: none; } }
 
 .homepage .page-wrapper-home .newsroom-container.blue-bg-7 {
   min-height: 290px; }
 
 .homepage .page-wrapper-home .newsroom-container .newsroom-content .carousel {
   min-height: 170px; }
 
 .homepage .page-wrapper {
   /*background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/home/home-complex-mysteries-trans-bg.png), url(/web/20240823070942im_/https://www.regeneron.com/content/images/home/home-doing-well-bg.png), url(/web/20240823070942im_/https://www.regeneron.com/content/images/home/home-join-team-bg.png), linear-gradient(#79297e, #d50056, #40b4e5, #1b365d);
         background-position: 50% 0, 50% 50%, 50% 100%;
         background-repeat: no-repeat, no-repeat, no-repeat;
         background-size: contain, contain, contain;
         background-blend-mode: multiply, normal, multiply;*/
   background-color: transparent; }
 
 .homepage .home-subheader {
   font-size: 1rem;
   letter-spacing: 0.4rem;
   line-height: 1.75rem; }
 
 @media (min-width: 768px) {
   .homepage .home-subheader {
     font-size: 2rem;
     letter-spacing: 1rem;
     line-height: 4.6875rem; } }
 
 @media (min-width: 768px) {
   .homepage .page-head {
     padding: 15px 0 0;
     background-image: none;
     height: 180px;
     margin-top: -20px; } }
 
 .homepage .home-header {
   font-size: 1.8125rem;
   letter-spacing: 0.125rem;
   line-height: 2.25rem; }
 
 @media (min-width: 768px) {
   .homepage .home-header {
     font-size: 3.625rem;
     line-height: 2.375rem; } }
 
 .homepage .playText {
   position: relative;
   top: 8px;
   left: -24px;
   display: block;
   width: 80px;
   color: #fff;
   text-align: center;
   opacity: 1;
   margin-bottom: 100px; }
 
 .homepage .playText span {
   font-style: italic;
   text-transform: uppercase; }
 
 .homepage .hero-head {
   background: none;
   padding-top: 100px;
   padding-bottom: 60px;
   margin-top: -175px; }
 
 @media (min-width: 768px) {
   .homepage .hero-head {
     padding-top: 240px;
     padding-bottom: 60px;
     min-height: 665px;
     background: linear-gradient(0deg, #58388a 0%, #065BAA 98%, #0F4EBB 100%); } }
 
 .homepage .hero-head .page-title {
   display: block;
   position: relative;
   font-size: 1rem;
   line-height: 1.75;
   letter-spacing: 0.4rem;
   z-index: 1; }
 
 @media (min-width: 768px) {
   .homepage .hero-head .page-title {
     font-size: 2rem;
     line-height: 3.25;
     letter-spacing: 1rem; } }
 
 .homepage .hero-head h1 {
   position: relative;
   font-size: 1.8125rem;
   line-height: 2.25rem;
   letter-spacing: 0.125rem;
   z-index: 1; }
 
 @media (min-width: 768px) {
   .homepage .hero-head h1 {
     font-size: 3.625rem;
     line-height: 2.375rem;
     letter-spacing: 0.125rem; } }
 
 .homepage .play-btn {
   position: relative;
   margin-top: -200px;
   margin-bottom: 0px;
   opacity: 0.5; }
 
 .homepage .home-info,
 .homepage .home-complex-mysteries,
 .homepage .home-section-1,
 .homepage .home-doing-well,
 .homepage .home-join-team,
 .homepage .home-perspective-ctas {
   margin-bottom: 20px; }
 
 @media (min-width: 768px) {
   .homepage .home-info,
   .homepage .home-complex-mysteries,
   .homepage .home-section-1,
   .homepage .home-doing-well,
   .homepage .home-join-team,
   .homepage .home-perspective-ctas {
     margin-bottom: 60px; } }
 
 .homepage .home-perspective-ctas .h3 {
   position: relative;
   font-size: 1.5rem;
   text-transform: none;
   letter-spacing: 0;
   line-height: 1;
   padding-right: 0.5em;
   margin-bottom: 0.5em; }
 
 .homepage .home-perspective-ctas .h3:after {
   content: "";
   position: absolute;
   display: inline-block;
   top: 0;
   right: -10px;
   width: 20px;
   height: 28px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 0 3px; }
 
 .homepage .home-perspective-ctas .crosslink:focus-visible {
   outline-offset: -19px;
   outline: 2px solid rgba(255, 193, 7, 0.9); }
 
 .homepage .home-info .cta-left-pair.white-background {
   background-color: #fff;
   display: flex;
   flex-direction: row;
   padding: 25px 15px; }
 
 .homepage .home-info .cta-left-pair.white-background p, .homepage .home-info .cta-left-pair.white-background h5 {
   color: #1b365d; }
 
 .homepage .home-info .cta-left-pair.white-background a:hover, .homepage .home-info .cta-left-pair.white-background a.underline, .homepage .home-info .cta-left-pair.white-background .page-terms-of-use #main-content a, .page-terms-of-use #main-content .homepage .home-info .cta-left-pair.white-background a, .homepage .home-info .cta-left-pair.white-background .page-social-media-terms #main-content a, .page-social-media-terms #main-content .homepage .home-info .cta-left-pair.white-background a, .homepage .home-info .cta-left-pair.white-background a:active {
   text-decoration: none;
   box-shadow: none; }
 
 .homepage .home-info .cta-left-pair.white-background img {
   width: 82px;
   height: 82px;
   margin-right: 10px; }
 
 .homepage .home-info .cta-left-pair.white-background .white-background_text {
   display: flex;
   flex-direction: column;
   height: 100%;
   width: 80%; }
 
 .homepage .home-info .cta-left-pair.white-background .white-background_text a {
   margin-top: 45px; }
 
 .homepage .home-info .cta-left-pair.white-background h5 span {
   font-size: 1.125rem;
   font-weight: 500; }
 
 .homepage .home-info .cta-left-pair.white-background .small-text {
   font-size: 0.875rem;
   margin-bottom: 10px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .cta-left-pair.white-background {
     padding: 25px;
     height: 290px; }
   .homepage .home-info .cta-left-pair.white-background img {
     width: 110px;
     height: 110px;
     margin-right: 20px; } }
 
 .homepage .home-info .cta-left-pair.blue-bg {
   background-image: linear-gradient(180deg, rgba(0, 180, 218, 0.3) 0%, rgba(1, 127, 186, 0.3) 100%);
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   justify-content: space-around;
   padding: 25px 3px; }
 
 .homepage .home-info .cta-left-pair.blue-bg .covid19--medicine {
   display: flex;
   flex-wrap: wrap;
   align-content: space-between;
   width: 63%; }
 
 @media (min-width: 768px) {
   .homepage .home-info .cta-left-pair.blue-bg {
     align-items: center;
     padding: 25px 15px; } }
 
 .homepage .home-info .cta-left-pair.blue-bg p, .homepage .home-info .cta-left-pair.blue-bg h5 {
   color: #fff; }
 
 .homepage .home-info .cta-left-pair.blue-bg a:hover, .homepage .home-info .cta-left-pair.blue-bg a.underline, .homepage .home-info .cta-left-pair.blue-bg .page-terms-of-use #main-content a, .page-terms-of-use #main-content .homepage .home-info .cta-left-pair.blue-bg a, .homepage .home-info .cta-left-pair.blue-bg .page-social-media-terms #main-content a, .page-social-media-terms #main-content .homepage .home-info .cta-left-pair.blue-bg a, .homepage .home-info .cta-left-pair.blue-bg a:active {
   text-decoration: none;
   box-shadow: none; }
 
 .homepage .home-info .cta-left-pair.blue-bg img {
   width: 80px;
   height: 80px;
   margin-right: 10px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .cta-left-pair.blue-bg img {
     width: 110px;
     height: 110px; } }
 
 .homepage .home-info .cta-left-pair.long-cta {
   height: auto;
   border: none;
   padding: 15px 0;
   display: flex;
   flex-direction: row;
   justify-content: space-evenly; }
 
 @media (min-width: 768px) {
   .homepage .home-info .cta-left-pair.long-cta {
     padding: 15px 25px; } }
 
 .homepage .home-info .cta-left-pair.long-cta .viral-image {
   height: 80px;
   width: 80px;
   margin-right: 0; }
 
 @media (min-width: 768px) {
   .homepage .home-info .cta-left-pair.long-cta .viral-image {
     margin-right: 10px; } }
 
 .homepage .home-info .cta-left-pair.long-cta > h5 {
   width: 50%;
   padding-right: 5px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .cta-left-pair.long-cta > h5 {
     width: 80%; } }
 
 .homepage .home-info .cta-left-pair.long-cta .home-arrow {
   height: 50px;
   width: 50px;
   margin-left: 0; }
 
 @media (min-width: 768px) {
   .homepage .home-info .cta-left-pair.long-cta .home-arrow {
     margin-left: 10%; } }
 
 .homepage .home-info .cta-left-pair.long-cta:hover > *, .homepage .home-info a.cta-left-pair.long-cta.underline > *, .homepage .home-info .page-terms-of-use #main-content a.cta-left-pair.long-cta > *, .page-terms-of-use #main-content .homepage .home-info a.cta-left-pair.long-cta > *, .homepage .home-info .page-social-media-terms #main-content a.cta-left-pair.long-cta > *, .page-social-media-terms #main-content .homepage .home-info a.cta-left-pair.long-cta > * {
   text-decoration: underline; }
 
 @media (min-width: 768px) {
   .homepage .home-info .cta-left-pair.long-cta {
     padding: 0 25px; }
   .homepage .home-info .cta-left-pair.long-cta .home-arrow {
     margin-left: initial;
     position: absolute;
     right: 30px; }
   .homepage .home-info .cta-left-pair.long-cta .viral-image {
     width: 110px;
     height: 110px;
     margin-right: 20px; } }
 
 .homepage .home-info .cta-left-pair.long-cta.qwkfix {
   height: 205px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .cta-left-pair {
     height: 205px; }
   .homepage .home-info .cta-left-pair figure {
     right: 10px; } }
 
 .homepage .home-info .antibody-cocktail {
   display: flex;
   justify-content: space-evenly;
   color: #fff;
   padding-top: 25px;
   padding-left: 20px;
   padding-right: 20px;
   height: 285px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .antibody-cocktail {
     padding-top: 45px;
     padding-left: 0;
     padding-right: 0; } }
 
 .homepage .home-info .antibody-cocktail .frosted {
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   width: 90px;
   height: 90px;
   border-radius: 50%;
   border: 2px solid #fff;
   margin: 0 0 0 -15px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .antibody-cocktail .frosted {
     width: 140px;
     height: 140px;
     margin: 0; } }
 
 .homepage .home-info .antibody-cocktail .frosted > img {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 80px;
   height: 80px;
   padding: 10px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .antibody-cocktail .frosted > img {
     padding: 15px;
     width: 125px;
     height: 125px; } }
 
 .homepage .home-info .antibody-cocktail .frosted .pane {
   position: absolute;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   background-color: rgba(255, 255, 255, 0.3); }
 
 @media (min-width: 768px) {
   .homepage .home-info .antibody-cocktail .frosted .pane {
     width: 125px;
     height: 125px; } }
 
 .homepage .home-info .antibody-cocktail img {
   width: 80px;
   height: 80px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .antibody-cocktail img {
     width: 140px;
     height: 140px; } }
 
 .homepage .home-info .antibody-cocktail .intro {
   width: 190px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .antibody-cocktail .intro {
     width: 240px; } }
 
 .homepage .home-info .antibody-cocktail .intro h5 {
   margin-bottom: 25px; }
 
 .homepage .home-info .indication-link:hover > *, .homepage .home-info a.indication-link.underline > *, .homepage .home-info .page-terms-of-use #main-content a.indication-link > *, .page-terms-of-use #main-content .homepage .home-info a.indication-link > *, .homepage .home-info .page-social-media-terms #main-content a.indication-link > *, .page-social-media-terms #main-content .homepage .home-info a.indication-link > * {
   text-decoration: underline; }
 
 .homepage .home-info .indication-footnote {
   font-size: 0.75rem;
   font-weight: bold;
   line-height: 1.5;
   margin: 0.25rem 0; }
 
 @media (max-width: 991.98px) {
   .homepage .home-info .indication-footnote {
     padding: 0 15px; } }
 
 .homepage .home-info .indication-footnote a {
   color: #fff;
   text-decoration: underline; }
 
 .homepage .home-info .indication-callout {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
   padding: 20px 0;
   color: #fff;
   background-color: rgba(255, 255, 255, 0.2);
   min-height: 290px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .indication-callout {
     padding: 0 25px; } }
 
 @media (max-width: 767.98px) {
   .homepage .home-info .indication-callout {
     height: auto; } }
 
 .homepage .home-info .indication-callout .brand-logo {
   margin-right: 20px; }
 
 .homepage .home-info .indication-callout .brand-logo img {
   width: 110px; }
 
 @media (max-width: 767.98px) {
   .homepage .home-info .indication-callout .brand-logo img {
     width: 80px; } }
 
 .homepage .home-info .indication-callout h5, .homepage .home-info .indication-callout .h5 {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   padding-right: 8px;
   margin-left: -10px;
   width: 46%; }
 
 @media (min-width: 768px) {
   .homepage .home-info .indication-callout h5, .homepage .home-info .indication-callout .h5 {
     justify-content: space-between;
     margin-left: 0;
     width: 85%; } }
 
 .homepage .home-info .indication-callout .home-arrow {
   height: 50px;
   width: 50px;
   margin-left: 0; }
 
 .homepage .home-info .indication-callout .annoucement {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: initial;
   width: 100%; }
 
 @media (min-width: 768px) {
   .homepage .home-info .indication-callout .annoucement {
     justify-content: center;
     gap: 20px; } }
 
 .homepage .home-info .indication-callout .annoucement .brand-logo {
   margin-right: 5px; }
 
 @media (min-width: 768px) {
   .homepage .home-info .indication-callout .annoucement .brand-logo {
     margin-right: 20px; } }
 
 .homepage .home-info .indication-callout .annoucement .h5 {
   font-size: 1.25rem;
   line-height: 1.1;
   margin-left: 0; }
 
 @media (min-width: 768px) {
   .homepage .home-info .indication-callout .annoucement .h5 {
     font-size: 1.5rem;
     line-height: 1.1; } }
 
 @media (min-width: 768px) {
   .homepage .home-info .indication-callout .annoucement {
     gap: initial; } }
 
 .homepage .home-info .indication-callout a.indication-link {
   width: 95%;
   color: #fff;
   box-shadow: none; }
 
 @media (min-width: 768px) {
   .homepage .home-info .indication-callout a.indication-link {
     width: 100%; } }
 
 .homepage .home-info .emergency-use .crosslink {
   /*background-color: rgba($white, .2);*/
   background: rgba(213, 0, 86, 0.5); }
 
 .homepage .home-info .emergency-use .crosslink h3:after {
   content: '';
   background-image: none; }
 
 .homepage .home-info .emergency-use .crosslink p span.link-arrow:after {
   content: "";
   position: absolute;
   display: inline-block;
   top: 3px;
   left: 7px;
   width: 10px;
   height: 18px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 0 0; }
 
 .homepage .home-info .emergency-use .crosslink.nilda {
   background-image: linear-gradient(180deg, rgba(254, 197, 85, 0.3) 0%, rgba(255, 152, 28, 0.3) 100%); }
 
 .homepage .home-info .emergency-use .crosslink.nilda:hover > *, .homepage .home-info .emergency-use a.crosslink.nilda.underline > *, .homepage .home-info .emergency-use .page-terms-of-use #main-content a.crosslink.nilda > *, .page-terms-of-use #main-content .homepage .home-info .emergency-use a.crosslink.nilda > *, .homepage .home-info .emergency-use .page-social-media-terms #main-content a.crosslink.nilda > *, .page-social-media-terms #main-content .homepage .home-info .emergency-use a.crosslink.nilda > * {
   text-decoration: none;
   color: #fff; }
 
 .homepage .home-info .emergency-use .crosslink.nilda > .video-player {
   margin-right: 15px;
   width: 120px;
   height: 120px; }
 
 .homepage .home-info .emergency-use .crosslink.nilda > .video-player img {
   width: 110px;
   height: 110px; }
 
 .homepage .home-info .emergency-use .crosslink.nilda > .video-player button {
   width: 60px;
   height: 60px; }
 
 .homepage .home-info .emergency-use .crosslink.nilda > .video-player button.play-video-btn:before {
   width: 60px;
   height: 60px; }
 
 .homepage .home-info .newsroom-content .carousel-inner {
   height: 125px; }
 
 .homepage .home-info .news-media {
   display: flex; }
 
 @media (min-width: 768px) {
   .homepage .home-info .news-media .newsroom-container.top .newsroom-content .carousel-inner {
     height: 125px; }
   .homepage .home-info .news-media .newsroom-container .newsroom-content .carousel-inner {
     height: 100px; } }
 
 .homepage .home-info .now-approved .linkbox {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   padding: 15px 25px;
   background-color: rgba(255, 255, 255, 0.2);
   border: none; }
 
 @media (min-width: 768px) {
   .homepage .home-info .now-approved .linkbox {
     padding: 25px;
     /* height: 95%;*/ } }
 
 .homepage .home-info .now-approved_link a {
   color: #fff;
   width: 100%;
   height: auto;
   display: flex;
   flex-direction: row; }
 
 .homepage .home-info .now-approved_link a:hover, .homepage .home-info .now-approved_link a.underline, .homepage .home-info .now-approved_link .page-terms-of-use #main-content a, .page-terms-of-use #main-content .homepage .home-info .now-approved_link a, .homepage .home-info .now-approved_link .page-social-media-terms #main-content a, .page-social-media-terms #main-content .homepage .home-info .now-approved_link a, .homepage .home-info .now-approved_link a:active {
   text-decoration: none;
   box-shadow: none; }
 
 .homepage .home-info .now-approved_link a .link-arrow {
   position: relative;
   padding-right: 20px;
   max-width: 210px;
   width: 100%; }
 
 .homepage .home-info .now-approved_link a .link-arrow:hover, .homepage .home-info .now-approved_link a a.link-arrow.underline, .homepage .home-info .now-approved_link a .page-terms-of-use #main-content a.link-arrow, .page-terms-of-use #main-content .homepage .home-info .now-approved_link a a.link-arrow, .homepage .home-info .now-approved_link a .page-social-media-terms #main-content a.link-arrow, .page-social-media-terms #main-content .homepage .home-info .now-approved_link a a.link-arrow, .homepage .home-info .now-approved_link a .link-arrow:active {
   text-decoration: underline; }
 
 .homepage .home-info .now-approved_link a .link-arrow:after {
   content: '';
   position: absolute;
   top: 40%;
   right: 0px;
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret_white.svg);
   height: 16px;
   width: 11px;
   background-size: contain;
   background-repeat: no-repeat; }
 
 .homepage .home-info .now-approved_link img {
   width: 90px;
   height: 90px;
   margin-right: 20px; }
 
 .homepage .spectacular-science {
   margin-bottom: 60px; }
 
 .homepage .spectacular-science .explore-video {
   display: flex;
   justify-content: center;
   margin-bottom: 30px; }
 
 @media (min-width: 768px) {
   .homepage .spectacular-science .explore-video {
     justify-content: flex-start; } }
 
 .homepage .spectacular-science .explore-video .video-player.white-blue .img-ring {
   border-color: #fff;
   padding: 0; }
 
 .homepage .spectacular-science .explore-video .video-player.white-blue .play-video-btn {
   background-image: linear-gradient(#107fcd, #065baa); }
 
 .homepage .spectacular-science .science-content {
   display: flex;
   flex-wrap: wrap;
   align-content: stretch;
   align-items: center;
   height: auto;
   color: #fff; }
 
 @media (min-width: 768px) {
   .homepage .spectacular-science .science-content {
     height: 340px; } }
 
 .homepage .spectacular-science .science-content .h5 {
   margin-bottom: 15px;
   font-size: 3rem;
   line-height: 1.04; }
 
 .homepage .home-complex-mysteries {
   margin-bottom: 160px;
   color: #fff; }
 
 @media (min-width: 768px) {
   .homepage .home-complex-mysteries {
     margin-bottom: 60px; } }
 
 .homepage .home-complex-mysteries h2 {
   font-family: "Roboto Condensed", sans-serif;
   color: #fff;
   font-size: 3rem;
   font-weight: 700;
   line-height: 3.125rem;
   letter-spacing: normal;
   text-transform: none;
   margin: 0 0 20px; }
 
 .homepage .home-complex-mysteries h3 {
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1.875rem;
   letter-spacing: normal;
   text-transform: none; }
 
 .homepage .home-complex-mysteries .btn,
 .homepage .home-complex-mysteries .cta-btn {
   margin-bottom: 40px; }
 
 .homepage .home-complex-mysteries .home-biotechnology-video-thmb {
   width: 175px;
   height: 175px;
   margin-left: auto;
   margin-right: auto; }
 
 .homepage .home-complex-mysteries .home-biotechnology-video-thmb .mobile-video-button-fix {
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%); }
 
 @media (min-width: 768px) {
   .homepage .home-complex-mysteries .home-biotechnology-video-thmb {
     width: 350px;
     height: 350px; } }
 
 .homepage .discover-clinical-trials {
   margin-bottom: 100px;
   padding-left: 0; }
 
 @media (min-width: 768px) {
   .homepage .discover-clinical-trials {
     padding-left: 90px; } }
 
 .homepage .discover-clinical-trials h4 {
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1.75rem;
   letter-spacing: normal;
   text-transform: initial; }
 
 .homepage .discover-clinical-trials .clinicals {
   display: flex;
   margin: 0;
   align-items: center;
   justify-content: center; }
 
 @media (min-width: 768px) {
   .homepage .discover-clinical-trials .clinicals {
     align-items: center;
     justify-content: flex-start; } }
 
 .homepage .discover-clinical-trials .content-block {
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   width: 100%;
   margin: 0;
   transform: translateX(0);
   padding: 170px 30px 50px;
   color: #fff;
   background-color: rgba(255, 255, 255, 0.2); }
 
 @media (min-width: 768px) {
   .homepage .discover-clinical-trials .content-block {
     margin: 0 0 0 25px;
     padding: 20px 50px 20px 180px;
     width: 790px;
     transform: translateX(30px); } }
 
 .homepage .discover-clinical-trials .content-block .cta-btn {
   width: calc(100vw - 96px); }
 
 @media (min-width: 768px) {
   .homepage .discover-clinical-trials .content-block .cta-btn {
     width: 345px; } }
 
 .homepage .discover-clinical-trials .item2 {
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: -160px;
   left: auto;
   width: 280px;
   height: 280px;
   border-radius: 50%; }
 
 @media (min-width: 768px) {
   .homepage .discover-clinical-trials .item2 {
     top: auto;
     left: -80px; } }
 
 .homepage .discover-clinical-trials .item2 img {
   width: 255px;
   border-radius: 50%; }
 
 .homepage .discover-clinical-trials .item2:before {
   content: "";
   position: absolute;
   width: 280px;
   height: 280px;
   border: 2px solid #fff;
   border-radius: 50%; }
 
 .homepage .our-annual-materials {
   display: flex;
   flex-direction: column;
   padding: 20px 20px 25px 20px;
   background: #ACD0D6 url(/web/20240823070942im_/https://www.regeneron.com/content/images/home/cta-bg.png) no-repeat;
   background-position: 50% -67px;
   background-size: cover; }
 
 @media (min-width: 768px) {
   .homepage .our-annual-materials {
     padding: 20px 30px 25px 30px;
     background-position: 50% -40px; } }
 
 .homepage .our-annual-materials .intro-block .cta-head {
   margin-bottom: 12px;
   text-transform: uppercase;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: bold;
   font-size: 1.6875rem;
   letter-spacing: normal;
   line-height: 1;
   letter-spacing: normal; }
 
 @media (min-width: 768px) {
   .homepage .our-annual-materials .intro-block .cta-head {
     margin-bottom: 15px;
     font-size: 2rem;
     margin-bottom: 30px; } }
 
 .homepage .our-annual-materials .intro-block .cta-head > span {
   display: block;
   font-size: 1.25rem; }
 
 @media (min-width: 768px) {
   .homepage .our-annual-materials .intro-block .cta-head > span {
     font-size: 1.375rem; } }
 
 .homepage .our-annual-materials .intro-block .cta-lead {
   font-size: 1.125rem;
   margin-bottom: 30px; }
 
 @media (min-width: 768px) {
   .homepage .our-annual-materials .intro-block .cta-lead {
     font-size: 1.25rem; } }
 
 .homepage .our-annual-materials .ctas-block {
   margin-top: 20vw; }
 
 @media (min-width: 534px) {
   .homepage .our-annual-materials .ctas-block {
     margin-top: 23vw; } }
 
 @media (min-width: 992px) {
   .homepage .our-annual-materials .ctas-block {
     margin-top: 6vw; } }
 
 .homepage .our-annual-materials .ctas-block > p {
   margin-bottom: 12px; }
 
 .homepage .our-annual-materials .ctas-block a.cta-btn {
   display: flex;
   width: 100%;
   min-height: 65px;
   height: 100%;
   background-position: 100% 50%; }
 
 .homepage .our-annual-materials .ctas-block a.cta-btn em {
   color: #065baa;
   font-size: 1rem;
   text-align: left;
   line-height: 1.3;
   padding: 10px 10px; }
 
 @media (min-width: 768px) {
   .homepage .our-annual-materials .ctas-block a.cta-btn em {
     width: 100%;
     padding: 0 5px;
     font-size: 1.0625rem;
     line-height: 1.1;
     letter-spacing: -0.0125em; } }
 
 .homepage .our-annual-materials .ctas-block a.cta-btn.blue:after {
   content: "";
   min-width: 65px;
   min-height: 65px;
   height: auto;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-blue.svg) no-repeat 50% 50%;
   background-size: cover; }
 
 .homepage .our-annual-materials .ctas-block a.cta-btn.blue:hover:after, .homepage .our-annual-materials .ctas-block a.cta-btn.blue.underline:after, .homepage .our-annual-materials .ctas-block .page-terms-of-use #main-content a.cta-btn.blue:after, .page-terms-of-use #main-content .homepage .our-annual-materials .ctas-block a.cta-btn.blue:after, .homepage .our-annual-materials .ctas-block .page-social-media-terms #main-content a.cta-btn.blue:after, .page-social-media-terms #main-content .homepage .our-annual-materials .ctas-block a.cta-btn.blue:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-rubine.svg) no-repeat 50% 50%;
   background-size: cover; }
 
 .homepage .our-annual-materials .ctas-block a.cta-btn.blue.dl:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/home/oam_dl-button.png) no-repeat 50% 50%;
   background-size: cover;
   align-self: stretch; }
 
 .homepage .our-annual-materials .ctas-block a.cta-btn.blue.dl:hover:after, .homepage .our-annual-materials .ctas-block a.cta-btn.blue.dl.underline:after, .homepage .our-annual-materials .ctas-block .page-terms-of-use #main-content a.cta-btn.blue.dl:after, .page-terms-of-use #main-content .homepage .our-annual-materials .ctas-block a.cta-btn.blue.dl:after, .homepage .our-annual-materials .ctas-block .page-social-media-terms #main-content a.cta-btn.blue.dl:after, .page-social-media-terms #main-content .homepage .our-annual-materials .ctas-block a.cta-btn.blue.dl:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/home/oam_dl-button-hvr.png) no-repeat 50% 50%;
   background-size: cover; }
 
 @media (min-width: 768px) {
   .homepage .home-biotechnology-video-thmb {
     position: absolute;
     bottom: 36px;
     left: 130px;
     width: auto;
     height: auto; } }
 
 .homepage .meant-for-more {
   margin: -40px 0 40px 0; }
 
 .homepage .meant-for-more .row {
   align-items: center; }
 
 .homepage .meant-for-more .video-deck {
   position: relative;
   max-width: 100%;
   border-radius: 30px;
   padding-bottom: 30px;
   max-width: 308px;
   max-height: 210px;
   margin: auto;
   z-index: 2; }
 
 @media (min-width: 768px) {
   .homepage .meant-for-more .video-deck {
     max-width: 428px;
     max-height: 292px; } }
 
 .homepage .meant-for-more .video-deck .poster-frame {
   border-radius: 30px; }
 
 .homepage .meant-for-more .video-deck .video_play-btn {
   background-image: linear-gradient(180deg, #065BAA 0%, #002071 100%); }
 
 .homepage .meant-for-more .video-deck.blue {
   background-image: linear-gradient(270deg, #002071 0%, #065BAA 100%); }
 
 .homepage .meant-for-more .txt {
   padding: 20px 30px;
   color: #fff;
   background: rgba(255, 255, 255, 0.2);
   z-index: 1; }
 
 @media (max-width: 991.98px) {
   .homepage .meant-for-more .txt {
     margin-top: -80px;
     padding-top: 100px; } }
 
 @media (min-width: 768px) {
   .homepage .meant-for-more .txt {
     margin-left: -255px;
     padding-left: 258px; } }
 
 .homepage .meant-for-more h2 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   line-height: 1.2;
   text-transform: inherit;
   letter-spacing: normal;
   font-weight: 700; }
 
 .homepage .home-section-1 {
   color: #fff; }
 
 .homepage .home-section-1 .blue-bg-7 {
   background-image: linear-gradient(rgba(16, 127, 205, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%); }
 
 .homepage .home-section-1 a {
   display: block;
   color: #fff;
   box-shadow: none; }
 
 .homepage .home-section-1 h2 {
   color: #fff;
   font-size: 1.5rem;
   line-height: 1.2;
   margin-bottom: 1em;
   text-transform: uppercase;
   text-align: center;
   letter-spacing: normal;
   font-weight: 700; }
 
 .homepage .home-section-1 .btn-download {
   display: flex;
   flex-direction: column; }
 
 .homepage .home-section-1 .btn-download p {
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 25px;
   font-size: 1.25rem;
   color: #065baa;
   font-weight: 700;
   align-self: center;
   position: relative; }
 
 .homepage .home-section-1 .btn-download p:hover {
   text-decoration: none;
   transition: all .3s ease-out;
   box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
 
 .homepage .home-section-1 .btn-download p:nth-of-type(2) {
   color: red; }
 
 .homepage .home-section-1 .btn-download p:before {
   content: "";
   position: absolute;
   left: -30px;
   top: 0;
   width: 26px;
   height: 32px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 .homepage .home-section-1 .btn-download p:before:nth-of-type(2) {
   left: 0; }
 
 .homepage .home-section-1 .btn-download p.t-upper.rr2020:before {
   /*left: 0;*/ }
 
 @media (min-width: 576px) {
   .homepage .home-section-1 .btn-download p.t-upper.rr2020:before {
     left: -30px; } }
 
 .homepage .home-section-1 .perspectives-article-promote {
   padding: 20px 20px; }
 
 @media (min-width: 768px) {
   .homepage .home-section-1 .perspectives-article-promote {
     padding: 30px 40px;
     margin-bottom: 0px;
     min-height: 470px;
     min-height: 510px; } }
 
 .homepage .home-section-1 .perspectives-article-promote-container {
   display: flex;
   flex-direction: column; }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox {
   /*outline-width: 2px;
                     outline-color: red;
                     outline-offset: 2px;
                     outline-style: solid;*/ }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .cta-left-pair {
   background-color: rgba(255, 255, 255, 0.2);
   border: none;
   min-height: 320px; }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .cta-left-pair:focus-visible {
   outline-width: 4px;
   outline-color: rgba(255, 193, 7, 0.9);
   outline-offset: -17px;
   outline-style: solid; }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox_image {
   width: 80px;
   max-height: 70px;
   height: auto; }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox a {
   display: flex;
   flex-direction: row;
   width: 100%;
   padding: 10px;
   align-items: center; }
 
 @media (min-width: 768px) {
   .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox a {
     padding: 15px 20px; } }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline {
   color: #fff;
   font-size: 1.25rem;
   font-family: "Roboto Condensed", sans-serif;
   line-height: 1.2;
   font-weight: 700;
   position: relative;
   text-transform: uppercase;
   padding-right: .5rem; }
 
 @media (min-width: 768px) {
   .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline {
     padding-right: 5px; } }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline:hover, .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox a.perspectives-article-headline.underline, .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .page-terms-of-use #main-content a.perspectives-article-headline, .page-terms-of-use #main-content .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox a.perspectives-article-headline, .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .page-social-media-terms #main-content a.perspectives-article-headline, .page-social-media-terms #main-content .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox a.perspectives-article-headline {
   text-decoration: underline; }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline:after {
   content: '';
   position: absolute;
   right: -35px;
   bottom: -35px;
   width: 10px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 @media (max-width: 767.98px) {
   .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline:after {
     bottom: -45px;
     right: -25px; } }
 
 @media (min-width: 992px) {
   .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline.float-arrow:after {
     bottom: 40%; } }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .author {
   color: #fff;
   font-family: "Roboto Condensed", sans-serif; }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .author .author-title {
   display: block;
   font-size: 0.875rem;
   line-height: 1.125rem;
   font-weight: 400;
   margin-top: 10px; }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .blog-img-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 15px 0 0;
   width: 90px;
   height: 90px;
   border-radius: 50%;
   background-color: #065baa; }
 
 @media (min-width: 768px) {
   .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .blog-img-icon {
     margin: 0 10px 0 0; } }
 
 @media (min-width: 768px) {
   .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox.long-title a {
     padding: 15px 5px; } }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox.long-title a .blog-img-icon-nobg {
   margin: 0; }
 
 .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox.long-title a img {
   margin-left: 0;
   margin-right: 15px; }
 
 @media (min-width: 768px) {
   .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox.long-title a img {
     margin-left: 15px;
     margin-right: 10px;
     width: 90px;
     height: 90px; } }
 
 .homepage .home-section-1 .clipped {
   width: 100%; }
 
 @media (min-width: 992px) {
   .homepage .home-section-1 .clipped {
     margin-bottom: 0;
     min-height: 100%; } }
 
 .homepage .home-section-1 .clipped .content-wrap {
   height: 100%;
   padding: 20px 10px 18px 10px; }
 
 @media (min-width: 576px) {
   .homepage .home-section-1 .clipped .content-wrap {
     padding: 27px 10px 17px 10px; } }
 
 .homepage .home-section-1 .clipped .content-wrap img {
   margin-bottom: 15px; }
 
 .homepage .home-section-1 .clipped .in-review {
   font-size: 1.5rem;
   line-height: 1.7;
   text-align: center;
   margin-bottom: 36px; }
 
 .homepage .home-section-1 .dual-ctas {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   gap: 0px; }
 
 @media (min-width: 768px) {
   .homepage .home-section-1 .dual-ctas {
     flex-direction: row;
     gap: 40px; } }
 
 .homepage .home-section-1 .dual-ctas .our-annual-materials {
   padding: 20px 25px 25px 20px; }
 
 @media (min-width: 768px) {
   .homepage .home-section-1 .dual-ctas .our-annual-materials {
     padding: 20px 30px 25px 30px; } }
 
 .homepage .home-doing-well {
   color: #fff;
   padding: 20px 20px 40px; }
 
 .homepage .home-doing-well .headline-img {
   width: 82px;
   height: 82px;
   margin: 10px auto; }
 
 @media (min-width: 768px) {
   .homepage .home-doing-well {
     padding: 40px 80px 60px; }
   .homepage .home-doing-well .headline-img {
     width: initial;
     height: initial;
     margin: 0 20px 0 0; } }
 
 .homepage .home-doing-well .three-links .btn-link {
   padding: 0px;
   margin: 20px 0; }
 
 .homepage .home-doing-well .three-links .btn-link:after {
   content: '';
   position: absolute;
   top: 5px;
   right: -20px;
   width: 17px;
   height: 25px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat top center;
   background-size: 45%; }
 
 .homepage .home-doing-well .three-links .btn-link:hover, .homepage .home-doing-well .three-links a.btn-link.underline, .homepage .home-doing-well .three-links .page-terms-of-use #main-content a.btn-link, .page-terms-of-use #main-content .homepage .home-doing-well .three-links a.btn-link, .homepage .home-doing-well .three-links .page-social-media-terms #main-content a.btn-link, .page-social-media-terms #main-content .homepage .home-doing-well .three-links a.btn-link {
   color: #fff; }
 
 .homepage .home-doing-well .three-links .linkfix {
   display: block;
   margin: 20px auto; }
 
 .homepage .home-doing-well .doing-well-cta {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   justify-content: flex-start; }
 
 @media (min-width: 768px) {
   .homepage .home-doing-well .doing-well-cta {
     justify-content: flex-start; } }
 
 .homepage .home-doing-well .doing-well-cta .badges-dw {
   height: auto;
   margin-bottom: 1em;
   margin-left: auto;
   margin-right: auto; }
 
 @media (min-width: 768px) {
   .homepage .home-doing-well .doing-well-cta .badges-dw {
     margin-left: initial;
     margin-right: initial;
     margin-bottom: initial;
     height: 95px; } }
 
 .homepage .home-doing-well .doing-well-cta .grounded {
   align-self: end; }
 
 @media (min-width: 768px) {
   .homepage .home-doing-well .doing-well-cta .grounded {
     align-self: end; } }
 
 .homepage .home-doing-well .btn:focus {
   outline: inset; }
 
 .homepage .home-join-team {
   color: #fff;
   position: relative;
   margin-top: 150px; }
 
 .homepage .home-join-team h2 {
   font-family: "Roboto Condensed", sans-serif;
   color: #fff;
   font-size: 3rem;
   font-weight: 700;
   line-height: 50px;
   letter-spacing: normal;
   text-transform: none;
   margin: 0 0 20px; }
 
 .homepage .home-join-team .video-description .video-player {
   position: absolute;
   top: -120px;
   left: 50%;
   transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .homepage .home-join-team .video-description .video-player {
     position: relative;
     top: initial;
     left: initial;
     transform: none; } }
 
 .homepage .home-join-team .content-wrap {
   padding: 110px 20px 30px 20px; }
 
 @media (min-width: 768px) {
   .homepage .home-join-team .content-wrap {
     padding: 40px 30px 40px 210px; } }
 
 @media (min-width: 768px) {
   .homepage .home-join-team {
     margin-top: initial; } }
 
 .homepage img.download-fix {
   width: 240px; }
 
 .video-description .video-player {
   margin-right: -180px; }
 
 .video-description .content-wrap {
   padding: 40px 30px 40px 220px; }
 
 .video-description .content-wrap h5 {
   margin-bottom: 5px; }
 
 /*------------------------------------*\
   #HOMEPAGE VIDEO BACKGROUND
 \*------------------------------------*/
 .video-container {
   position: absolute;
   top: 0;
   width: 100%;
   height: 650px;
   overflow: hidden; }
 
 .vid-mask {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 200px;
   background-image: linear-gradient(0deg, #58388a 0%, rgba(88, 56, 138, 0) 100%); }
 
 .video-bg {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
   opacity: .35; }
 
 @media (min-width: 768px) {
   .video-bg {
     /*height: auto;*/ } }
 
 .covid-banner-update {
   background-image: linear-gradient(#d50056, #950051);
   box-sizing: border-box;
   color: #fff;
   display: none;
   font-size: 0.9375rem;
   margin-bottom: 15px; }
 
 .covid-banner-update .cbu-content {
   align-items: center;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   height: 120px; }
 
 @media (max-width: 991.98px) {
   .covid-banner-update .cbu-content {
     align-items: flex-start;
     height: auto;
     padding: 20px 0; } }
 
 .covid-banner-update .cbu-content--img {
   padding-right: 20px; }
 
 .covid-banner-update .cbu-content--img img {
   width: 58px; }
 
 @media (max-width: 991.98px) {
   .covid-banner-update .cbu-content--img img {
     width: 48px; } }
 
 .covid-banner-update .cbu-content--info {
   align-items: center;
   display: flex;
   flex-direction: row; }
 
 @media (max-width: 991.98px) {
   .covid-banner-update .cbu-content--info {
     align-items: flex-start;
     flex-direction: column; } }
 
 .covid-banner-update .cbu-content--info .cbu-content--txt {
   padding-right: auto;
   font-size: 1rem; }
 
 @media (min-width: 768px) {
   .covid-banner-update .cbu-content--info .cbu-content--txt {
     padding-right: 10px;
     flex-basis: 90%; } }
 
 .covid-banner-update .cbu-content--info .cbu-content--txt a {
   color: #fff;
   box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
 
 .covid-banner-update .cbu-content--info .cbu-content--btn {
   width: 320px; }
 
 @media (max-width: 991.98px) {
   .covid-banner-update .cbu-content--info .cbu-content--btn {
     margin-top: 10px;
     width: auto; } }
 
 @media (min-width: 768px) {
   .get-to-know .clipped .content-wrap {
     padding: 27px 40px 17px 40px !important; } }
 
 .get-to-know .clipped .content-wrap .cta-left-pair.clipped {
   background-color: rgba(255, 255, 255, 0.2);
   display: flex;
   align-items: center;
   justify-content: flex-start;
   padding: 20px 10px 20px 20px; }
 
 .get-to-know .clipped .content-wrap .cta-left-pair.clipped:before {
   content: "";
   position: absolute;
   width: 10px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain;
   right: 15px; }
 
 @media (max-width: 767.98px) {
   .get-to-know .clipped .content-wrap .cta-left-pair.clipped:before {
     margin-top: 10px; } }
 
 .get-to-know .clipped .content-wrap .cta-left-pair.clipped.top {
   margin-bottom: 30px; }
 
 @media (min-width: 768px) {
   .get-to-know .clipped .content-wrap .cta-left-pair.clipped.top:before {
     top: 67px; } }
 
 .get-to-know .clipped .content-wrap .cta-left-pair.clipped.top .blog-img-icon {
   background-color: #aa2d79; }
 
 .get-to-know .clipped .content-wrap .cta-left-pair.clipped.bottom .blog-img-icon {
   background-color: #9b3d85; }
 
 @media (min-width: 768px) {
   .get-to-know .clipped .content-wrap .cta-left-pair.clipped.bottom:before {
     top: 67px; } }
 
 @media (max-width: 767.98px) {
   .get-to-know .clipped .content-wrap .cta-left-pair.clipped.bottom {
     margin-bottom: 10px; } }
 
 .get-to-know .clipped .content-wrap .cta-left-pair.clipped img {
   margin-bottom: 0; }
 
 .get-to-know .blog-img-icon {
   width: 90px;
   height: 90px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 10px 0 0; }
 
 .get-to-know .perspectives-article-headline {
   font-family: "Roboto Condensed";
   padding-right: 20px;
   letter-spacing: -0.01em; }
 
 .get-to-know .perspectives-article-headline + p {
   padding-right: 0; }
 
 @media (max-width: 767.98px) {
   .home-section-1 h5 {
     text-align: left; } }
 
 .home-section-1 .author-name {
   display: block;
   margin-top: 20px; }
 
 .home-section-1 .author-title {
   font-family: "Roboto Condensed"; }
 
 .home-section-1 .perspectives-article-promote .perspectives-splitbox-text {
   padding-right: 30px; }
 
 .home-section-1 .perspectives-article-promote .perspectives-splitbox-text p {
   padding-right: 0; }
 
 @media (max-width: 767.98px) {
   .home-section-1 .perspectives-article-promote .cta-left-pair {
     margin-bottom: 10px; } }
 
 .home-section-1 .blog-img-icon img {
   margin: 0px 20px; }
 
 /*YEAR IN REVIEW SECTION*/
 @media (min-width: 768px) {
   .year-in-review {
     margin-bottom: -40px; } }
 
 .review-callout {
   z-index: 0; }
 
 @media (min-width: 768px) {
   .review-callout {
     padding: 65px 40px 20px;
     transform: translateY(-44%); } }
 
 @media (max-width: 767.98px) {
   .review-callout {
     padding: 50px 20px 10px;
     border: 2px solid white;
     border-top: none;
     transform: translateY(0);
     margin-top: -1px;
     margin-bottom: 80px; } }
 
 .review-callout .review-info {
   align-items: center;
   display: flex; }
 
 .review-callout .review-info p {
   margin: 0; }
 
 .review-callout .cta-btn {
   width: 100%;
   margin: 15px 0px;
   height: 50px;
   /*&:last-of-type {
             &:after {
                 background: url('/web/20240823070942im_/https://www.regeneron.com/Content/images/global/pdf-icon.png') no-repeat 50% 50%;
             }
         }*/ }
 
 .review-callout .cta-btn:after {
   height: 48px; }
 
 .review-callout.clipped:before {
   /*@include media-breakpoint-down(sm) {
                 clip-path: polygon(100% 100%, 0% 0%, 100% 0%, 0% 0%, 0% 100%, 100% 0%, 100% 100%, 0% 0%, 0% 100%);
             }*/ }
 
 @media (min-width: 768px) {
   .review-callout.clipped:before {
     position: absolute;
     content: '';
     top: 0;
     height: 100%;
     border: 2px solid white;
     left: 0;
     width: 100%;
     clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 74.6% 0%, 25.7% 0%, 0% 100%); } }
 
 .review-callout.clipped:after {
   border-color: #fff; }
 
 .callout-head {
   z-index: 1;
   background: transparent;
   display: inline-block;
   position: relative;
   left: 50%;
   top: 0%;
   padding: 15px 18px 24px;
   border: 2px solid #fff; }
 
 @media (min-width: 768px) {
   .callout-head {
     transform: translate(-50%, -40%); } }
 
 @media (max-width: 991.98px) {
   .callout-head {
     transform: translate(-50%, 0%); } }
 
 .callout-head > span {
   font-family: "Roboto Condensed"; }
 
 .year-header {
   font-weight: 900;
   letter-spacing: -0.01em;
   line-height: 1.1;
   color: #FFC655; }
 
 @media (min-width: 768px) {
   .year-header {
     font-size: 2.5rem; } }
 
 @media (max-width: 767.98px) {
   .year-header {
     font-size: 2.125rem; } }
 
 .year-subheader {
   font-weight: 900;
   letter-spacing: -0.01em;
   line-height: 1.1;
   padding-top: 6px;
   color: #FFC655; }
 
 @media (min-width: 768px) {
   .year-subheader {
     font-size: 1.5rem; } }
 
 @media (max-width: 767.98px) {
   .year-subheader {
     font-size: 1.25rem; } }
 
 .year-subheader:after {
   content: "";
   bottom: 12px;
   left: 50%;
   height: 4px;
   width: 90%;
   opacity: 0.25;
   background-image: linear-gradient(180deg, #cce7ec 0%, #9bd3dd 100%);
   position: absolute;
   transform: translateX(-50%); }
 
 /*END YEAR OF REVIEW SECTION*/
 /**/
 /*------------------------------------
   #ABOUT US
 ------------------------------------*/
 .page-about .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/about-us-bg-m.png); }
 
 @media (min-width: 768px) {
   .page-about .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/about-us-bg.png); } }
 
 .about {
   position: static; }
 
 .about .meant-for-more {
   margin-bottom: 30px; }
 
 .about .meant-for-more .txt {
   background: linear-gradient(#107fcd, #065baa);
   border-radius: 50px 0 0 0;
   color: #fff; }
 
 @media (max-width: 991.98px) {
   .about .meant-for-more .txt {
     margin-right: -15px;
     margin-left: 15px;
     padding: 30px 30px 100px; } }
 
 @media (min-width: 768px) {
   .about .meant-for-more .txt {
     padding: 50px 117px 50px 30px; } }
 
 .about .meant-for-more .txt h1 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 2.1875rem;
   line-height: 2.5rem;
   text-transform: inherit;
   letter-spacing: normal;
   font-weight: 700; }
 
 .about .meant-for-more .video-deck {
   position: relative;
   max-width: 100%;
   border-radius: 30px;
   padding-bottom: 0;
   max-width: 345px;
   max-height: 205px;
   margin: auto;
   z-index: 2; }
 
 @media (max-width: 991.98px) {
   .about .meant-for-more .video-deck {
     margin-top: -90px; } }
 
 @media (min-width: 768px) {
   .about .meant-for-more .video-deck {
     max-width: 582px;
     max-height: 346px;
     margin: 20px 0 0 -137px; } }
 
 .about .meant-for-more .video-deck .poster-frame {
   border-radius: 30px; }
 
 .about .meant-for-more .video-deck .video_play-btn {
   background-image: linear-gradient(180deg, #065BAA 0%, #002071 100%); }
 
 .about .meant-for-more .video-deck.blue {
   background-image: linear-gradient(270deg, #002071 0%, #065BAA 100%); }
 
 .about .about-video-box .video-player {
   /*width: 280px;*/ }
 
 .about .about-video-box .video-player.about-biotechnology-video-thmb {
   position: absolute;
   top: -240px;
   right: 0; }
 
 @media (max-width: 991.98px) {
   .about .about-video-box .video-player.about-biotechnology-video-thmb {
     top: -110px;
     right: 0;
     left: 0;
     margin: 0 auto; } }
 
 .about .about-video-box .callout-box.bg-red {
   padding-top: 30px;
   padding-bottom: 30px; }
 
 @media (max-width: 991.98px) {
   .about .about-video-box .callout-box.bg-red {
     padding-top: 140px;
     margin-top: 140px; } }
 
 .about_content1 {
   padding-bottom: 28px;
   position: relative; }
 
 .about_content1-text {
   text-align: center; }
 
 .about_content1-callout {
   margin-top: 137px;
   padding: 118px 20px 20px 20px; }
 
 .about_content1-callout--image {
   position: absolute;
   bottom: 20%;
   left: 50%;
   transform: translateX(-50%);
   width: 200px;
   height: 200px;
   z-index: 100; }
 
 .about_content1-callout p {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   font-size: 1.5rem;
   line-height: 2rem; }
 
 @media (min-width: 992px) {
   .about_content1-text--wrap-desktop {
     max-width: 500px; }
   .about_content1-callout {
     margin-top: 30px;
     padding: 30px 0 30px 30px; }
   .about_content1-callout--image {
     left: initial;
     right: 0px;
     transform: none;
     width: 280px;
     height: 280px;
     bottom: 22%; }
   .about_content1-callout p {
     max-width: 515px; } }
 
 @media (min-width: 1200px) {
   .about_content1-callout--image {
     bottom: 15%;
     width: 350px;
     height: 350px; } }
 
 .about_content2 {
   display: flex;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .about_content2 {
     margin-top: 50px; } }
 
 .about_content2-callout1--download {
   display: flex;
   flex-direction: row; }
 
 .about_content2-callout1--download img {
   max-width: 93px;
   height: 52px;
   margin-right: 40px; }
 
 .about_content2-callout1--download p {
   font-size: 1rem;
   color: #065baa;
   font-weight: 700;
   align-self: center;
   position: relative; }
 
 .about_content2-callout1--download p:hover {
   text-decoration: underline; }
 
 .about_content2-callout1--download p:before {
   content: "";
   position: absolute;
   width: 17px;
   height: 28px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/about-download.svg) no-repeat 0 0;
   background-size: contain;
   left: -30px;
   top: 10px; }
 
 .about_content2-callout1 .callout-box.blue {
   border-color: #1B365D;
   padding: 60px 40px 25px;
   width: 100%; }
 
 @media (max-width: 991.98px) {
   .about_content2-callout1 .callout-box.blue {
     padding: 50px 20px 20px; } }
 
 .about_content2-callout1 .callout-box.blue:after {
   border-color: #1B365D; }
 
 .about_content2-callout1 .header {
   background: #fff;
   border: 2px solid #1B365D;
   font-family: "Roboto Condensed";
   font-weight: 900;
   left: 50%;
   letter-spacing: -0.01em;
   line-height: 1.1;
   padding: 0.5em;
   position: relative;
   text-align: center;
   top: 0%;
   transform: translate(-50%, 50%);
   width: 90%;
   z-index: 1; }
 
 .about_content2-callout1 .header .title {
   font-size: 2.25rem;
   margin: 0;
   text-transform: uppercase; }
 
 @media (max-width: 991.98px) {
   .about_content2-callout1 .header .title {
     font-size: 1.6875rem; } }
 
 .about_content2-callout1 .header .heading {
   font-size: 1.3125rem;
   margin: 0;
   text-transform: uppercase; }
 
 @media (max-width: 991.98px) {
   .about_content2-callout1 .header .heading {
     font-size: 1rem; } }
 
 .about_content2-callout1 .tagline {
   color: #065baa;
   font-weight: 700; }
 
 .about_content2-callout1 .cta-btn {
   margin-top: 1em;
   width: auto;
   min-height: 60px; }
 
 .about_content2-callout2 {
   margin-top: 10px;
   width: 100%; }
 
 .about_content2-callout2--topwrap {
   padding-right: 95px;
   position: relative; }
 
 .about_content2-callout2--topwrap .topwrap-header {
   font-size: 1.375rem;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700; }
 
 .about_content2-callout2--topwrap .topwrap-header span {
   display: block;
   font-family: "Roboto", sans-serif;
   font-weight: regular;
   font-size: 1.125rem; }
 
 .about_content2-callout2--topwrap:before {
   content: "";
   position: absolute;
   bottom: 0px;
   width: 100%; }
 
 .about_content2-callout2 .newsroom-container {
   padding: 40px 20px 40px;
   margin: 0;
   height: 95%;
   background-color: #27611f; }
 
 .about_content2-callout2 .newsroom-container .carousel {
   position: relative; }
 
 @media (min-width: 768px) {
   .about_content2 {
     flex-direction: row;
     justify-content: space-between;
     margin-bottom: 40px; }
   .about_content2-callout1 {
     max-width: 445px;
     margin: 0px;
     margin-top: -83px; }
   .about_content2-callout2 {
     margin-top: initial;
     max-width: 445px;
     margin: 0px; } }
 
 @media (min-width: 768px) {
   .about_content3 {
     padding-bottom: 20px; } }
 
 .about_content3-header {
   color: #065baa;
   text-align: center; }
 
 @media (min-width: 768px) {
   .about_content3-header {
     margin-bottom: 30px; } }
 
 .about_content3-container {
   display: flex;
   flex-direction: column; }
 
 .about_content3-container--item {
   text-align: center;
   margin: 25px auto;
   max-width: 280px; }
 
 .about_content3-container--item .title {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 3rem;
   margin-bottom: 20px; }
 
 .about_content3-container--item .title.green {
   color: #27611f; }
 
 .about_content3-container--item .title.light-blue {
   color: #065baa; }
 
 .about_content3-container--item .title.red {
   color: #d50057; }
 
 .about_content3-container--item .title.orange {
   color: #d37300; }
 
 .about_content3-container--item .title.dark-blue {
   color: #065baa; }
 
 @media (min-width: 768px) {
   .about_content3-container {
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between; }
   .about_content3-container--item {
     margin: 20px 0;
     width: 237px; } }
 
 .about_content4 {
   padding: 24px 20px 30px 20px;
   display: flex;
   flex-direction: column; }
 
 .about_content4-image {
   width: 95px;
   height: 95px;
   margin-bottom: 15px; }
 
 .about_content4-content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: space-between; }
 
 .about_content4-content h1 {
   color: #fff; }
 
 @media (min-width: 768px) {
   .about_content4-content h1 {
     padding: 25px 0 20px 0; } }
 
 .about_content4-content p {
   color: #fff; }
 
 @media (min-width: 768px) {
   .about_content4 {
     flex-direction: row;
     padding: 30px; }
   .about_content4-image {
     margin: 0 30px 0 0; } }
 
 .about_content5 {
   margin-top: 120px;
   padding: 120px 20px 20px 20px;
   border-color: #ffc656; }
 
 .about_content5:after {
   border-color: #ffc656; }
 
 .about_content5-image {
   position: absolute;
   width: 200px;
   height: 200px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 100; }
 
 @media (min-width: 992px) {
   .about_content5 {
     max-width: 735px;
     padding: 30px 60px 30px 200px;
     float: right;
     margin: 120px 0 40px 0; }
   .about_content5-image {
     width: 280px;
     height: 280px;
     left: 9%; } }
 
 @media (min-width: 1200px) {
   .about_content5-image {
     bottom: 37.5%;
     width: 350px;
     height: 350px;
     left: 20.6%; } }
 
 .about_content6 {
   margin-top: 20px;
   padding: 38px 20px 20px 20px;
   width: 100%; }
 
 .about_content6-header {
   text-align: center;
   color: #fff; }
 
 .about_content6-text {
   text-align: center;
   color: #fff; }
 
 .about_content6-splitbox-container {
   display: flex;
   flex-direction: column; }
 
 .about_content6-splitbox-container .splitbox {
   position: relative;
   display: flex;
   flex-direction: row;
   width: 100%;
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .about_content6-splitbox-container .splitbox {
     margin-bottom: auto; } }
 
 .about_content6-splitbox-container .splitbox_image1 {
   width: 94px;
   height: 115px;
   margin-right: 7px; }
 
 .about_content6-splitbox-container .splitbox_image2 {
   width: 89px;
   height: 109px;
   margin-right: 7px; }
 
 .about_content6-splitbox-container .splitbox_text {
   width: 100%;
   max-width: 192px; }
 
 .about_content6-splitbox-container .splitbox_text-header {
   color: #fff;
   font-size: 1.25rem;
   line-height: 1.5rem;
   position: relative;
   text-transform: uppercase; }
 
 .about_content6-splitbox-container .splitbox_text-header:after {
   content: "";
   position: absolute;
   right: -15px;
   top: 30%;
   width: 10px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 .about_content6-splitbox-container .splitbox_text-header.extra-top:after {
   top: 45%; }
 
 .about_content6-splitbox-container .splitbox_text-header a:hover, .about_content6-splitbox-container .splitbox_text-header a.underline, .about_content6-splitbox-container .splitbox_text-header .page-terms-of-use #main-content a, .page-terms-of-use #main-content .about_content6-splitbox-container .splitbox_text-header a, .about_content6-splitbox-container .splitbox_text-header .page-social-media-terms #main-content a, .page-social-media-terms #main-content .about_content6-splitbox-container .splitbox_text-header a {
   color: #fff; }
 
 .about_content6-splitbox-container .splitbox_text .name {
   color: #fff;
   font-family: "Roboto Condensed", sans-serif;
   margin-bottom: 5px; }
 
 .about_content6-splitbox-container .splitbox_text .spec {
   color: #fff;
   font-size: 0.875rem;
   font-weight: 300;
   line-height: 1.125rem;
   margin-bottom: 0px; }
 
 .about_content6 a.btn {
   margin: 20px auto;
   transform: translateX(-20px);
   display: ineline-block; }
 
 @media (min-width: 768px) {
   .about_content6 {
     padding: 38px 30 30px 30px; }
   .about_content6-splitbox-container {
     flex-direction: row;
     margin-top: 15px;
     justify-content: center; }
   .about_content6-splitbox-container .splitbox {
     max-width: 350px;
     padding: 10px 20px; }
   .about_content6-splitbox-container .splitbox:first-of-type {
     margin-right: 20px; }
   .about_content6-splitbox-container .splitbox_image1 {
     width: 100px;
     height: 122px; }
   .about_content6-splitbox-container .splitbox_image2 {
     width: 100px;
     height: 122px; }
   .about_content6-splitbox-container .splitbox_text {
     max-width: 248px; }
   .about_content6-splitbox-container .splitbox_text-header:after {
     top: 60px; }
   .about_content6-splitbox-container .splitbox_text-header.extra-top:after {
     top: 60px; } }
 
 .about_content7 {
   padding: 44px 20px 110px 20px;
   margin-bottom: 120px; }
 
 .about_content7-image {
   position: absolute;
   width: 200px;
   height: 200px; }
 
 @media (min-width: 992px) {
   .about_content7 {
     max-width: 735px;
     margin: 50px 0;
     padding: 30px 200px 30px 60px; }
   .about_content7-image {
     left: initial;
     transform: none;
     width: 280px;
     height: 280px; } }
 
 @media (min-width: 1200px) {
   .about_content7 {
     padding: 30px 180px 30px 60px; }
   .about_content7-image {
     width: 350px;
     height: 350px;
     right: 0%; } }
 
 .about .look-back {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: flex-end; }
 
 @media (min-width: 768px) {
   .about .look-back {
     justify-content: flex-start;
     align-items: center;
     margin: 50px 0; } }
 
 .about_content8 {
   background: linear-gradient(#ffc656, #ff991d);
   margin-top: 30px;
   padding: 23px 37px 37px 20px;
   display: flex;
   flex-direction: column; }
 
 .about_content8-image {
   width: 95px;
   height: 95px;
   margin-bottom: 15px; }
 
 .about_content8-buttonfix {
   display: block;
   max-width: 135px; }
 
 @media (min-width: 768px) {
   .about_content8 {
     flex-direction: row;
     padding: 30px; }
   .about_content8-image {
     margin: 0 30px 0 0; } }
 
 .about_content9 {
   display: flex;
   flex-direction: column; }
 
 .about_content9-callout1 {
   margin-top: 20px;
   padding: 29px 38px 20px 20px;
   width: 100%; }
 
 .about_content9-callout1-image {
   width: 95px;
   height: 95px;
   margin-bottom: 15px; }
 
 .about_content9-callout2 {
   border-color: #065baa;
   margin-top: 20px;
   padding: 29px 38px 20px 20px;
   width: 100%; }
 
 .about_content9-callout2-image {
   width: 95px;
   height: 95px;
   margin-bottom: 15px; }
 
 .about_content9-callout2:after {
   border-color: #065baa; }
 
 @media (min-width: 768px) {
   .about_content9 {
     flex-direction: row;
     justify-content: space-between; }
   .about_content9-callout1 {
     max-width: 445px;
     padding: 40px 30px 80px 30px; }
   .about_content9-callout2 {
     max-width: 445px;
     padding: 40px 30px 40px 30px; } }
 
 .about .cta-btn-center {
   display: flex;
   justify-content: center; }
 
 /* BUTTONS */
 .about-btn {
   position: relative;
   font-size: 1rem;
   width: fit-content; }
 
 .about-btn-alt {
   border-color: #fff;
   color: #fff; }
 
 .about-btn-alt:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-arrow-white.svg) no-repeat 50% 50% !important; }
 
 .about-btn:after {
   width: 50px;
   height: 50px;
   top: -2px;
   right: -50px;
   content: "";
   position: absolute;
   background: #065baa url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 50% 50%; }
 
 /*------------------------------------
   #LEADERSHIP
 ------------------------------------*/
 .page-leadership .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/leadership/leadership-bg-mobile.png);
   padding-top: 186px; }
 
 @media (min-width: 768px) {
   .page-leadership .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/leadership/leadership-bg.png);
     background-position: bottom left; } }
 
 @media (min-width: 992px) {
   .page-leadership .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 .page-leadership h1 {
   margin-bottom: 40px; }
 
 .page-leadership h1 .page-title {
   margin-bottom: 10px; }
 
 .page-leadership h1.red {
   color: #d50056; }
 
 .page-leadership h1.primary-blue {
   color: #065baa; }
 
 .page-leadership h1.dark-orange {
   color: #ff981c; }
 
 .page-leadership h1.green {
   color: #78be20; }
 
 .page-leadership h2 {
   margin-bottom: 35px; }
 
 @media (min-width: 576px) {
   .page-leadership h2 {
     margin-bottom: 40px; } }
 
 .page-leadership h3 {
   margin-bottom: 25px; }
 
 @media (min-width: 576px) {
   .page-leadership h3 {
     margin-bottom: 60px; } }
 
 .page-leadership .callout-box {
   margin: 0 0 25px 0; }
 
 @media (min-width: 576px) {
   .page-leadership .callout-box {
     margin: 0 20px 25px 0; } }
 
 .page-leadership .callout-box:first-child .leader-title {
   padding: 0px 66px; }
 
 @media (min-width: 576px) {
   .page-leadership .callout-box:first-child .leader-title {
     padding: 0px 25px; } }
 
 .page-leadership .callout-box:nth-child(3) .leader-title {
   padding: 0px 60px; }
 
 @media (min-width: 576px) {
   .page-leadership .callout-box:nth-child(3) .leader-title {
     padding: 0px 40px; } }
 
 .page-leadership .callout-box:nth-child(7) .leader-title, .page-leadership .callout-box:nth-child(8) .leader-title {
   padding: 0px 70px; }
 
 @media (min-width: 576px) {
   .page-leadership .callout-box:nth-child(7) .leader-title, .page-leadership .callout-box:nth-child(8) .leader-title {
     padding: 0px 60px; } }
 
 .page-leadership .callout-box .back {
   display: none;
   cursor: auto; }
 
 .page-leadership .callout-box.bio {
   border-color: #065baa; }
 
 .page-leadership .callout-box.bio:after {
   border-color: #065baa;
   right: 0px;
   bottom: 0px;
   width: 60px;
   height: 30px; }
 
 .page-leadership .callout-box.bio .front {
   display: block;
   /*img {
                     width: 100%;
                 }*/ }
 
 .page-leadership .callout-box.bio .front h5, .page-leadership .callout-box.bio .front .leader-title, .page-leadership .callout-box.bio .front .leader-name {
   display: none; }
 
 .page-leadership .callout-box.bio .front p {
   margin-bottom: 0; }
 
 .page-leadership .callout-box.bio .back {
   background: #1b365d;
   max-width: 460px; }
 
 .page-leadership .callout-box.bio .back .top-pannel {
   padding: 20px 20px 30px 20px; }
 
 .page-leadership .callout-box.bio .back .small-leader {
   width: 50px;
   height: 50px; }
 
 .page-leadership .callout-box.bio .back h5 {
   font-size: 1.125rem;
   line-height: 1.5rem; }
 
 .page-leadership .callout-box.bio .back .leader-title {
   font-size: 0.875rem;
   line-height: 1.125rem;
   color: #9bd3dd; }
 
 .page-leadership .callout-box.bio .back p {
   font-size: 1.125rem;
   line-height: 1.5rem;
   padding: 0px; }
 
 .page-leadership .callout-box.bio .back .close {
   padding: 0;
   position: relative;
   cursor: pointer;
   font-size: 1.125rem;
   font-weight: 400;
   color: #fff;
   text-align: center;
   text-shadow: none;
   display: flex;
   flex-direction: column;
   align-items: center;
   opacity: 1;
   float: none; }
 
 .page-leadership .callout-box.bio .back .close_inner {
   height: 20px;
   width: 2px;
   margin-bottom: 10px;
   background-color: #ffffff;
   transform: rotate(45deg);
   Z-index: 1;
   cursor: pointer; }
 
 .page-leadership .callout-box.bio .back .md {
   height: 20px;
   width: 2px;
   background-color: #ffffff;
   transform: rotate(90deg);
   Z-index: 2; }
 
 .page-leadership .callout-box.bio .back:after {
   border-color: #1b365d; }
 
 .page-leadership .callout-box.bio .back .transcript {
   width: 100%; }
 
 .page-leadership .callout-box.bio .back .transcript .sub-heading {
   height: 36px;
   background: #cde9ee;
   padding: 7px 0 6px 34px;
   font-size: 1.125rem;
   line-height: 1.5rem;
   color: #1b365d; }
 
 .page-leadership .callout-box.bio .back .transcript .bottom-container {
   background: #fff;
   overflow-x: hidden;
   overflow-y: scroll;
   border-bottom: 20px solid #ffffff; }
 
 .page-leadership .callout-box.bio .back .transcript .bottom-container p {
   font-size: 0.875rem;
   line-height: 1.125rem;
   color: #1b365d;
   height: 66px; }
 
 .page-leadership .callout-box.bio .back .audio-link {
   text-align: left; }
 
 .page-leadership .callout-box.founders_callout .back h5 {
   font-size: 1.5rem;
   line-height: 1.5rem;
   margin-left: 18px; }
 
 .page-leadership .founders_callout {
   border-color: #d50056;
   padding: 0px;
   text-align: center;
   cursor: pointer; }
 
 @media (min-width: 576px) {
   .page-leadership .founders_callout {
     max-width: 445px; }
   .eq-ht .page-leadership .founders_callout {
     min-height: 450px; } }
 
 .page-leadership .founders_callout h5 {
   color: #1b365d; }
 
 .page-leadership .founders_callout .leader-title {
   font-size: 0.875rem;
   color: #065baa;
   line-height: 1.4; }
 
 .page-leadership .founders_callout:after {
   border-color: #d50056; }
 
 .page-leadership .corporate-leaders_callout {
   border-color: #065baa;
   padding: 0px;
   text-align: center; }
 
 .page-leadership .corporate-leaders_callout-capri {
   border-color: #40b4e5; }
 
 @media (min-width: 576px) {
   .page-leadership .corporate-leaders_callout {
     max-width: 319px;
     min-height: 320px;
     margin: 0 0px 25px 0; }
   .page-leadership .corporate-leaders_callout:last-child {
     margin-right: 0px; } }
 
 .page-leadership .corporate-leaders_callout .leader-name {
   margin-bottom: 5px; }
 
 .page-leadership .corporate-leaders_callout .leader-title {
   font-size: 0.875rem;
   color: #065baa;
   line-height: 1.125rem;
   padding: 0 15px; }
 
 .page-leadership .corporate-leaders_callout:after {
   border-color: #065baa; }
 
 .page-leadership .corporate-leaders_callout .founders_callout {
   max-width: 100%;
   border-color: transparent;
   border: 0px;
   margin: 0px; }
 
 .page-leadership .board-leaders_callout {
   border-color: #40b4e5;
   padding: 0px;
   text-align: center; }
 
 @media (min-width: 576px) {
   .page-leadership .board-leaders_callout {
     max-width: 319px;
     min-height: 270px;
     margin: 0 0px 25px 0; }
   .page-leadership .board-leaders_callout:last-child {
     margin-right: 0px; } }
 
 .page-leadership .board-leaders_callout .leader-name {
   margin-bottom: 5px; }
 
 .page-leadership .board-leaders_callout .leader-title {
   font-size: 0.875rem;
   color: #065baa;
   line-height: 1.125rem;
   padding: 0 15px; }
 
 .page-leadership .board-leaders_callout:after {
   border-color: #40b4e5; }
 
 .page-leadership .board-leaders_callout .founders_callout {
   max-width: 100%;
   border-color: transparent;
   border: 0px;
   margin: 0px; }
 
 .page-leadership .research-leaders_callout {
   border-color: #ff981c;
   padding: 0px;
   text-align: center; }
 
 @media (min-width: 576px) {
   .page-leadership .research-leaders_callout {
     max-width: 319px;
     min-height: 320px;
     margin: 0 0px 25px 0; }
   .page-leadership .research-leaders_callout:last-child {
     margin-right: 0px; } }
 
 .page-leadership .research-leaders_callout .leader-name {
   margin-bottom: 5px; }
 
 .page-leadership .research-leaders_callout .leader-title {
   font-size: 0.875rem;
   color: #065baa;
   line-height: 1.125rem;
   padding: 0 15px; }
 
 .page-leadership .research-leaders_callout:after {
   border-color: #ff981c; }
 
 .page-leadership .research-leaders_callout .founders_callout {
   max-width: 100%;
   border-color: transparent;
   border: 0px;
   margin: 0px; }
 
 .page-leadership .supply-leaders_callout {
   border-color: #78be20;
   padding: 0px;
   text-align: center; }
 
 @media (min-width: 576px) {
   .page-leadership .supply-leaders_callout {
     max-width: 319px;
     min-height: 340px;
     margin: 0 0px 25px 0; }
   .page-leadership .supply-leaders_callout:last-child {
     margin-right: 0px; } }
 
 .page-leadership .supply-leaders_callout .leader-name {
   margin-bottom: 5px; }
 
 .page-leadership .supply-leaders_callout .leader-title {
   font-size: 0.875rem;
   color: #065baa;
   line-height: 1.125rem;
   padding: 0 15px; }
 
 .page-leadership .supply-leaders_callout:after {
   border-color: #78be20; }
 
 .page-leadership .eq-ht {
   /*display: flex;*/ }
 
 .page-leadership .header_pill-content p:first-child {
   letter-spacing: -.3px; }
 
 .page-leadership .header_pill-content.bod .row [class^="col-"]:not(:first-child) hr, .page-leadership .header_pill-content.bod .row [class*=" col-"]:not(:first-child) hr {
   display: none; }
 
 .page-leadership .header_pill-content.bod .row [class^="col-"]:not(:first-child) .audio-link-wrapper, .page-leadership .header_pill-content.bod .row [class*=" col-"]:not(:first-child) .audio-link-wrapper {
   display: none; }
 
 .page-leadership .list-research-leaders .callout-box:nth-child(2) .leader-title {
   padding: 0px 60px; }
 
 @media (min-width: 576px) {
   .page-leadership .list-research-leaders .callout-box:nth-child(2) .leader-title {
     padding: 0px 50px; } }
 
 .page-leadership .list-research-leaders .callout-box:nth-child(9) .leader-title {
   padding: 0px 60px; }
 
 @media (min-width: 576px) {
   .page-leadership .list-research-leaders .callout-box:nth-child(9) .leader-title {
     padding: 0px 50px; } }
 
 .page-leadership .list-research-leaders .callout-box .founders_callout {
   max-width: 100%;
   border-color: transparent;
   border: 0px;
   margin: 0px; }
 
 .page-leadership .list-corporate-leaders .callout-box:last-child .leader-title {
   padding: 0px 60px; }
 
 @media (min-width: 576px) {
   .page-leadership .list-corporate-leaders .callout-box:last-child .leader-title {
     padding: 0px 50px; } }
 
 .page-leadership .list-corporate-leaders .callout-box .founders_callout {
   max-width: 100%;
   border-color: transparent;
   border: 0px;
   margin: 0px; }
 
 .page-leadership h2 {
   margin-top: 10px;
   margin-bottom: 40px;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 3rem;
   font-weight: 700;
   letter-spacing: inherit;
   text-transform: inherit;
   line-height: 1; }
 
 .page-leadership h2.red {
   color: #d50056; }
 
 .page-leadership h2.primary-blue {
   color: #065baa; }
 
 .page-leadership h2.dark-orange {
   color: #D37300; }
 
 .page-leadership h2.green {
   color: #2a7822; }
 
 .page-leadership .founder-card {
   position: relative;
   display: flex;
   align-items: center;
   flex-direction: column;
   text-align: center; }
 
 .page-leadership .founder-card > .clipped {
   border-width: initial; }
 
 .page-leadership .founder-card .picture-frame {
   display: flex;
   margin: 0 0 -50px 0px;
   position: relative;
   z-index: 2;
   border-radius: 50%;
   border: 2px solid #D50056;
   width: 300px;
   height: 300px;
   justify-content: center;
   align-items: center;
   overflow: hidden; }
 
 .page-leadership .founder-card .picture-frame .ringing {
   overflow: hidden;
   border-radius: 50%;
   border: 8px solid #fff;
   display: flex;
   justify-content: center;
   align-items: center; }
 
 .page-leadership .founder-card .picture-frame .ringing > img {
   width: 130%; }
 
 .page-leadership .founder-card .title {
   padding: 20px;
   min-height: 170px;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   background-color: transparent;
   color: inherit; }
 
 .page-leadership .founder-card .bio {
   padding: 0;
   height: 0; }
 
 .page-leadership .founder-card.expanded .title {
   color: #fff;
   background-color: #D50056; }
 
 .page-leadership .founder-card.expanded .bio {
   padding: 20px;
   height: auto; }
 
 .page-leadership .corporate-leaders_callout {
   max-width: 100%;
   min-height: auto;
   margin: 0 0px 25px 0; }
 
 .page-leadership .board-leaders .p-img {
   border-radius: 50%;
   overflow: hidden;
   width: 130px;
   display: flex;
   justify-content: center;
   align-items: center; }
 
 .page-leadership .board-leaders .nl .front {
   display: flex;
   align-items: center; }
 
 .page-leadership .lead-card {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 10px;
   /* @include banner-hover($cl-bgcolor);*/ }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card {
     flex-direction: row;
     align-items: flex-start; } }
 
 .page-leadership .lead-card .bio-view, .page-leadership .lead-card .bio-isViewed,
 .page-leadership .lead-card .open-bio, .page-leadership .lead-card .close-bio {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 210px;
   z-index: 4;
   cursor: pointer; }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card .bio-view, .page-leadership .lead-card .bio-isViewed,
   .page-leadership .lead-card .open-bio, .page-leadership .lead-card .close-bio {
     width: 95%;
     height: 90px; } }
 
 .page-leadership .lead-card .bio-view,
 .page-leadership .lead-card .open-bio {
   /*background-color: rgba(255,0,0,0.5); */ }
 
 .page-leadership .lead-card .bio-isViewed,
 .page-leadership .lead-card .close-bio {
   /*background-color: rgba(0,255,0,0.5);*/
   display: none; }
 
 .page-leadership .lead-card .clipped {
   margin-bottom: 0;
   width: 100%; }
 
 .page-leadership .lead-card .headshot {
   position: relative;
   z-index: 3;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: -30px;
   width: 110px;
   height: 110px;
   background-color: #fff;
   border-radius: 50%;
   overflow: hidden;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   pointer-events: none; }
 
 .page-leadership .lead-card .headshot:after {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   border: 4px solid #fff;
   border-radius: 50%; }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card .headshot {
     margin-top: -8px;
     margin-bottom: inherit; } }
 
 .page-leadership .lead-card .headshot > img {
   height: 100px;
   /*transform: translate(4px, 1px);*/ }
 
 .page-leadership .lead-card .leader-info {
   position: relative;
   display: flex;
   align-items: center;
   z-index: 1;
   margin-left: 0;
   padding-left: 0;
   width: 100%; }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card .leader-info {
     margin-left: -150px;
     padding-left: 90px; } }
 
 .page-leadership .lead-card .leader-info .leader-banner {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-evenly;
   gap: 1em;
   padding-top: 35px;
   padding-bottom: 10px;
   min-height: 90px;
   /* &:hover {
                     background-color: rgba(6, 91, 170, 0.2);
                     cursor: pointer;
                 }*/ }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card .leader-info .leader-banner {
     padding-top: 0;
     padding-bottom: 0; } }
 
 .page-leadership .lead-card .leader-info .leader-banner .creds {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-left: 0;
   width: 100%;
   padding: 0;
   text-align: center; }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card .leader-info .leader-banner .creds {
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     margin-left: 50px;
     padding: 0 30px;
     text-align: left; } }
 
 .page-leadership .lead-card .leader-info .leader-banner .name {
   display: flex;
   flex-direction: column;
   width: 80%; }
 
 .page-leadership .lead-card .leader-info .leader-banner .name h5 {
   line-height: 1.1;
   font-size: 1.25rem; }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card .leader-info .leader-banner .name h5 {
     font-size: 1.5rem; } }
 
 .page-leadership .lead-card .leader-info .leader-banner .name p {
   margin: 0;
   font-size: 0.875rem;
   color: #065BAA;
   line-height: 1.1; }
 
 .page-leadership .lead-card .leader-info .leader-banner .ctabtn {
   display: flex;
   justify-content: center;
   width: 100%; }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card .leader-info .leader-banner .ctabtn {
     justify-content: flex-end;
     width: 20%; } }
 
 .page-leadership .lead-card .leader-info .leader-banner .ctabtn p {
   margin: 0;
   font-weight: 800;
   font-family: "Roboto Condensed", sans-serif;
   color: #065BAA; }
 
 .page-leadership .lead-card .leader-info .leader-banner .ctabtn p.closed {
   display: flex;
   justify-content: space-evenly;
   align-items: flex-end;
   padding-right: 0;
   width: 90px; }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card .leader-info .leader-banner .ctabtn p.closed {
     padding-right: 0;
     width: 70%; } }
 
 .page-leadership .lead-card .leader-info .leader-banner .ctabtn p.closed:after {
   content: '';
   width: 15px;
   height: 15px;
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/blue-arrow.svg") no-repeat 0 0;
   background-size: contain;
   transform: rotate(90deg); }
 
 .page-leadership .lead-card .leader-info .leader-banner .ctabtn p.open {
   display: none; }
 
 .page-leadership .lead-card .leader-bio {
   display: none;
   padding: 10px 20px;
   /*            .audio-transcript {
                 display: block;
                 margin-bottom: 10px;
                 font-size: rem(16px);
                 font-weight: bold;
                 font-style: italic;
                 line-height: 20px;
                 color: $primary-blue-light;
                 text-transform: uppercase;
                 text-align: right;
 
                 &:hover,
                 &:active {
                     text-decoration: underline;
                     box-shadow: none;
                 }
             }*/ }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card .leader-bio {
     padding: 16px 30px 5px 80px; } }
 
 .page-leadership .lead-card.view-bio {
   margin-bottom: 40px; }
 
 .page-leadership .lead-card.view-bio .bio-view, .page-leadership .lead-card.view-bio .open-bio {
   display: none; }
 
 .page-leadership .lead-card.view-bio .bio-isViewed, .page-leadership .lead-card.view-bio .close-bio {
   display: block; }
 
 .page-leadership .lead-card.view-bio .headshot {
   /*margin-top: -15px;*/ }
 
 .page-leadership .lead-card.view-bio .leader-banner {
   color: #fff;
   background-color: #065BAA; }
 
 .page-leadership .lead-card.view-bio .leader-banner:hover, .page-leadership .lead-card.view-bio a.leader-banner.underline, .page-leadership .lead-card.view-bio .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .lead-card.view-bio a.leader-banner, .page-leadership .lead-card.view-bio .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .lead-card.view-bio a.leader-banner {
   background-color: #065BAA; }
 
 .page-leadership .lead-card.view-bio .leader-banner .name h5 {
   color: #fff; }
 
 .page-leadership .lead-card.view-bio .leader-banner .name p {
   color: #fff; }
 
 .page-leadership .lead-card.view-bio .leader-banner .ctabtn p {
   color: #fff; }
 
 .page-leadership .lead-card.view-bio .leader-banner .ctabtn p.closed {
   display: none; }
 
 .page-leadership .lead-card.view-bio .leader-banner .ctabtn p.open {
   display: flex;
   justify-content: space-evenly;
   align-items: flex-start;
   padding-right: 0;
   width: 100px; }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card.view-bio .leader-banner .ctabtn p.open {
     width: 70%; } }
 
 .page-leadership .lead-card.view-bio .leader-banner .ctabtn p.open:after {
   content: '';
   width: 25px;
   height: 20px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 50%;
   background-size: inherit;
   transform: rotate(270deg);
   transform-origin: center; }
 
 @media (min-width: 576px) {
   .page-leadership .lead-card.view-bio .leader-banner .ctabtn p.open:after {
     content: '';
     width: 15px;
     height: 15px;
     background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg") no-repeat 0 0;
     background-size: contain;
     transform: rotate(270deg); } }
 
 .page-leadership .lead-card.view-bio .leader-bio {
   display: block; }
 
 .page-leadership .lead-card .audio-link-wrapper .audio-link {
   display: flex;
   align-items: center;
   margin-left: 80px;
   min-height: 60px;
   font-size: 1rem;
   font-weight: bold;
   font-style: italic;
   text-align: left;
   line-height: 1.25rem;
   color: #40b4e5;
   text-transform: uppercase; }
 
 .page-leadership .lead-card .audio-link-wrapper .audio-link:hover, .page-leadership .lead-card .audio-link-wrapper a.audio-link.underline, .page-leadership .lead-card .audio-link-wrapper .page-terms-of-use #main-content a.audio-link, .page-terms-of-use #main-content .page-leadership .lead-card .audio-link-wrapper a.audio-link, .page-leadership .lead-card .audio-link-wrapper .page-social-media-terms #main-content a.audio-link, .page-social-media-terms #main-content .page-leadership .lead-card .audio-link-wrapper a.audio-link, .page-leadership .lead-card .audio-link-wrapper .audio-link:active {
   text-decoration: underline;
   box-shadow: none; }
 
 .page-leadership .lead-card .audio-link-wrapper .audio-link .icon-audio {
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   height: 50px; }
 
 .page-leadership .founders-card .lead-card {
   flex-direction: column;
   align-items: center;
   /* @include banner-hover($fl-bgcolor);*/ }
 
 .page-leadership .founders-card .lead-card .headshot {
   margin-top: 0;
   margin-bottom: -40px;
   width: 300px;
   height: 300px; }
 
 @media (min-width: 576px) {
   .page-leadership .founders-card .lead-card .headshot {
     margin-top: 0;
     width: 300px;
     height: 300px; } }
 
 .page-leadership .founders-card .lead-card .headshot > img {
   width: 300px;
   height: 300px; }
 
 @media (min-width: 576px) {
   .page-leadership .founders-card .lead-card .headshot > img {
     width: 300px;
     height: 300px; } }
 
 .page-leadership .founders-card .lead-card .leader-info {
   margin-left: 0;
   padding-left: 0; }
 
 .page-leadership .founders-card .lead-card .leader-info .leader-banner {
   /*&:hover {
                         background-color: rgba(64, 180, 229, 0.2);
                     }*/ }
 
 .page-leadership .founders-card .lead-card .leader-info .leader-banner .creds {
   flex-direction: column;
   margin-top: 10px;
   margin-left: 0;
   padding-bottom: 20px;
   text-align: center; }
 
 @media (min-width: 768px) {
   .page-leadership .founders-card .lead-card .leader-info .leader-banner .creds {
     margin-top: 40px; } }
 
 .page-leadership .founders-card .lead-card .leader-info .leader-banner .name {
   margin-top: 10px;
   margin-bottom: 30px;
   width: 100%; }
 
 .page-leadership .founders-card .lead-card .leader-info .leader-banner .ctabtn {
   justify-content: center;
   width: 75%; }
 
 .page-leadership .founders-card .lead-card .leader-info .leader-banner .ctabtn p {
   margin-top: 10px; }
 
 .page-leadership .founders-card .lead-card .leader-info .leader-banner .ctabtn p.closed {
   width: 40%; }
 
 .page-leadership .founders-card .lead-card .leader-info .leader-banner .ctabtn p.open {
   width: 45%; }
 
 .page-leadership .founders-card .lead-card .leader-info .leader-bio {
   padding: 20px 30px; }
 
 .page-leadership .founders-card .lead-card .bio-view {
   width: 100%;
   height: 100%; }
 
 .page-leadership .founders-card .lead-card.view-bio {
   /*.headshot {
                     margin-top: -15px;
                 }*/ }
 
 .page-leadership .founders-card .lead-card.view-bio .bio-view {
   pointer-events: none;
   display: none; }
 
 .page-leadership .founders-card .lead-card.view-bio .bio-isViewed {
   width: 100%;
   height: 460px; }
 
 @media (min-width: 768px) {
   .page-leadership .founders-card .lead-card.view-bio .bio-isViewed {
     height: 415px; } }
 
 .page-leadership .founders-card .lead-card.view-bio .leader-banner {
   color: #fff;
   background-color: #d50056; }
 
 .page-leadership .founders-card .lead-card.view-bio .leader-banner:hover, .page-leadership .founders-card .lead-card.view-bio a.leader-banner.underline, .page-leadership .founders-card .lead-card.view-bio .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .founders-card .lead-card.view-bio a.leader-banner, .page-leadership .founders-card .lead-card.view-bio .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .founders-card .lead-card.view-bio a.leader-banner {
   background-color: #d50056; }
 
 .page-leadership .founders-card .lead-card.view-bio .leader-banner .name h5 {
   color: #fff; }
 
 .page-leadership .founders-card .lead-card.view-bio .leader-banner .name p {
   color: #fff; }
 
 .page-leadership .founders-card .lead-card.view-bio .leader-bio {
   display: block; }
 
 .page-leadership .list-research-leaders .lead-card:hover .leader-banner, .page-leadership .list-research-leaders a.lead-card.underline .leader-banner, .page-leadership .list-research-leaders .page-terms-of-use #main-content a.lead-card .leader-banner, .page-terms-of-use #main-content .page-leadership .list-research-leaders a.lead-card .leader-banner, .page-leadership .list-research-leaders .page-social-media-terms #main-content a.lead-card .leader-banner, .page-social-media-terms #main-content .page-leadership .list-research-leaders a.lead-card .leader-banner {
   background-color: rgba(255, 152, 28, 0.2); }
 
 .page-leadership .list-research-leaders .lead-card .leader-info .leader-banner:hover, .page-leadership .list-research-leaders .lead-card .leader-info a.leader-banner.underline, .page-leadership .list-research-leaders .lead-card .leader-info .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .list-research-leaders .lead-card .leader-info a.leader-banner, .page-leadership .list-research-leaders .lead-card .leader-info .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .list-research-leaders .lead-card .leader-info a.leader-banner {
   background-color: rgba(255, 152, 28, 0.2); }
 
 .page-leadership .list-research-leaders .lead-card.view-bio .leader-banner {
   color: #fff;
   background-color: #D37300; }
 
 .page-leadership .list-research-leaders .lead-card.view-bio .leader-banner:hover, .page-leadership .list-research-leaders .lead-card.view-bio a.leader-banner.underline, .page-leadership .list-research-leaders .lead-card.view-bio .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .list-research-leaders .lead-card.view-bio a.leader-banner, .page-leadership .list-research-leaders .lead-card.view-bio .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .list-research-leaders .lead-card.view-bio a.leader-banner {
   background-color: #D37300; }
 
 .page-leadership .list-research-leaders .lead-card.view-bio .leader-banner .name h5 {
   color: #fff; }
 
 .page-leadership .list-research-leaders .lead-card.view-bio .leader-banner .name p {
   color: #fff; }
 
 .page-leadership .list-research-leaders .lead-card.view-bio .leader-bio {
   display: block; }
 
 .page-leadership .list--corporate-leaders .lead-card:hover .leader-banner, .page-leadership .list--corporate-leaders a.lead-card.underline .leader-banner, .page-leadership .list--corporate-leaders .page-terms-of-use #main-content a.lead-card .leader-banner, .page-terms-of-use #main-content .page-leadership .list--corporate-leaders a.lead-card .leader-banner, .page-leadership .list--corporate-leaders .page-social-media-terms #main-content a.lead-card .leader-banner, .page-social-media-terms #main-content .page-leadership .list--corporate-leaders a.lead-card .leader-banner {
   background-color: rgba(6, 91, 170, 0.2); }
 
 .page-leadership .list--corporate-leaders .lead-card .leader-info .leader-banner:hover, .page-leadership .list--corporate-leaders .lead-card .leader-info a.leader-banner.underline, .page-leadership .list--corporate-leaders .lead-card .leader-info .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .list--corporate-leaders .lead-card .leader-info a.leader-banner, .page-leadership .list--corporate-leaders .lead-card .leader-info .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .list--corporate-leaders .lead-card .leader-info a.leader-banner {
   background-color: rgba(120, 190, 32, 0.2); }
 
 .page-leadership .list-corporate-leaders .lead-card:hover .leader-banner, .page-leadership .list-corporate-leaders a.lead-card.underline .leader-banner, .page-leadership .list-corporate-leaders .page-terms-of-use #main-content a.lead-card .leader-banner, .page-terms-of-use #main-content .page-leadership .list-corporate-leaders a.lead-card .leader-banner, .page-leadership .list-corporate-leaders .page-social-media-terms #main-content a.lead-card .leader-banner, .page-social-media-terms #main-content .page-leadership .list-corporate-leaders a.lead-card .leader-banner {
   background-color: rgba(120, 190, 32, 0.2); }
 
 .page-leadership .list-corporate-leaders .lead-card .leader-info .leader-banner:hover, .page-leadership .list-corporate-leaders .lead-card .leader-info a.leader-banner.underline, .page-leadership .list-corporate-leaders .lead-card .leader-info .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .list-corporate-leaders .lead-card .leader-info a.leader-banner, .page-leadership .list-corporate-leaders .lead-card .leader-info .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .list-corporate-leaders .lead-card .leader-info a.leader-banner {
   background-color: rgba(120, 190, 32, 0.2); }
 
 .page-leadership .list-corporate-leaders .lead-card.view-bio .leader-banner {
   color: #fff;
   background-color: #2A7822; }
 
 .page-leadership .list-corporate-leaders .lead-card.view-bio .leader-banner:hover, .page-leadership .list-corporate-leaders .lead-card.view-bio a.leader-banner.underline, .page-leadership .list-corporate-leaders .lead-card.view-bio .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .list-corporate-leaders .lead-card.view-bio a.leader-banner, .page-leadership .list-corporate-leaders .lead-card.view-bio .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .list-corporate-leaders .lead-card.view-bio a.leader-banner {
   background-color: #2A7822; }
 
 .page-leadership .list-corporate-leaders .lead-card.view-bio .leader-bio {
   display: block; }
 
 .page-leadership .list-board-leaders .lead-card:hover .leader-banner, .page-leadership .list-board-leaders a.lead-card.underline .leader-banner, .page-leadership .list-board-leaders .page-terms-of-use #main-content a.lead-card .leader-banner, .page-terms-of-use #main-content .page-leadership .list-board-leaders a.lead-card .leader-banner, .page-leadership .list-board-leaders .page-social-media-terms #main-content a.lead-card .leader-banner, .page-social-media-terms #main-content .page-leadership .list-board-leaders a.lead-card .leader-banner {
   background-color: rgba(64, 180, 229, 0.2); }
 
 .page-leadership .list-board-leaders .lead-card .leader-info .leader-banner:hover, .page-leadership .list-board-leaders .lead-card .leader-info a.leader-banner.underline, .page-leadership .list-board-leaders .lead-card .leader-info .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .list-board-leaders .lead-card .leader-info a.leader-banner, .page-leadership .list-board-leaders .lead-card .leader-info .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .list-board-leaders .lead-card .leader-info a.leader-banner {
   background-color: rgba(64, 180, 229, 0.2); }
 
 .page-leadership .list-board-leaders .lead-card .leader-info .leader-banner .name h5 {
   margin-bottom: 0.2rem; }
 
 .page-leadership .list-board-leaders .lead-card .headshot {
   width: 150px;
   height: 150px; }
 
 .page-leadership .list-board-leaders .lead-card .headshot > img {
   height: 140px; }
 
 @media (min-width: 768px) {
   .page-leadership .list-board-leaders .lead-card .leader-info {
     padding-top: 12px; } }
 
 @media (min-width: 768px) {
   .page-leadership .list-board-leaders .lead-card .leader-info .leader-banner {
     min-height: 115px; } }
 
 .page-leadership .list-board-leaders .lead-card.view-bio .leader-banner, .page-leadership .list-board-leaders .lead-card .open-bio .leader-banner {
   color: #fff;
   background-color: #40B4E5; }
 
 .page-leadership .list-board-leaders .lead-card.view-bio .leader-banner:hover, .page-leadership .list-board-leaders .lead-card.view-bio a.leader-banner.underline, .page-leadership .list-board-leaders .lead-card.view-bio .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .list-board-leaders .lead-card.view-bio a.leader-banner, .page-leadership .list-board-leaders .lead-card.view-bio .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .list-board-leaders .lead-card.view-bio a.leader-banner, .page-leadership .list-board-leaders .lead-card .open-bio .leader-banner:hover, .page-leadership .list-board-leaders .lead-card .open-bio a.leader-banner.underline, .page-leadership .list-board-leaders .lead-card .open-bio .page-terms-of-use #main-content a.leader-banner, .page-terms-of-use #main-content .page-leadership .list-board-leaders .lead-card .open-bio a.leader-banner, .page-leadership .list-board-leaders .lead-card .open-bio .page-social-media-terms #main-content a.leader-banner, .page-social-media-terms #main-content .page-leadership .list-board-leaders .lead-card .open-bio a.leader-banner {
   background-color: #40B4E5; }
 
 .page-leadership .list-board-leaders .lead-card.view-bio .leader-banner .name h5, .page-leadership .list-board-leaders .lead-card .open-bio .leader-banner .name h5 {
   color: #fff; }
 
 .page-leadership .list-board-leaders .lead-card.view-bio .leader-banner .name p, .page-leadership .list-board-leaders .lead-card .open-bio .leader-banner .name p {
   color: #fff; }
 
 .page-leadership .list-board-leaders .lead-card.view-bio .leader-bio, .page-leadership .list-board-leaders .lead-card .open-bio .leader-bio {
   display: block; }
 
 .page-leadership .list-board-leaders .lead-card .bio-view,
 .page-leadership .list-board-leaders .lead-card .open-bio {
   height: 100%; }
 
 @media (min-width: 768px) {
   .page-leadership .list-board-leaders .lead-card .bio-view,
   .page-leadership .list-board-leaders .lead-card .open-bio {
     width: 100%;
     height: 145px; } }
 
 .page-leadership .list-board-leaders .lead-card .bio-isViewed, .page-leadership .list-board-leaders .lead-card .close-bio {
   min-height: 290px; }
 
 @media (min-width: 768px) {
   .page-leadership .list-board-leaders .lead-card .bio-isViewed, .page-leadership .list-board-leaders .lead-card .close-bio {
     width: 100%;
     min-height: 135px; } }
 
 /*------------------------------------
   #FOUNDERS
 ------------------------------------*/
 .founders .header_pill {
   display: none; }
 
 @media (min-width: 768px) {
   .founders .header_pill {
     display: block; } }
 
 .founders .header_pill.mobile {
   display: block; }
 
 @media (min-width: 768px) {
   .founders .header_pill.mobile {
     display: none; } }
 
 .founders .header_pill.mobile .header_pill-list--element {
   background-color: #fff !important;
   /* &.lsBtn, &.gyBtn {
                     &.active {
                         & > a {
                             display: none;
                         }
                     }
 
                     &.disabled {
                         & > a {
                             display: none;
                         }
                     }
                 }*/ }
 
 .founders .header_pill.mobile .header_pill-list--element .mbl-link {
   display: none; }
 
 .founders .header_pill.mobile .header_pill-list--element .mbl-link.ls.active {
   display: block; }
 
 .founders .header_pill.mobile .header_pill-list--element .mbl-link.gy.active {
   display: block; }
 
 .founders .header_pill.mobile .header_pill-leftarrow.ls {
   display: block; }
 
 .founders .header_pill.mobile .header_pill-leftarrow.ls.play {
   display: none; }
 
 .founders main .page-wrapper {
   padding: 10px 0 40px 0; }
 
 @media (min-width: 768px) {
   .founders main .page-wrapper {
     padding: 40px 0 80px 0; } }
 
 .founders .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/leadership/leadership-bg-mobile.png);
   padding-top: 186px; }
 
 .founders .hero-head h1 {
   margin-bottom: 40px; }
 
 .founders .hero-head h1 .page-title {
   margin-bottom: 10px; }
 
 @media (min-width: 768px) {
   .founders .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/leadership/leadership-bg.png);
     background-position: bottom left; } }
 
 @media (min-width: 992px) {
   .founders .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 .founders .hero-head .header_pill-list--element {
   display: flex;
   border-radius: 35px; }
 
 .founders .hero-head .header_pill-list--element a > span {
   text-transform: initial; }
 
 .founders .hero-head.tab--leonard .header_pill-list--element:nth-of-type(1) {
   box-shadow: inset 0 -10px 10px -10px #aac7e2, inset 0 10px 10px -10px #aac7e2;
   background-color: #fff; }
 
 .founders .hero-head.tab--leonard .header_pill-list--element:nth-of-type(2) {
   display: none; }
 
 @media (min-width: 768px) {
   .founders .hero-head.tab--leonard .header_pill-list--element:nth-of-type(2) {
     display: inherit; } }
 
 @media (min-width: 768px) {
   .founders .hero-head.tab--george .header_pill-list--element:nth-of-type(1) {
     display: none; } }
 
 @media (min-width: 768px) and (min-width: 768px) {
   .founders .hero-head.tab--george .header_pill-list--element:nth-of-type(1) {
     display: inherit; } }
 
 @media (min-width: 768px) {
   .founders .hero-head.tab--george .header_pill-list--element:nth-of-type(2) {
     box-shadow: inset 0 -10px 10px -10px #aac7e2, inset 0 10px 10px -10px #aac7e2;
     background-color: #fff; } }
 
 .founders .hero-head.tab--leonard + page-wrapper, .founders .hero-head.tab--george + page-wrapper {
   padding: 40px 0 80px 0; }
 
 @media (min-width: 768px) {
   .founders .hero-head.tab--leonard + page-wrapper, .founders .hero-head.tab--george + page-wrapper {
     padding: 0 0 80px 0; } }
 
 .founders .b-crumbs {
   text-transform: uppercase; }
 
 .founders .b-crumbs a.lead-link {
   box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }
 
 .founders .b-crumbs .active {
   text-decoration: none !important;
   pointer-events: none;
   box-shadow: none; }
 
 .founders .a11y-bc {
   width: 100%;
   margin-bottom: 15px; }
 
 @media (min-width: 768px) {
   .founders .a11y-bc {
     margin-bottom: inherit; } }
 
 .founders .a11y-bc ol {
   display: flex;
   justify-content: center;
   align-items: center;
   list-style: none;
   margin-bottom: 0;
   padding: 0;
   width: 65%; }
 
 @media (min-width: 768px) {
   .founders .a11y-bc ol {
     margin-bottom: 20px;
     width: 100%; } }
 
 .founders .a11y-bc ol li:nth-of-type(1) {
   width: auto; }
 
 @media (min-width: 768px) {
   .founders .a11y-bc ol li:nth-of-type(1) {
     text-align: right; } }
 
 .founders .a11y-bc ol li:nth-of-type(1) > .prescribe-link-arrow.p-15 {
   padding: 0 6px 0 0; }
 
 .founders .a11y-bc ol li:nth-of-type(2) {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 33%; }
 
 @media (min-width: 768px) {
   .founders .a11y-bc ol li:nth-of-type(2) {
     width: 30px; } }
 
 .founders .a11y-bc ol li:nth-of-type(3) {
   text-align: left;
   width: auto; }
 
 @media (min-width: 768px) {
   .founders .a11y-bc ol li:nth-of-type(3) {
     text-align: inherit; } }
 
 .founders .a11y-bc ol li .mbl-nodisplay {
   display: none; }
 
 @media (min-width: 768px) {
   .founders .a11y-bc ol li .mbl-nodisplay {
     display: inherit; } }
 
 .founders .fi:has(a:focus-visible) {
   outline: 4px solid rgba(255, 193, 7, 0.9); }
 
 .founders h2 {
   font-family: "Roboto", sans-serif;
   color: #950051;
   letter-spacing: normal;
   font-weight: bold; }
 
 .founders .founder-box {
   position: static;
   margin: 0 0 135px -15px;
   padding: 35px 15px 185px 15px;
   width: calc(100% + 30px);
   background-image: linear-gradient(180deg, #D40156 0%, #950052 100%); }
 
 @media (min-width: 768px) {
   .founders .founder-box {
     margin: 50px 0;
     padding: 40px 0 10px 30px;
     width: 795px; } }
 
 .founders .founder-box .headshot {
   position: absolute;
   right: auto;
   left: 50%;
   z-index: 3;
   top: auto;
   bottom: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   transform: translateY(0%);
   transform: translateX(-50%);
   padding: 8px;
   width: 300px;
   height: 300px;
   background-color: #fff;
   border-radius: 50%;
   overflow: hidden;
   /*transform: translateX(calc(100% - 150px));*/ }
 
 @media (min-width: 768px) {
   .founders .founder-box .headshot {
     top: 50%;
     left: auto;
     right: -30px;
     bottom: auto;
     transform: translateY(-50%); } }
 
 .founders .founder-box .headshot img {
   width: 100%;
   border-radius: 50%; }
 
 .founders .founder-info {
   color: #fff; }
 
 .founders .founder-name, .founders .founder-title {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: bold; }
 
 .founders .founder-name {
   margin-bottom: 10px;
   font-size: 2.625rem;
   line-height: 1; }
 
 @media (min-width: 768px) {
   .founders .founder-name {
     margin-bottom: 20px;
     font-size: 3rem; } }
 
 .founders .founder-title {
   margin-bottom: 15px;
   font-size: 1.5rem;
   line-height: 1.3; }
 
 @media (min-width: 768px) {
   .founders .founder-title {
     margin-bottom: 30px; } }
 
 .founders .founder-title > br {
   display: none; }
 
 @media (min-width: 768px) {
   .founders .founder-title > br {
     display: block; } }
 
 .founders .founder-email a {
   color: #fff;
   font-size: 1.0625rem;
   text-decoration: underline; }
 
 @media (min-width: 768px) {
   .founders .founder-email a {
     font-size: 1.125rem; } }
 
 .founders .milestones {
   margin-top: 30px;
   margin-left: 32px;
   border-left: 4px solid #107FCD; }
 
 .founders .milestones:after {
   content: "";
   display: block;
   margin-left: -13px;
   width: 24px;
   height: 24px;
   background-color: #107FCD;
   border-radius: 50%; }
 
 .founders .milestones .founder-badge {
   margin-left: -31px;
   width: 60px;
   height: 60px; }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-badge {
     margin-left: -44px;
     width: 84px;
     height: 84px; } }
 
 .founders .milestones .founder-milestone a,
 .founders .milestones .entry.achievement a {
   text-decoration: underline; }
 
 .founders .milestones .founder-milestone a:hover, .founders .milestones .founder-milestone a.underline, .founders .milestones .founder-milestone .page-terms-of-use #main-content a, .page-terms-of-use #main-content .founders .milestones .founder-milestone a, .founders .milestones .founder-milestone .page-social-media-terms #main-content a, .page-social-media-terms #main-content .founders .milestones .founder-milestone a,
 .founders .milestones .entry.achievement a:hover,
 .founders .milestones .entry.achievement a.underline,
 .founders .milestones .entry.achievement .page-terms-of-use #main-content a,
 .page-terms-of-use #main-content .founders .milestones .entry.achievement a,
 .founders .milestones .entry.achievement .page-social-media-terms #main-content a,
 .page-social-media-terms #main-content .founders .milestones .entry.achievement a {
   text-decoration: none; }
 
 .founders .milestones .entry.achievement {
   display: flex;
   gap: 15px;
   margin-right: -15px;
   /* margin-bottom: 80px;*/
   padding: 0 15px 0 0; }
 
 @media (min-width: 768px) {
   .founders .milestones .entry.achievement {
     gap: 70px;
     margin-bottom: 60px;
     padding: 0 35px 0 0; } }
 
 .founders .milestones .entry.achievement p.h5 {
   font-size: 1.5rem;
   font-family: "Roboto Condensed", sans-serif;
   line-height: 1.2;
   padding-top: 0;
   margin-top: 21px;
   margin-bottom: 0; }
 
 @media (min-width: 768px) {
   .founders .milestones .entry.achievement p.h5 {
     margin-top: 21px;
     line-height: 3; } }
 
 .founders .milestones .entry.achievement p {
   font-family: "Roboto", sans-serif;
   font-size: 1.125rem;
   line-height: 1.33; }
 
 .founders .milestones .entry.achievement:last-of-type {
   margin-bottom: 0; }
 
 .founders .milestones .entry.achievement .entry-content p:last-of-type {
   margin-bottom: 0; }
 
 .founders .milestones .founder-milestone {
   margin-top: 50px; }
 
 .founders .milestones .founder-milestone:first-of-type {
   margin-top: 0; }
 
 .founders .milestones .founder-milestone + .founder-milestone {
   /* outline: 3px solid green;*/ }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-milestone {
     margin-top: 55px; } }
 
 .founders .milestones .founder-milestone .entry-head {
   display: flex;
   align-items: center;
   gap: 20px; }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-milestone .entry-head {
     gap: 70px; } }
 
 .founders .milestones .founder-milestone .entry-body {
   margin-top: -10px;
   padding-left: 49px; }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-milestone .entry-body {
     margin-top: 0;
     padding-right: 35px;
     padding-left: 110px; } }
 
 .founders .milestones .founder-milestone .entry-body p:last-of-type {
   margin-bottom: 0; }
 
 .founders .milestones .founder-milestone .entry-body .chained {
   line-break: inherit; }
 
 .founders .milestones .media-wrapper.audio {
   margin-top: 20px;
   margin-left: 40px;
   margin-bottom: 0; }
 
 @media (min-width: 768px) {
   .founders .milestones .media-wrapper.audio {
     margin-top: 30px;
     margin-left: 110px; } }
 
 .founders .milestones .media-wrapper.audio-link-wrapper .audio-link {
   margin-left: 0; }
 
 .founders .milestones .media-wrapper.video {
   margin-top: 20px;
   margin-left: 40px;
   margin-bottom: 0; }
 
 @media (min-width: 768px) {
   .founders .milestones .media-wrapper.video {
     margin-top: 30px;
     margin-left: 110px; } }
 
 .founders .milestones .media-wrapper.video .transcript {
   display: block; }
 
 .founders .milestones .media-wrapper.video-tray {
   background-color: rgba(205, 233, 238, 0.5); }
 
 .founders .milestones .founder-cta {
   margin: 20px 0 50px 40px; }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-cta {
     margin: 40px 0 0 0;
     padding: 0 0 0 110px; } }
 
 .founders .milestones .real-healthcare-problem {
   margin: 0;
   width: auto;
   background-image: linear-gradient(180deg, #1F612F 0%, #318619 100%); }
 
 @media (min-width: 768px) {
   .founders .milestones .real-healthcare-problem {
     margin: 0;
     width: 600px; } }
 
 .founders .milestones .real-healthcare-problem .content-wrap {
   padding: 15px 10px; }
 
 @media (min-width: 768px) {
   .founders .milestones .real-healthcare-problem .content-wrap {
     padding: 25px 30px; } }
 
 .founders .milestones .real-healthcare-problem h5 {
   margin-bottom: 25px;
   text-transform: uppercase; }
 
 .founders .milestones .real-healthcare-problem .cta-btn {
   margin-top: 30px; }
 
 .founders .milestones .real-healthcare-problem .cta-btn > em {
   padding: 0 25px; }
 
 .founders .milestones .founder-milestone {
   margin-bottom: 0; }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-milestone.item--0 {
     margin-top: 0; } }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-milestone.item--1 {
     margin-top: 50px; } }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-milestone.item--2 {
     margin-top: 60px; } }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-milestone.item--3 {
     margin-top: 60px; } }
 
 @media (min-width: 768px) {
   .founders .milestones .founder-milestone.item--4 {
     margin-top: 60px; } }
 
 .founders .founder-banner {
   margin-bottom: 30px; }
 
 @media (min-width: 768px) {
   .founders .founder-banner {
     margin: 0 auto 30px auto;
     max-width: 940px; } }
 
 .founders .founders-story {
   position: relative;
   margin: 0 -15px 0 -15px;
   padding: 25px 0 30px 0;
   background: #F2F9FA; }
 
 @media (min-width: 768px) {
   .founders .founders-story {
     padding: 30px 0 30px 0; } }
 
 .founders .founders-story .pub-date {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.125rem;
   font-weight: 700;
   text-align: right;
   clear: both; }
 
 .founders .audio-wrap {
   width: 100%;
   height: auto;
   background: #CDE9EF;
   background-color: rgba(205, 233, 238, 0.5);
   /*       .audio-transcript-link {
             display: block;
             margin-bottom: 10px;
             font-size: rem(16px);
             font-weight: bold;
             font-style: italic;
             line-height: 20px;
             color: $primary-blue-light;
             text-transform: uppercase;
             text-align: right;
 
             &:hover,
             &:active {
                 text-decoration: underline;
                 box-shadow: none;
             }
         }*/ }
 
 @media (min-width: 768px) {
   .founders .audio-wrap {
     max-width: 600px; } }
 
 .founders .audio-wrap .audio-body {
   position: relative;
   display: flex;
   flex-direction: column;
   padding: 15px 12px;
   height: auto;
   font-family: "Roboto", sans-serif;
   font-size: 1rem;
   color: #065BAA;
   line-height: 1.2;
   letter-spacing: 0; }
 
 @media (min-width: 768px) {
   .founders .audio-wrap .audio-body {
     padding: 15px 30px;
     line-height: 1.4; } }
 
 .founders .audio-wrap .audio-body .icon-head {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   gap: 10px;
   cursor: pointer; }
 
 @media (min-width: 768px) {
   .founders .audio-wrap .audio-body .icon-head {
     gap: 25px; } }
 
 .founders .audio-wrap .audio-body .audio-link {
   color: #333;
   font-size: 1rem; }
 
 .founders .audio-wrap .audio-body .audio-link p {
   margin-bottom: 0; }
 
 .founders .audio-wrap .audio-body img {
   width: 65px;
   height: 65px; }
 
 .founders .audio-wrap audio.audio-player {
   width: 100%;
   height: 40px;
   margin-bottom: 10px;
   padding-left: 0; }
 
 @media (min-width: 768px) {
   .founders .audio-wrap audio.audio-player {
     height: 50px;
     width: 75%;
     padding-left: 95px; } }
 
 .founders .audio-wrap .transcript .btn.btn-primary {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 10px 10px 30px;
   width: 100%;
   font-size: 1.125rem;
   font-family: "Roboto", sans-serif;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #1b365d;
   text-transform: initial;
   background: #cde9ee;
   border-color: transparent;
   border: none;
   border-radius: 0;
   background-color: #CDE9EF; }
 
 .founders .audio-wrap .transcript .btn.btn-primary[aria-expanded="false"] .is-collapsed {
   display: block; }
 
 .founders .audio-wrap .transcript .btn.btn-primary[aria-expanded="false"] .is-expanded {
   display: none; }
 
 .founders .audio-wrap .transcript .btn.btn-primary[aria-expanded="false"]:after {
   content: '';
   position: relative;
   top: auto;
   right: auto;
   bottom: auto;
   left: auto;
   display: block;
   font-size: 1.125rem;
   font-weight: bold;
   width: 20px;
   height: 20px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_transcript-open.svg);
   background-size: cover; }
 
 .founders .video-essay {
   margin-left: -15px;
   margin-right: -15px;
   padding: 50px 0;
   background: #DFF1F3; }
 
 .founders .video-essay .h5 {
   margin-bottom: 20px;
   line-height: 1; }
 
 .founders .video-essay .reflecting-achievements {
   margin: 0 -15px;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700; }
 
 .founders .video-essay .video-holder {
   margin: 0 auto;
   padding: 10px;
   width: 100%; }
 
 @media (min-width: 768px) {
   .founders .video-essay .video-holder {
     padding: 30px;
     width: 600px; } }
 
 .founders .video-essay .video-player {
   width: 100%;
   height: auto;
   padding: 5px;
   border: 2px solid #d50056;
   border-radius: 25px; }
 
 @media (min-width: 768px) {
   .founders .video-essay .video-player {
     width: 470px; } }
 
 .founders .video-essay .video-player img {
   width: 100%;
   height: auto;
   border-radius: 25px; }
 
 @media (min-width: 768px) {
   .founders .video-essay .video-player img {
     width: 450px; } }
 
 .founders .video-essay .video-player .play-video-btn {
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   background-image: linear-gradient(#d50056, #950051);
   width: 50px;
   height: 50px; }
 
 @media (min-width: 768px) {
   .founders .video-essay .video-player .play-video-btn {
     width: 70px;
     height: 70px; } }
 
 .founders .video-essay .video-player .play-video-btn:before {
   width: 28px;
   height: 18px; }
 
 @media (min-width: 768px) {
   .founders .video-essay .video-player .play-video-btn:before {
     width: 50px;
     height: 45px; } }
 
 .founders .video-essay .videoModal .transcript {
   display: block; }
 
 .founders .hi-lites .resume {
   display: flex;
   justify-content: space-evenly;
   align-items: stretch;
   flex-direction: column;
   gap: 50px;
   margin: 40px -15px;
   padding: 15px 10px 10px 10px; }
 
 @media (min-width: 768px) {
   .founders .hi-lites .resume {
     flex-direction: row;
     margin: 40px 0;
     padding: 65px 50px 40px;
     /*width: 450px;
             height: 240px*/ } }
 
 .founders .hi-lites .resume .founder-vitae {
   width: 100%; }
 
 .founders .hi-lites .resume .founder-vitae:nth-of-type(2) {
   margin-top: -45px; }
 
 @media (min-width: 768px) {
   .founders .hi-lites .resume .founder-vitae:nth-of-type(2) {
     margin-top: 0; } }
 
 @media (min-width: 768px) {
   .founders .hi-lites .resume .founder-vitae {
     width: 50%; } }
 
 .founders .hi-lites .resume .founder-vitae .vitae-header {
   display: flex;
   align-items: center;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: bold;
   color: #046ECC;
   gap: 15px; }
 
 @media (min-width: 768px) {
   .founders .hi-lites .resume .founder-vitae .vitae-header {
     width: 100%;
     gap: 17px; } }
 
 .founders .hi-lites .resume .founder-vitae .vitae-header.proXp:before, .founders .hi-lites .resume .founder-vitae .vitae-header.edu:before, .founders .hi-lites .resume .founder-vitae .vitae-header.awards:before {
   content: "";
   display: block;
   /*margin-right: 20px;*/
   width: 42px;
   height: 48px;
   background-size: contain;
   background-position: center center;
   background-repeat: no-repeat; }
 
 @media (min-width: 768px) {
   .founders .hi-lites .resume .founder-vitae .vitae-header.proXp:before, .founders .hi-lites .resume .founder-vitae .vitae-header.edu:before, .founders .hi-lites .resume .founder-vitae .vitae-header.awards:before {
     width: 42px;
     height: 48px; } }
 
 .founders .hi-lites .resume .founder-vitae .vitae-header.proXp:before {
   background-image: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/about/leadership/briefcase.svg"); }
 
 .founders .hi-lites .resume .founder-vitae .vitae-header.edu:before {
   background-image: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/about/leadership/diploma.svg"); }
 
 .founders .hi-lites .resume .founder-vitae .vitae-header.awards:before {
   background-image: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/about/leadership/star-shield.svg"); }
 
 .founders .hi-lites .resume .founder-vitae .dots-green {
   margin-left: 60px;
   margin-bottom: 0; }
 
 @media (min-width: 768px) {
   .founders .hi-lites .resume .founder-vitae .dots-green {
     margin-bottom: auto; } }
 
 .founders .video-holder .play-video-btn {
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   background-image: linear-gradient(#d50056, #950051);
   width: 70px;
   height: 70px; }
 
 .founders .video-holder .play-video-btn:before {
   width: 50px;
   height: 45px; }
 
 .founders .video-holder .reflecting-achievements {
   font-weight: 700; }
 
 .founders .video-holder.george {
   background-color: rgba(205, 233, 238, 0.5); }
 
 .founders .video-holder > p {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700; }
 
 .founders aside.media-wrapper.video {
   /*background: #DFF1F3;*/
   background-color: rgba(205, 233, 238, 0.5); }
 
 @media (min-width: 768px) {
   .founders aside.media-wrapper.video {
     width: 600px; } }
 
 .founders aside.media-wrapper .video-holder {
   padding: 25px; }
 
 .founders aside.media-wrapper .video-holder .video-player {
   width: 100%;
   height: auto;
   padding: 5px;
   border: 2px solid #d50056;
   border-radius: 25px; }
 
 @media (min-width: 768px) {
   .founders aside.media-wrapper .video-holder .video-player {
     width: 470px; } }
 
 .founders aside.media-wrapper .video-holder .video-player img {
   width: 100%;
   height: auto;
   border-radius: 25px; }
 
 @media (min-width: 768px) {
   .founders aside.media-wrapper .video-holder .video-player img {
     width: 450px; } }
 
 .founders aside.media-wrapper .video-holder .video-player .play-video-btn {
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   background-image: linear-gradient(#d50056, #950051);
   width: 50px;
   height: 50px; }
 
 @media (min-width: 768px) {
   .founders aside.media-wrapper .video-holder .video-player .play-video-btn {
     width: 70px;
     height: 70px; } }
 
 .founders aside.media-wrapper .video-holder .video-player .play-video-btn:before {
   width: 28px;
   height: 18px; }
 
 @media (min-width: 768px) {
   .founders aside.media-wrapper .video-holder .video-player .play-video-btn:before {
     width: 50px;
     height: 45px; } }
 
 .founders aside.media-wrapper .video-holder .reflecting-achievements {
   font-weight: 700; }
 
 .founders aside.media-wrapper .video-holder.george {
   background-color: rgba(205, 233, 238, 0.5); }
 
 .founders aside.media-wrapper .video-holder > p {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700; }
 
 .founders .crosslink_neo {
   margin: 0 -15px;
   padding: 35px 0;
   width: auto; }
 
 @media (min-width: 768px) {
   .founders .crosslink_neo {
     padding: 30px 90px;
     margin: 0 0 0 0; } }
 
 .founders .crosslink_neo .pod {
   width: 90%; }
 
 @media (min-width: 768px) {
   .founders .crosslink_neo .pod {
     width: inherit; } }
 
 .founders .crosslink_neo .pod:nth-of-type(1) {
   margin-bottom: 40px; }
 
 @media (min-width: 768px) {
   .founders .crosslink_neo .pod:nth-of-type(1) {
     margin-bottom: inherit; } }
 
 .founders .crosslink_neo .pod .header-label {
   margin-bottom: 14px; }
 
 @media (min-width: 768px) {
   .founders .crosslink_neo .pod .header-label {
     margin-bottom: 17px; } }
 
 @media (min-width: 768px) {
   .founders .crosslink_neo .divider {
     height: calc(100% - 60px); } }
 
 .founders .videoModal .transcript {
   display: none; }
 
 /*------------------------------------
   #PERSPECTIVES 
 ------------------------------------*/
 /*------------------------------------
   #LANDING PAGE FEATURES
 ------------------------------------*/
 .featured-blog-link {
   display: block;
   margin-bottom: 20px; }
 
 .featured-blog-link:focus-visible {
   outline: 2px solid #046ECC;
   outline-offset: 3px; }
 
 .featured-blog-callout {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 240px;
   overflow: hidden;
   margin-bottom: 0; }
 
 .featured-blog {
   display: flex;
   flex-flow: column;
   justify-content: space-around;
   align-items: center; }
 
 @media (min-width: 768px) {
   .featured-blog {
     flex-flow: row nowrap;
     justify-content: space-around;
     align-items: center; } }
 
 .featured-blog .content-wrap {
   padding: 50px 30px; }
 
 .featured-blog .featured-blog-details {
   margin-top: 30px;
   width: 100%;
   /*TEMP_SOLUTION*/
   /*h5 {
             width: 300px;
             margin-bottom: 1em;
             text-transform: uppercase;
 
             & + p {
                 &:after {
                     content: 'Vice President, Head of Cardiometabolic and Musculoskeletal Disease Genetics';
                     display: block;
                 }
             }
         }*/ }
 
 @media (min-width: 768px) {
   .featured-blog .featured-blog-details {
     width: 360px; } }
 
 .featured-blog .featured-art {
   padding: 6px;
   width: 150px;
   height: 150px;
   border-radius: 50%;
   background-color: rgba(255, 255, 255, 0.2); }
 
 .blog-cards-list {
   display: flex;
   flex-flow: column nowrap;
   justify-content: space-between;
   margin: 0;
   padding: 0;
   perspective: 1000px; }
 
 @media (min-width: 768px) {
   .blog-cards-list {
     flex-flow: row wrap; } }
 
 .blog-cards-list .blog-card {
   position: relative;
   margin-bottom: 2em;
   /*margin-right: 1.1em;*/
   perspective: 1000px;
   animation: fadeIn .6s;
   /*&:last-of-type {
             margin-right: 34%;
         }*/
   /* ADMIN COLORS */ }
 
 .blog-cards-list .blog-card .last-article {
   margin-right: 34%; }
 
 @media (min-width: 768px) {
   .blog-cards-list .blog-card {
     width: 32%; } }
 
 .blog-cards-list .blog-card.peridot .front .blog-chip, .blog-cards-list .blog-card.peridot .back .blog-chip {
   /*background-color: $peridot;*/ }
 
 .blog-cards-list .blog-card.peridot .front .corner-chip, .blog-cards-list .blog-card.peridot .back .corner-chip {
   fill: #78be20; }
 
 .blog-cards-list .blog-card.peridot .back {
   background-image: linear-gradient(135deg, rgba(247, 255, 241, 0.3), rgba(120, 190, 32, 0.3)); }
 
 .blog-cards-list .blog-card.ruby .front .blog-chip, .blog-cards-list .blog-card.ruby .back .blog-chip {
   /*background-color: $rubine;*/ }
 
 .blog-cards-list .blog-card.ruby .front .corner-chip, .blog-cards-list .blog-card.ruby .back .corner-chip {
   fill: #950051; }
 
 .blog-cards-list .blog-card.ruby .back {
   height: 100%;
   background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(213, 0, 86, 0.3)); }
 
 .blog-cards-list .blog-card.topaz .front .blog-chip, .blog-cards-list .blog-card.topaz .back .blog-chip {
   /*background-color: $topaz;*/ }
 
 .blog-cards-list .blog-card.topaz .front .corner-chip, .blog-cards-list .blog-card.topaz .back .corner-chip {
   fill: #ff981c; }
 
 .blog-cards-list .blog-card.topaz .back {
   background-color: #fff;
   background-image: linear-gradient(135deg, rgba(240, 248, 250, 0.3), rgba(255, 198, 86, 0.3)); }
 
 .blog-cards-list .blog-card.gold .front .blog-chip, .blog-cards-list .blog-card.gold .back .blog-chip {
   /* background-color: $gold;*/ }
 
 .blog-cards-list .blog-card.gold .front .corner-chip, .blog-cards-list .blog-card.gold .back .corner-chip {
   fill: #ffc656; }
 
 .blog-cards-list .blog-card.gold .back {
   background-color: #fff;
   background-image: linear-gradient(135deg, rgba(240, 248, 250, 0.3), rgba(255, 198, 86, 0.3)); }
 
 .blog-cards-list .blog-card.green .front .blog-chip, .blog-cards-list .blog-card.green .back .blog-chip {
   /*background-color: $peridot;*/ }
 
 .blog-cards-list .blog-card.green .front .corner-chip, .blog-cards-list .blog-card.green .back .corner-chip {
   fill: #78be20; }
 
 .blog-cards-list .blog-card.green .back {
   background-image: linear-gradient(135deg, rgba(247, 255, 241, 0.3), rgba(120, 190, 32, 0.3)); }
 
 .blog-cards-list .blog-card.pink .front .blog-chip, .blog-cards-list .blog-card.pink .back .blog-chip {
   /* background-color: $rubine;*/ }
 
 .blog-cards-list .blog-card.pink .front .corner-chip, .blog-cards-list .blog-card.pink .back .corner-chip {
   fill: #950051; }
 
 .blog-cards-list .blog-card.pink .back {
   height: 100%;
   background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(213, 0, 86, 0.3)); }
 
 .blog-cards-list .blog-card.yellow .front .blog-chip, .blog-cards-list .blog-card.yellow .back .blog-chip {
   /*background-color: $gold;*/ }
 
 .blog-cards-list .blog-card.yellow .front .corner-chip, .blog-cards-list .blog-card.yellow .back .corner-chip {
   fill: #ffc656; }
 
 .blog-cards-list .blog-card.yellow .back {
   background-color: #fff;
   background-image: linear-gradient(135deg, rgba(240, 248, 250, 0.3), rgba(255, 198, 86, 0.3)); }
 
 .blog-cards-list .blog-card.blue .front .blog-chip, .blog-cards-list .blog-card.blue .back .blog-chip {
   /*background-color: $primary-blue-light;*/ }
 
 .blog-cards-list .blog-card.blue .front .corner-chip, .blog-cards-list .blog-card.blue .back .corner-chip {
   fill: #40b4e5; }
 
 .blog-cards-list .blog-card.blue .back {
   background-color: #fff;
   background-image: linear-gradient(135deg, rgba(247, 255, 241, 0.3), rgba(5, 91, 170, 0.3)); }
 
 .blog-cards-list .blog-card:hover .blog-flip-card, .blog-cards-list a.blog-card.underline .blog-flip-card, .blog-cards-list .page-terms-of-use #main-content a.blog-card .blog-flip-card, .page-terms-of-use #main-content .blog-cards-list a.blog-card .blog-flip-card, .blog-cards-list .page-social-media-terms #main-content a.blog-card .blog-flip-card, .page-social-media-terms #main-content .blog-cards-list a.blog-card .blog-flip-card {
   transform: rotateY(180deg);
   box-shadow: none; }
 
 .blog-cards-list .blog-flip-card {
   display: block;
   position: relative;
   width: auto;
   height: 330px;
   transition: transform 1s 500ms;
   transform-style: preserve-3d; }
 
 .blog-cards-list .blog-flip-card .front, .blog-cards-list .blog-flip-card .back {
   position: absolute;
   width: 100%;
   height: 100%;
   padding: 40px 15px 100px 25px;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   overflow: hidden; }
 
 .blog-cards-list .blog-flip-card .front:after, .blog-cards-list .blog-flip-card .back:after {
   content: "";
   position: absolute;
   top: 57px;
   right: 20px;
   width: 20px;
   height: 20px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret_blue.svg) no-repeat 100% 20%; }
 
 .blog-cards-list .blog-flip-card .front .blog-chip, .blog-cards-list .blog-flip-card .back .blog-chip {
   width: 40px;
   height: 40px;
   clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
 
 .blog-cards-list .blog-flip-card .front .blog-icon-lineart,
 .blog-cards-list .blog-flip-card .front .blog-chip, .blog-cards-list .blog-flip-card .back .blog-icon-lineart,
 .blog-cards-list .blog-flip-card .back .blog-chip {
   position: absolute;
   bottom: 0; }
 
 .blog-cards-list .blog-flip-card .front .blog-icon-lineart, .blog-cards-list .blog-flip-card .back .blog-icon-lineart {
   width: 100px;
   height: 110px; }
 
 .blog-cards-list .blog-flip-card .front .blog-chip, .blog-cards-list .blog-flip-card .back .blog-chip {
   right: 0; }
 
 .blog-cards-list .blog-flip-card .front {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/bg_blog-card-front.jpg) no-repeat 0 0;
   background-size: cover;
   z-index: 1; }
 
 .blog-cards-list .blog-flip-card .front h5 {
   margin-bottom: 1em;
   padding-right: 47px;
   text-transform: uppercase;
   font-size: 1.25rem;
   line-height: 1.2;
   color: #065baa; }
 
 .blog-cards-list .blog-flip-card .front .by-line {
   min-height: 8em; }
 
 .blog-cards-list .blog-flip-card .front .by-line .crosslink-head {
   margin-bottom: .5em;
   color: #1b365d; }
 
 .blog-cards-list .blog-flip-card .front .by-line .crosslink-head:nth-of-type(2) {
   margin-top: .5em; }
 
 .blog-cards-list .blog-flip-card .front .blog-author-title {
   display: block;
   font-size: 0.875rem;
   color: #1b365d;
   line-height: 1.3; }
 
 .blog-cards-list .blog-flip-card .front .blog-icon-lineart {
   right: 0; }
 
 .blog-cards-list .blog-flip-card .front .blog-icon-lineart img {
   margin: 10px 0 0 10px;
   width: 70%; }
 
 .blog-cards-list .blog-flip-card .back {
   height: 100%;
   padding: 50px 51px 15px 40px;
   transform: rotateY(180deg); }
 
 .blog-cards-list .blog-flip-card .back p {
   font-size: 0.875rem;
   line-height: 1.4;
   color: #1b365d; }
 
 .blog-cards-list .blog-flip-card .back .blog-icon-lineart {
   width: 100px;
   height: 110px;
   right: 40px;
   bottom: 20px; }
 
 .blog-cards-list .blog-flip-card .back .blog-icon-lineart img {
   margin: 0;
   width: 100%; }
 
 /*------------------------------------*\
   #BLOG PAGES FEATURES
 \*------------------------------------*/
 .perspectives-landing-page .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/perspectives-bg-m.png); }
 
 @media (min-width: 768px) {
   .perspectives-landing-page .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/perspective/perspectives-bg.png); } }
 
 .perspectives-landing-page .featured-art {
   display: flex;
   align-items: center;
   justify-content: center; }
 
 .perspectives-landing-page .featured-art img {
   max-height: initial;
   /* margin-top: -4px;
                 margin-left: -12px;*/
   width: 80%; }
 
 .perspectives-landing-page .navbar a[href="/about/perspectives"] {
   box-shadow: inset 0 -2px 0 0 #cde9ee; }
 
 .perspectives .page-content {
   background: linear-gradient(#065baa, #1B365D); }
 
 .perspectives .page-wrapper {
   background-color: transparent; }
 
 @media (min-width: 768px) {
   .perspectives .page-wrapper {
     padding: 0 0 80px 0; } }
 
 .perspectives .hero-head {
   position: relative;
   background-image: none;
   background-color: transparent; }
 
 .perspectives .hero-head .blog-lineart {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 490px;
   position: absolute;
   top: -130px;
   left: -3%;
   opacity: .5; }
 
 @media (min-width: 768px) {
   .perspectives .hero-head .blog-lineart {
     width: 70%;
     top: -30px;
     left: -27%; } }
 
 .perspectives .hero-head .blog-lineart img {
   height: 60%; }
 
 @media (min-width: 768px) {
   .perspectives .hero-head .blog-lineart img {
     height: 100%; } }
 
 .perspectives .hero-head .author,
 .perspectives .hero-head .publish-date {
   display: block;
   margin-top: 15px; }
 
 .perspectives .hero-head .author {
   margin-top: 1em; }
 
 .perspectives .hero-head .author p:before {
   content: "Author: ";
   position: relative;
   display: inline;
   font-family: inherit;
   width: auto; }
 
 .perspectives .hero-head .publish-date:before {
   content: "Published: ";
   position: relative;
   font-family: inherit;
   width: auto; }
 
 .perspectives .blog-headers {
   color: #fff;
   text-align: center; }
 
 .perspectives .blog-headers > .page-title {
   display: block;
   margin-bottom: 50px; }
 
 @media (min-width: 768px) {
   .perspectives .blog-headers > .page-title {
     margin-bottom: 50px; } }
 
 .perspectives .blog-content {
   padding: 20px 15px 0;
   background-color: #fff;
   /*TODO: Remove Later*/
   /*TODO: Remove Later*/ }
 
 @media (min-width: 768px) {
   .perspectives .blog-content {
     padding: 40px 20px; } }
 
 .perspectives .blog-content > section {
   margin: 1em auto; }
 
 .perspectives .blog-content.callout-box {
   border-color: transparent !important; }
 
 .perspectives .blog-content.callout-box:after {
   border-color: transparent !important; }
 
 .perspectives .blog-content.callout-box a {
   box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }
 
 .perspectives .blog-content.callout-box a:hover, .perspectives .blog-content.callout-box a.underline, .perspectives .blog-content.callout-box .page-terms-of-use #main-content a, .page-terms-of-use #main-content .perspectives .blog-content.callout-box a, .perspectives .blog-content.callout-box .page-social-media-terms #main-content a, .page-social-media-terms #main-content .perspectives .blog-content.callout-box a {
   box-shadow: inset 0 -1px 0 0 #950051, inset 0 -1px 0 0 #950051; }
 
 .perspectives .blog-content.clipped {
   border-color: transparent !important; }
 
 .perspectives .blog-content.clipped:after {
   border-color: transparent !important; }
 
 .perspectives .blog-content .headshot {
   text-align: center; }
 
 @media (min-width: 768px) {
   .perspectives .blog-content .headshot {
     float: left;
     width: 280px; } }
 
 .perspectives .blog-content .headshot img {
   display: block;
   width: 250px;
   height: 250px;
   object-fit: cover;
   margin: 0 auto; }
 
 @media (min-width: 768px) {
   .perspectives .blog-content .headshot img {
     margin: 0 20px 0 0; } }
 
 .perspectives .blog-content .headshots-container {
   margin-top: 20px; }
 
 .perspectives .blog-content .headshots-container img {
   max-width: 65px;
   height: auto; }
 
 .perspectives .blog-content .headshots-container .title {
   font-family: "Roboto Condensed", sans-serif;
   color: #046ecc;
   font-weight: bold; }
 
 .perspectives .blog-content .headshots-container p {
   letter-spacing: -0.1px; }
 
 .perspectives .blog-content .video-cont {
   position: relative;
   margin: 120px 0 25px;
   padding: 0 15px; }
 
 @media (min-width: 992px) {
   .perspectives .blog-content .video-cont {
     margin: 50px 0 105px; } }
 
 .perspectives .blog-content .video-cont .txt {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%);
   color: #fff;
   padding: 125px 40px 40px; }
 
 @media (min-width: 992px) {
   .perspectives .blog-content .video-cont .txt {
     padding: 40px 38% 40px 50px; } }
 
 @media (max-width: 991.98px) {
   .perspectives .blog-content .video-cont .txt h5 {
     text-align: center; } }
 
 .perspectives .blog-content .video-cont .video-player {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%, -50%); }
 
 .perspectives .blog-content .video-cont .video-player .play-video-btn {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%);
   opacity: 0.86; }
 
 @media (min-width: 992px) {
   .perspectives .blog-content .video-cont .video-player {
     top: auto;
     left: auto;
     right: 0;
     transform: none; } }
 
 .perspectives .blog-content .references {
   font-size: 0.875rem;
   line-height: 1.125rem; }
 
 .perspectives .blog-content .references strong, .perspectives .blog-content .references ol li::marker {
   font-weight: 700; }
 
 .perspectives .blog-content .references p {
   margin-bottom: 5px; }
 
 .perspectives .blog-content .references ol {
   padding-left: 15px; }
 
 .perspectives .blog-content .references ol li {
   margin-bottom: 5px;
   color: #1b365d; }
 
 .perspectives .blog-content .references ol li a {
   color: #1b365d; }
 
 .perspectives .blog-quote {
   padding: 25px 30px;
   font-family: "Roboto Condensed", sans-serif;
   color: #065baa; }
 
 .perspectives .blog-quote.text-wrap-arround {
   float: left;
   width: 100%;
   margin: 5px 0 25px 0;
   padding: 15px; }
 
 .perspectives .blog h1 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1rem;
   font-weight: 300;
   color: #fff;
   line-height: 1.5rem;
   letter-spacing: 0.5rem;
   text-align: center;
   text-shadow: 2px 2px 20px #1b365d;
   text-transform: uppercase;
   padding: 40px 0; }
 
 @media (min-width: 768px) {
   .perspectives .blog h1 {
     font-size: 2.5rem;
     line-height: 3.125rem;
     letter-spacing: 1.25rem;
     text-align: center; } }
 
 .perspectives section:after {
   content: '';
   position: relative;
   display: block;
   padding-top: 1.1em; }
 
 .perspectives .callout-box.bg-grad a {
   color: inherit; }
 
 .perspectives .callout-box.bg-grad a:hover, .perspectives .callout-box.bg-grad a.underline, .perspectives .callout-box.bg-grad .page-terms-of-use #main-content a, .page-terms-of-use #main-content .perspectives .callout-box.bg-grad a, .perspectives .callout-box.bg-grad .page-social-media-terms #main-content a, .page-social-media-terms #main-content .perspectives .callout-box.bg-grad a {
   text-decoration: none;
   box-shadow: none; }
 
 .perspectives .callout-box.bg-grad a:after {
   content: '';
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/global/icon_cta-caret_white.svg") no-repeat 0 0; }
 
 .perspectives .content-image figure img {
   width: 100%; }
 
 @media (min-width: 768px) {
   .perspectives .content-image figure img {
     width: auto; } }
 
 .perspectives .awards {
   display: flex;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .perspectives .awards {
     flex-direction: row; } }
 
 .perspectives.data-privacy p + p {
   font-style: italic; }
 
 .perspectives.data-privacy .data-phi-link {
   display: inline-flex;
   align-items: center;
   padding-right: 40px;
   color: #fff;
   font-weight: bold; }
 
 .perspectives.data-privacy .data-phi-link:after {
   content: "";
   position: relative;
   display: inline-block;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 100% 50%;
   width: 20px;
   height: 20px; }
 
 .perspectives.data-privacy .clipped:nth-of-type(1) .content-wrap > p {
   margin-bottom: 0; }
 
 .perspectives.data-privacy ol {
   margin-bottom: 0; }
 
 .perspectives .resource-list {
   padding-left: 15px;
   font-size: .9rem;
   line-height: 1.4; }
 
 .perspectives .resource-list ol {
   padding-left: 0;
   margin-right: 25px; }
 
 .perspectives .resource-list li {
   margin-bottom: 15px;
   overflow-wrap: break-word;
   word-wrap: break-word;
   word-break: break-word;
   hyphens: auto; }
 
 .perspectives.pro-gen .dots-green {
   margin-bottom: 0; }
 
 .perspectives.pro-gen .dots-green li:last-child {
   margin-bottom: 0; }
 
 .perspectives.environ-health .quoted-img {
   display: flex;
   align-items: center;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .perspectives.environ-health .quoted-img {
     margin: auto;
     flex-direction: row; } }
 
 .perspectives.environ-health .quoted-img figure {
   position: relative;
   margin: 0 0 -106px 0;
   width: 212px;
   height: 212px;
   z-index: 3; }
 
 @media (min-width: 768px) {
   .perspectives.environ-health .quoted-img figure {
     margin: 0; } }
 
 .perspectives.environ-health .quoted-img figure > img {
   width: 100%; }
 
 .perspectives.environ-health .quoted-img .clipped.quote {
   display: flex;
   align-items: center;
   position: relative;
   height: auto;
   z-index: 1; }
 
 @media (min-width: 768px) {
   .perspectives.environ-health .quoted-img .clipped.quote {
     height: 160px;
     width: 630px;
     align-items: center;
     margin: 0 0 0 -110px; } }
 
 .perspectives.environ-health .quoted-img .clipped.quote blockquote {
   font-family: "Roboto Condensed", sans-serif;
   color: #065baa;
   width: 85%;
   margin: 125px auto 35px; }
 
 @media (min-width: 768px) {
   .perspectives.environ-health .quoted-img .clipped.quote blockquote {
     margin: 0 40px 0 145px;
     width: auto; } }
 
 .perspectives.environ-health .blurb-img {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 30px; }
 
 @media (min-width: 768px) {
   .perspectives.environ-health .blurb-img {
     flex-direction: row;
     margin-bottom: 0; } }
 
 .perspectives.environ-health .blurb-img .content-wrap.two-3rd {
   padding: 0 0 0 0;
   width: 100%; }
 
 @media (min-width: 768px) {
   .perspectives.environ-health .blurb-img .content-wrap.two-3rd {
     width: 100%; } }
 
 .perspectives.environ-health .blurb-img .txt-wrp-crv {
   width: 55%;
   height: auto;
   float: right;
   margin: 0 1rem 0.3rem 1rem;
   shape-outside: circle(); }
 
 @media (min-width: 768px) {
   .perspectives.environ-health .blurb-img .txt-wrp-crv {
     margin: -1rem 0rem 0.3rem 2.3rem;
     width: 35%; } }
 
 .perspectives.environ-health .blurb-img .one-3rd {
   width: 100%; }
 
 @media (min-width: 768px) {
   .perspectives.environ-health .blurb-img .one-3rd {
     width: 33%; } }
 
 .perspectives.environ-health .blurb-img .one-3rd > img {
   width: 275px;
   height: 275px; }
 
 .perspectives.biomarkers section:after {
   padding-top: 0.5em; }
 
 .perspectives.biomarkers .content-image {
   padding: 0; }
 
 .perspectives.biomarkers .content-image figure img {
   width: 100%; }
 
 .perspectives.all-in .headshots {
   width: 75px;
   height: 75px; }
 
 @media (min-width: 768px) {
   .perspectives.all-in .video-description {
     margin-bottom: 10px;
     padding: 0px 0 10px 0px; } }
 
 .perspectives.all-in section:after {
   padding-top: 0.7em; }
 
 .perspectives.all-in .cast-label {
   font-family: "Roboto", sans-serif;
   font-weight: 700;
   font-size: 1.125rem;
   color: #950051;
   line-height: 1.2; }
 
 .perspectives.all-in .content-image {
   padding: 0; }
 
 .perspectives.all-in .content-image > figure {
   margin: 0; }
 
 .perspectives.all-in .media {
   flex-direction: row;
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .perspectives.all-in .media {
     margin-top: initial; } }
 
 .perspectives.all-in .media-body {
   padding-left: 25px; }
 
 @media (min-width: 768px) {
   .perspectives.all-in .media-body {
     padding-left: initial;
     margin-bottom: initial; } }
 
 .perspectives.all-in .media-body p:last-of-type {
   margin-bottom: 0; }
 
 .perspectives.all-in .transcript .card-body p {
   display: flex;
   justify-content: space-between; }
 
 .perspectives.all-in .transcript .card-body p > strong, .perspectives.all-in .transcript .card-body .blog-content .references ol p > li::marker, .perspectives.all-in .blog-content .references ol .transcript .card-body p > li::marker {
   width: 30%; }
 
 .perspectives.all-in .transcript .card-body p .answer {
   width: 70%; }
 
 .perspectives.gene-therapy .author p:before {
   content: "Authors: "; }
 
 @media (min-width: 992px) {
   .perspectives.gene-therapy .gene-therapy-platform .right-col {
     margin-top: 20px;
     text-align: right; } }
 
 .perspectives.gene-therapy .gene-therapy-platform .img {
   margin: 0 0 10px; }
 
 @media (min-width: 992px) {
   .perspectives.gene-therapy .gene-therapy-platform .img {
     margin: 0 5px 0 -50px; } }
 
 @media (min-width: 992px) {
   .perspectives.gene-therapy .gene-therapy-platform .left-col {
     margin-top: 97px; } }
 
 .perspectives.gene-therapy .gene-therapy-platform p {
   font-size: 15px; }
 
 .perspectives.gene-therapy .gene-therapy-platform p strong, .perspectives.gene-therapy .gene-therapy-platform p .blog-content .references ol li::marker, .perspectives.gene-therapy .blog-content .references ol .gene-therapy-platform p li::marker {
   font-size: 18px; }
 
 @media (min-width: 992px) {
   .perspectives.gene-therapy .video-cont .video-player {
     left: 0;
     right: auto; } }
 
 @media (min-width: 992px) {
   .perspectives.gene-therapy .video-cont .txt {
     padding: 20px 20px 20px 25%;
     margin-left: 25%; } }
 
 .perspectives.en-es .hero-head .author {
   margin-left: auto;
   margin-right: auto;
   width: auto; }
 
 @media (min-width: 768px) {
   .perspectives.en-es .hero-head .author {
     width: 520px; } }
 
 .perspectives.en-es .multi-lang-content {
   margin-top: 25px; }
 
 .perspectives.en-es .en-content.show {
   display: block; }
 
 .perspectives.en-es .en-content.hide {
   display: none; }
 
 .perspectives.en-es .es-content.show {
   display: block; }
 
 .perspectives.en-es .es-content.hide {
   display: none; }
 
 .perspectives.en-es .hidden-blog-header, .perspectives.en-es .hidden-blog-subheader {
   display: none; }
 
 .perspectives.en-es .button-wrapper {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 5px;
   width: fit-content;
   color: #fff;
   background-color: #950051;
   border-radius: 5px; }
 
 .perspectives.en-es .button-wrapper button {
   width: auto;
   height: 27px;
   color: #fff;
   border: none;
   background-color: transparent;
   font-weight: 500; }
 
 .perspectives.en-es .en-btn.selected {
   color: #E7E8E7;
   cursor: default;
   font-weight: 400; }
 
 .perspectives.en-es .es-btn.selected {
   color: #E7E8E7;
   cursor: default;
   font-weight: 400; }
 
 .perspectives.bigimpact .author p:before {
   content: "Authors: "; }
 
 .perspectives #main-content ol > li > a {
   word-break: break-all; }
 
 .perspectives #main-content li a {
   /* These are technically the same, but use both */
   overflow-wrap: break-word;
   word-wrap: break-word;
   -ms-word-break: break-all;
   /* This is the dangerous one in WebKit, as it breaks things wherever */
   word-break: break-all;
   /* Instead use this non-standard one: */
   word-break: break-word;
   /* Adds a hyphen where the word breaks, if supported (No Blink) */
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   hyphens: auto; }
 
 .author-badge {
   display: flex;
   padding-left: 0;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .author-badge {
     flex-direction: row;
     align-items: center; } }
 
 .author-thumbnail {
   flex-basis: 20%; }
 
 .author-thumbnail img {
   width: 50%; }
 
 @media (min-width: 768px) {
   .author-thumbnail img {
     width: 80%; } }
 
 .author-name {
   flex-basis: 70%;
   font-family: "Roboto Condensed", sans-serif;
   color: #065baa; }
 
 .content-image {
   display: flex;
   flex-flow: column-reverse;
   padding: 25px 0; }
 
 @media (min-width: 768px) {
   .content-image {
     align-items: center;
     flex-flow: row; } }
 
 .stats-content {
   display: flex;
   align-items: center;
   padding: 25px 0; }
 
 .stats-content .stat-list {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-evenly;
   width: 50%;
   padding: 0; }
 
 .stats-content .stat-list li {
   width: 50%;
   text-align: center; }
 
 .stats-content .stat-list .statistic {
   display: block;
   margin-bottom: .4em;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 3rem;
   font-weight: 300;
   color: #78be20; }
 
 .stats-content .stat-list p {
   font-size: 0.875rem;
   color: #065baa; }
 
 .stats-content .video-content {
   width: 50%; }
 
 .stats-content .video-content img {
   width: 100%; }
 
 .stats-list {
   display: flex;
   flex-flow: column wrap;
   align-content: center;
   margin: 0 auto;
   padding: 0;
   width: 75%; }
 
 @media (min-width: 768px) {
   .stats-list {
     flex-flow: row wrap;
     justify-content: space-evenly;
     width: 100%; } }
 
 .stats-list li {
   margin-bottom: 1.5em;
   padding: 0 10%;
   font-size: 1.25rem;
   color: #000;
   text-align: center;
   line-height: 1.5rem; }
 
 @media (min-width: 768px) {
   .stats-list li {
     width: 50%; } }
 
 .stats-list .stats-header {
   display: block;
   margin-bottom: .5em;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 3rem;
   font-weight: 300; }
 
 .stats-list p {
   font-size: 0.875rem;
   color: #065baa; }
 
 .cta-link-icon:hover, a.cta-link-icon.underline, .page-terms-of-use #main-content a.cta-link-icon, .page-social-media-terms #main-content a.cta-link-icon {
   stroke: #107fcd; }
 
 .more-perspective-ctas .cta-head {
   padding: 2em 0;
   text-align: center; }
 
 .more-perspective-ctas .callout-box {
   min-height: 150px;
   display: flex;
   align-items: center; }
 
 .cta-links {
   position: relative;
   color: inherit; }
 
 .cta-links:hover, a.cta-links.underline, .page-terms-of-use #main-content a.cta-links, .page-social-media-terms #main-content a.cta-links, .cta-links:visited {
   color: inherit;
   text-decoration: none; }
 
 .cta-links:after {
   content: "";
   position: absolute;
   display: inline-block;
   width: 20px;
   height: 24px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 100% 50%; }
 
 .about-the-author p {
   color: #1b365d; }
 
 .about-the-author > .callout-box {
   border-color: #cde9ee !important; }
 
 .about-the-author > .callout-box:after {
   border-color: #cde9ee !important; }
 
 /*------------------------------------*\
   #PERSPECTIVE PAGE WITH BODY CLASSES
 \*------------------------------------*/
 .perspectives.internship .hero-head .blog-lineart {
   left: -50%;
   top: -70px; }
 
 .perspectives.internship h5 {
   margin: 1.75em 0 1em 0; }
 
 .perspectives.internship .intern-info {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   gap: 30px; }
 
 @media (min-width: 768px) {
   .perspectives.internship .intern-info {
     flex-direction: row;
     align-items: center; } }
 
 .perspectives.internship .intern-headshot {
   max-width: 160px; }
 
 .perspectives.internship .dots-green + h5 {
   margin: 1em 0; }
 
 .perspectives.better-workplace section p:last-child {
   margin-bottom: 0; }
 
 .perspectives.better-workplace .resource-list ol {
   padding-left: 0;
   margin-right: 25px; }
 
 .perspectives.hofh-treatment .hero-head .blog-lineart {
   top: -60px;
   left: -36%; }
 
 .perspectives.hofh-treatment .author-info {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   gap: 30px; }
 
 @media (min-width: 768px) {
   .perspectives.hofh-treatment .author-info {
     flex-direction: row;
     align-items: center; } }
 
 .perspectives.hofh-treatment .author-headshot {
   width: 160px;
   height: 160px; }
 
 .perspectives.hofh-treatment .ldl-c {
   display: block;
   float: none;
   margin-top: -10px;
   margin-right: auto;
   margin-bottom: 25px;
   margin-left: auto;
   width: 285px; }
 
 @media (min-width: 768px) {
   .perspectives.hofh-treatment .ldl-c {
     display: inline;
     float: right;
     margin-top: -40px;
     margin-bottom: 0;
     width: 325px; } }
 
 .perspectives.hofh-treatment section:after {
   content: '';
   position: relative;
   display: block;
   padding-top: 0; }
 
 @media (min-width: 768px) {
   .perspectives.good-data .hero-head .blog-lineart {
     height: inherit; } }
 
 /*------------------------------------*\
   #PERSPECTIVE PAGE THEME COLOR STYLES
 \*------------------------------------*/
 .perspectives.regeneron-blue .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#107fcd, #065baa); }
 
 .perspectives.regeneron-blue .callout-box {
   border-color: #065baa; }
 
 .perspectives.regeneron-blue .callout-box:after {
   border-color: #065baa; }
 
 .perspectives.regeneron-blue .callout-box.bg-grad {
   background-image: linear-gradient(#107fcd, #065baa);
   border-width: 0;
   color: #fff; }
 
 .perspectives.regeneron-blue .clipped {
   border-color: #065baa; }
 
 .perspectives.regeneron-blue .clipped:after {
   border-color: #065baa; }
 
 .perspectives.regeneron-blue .clipped.bg-grad {
   background-image: linear-gradient(#107fcd, #065baa);
   border-width: 0;
   color: #fff; }
 
 .perspectives.regeneron-blue .img-ring {
   border-color: #065baa; }
 
 .perspectives.regeneron-blue .stats-list .stats-header {
   color: #065baa; }
 
 .perspectives.navy .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#065baa, #002273); }
 
 .perspectives.navy .callout-box {
   border-color: #1b365d; }
 
 .perspectives.navy .callout-box:after {
   border-color: #1b365d; }
 
 .perspectives.navy .callout-box.bg-grad {
   background-image: linear-gradient(#065baa, #002273);
   border-width: 0;
   color: #fff; }
 
 .perspectives.navy .clipped {
   border-color: #1b365d; }
 
 .perspectives.navy .clipped:after {
   border-color: #1b365d; }
 
 .perspectives.navy .clipped.bg-grad {
   background-image: linear-gradient(#065baa, #002273);
   border-width: 0;
   color: #fff; }
 
 .perspectives.navy .img-ring {
   border-color: #1b365d; }
 
 .perspectives.navy .stats-list .stats-header {
   color: #1b365d; }
 
 .perspectives.peridot .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#78be20, #3ca00c); }
 
 .perspectives.peridot .callout-box {
   border-color: #78be20; }
 
 .perspectives.peridot .callout-box:after {
   border-color: #78be20; }
 
 .perspectives.peridot .callout-box.bg-grad {
   background-image: linear-gradient(#78be20, #3ca00c);
   border-width: 0;
   color: #fff; }
 
 .perspectives.peridot .clipped {
   border-color: #78be20; }
 
 .perspectives.peridot .clipped:after {
   border-color: #78be20; }
 
 .perspectives.peridot .clipped.bg-grad {
   background-image: linear-gradient(#78be20, #3ca00c);
   border-width: 0;
   color: #fff; }
 
 .perspectives.peridot .img-ring {
   border-color: #78be20; }
 
 .perspectives.peridot .stats-list .stats-header {
   color: #78be20; }
 
 .perspectives.rubine .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#d50057, #950051); }
 
 .perspectives.rubine .callout-box {
   border-color: #950051; }
 
 .perspectives.rubine .callout-box:after {
   border-color: #950051; }
 
 .perspectives.rubine .callout-box.bg-grad {
   background-image: linear-gradient(#d50057, #950051);
   border-width: 0;
   color: #fff; }
 
 .perspectives.rubine .clipped {
   border-color: #950051; }
 
 .perspectives.rubine .clipped:after {
   border-color: #950051; }
 
 .perspectives.rubine .clipped.bg-grad {
   background-image: linear-gradient(#d50057, #950051);
   border-width: 0;
   color: #fff; }
 
 .perspectives.rubine .img-ring {
   border-color: #950051; }
 
 .perspectives.rubine .stats-list .stats-header {
   color: #950051; }
 
 .perspectives.ruby .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#d50057, #950051); }
 
 .perspectives.ruby .callout-box {
   border-color: #950051; }
 
 .perspectives.ruby .callout-box:after {
   border-color: #950051; }
 
 .perspectives.ruby .callout-box.bg-grad {
   background-image: linear-gradient(#d50057, #950051);
   border-width: 0;
   color: #fff; }
 
 .perspectives.ruby .clipped {
   border-color: #950051; }
 
 .perspectives.ruby .clipped:after {
   border-color: #950051; }
 
 .perspectives.ruby .clipped.bg-grad {
   background-image: linear-gradient(#d50057, #950051);
   border-width: 0;
   color: #fff; }
 
 .perspectives.ruby .img-ring {
   border-color: #950051; }
 
 .perspectives.ruby .stats-list .stats-header {
   color: #950051; }
 
 .perspectives.gold .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#ffc656, #ff981c); }
 
 .perspectives.gold .callout-box {
   border-color: #ffc656; }
 
 .perspectives.gold .callout-box:after {
   border-color: #ffc656; }
 
 .perspectives.gold .callout-box.bg-grad {
   background-image: linear-gradient(#ffc656, #ff981c);
   border-width: 0;
   color: #fff; }
 
 .perspectives.gold .clipped {
   border-color: #ffc656; }
 
 .perspectives.gold .clipped:after {
   border-color: #ffc656; }
 
 .perspectives.gold .clipped.bg-grad {
   background-image: linear-gradient(#ffc656, #ff981c);
   border-width: 0;
   color: #fff; }
 
 .perspectives.gold .img-ring {
   border-color: #ffc656; }
 
 .perspectives.gold .stats-list .stats-header {
   color: #ffc656; }
 
 .perspectives.capri .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#40b4e5, #107fcd); }
 
 .perspectives.capri .callout-box {
   border-color: #40b4e5; }
 
 .perspectives.capri .callout-box:after {
   border-color: #40b4e5; }
 
 .perspectives.capri .callout-box.bg-grad {
   background-image: linear-gradient(#40b4e5, #107fcd);
   border-width: 0;
   color: #fff; }
 
 .perspectives.capri .clipped {
   border-color: #40b4e5; }
 
 .perspectives.capri .clipped:after {
   border-color: #40b4e5; }
 
 .perspectives.capri .clipped.bg-grad {
   background-image: linear-gradient(#40b4e5, #107fcd);
   border-width: 0;
   color: #fff; }
 
 .perspectives.capri .img-ring {
   border-color: #40b4e5; }
 
 .perspectives.capri .stats-list .stats-header {
   color: #40b4e5; }
 
 .perspectives.sapphire .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#40b4e5, #107fcd); }
 
 .perspectives.sapphire .callout-box {
   border-color: #107fcd; }
 
 .perspectives.sapphire .callout-box:after {
   border-color: #107fcd; }
 
 .perspectives.sapphire .callout-box.bg-grad {
   background-image: linear-gradient(#40b4e5, #107fcd);
   border-width: 0;
   color: #fff; }
 
 .perspectives.sapphire .clipped {
   border-color: #107fcd; }
 
 .perspectives.sapphire .clipped:after {
   border-color: #107fcd; }
 
 .perspectives.sapphire .clipped.bg-grad {
   background-image: linear-gradient(#40b4e5, #107fcd);
   border-width: 0;
   color: #fff; }
 
 .perspectives.sapphire .img-ring {
   border-color: #107fcd; }
 
 .perspectives.sapphire .stats-list .stats-header {
   color: #107fcd; }
 
 .perspectives.aquamarine .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#cde9ee, #9bd3dd); }
 
 .perspectives.aquamarine .callout-box {
   border-color: #9bd3dd; }
 
 .perspectives.aquamarine .callout-box:after {
   border-color: #9bd3dd; }
 
 .perspectives.aquamarine .callout-box.bg-grad {
   background-image: linear-gradient(#cde9ee, #9bd3dd);
   border-width: 0;
   color: #fff; }
 
 .perspectives.aquamarine .clipped {
   border-color: #9bd3dd; }
 
 .perspectives.aquamarine .clipped:after {
   border-color: #9bd3dd; }
 
 .perspectives.aquamarine .clipped.bg-grad {
   background-image: linear-gradient(#cde9ee, #9bd3dd);
   border-width: 0;
   color: #fff; }
 
 .perspectives.aquamarine .img-ring {
   border-color: #9bd3dd; }
 
 .perspectives.aquamarine .stats-list .stats-header {
   color: #9bd3dd; }
 
 .perspectives.light-aquamarine .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#78be20, #3ca00c); }
 
 .perspectives.light-aquamarine .callout-box {
   border-color: #cde9ee; }
 
 .perspectives.light-aquamarine .callout-box:after {
   border-color: #cde9ee; }
 
 .perspectives.light-aquamarine .callout-box.bg-grad {
   background-image: linear-gradient(#78be20, #3ca00c);
   border-width: 0;
   color: #fff; }
 
 .perspectives.light-aquamarine .clipped {
   border-color: #cde9ee; }
 
 .perspectives.light-aquamarine .clipped:after {
   border-color: #cde9ee; }
 
 .perspectives.light-aquamarine .clipped.bg-grad {
   background-image: linear-gradient(#78be20, #3ca00c);
   border-width: 0;
   color: #fff; }
 
 .perspectives.light-aquamarine .img-ring {
   border-color: #cde9ee; }
 
 .perspectives.light-aquamarine .stats-list .stats-header {
   color: #cde9ee; }
 
 .perspectives.emerald .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#78be20, #3ca00c); }
 
 .perspectives.emerald .callout-box {
   border-color: #3ca00c; }
 
 .perspectives.emerald .callout-box:after {
   border-color: #3ca00c; }
 
 .perspectives.emerald .callout-box.bg-grad {
   background-image: linear-gradient(#78be20, #3ca00c);
   border-width: 0;
   color: #fff; }
 
 .perspectives.emerald .clipped {
   border-color: #3ca00c; }
 
 .perspectives.emerald .clipped:after {
   border-color: #3ca00c; }
 
 .perspectives.emerald .clipped.bg-grad {
   background-image: linear-gradient(#78be20, #3ca00c);
   border-width: 0;
   color: #fff; }
 
 .perspectives.emerald .img-ring {
   border-color: #3ca00c; }
 
 .perspectives.emerald .stats-list .stats-header {
   color: #3ca00c; }
 
 .perspectives.topaz .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#ffc656, #ff991d); }
 
 .perspectives.topaz .callout-box {
   border-color: #ff981c; }
 
 .perspectives.topaz .callout-box:after {
   border-color: #ff981c; }
 
 .perspectives.topaz .callout-box.bg-grad {
   background-image: linear-gradient(#ffc656, #ff991d);
   border-width: 0;
   color: #fff; }
 
 .perspectives.topaz .clipped {
   border-color: #ff981c; }
 
 .perspectives.topaz .clipped:after {
   border-color: #ff981c; }
 
 .perspectives.topaz .clipped.bg-grad {
   background-image: linear-gradient(#ffc656, #ff991d);
   border-width: 0;
   color: #fff; }
 
 .perspectives.topaz .img-ring {
   border-color: #ff981c; }
 
 .perspectives.topaz .stats-list .stats-header {
   color: #ff981c; }
 
 .perspectives.blue .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#107fcd, #065baa); }
 
 .perspectives.blue .callout-box {
   border-color: #065baa; }
 
 .perspectives.blue .callout-box:after {
   border-color: #065baa; }
 
 .perspectives.blue .callout-box.bg-grad {
   background-image: linear-gradient(#107fcd, #065baa);
   border-width: 0;
   color: #fff; }
 
 .perspectives.blue .clipped {
   border-color: #065baa; }
 
 .perspectives.blue .clipped:after {
   border-color: #065baa; }
 
 .perspectives.blue .clipped.bg-grad {
   background-image: linear-gradient(#107fcd, #065baa);
   border-width: 0;
   color: #fff; }
 
 .perspectives.blue .img-ring {
   border-color: #065baa; }
 
 .perspectives.blue .stats-list .stats-header {
   color: #065baa; }
 
 .perspectives.topaz .video-description .play-video-btn {
   opacity: .6;
   background-image: linear-gradient(#ffc656, #ff991d); }
 
 .perspectives.topaz .callout-box {
   border-color: #ff981c; }
 
 .perspectives.topaz .callout-box:after {
   border-color: #ff981c; }
 
 .perspectives.topaz .callout-box.bg-grad {
   background-image: linear-gradient(#ffc656, #ff991d);
   border-width: 0;
   color: #fff; }
 
 .perspectives.topaz .clipped {
   border-color: #ff981c; }
 
 .perspectives.topaz .clipped:after {
   border-color: #ff981c; }
 
 .perspectives.topaz .clipped.bg-grad {
   background-image: linear-gradient(#ffc656, #ff991d);
   border-width: 0;
   color: #fff; }
 
 .perspectives.topaz .img-ring {
   border-color: #ff981c; }
 
 .perspectives.topaz .stats-list .stats-header {
   color: #ff981c; }
 
 .perspectives .modal-dialog .modal-content.clipped {
   border-radius: 0; }
 
 .perspectives .modal-dialog.clipped {
   border-color: transparent; }
 
 .perspectives .modal-dialog.clipped:after {
   border-color: transparent; }
 
 .perspectives .video-description {
   display: flex;
   flex-flow: column nowrap;
   align-items: center;
   min-height: 255px; }
 
 @media (min-width: 768px) {
   .perspectives .video-description {
     flex-flow: row wrap;
     justify-content: center; } }
 
 .perspectives .video-description .video-player {
   margin-right: 0; }
 
 @media (min-width: 768px) {
   .perspectives .video-description .video-player {
     margin-bottom: inherit; } }
 
 .perspectives .video-description .callout-box {
   margin: 0;
   width: 100%;
   z-index: 1; }
 
 .perspectives .video-description .callout-box h5 {
   margin-bottom: 1.2em;
   width: 65%; }
 
 @media (min-width: 768px) {
   .perspectives .video-description .callout-box h5 {
     width: auto; } }
 
 @media (min-width: 768px) {
   .perspectives .video-description .callout-box {
     margin-left: -25%;
     z-index: 1; } }
 
 .perspectives .video-description .callout-box .content-wrap {
   padding: 110px 30px 30px 40px; }
 
 @media (min-width: 768px) {
   .perspectives .video-description .callout-box .content-wrap {
     padding: 30px 30px 30px 220px; } }
 
 .perspectives .video-description .callout-box .mobile-play {
   display: block;
   position: absolute;
   top: 10px;
   right: 15px;
   width: 40%; }
 
 @media (min-width: 768px) {
   .perspectives .video-description .callout-box .mobile-play {
     display: none; } }
 
 .perspectives .video-description .callout-box .mobile-play img {
   display: none;
   width: 100%;
   padding: 2px; }
 
 .perspectives a.more {
   position: relative; }
 
 .perspectives a.more:after {
   content: " ";
   position: absolute;
   right: -15px;
   bottom: 2px;
   width: 8px;
   height: 14px;
   background-size: contain;
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/blue-arrow.svg); }
 
 .perspectives.raising-the-bar .callout-box {
   border-color: #065baa; }
 
 .perspectives.raising-the-bar .callout-box:after {
   border-color: #065baa; }
 
 @media (max-width: 575.98px) {
   .perspectives.addressing-painful-memories .footnotes a {
     word-break: break-word; } }
 
 .perspectives.real-healthcare-problem .stats-list li span {
   font-weight: 800; }
 
 .perspectives.real-healthcare-problem .stats-list li:nth-child(2) span {
   color: #950051; }
 
 .perspectives.real-healthcare-problem .stats-list li:first-child span {
   color: #c3e5eb; }
 
 .perspectives.real-healthcare-problem .stats-list li:last-child span {
   color: #76c000; }
 
 h5.blue {
   color: #40B4E5; }
 
 h5.green {
   color: #78BE20; }
 
 h5.red {
   color: #D50056; }
 
 .perspectives.modal-open .modal.fade.show {
   z-index: 1060; }
 
 /* Scroll animation - 1 page currently but could be global in the future */
 .perspectives.scroll-demo .hero-head .blog-lineart {
   position: fixed;
   left: calc(50% - 1090px);
   top: 130px; }
 
 .perspectives.scroll-demo .hero-head h1.text-white, .perspectives.scroll-demo .hero-head h5, .perspectives.scroll-demo .hero-head .author, .perspectives.scroll-demo .hero-head .publish-date {
   color: transparent;
   transition: all 1s ease-in-out;
   animation-name: blur;
   animation-duration: 2s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
   animation-delay: .5s; }
 
 @keyframes blur {
   0% {
     text-shadow: 0 0 100px #fff;
     opacity: 0; }
   25% {
     text-shadow: 0 0 90px #fff; }
   50% {
     opacity: 1; }
   75% {
     text-shadow: 0 0 0px #fff;
     opacity: 1; }
   100% {
     text-shadow: 0 0 0px #fff;
     opacity: 1; } }
 
 .perspectives.scroll-demo .page-foot {
   position: relative; }
 
 /*------------------------------------
   #HISTORY
 ------------------------------------*/
 .page-history {
   color: #fff;
   /* Container around content */
   /* You can decide if you want to use this*/
   /*.audio-link-wrapper:last-child {
         margin-bottom: 0;
     }*/
   /* The actual content */ }
 
 .page-history .page-wrapper {
   background-image: linear-gradient(#065baa, #046ecc, #9bd3dd, #78be20, #065baa); }
 
 .page-history .hero-head {
   background-image: none;
   background-color: #065baa;
   padding-bottom: 0; }
 
 @media (max-width: 767.98px) {
   .page-history .hero-head {
     padding-bottom: 20px; } }
 
 .page-history main .page-wrapper {
   margin-top: 0px; }
 
 .page-history .timeline-years {
   display: inline-flex;
   position: relative; }
 
 .page-history .timeline-years::before {
   border: 2px solid #fff;
   border-radius: 14px;
   position: absolute;
   width: 100px;
   height: 30px;
   top: 5px;
   left: 10px;
   content: ""; }
 
 .page-history .timeline-years a {
   color: #fff;
   box-shadow: none; }
 
 .page-history .timeline-years ul {
   width: 100px;
   height: 100px;
   padding: 0 0 75px;
   margin-top: 10px;
   margin-left: 10px;
   overflow-y: scroll;
   scrollbar-width: none;
   -ms-overflow-style: none;
   -webkit-mask-image: -webkit-gradient(linear, left 10%, left bottom, from(black), to(rgba(0, 0, 0, 0))); }
 
 .page-history .timeline-years ul::-webkit-scrollbar {
   width: 0;
   height: 0; }
 
 .page-history .timeline-years ul li {
   text-align: center;
   padding-bottom: 3px; }
 
 .page-history .timeline-years ul li.active {
   /*border: 2px solid $white;
                     position: absolute;
                     width: 100px;
                     height: 30px;
                     top: 0;*/
   /*position: fixed;
                     width: 80px;
                     height: 28px;
                     top: 330px;
                     left: 781px;*/ }
 
 .page-history .timeline-years ul li a {
   display: block;
   box-shadow: none; }
 
 .page-history .timeline {
   color: #1b365d;
   position: relative;
   margin: 100px auto 0;
   overflow: hidden;
   padding-left: 5px; }
 
 @media (min-width: 768px) {
   .page-history .timeline {
     margin-top: 0; } }
 
 .page-history .timeline:after {
   content: '';
   position: absolute;
   border: 4px solid rgba(255, 255, 255, 0.6);
   border-radius: 6px;
   top: 0;
   bottom: 0;
   left: 31px;
   margin-left: -3px; }
 
 @media (min-width: 768px) {
   .page-history .timeline:after {
     top: 90px;
     left: 50%; } }
 
 .page-history .timeline a {
   color: #065baa;
   font-weight: 400;
   text-transform: none;
   box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa;
   font-style: normal; }
 
 .page-history .timeline a:hover, .page-history .timeline a.underline, .page-history .timeline .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-history .timeline a, .page-history .timeline .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-history .timeline a {
   box-shadow: inset 0 -1px 0 0 #950051, inset 0 -1px 0 0 #950051; }
 
 .page-history .timeline a > sup {
   text-decoration: none; }
 
 .page-history .timeline .audio-link-wrapper .audio-link {
   box-shadow: inset 0 -1px 0 0 transparent, inset 0 -1px 0 0 transparent; }
 
 .page-history .timeline-container {
   position: relative;
   padding-left: 50px;
   margin-top: 40px; }
 
 @media (min-width: 768px) {
   .page-history .timeline-container {
     padding-left: 0;
     margin-top: 0;
     width: 40%; } }
 
 .page-history .timeline-container:before {
   left: 60px;
   border: medium solid #fff;
   border-width: 10px 10px 10px 0;
   border-color: transparent white transparent transparent; }
 
 .page-history .timeline-container.feature-content {
   margin-top: 98px; }
 
 .page-history .timeline-container.feature-content .timeline-content {
   padding-top: 100px;
   /*You can decide if you want to use this*/
   /* padding-bottom: 0;*/ }
 
 .page-history .timeline-container.feature-content .timeline-content-border {
   border: 2px solid #fff;
   background: transparent; }
 
 .page-history .timeline-container.feature-content .timeline-content-padding {
   padding-top: 30px;
   padding-bottom: 75px; }
 
 .page-history .timeline-container.feature-content .timeline-content .audio-link-wrapper:last-child {
   margin-bottom: 0; }
 
 .page-history .timeline-container#year-2009 {
   margin-top: 40px; }
 
 .page-history .timeline-container#year-2010 {
   margin-top: 150px; }
 
 .page-history .timeline-footer {
   height: 30px;
   background-color: rgba(255, 255, 255, 0.6); }
 
 .page-history .timeline-date {
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-around;
   align-items: center;
   position: absolute;
   top: 50%;
   left: 0;
   font-family: "Roboto Condensed", sans-serif;
   color: #1b365d;
   font-size: 1.125rem;
   font-weight: 700;
   width: 60px;
   height: 60px;
   background: #fff;
   border: 2px solid #fff;
   border-radius: 50%;
   padding: 0.5em;
   z-index: 1;
   transform: translateY(-50%); }
 
 @media (min-width: 768px) {
   .page-history .timeline-date {
     right: -57px;
     font-size: 1.5rem;
     width: 90px;
     height: 90px; } }
 
 @media (min-width: 768px) {
   .page-history .timeline-date:before {
     content: '';
     position: absolute;
     top: 49%;
     left: 93px;
     width: 32px;
     height: 2px;
     background-color: #fff;
     z-index: 1; } }
 
 .page-history .timeline-date:after {
   content: '';
   position: absolute;
   width: 70px;
   height: 70px;
   border: 2px solid #fff;
   border-radius: 50%;
   z-index: 1;
   top: -7px;
   left: -7px; }
 
 @media (min-width: 768px) {
   .page-history .timeline-date:after {
     width: 100px;
     height: 100px; } }
 
 .page-history .timeline-left {
   left: 0; }
 
 .page-history .timeline-left:after {
   left: 15px; }
 
 @media (min-width: 768px) {
   .page-history .timeline-left .timeline-date {
     left: auto; } }
 
 .page-history .timeline-right {
   left: 0%; }
 
 @media (min-width: 768px) {
   .page-history .timeline-right {
     left: 60%; } }
 
 .page-history .timeline-right:after {
   left: 15px; }
 
 @media (min-width: 768px) {
   .page-history .timeline-right:after {
     left: -16px; } }
 
 .page-history .timeline-right-fix {
   position: absolute !important;
   top: auto;
   max-width: 60px; }
 
 @media (min-width: 768px) {
   .page-history .timeline-right-fix {
     top: -50%; } }
 
 @media (min-width: 768px) {
   .page-history .timeline-right .timeline-date {
     left: -60px; } }
 
 .page-history .timeline-right .timeline-date::before {
   left: -37px; }
 
 .page-history .timeline-content {
   padding: 20px 30px 0px;
   background-color: rgba(255, 255, 255, 0.6);
   position: relative;
   /*padding-top: 60px;
         margin-bottom: 100px;*/ }
 
 @media (min-width: 768px) {
   .page-history .timeline-content {
     padding: 20px 40px 0px; } }
 
 .page-history .timeline-content p:last-child {
   margin-bottom: 0; }
 
 .page-history .timeline-content img {
   position: relative;
   left: 50%;
   transform: translate(-50%, 0);
   margin-bottom: 20px;
   height: auto;
   max-width: 100%; }
 
 @media (min-width: 768px) {
   .page-history .timeline-content img {
     left: 50%; } }
 
 .page-history .timeline-content img.img-to-left {
   left: auto;
   transform: none; }
 
 .page-history .timeline-content .feature-img {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%, -50%);
   border-radius: 50%;
   margin: 0;
   width: 130px;
   height: auto; }
 
 @media (min-width: 768px) {
   .page-history .timeline-content .feature-img {
     width: 160px; } }
 
 .page-history .timeline-content .feature-img-btm {
   position: absolute;
   top: 100%;
   bottom: 0;
   left: 50%;
   transform: translate(-50%, -30%);
   border-radius: 50%;
   margin: 0;
   width: 130px;
   height: auto;
   z-index: 100; }
 
 @media (min-width: 768px) {
   .page-history .timeline-content .feature-img-btm {
     width: 160px; } }
 
 .page-history #year-2000 .timeline-content,
 .page-history #year-2007 .timeline-content,
 .page-history #year-2008 .timeline-content,
 .page-history #year-2011 .timeline-content,
 .page-history #year-2014 .timeline-content,
 .page-history #year-2015 .timeline-content,
 .page-history #year-2016 .timeline-content,
 .page-history #year-2017 .timeline-content,
 .page-history #year-2018 .timeline-content,
 .page-history #year-2019 .timeline-content {
   padding-top: 40px; }
 
 .page-history .timeline-container#year-2013 img {
   top: -29px; }
 
 @media (min-width: 768px) {
   .page-history .timeline-container#year-2013 img {
     top: -50%; } }
 
 @media (min-width: 768px) {
   .page-history .timeline-container#year-1989, .page-history .timeline-container#year-2014 {
     margin-top: -150px; }
   .page-history .timeline-container#year-1990, .page-history .timeline-container#year-1993, .page-history .timeline-container#year-2004 {
     margin-top: -120px; }
   .page-history .timeline-container#year-1991, .page-history .timeline-container#year-2012, .page-history .timeline-container#year-2019, .page-history .timeline-container#year-2021 {
     margin-top: -140px; }
   .page-history .timeline-container#year-1995 {
     margin-top: 20px; }
   .page-history .timeline-container#year-1997, .page-history .timeline-container#year-2018 {
     margin-top: -200px; }
   .page-history .timeline-container#year-1999 {
     margin-top: 0; }
   .page-history .timeline-container#year-2003 {
     margin-top: -40px; }
   .page-history .timeline-container#year-2006 {
     margin-top: -93px; }
   .page-history .timeline-container#year-2007 {
     margin-top: -100px; }
   .page-history .timeline-container#year-2008 {
     margin-top: -64px; }
   .page-history .timeline-container#year-2009 {
     margin-top: -180px; }
   .page-history .timeline-container#year-2010 {
     margin-top: -70px; }
   .page-history .timeline-container#year-2011 {
     margin-top: -30px; }
   .page-history .timeline-container#year-2013 {
     margin-top: -76px; }
   .page-history .timeline-container#year-2015 {
     margin-top: -300px; }
   .page-history .timeline-container#year-2017 {
     margin-top: -188px; }
   .page-history .timeline-container#year-2020 {
     margin-top: -400px; }
   .page-history .timeline-container#year-2022 {
     margin-top: -500px; }
   .page-history .timeline-container#year-2023 {
     margin-top: -340px; }
   .page-history .timeline-container.quote-box {
     margin-top: 180px; } }
 
 .page-history .inmazeb {
   width: 194px; }
 
 .page-history .quote-box {
   margin-top: 200px; }
 
 /*------------------------------------
   #INTEGRITY AND EXCELLENCE
 ------------------------------------*/
 @media (min-width: 992px) {
   .page-integrity-and-excellence .hero-head {
     background-size: auto;
     background-color: #036dcb; } }
 
 @media (min-width: 768px) {
   .page-integrity-and-excellence .hero-head {
     /*margin-top: -140px;*/
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/integrity-and-excellence/integrity-and-excellence-bg.png);
     background-position-y: initial; } }
 
 .integrity-and-excellence .callout-box.bg-blue-teal {
   background-image: linear-gradient(180deg, rgba(16, 127, 205, 0.2) 0%, rgba(6, 91, 170, 0.2) 100%); }
 
 .integrity-and-excellence .subpage1_group2 p {
   color: #1a355e; }
 
 .integrity-and-excellence .subpage1_group2 p a {
   color: #0059ad;
   font-weight: 700;
   font-style: italic; }
 
 .integrity-and-excellence .subpage1_group2 p a.default-link {
   color: #0059ad;
   font-weight: normal;
   font-style: normal;
   text-decoration-thickness: 2px;
   text-decoration: underline;
   text-underline-offset: 3px;
   text-decoration-color: #0059ad; }
 
 .integrity-and-excellence .subpage1_group2 p a.default-link:hover, .integrity-and-excellence .subpage1_group2 p a.default-link.underline, .integrity-and-excellence .subpage1_group2 p .page-terms-of-use #main-content a.default-link, .page-terms-of-use #main-content .integrity-and-excellence .subpage1_group2 p a.default-link, .integrity-and-excellence .subpage1_group2 p .page-social-media-terms #main-content a.default-link, .page-social-media-terms #main-content .integrity-and-excellence .subpage1_group2 p a.default-link {
   box-shadow: inset 0 -1px 0 0 transparent, inset 0 -1px 0 0 transparent;
   text-decoration-color: #950051;
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-underline-offset: 5px; }
 
 .integrity-and-excellence .subpage1_group2 .arrow-btn {
   position: relative; }
 
 .integrity-and-excellence .subpage1_group2 .arrow-btn::after {
   content: '';
   position: absolute;
   width: 28px;
   height: 28px;
   background-color: transparent;
   color: #065baa;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/blue-arrow.svg) no-repeat 50% 50%; }
 
 .integrity-and-excellence .subpage1_group2 .download-btn {
   position: relative;
   padding-left: 30px; }
 
 .integrity-and-excellence .subpage1_group2 .download-btn:hover, .integrity-and-excellence .subpage1_group2 a.download-btn.underline, .integrity-and-excellence .subpage1_group2 .page-terms-of-use #main-content a.download-btn, .page-terms-of-use #main-content .integrity-and-excellence .subpage1_group2 a.download-btn, .integrity-and-excellence .subpage1_group2 .page-social-media-terms #main-content a.download-btn, .page-social-media-terms #main-content .integrity-and-excellence .subpage1_group2 a.download-btn {
   text-decoration: none; }
 
 .integrity-and-excellence .subpage1_group2 .download-btn::before {
   content: '';
   position: absolute;
   width: 28px;
   height: 28px;
   color: #065baa;
   background-size: contain;
   left: 0px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-blue.svg) no-repeat; }
 
 .integrity-and-excellence .subpage1_group2 .learn-btn {
   background-color: transparent; }
 
 .integrity-and-excellence .subpage1_group2 .learn-btn:hover, .integrity-and-excellence .subpage1_group2 a.learn-btn.underline, .integrity-and-excellence .subpage1_group2 .page-terms-of-use #main-content a.learn-btn, .page-terms-of-use #main-content .integrity-and-excellence .subpage1_group2 a.learn-btn, .integrity-and-excellence .subpage1_group2 .page-social-media-terms #main-content a.learn-btn, .page-social-media-terms #main-content .integrity-and-excellence .subpage1_group2 a.learn-btn {
   border-color: #065baa;
   color: #065baa; }
 
 .integrity-and-excellence .subpage1_group2 h5 {
   color: #1b365d; }
 
 .integrity-and-excellence .subpage1_group2 .pdf-link-list p a {
   color: #0059ad;
   font-weight: normal;
   font-style: normal;
   text-decoration-thickness: 2px;
   text-decoration: underline;
   text-underline-offset: 3px;
   text-decoration-color: #0059ad; }
 
 .integrity-and-excellence .subpage1_group2 .pdf-link-list p a:hover, .integrity-and-excellence .subpage1_group2 .pdf-link-list p a.underline, .integrity-and-excellence .subpage1_group2 .pdf-link-list p .page-terms-of-use #main-content a, .page-terms-of-use #main-content .integrity-and-excellence .subpage1_group2 .pdf-link-list p a, .integrity-and-excellence .subpage1_group2 .pdf-link-list p .page-social-media-terms #main-content a, .page-social-media-terms #main-content .integrity-and-excellence .subpage1_group2 .pdf-link-list p a {
   box-shadow: inset 0 -1px 0 0 transparent, inset 0 -1px 0 0 transparent;
   text-decoration-color: #950051;
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-underline-offset: 5px; }
 
 .integrity-and-excellence .talent-search_image4 {
   position: absolute;
   width: 220px;
   height: 220px;
   top: 0px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 100; }
 
 .integrity-and-excellence .talent-search-icon:before {
   content: "";
   position: absolute;
   width: 65px;
   height: 65px;
   left: 50%;
   top: 200px;
   transform: translateX(-50%);
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/blue-quote.png) no-repeat 50% 0;
   background-size: contain;
   z-index: 200; }
 
 .integrity-and-excellence .talent-search_callout3 {
   padding-top: 140px; }
 
 .integrity-and-excellence .talent-search_callout3-quote {
   font-family: "Roboto Condensed", sans-serif;
   color: #0041c1;
   font-weight: normal;
   line-height: 24px;
   margin-bottom: 20px; }
 
 @media (min-width: 768px) {
   .integrity-and-excellence .talent-search_callout3-quote {
     max-width: 615px; } }
 
 .integrity-and-excellence .talent-search_callout3-small-text {
   color: #153263; }
 
 .integrity-and-excellence .sub_callout-innerbox {
   border: none;
   background: linear-gradient(#d50056, #950051);
   padding: 15px 20px 5px;
   width: 100%;
   position: relative;
   color: #fff; }
 
 .integrity-and-excellence .sub_callout-innerbox.bg-blue {
   background-image: linear-gradient(#107fcd, #065baa);
   border-width: 0; }
 
 @media (min-width: 768px) {
   .integrity-and-excellence .sub_callout-innerbox {
     margin-top: 20px;
     padding: 46px 0 40px 180px; } }
 
 .integrity-and-excellence .sub_callout-innerbox--top {
   display: flex;
   flex-direction: row;
   position: static;
   margin-bottom: 10px; }
 
 @media (min-width: 768px) {
   .integrity-and-excellence .sub_callout-innerbox--top {
     margin-bottom: 0px; } }
 
 .integrity-and-excellence .sub_callout-innerbox--top img {
   width: 82px;
   height: 82px;
   margin-right: 19px; }
 
 @media (min-width: 768px) {
   .integrity-and-excellence .sub_callout-innerbox--top img {
     margin: 0px;
     width: 100px;
     height: 100px;
     position: absolute;
     left: 30px;
     top: 30px; } }
 
 .integrity-and-excellence .sub_callout-innerbox--top p {
   font-size: 1.125rem;
   align-self: center;
   line-height: 1.5rem;
   padding-top: 10px; }
 
 @media (min-width: 768px) {
   .integrity-and-excellence .sub_callout-innerbox--top p {
     padding-top: 0px; } }
 
 .integrity-and-excellence .sub_callout-innerbox h5:after {
   content: "";
   position: relative;
   display: inline-block;
   margin-left: 10px;
   width: 11px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0% 0%;
   background-size: contain;
   top: auto;
   right: auto; }
 
 @media (min-width: 768px) {
   .integrity-and-excellence .sub_callout-innerbox h5 {
     width: fit-content; } }
 
 .integrity-and-excellence .sub_callout-innerbox--bottom h5 {
   display: flex;
   align-items: center;
   font-size: 1.5rem; }
 
 .integrity-and-excellence .sub_callout-innerbox--bottom p span {
   font-size: 1.125rem; }
 
 .integrity-and-excellence .regn-data-pp {
   height: 97%; }
 
 .integrity-and-excellence .header-group {
   display: flex;
   justify-content: space-between;
   align-items: center; }
 
 .integrity-and-excellence .header-group figure {
   width: 20%; }
 
 @media (min-width: 768px) {
   .integrity-and-excellence .header-group figure {
     width: 30%; } }
 
 .integrity-and-excellence .header-group h5 {
   display: flex;
   align-items: center;
   width: 60%; }
 
 @media (min-width: 768px) {
   .integrity-and-excellence .header-group h5 {
     width: 65%; } }
 
 .integrity-and-excellence .header-group h5:after {
   content: "";
   width: 30px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 50% 0%;
   /*background-size: contain;*/ }
 
 @media (min-width: 768px) {
   .integrity-and-excellence .header-group h5:after {
     width: 50px;
     background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 50% 0%; } }
 
 .integrity-and-excellence .ethical-trial .img-ring.img-fluid {
   padding: 5px; }
 
 .accordion .card {
   border-radius: 0rem;
   border: 0 none;
   /*&:nth-child(odd) {
                         .card-header{
                             background-image:linear-gradient(180deg,#107fcd 0%, #065baa 100%);
                             opacity:.2;
                         }
                     }*/ }
 
 .accordion .card.bg-teal {
   /*background-image: $gradient-teal;*/
   background-image: linear-gradient(180deg, rgba(16, 127, 205, 0.2) 0%, rgba(6, 91, 170, 0.2) 100%);
   border-width: 0;
   color: #163361; }
 
 .accordion .card .card-header {
   border-bottom: 0 none;
   background-color: transparent; }
 
 .accordion .card .card-header.bg-teal {
   background-image: linear-gradient(#cde9ee, #9bd3dd);
   border-width: 0;
   color: #fff; }
 
 .accordion .card .card-header .btn {
   font-style: normal; }
 
 .accordion .card .card-header .btn p {
   line-height: 24px; }
 
 .accordion .card .card-header .btn:focus-visible span.accordion-icon {
   outline: 1px solid #000;
   outline-offset: 2px; }
 
 .accordion .card .card-header .btn :focus-visible span.accordion-icon {
   outline: -webkit-focus-ring-color auto 1px; }
 
 .accordion .card .accordion-content h5 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1.75rem;
   letter-spacing: normal;
   color: #163361;
   text-transform: none; }
 
 .accordion .card .accordion-content p {
   color: #065baa;
   font-weight: 400;
   font-size: 1.125rem;
   text-transform: initial; }
 
 .accordion .card-body {
   padding: 1rem 1.6rem 2rem; }
 
 .accordion .card-body p {
   color: #0E2D67;
   font-size: 1.125rem; }
 
 .accordion .card-body h5 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1.75rem;
   letter-spacing: normal;
   color: #163361;
   position: relative;
   top: 15px; }
 
 @media (min-width: 768px) {
   .accordion .card-body h5 {
     top: 70px; } }
 
 .accordion .card-body img.img-ring {
   padding: 0; }
 
 .accordion .card-body .talent-icons {
   margin: 20px auto;
   width: 75%; }
 
 @media (min-width: 768px) {
   .accordion .card-body .talent-icons {
     margin: auto;
     width: auto; } }
 
 .accordion li {
   margin-bottom: 1em; }
 
 .accordion .btn:focus, .accordion .btn.focus {
   box-shadow: none;
   text-decoration: none; }
 
 .accordion .btn:hover, .accordion a.btn.underline, .accordion .page-terms-of-use #main-content a.btn, .page-terms-of-use #main-content .accordion a.btn, .accordion .page-social-media-terms #main-content a.btn, .page-social-media-terms #main-content .accordion a.btn, .accordion .btn.hover {
   color: #065baa; }
 
 .accordion button.btn.btn-link {
   display: flex; }
 
 .accordion .accordion-content {
   text-align: left; }
 
 .accordion .collapsed .accordion-icon:before {
   content: "+";
   font-size: 1.875rem;
   width: 30px;
   font-style: normal;
   font-weight: 400; }
 
 .accordion .accordion-icon {
   padding-left: 1em; }
 
 .accordion .accordion-icon:before {
   content: "-";
   font-size: 1.875rem;
   width: 30px;
   font-style: normal; }
 
 .mb-40 {
   margin-bottom: 40px; }
 
 .the-regen-way {
   display: flex;
   flex-direction: column;
   margin-bottom: 55px; }
 
 @media (min-width: 768px) {
   .the-regen-way {
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: normal;
     align-items: center;
     align-content: stretch;
     height: 400px; } }
 
 .value-card {
   width: 100%;
   padding-top: 35px;
   padding-left: 20px;
   margin-bottom: -35px;
   clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%); }
 
 @media (min-width: 768px) {
   .value-card {
     display: flex;
     align-content: center;
     align-items: center;
     justify-content: center;
     margin-left: -31px;
     padding-top: 0;
     height: 310px;
     clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%); } }
 
 .value-card .content {
   margin: 15px auto 25px;
   height: 80%;
   width: 70%;
   text-align: center; }
 
 @media (min-width: 768px) {
   .value-card .content {
     margin: 0;
     height: calc(100% - 70px);
     width: 75%;
     text-align: left; } }
 
 @media (min-width: 992px) {
   .value-card .content {
     height: calc(100% - 75px); } }
 
 .value-card .content h5 {
   font-size: 1.5rem;
   font-weight: 700; }
 
 .value-card .content p {
   font-size: .85rem;
   line-height: 1.2; }
 
 .value-card.science {
   margin-top: 0;
   margin-left: 0;
   padding-top: 0;
   background-color: #91c1e7;
   z-index: 5;
   padding-left: 0; }
 
 @media (min-width: 768px) {
   .value-card.science {
     padding-top: 0; } }
 
 .value-card.ideas {
   background-color: #a3c8eb;
   z-index: 4; }
 
 .value-card.happen {
   background-color: #b6d4f0;
   z-index: 3; }
 
 .value-card.together {
   background-color: #cadff3;
   z-index: 2; }
 
 .value-card.right {
   background-color: #e3eff9;
   padding-right: 0; }
 
 @media (min-width: 768px) {
   .value-card.right {
     padding-right: 15px; } }
 
 .page-diversity-inclusion {
   /*    .clip-copy {
         padding: 60px 15px 15px;
         margin-top: -65px;
 
         @include media-breakpoint-up(md) {
             padding: 90px 70px 30px;
         }
 
         p {
             font-size: rem(20px);
             text-align: left;
         }
     }*/ }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/dei/DEI-Hero.jpg);
     background-repeat: no-repeat;
     background-position: bottom left;
     background-size: auto; } }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .hero-head h1 {
     max-width: 670px;
     margin: 0px auto;
     line-height: 1.3; } }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .hero-head .page-title {
     line-height: 1.3;
     margin-bottom: 10px; } }
 
 .page-diversity-inclusion .cta-btn {
   min-height: 55px;
   height: auto; }
 
 .page-diversity-inclusion .cta-btn:after {
   min-height: 55px;
   height: auto;
   background-size: cover;
   align-self: stretch; }
 
 .page-diversity-inclusion .cta-btn.dl:after {
   background-size: cover; }
 
 .page-diversity-inclusion .framework-wrapper {
   padding-top: 120px; }
 
 .page-diversity-inclusion .framework-wrapper .clipped, .page-diversity-inclusion .framework-wrapper .clipless {
   padding: 35px 25px 25px;
   display: flex;
   justify-content: space-between;
   flex-flow: nowrap column; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .framework-wrapper .clipped, .page-diversity-inclusion .framework-wrapper .clipless {
     margin-bottom: 0;
     padding: 35px 35px 25px; } }
 
 .page-diversity-inclusion .framework-wrapper p {
   font-size: 1.125rem; }
 
 .page-diversity-inclusion .framework-wrapper .img-ring {
   padding: 0.5em; }
 
 .page-diversity-inclusion .framework-wrapper .img-ring.blue {
   border-color: #065baa; }
 
 .page-diversity-inclusion .framework-wrapper .box {
   text-align: center;
   position: relative; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .framework-wrapper .box {
     flex: 0 0 290px; } }
 
 .page-diversity-inclusion .framework-wrapper .box:before {
   position: absolute;
   top: 15px;
   left: 15px;
   margin-top: -160px;
   width: 100%;
   height: 100%;
   content: '';
   z-index: -1; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .framework-wrapper .box:before {
     top: 0;
     left: 0; } }
 
 .page-diversity-inclusion .framework-wrapper .box img {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%, -50%);
   background: white; }
 
 .page-diversity-inclusion .framework-wrapper > [class*="col-"]:not(:first-of-type) .cta-btn {
   height: 54px;
   line-height: 15px; }
 
 .page-diversity-inclusion .framework-wrapper > [class*="col-"]:not(:first-of-type) .cta-btn:after {
   height: 50px; }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .framework-wrapper > [class*="col-"]:not(:first-of-type) {
     padding-top: 22px; } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .framework-wrapper > [class*="col-"] .cta-btn {
     margin-top: 15px; } }
 
 .page-diversity-inclusion .framework-wrapper .clip-horizontal:not(:first-of-type) {
   margin-top: 150px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .framework-wrapper .clip-horizontal:not(:nth-of-type(2)) h5 {
     margin-top: 155px; } }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .framework-wrapper .clip-horizontal:nth-of-type(2) h5 {
     margin-top: 195px; } }
 
 .page-diversity-inclusion .box.bg-blue {
   background-color: #065baa;
   /*&:before {
                 background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/dei/pills-graphic.png);
                 background-repeat: no-repeat;
                 background-position: top left;
             }*/ }
 
 .page-diversity-inclusion .box.bg-red {
   background-color: #d50056;
   /*&:before {
                 background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/dei/money-graphic.png);
                 background-repeat: no-repeat;
                 background-position: top left;
             }*/ }
 
 .page-diversity-inclusion .box.bg-green-darker {
   background-color: #428212;
   /*&:before {
                 background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/dei/globe-graphic.png);
                 background-repeat: no-repeat;
                 background-position: top left;
             }*/ }
 
 .page-diversity-inclusion .box h5 {
   font-size: 1.875rem; }
 
 @media (max-width: 991.98px) {
   .page-diversity-inclusion .box h5 {
     padding: 140px 0px 15px 0px; } }
 
 .page-diversity-inclusion .boxhead {
   clip-path: unset;
   margin-bottom: 0;
   background-color: transparent;
   z-index: 1;
   width: 98%;
   margin-bottom: 15px !important;
   border: 3px solid #ff971b !important; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .boxhead {
     width: 77%; } }
 
 .page-diversity-inclusion .boxhead:after {
   content: unset; }
 
 .page-diversity-inclusion .boxhead > h3 {
   background: white;
   margin: 10px; }
 
 .page-diversity-inclusion .boxhead > h3.page-header {
   padding: 30px 0px;
   margin: 5px; }
 
 .page-diversity-inclusion h3.page-header {
   text-transform: none;
   margin-bottom: 0;
   letter-spacing: 0;
   font-size: 2.5rem;
   line-height: 1.2; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion h3.page-header {
     font-size: 2.8125rem;
     line-height: 1.2; } }
 
 .page-diversity-inclusion h3.page-header > strong, .page-diversity-inclusion .perspectives .blog-content .references ol h3.page-header > li::marker, .perspectives .blog-content .references ol .page-diversity-inclusion h3.page-header > li::marker {
   font-weight: 900; }
 
 .page-diversity-inclusion h5.page-header {
   line-height: 1;
   color: #1b365d;
   font-size: 2.25rem;
   margin: 0; }
 
 .page-diversity-inclusion h5.page-header > strong, .page-diversity-inclusion .perspectives .blog-content .references ol h5.page-header > li::marker, .perspectives .blog-content .references ol .page-diversity-inclusion h5.page-header > li::marker {
   font-weight: 900; }
 
 .page-diversity-inclusion .dei-approach {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-approach {
     flex-wrap: nowrap;
     width: 921px; } }
 
 .page-diversity-inclusion .dei-approach .header-frame {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: -100px;
   padding: 5px;
   width: 234px;
   height: 234px;
   border-radius: 50%;
   border: 3px solid #FF981C;
   background-color: white;
   z-index: 2; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-approach .header-frame {
     margin-top: 70px;
     margin-right: -117px;
     margin-bottom: 0;
     padding: 10px; } }
 
 .page-diversity-inclusion .dei-approach .clipped, .page-diversity-inclusion .dei-approach .clipless {
   margin: 0;
   width: 800px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-approach .clipped, .page-diversity-inclusion .dei-approach .clipless {
     width: 800px; } }
 
 .page-diversity-inclusion .dei-approach .clipped .content-wrap, .page-diversity-inclusion .dei-approach .clipless .content-wrap {
   padding: 115px 30px 40px 30px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-approach .clipped .content-wrap, .page-diversity-inclusion .dei-approach .clipless .content-wrap {
     padding: 115px 55px 40px 30px; } }
 
 .page-diversity-inclusion .dei-approach .clipped .content-wrap p, .page-diversity-inclusion .dei-approach .clipless .content-wrap p {
   font-size: 1.25rem;
   line-height: 1.3; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-approach .clipped .content-wrap p, .page-diversity-inclusion .dei-approach .clipless .content-wrap p {
     font-size: 1.125rem;
     line-height: 1.2;
     letter-spacing: initial; } }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-approach .clipped .content-wrap, .page-diversity-inclusion .dei-approach .clipless .content-wrap {
     padding: 35px 45px 40px 145px; } }
 
 .page-diversity-inclusion .dei-report {
   display: flex;
   flex-direction: column;
   margin: 50px auto;
   padding: 45px 15px 25px 15px;
   border: 2px solid #FF981C; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-report {
     flex-direction: row;
     justify-content: space-evenly;
     align-items: center;
     /*margin: 45px 0 80px 120px;*/
     margin: 45px 0 80px 0;
     padding: unset;
     min-height: 240px; } }
 
 .page-diversity-inclusion .dei-report h4 {
   margin: 0 0 15px 0;
   font-size: 1.5rem;
   line-height: 1.2;
   text-transform: capitalize; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-report h4 {
     margin: 25px 0 15px 0; } }
 
 .page-diversity-inclusion .dei-report .dei-badge {
   margin-bottom: 25px;
   width: 110px;
   height: 110px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-report .dei-badge {
     margin-bottom: 25px; } }
 
 .page-diversity-inclusion .dei-report .dei-badge img {
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-report .dei-content {
     width: 570px; } }
 
 .page-diversity-inclusion .dei-report .dei-content .pdf-link {
   font-size: 1rem; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-report .dei-content .pdf-link {
     font-size: 1.125rem; } }
 
 .page-diversity-inclusion .about-us {
   padding: 20px 10px;
   color: #0056AF; }
 
 .page-diversity-inclusion .about-us:before {
   content: "";
   position: relative;
   display: block;
   margin: 35px auto 20px;
   width: 81px;
   height: 81px;
   border-radius: 50%;
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/responsibility/DEI/quoticon.svg") no-repeat 0 0; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .about-us:before {
     margin: 65px auto 20px; } }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .about-us {
     padding: 0; } }
 
 .page-diversity-inclusion .about-us p {
   font-size: 1.25rem; }
 
 .page-diversity-inclusion .about-us .cta-btn {
   margin-top: 40px; }
 
 .page-diversity-inclusion .rng-title {
   font-size: 1.5rem;
   color: #1B365D; }
 
 .page-diversity-inclusion .rng-title > strong, .page-diversity-inclusion .perspectives .blog-content .references ol .rng-title > li::marker, .perspectives .blog-content .references ol .page-diversity-inclusion .rng-title > li::marker {
   font-size: 1.5rem;
   font-weight: 900; }
 
 .page-diversity-inclusion .rng-title > span {
   display: block; }
 
 .page-diversity-inclusion .dei-wrapper {
   padding: 40px 0px 20px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .dei-wrapper {
     margin: 0px 130px;
     padding: 80px 0px 20px; } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .dei-wrapper h3 {
     margin-bottom: 20px; } }
 
 .page-diversity-inclusion .resource-wrapper {
   padding: 0 0px 30px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .resource-wrapper {
     margin: 60px 90px;
     padding: 10px 0px 30px; } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .resource-wrapper h3 {
     margin-bottom: 20px; } }
 
 .page-diversity-inclusion .video-section {
   margin-top: 65px; }
 
 .page-diversity-inclusion .video-section .video-play-btn {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 2;
   width: 100%;
   height: auto;
   border: 4px solid #1b365d;
   border-radius: 25px; }
 
 .page-diversity-inclusion .video-section .play-video-btn {
   background-image: linear-gradient(#107fcd, #065baa);
   width: 70px;
   height: 70px; }
 
 .page-diversity-inclusion .video-section .play-video-btn:before {
   width: 60px;
   height: 60px; }
 
 .page-diversity-inclusion .video-section .video-player {
   padding: 5px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .video-section .video-player {
     margin: -15px 0px 0px -15px; } }
 
 .page-diversity-inclusion .video-section .video-player img {
   height: auto;
   background: white;
   border-radius: 25px; }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .video-section .video-player:after {
     content: '';
     position: absolute;
     top: calc(100% - 35px);
     left: -50%;
     width: calc(100% + 30px);
     height: 3px;
     background: #1b355d;
     width: calc(100vw + 100%); } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .video-section > [class*="col-"]:first-of-type {
     order: 2; } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .video-section .over-hidden {
     overflow: hidden; } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .vid-copy {
     padding-top: 20px; } }
 
 .page-diversity-inclusion .vid-copy p:last-of-type {
   font-size: 1rem;
   margin: 0px 40px;
   line-height: 1.4; }
 
 .page-diversity-inclusion .vid-separator {
   margin: 0;
   width: 100%;
   border-top: 3px solid #1b365d; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .vid-separator {
     margin: 15px 0px 15px -15px;
     width: 475px; } }
 
 .page-diversity-inclusion .tab-title {
   font-size: 1.5rem;
   font-weight: 700;
   font-family: "Roboto Condensed"; }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .tab-title {
     display: inline-block;
     margin-bottom: 20px; } }
 
 .page-diversity-inclusion .regeneron-tabs {
   display: flex;
   flex-flow: column nowrap;
   position: relative; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .regeneron-tabs {
     margin: 30px auto 50px;
     justify-content: center;
     flex-direction: row-reverse; } }
 
 .page-diversity-inclusion .regeneron-tabs .nav-tabs .nav-link.active {
   background-color: #9BD3DD;
   color: #065baa; }
 
 .page-diversity-inclusion .regeneron-tabs .nav-tabs .nav-link .nav-item.show .nav-link {
   background-color: #9BD3DD;
   color: #065baa; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .regeneron-tabs .tab-content > .active {
     margin-top: 65px; } }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .regeneron-tabs .tab-content p {
     margin: 50px 0px 25px; } }
 
 .page-diversity-inclusion .regeneron-tabs .tab-content img {
   margin-bottom: 40px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .regeneron-tabs .tab-content img {
     margin: 0px auto;
     max-width: 555px; } }
 
 .page-diversity-inclusion .regeneron-tabs:before {
   content: '';
   position: absolute;
   top: -5px;
   left: -5px;
   z-index: 1;
   background-color: rgba(0, 0, 0, 0.3);
   box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
   opacity: 0.3;
   filter: blur(8px); }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .regeneron-tabs:before {
     width: 651px;
     height: calc(100% + 10px); } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .regeneron-tabs:before {
     width: calc(100% + 5px);
     height: 680px;
     overflow: hidden; } }
 
 .page-diversity-inclusion #regenTabs {
   background-color: white;
   border: none; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion #regenTabs {
     z-index: 0;
     width: 280px; } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion #regenTabs {
     order: 2;
     margin-top: 10px; } }
 
 .page-diversity-inclusion #regenTabs li {
   display: block;
   background-color: inherit;
   color: black;
   padding: 22px 16px;
   width: 100%;
   border: none;
   outline: none;
   text-align: left;
   padding: 0;
   cursor: pointer;
   transition: 0.3s; }
 
 .page-diversity-inclusion #regenTabs li a {
   background: #ebf6f8;
   color: #065BAB;
   padding: 1.3rem;
   font-size: 1.5rem;
   border-radius: 0;
   margin-bottom: 10px;
   z-index: 1;
   font-family: "Roboto Condensed"; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion #regenTabs li a {
     padding: 1.3rem 1.3rem 1.3rem 4.1rem; } }
 
 .page-diversity-inclusion #regenTabs li a:hover, .page-diversity-inclusion #regenTabs li a.underline, .page-diversity-inclusion #regenTabs li .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-diversity-inclusion #regenTabs li a, .page-diversity-inclusion #regenTabs li .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-diversity-inclusion #regenTabs li a {
   box-shadow: none;
   background-color: #ebf6f8; }
 
 .page-diversity-inclusion #regenTabs li a.active {
   background-color: #9ad3dd; }
 
 .page-diversity-inclusion #regenTabs li a > strong, .page-diversity-inclusion #regenTabs li .perspectives .blog-content .references ol a > li::marker, .perspectives .blog-content .references ol .page-diversity-inclusion #regenTabs li a > li::marker {
   font-weight: 900; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion #regenTabs li:last-of-type {
     margin-bottom: 120px; } }
 
 .page-diversity-inclusion #regenTabs .tab-pane.active {
   display: flex;
   height: 100%; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion #regenTabs .tab-pane.active {
     justify-content: space-between;
     flex-flow: nowrap column;
     max-height: 550px; } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion #regenTabs .tab-pane p {
     margin-bottom: 0; } }
 
 .page-diversity-inclusion #regenTabs .clipped {
   -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%); }
 
 .page-diversity-inclusion .callout-wrapper {
   padding: 120px 0px 35px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .callout-wrapper {
     padding: 120px 0px 60px; } }
 
 .page-diversity-inclusion .ring-wrapper {
   position: relative;
   width: 100%;
   clip-path: none;
   margin: 0; }
 
 .page-diversity-inclusion .ring-wrapper .clipped, .page-diversity-inclusion .ring-wrapper .clipless {
   padding: 115px 20px 50px 20px; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .ring-wrapper .clipped, .page-diversity-inclusion .ring-wrapper .clipless {
     max-width: 800px;
     padding: 25px 280px 35px 55px;
     margin-left: 0; } }
 
 .page-diversity-inclusion .ring-wrapper .img-ring {
   width: 196px;
   height: 196px;
   top: 0;
   right: 50%;
   z-index: 1;
   position: absolute;
   padding: 0.5rem; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion .ring-wrapper .img-ring {
     width: 355px;
     height: 355px;
     top: -60px;
     right: 0px; } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .ring-wrapper .img-ring {
     transform: translate(50%, -50%); } }
 
 .page-diversity-inclusion .ring-wrapper h3 {
   margin-bottom: 15px; }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion .ring-wrapper .cta-btn {
     margin-top: 15px; } }
 
 .page-diversity-inclusion #tabContent {
   background: #cce7ec;
   background: -moz-linear-gradient(180deg, #cce7ec 0%, #a1d3dc 100%);
   background: -webkit-linear-gradient(180deg, #cce7ec 0%, #a1d3dc 100%);
   background: linear-gradient(180deg, #cce7ec 0%, #a1d3dc 100%);
   padding: 35px;
   margin: 0;
   border: 0;
   z-index: 1; }
 
 @media (min-width: 768px) {
   .page-diversity-inclusion #tabContent {
     width: 645px; } }
 
 @media (max-width: 767.98px) {
   .page-diversity-inclusion #tabContent {
     clip-path: unset; } }
 
 .page-diversity-inclusion .cta-btn.blue {
   font-size: 1rem; }
 
 .page-diversity-inclusion .cta-btn.blue > em {
   font-size: 1rem; }
 
 .page-diversity-inclusion .cta-btn > em {
   font-size: 1rem; }
 
 /*------------------------------------
   #MEDICAL INQUIRIES
 ------------------------------------*/
 .page-medical-inquiries .page-content {
   background: #fff; }
 
 .page-medical-inquiries .hero-head {
   background: #046ecc url(/web/20240823070942im_/https://www.regeneron.com/content/images/forms/forms-bg-m.png) no-repeat 50% 0;
   margin-top: -100px;
   padding-top: 100px;
   padding-bottom: 20px;
   /* Remove after this after setup as an IF statement */ }
 
 @media (min-width: 768px) {
   .page-medical-inquiries .hero-head {
     background: #046ecc url(/web/20240823070942im_/https://www.regeneron.com/content/images/forms/forms-bg.png) no-repeat 50% 0;
     margin-top: -180px;
     padding-top: 180px;
     padding-bottom: 60px; } }
 
 .page-medical-inquiries .hero-head h2 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1rem;
   font-weight: 300;
   color: #fff;
   line-height: 1.5rem;
   letter-spacing: 0.5rem;
   text-align: center;
   text-shadow: 2px 2px 20px #1b365d;
   text-transform: uppercase;
   padding: 40px 0; }
 
 @media (min-width: 768px) {
   .page-medical-inquiries .hero-head h2 {
     font-size: 2.5rem;
     line-height: 3.125rem;
     letter-spacing: 1.25rem; } }
 
 .page-medical-inquiries .hero-head h3 {
   display: none; }
 
 .page-medical-inquiries h1.blue {
   color: #1b365d;
   font-size: 3rem;
   font-weight: 700;
   line-height: 3.125rem;
   letter-spacing: normal;
   text-align: center;
   text-transform: none;
   margin: 0 0 20px; }
 
 @media (min-width: 768px) {
   .page-medical-inquiries h1.blue {
     display: flex;
     align-items: center;
     text-align: left; } }
 
 .page-medical-inquiries form {
   position: relative; }
 
 .page-medical-inquiries .blue-box {
   background: #065baa;
   color: #fff;
   padding: 1.63rem 1.20rem;
   position: absolute;
   bottom: 0px;
   left: 77px;
   border: 2px solid #065baa; }
 
 .page-medical-inquiries .blue-box i:after {
   top: -10px;
   left: -3px; }
 
 .page-contact-us {
   /*------------------------------------*\
   #UTILITY
 \*------------------------------------*/ }
 
 .page-contact-us .hero-head {
   background: #046ecc url(/web/20240823070942im_/https://www.regeneron.com/content/images/forms/forms-bg-m.png) no-repeat 50% 0;
   margin-top: -100px;
   padding-top: 100px;
   padding-bottom: 20px; }
 
 @media (min-width: 768px) {
   .page-contact-us .hero-head {
     background: #046ecc url(/web/20240823070942im_/https://www.regeneron.com/content/images/forms/forms-bg.png) no-repeat 50% 0;
     margin-top: -180px;
     padding-top: 180px;
     padding-bottom: 60px; } }
 
 .page-contact-us .hero-head h2 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1rem;
   font-weight: 300;
   color: #fff;
   line-height: 1.5rem;
   letter-spacing: 0.5rem;
   text-align: center;
   text-shadow: 2px 2px 20px #1b365d;
   text-transform: uppercase;
   padding: 40px 0; }
 
 @media (min-width: 768px) {
   .page-contact-us .hero-head h2 {
     font-size: 1.25rem;
     line-height: 3.125rem;
     letter-spacing: 0.625rem; } }
 
 .page-contact-us .page-content {
   background: #fff; }
 
 .page-contact-us .title-container {
   margin: 0 -15px 30px -40px; }
 
 .page-contact-us .title-container h2.title {
   position: relative;
   display: flex;
   align-items: center;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 2.375rem;
   line-height: 1.1;
   color: #fff;
   max-width: 370px;
   height: 60px;
   background-image: linear-gradient(270deg, #002071 0%, #065BAA 100%);
   box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.11);
   border-radius: 28px 0 28px 0;
   margin: 0;
   padding-left: 60px;
   z-index: 2; }
 
 @media (min-width: 576px) {
   .page-contact-us .title-container h2.title {
     max-width: 308px;
     justify-content: center;
     padding-left: 0; }
   .page-contact-us .title-container h2.title.title2 {
     max-width: 390px; } }
 
 .page-contact-us .title-container .bg-blue-light {
   position: relative;
   background: #E7F2F9;
   box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.11);
   border-radius: 0 0 50px 0;
   margin: -25px 0 0 20px;
   padding: 50px 40px 20px;
   z-index: 1; }
 
 .page-contact-us .title-container .bg-blue-light p {
   font-size: 1.125rem; }
 
 .page-contact-us .title-container .bg-blue-light .break-word {
   word-break: break-all; }
 
 @media (min-width: 576px) {
   .page-contact-us .title-container {
     margin-left: 0; } }
 
 .page-contact-us #contactUsForm {
   display: flex;
   flex-direction: column; }
 
 .page-contact-us #contactUsForm > * {
   order: 1; }
 
 .page-contact-us #contactUsForm .candiate-support {
   order: 0;
   margin-bottom: 0; }
 
 @media (min-width: 576px) {
   .page-contact-us #contactUsForm .candiate-support {
     order: 1; } }
 
 .page-contact-us #contactUsForm .pill-cta {
   border: 0; }
 
 .page-contact-us #contactUsForm .pill-cta:focus-visible {
   outline: 3px solid #78BE20;
   outline-offset: 3px; }
 
 .page-contact-us .callout-box.red-dark {
   border-color: #950051; }
 
 .page-contact-us .callout-box.red-dark:after {
   border-color: #950051; }
 
 .page-contact-us .contact-header {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   letter-spacing: inherit;
   color: #1b365d;
   text-transform: none;
   padding-left: 0px; }
 
 .page-contact-us .contact-callout {
   padding: 40px 20px; }
 
 @media (min-width: 768px) {
   .page-contact-us .contact-callout {
     padding: 40px 50px; } }
 
 .page-contact-us .contact-callout .card {
   border: none; }
 
 .page-contact-us .contact-callout .card .card-body {
   padding: 0px; }
 
 .page-contact-us .contact-callout .card .card-body address a {
   font-style: italic;
   font-weight: bold; }
 
 .page-contact-us .btn-lg, .page-contact-us .btn-group-lg > .btn {
   font-size: 1rem;
   line-height: 1.32; }
 
 .page-contact-us .blue-box {
   background: #065baa;
   color: #fff;
   padding: 1.35rem 1.20rem;
   position: absolute;
   bottom: 0px;
   left: 82px;
   border: 2px solid #065baa; }
 
 .page-contact-us .blue-box i:after {
   top: -10px;
   left: -3px; }
 
 .page-contact-us .submit-group {
   display: flex;
   width: 50%;
   align-items: center;
   justify-content: space-between; }
 
 @media (min-width: 768px) {
   .page-contact-us .submit-group {
     width: 30%; } }
 
 .page-contact-us .submit-group .btn.btn-primary.btn-lg, .page-contact-us .submit-group .btn-group-lg > .btn.btn-primary {
   width: 100%; }
 
 .page-contact-us .submit-group .blue-box {
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   bottom: inherit;
   left: inherit;
   padding: 1px;
   width: 47px;
   height: 48px;
   background-color: #065baa;
   border-top: 2px solid #065baa;
   border-bottom: 2px solid #065baa;
   border-left: none; }
 
 .page-contact-us .submit-group .blue-box i {
   position: relative; }
 
 .page-contact-us .submit-group .blue-box i:after {
   content: "";
   display: block;
   position: relative;
   left: initial;
   top: initial;
   width: 10px;
   height: 18px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0; }
 
 .page-contact-us .USA-locations address p {
   color: #950051; }
 
 .page-contact-us .euro-locations address p {
   color: #3CA00C; }
 
 .page-contact-us .page-wrapper h2 {
   font-weight: 700; }
 
 @media (min-width: 768px) {
   .page-contact-us .page-wrapper h2 i.icon-location {
     vertical-align: middle; } }
 
 .page-contact-us .candiate-support .clipped.bg-blue-cu {
   background-image: linear-gradient(#107fcd, #065baa); }
 
 .page-contact-us .disclaimer-block {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
   gap: 1rem;
   color: #fff;
   padding: 20px; }
 
 @media (min-width: 768px) {
   .page-contact-us .disclaimer-block {
     flex-direction: row;
     align-items: flex-start; } }
 
 .page-contact-us .disclaimer-block figure {
   width: 55px; }
 
 .page-contact-us .disclaimer-block figure > img {
   width: 100%; }
 
 .page-contact-us .disclaimer-block p {
   font-size: 1rem; }
 
 @media (min-width: 768px) {
   .page-contact-us .disclaimer-block p {
     width: 395px; } }
 
 .page-contact-us .disclaimer-block a {
   color: #fff;
   word-break: break-word; }
 
 .page-contact-us .page-landing-callout:before {
   top: 30px; }
 
 @media (min-width: 768px) {
   .page-contact-us .page-landing-callout:before {
     top: 22px; } }
 
 /*------------------------------------
   #COLLABORATIONS
 ------------------------------------*/
 .page-collaborations .page-content .page-wrapper {
   padding: 40px 0 0px 0; }
 
 @media (min-width: 768px) {
   .page-collaborations .page-content .page-wrapper {
     padding: 40px 0 80px 0; } }
 
 .page-collaborations #main-content .current-collaborations .academic-research a {
   box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
 
 .page-collaborations .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/collaborations/collaboration-bg.png); }
 
 .page-collaborations .cta-btn.blue {
   /*margin: 0 0 60px 48px;*/ }
 
 .page-collaborations .cta-group {
   margin-top: 25px;
   margin-bottom: 50px; }
 
 @media (min-width: 768px) {
   .page-collaborations .cta-group {
     gap: 95px;
     margin-top: 60px;
     margin-bottom: 0; } }
 
 @media (min-width: 768px) {
   .page-collaborations .cta-group-img {
     width: 187px; } }
 
 .page-collaborations .cta-group-info > .cta-btn {
   margin: 0; }
 
 .page-collaborations .section-header {
   font-size: 2.375rem;
   margin-bottom: 25px; }
 
 .page-collaborations .lead-intro, .page-collaborations .our-platforms, .page-collaborations .biz-dev,
 .page-collaborations .our-collaborations, .page-collaborations .current-collaborations,
 .page-collaborations .partners {
   margin: -15px -15px 25px -15px; }
 
 .page-collaborations .lead-intro {
   position: relative;
   margin: -40px -15px 50px -15px;
   padding: 40px 0 0 0;
   background-image: linear-gradient(180deg, rgba(155, 211, 221, 0.56) 0%, rgba(204, 231, 236, 0.56) 100%);
   background-position: left top, left top;
   background-repeat: no-repeat, repeat; }
 
 .page-collaborations .lead-intro .container {
   margin-bottom: -50px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .lead-intro .container {
     margin-bottom: 0px; } }
 
 .page-collaborations .lead-intro .jump-to-link {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   margin-bottom: 20px;
   padding: 5px 8px;
   width: 100%;
   color: #fff;
   line-height: 1;
   background-color: #065BAA;
   border-radius: 32px;
   /*&:focus-visible {
                 outline: 2px solid red;
             }*/ }
 
 @media (min-width: 768px) {
   .page-collaborations .lead-intro .jump-to-link {
     margin-bottom: 30px;
     padding: 5px 15px;
     width: fit-content; } }
 
 .page-collaborations .lead-intro .jump-to-link:after {
   content: '';
   display: inline-block;
   width: 10px;
   height: 17px;
   background-color: #fff;
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/global/icon_cta-caret_white.svg") no-repeat 0 0; }
 
 .page-collaborations .lead-intro .jump-to-link:hover, .page-collaborations .lead-intro a.jump-to-link.underline, .page-collaborations .lead-intro .page-terms-of-use #main-content a.jump-to-link, .page-terms-of-use #main-content .page-collaborations .lead-intro a.jump-to-link, .page-collaborations .lead-intro .page-social-media-terms #main-content a.jump-to-link, .page-social-media-terms #main-content .page-collaborations .lead-intro a.jump-to-link {
   box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.4); }
 
 .page-collaborations .lead-intro .wave-bottom {
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg) scaleX(-1); }
 
 .page-collaborations .lead-intro .wave-bottom svg {
   width: 150%;
   height: 150px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .lead-intro .wave-bottom svg {
     height: 75px; } }
 
 .page-collaborations .lead-intro .wave-bottom .shape-fill {
   fill: #fff; }
 
 .page-collaborations .tandem-cta {
   display: flex;
   gap: 30px;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .page-collaborations .tandem-cta {
     flex-direction: row; } }
 
 .page-collaborations .collaborator-leads {
   flex-basis: 50%;
   margin-top: 85px;
   padding: 0 20px 15px 20px;
   border-style: solid;
   border-width: 2px; }
 
 @media (min-width: 768px) {
   .page-collaborations .collaborator-leads {
     padding: 0 40px 15px 50px; } }
 
 .page-collaborations .collaborator-leads.topaz {
   border-color: #ff981c; }
 
 .page-collaborations .collaborator-leads.topaz figure {
   border-color: #ff981c; }
 
 .page-collaborations .collaborator-leads.rubine {
   border-color: #d50056; }
 
 .page-collaborations .collaborator-leads.rubine figure {
   border-color: #d50056; }
 
 .page-collaborations .collaborator-leads > figure {
   display: flex;
   justify-content: center;
   align-items: center;
   margin: -85px auto 15px auto;
   padding: 5px;
   width: 130px;
   height: 130px;
   border-style: solid;
   border-width: 2px;
   border-radius: 50%;
   overflow: hidden; }
 
 @media (min-width: 768px) {
   .page-collaborations .collaborator-leads > figure {
     width: 174px;
     height: 174px; } }
 
 .page-collaborations .collaborator-leads > figure > img {
   max-width: 100%;
   border-radius: 50%; }
 
 .page-collaborations .collaborator-leads .collaborator-leads-title {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   color: #065baa;
   line-height: 1.2; }
 
 .page-collaborations .our-platforms {
   min-height: 500px; }
 
 .page-collaborations .platform-and-expertise {
   margin-top: 30px;
   padding: 40px 15px;
   color: #fff;
   /*background-image: $gradient-blue;*/
   background-image: linear-gradient(180deg, #065baa 0%, #002071 100%); }
 
 @media (min-width: 768px) {
   .page-collaborations .platform-and-expertise {
     padding: 40px 50px; } }
 
 .page-collaborations .platform-and-expertise .platform-groups {
   display: flex;
   gap: 40px 100px;
   flex-wrap: wrap;
   justify-content: center; }
 
 .page-collaborations .platform-and-expertise .platform-groups .platform-item {
   display: inline-block;
   width: 307px;
   text-align: center; }
 
 .page-collaborations .platform-and-expertise .platform-groups .platform-item p {
   font-size: 16px; }
 
 .page-collaborations .platform-and-expertise .platform-groups .platform-item a.platform-links {
   display: flex;
   align-items: center;
   margin: 0 auto;
   width: fit-content;
   color: #fff;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   font-style: italic;
   box-shadow: none !important; }
 
 .page-collaborations .platform-and-expertise .platform-groups .platform-item a.platform-links .platform-links-symbol {
   font-style: normal; }
 
 .page-collaborations .platform-and-expertise .platform-groups .platform-item a.platform-links:after {
   content: '';
   display: inline-block;
   width: 20px;
   height: 20px;
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/icon-arrow-white.svg") no-repeat 100% 0; }
 
 .page-collaborations .platform-and-expertise .platform-groups .platform-item > img {
   width: 168px;
   height: 168px;
   margin: 0 0 20px;
   padding: 5px;
   border-radius: 50%;
   border: 2px solid #fff; }
 
 .page-collaborations .biz-dev {
   min-height: 500px;
   background-image: linear-gradient(180deg, rgba(155, 211, 221, 0.56) 0%, rgba(204, 231, 236, 0.56) 100%); }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev {
     margin: -40px -15px 50px -15px; } }
 
 .page-collaborations .biz-dev .wave-top {
   margin-bottom: 50px;
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg); }
 
 .page-collaborations .biz-dev .wave-top .shape-fill {
   fill: #fff; }
 
 .page-collaborations .biz-dev .wave-top svg {
   position: relative;
   display: block;
   width: calc(130% + 1.3px);
   height: 50px; }
 
 @media (min-width: 768px) {
   .page-collaborations .biz-dev .wave-top svg {
     height: 75px; } }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .section-header {
     line-height: 60px; } }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .our-strategy {
     padding-right: 100px; } }
 
 .page-collaborations .biz-dev .strategy-triangle {
   align-items: center;
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/collaborations/bg_strategy-tri.png") no-repeat center center;
   display: flex;
   flex-direction: column;
   height: 593px;
   justify-content: center;
   margin: 30px auto;
   padding: 80px 0 0;
   width: 880px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .strategy-triangle {
     align-items: flex-start;
     background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/collaborations/bg_strategy-tri-m.png") no-repeat bottom right -380px;
     height: auto;
     margin: -160px -15px 30px;
     padding: 180px 15px 30px;
     width: auto; } }
 
 .page-collaborations .biz-dev .strategy-triangle--item {
   align-items: center;
   background: rgba(255, 255, 255, 0.98);
   box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
   display: flex;
   flex-direction: row;
   gap: 12px;
   justify-content: center;
   padding: 40px 20px;
   width: 445px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .strategy-triangle--item {
     padding: 20px;
     width: calc(100% - 30px); } }
 
 .page-collaborations .biz-dev .strategy-triangle--item p {
   font-size: 1rem;
   margin: 0;
   padding: 0; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .strategy-triangle--item p {
     font-size: 0.875rem; } }
 
 .page-collaborations .biz-dev .strategy-triangle--item .tri-new,
 .page-collaborations .biz-dev .strategy-triangle--item .tri-exploring,
 .page-collaborations .biz-dev .strategy-triangle--item .tri-addressing {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.25rem;
   font-weight: 700; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .strategy-triangle--item .tri-new,
   .page-collaborations .biz-dev .strategy-triangle--item .tri-exploring,
   .page-collaborations .biz-dev .strategy-triangle--item .tri-addressing {
     font-size: 1.125rem; } }
 
 .page-collaborations .biz-dev .strategy-triangle--item .tri-new {
   color: #3CA00C;
   font-size: 3.875rem; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .strategy-triangle--item .tri-new {
     font-size: 3.25rem; } }
 
 .page-collaborations .biz-dev .strategy-triangle--item .tri-exploring {
   color: #D50056; }
 
 .page-collaborations .biz-dev .strategy-triangle--item .tri-addressing {
   color: #065BAA; }
 
 .page-collaborations .biz-dev .strategy-triangle--group {
   display: flex;
   flex-direction: row;
   margin-top: 80px;
   position: relative;
   gap: 12px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .strategy-triangle--group {
     flex-direction: column;
     margin-top: 50px; } }
 
 .page-collaborations .biz-dev .strategy-triangle--group:before {
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/collaborations/strategy-tri-arrow.png") no-repeat center center;
   content: '';
   height: 16px;
   left: 237px;
   position: absolute;
   top: -36px;
   width: 307px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .strategy-triangle--group:before {
     bottom: 180px;
     left: auto;
     right: -145px;
     top: auto;
     transform: rotate(-90deg); } }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .strategy-triangle--group:after {
     background: #ffffff;
     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
     content: '';
     height: 4px;
     left: 50%;
     position: absolute;
     top: -27px;
     transform: translateX(-50%);
     width: 253px; } }
 
 .page-collaborations .biz-dev .strategy-triangle--group .strategy-triangle--item {
   padding: 20px;
   width: 394px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .strategy-triangle--group .strategy-triangle--item {
     width: calc(100% - 30px); } }
 
 .page-collaborations .biz-dev .wave-bottom {
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg) scaleX(-1); }
 
 .page-collaborations .biz-dev .wave-bottom .shape-fill {
   fill: #fff; }
 
 .page-collaborations .biz-dev .wave-bottom svg {
   width: 150%;
   height: 150px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .biz-dev .wave-bottom svg {
     height: 75px; } }
 
 .page-collaborations .our-collaborations {
   min-height: 500px; }
 
 .page-collaborations .our-collaborations .our-collaborators {
   display: flex;
   gap: 25px;
   flex-direction: column;
   align-items: center;
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .our-collaborators {
     flex-direction: row;
     align-items: center; } }
 
 .page-collaborations .our-collaborations .our-collaborators figure {
   position: relative;
   margin: 0;
   padding: 5px;
   width: 250px;
   border: 2px solid #d50056;
   border-radius: 50%;
   background-color: #fff;
   z-index: 2; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .our-collaborators figure {
     width: 289px; } }
 
 .page-collaborations .our-collaborations .our-collaborators figure > img {
   max-width: 100%; }
 
 .page-collaborations .our-collaborations .our-collaborators .collaborators-content {
   margin-top: 0;
   width: 100%;
   padding: 0 15px; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .our-collaborators .collaborators-content {
     margin-top: 25px;
     padding: 0;
     width: 600px; } }
 
 .page-collaborations .our-collaborations .our-collaborators .collaborators-content.head {
   font-size: 1.75rem;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   color: #d50056; }
 
 .page-collaborations .our-collaborations .our-collaborators .collaborators-content.head:after {
   content: '';
   position: relative;
   z-index: 1;
   display: block;
   margin-top: 25px;
   margin-left: 0;
   width: calc(100% + 0px);
   height: 2px;
   background-color: #d50056; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .our-collaborators .collaborators-content.head:after {
     margin-left: -100px;
     width: calc(100% + 100px); } }
 
 .page-collaborations .our-collaborations .featured-stories {
   display: flex;
   flex-flow: column nowrap;
   justify-content: flex-start;
   flex-direction: column-reverse;
   margin: 25px auto 50px auto; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .featured-stories {
     margin: 30px auto 50px auto;
     flex-flow: column nowrap;
     justify-content: center;
     flex-direction: row-reverse; } }
 
 @media (min-width: 992px) {
   .page-collaborations .our-collaborations .featured-stories {
     width: 960px; } }
 
 @media (min-width: 1200px) {
   .page-collaborations .our-collaborations .featured-stories {
     width: 1110px; } }
 
 .page-collaborations .our-collaborations .featured-stories .tab-content {
   width: 100%;
   height: 100%;
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%);
   color: #fff;
   padding: 0 15px; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .featured-stories .tab-content {
     padding: 40px;
     width: 730px;
     min-height: 815px; } }
 
 .page-collaborations .our-collaborations .featured-stories .tab-content .content-wrap-head {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 25px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .our-collaborations .featured-stories .tab-content .content-wrap-head {
     flex-direction: column; } }
 
 .page-collaborations .our-collaborations .featured-stories .tab-content .content-wrap-head figure {
   width: 210px;
   height: 210px;
   padding: 5px;
   border: 2px solid #fff;
   border-radius: 50%; }
 
 .page-collaborations .our-collaborations .featured-stories .tab-content .content-wrap-head figure > img {
   max-width: 100%; }
 
 .page-collaborations .our-collaborations .featured-stories .tab-content .content-wrap-head .content-wrap {
   padding-right: 75px;
   width: 415px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .our-collaborations .featured-stories .tab-content .content-wrap-head .content-wrap {
     padding: 0;
     width: auto; } }
 
 .page-collaborations .our-collaborations .featured-stories .tab-content .content-wrap-head .content-wrap p {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1.4; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .featured-stories .tab-content .content-wrap-head .content-wrap p {
     font-size: 1.75rem; } }
 
 .page-collaborations .our-collaborations .featured-stories .tab-content .tab-pane:focus-visible {
   outline: none; }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs {
   flex-flow: column nowrap;
   width: 260px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .our-collaborations .featured-stories #featuredTabs {
     width: 100%; } }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs .tab-content {
   width: 70%; }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs {
   border: 0 none;
   margin-top: 5px; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs {
     margin-top: 0;
     height: auto; } }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link {
   align-items: center;
   justify-content: center;
   padding: 40px 35px;
   height: 68px;
   text-align: center; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link {
     height: auto;
     justify-content: flex-start;
     padding: 20px 20px 20px 30px; } }
 
 @media (max-width: 991.98px) {
   .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link {
     display: flex; } }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link:hover, .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs a.nav-link.underline, .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .page-terms-of-use #main-content a.nav-link, .page-terms-of-use #main-content .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs a.nav-link, .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .page-social-media-terms #main-content a.nav-link, .page-social-media-terms #main-content .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs a.nav-link, .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link:focus {
   border: 0 none;
   box-shadow: none;
   background-color: #9BD3DD; }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-item {
   margin-bottom: 5px; }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-item {
     margin-bottom: 5px; } }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link {
   border: 0 none;
   border-radius: 0;
   background-color: #065BAA;
   color: #fff;
   font-family: "Roboto Condensed", sans-serif; }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link.active {
   background-color: #107FCD; }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link:hover, .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs a.nav-link.underline, .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .page-terms-of-use #main-content a.nav-link, .page-terms-of-use #main-content .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs a.nav-link, .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .page-social-media-terms #main-content a.nav-link, .page-social-media-terms #main-content .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs a.nav-link, .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link:focus {
   background-color: #107FCD; }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link img {
   height: 20px; }
 
 .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link.clipped {
   margin-bottom: 0;
   font-size: 1.5rem;
   font-weight: bold;
   color: #fff;
   background-color: #065BAA;
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%); }
 
 @media (min-width: 768px) {
   .page-collaborations .our-collaborations .featured-stories #featuredTabs.nav-tabs .nav-link.clipped {
     /*margin-bottom: 10px;*/
     clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%); } }
 
 .page-collaborations .current-collaborations {
   min-height: 500px; }
 
 .page-collaborations .current-collaborations h5 {
   font-size: 2.375rem;
   line-height: 3.125rem;
   text-align: center; }
 
 .page-collaborations .current-collaborations .cc-list {
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   justify-content: space-around;
   margin: 0 0 50px; }
 
 @media (min-width: 768px) {
   .page-collaborations .current-collaborations .cc-list {
     flex-direction: row;
     margin: 50px 0; } }
 
 .page-collaborations .current-collaborations .cc-list .cc-item {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   align-items: flex-start;
   justify-content: center;
   margin: 35px 0 35px;
   width: 100%;
   box-shadow: none;
   color: #1b365d; }
 
 @media (min-width: 768px) {
   .page-collaborations .current-collaborations .cc-list .cc-item {
     margin: 0 0 35px;
     width: 33%; } }
 
 .page-collaborations .current-collaborations .cc-list .cc-item figure,
 .page-collaborations .current-collaborations .cc-list .cc-item picture {
   align-items: center;
   display: flex;
   margin: 0;
   width: 200px;
   height: 100px; }
 
 @media (max-width: 991.98px) {
   .page-collaborations .current-collaborations .cc-list .cc-item figure,
   .page-collaborations .current-collaborations .cc-list .cc-item picture {
     height: auto;
     padding: 0 0 20px; } }
 
 .page-collaborations .current-collaborations .cc-list .cc-item figure > img,
 .page-collaborations .current-collaborations .cc-list .cc-item picture > img {
   max-width: 100%; }
 
 .page-collaborations .current-collaborations .cc-list .cc-item figure.six-p > img,
 .page-collaborations .current-collaborations .cc-list .cc-item picture.six-p > img {
   width: 65%; }
 
 .page-collaborations .current-collaborations .cc-list .cc-item figure.seven-p > img,
 .page-collaborations .current-collaborations .cc-list .cc-item picture.seven-p > img {
   width: 75%; }
 
 .page-collaborations .current-collaborations .cc-list .cc-item .cc-item-label {
   display: block;
   width: 80%;
   font-size: 0.875rem;
   line-height: 1.1;
   text-align: center; }
 
 .page-collaborations .current-collaborations .academic-research {
   padding: 40px 15px 0 15px;
   font-size: 1.125rem;
   color: #FFFFFF;
   letter-spacing: 0;
   background-image: linear-gradient(180deg, #D50056 0%, #950051 100%); }
 
 @media (min-width: 768px) {
   .page-collaborations .current-collaborations .academic-research {
     padding: 40px 50px 0 50px; } }
 
 .page-collaborations .current-collaborations .academic-research h5 {
   font-size: 2.75rem;
   line-height: 1.1;
   text-align: left; }
 
 @media (min-width: 768px) {
   .page-collaborations .current-collaborations .academic-research h5 {
     font-size: 2.375rem;
     text-align: center; } }
 
 .page-collaborations .current-collaborations .academic-research .dots-orange {
   margin-left: 0; }
 
 .page-collaborations .current-collaborations .academic-research .dots-orange a {
   color: #fff;
   text-decoration: none;
   transition: all .3s ease-out;
   box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
 
 .page-collaborations .partners {
   margin: -40px -15px 0px -15px;
   min-height: 500px;
   background-image: linear-gradient(180deg, rgba(155, 211, 221, 0.56) 0%, rgba(204, 231, 236, 0.56) 100%);
   padding: 0 15px 80px; }
 
 @media (min-width: 768px) {
   .page-collaborations .partners {
     margin: -40px -15px 50px -15px;
     margin-bottom: -80px; } }
 
 .page-collaborations .partners .container {
   padding: 50px 0 0; }
 
 .page-collaborations .partners .wave-top {
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg); }
 
 .page-collaborations .partners .wave-top .shape-fill {
   fill: #fff; }
 
 .page-collaborations .partners .wave-top svg {
   position: relative;
   display: block;
   width: calc(130% + 1.3px);
   height: 50px; }
 
 @media (min-width: 768px) {
   .page-collaborations .partners .wave-top svg {
     height: 100px; } }
 
 .page-collaborations .partners .tandem-cta {
   gap: 0; }
 
 @media (min-width: 768px) {
   .page-collaborations .partners .tandem-cta {
     gap: 30px; } }
 
 .page-collaborations .partners .border-box {
   display: flex;
   flex-wrap: wrap;
   align-content: stretch;
   margin-bottom: 30px;
   padding: 20px 15px;
   width: 100%;
   min-height: 400px;
   color: #065baa;
   border-style: solid;
   border-width: 2px;
   border-color: #065baa; }
 
 @media (min-width: 768px) {
   .page-collaborations .partners .border-box {
     gap: 15px;
     width: 50%;
     padding: 40px 30px 30px 40px; } }
 
 .page-collaborations .partners .border-box .badge {
   width: 110px;
   height: 110px; }
 
 @media (min-width: 768px) {
   .page-collaborations .partners .border-box .badge {
     width: 80px;
     height: 80px; } }
 
 .page-collaborations .partners .border-box .badge > img {
   max-width: 100%; }
 
 .page-collaborations .partners .border-box .cta-header {
   margin-bottom: 15px;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5625rem;
   font-weight: 700; }
 
 @media (min-width: 768px) {
   .page-collaborations .partners .border-box .cta-header {
     margin-right: -13px;
     font-size: 1.625rem; } }
 
 .page-collaborations .partners .border-box .dots-default {
   list-style-type: disc;
   margin-top: -0.9rem;
   margin-bottom: 1.3rem; }
 
 .page-collaborations .partners .border-box .dots-default li {
   position: relative;
   margin-bottom: 0;
   padding: 0 15px; }
 
 .page-collaborations .partners .border-box .cta-btn.blue {
   margin: 0;
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-collaborations .partners .border-box .cta-btn.blue {
     width: 330px; } }
 
 .page-collaborations .partners .border-box .cta-btn > em {
   padding: 0 25px 0 10px;
   text-align: center; }
 
 @media (min-width: 768px) {
   .page-collaborations .partners .border-box .cta-btn > em {
     text-align: left; } }
 
 .page-collaborations .partners .border-box .border-box-cta {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-end; }
 
 .page-collaborations .partners .border-box .border-box-cta .border-box-footer {
   margin: 10px 0 0; }
 
 @media (min-width: 768px) {
   .page-collaborations .partners .border-box .border-box-cta .border-box-footer {
     margin: 10px 0 -18px 0; } }
 
 .collaborations-no-mobile-padding {
   padding: 0px; }
 
 @media (min-width: 768px) {
   .collaborations-no-mobile-padding {
     display: flex;
     padding: 0px 15px; } }
 
 .collaborations_callout1 {
   margin-top: 100px;
   padding: 100px 15px 0px 15px;
   width: 100%;
   color: #fff; }
 
 .collaborations_callout1-image {
   width: 212px;
   height: 212px;
   top: 0px;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   z-index: 100; }
 
 @media (min-width: 768px) {
   .collaborations_callout1 {
     margin-top: 185px;
     padding: 180px 0px 0px 0px; }
   .collaborations_callout1-image {
     width: 350px;
     height: 350px; } }
 
 .collaborations_callout1 p + p {
   margin-bottom: 1.9rem; }
 
 .collaborations_callout1 .content-wrap {
   padding-bottom: 40px; }
 
 .collaborations_callout2 {
   padding: 20px 15px; }
 
 .collaborations_callout2-image {
   width: 95px;
   height: 95px;
   margin-bottom: 20px; }
 
 .collaborations_callout2 .content-wrap {
   padding: 0px; }
 
 .collaborations_callout2 .content-wrap a.btn {
   margin-bottom: 20px;
   margin-left: 48px; }
 
 @media (min-width: 768px) {
   .collaborations_callout2 {
     padding: 40px 30px 40px 40px; }
   .collaborations_callout2-image {
     width: 110px;
     height: 110px;
     margin-right: 19px; }
   .collaborations_callout2-header {
     align-self: center; }
   .collaborations_callout2 .content-wrap a.btn {
     margin-bottom: 63px; } }
 
 .collaborations_callout3 {
   max-width: 735px;
   color: #fff;
   margin: 100px 0 40px 0;
   padding: 120px 0px 0px 0px; }
 
 .collaborations_callout3-image {
   width: 212px;
   height: 212px;
   top: 0px;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   z-index: 100; }
 
 .collaborations_callout3 .content-wrap {
   padding: 0px; }
 
 @media (min-width: 768px) {
   .collaborations_callout3 {
     padding: 60px 0 60px 45px; }
   .collaborations_callout3-image {
     transform: none;
     left: initial;
     top: 165px;
     right: 0px;
     width: 350px;
     height: 350px; } }
 
 .collaborations_logos div.col-md-4 {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   align-items: center; }
 
 .collaborations_logos .small-text {
   font-size: 0.875rem;
   line-height: 18px;
   margin-top: 10px; }
 
 @media (min-width: 768px) {
   .collaborations_logos {
     margin-bottom: 30px; } }
 
 .random-element {
   opacity: 0.58;
   background-image: linear-gradient(180deg, rgba(155, 211, 221, 0.56) 0%, rgba(204, 231, 236, 0.56) 100%);
   font-family: RobotoCondensed-Bold;
   font-size: 3rem;
   color: #1B365D;
   letter-spacing: 0;
   line-height: 3.125rem;
   border: 2px solid #065BAA;
   border: 2px solid #065BAA;
   font-family: Roboto-BoldItalic;
   font-size: 1rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.125rem;
   font-family: Roboto-Regular;
   font-size: 1.125rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.5rem;
   font-family: Roboto-Regular;
   font-size: 1.125rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.25rem;
   font-family: RobotoCondensed-Bold;
   font-size: 1.625rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 2rem;
   background-image: radial-gradient(circle at 50% 50%, #00B4DA 0%, #017FBA 50%);
   opacity: 0.2;
   background: #FFFFFF;
   border: 2px solid #065BAA;
   border: 2px solid #065BAA;
   font-family: Roboto-BoldItalic;
   font-size: 1rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.125rem;
   font-family: RobotoCondensed-Bold;
   font-size: 1.625rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.5rem;
   font-family: Roboto-Regular;
   font-size: 1.125rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.5rem;
   background-image: radial-gradient(circle at 50% 50%, #00B4DA 0%, #017FBA 50%);
   opacity: 0.2;
   background: #FFFFFF;
   border: 2px solid #065BAA;
   font-family: RobotoCondensed-Bold;
   font-size: 1.625rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 2rem;
   font-family: Roboto-Regular;
   font-size: 1.125rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.5rem;
   border: 2px solid #065BAA;
   font-family: Roboto-BoldItalic;
   font-size: 1rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.125rem;
   background-image: radial-gradient(circle at 50% 50%, #00B4DA 0%, #017FBA 50%);
   opacity: 0.2;
   background: #FFFFFF;
   border: 2px solid #065BAA;
   border: 2px solid #065BAA;
   font-family: Roboto-BoldItalic;
   font-size: 1rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.125rem;
   font-family: RobotoCondensed-Bold;
   font-size: 1.625rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.5rem;
   font-family: Roboto-Regular;
   font-size: 1.125rem;
   color: #065BAA;
   letter-spacing: 0;
   line-height: 1.5rem;
   background-image: radial-gradient(circle at 50% 50%, #00B4DA 0%, #017FBA 50%);
   opacity: 0.2;
   background: #FFFFFF; }
 
 /*------------------------------------
   #MEDICINE LANDING PAGE
 ------------------------------------*/
 .page-medicines .page-pipeline_callout-image {
   padding: 0;
   width: 100px;
   height: auto; }
 
 @media (min-width: 768px) {
   .page-medicines .page-pipeline_callout-image {
     width: 105px; } }
 
 .page-medicines .v-center {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .page-medicines .v-center {
     align-items: inherit;
     margin-bottom: 30px; } }
 
 .clipped-gold {
   background: #ffc656; }
 
 .phone-callout {
   font-size: 1rem; }
 
 @media (min-width: 768px) {
   .phone-callout a[href^="tel:"] {
     color: inherit;
     pointer-events: none;
     text-decoration: none; } }
 
 .pl-10 {
   padding-left: 10px; }
 
 @media (min-width: 768px) {
   .rapid-response .cta-img-callout .img-ring {
     width: 340px;
     padding: 10px; } }
 
 /*.peridot {
     .page-pipeline_callout-image {
         @include media-breakpoint-up(md) {
             transform: translate(-40px, -20px);
             padding-right: 0;
         }
     }
 }*/
 .bg-gold {
   /*   img {
         @include media-breakpoint-up(md) {
             width: 120px;
             padding-left: 0;
         }
     }*/ }
 
 @media (min-width: 768px) {
   .bg-gold h4 {
     margin-bottom: 0; } }
 
 @media (max-width: 767.98px) {
   .page-medicines .clipped:not(.bg-red) {
     margin-bottom: 40px; } }
 
 @media (max-width: 767.98px) {
   .page-medicines .clipped.medical-professionals-container_block5 {
     margin-bottom: 130px; } }
 
 @media (max-width: 767.98px) {
   .page-medicines .clipped h4 {
     /*padding-top: 20px;
             line-height: 32px;*/
     padding-top: 0;
     line-height: 1.2; } }
 
 .page-medicines .clipped.bg-gold {
   /* .page-pipeline_callout-image {
             @include media-breakpoint-down(sm) {
                 width: 90px;
                 height: 110px;
             }
         }*/ }
 
 @media (max-width: 767.98px) {
   .page-medicines .clipped.bg-red h4 {
     margin-bottom: 0px; } }
 
 .page-medicines .clipped.blue .page-pipeline_callout-image {
   /* @include media-breakpoint-up(md) {
                 padding-left: 0;
                 padding-right: 10px;
             }*/ }
 
 @media (max-width: 767.98px) {
   .page-medicines .cta-btn.blue > em {
     padding: 0 10px;
     font-size: 0.875rem; } }
 
 @media (max-width: 767.98px) {
   .cta-img-callout {
     margin-bottom: 155px; } }
 
 @media (min-width: 768px) {
   .card-context {
     margin-top: 15px;
     margin-bottom: 30px; } }
 
 @media (max-width: 767.98px) {
   .card-context {
     margin-top: 15px;
     margin-bottom: 15px; } }
 
 @media (min-width: 768px) {
   .callouts .clipped .content-wrap {
     padding: 40px 40px; } }
 
 @media (max-width: 767.98px) {
   .callouts .clipped .content-wrap {
     /*padding: 0px 20px 40px 20px;*/
     padding: 25px 20px 40px 20px; } }
 
 .callouts .clipped .content-wrap.ect p {
   margin-bottom: 30px;
   padding: unset; }
 
 @media (min-width: 768px) {
   .clipped.blue .content-wrap p {
     padding: 56px 0px; } }
 
 /*.row {
     .rapid-response {
         margin: 20px 0px 10px;
 
         @include media-breakpoint-up(md) {
             margin: 20px 0px 10px;
         }
 
         &:after {
             content: none !important;
         }
     }
 }*/
 @media (min-width: 768px) {
   .callouts .ect-woc .content-wrap {
     padding: 30px 30px 45px;
     min-height: 445px; } }
 
 @media (min-width: 768px) {
   .callouts .woc {
     min-height: 425px; } }
 
 @media (min-width: 768px) {
   .callouts .ect {
     min-height: 425px; } }
 
 @media (min-width: 768px) {
   .callouts {
     padding-top: 30px; } }
 
 .callouts .clipped {
   margin-bottom: 0; }
 
 @media (min-width: 768px) {
   .callouts .clipped {
     min-height: 425px; } }
 
 @media (min-width: 768px) {
   .callouts .page-pipeline_callout-header {
     padding-right: 0px; } }
 
 @media (max-width: 767.98px) {
   .clipped.bg-blue {
     margin-top: 30px; } }
 
 .b-crumbs {
   color: #065BAA;
   font-size: 0.9375rem;
   letter-spacing: -0.01em;
   display: flex;
   align-items: center;
   justify-content: center; }
 
 .b-crumbs .p-15 {
   padding: 0px 15px; }
 
 .b-crumbs a {
   font-weight: 900; }
 
 .b-crumbs a.active {
   text-decoration: underline; }
 
 .b-crumbs a:hover, .b-crumbs a.underline, .b-crumbs .page-terms-of-use #main-content a, .page-terms-of-use #main-content .b-crumbs a, .b-crumbs .page-social-media-terms #main-content a, .page-social-media-terms #main-content .b-crumbs a {
   text-decoration: none; }
 
 .b-crumbs p.active {
   position: relative; }
 
 .b-crumbs p.active:after {
   background: #065baa;
   bottom: 0;
   content: '';
   height: 1.5px;
   left: 50%;
   position: absolute;
   transform: translateX(-50%);
   width: 100%; }
 
 @media (max-width: 376px) {
   .b-crumbs p.active.medicines:after {
     width: 77px; } }
 
 @media (max-width: 411px) {
   .b-crumbs p.active.pipeline:after {
     width: 124px; } }
 
 /* Fixer class for header */
 .break-mobile {
   display: block; }
 
 @media (min-width: 768px) {
   .break-mobile {
     display: none; } }
 
 .v-center {
   display: flex; }
 
 /*
 */
 /* Page title span */
 .title-small {
   font-size: 1.625rem; }
 
 .landing-callout {
   border-color: #ffc656;
   padding: 20px;
   color: #133064;
   position: relative; }
 
 @media (min-width: 768px) {
   .landing-callout {
     padding: 40px 65px 30px 190px; } }
 
 .landing-callout:after {
   border-color: #ffc656; }
 
 .landing-callout .icon {
   width: 65px;
   height: 65px; }
 
 @media (min-width: 768px) {
   .landing-callout .icon {
     position: absolute;
     width: 95px;
     height: 95px;
     left: 60px;
     top: 40px; } }
 
 .landing-callout .landing-header {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 700;
   text-transform: inherit;
   letter-spacing: inherit;
   line-height: 1.5;
   align-self: center;
   margin-left: 20px; }
 
 @media (min-width: 768px) {
   .landing-callout .landing-header {
     margin-left: 0px; } }
 
 .landing-callout .landing-text {
   flex: 0 0 100%;
   font-size: 1.125rem; }
 
 @media (max-width: 767.98px) {
   .landing-callout .landing-text {
     margin-top: 7px; } }
 
 .landing-callout .callout-margin {
   margin: 0 0 10px 115px; }
 
 .landing-callout .landing-button {
   font-size: 1rem;
   font-style: italic;
   font-weight: 700;
   color: #0059AD;
   text-transform: uppercase;
   position: relative;
   min-height: 50px;
   width: 100%;
   max-width: 195px; }
 
 .landing-callout .landing-button a {
   width: 195px;
   line-height: 1.45; }
 
 /*------------------------------------
   #MEDICINES
 ------------------------------------*/
 .page-medicines {
   /*h1 {
         font-family: $roboto-condensed;
         font-size: 16px;
         font-weight: $font-weight-light;
         color: $white;
         line-height: 24px;
         letter-spacing: 8px;
         text-align: center;
         text-transform: uppercase;
         padding: 40px 0;
     }*/ }
 
 .page-medicines .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/medicines-bg-m.png); }
 
 @media (min-width: 768px) {
   .page-medicines .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/medicines-bg.png); } }
 
 .page-medicines h2 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.25rem;
   color: #fff;
   line-height: 2.125rem;
   letter-spacing: 0.15625rem;
   padding: 40px 0; }
 
 .page-medicines .medicine-icon {
   margin-bottom: 20px; }
 
 .page-medicines .no-hover {
   text-decoration: none;
   box-shadow: none;
   transition: none; }
 
 .page-medicines .prescribe-link {
   position: absolute;
   font-style: italic;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 0.875rem;
   line-height: 0.9375rem;
   color: #244EB8;
   margin: 0px;
   bottom: 20px;
   left: 83px;
   text-align: left; }
 
 @media (min-width: 768px) {
   .page-medicines .prescribe-link {
     left: 50px;
     bottom: 15px; } }
 
 .page-medicines .prescribe-link-arrow {
   display: inline;
   width: 6px;
   height: 8px;
   margin: 0 0 3px 3px; }
 
 .page-medicines .navy-text {
   color: #223460; }
 
 @media (min-width: 768px) {
   .page-medicines .page-callout-header.extra-bottom {
     margin-bottom: 10px; }
   .page-medicines .page-landing-callout {
     padding: 10px 60px 10px 40px; }
   .page-medicines .page-landing-callout:before {
     top: 40px;
     right: 37px; } }
 
 .page-medicines .explore-ops, .page-medicines .on-call {
   margin: 40px 0 20px 0; }
 
 @media (min-width: 768px) {
   .page-medicines .explore-ops, .page-medicines .on-call {
     margin: 0; } }
 
 .page-medicines .on-call {
   margin: 40px 0 0 0; }
 
 @media (min-width: 768px) {
   .page-medicines .on-call {
     margin: 0; } }
 
 .page-medicines .rapid-response {
   margin: 20px 0px 10px; }
 
 @media (min-width: 768px) {
   .page-medicines .rapid-response {
     margin: 40px 0px 10px; } }
 
 .page-medicines .rapid-response:after {
   content: none !important; }
 
 .page-medicines .cta-banner {
   display: flex;
   align-items: center;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .page-medicines .cta-banner {
     flex-direction: row; } }
 
 .page-medicines .cta-banner .tel-contact {
   margin: 1rem 0;
   font-weight: bold;
   font-style: italic;
   font-size: 1rem; }
 
 .page-medicines .cta-banner .conjunction {
   padding: 0 20px;
   margin-bottom: 1rem; }
 
 @media (min-width: 768px) {
   .page-medicines .cta-banner .conjunction {
     margin-bottom: 1rem; } }
 
 .page-medicines .prod-related-patents {
   display: flex;
   justify-content: space-evenly; }
 
 @media (min-width: 768px) {
   .page-medicines .prod-related-patents {
     justify-content: center;
     align-items: center; } }
 
 .page-medicines .prod-related-patents:before {
   content: '';
   display: block;
   width: 95px;
   height: 135px;
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/medicines/microscope-w-bg.png);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: 0 40px; }
 
 @media (min-width: 768px) {
   .page-medicines .prod-related-patents:before {
     height: 95px;
     background-position: 0 0; } }
 
 .page-medicines .prod-related-patents > .content-wrap {
   padding: 25px 0;
   width: 55%; }
 
 @media (min-width: 768px) {
   .page-medicines .prod-related-patents > .content-wrap {
     padding: 25px 0 25px 30px;
     width: auto; } }
 
 .page-medicines .prod-related-patents > .content-wrap > a {
   color: white; }
 
 .page-medicines .prod-related-patents .cta-label {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: space-between;
   margin: 1rem 0;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.2; }
 
 @media (min-width: 768px) {
   .page-medicines .prod-related-patents .cta-label {
     flex-direction: row;
     align-items: center;
     width: 100%; } }
 
 .page-medicines .prod-related-patents .cta-label:after {
   content: '';
   display: block;
   margin-top: 1rem;
   margin-left: 0;
   width: 50px;
   height: 50px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/medicines/icon-cta-download-lg.png) no-repeat 0 0;
   background-size: contain; }
 
 @media (min-width: 768px) {
   .page-medicines .prod-related-patents .cta-label:after {
     margin-top: 0;
     margin-left: 45px; } }
 
 .page-medicines .AFEUO-links .more {
   display: block;
   font-size: 1rem;
   font-weight: bold;
   font-style: italic;
   text-transform: uppercase;
   margin-bottom: 10px; }
 
 .page-medicines .AFEUO-links .arrow {
   position: relative;
   left: 0; }
 
 @media (min-width: 768px) {
   .page-medicines .AFEUO-links .arrow {
     left: 0; } }
 
 .page-medicines .AFEUO-links .arrow:after {
   content: '';
   position: absolute;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/blue-arrow.svg) no-repeat 0 0;
   background-size: contain;
   width: 10px;
   height: 17px;
   top: 0px;
   right: 0px; }
 
 .page-medicines .img-fluid {
   width: 286px; }
 
 .page-arcalyst .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/arcalyst-header-mobile.png); }
 
 @media (min-width: 992px) {
   .page-arcalyst .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 @media (min-width: 768px) {
   .page-arcalyst .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/arcalyst-header.png);
     padding-top: 200px;
     padding-bottom: 60px; } }
 
 .page-arcalyst ul.medicine-list li {
   margin-bottom: 5px; }
 
 .page-dupixent .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/dupixent-header-mobile.png); }
 
 @media (min-width: 992px) {
   .page-dupixent .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 @media (min-width: 768px) {
   .page-dupixent .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/dupixent-header.png);
     padding-top: 200px;
     padding-bottom: 60px; } }
 
 .page-dupixent .hero-head .tf-26 {
   font-size: 1.625rem; }
 
 .page-eylea .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/eylea-header-mobile.png); }
 
 @media (min-width: 992px) {
   .page-eylea .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 @media (min-width: 768px) {
   .page-eylea .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/eylea-header.png);
     padding-top: 200px;
     padding-bottom: 60px; } }
 
 .page-kevzara .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/kevzara-header-mobile.png); }
 
 @media (min-width: 992px) {
   .page-kevzara .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 @media (min-width: 768px) {
   .page-kevzara .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/kevzara-header.png);
     padding-top: 200px;
     padding-bottom: 60px; } }
 
 .page-kevzara .carrot {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/medicine-blue-arrow.svg) no-repeat right bottom;
   width: 100%;
   background-size: 11px 20px;
   padding-right: 18px; }
 
 @media (min-width: 768px) {
   .page-kevzara .medicine-container .medicine-indication .content-wrap {
     padding-right: 65px; } }
 
 .page-libtayo .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/libtayo-header-mobile.png); }
 
 @media (min-width: 992px) {
   .page-libtayo .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 @media (min-width: 768px) {
   .page-libtayo .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/libtayo-header.png);
     padding-top: 200px;
     padding-bottom: 60px; } }
 
 .page-praluent .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/praluent-header-mobile.png); }
 
 @media (min-width: 992px) {
   .page-praluent .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 @media (min-width: 768px) {
   .page-praluent .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/praluent-header.png);
     padding-top: 200px;
     padding-bottom: 60px; } }
 
 .page-inmazeb .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/inmazeb-header-mobile.png); }
 
 @media (min-width: 992px) {
   .page-inmazeb .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 @media (min-width: 768px) {
   .page-inmazeb .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/inmazeb-header.png);
     padding-bottom: 35px; } }
 
 .page-casirivimab .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/casirivimab-header-mobile.png); }
 
 @media (min-width: 992px) {
   .page-casirivimab .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 @media (min-width: 768px) {
   .page-casirivimab .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/casirivimab-header.png);
     padding-bottom: 35px; } }
 
 .page-casirivimab .hero-head .head-foot {
   font-size: 1.5rem; }
 
 .page-casirivimab .hero-head .page-title {
   font-style: italic; }
 
 .page-casirivimab .AFEUO-links p {
   margin-bottom: 25px; }
 
 .page-casirivimab .AFEUO-links .more {
   display: inline;
   font-size: 1rem;
   font-weight: bold;
   font-style: italic;
   text-transform: uppercase;
   margin-bottom: 10px; }
 
 .page-casirivimab .AFEUO-links .arrow {
   position: relative;
   left: 10px; }
 
 @media (min-width: 768px) {
   .page-casirivimab .AFEUO-links .arrow {
     left: 30px; } }
 
 .page-casirivimab .AFEUO-links .arrow:after {
   content: '';
   position: absolute;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/blue-arrow.svg) no-repeat 0 0;
   background-size: contain;
   width: 10px;
   height: 17px;
   top: 0px;
   right: 0px; }
 
 .page-casirivimab .stablize {
   overflow: hidden; }
 
 .page-casirivimab .covid-banner-update {
   display: block; }
 
 .page-evkeeza .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/evkeeza-header-mobile.png); }
 
 @media (min-width: 992px) {
   .page-evkeeza .hero-head {
     background-size: auto;
     background-color: #046ecc; } }
 
 @media (min-width: 768px) {
   .page-evkeeza .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/evkeeza-header.png);
     padding-top: 200px;
     padding-bottom: 60px; } }
 
 /*------------------------------------
   #MEDICINE INDICATIONS
 ------------------------------------*/
 .medicine-container .productlogo {
   width: 216px;
   height: 216px;
   border-radius: 50%;
   border: 2px solid #065BAA;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 20;
   background-color: #fff; }
 
 .medicine-container .productlogo_img {
   width: 160px;
   height: 52px; }
 
 .medicine-container .productlogo > img {
   width: 100%;
   height: auto; }
 
 @media (min-width: 768px) {
   .medicine-container .productlogo > img {
     width: 300px; } }
 
 @media (min-width: 768px) {
   .medicine-container .productlogo {
     min-width: 350px;
     height: 350px;
     transform: translateX(20px);
     -webkit-transform: translateX(20px); }
   .medicine-container .productlogo_img {
     width: 210px;
     height: 120px; } }
 
 .medicine-container .medicine-indication {
   background: linear-gradient(180deg, rgba(204, 231, 236, 0.7) 0%, rgba(155, 211, 221, 0.7) 100%);
   border: 0px;
   padding-top: 100px;
   margin-top: -100px;
   width: 100%;
   height: 100%;
   clip-path: none; }
 
 .medicine-container .medicine-indication .content-wrap {
   color: #1b365d;
   font-size: 1.125rem;
   font-family: "Roboto", sans-serif;
   padding: 25px 0px; }
 
 .medicine-container .medicine-indication .content-wrap .indication-title {
   font-size: 1.5rem;
   font-weight: 700; }
 
 @media (min-width: 768px) {
   .medicine-container .medicine-indication .content-wrap {
     padding: 25px 30px 25px 0px; } }
 
 .medicine-container .medicine-indication:before {
   content: "";
   position: absolute;
   display: block;
   margin: 0px; }
 
 .medicine-container .medicine-indication:after {
   background: #fff;
   border-color: transparent; }
 
 @media (min-width: 768px) {
   .medicine-container .medicine-indication {
     padding-top: inherit;
     margin-top: inherit;
     align-self: center;
     overflow: visible; }
   .medicine-container .medicine-indication:before {
     width: 100px;
     height: 100%;
     top: 0px;
     left: -100px;
     background: linear-gradient(180deg, rgba(204, 231, 236, 0.7) 0%, rgba(155, 211, 221, 0.7) 100%);
     opacity: 1; } }
 
 /*------------------------------------*\
   #MEDICINE ISI
 \*------------------------------------*/
 .medicine-isi {
   color: #1b365d;
   font-size: 1.125rem;
   font-family: "Roboto", sans-serif; }
 
 .medicine-isi h2 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   letter-spacing: inherit;
   font-weight: 700;
   text-transform: capitalize; }
 
 ul.medicine-list {
   padding-left: 30px; }
 
 ul.medicine-list li {
   position: relative;
   list-style: none;
   margin-bottom: 15px; }
 
 ul.medicine-list li:before {
   content: "";
   position: absolute;
   height: 10px;
   width: 10px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/isi-bullet.svg) no-repeat 0 0;
   background-size: contain;
   left: -30px;
   top: 6.5px; }
 
 ul.medicine-list li a {
   word-wrap: break-word; }
 
 ul.medicine-list-inner li {
   position: relative;
   margin-bottom: 15px; }
 
 ul.medicine-list-inner li:before {
   content: "";
   position: absolute;
   height: 10px;
   width: 10px;
   background: #78BE20;
   border-radius: 50%;
   left: -20px;
   top: 6.5px; }
 
 ul.medicine-list-inner li a {
   word-wrap: break-word; }
 
 ul.medicine-list-inner-alt li {
   position: relative;
   margin-bottom: 15px; }
 
 ul.medicine-list-inner-alt li:before {
   content: "";
   position: absolute;
   height: 2px;
   width: 10px;
   background: #78BE20;
   left: -20px;
   top: 6.5px; }
 
 ul.medicine-list-inner-alt li a {
   word-wrap: break-word; }
 
 ul.medicine-list-inner.sub-list {
   padding-left: 22px; }
 
 ul.medicine-list-inner.sub-list li {
   position: relative;
   margin-bottom: 15px; }
 
 ul.medicine-list-inner.sub-list li:before {
   content: " ";
   position: absolute;
   height: 2px;
   width: 10px;
   background: #78BE20;
   border-radius: 25%;
   left: -20px;
   top: 11px; }
 
 ul.medicine-list-inner.sub-list li a {
   word-wrap: break-word; }
 
 ul.medicine-list-inner.circle-bullet {
   padding-left: 20px; }
 
 ul.medicine-list-inner.circle-bullet li:before {
   content: "";
   position: absolute;
   height: 10px;
   width: 10px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/isi-bullet.svg) no-repeat 0 0;
   background-size: contain;
   left: -20px;
   top: 6.5px; }
 
 .medicine-cta-callout {
   width: 100%;
   height: auto;
   max-width: 345px;
   max-height: 246px;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   position: relative;
   border: 2px solid #065baa;
   margin: 0 auto; }
 
 .medicine-cta-callout .medicine-icon {
   width: 110px;
   height: 110px;
   margin: 20px 0 0 0; }
 
 @media (min-width: 768px) {
   .medicine-cta-callout .medicine-icon {
     margin: 0 0 0 27px; } }
 
 .medicine-cta-callout .medicine-link {
   margin: 20px 0 40px 0;
   font-size: 1rem;
   color: #065baa;
   text-align: center;
   position: relative;
   text-transform: uppercase;
   font-weight: 700;
   font-style: italic; }
 
 @media (min-width: 768px) {
   .medicine-cta-callout .medicine-link {
     margin: 0 0 0 30px; } }
 
 .medicine-cta-callout .medicine-link-patient:after {
   content: "";
   position: absolute;
   width: 12px;
   height: 17px;
   left: 52px;
   top: 40px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/medicine-blue-arrow.svg) no-repeat 0 0;
   background-size: contain; }
 
 @media (min-width: 768px) {
   .medicine-cta-callout .medicine-link-patient:after {
     left: unset;
     right: -60px;
     top: 7px; } }
 
 .medicine-cta-callout .medicine-link-hcp {
   margin: 0 0 0 10px; }
 
 @media (max-width: 767.98px) {
   .medicine-cta-callout .medicine-link-hcp {
     margin: 20px 0 40px 0; } }
 
 .medicine-cta-callout .medicine-link-hcp:after {
   content: "";
   position: absolute;
   width: 12px;
   height: 17px;
   left: 45px;
   top: 60px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/medicine-blue-arrow.svg) no-repeat 0 0;
   background-size: contain; }
 
 @media (min-width: 768px) {
   .medicine-cta-callout .medicine-link-hcp:after {
     left: unset;
     top: 14px;
     right: -30px; } }
 
 @media (max-width: 767.98px) {
   .medicine-cta-callout .medicine-link-hcp:after {
     margin: 0 auto;
     left: 0;
     right: 0; } }
 
 .medicine-cta-callout:after {
   content: "";
   position: absolute;
   display: block;
   right: -23px;
   bottom: -13px;
   background: #fff;
   width: 59px;
   height: 39px;
   border-top-width: 2px;
   border-top-style: solid;
   border-color: #065baa;
   transform: rotate(-45deg); }
 
 @media (min-width: 768px) {
   .medicine-cta-callout {
     flex-direction: row;
     justify-content: flex-start;
     max-width: 445px;
     min-height: 169px; } }
 
 .text-blue-dark {
   color: #065baa; }
 
 .jobcode {
   font-size: 0.875rem;
   line-height: 1.125rem;
   color: #1b365d; }
 
 /*------------------------------------*\
   #APPROVED MEDICINES PAGE
 \*------------------------------------*/
 .approved-medicines {
   /* UPDATED LAYOUT */
   /* UPDATED LAYOUT END */ }
 
 .approved-medicines .card-holder .card-layout {
   position: relative; }
 
 .approved-medicines .card-holder .card-layout.hidden {
   display: none; }
 
 .approved-medicines .card-holder .card-layout.mbl-btm-pd {
   margin-bottom: 39px !important; }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder .card-layout.mbl-btm-pd {
     margin-bottom: 75px !important; } }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder .card-layout {
     /*  padding-bottom: 30px;*/ } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder .card-layout .card-logo {
     float: left;
     transform: translate(10px, 3px);
     display: inline-block;
     margin: 20px 0 0 20px; } }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder .card-layout .card-logo:after {
     padding: 100px; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder .card-layout .card-logo:after {
     padding: 55px; } }
 
 .approved-medicines .card-holder .card-layout .card-logo:hover, .approved-medicines .card-holder .card-layout a.card-logo.underline, .approved-medicines .card-holder .card-layout .page-terms-of-use #main-content a.card-logo, .page-terms-of-use #main-content .approved-medicines .card-holder .card-layout a.card-logo, .approved-medicines .card-holder .card-layout .page-social-media-terms #main-content a.card-logo, .page-social-media-terms #main-content .approved-medicines .card-holder .card-layout a.card-logo {
   box-shadow: none; }
 
 .approved-medicines .card-holder .card-layout .card-logo .img-fluid {
   max-width: 150px; }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder .card-layout .card-logo .img-fluid {
     min-height: 71px; } }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder .card-layout .card-brand {
     align-items: center;
     display: flex;
     margin: 80px 0 -10px;
     height: 72px; } }
 
 .approved-medicines .card-holder.praluent_pi:last-of-type .card-layout .card-logo {
   margin-top: 0; }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder.praluent_pi:last-of-type .card-layout:first-of-type h4 {
     margin-top: -60px; } }
 
 .approved-medicines .card-holder.middle {
   /*.card-content {
                 @include media-breakpoint-up(md) {
                     padding-top: 50px;
                 }
             }*/ }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder.middle {
     margin-top: -47px; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder.middle .card-layout:first-of-type {
     margin: 18px 0px 50px;
     padding-bottom: 41px; } }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder.middle .card-layout:first-of-type .card-content {
     padding-top: 35px; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder.middle .card-layout:first-of-type h4 {
     margin-top: -70px; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder.middle .card-layout:nth-of-type(2) {
     margin: 50px 0px 50px !important; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder.middle .card-layout:last-of-type {
     margin-bottom: 30px !important; } }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder:last-of-type .card-layout:first-of-type .card-content {
     padding-top: 25px; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder:last-of-type .card-layout:first-of-type h4 {
     margin-top: -90px; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder:last-of-type .card-layout:last-of-type {
     margin-bottom: 0px !important; } }
 
 .approved-medicines .card-content {
   border-top: 1px solid #9BD3DD;
   margin: 0px 20px; }
 
 @media (min-width: 768px) {
   .approved-medicines .card-content {
     padding-top: 35px;
     margin-top: 35px; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-content {
     margin-top: 115px;
     padding-top: 25px; } }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder {
     padding-top: 58px; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder {
     padding-top: 40px; } }
 
 .approved-medicines .card-holder h4 {
   font-size: 1.125rem;
   line-height: 1.5rem;
   letter-spacing: -0.01em;
   margin: 0px;
   padding: 0px 20px;
   text-transform: none; }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-holder h4 {
     margin-top: -50px;
     padding-left: 140px;
     float: right; } }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder:last-of-type .card-layout {
     margin-bottom: 30px !important; } }
 
 @media (min-width: 768px) {
   .approved-medicines .card-holder:last-of-type .card-layout:first-of-type .card-content {
     margin-bottom: 15px; } }
 
 .approved-medicines .card-layout.mbl-mb {
   margin-bottom: 40px !important; }
 
 @media (min-width: 768px) {
   .approved-medicines .card-layout.mbl-mb {
     margin-bottom: inherit; } }
 
 @media (min-width: 768px) {
   .approved-medicines .card-layout {
     margin-bottom: 75px !important;
     /*padding-bottom: 29px;*/ } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-layout {
     margin-bottom: 55px !important;
     padding-bottom: 50px; } }
 
 .approved-medicines .card-layout:before {
   content: "";
   background: linear-gradient(#F4FAFB, #EBF6F8);
   width: 93%;
   position: absolute;
   left: 50%;
   z-index: -1;
   transform: translate(-50%, 5%); }
 
 @media (min-width: 768px) {
   .approved-medicines .card-layout:before {
     top: 0%;
     height: 100%; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-layout:before {
     top: -18%;
     transform: translate(-50%, 0%);
     height: calc(100% + 20px); } }
 
 .approved-medicines .card-layout:after {
   content: "";
   position: absolute;
   display: block;
   background: white;
   width: 39px;
   height: 13px;
   border-top-width: 17px;
   border-top-style: solid;
   border-color: transparent;
   transform: rotate(-45deg); }
 
 @media (min-width: 768px) {
   .approved-medicines .card-layout:after {
     right: -4px;
     bottom: -23px; } }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-layout:after {
     right: 0; } }
 
 .approved-medicines .card-layout .card-logo {
   position: relative; }
 
 .approved-medicines .card-layout .card-logo:after {
   content: "";
   position: absolute;
   background-color: #fff;
   border: 1px solid #9bd3dd;
   height: auto;
   border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   width: auto;
   z-index: -1;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   padding: 100px 100px; }
 
 @media (max-width: 767.98px) {
   .approved-medicines .card-layout .img-fluid {
     width: 85px; } }
 
 .approved-medicines .card-layout .p-15 {
   padding: 15px 0px; }
 
 .approved-medicines .prescribe-link {
   padding-right: 10px;
   font-size: 0.9375rem;
   text-align: left;
   font-weight: bold;
   font-style: italic;
   line-height: 1.3; }
 
 .approved-medicines .prescribe-link.sm-pad {
   padding-right: 5px; }
 
 .approved-medicines .prescribe-link > a {
   padding-right: 20px;
   display: inline-block;
   width: 100%; }
 
 .approved-medicines .prescribe-link > a:after {
   content: '';
   display: inline-block;
   margin-left: 5px;
   margin-right: -20px;
   margin-bottom: -3px;
   width: 10px;
   height: 15px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/blue-arrow.svg) no-repeat 0 0;
   background-size: 85%; }
 
 .approved-medicines .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/approved-medicines-mob.jpg); }
 
 @media (min-width: 768px) {
   .approved-medicines .hero-head {
     padding-top: 240px;
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medicines/approved-medicines-desktop.jpg); } }
 
 .approved-medicines .prod-related-patents a {
   color: #fff; }
 
 @media (max-width: 767.98px) {
   .approved-medicines .prod-related-patents a {
     margin-left: 0px; } }
 
 .approved-medicines .med-card--group {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin-top: 0; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--group {
     flex-direction: row;
     gap: 30px;
     margin-top: 30px; } }
 
 .approved-medicines .med-card--container {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   margin-left: auto;
   margin-right: auto; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--container {
     width: 286px;
     margin-left: auto;
     margin-right: auto; } }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--container.middle_card {
     /* margin-left: 30px;
                     margin-right: 30px;*/ } }
 
 .approved-medicines .med-card--brand {
   display: flex;
   position: relative;
   align-items: center;
   flex-direction: row;
   width: 100%;
   padding: 0;
   height: 170px;
   text-align: center;
   justify-content: center; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand {
     flex-direction: column;
     padding: 0 15px;
     width: 100%;
     height: 300px;
     justify-content: flex-start; } }
 
 .approved-medicines .med-card--brand:after {
   content: '';
   position: absolute;
   top: auto;
   bottom: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   background-color: rgba(204, 231, 236, 0.2);
   z-index: 0; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand:after {
     height: calc(100% - 100px); } }
 
 .approved-medicines .med-card--brand figure {
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 0 20px 0;
   padding: 10px;
   width: 110px;
   height: 110px;
   background-color: #fff;
   border-radius: 50%;
   border: 1px solid #9BD3DD;
   z-index: 3; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand figure {
     width: 200px;
     height: calc(100% - 100px); } }
 
 .approved-medicines .med-card--brand figure > img {
   display: inline-block;
   /*width: 100%;
                     max-width: 146px;
                     height: 50px;*/ }
 
 .approved-medicines .med-card--brand figure > img.dup {
   width: 146px;
   height: 50px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand figure > img.dup {
     width: 146px;
     height: 50px; } }
 
 .approved-medicines .med-card--brand figure > img.evk {
   width: 146px;
   height: 50px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand figure > img.evk {
     width: 146px;
     height: 50px; } }
 
 .approved-medicines .med-card--brand figure > img.eye {
   width: 146px;
   height: 50px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand figure > img.eye {
     width: 146px;
     height: 49px; } }
 
 .approved-medicines .med-card--brand figure > img.inm {
   width: 155px;
   height: 75px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand figure > img.inm {
     width: 155px;
     height: 75px; } }
 
 .approved-medicines .med-card--brand figure > img.kev {
   width: 146px;
   height: 50px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand figure > img.kev {
     width: 146px;
     height: 60px; } }
 
 .approved-medicines .med-card--brand figure > img.lib {
   width: 146px;
   height: 58px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand figure > img.lib {
     width: 146px;
     height: 50px; } }
 
 .approved-medicines .med-card--brand figure > img.pra {
   width: 146px;
   height: 50px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand figure > img.pra {
     width: 146px;
     height: 91px; } }
 
 .approved-medicines .med-card--brand figure > img.veo {
   width: 91px;
   height: 40px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--brand figure > img.veo {
     width: 154px;
     height: 69px; } }
 
 .approved-medicines .med-card--body {
   position: relative;
   padding: 0 20px 15px 20px;
   width: 100%;
   min-height: auto;
   background-color: rgba(204, 231, 236, 0.2);
   margin-bottom: 30px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--body {
     margin-bottom: 0;
     min-height: 225px; } }
 
 .approved-medicines .med-card--body nav ul {
   margin: 0;
   padding-top: 25px;
   padding-left: 0;
   border-top: .5px solid #9BD3DD; }
 
 .approved-medicines .med-card--body nav ul li {
   margin-bottom: 15px;
   line-height: 1.2; }
 
 .approved-medicines .med-card--body nav ul li:last-child {
   margin-bottom: 0; }
 
 .approved-medicines .med-card--label {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.0625rem;
   font-weight: 700;
   line-height: 1.5rem;
   letter-spacing: -0.01em;
   margin: 0px;
   padding: 0px;
   text-transform: none;
   z-index: 3;
   width: 136px; }
 
 @media (min-width: 768px) {
   .approved-medicines .med-card--label {
     width: 200px;
     padding: 0px 10px; } }
 
 .oncall-banner .tel-contact {
   display: flex;
   flex-flow: row wrap;
   align-items: center; }
 
 @media (min-width: 768px) {
   .oncall-banner .tel-contact {
     /*            a[href^="tel:"] {
                 color: inherit;
                 pointer-events: none;
                 text-decoration: none;
             }*/ } }
 
 @media (min-width: 768px) {
   .oncall-banner .p-20 {
     padding: 0px 20px; } }
 
 @media (max-width: 767.98px) {
   .oncall-banner .p-20 {
     padding: 0px 10px; } }
 
 .oncall-banner a {
   font-size: 1rem;
   font-weight: 700; }
 
 @media (max-width: 767.98px) {
   .oncall-banner a {
     letter-spacing: -0.01em; } }
 
 @media (max-width: 767.98px) {
   .oncall-banner .cta-btn {
     margin-top: 20px; } }
 
 @media (min-width: 768px) {
   .prod-related-patents h5 {
     padding: 0px 100px 0px 40px; } }
 
 @media (max-width: 767.98px) {
   .prod-related-patents h5 {
     display: inline-block;
     vertical-align: top;
     width: 61%;
     padding-left: 20px;
     padding-bottom: 20px;
     letter-spacing: -0.01em;
     font-size: 1.25rem; } }
 
 .prod-related-patents .content-wrap {
   display: flex;
   flex-flow: wrap row;
   align-items: center;
   justify-content: center; }
 
 @media (max-width: 767.98px) {
   .prod-related-patents .content-wrap {
     flex-flow: column;
     padding: 20px; }
   .prod-related-patents .content-wrap .cta-label {
     padding: 20px 0;
     text-align: center;
     width: 100%; } }
 
 @media (max-width: 767.98px) {
   .prod-related-patents a {
     display: inline-block;
     margin-left: 20px; } }
 
 @media (min-width: 768px) {
   .mt-45 {
     margin-top: 45px; } }
 
 /*covid treatment section*/
 .covid-treatment {
   position: relative;
   align-items: center; }
 
 @media (min-width: 768px) {
   .covid-treatment {
     padding-bottom: 20px; } }
 
 .covid-treatment.clipped.bg-lightgreen:before {
   background: linear-gradient(#F1F8E9, #ECF6E7);
   content: '';
   position: absolute;
   right: 0;
   z-index: -1; }
 
 @media (min-width: 768px) {
   .covid-treatment.clipped.bg-lightgreen:before {
     width: 84%;
     top: 0;
     height: 100%; } }
 
 @media (max-width: 767.98px) {
   .covid-treatment.clipped.bg-lightgreen:before {
     width: 100%;
     bottom: 0;
     height: 85%; } }
 
 .covid-treatment .covid-callout {
   text-align: center;
   padding: 0px 15px;
   letter-spacing: -0.01em;
   margin-bottom: 0; }
 
 @media (min-width: 768px) {
   .covid-treatment .covid-callout {
     padding: 0px; } }
 
 @media (min-width: 992px) {
   .covid-treatment .covid-callout {
     padding: 0px 50px; } }
 
 @media (min-width: 768px) {
   .covid-treatment .covid-callout:after {
     content: "";
     position: absolute;
     background-color: #fff;
     border: 1px solid #9bd3dd;
     height: auto;
     border-radius: 50%;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     width: auto;
     z-index: -1;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     padding: 100px; } }
 
 .covid-treatment .AFEUO-links {
   display: flex;
   flex-direction: column; }
 
 @media (max-width: 767.98px) {
   .covid-treatment .AFEUO-links {
     padding: 0px 5px 0px; } }
 
 .covid-treatment .AFEUO-links h5 {
   font-size: 1.125rem;
   border-bottom: 1px solid #78BE20;
   margin: 20px 0px 20px;
   padding-bottom: 10px; }
 
 @media (max-width: 767.98px) {
   .covid-treatment .AFEUO-links h5 {
     text-align: center; } }
 
 .covid-treatment .AFEUO-links p {
   font-size: 1rem; }
 
 .covid-treatment .AFEUO-links p a:not(.more) {
   text-decoration: underline;
   text-underline-offset: 3px; }
 
 /*------------------------------------
   #MEDICAL-PROFESSIONALS
 ------------------------------------*/
 body.page-medical-professionals {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/medical-professionals/medical-splash1.png) no-repeat 0% 15%, url(/web/20240823070942im_/https://www.regeneron.com/content/images/medical-professionals/medical-splash2.png) no-repeat 0% 75%, linear-gradient(0deg, #065BAA 0%, #950051 24%, #D50056 39%, #40B4E5 82%, #065BAA 100%);
   background-size: contain;
   background-blend-mode: multiply; }
 
 body.page-medical-professionals .hero-head.hero-medical-professionals {
   background: none; }
 
 body.page-medical-professionals section.page-wrapper {
   background: transparent; }
 
 body.page-medical-professionals .page-foot {
   background: transparent; }
 
 body.page-medical-professionals .medical-professionals-container_block2-innerbox.gp-15 {
   gap: 15px; }
 
 body.page-medical-professionals .blog-lineart-frame {
   background-color: rgba(255, 255, 255, 0.15); }
 
 .medical-professionals-container > * {
   color: #fff; }
 
 .medical-professionals-container_block1, .medical-professionals-container_block3 {
   /* margin-bottom: 50px;*/ }
 
 .medical-professionals-container_block1-content, .medical-professionals-container_block3-content {
   align-self: center;
   margin-bottom: 50px; }
 
 .medical-professionals-container_block1-image, .medical-professionals-container_block3-image {
   width: 200px;
   height: 200px; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block1-image, .medical-professionals-container_block3-image {
     width: 350px;
     height: 350px; } }
 
 .medical-professionals-container .faded-box {
   background-image: linear-gradient(180deg, rgba(6, 91, 170, 0.5) 0%, rgba(0, 32, 113, 0.5) 100%);
   padding: 20px;
   margin-bottom: 60px;
   margin-top: 60px; }
 
 @media (min-width: 768px) {
   .medical-professionals-container .faded-box {
     padding: 40px; } }
 
 .medical-professionals-container .img-nudge {
   position: relative; }
 
 .medical-professionals-container .img-ring.side-car {
   position: absolute;
   width: 205px;
   height: 205px;
   z-index: 10;
   top: 100px;
   left: 50%;
   transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .medical-professionals-container .img-ring.side-car {
     top: 150px;
     left: -81px;
     transform: translateX(0); } }
 
 .medical-professionals-container_block2 {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   opacity: 1;
   margin-top: 150px; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block2 {
     margin-top: 50px; } }
 
 .medical-professionals-container_block2-innerbox {
   margin: 30px 0 0 0;
   padding: 20px;
   display: flex;
   flex-direction: column; }
 
 .medical-professionals-container_block2-innerbox--icon {
   width: 100px;
   height: 100px;
   margin: 0 0 20px 0; }
 
 .medical-professionals-container_block2-innerbox--text .box-title {
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   width: 100%;
   gap: 10px;
   font-size: 1.25rem;
   font-weight: bold;
   font-family: "Roboto Condensed", sans-serif;
   line-height: 1.5rem;
   position: relative; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block2-innerbox--text .box-title {
     width: 90%; } }
 
 .medical-professionals-container_block2-innerbox--text .box-title:after {
   content: '';
   display: flex;
   flex-basis: 10%;
   width: 11px;
   height: 20px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain;
   /* @include media-breakpoint-up(md) {
                             content: '';
                             width: 11px;
                             height: 16px;
                             background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
                             background-size: contain;
                         }*/ }
 
 .medical-professionals-container_block2-innerbox--text .small-text {
   font-size: 0.875rem;
   line-height: 1.125rem; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block2-innerbox {
     padding: 40px;
     flex-direction: row; }
   .medical-professionals-container_block2-innerbox--icon {
     margin: 0 20px 0 0; } }
 
 .medical-professionals-container_block2 .panel.panel.upper {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block2 .panel.panel.upper {
     flex-direction: row;
     justify-content: flex-end;
     align-items: stretch;
     width: 100%; } }
 
 .medical-professionals-container_block2 .pod-primary {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   padding-right: 0;
   margin-top: 100px;
   margin-bottom: 50px;
   width: 100%; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block2 .pod-primary {
     flex-direction: column;
     justify-content: space-between;
     padding-right: 35px;
     margin-top: 0;
     margin-bottom: 0;
     width: 43%; } }
 
 .medical-professionals-container_block2 .pod-secondary {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   padding-left: 0;
   width: 100%; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block2 .pod-secondary {
     flex-direction: column;
     justify-content: space-between;
     padding-left: 20px;
     width: 42%; } }
 
 .medical-professionals-container_block2 .pod-tertiary {
   width: 100%; }
 
 .medical-professionals-container_block2 .pod-tertiary > a {
   display: block; }
 
 .medical-professionals-container_block4 {
   width: 100%;
   margin-top: 40px;
   margin-bottom: 25px; }
 
 .medical-professionals-container_block4-icon {
   width: 100px;
   height: 100px; }
 
 .medical-professionals-container_block4 h5 {
   /*font-size: rem(20px);*/
   /* font-weight: bold;
             font-family: $roboto-condensed;*/
   /* line-height: rem(24px);*/
   position: relative;
   width: fit-content; }
 
 .medical-professionals-container_block4 h5 a {
   color: #fff;
   text-decoration: none;
   cursor: pointer; }
 
 .medical-professionals-container_block4 h5:after {
   content: '';
   position: absolute;
   right: -30px;
   top: 3px;
   width: 11px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block4 h5 {
     padding-top: 20px; }
   .medical-professionals-container_block4 h5:after {
     top: 26px; } }
 
 .medical-professionals-container_block5 {
   background-color: #D37300;
   padding: 30px 20px 140px 20px;
   margin-bottom: 140px;
   max-width: 778px; }
 
 .medical-professionals-container_block5-image {
   width: 235px;
   height: 235px;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 20px;
   width: 235px;
   height: 235px; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block5 {
     padding: 40px 180px 40px 60px;
     margin: 25px 0 60px 0; }
   .medical-professionals-container_block5-image {
     width: 285px;
     height: 285px;
     right: 0px;
     top: 10%;
     left: initial;
     bottom: initial;
     transform: none; } }
 
 .medical-professionals-container_block6 {
   margin-top: 140px;
   padding: 140px 20px 20px 20px; }
 
 .medical-professionals-container_block6-image {
   width: 235px;
   height: 235px;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   top: 20px;
   z-index: 200; }
 
 @media (min-width: 768px) {
   .medical-professionals-container_block6 {
     padding: 40px 60px 40px 180px;
     margin-top: 0px;
     margin-bottom: 60px;
     max-width: 778px;
     float: right; }
   .medical-professionals-container_block6-image {
     width: 285px;
     height: 285px;
     left: 0px;
     top: 5%;
     transform: none; } }
 
 .medical-professionals-container .cta-group {
   margin-top: 25px; }
 
 .medical-professionals-container .cta-group-img > img {
   margin: 0 auto; }
 
 /*------------------------------------
   #PIPELINE
 ------------------------------------*/
 .page-pipeline .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/pipeline-bg-m.png); }
 
 @media (min-width: 768px) {
   .page-pipeline .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/pipeline-bg.png); } }
 
 .page-pipeline .hero-head h1 {
   padding: 0 1rem; }
 
 .page-pipeline-headline {
   color: #065baa;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 2.5rem;
   font-weight: 400;
   letter-spacing: 0.125em;
   line-height: 3.125rem;
   margin: 0;
   padding: 10px 0 20px;
   text-align: center;
   text-transform: uppercase; }
 
 .page-pipeline .intro-copy {
   font-family: unset;
   font-weight: 400; }
 
 .page-pipeline .intro-copy a {
   box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset;
   color: unset; }
 
 .page-pipeline .intro-btn {
   font-weight: 700;
   position: relative; }
 
 .page-pipeline .intro-btn:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-link-dl-blue.svg) no-repeat top center transparent;
   content: '';
   height: 20px;
   position: absolute;
   right: -28px;
   top: 50%;
   transform: translateY(-50%);
   width: 16px; }
 
 .page-pipeline_callout {
   border-color: #d50056;
   margin: 15px;
   padding: 0px;
   max-width: auto; }
 
 @media (min-width: 768px) {
   .page-pipeline_callout {
     margin: 0 10px;
     max-width: 445px; } }
 
 .page-pipeline_callout-image {
   margin-right: 15px;
   width: 100px;
   height: 100px;
   align-self: center; }
 
 .page-pipeline_callout-header {
   text-transform: inherit;
   font-size: 1.5rem;
   font-family: "Roboto Condensed", sans-serif;
   letter-spacing: inherit;
   line-height: 1.625rem;
   align-self: center; }
 
 @media (min-width: 768px) {
   .page-pipeline_callout-header {
     padding-right: 40px; } }
 
 .page-pipeline_callout-text {
   font-size: 1.125rem;
   margin: 30px 0 16px; }
 
 .page-pipeline_callout-alt {
   border: none;
   background: linear-gradient(#40b4e5, #107fcd);
   color: #fff;
   display: flex;
   flex-direction: column;
   justify-content: space-around; }
 
 .page-pipeline_callout-alt-button {
   padding: 0 0 20px 20px;
   width: 200px;
   position: relative; }
 
 .page-pipeline_callout-alt-button a {
   font-size: 1rem;
   line-height: 1.125rem;
   background: transparent;
   color: #fff;
   border-color: #fff; }
 
 .page-pipeline_callout-alt-button:after {
   content: "";
   position: absolute;
   width: 52px;
   height: 52px;
   top: 0px;
   right: -51px;
   background: #fff url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow.svg) no-repeat 50% 50%; }
 
 @media (min-width: 768px) {
   .page-pipeline_callout-alt-button {
     width: 301px;
     padding: 0 0 40px 20px; }
   .page-pipeline_callout-alt-button a {
     padding: 10px 11px; }
   .page-pipeline_callout-alt-button:after {
     width: 42px;
     height: 42px;
     right: -39px; } }
 
 .page-pipeline_callout-alt:after {
   border-color: transparent; }
 
 .page-pipeline_callout-space {
   padding: 0 40px 20px 20px; }
 
 .page-pipeline_callout:after {
   border-color: #d50056; }
 
 .page-pipeline .closing-ctas .bg-blue {
   background: linear-gradient(#065BAA, #002071); }
 
 .page-pipeline .closing-ctas .content-wrap {
   padding: 50px; }
 
 .page-pipeline .closing-ctas .content-wrap .cta-btn {
   margin-top: 2rem; }
 
 .page-pipeline .v-center {
   display: flex;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .page-pipeline .v-center {
     flex-direction: row; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion {
   margin: 0 0 15px; }
 
 @media (max-width: 767.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion {
     margin: 0 -15px 15px; } }
 
 @media (max-width: 767.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-filters {
     padding: 35px 0 0; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader {
   position: relative; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .h3 {
   line-height: unset;
   margin: 0;
   padding: 0; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .btn {
   background: linear-gradient(#065BAA, #002071);
   border: none;
   color: #ffffff;
   font-size: 1.1875rem;
   font-style: normal;
   margin: 0;
   padding: 15px 60px 15px 70px;
   text-transform: none; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .btn {
     padding: 15px 80px 15px 70px;
     text-align: left; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .btn-menu {
   height: 21px;
   left: 20px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 23px; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .btn-menu {
     left: 25px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .btn-menu:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-menu-filter.svg) no-repeat 0 0;
   content: "";
   height: 21px;
   left: 0;
   position: absolute;
   width: 23px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .btn-arrow {
   height: 17px;
   position: absolute;
   right: 25px;
   top: 50%;
   transform: rotate(-90deg) translateX(50%);
   width: 17px; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .btn-arrow {
     right: 22px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .btn-arrow:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat center center;
   content: "";
   height: 17px;
   left: 0;
   position: absolute;
   transition: all 500ms ease-in-out;
   width: 17px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .btn.collapsed .btn-arrow:after {
   transform: rotateY(-180deg); }
 
 .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .filter-quantity {
   bottom: 0;
   margin: 0;
   position: absolute;
   right: 0; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-filtersHeader .filter-quantity {
     bottom: calc(100% + 10px);
     right: 15px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-header {
   background: linear-gradient(#065BAA, #002071);
   cursor: pointer; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-header h3 {
   display: flex;
   line-height: 1;
   margin: 0;
   padding: 0; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-header .btn {
   border: none;
   color: #ffffff;
   flex: 1;
   font-size: 1.5rem;
   font-style: normal;
   font-weight: 700;
   line-height: unset;
   margin: 0;
   padding: 15px 30px;
   text-align: left;
   text-transform: none; }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter {
   border: 1px solid #9f9f9f;
   margin: 0; }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .form-group {
   display: flex;
   flex-direction: row;
   margin: 0; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion .form-filter .form-group {
     flex-direction: column; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .form-group ul {
   margin: 0;
   padding: 0; }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-phases {
   padding: 30px 30px 15px; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-phases {
     padding: 30px 15px 15px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-phases,
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-areas {
   border-right: 1px solid #9f9f9f; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-phases,
   .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-areas {
     border: none;
     border-bottom: 1px solid #9f9f9f; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-areas,
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-modality {
   padding: 30px 50px 15px; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-areas,
   .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-modality {
     padding: 30px 15px 15px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .filter-modality-genetic {
   margin-top: 15px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter h4 {
   font-size: 1.25rem;
   font-weight: 700;
   line-height: 1;
   margin: 0;
   padding: 0 0 25px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter h5 {
   font-size: 1.125rem;
   font-weight: 700;
   line-height: 1;
   margin: 0;
   padding: 0 0 20px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .form-check .checkbox {
   margin: 0 0 15px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion .form-filter .form-check .checkbox.filter-areas-checkbox {
   margin: 0 0 15px 20px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header {
   position: relative; }
 
 .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header:after {
   border: 2px solid #ffffff;
   border-radius: 18px;
   content: '';
   height: 36px;
   position: absolute;
   right: 17px;
   top: 9px;
   width: 36px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header .btn:before, .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header .btn:after, .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header .btn.collapsed:before, .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header .btn.collapsed:after {
   align-items: center;
   content: "\2014";
   display: flex;
   font-size: 1.875rem;
   font-style: normal;
   font-weight: 500;
   height: 36px;
   justify-content: center;
   position: absolute;
   transition: all 333ms ease-in-out;
   right: 17px;
   top: 9px;
   width: 36px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header .btn:before {
   opacity: 0;
   padding-top: 0px;
   top: 9px;
   transform: rotate(-90deg); }
 
 .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header .btn.collapsed:before {
   opacity: 1;
   padding-top: 2px;
   transform: rotate(0deg); }
 
 .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header .btn:after {
   opacity: 1;
   padding-top: 0px;
   right: 17px;
   top: 10px;
   transform: rotate(0deg); }
 
 .page-pipeline .form-filter-container .pipeline-accordion.filter-phase .pipeline-accordion-header .btn.collapsed:after {
   opacity: 1;
   padding-top: 0px;
   right: 18px;
   transform: rotate(90deg); }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content {
   background: #f5f5f5; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content .molecule {
   max-width: 224px;
   padding-left: 24px;
   padding-right: 10px;
   width: 100%; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content .molecule {
     background: #f9f9f9;
     border-bottom: 1px solid #1B365D;
     display: block;
     max-width: unset;
     padding-left: 31px;
     padding-right: 20px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content .area {
   max-width: 215px;
   width: 100%; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content .area {
     max-width: unset; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content .modality {
   max-width: 166px;
   width: 100%; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content .modality {
     max-width: unset; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content .indication {
   max-width: 288px;
   width: 100%; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content .indication {
     max-width: unset; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content .target {
   max-width: 154px;
   width: 100%; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content .target {
     max-width: unset; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content .area,
 .page-pipeline .form-filter-container .pipeline-accordion-content .modality,
 .page-pipeline .form-filter-container .pipeline-accordion-content .indication,
 .page-pipeline .form-filter-container .pipeline-accordion-content .target {
   padding-right: 40px; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content .area,
   .page-pipeline .form-filter-container .pipeline-accordion-content .modality,
   .page-pipeline .form-filter-container .pipeline-accordion-content .indication,
   .page-pipeline .form-filter-container .pipeline-accordion-content .target {
     padding-left: 31px;
     padding-right: 20px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-header {
   border: 1px solid transparent;
   display: flex;
   flex-direction: row;
   padding: 10px 0 0; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-header {
     display: none; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-header h4 {
   color: #1B365D;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.125rem;
   font-weight: 700;
   line-height: 1;
   margin: 0;
   text-transform: uppercase; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-header .code {
   border: none;
   margin-right: 50px;
   max-width: 11px;
   min-width: 11px;
   width: 11px; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-item:focus-visible {
   outline: none; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-item .molecule {
   position: relative; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .molecule {
     padding-bottom: 25px;
     padding-top: 25px; } }
 
 @media (min-width: 768px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .molecule,
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .area,
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .modality,
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .indication,
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .target {
     padding-bottom: 25px;
     padding-top: 25px; } }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .modality,
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .indication {
     padding-bottom: 10px;
     padding-top: 10px; } }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .area {
     padding-bottom: 10px;
     padding-top: 20px; } }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-item .target {
     padding-bottom: 20px;
     padding-top: 10px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug {
   background: #ffffff;
   border: 1px solid #1B365D;
   display: flex;
   flex-direction: row;
   line-height: 1.15;
   margin-top: 10px; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-drug {
     flex-direction: column;
     margin: 0;
     margin-bottom: 10px;
     position: relative; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug h4 {
   color: #1B365D;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1rem;
   font-weight: 700;
   line-height: 1;
   margin: 0;
   text-transform: uppercase; }
 
 @media (min-width: 992px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-drug h4 {
     border: 0;
     clip: rect(0, 0, 0, 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     white-space: nowrap;
     width: 1px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug h5 {
   color: #1B365D;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.25rem;
   font-weight: 700;
   margin: 0;
   text-transform: uppercase; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug h5 .collab {
   bottom: 10px;
   font-family: unset;
   font-size: 0.75rem;
   font-style: italic;
   font-weight: 400;
   left: 24px;
   line-height: 1;
   position: absolute;
   text-transform: none; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-drug h5 .collab {
     left: 31px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug p {
   margin: 0; }
 
 @media (min-width: 768px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-drug .molecule h5 {
     width: 190px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code {
   border: 1px #1B365D;
   border-style: none solid;
   display: flex;
   flex-direction: column;
   margin-right: 50px;
   max-width: 11px;
   min-width: 11px;
   width: 11px; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code {
     border: none;
     border-right: 1px solid #1B365D;
     height: 100%;
     left: 0;
     position: absolute; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code span {
   border-top: 1px solid #1B365D;
   flex: 1; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code span:first-of-type {
   border: none; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code .cardiovascular-metabolic {
   background: #950051; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code .general-medicine {
   background: #ff981c; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code .hematology {
   background: #d50057; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code .immunology-inflammation {
   background: #065baa; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code .infectious-diseases {
   background: #b7b09c; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code .pain-neurology {
   background: #1b365d; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code .oncology {
   background: #ff981c; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code .ophthalmology {
   background: #78be20; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .code .rare-diseases {
   background: #9bd3dd; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .area p:not(:last-of-type):after,
 .page-pipeline .form-filter-container .pipeline-accordion-content-drug .modality p:not(:last-of-type):after {
   content: ', '; }
 
 .page-pipeline .form-filter-container .pipeline-accordion-content ul {
   margin: 0;
   padding: 0; }
 
 .page-pipeline .form-filter-container .pipeline-accordion .clear-filter {
   margin: 10px 0 1rem; }
 
 @media (max-width: 991.98px) {
   .page-pipeline .form-filter-container .pipeline-accordion .clear-filter {
     padding: 0 15px; } }
 
 .page-pipeline .form-filter-container .pipeline-accordion .clear-filter .btn-reset {
   box-shadow: inset 0 -2px 0 0 #065baa, inset 0 -2px 0 0 #065baa !important;
   font-weight: 700; }
 
 .page-pipeline .form-filter-container legend {
   margin: 0; }
 
 .b-crumbs {
   color: #065BAA;
   font-size: 0.9375rem;
   letter-spacing: -0.01em;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 45px; }
 
 .b-crumbs .p-15 {
   padding: 0px 15px; }
 
 .b-crumbs a {
   font-weight: 900; }
 
 .b-crumbs a.active {
   text-decoration: underline; }
 
 .b-crumbs a:hover, .b-crumbs a.underline, .b-crumbs .page-terms-of-use #main-content a, .page-terms-of-use #main-content .b-crumbs a, .b-crumbs .page-social-media-terms #main-content a, .page-social-media-terms #main-content .b-crumbs a {
   text-decoration: none; }
 
 .b-crumbs p {
   font-weight: 900;
   margin: 0; }
 
 /*------------------------------------
   #PRIVACY POLICY
 ------------------------------------*/
 .page-privacy-policy #main-content,
 .page-privacy-policy #main-content a,
 .page-privacy-policy #main-content li {
   font-size: 15px; }
 
 .page-privacy-policy #main-content a {
   overflow-wrap: break-word;
   word-wrap: break-word;
   word-break: break-word; }
 
 .page-privacy-policy h2 {
   font-size: 1.75rem;
   font-weight: 700;
   margin: .8rem 0;
   text-transform: uppercase;
   letter-spacing: 0.3125rem; }
 
 .page-privacy-policy h3 {
   font-size: 1.5rem;
   font-weight: 700;
   margin: .8rem 0;
   text-transform: none;
   letter-spacing: normal; }
 
 .page-privacy-policy h4 {
   font-size: 1.25rem;
   font-weight: 700;
   margin: .8rem 0;
   text-transform: none;
   letter-spacing: normal; }
 
 .page-privacy-policy .hero-head h3 {
   line-height: 50px;
   font-size: 2.5rem;
   font-weight: 400;
   margin-bottom: 60px;
   letter-spacing: 0.3125rem;
   text-transform: uppercase; }
 
 .page-privacy-policy ul.terms-bullet li {
   margin-bottom: .5rem; }
 
 .page-privacy-policy ol {
   padding-left: 15px; }
 
 .page-privacy-policy ol li {
   margin-bottom: 1rem; }
 
 .page-privacy-policy #main-content table.personalinfocat {
   border-collapse: collapse;
   width: 95%;
   margin: 20px auto; }
 
 .page-privacy-policy #main-content table.personalinfocat th, .page-privacy-policy #main-content table.personalinfocat td {
   padding: 2px;
   vertical-align: middle;
   border: 1px solid #212529;
   font-size: 0.8125rem; }
 
 .page-privacy-policy #main-content table.personalinfocat th li, .page-privacy-policy #main-content table.personalinfocat td li {
   font-size: 0.8125rem; }
 
 @media (min-width: 768px) {
   .page-privacy-policy #main-content table.personalinfocat th, .page-privacy-policy #main-content table.personalinfocat td {
     font-size: 0.9375rem;
     padding: 5px; }
   .page-privacy-policy #main-content table.personalinfocat th li, .page-privacy-policy #main-content table.personalinfocat td li {
     font-size: 0.9375rem; } }
 
 .page-privacy-policy #main-content table.personalinfocat th {
   text-align: center; }
 
 /*------------------------------------
   #IMPROVING LIVES
 ------------------------------------*/
 .page-improving-lives {
   /*- Sub-page content -*/
   /*- Inner box component -*/
   /*- Helper classes -*/ }
 
 .page-improving-lives .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/improving-lives/improving-lives-bg-m.png); }
 
 @media (min-width: 768px) {
   .page-improving-lives .hero-head {
     background: #046ecc url(/web/20240823070942im_/https://www.regeneron.com/content/images/improving-lives/improving-lives-bg.png) no-repeat;
     background-size: auto; } }
 
 .page-improving-lives .header-link {
   font-size: 1.125rem;
   font-style: italic;
   font-weight: 700;
   color: #0059AD;
   display: block;
   margin: 0 auto;
   margin-bottom: 45px;
   position: relative;
   padding-right: 20px;
   width: fit-content; }
 
 .page-improving-lives .header-link:after {
   content: '';
   position: absolute;
   width: 9px;
   height: 16px;
   right: 0px;
   top: 4px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/arrow-blue.svg) no-repeat 0 0;
   background-size: contain; }
 
 .page-improving-lives .sub1_cta {
   background: linear-gradient(#d50056, #950051);
   width: 100%;
   height: auto;
   display: flex;
   flex-direction: column;
   border: none;
   position: relative;
   margin: 0px;
   padding: 10px 10px 10px 0px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub1_cta {
     clip-path: none;
     overflow: visible;
     flex-direction: row;
     max-width: 760px;
     margin-top: 75px;
     padding: 0px; } }
 
 .page-improving-lives .sub1_cta:after {
   border-color: transparent; }
 
 .page-improving-lives .sub1_cta-text {
   display: flex;
   flex-direction: column;
   width: 100%;
   padding: 22px 0 40px 19px; }
 
 .page-improving-lives .sub1_cta-text .wrap-mobile {
   display: block; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub1_cta-text .wrap-mobile {
     display: none; } }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub1_cta-text {
     padding: 40px 0 45px 65px;
     max-width: 475px; } }
 
 .page-improving-lives .sub1_cta-text p {
   font-size: 1.125rem;
   color: #fff; }
 
 .page-improving-lives .sub1_cta-text a.btn {
   margin-top: 70px;
   color: #fff;
   border-color: #fff;
   background: transparent; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub1_cta-text a.btn {
     margin-top: inherit; } }
 
 .page-improving-lives .sub1_cta-text .cta-btn {
   margin-top: 50px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub1_cta-text .cta-btn {
     margin-top: auto; } }
 
 .page-improving-lives .sub1_cta-image {
   width: 132px;
   height: 132px;
   position: absolute;
   right: 5px;
   top: 130px;
   top: calc(300px - 50%); }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub1_cta-image {
     width: 370px;
     height: 370px;
     right: -180px;
     top: -70px; } }
 
 .page-improving-lives .sub1_content {
   padding-top: 22px;
   display: flex;
   flex-direction: column;
   margin: 0px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub1_content {
     padding-top: 70px;
     flex-direction: row; } }
 
 .page-improving-lives .sub1_content-image {
   width: 100%;
   max-width: 446px;
   height: 100%; }
 
 .page-improving-lives .sub1_content-text {
   padding: 30px 0 0 0;
   width: 100%;
   height: auto; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub1_content-text {
     padding: 0 0 0 27px;
     max-width: 460px; } }
 
 .page-improving-lives .sub1_content-text p {
   color: #1b365d;
   font-size: 1.125rem; }
 
 .page-improving-lives .cta-group {
   margin-top: 60px;
   margin-bottom: 50px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .cta-group {
     gap: 50px;
     margin-top: 120px;
     margin-bottom: auto; } }
 
 .page-improving-lives .sub2_text1 {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 0 0 40px 0;
   position: relative; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_text1 {
     align-items: inherit; } }
 
 .page-improving-lives .sub2_text1 p {
   padding: 20px 0; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_text1 p {
     max-width: 730px; } }
 
 .page-improving-lives .sub2_text1 img {
   width: 160px;
   height: 160px;
   margin: 0 auto;
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_text1 img {
     position: absolute;
     margin: 0;
     right: 0px;
     top: 0px; } }
 
 .page-improving-lives .sub2_text1 a.btn {
   /* width: 225px;*/
   width: 265px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_text1 a.btn {
     width: 280px; } }
 
 .page-improving-lives .sub2_callout1 {
   display: flex;
   flex-direction: column;
   padding: 35px 60px 0 30px;
   border-color: #d50056; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_callout1 {
     padding: 35px 60px 0 60px; } }
 
 .page-improving-lives .sub2_callout1:after {
   border-color: #d50056; }
 
 .page-improving-lives .sub2_callout1-text {
   display: flex;
   flex-direction: column; }
 
 .page-improving-lives .sub2_callout1-logos {
   display: flex;
   flex-direction: column;
   justify-content: center; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_callout1-logos {
     flex-direction: row;
     flex-wrap: wrap;
     padding-bottom: 10px; } }
 
 .page-improving-lives .sub2_callout1-logos a:hover, .page-improving-lives .sub2_callout1-logos a.underline, .page-improving-lives .sub2_callout1-logos .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-improving-lives .sub2_callout1-logos a, .page-improving-lives .sub2_callout1-logos .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-improving-lives .sub2_callout1-logos a {
   text-decoration: none;
   box-shadow: none; }
 
 .page-improving-lives .sub2_callout1-logos img {
   margin: 0 0 30px 0;
   padding: 0;
   max-width: 275px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_callout1-logos img {
     max-width: 100%;
     width: 234px;
     height: 93px;
     margin: 0 30px 20px 0; } }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_callout1 {
     margin-bottom: 50px; } }
 
 .page-improving-lives .sub2_text2 {
   display: flex;
   flex-direction: column;
   padding: 10px 0 50px 0; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_text2 {
     flex-direction: row; } }
 
 .page-improving-lives .sub2_text2 img {
   width: 160px;
   height: 160px;
   margin: 0 auto;
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_text2 img {
     margin: 0 30px 25px 0; } }
 
 .page-improving-lives .sub2_text2-content {
   display: flex;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_text2-content {
     padding-right: 30px; } }
 
 .page-improving-lives .sub2_text2-content a.btn {
   /*width: 325px;*/
   width: 300px; }
 
 @media (max-width: 575.98px) {
   .page-improving-lives .sub2_text2-content a.btn {
     padding-top: 0;
     padding-bottom: 0; } }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub2_text2-content a.btn {
     width: fit-content;
     padding: 11px 20px; } }
 
 .page-improving-lives .sub2_callout2 {
   display: flex;
   flex-direction: column;
   padding: 35px 60px 30px 60px;
   border-color: #d50056; }
 
 .page-improving-lives .sub2_callout2:after {
   border-color: #d50056; }
 
 .page-improving-lives .sub3_text1 {
   padding: 10px 0 30px 0; }
 
 .page-improving-lives .sub3_callout1 {
   display: flex;
   flex-direction: column;
   padding: 35px 20px 0 20px;
   border-color: #d50056; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub3_callout1 {
     padding: 40px 60px 15px 60px; } }
 
 .page-improving-lives .sub3_callout1:after {
   border-color: #d50056; }
 
 .page-improving-lives .sub3_callout1 a.callout-link:hover, .page-improving-lives .sub3_callout1 a.callout-link.underline, .page-improving-lives .sub3_callout1 .page-terms-of-use #main-content a.callout-link, .page-terms-of-use #main-content .page-improving-lives .sub3_callout1 a.callout-link, .page-improving-lives .sub3_callout1 .page-social-media-terms #main-content a.callout-link, .page-social-media-terms #main-content .page-improving-lives .sub3_callout1 a.callout-link {
   box-shadow: none; }
 
 .page-improving-lives .sub3_callout2 {
   display: flex;
   flex-direction: column;
   padding: 35px 20px 40px 20px;
   border: none;
   background-color: rgba(213, 0, 86, 0.1); }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub3_callout2 {
     padding: 45px 60px 40px 60px; } }
 
 .page-improving-lives .sub3_callout2 a.btn {
   background: transparent; }
 
 .page-improving-lives .sub3_callout2:after {
   border-color: transparent; }
 
 .page-improving-lives .sub4_content1 {
   position: relative;
   padding-bottom: 100px; }
 
 .page-improving-lives .sub4_content1 img {
   width: 175px;
   height: 175px;
   position: absolute;
   bottom: -80px;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   z-index: 1; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub4_content1 img {
     transform: none;
     left: inherit;
     right: 0%;
     width: 350px;
     height: 350px;
     bottom: -150px; } }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub4_content1 {
     padding-bottom: 50px; } }
 
 .page-improving-lives .sub4_callout1 {
   padding: 100px 19px 30px 19px;
   background-color: rgba(213, 0, 86, 0.1); }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub4_callout1 {
     max-width: 760px;
     margin: 0px;
     padding: 50px 65px 30px 65px; } }
 
 .page-improving-lives .sub4_callout1 a.btn {
   background: transparent; }
 
 .page-improving-lives .sub4_callout1 .about-btn {
   margin-top: 30px; }
 
 .page-improving-lives .sub4_content2 {
   display: flex;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub4_content2 {
     flex-direction: row;
     padding-top: 50px; } }
 
 .page-improving-lives .sub4_content2 img {
   width: 175px;
   height: 175px;
   margin: 35px auto; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub4_content2 img {
     width: 350px;
     height: 350px;
     margin-right: 30px; } }
 
 .page-improving-lives .sub4_content2-text a.btn.btn-primary {
   margin: 30px auto; }
 
 .page-improving-lives .sub_callout-innerbox {
   border: none;
   background: linear-gradient(#d50056, #950051);
   padding: 15px 20px 0 20px;
   width: 100%;
   position: relative;
   color: #fff; }
 
 .page-improving-lives .sub_callout-innerbox:after {
   border-color: transparent; }
 
 .page-improving-lives .sub_callout-innerbox-alt {
   background: transparent;
   border: inherit;
   border-color: #d50056;
   color: #1b365d; }
 
 .page-improving-lives .sub_callout-innerbox-alt:after {
   border-color: #d50056; }
 
 .page-improving-lives .sub_callout-innerbox-alt--top {
   color: #1b365d; }
 
 .page-improving-lives .sub_callout-innerbox-alt--bottom {
   color: #1b365d; }
 
 .page-improving-lives .sub_callout-innerbox-alt a {
   color: #183460; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub_callout-innerbox {
     margin-top: 20px;
     padding: 40px 0 30px 180px; } }
 
 .page-improving-lives .sub_callout-innerbox--top {
   display: flex;
   flex-direction: row;
   margin-bottom: 10px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub_callout-innerbox--top {
     margin-bottom: 0px; } }
 
 .page-improving-lives .sub_callout-innerbox--top img {
   width: 82px;
   height: 82px;
   margin-right: 19px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub_callout-innerbox--top img {
     margin: 0px;
     width: 140px;
     height: 140px;
     position: absolute;
     left: 20px;
     top: 40px; } }
 
 .page-improving-lives .sub_callout-innerbox--top p {
   font-size: 1.125rem;
   align-self: center;
   line-height: 1.5rem;
   padding-top: 10px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub_callout-innerbox--top p {
     padding-top: 0px; } }
 
 .page-improving-lives .sub_callout-innerbox--bottom h5 {
   font-size: 1.25rem;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   width: 205px;
   position: relative;
   line-height: 1.5rem; }
 
 .page-improving-lives .sub_callout-innerbox--bottom h5:after {
   content: "";
   position: absolute;
   width: 11px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0% 0%;
   background-size: contain;
   right: -30px;
   top: 30px; }
 
 .page-improving-lives .sub_callout-innerbox--bottom h5.alt:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow.svg) no-repeat 0% 0%; }
 
 @media (min-width: 768px) {
   .page-improving-lives .sub_callout-innerbox--bottom h5 {
     width: 100%; }
   .page-improving-lives .sub_callout-innerbox--bottom h5:after {
     right: 50px;
     top: 5px; } }
 
 .page-improving-lives .sub_callout-innerbox--bottom p {
   font-size: 1.125rem;
   line-height: 1.5rem; }
 
 .page-improving-lives .sub_callout-innerbox--bottom p span {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 0.875rem;
   line-height: 1.125rem; }
 
 .page-improving-lives .sub_callout-innerbox.feature-perspective a {
   color: inherit; }
 
 @media (min-width: 768px) {
   .page-improving-lives .wrap-desktop {
     max-width: 570px; } }
 
 .page-improving-lives .nilda-vid {
   margin: 30px 0; }
 
 @media (min-width: 768px) {
   .page-improving-lives .nilda-vid {
     margin: 120px 0; } }
 
 .page-improving-lives .nilda-vid .video-description.right {
   flex-direction: column-reverse;
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-improving-lives .nilda-vid .video-description.right {
     flex-direction: row-reverse; } }
 
 .page-improving-lives .nilda-vid .video-description.right .video-player {
   position: relative;
   margin: -113px 0 0 0; }
 
 @media (min-width: 768px) {
   .page-improving-lives .nilda-vid .video-description.right .video-player {
     position: absolute;
     margin: 0 0 0 0;
     z-index: 2; } }
 
 .page-improving-lives .nilda-vid .video-description.right .clipped {
   width: 90%;
   margin-right: 10%; }
 
 .page-improving-lives .nilda-vid .video-description.right .content-wrap {
   padding: 20px 10px 110px 20px; }
 
 @media (min-width: 768px) {
   .page-improving-lives .nilda-vid .video-description.right .content-wrap {
     padding: 40px 180px 40px 40px;
     margin-right: 100px; } }
 
 .search {
   background: #046ECC url(/web/20240823070942im_/https://www.regeneron.com/content/images/search/search-results-background-mobile.png) no-repeat 0 0; }
 
 @media (min-width: 768px) {
   .search {
     background: #046ECC url(/web/20240823070942im_/https://www.regeneron.com/content/images/search/search-results-background.png) no-repeat 0 0; } }
 
 .result-block_form {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   padding: 18px 25px;
   margin: 0px; }
 
 .result-block_form-image {
   width: 20px;
   height: 20px;
   margin-right: 20px; }
 
 .result-block_form-label {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 700;
   color: #1b365d;
   line-height: 2rem; }
 
 .result-block_form-input {
   flex: 0 0 100%;
   border: none; }
 
 .result-block_form-input:focus {
   outline: none; }
 
 @media (min-width: 768px) {
   .result-block_form {
     padding: 20px 25px; }
   .result-block_form-image {
     width: 40px;
     height: 40px;
     margin-right: 30px; }
   .result-block_form-label {
     margin: 0 20px 0 0;
     align-self: center; }
   .result-block_form-input {
     flex: auto; } }
 
 .result-text {
   color: #1b365d;
   font-size: 1.125rem;
   line-height: 1.5rem;
   margin-top: 40px; }
 
 .search_result {
   margin-bottom: 20px; }
 
 .search_result-header {
   font-size: 1.25rem;
   line-height: 1.5rem;
   font-weight: 700;
   font-style: italic;
   color: #065baa; }
 
 .search_result-text {
   font-size: 1.125rem;
   line-height: 1.5rem;
   color: #1b365d; }
 
 @media (min-width: 768px) {
   .search_result {
     margin-bottom: 30px; } }
 
 .page-results {
   width: 100%;
   height: auto;
   display: flex;
   flex-direction: row;
   justify-content: center;
   margin-top: 30px; }
 
 .page-results-item {
   font-size: 1.5rem;
   line-height: 2rem;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   color: #065baa;
   margin: 0 10px; }
 
 .page-results-item.active {
   color: #000; }
 
 .page-results .arrow-prev, .page-results .arrow-next {
   display: flex;
   box-shadow: none; }
 
 .page-results .arrow-prev {
   transform: rotate(180deg); }
 
 /*------------------------------------
   #TECHNOLOGY 
 ------------------------------------*/
 .page-science .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/science-bg-m.png); }
 
 @media (min-width: 768px) {
   .page-science .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/science-bg.png); } }
 
 @media (min-width: 1200px) {
   .page-science .hero-head {
     background-position: bottom left; } }
 
 .page-science .scientific-trailblazers {
   margin-bottom: 60px; }
 
 .page-science .scientific-trailblazers h1 {
   margin-top: 30px; }
 
 @media (min-width: 768px) {
   .page-science .scientific-trailblazers h1 {
     margin-bottom: 20px; } }
 
 .page-science .scientific-trailblazers .page-pipeline_callout-button {
   padding: 0px;
   margin-top: 30px;
   width: 305px; }
 
 .page-science .scientific-trailblazers .page-pipeline_callout-button a {
   text-align: left;
   /*padding: 0.87rem 0.75rem;*/ }
 
 .page-science .scientific-trailblazers .page-pipeline_callout-button:after {
   right: -14px; }
 
 @media (min-width: 768px) {
   .page-science .scientific-trailblazers .page-pipeline_callout-button {
     padding: 0px;
     margin-top: 30px;
     width: 329px; }
   .page-science .scientific-trailblazers .page-pipeline_callout-button:after {
     right: -14px; } }
 
 .page-science .pioneers-medicine .bg-green {
   padding: 0px;
   position: relative; }
 
 .page-science .pioneers-medicine .bg-green:before {
   content: '';
   position: absolute;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/pioneers_antibody.png) no-repeat top right;
   width: 100%;
   height: 160px;
   background-size: contain;
   right: 0;
   top: -10px; }
 
 @media (min-width: 768px) {
   .page-science .pioneers-medicine .bg-green:before {
     background: none; } }
 
 @media (min-width: 768px) {
   .page-science .pioneers-medicine .bg-green {
     padding: 0 15px; } }
 
 .page-science .pioneers-medicine .bg-green .page-pipeline_callout-button {
   padding: 0px;
   margin-top: 30px; }
 
 .page-science .pioneers-medicine .bg-green .page-pipeline_callout-button:after {
   right: -14px; }
 
 .page-science .pioneers-medicine .bg-green .cta-img-callout {
   align-items: center;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .page-science .pioneers-medicine .bg-green .cta-img-callout {
     flex-direction: row; } }
 
 .page-science .pioneers-medicine .bg-green .cta-img-callout .img-ring {
   border: 0px;
   padding: 0px;
   margin-bottom: -140px;
   margin-top: 30px;
   z-index: 1; }
 
 @media (min-width: 768px) {
   .page-science .pioneers-medicine .bg-green .cta-img-callout .img-ring {
     flex-direction: row;
     margin-right: -135px;
     z-index: 1;
     border: 0px;
     padding: 0px;
     align-items: center;
     flex-direction: row;
     margin-bottom: 0; } }
 
 .page-science .pioneers-medicine .bg-green .cta-img-callout .white {
   padding: 100px 0px 0 0px;
   margin-bottom: 10px; }
 
 @media (min-width: 768px) {
   .page-science .pioneers-medicine .bg-green .cta-img-callout .white {
     padding: 0 0px 0 90px; } }
 
 .page-science .pioneers-medicine .bg-green .cta-img-callout .white p {
   font-style: italic; }
 
 .page-science .pioneers-medicine .bg-green .cta-img-callout .white .content-wrap {
   padding: 50px 10px 40px 10px; }
 
 @media (min-width: 768px) {
   .page-science .pioneers-medicine .bg-green .cta-img-callout .white .content-wrap {
     padding: 50px 30px 30px 30px; } }
 
 .page-science .pioneers-medicine .bg-green .cta-img-callout .white .content-wrap h5 {
   margin-bottom: 0px;
   margin-top: 20px; }
 
 .page-science .pioneers-medicine .bg-green .cta-img-callout .white .content-wrap p {
   margin-bottom: 0px; }
 
 .page-science .pioneers-medicine .callout-box .content-wrap {
   padding: 15px; }
 
 @media (min-width: 768px) {
   .page-science .pioneers-medicine .callout-box .content-wrap {
     padding: 25px 30px; } }
 
 .page-science .callout-box {
   margin-top: 0px; }
 
 @media (min-width: 768px) {
   .page-science .callout-box {
     margin-top: 40px; } }
 
 .page-science .callouts > .row .clipped {
   height: auto;
   margin-bottom: 50px; }
 
 @media (min-width: 768px) {
   .page-science .callouts > .row .clipped {
     height: 100%;
     margin-bottom: initial; } }
 
 .page-science .callouts .bg-blue-light {
   color: #fff; }
 
 .page-science .callouts.citizen .content-wrap {
   display: flex;
   flex-wrap: wrap; }
 
 .page-science .callouts.citizen .content-wrap img {
   padding: 0;
   width: 96px;
   height: 96px; }
 
 .page-science .callouts.citizen .content-wrap img.mps {
   margin-bottom: 25px; }
 
 .page-science .callouts.citizen .content-wrap p {
   padding: initial;
   width: 100%; }
 
 .page-science .callouts.citizen .content-wrap p.h1 {
   margin-top: 25px;
   margin-bottom: 35px; }
 
 .page-science .callouts.citizen .content-wrap .cta-btn {
   margin-top: 25px; }
 
 .page-science .page-pipeline_callout-alt {
   /*padding: 30px 20px 30px 20px;
 
         h1 {
             padding: 0 15px;
         }
 
         .page-pipeline_callout-text {
             padding: 0 20px 0 15px;
             margin-bottom: 15px;
         }
 
         .page-pipeline_callout-alt-button {
             padding: 0 0 0 15px;
             margin-top: 30px;
 
             &:after {
                 right: -18px;
             }
 
             a {
                 padding: 10px 20px;
             }
         }*/ }
 
 .page-science .page-pipeline_callout {
   /* padding: 30px 20px 30px 20px;
         border-color: $orange;
         max-width: 429px;
 
         &:after {
             border-color: $orange;
         }
 
         &-image {
             width: 110px;
             height: 110px;
             padding: 0px;
 
             @include media-breakpoint-up(md) {
                 width: 95px;
                 height: 95px;
                 margin-bottom: 1rem;
                 margin-left: 1rem;
             }
         }
 
         .icon-div {
             padding: 0 0 20px 20px;
 
             img {
                 width: 110px;
                 height: 110px;
 
                 @include media-breakpoint-up(md) {
                     width: 95px;
                     height: 95px;
                     margin-bottom: 1rem
                 }
             }
         }
 
         .page-pipeline_callout-button {
             margin-top: 15px;
             padding: 0px 0 30px 21px;*/
   /*a {
                 padding: 0.87rem 0.75rem;
             }*/
   /*}*/ }
 
 .page-science .rapid-response {
   margin-top: 50px; }
 
 .page-science .rapid-response:after {
   height: 0px; }
 
 .page-science .rapid-response .cta-img-callout {
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .page-science .rapid-response .cta-img-callout {
     flex-direction: row; } }
 
 .page-science .rapid-response .cta-img-callout .img-ring {
   border: 0px;
   margin-left: 0px;
   padding: 0px;
   margin-top: -140px;
   width: 50%;
   margin-bottom: 50px; }
 
 @media (min-width: 768px) {
   .page-science .rapid-response .cta-img-callout .img-ring {
     margin-left: -200px;
     margin-bottom: 0px;
     margin-top: 0px;
     width: 370px;
     height: 370px; } }
 
 .page-science .rapid-response .cta-img-callout .callout-box {
   margin-left: 0;
   margin-top: 0;
   margin-bottom: 0; }
 
 .page-science .rapid-response .cta-img-callout .callout-box .content-wrap {
   padding: 40px 20px 150px 20px; }
 
 @media (min-width: 768px) {
   .page-science .rapid-response .cta-img-callout .callout-box .content-wrap {
     padding: 50px 235px 40px 40px; } }
 
 .page-science .rapid-response .cta-img-callout .callout-box .content-wrap h1 {
   margin-bottom: 20px; }
 
 .page-science .rapid-response .cta-img-callout .callout-box .content-wrap .page-pipeline_callout-alt-button {
   padding: 0px;
   margin-top: 30px;
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-science .rapid-response .cta-img-callout .callout-box .content-wrap .page-pipeline_callout-alt-button {
     padding: 0px;
     margin-top: 30px;
     width: 301px; } }
 
 .page-science .rapid-response .cta-img-callout .callout-box .content-wrap .page-pipeline_callout-alt-button .btn {
   padding-right: 20px; }
 
 .page-science .rapid-response .cta-img-callout .callout-box .content-wrap .page-pipeline_callout-alt-button:after {
   height: 40px;
   right: 11px; }
 
 .page-science .callout-box-two .icon-div {
   padding: 0px 0px 0px 20px; }
 
 .page-science .callout-box-two .icon-div h1 {
   margin-top: 10px;
   margin-bottom: .5rem; }
 
 .page-science .callout-box-two .page-pipeline_callout {
   border-color: #40b4e5; }
 
 .page-science .callout-box-two .page-pipeline_callout:after {
   border-color: #40b4e5; }
 
 .page-science .callout-box-two .page-pipeline_callout .page-pipeline_callout-text {
   padding: 0 10px 20px 0px; }
 
 .page-science .scientific-trailblazers,
 .page-science .pioneers-medicine,
 .page-science .callouts,
 .page-science .rapid-response {
   margin-bottom: 50px; }
 
 .page-science .rapid-response {
   margin: auto -15px 100px -15px; }
 
 @media (min-width: 768px) {
   .page-science .rapid-response {
     margin: 75px -15px; } }
 
 .page-science .rapid-response .cta-img-callout .content-wrap {
   padding: 25px 20px 120px 20px; }
 
 @media (min-width: 768px) {
   .page-science .rapid-response .cta-img-callout .content-wrap {
     padding: 30px 200px 190px 30px; } }
 
 .page-science .clipped .content-wrap {
   padding: 25px 20px; }
 
 @media (min-width: 768px) {
   .page-science .clipped .content-wrap {
     padding: 25px 30px; } }
 
 @media (min-width: 768px) {
   .pioneer-copy {
     padding-right: 70px; } }
 
 /*------------------------------------
   #SCIENTISTS
 ------------------------------------*/
 body.page-scientists {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/scientists/scientists-splash-trans.png) no-repeat 0% 5%, url(/web/20240823070942im_/https://www.regeneron.com/content/images/scientists/scientists-splash-trans-2.png) no-repeat 0% 50%, url(/web/20240823070942im_/https://www.regeneron.com/content/images/scientists/scientists-splash-trans-3.png) no-repeat 0% 100%, linear-gradient(0deg, #065BAA 0%, #950051 24%, #D50056 39%, #40B4E5 82%, #065BAA 100%);
   background-size: contain;
   background-blend-mode: multiply; }
 
 body.page-scientists .hero-head.hero-scientists {
   background: none; }
 
 body.page-scientists section.page-wrapper {
   background: transparent; }
 
 body.page-scientists .page-foot {
   background: transparent; }
 
 body.page-scientists .scientists_landing-callout.gp-15 {
   gap: 15px; }
 
 body.page-scientists .blog-lineart-frame {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   margin: 0;
   padding: 15px;
   max-width: 75px;
   min-width: 75px;
   max-height: 75px;
   margin-right: 30px;
   border-radius: 50%;
   background: radial-gradient(#065BAA 15%, #002071 78%); }
 
 @media (min-width: 768px) {
   body.page-scientists .blog-lineart-frame {
     max-width: 100px;
     min-width: 100px;
     max-height: 100px; } }
 
 body.page-scientists .blog-lineart-frame > img {
   margin: 0;
   width: 100%;
   height: unset; }
 
 body.page-scientists .video-player.ruby .img-ring {
   border-color: #fff; }
 
 .scientists_block1 {
   margin-bottom: 70px;
   padding: 0; }
 
 .scientists_block1-image {
   width: 192px;
   height: 192px;
   margin: 15px auto; }
 
 .scientists_block1-content {
   color: #fff; }
 
 @media (min-width: 768px) {
   .scientists_block1-image {
     width: 100%;
     height: auto;
     max-width: 425px;
     max-height: 425px; }
   .scientists_block1-content {
     align-self: center; } }
 
 .scientists_block2 {
   color: #fff;
   padding: 0; }
 
 .scientists_block2-text {
   padding-bottom: 20px; }
 
 .scientists_block2 .scientists-videoplayer {
   padding: 40px 15px 60px 15px;
   margin-bottom: 10px;
   display: none; }
 
 .scientists_block2 .scientists-videoplayer.active {
   display: inline-block; }
 
 .scientists_block2 .scientists-videoplayer_image {
   margin: 15px auto;
   width: 190px;
   height: 190px; }
 
 .scientists_block2 .scientists-videoplayer .video-player button {
   width: 72px;
   height: 72px; }
 
 .scientists_block2 .scientists-videolist_list {
   padding: 0px; }
 
 .scientists_block2 .scientists-videolist_list-item {
   background-color: #950051;
   color: #fff;
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
   opacity: 0.4;
   margin-bottom: 10px;
   padding: 8px 0 8px 45px;
   /*clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);*/
   cursor: pointer; }
 
 .scientists_block2 .scientists-videolist_list-item.active {
   opacity: 1; }
 
 .scientists_block2 .scientists-videolist_list-item--image {
   width: 50px;
   height: 50px;
   margin-right: 28px; }
 
 .scientists_block2 .scientists-videolist_list-item--name {
   margin: 0px;
   font-size: 1.5rem;
   font-weight: 700;
   font-family: "Roboto Condensed", sans-serif; }
 
 @media (min-width: 768px) {
   .scientists_block2-text {
     text-align: center; }
   .scientists_block2 .scientists-videoplayer {
     padding: 21px 70px 30px 70px;
     min-height: 627px; }
   .scientists_block2 .scientists-videoplayer_image {
     width: 350px;
     height: 350px; }
   .scientists_block2 .scientists-videoplayer .video-player button {
     width: 126px;
     height: 126px; } }
 
 .scientists_block3 {
   color: #fff;
   padding: 45px 0 0 0; }
 
 .scientists_block3 .scientists-block img {
   width: 184px;
   height: 184px;
   margin: 15px auto;
   display: block; }
 
 .scientists_block3 .scientists-block a.btn {
   margin-bottom: 45px; }
 
 @media (min-width: 768px) {
   .scientists_block3-title {
     margin-bottom: 50px; }
   .scientists_block3-composite {
     width: 100%;
     height: auto;
     max-width: 350px;
     margin-top: 17px; }
   .scientists_block3 .scientists-block {
     margin-bottom: 65px; }
   .scientists_block3 .scientists-block img {
     display: none; }
   .scientists_block3 .scientists-block a.btn {
     margin-bottom: 115px; } }
 
 .scientists_block4 {
   padding: 0;
   position: relative; }
 
 .scientists_block4-callout {
   background-image: linear-gradient(180deg, rgba(255, 197, 85, 0.7) 0%, rgba(255, 152, 28, 0.7) 100%);
   padding: 30px 20px 125px 20px;
   color: #fff; }
 
 .scientists_block4-image {
   width: 235px;
   height: 235px;
   position: absolute;
   bottom: -110px;
   left: 50%;
   transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .scientists_block4-callout {
     padding: 45px 190px 15px 65px;
     margin-bottom: 0px; }
   .scientists_block4-image {
     width: 272px;
     height: 272px;
     transform: none;
     left: initial;
     right: -120px;
     transform: translateY(50%);
     top: calc(50% - 272px); } }
 
 .scientists_block5 {
   padding: 140px 0 0 0; }
 
 @media (min-width: 768px) {
   .scientists_block5 {
     padding: 50px 0 0 0; } }
 
 .scientists_landing-callout {
   color: #fff;
   display: flex;
   flex-direction: row;
   position: relative;
   padding: 40px 20px 30px 20px; }
 
 .scientists_landing-callout-image {
   width: 75px;
   height: 75px;
   margin-right: 30px; }
 
 .scientists_landing-callout .page-callout-header {
   font-size: 1.25rem;
   line-height: 1.5rem;
   font-weight: bold;
   letter-spacing: normal; }
 
 .scientists_landing-callout .page-callout-text {
   font-size: 1.125rem;
   line-height: 1.5rem; }
 
 .scientists_landing-callout .page-callout-text span {
   font-size: 0.875rem;
   line-height: 1.125rem; }
 
 @media (min-width: 768px) {
   .scientists_landing-callout {
     padding: 40px 40px 30px 40px; }
   .scientists_landing-callout.pl-30 {
     padding-left: 30px; }
   .scientists_landing-callout-image {
     width: 100px;
     height: 100px; } }
 
 .scientists_landing-callout:hover, a.scientists_landing-callout.underline, .page-terms-of-use #main-content a.scientists_landing-callout, .page-social-media-terms #main-content a.scientists_landing-callout {
   color: #fff;
   background-image: linear-gradient(#065BAA, #002071); }
 
 .yir-cta {
   margin: 40px 0 60px;
   padding: 25px 30px; }
 
 @media (min-width: 768px) {
   .yir-cta {
     padding: 25px 40px; } }
 
 .yir-cta .v-center {
   align-items: center;
   justify-content: center; }
 
 .yir-cta .cta-btn {
   margin: 25px -15px 0 -15px;
   font-size: 0.9375rem; }
 
 @media (min-width: 768px) {
   .yir-cta .cta-btn {
     margin: 0px 0px 0px auto;
     font-size: 1rem; } }
 
 /*------------------------------------
   #TECHNOLOGY 
 ------------------------------------*/
 html {
   scroll-behavior: smooth; }
 
 .page-technology .hide {
   display: none; }
 
 .page-technology .spectacular-science {
   position: relative;
   margin: -40px -15px 50px -15px;
   padding: 40px 0 0 0;
   background-image: linear-gradient(180deg, rgba(155, 211, 221, 0.86) 0%, rgba(204, 231, 236, 0.86) 100%), url(/web/20240823070942im_/https://www.regeneron.com/Content/images/grid-bg.png);
   background-position: left top, left top;
   background-repeat: no-repeat, repeat; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science {
     padding: 80px 0 0 0; } }
 
 .page-technology .spectacular-science .spectacular_video-player {
   margin: 0 auto 25px; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science .spectacular_video-player {
     margin: 0px;
     width: 350px;
     height: 350px; } }
 
 .page-technology .spectacular-science .spectacular_video-player .img-ring {
   padding: 0; }
 
 .page-technology .spectacular-science h2.intro-header {
   margin-top: 10px;
   margin-bottom: 36px;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: bold;
   font-size: 2.125rem;
   text-align: center;
   line-height: 1;
   letter-spacing: normal;
   text-transform: initial; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science h2.intro-header {
     margin-bottom: 25px;
     font-size: 2.625rem; } }
 
 .page-technology .spectacular-science .video-group .theater {
   display: none; }
 
 .page-technology .spectacular-science .video-group .theater.current {
   display: block;
   /* height: 210px;
                     width: 75vw;*/ }
 
 .page-technology .spectacular-science .video-group .theater.fpo {
   position: relative; }
 
 .page-technology .spectacular-science .video-group .theater.fpo > span {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 100%;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 6.25rem;
   transform: rotate(345deg);
   opacity: .5;
   pointer-events: none; }
 
 .page-technology .spectacular-science .video-group .tab-content {
   width: 100%;
   background-color: #fff;
   background-image: none; }
 
 .page-technology .spectacular-science #vidGallery {
   min-height: auto;
   height: calc(100% - 34px);
   overflow: auto; }
 
 .page-technology .spectacular-science #vidGallery .video-links {
   margin-bottom: 0; }
 
 .page-technology .spectacular-science .video-gallery {
   padding: 13px; }
 
 .page-technology .spectacular-science .video-gallery .video-group {
   margin-left: 0;
   margin-right: 0; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science .video-gallery .video-group {
     margin-left: 6px;
     margin-right: -10px; } }
 
 .page-technology .spectacular-science .video-gallery .stage {
   width: 100%;
   height: 100%; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science .video-gallery .stage {
     width: 710px;
     height: 396px; } }
 
 .page-technology .spectacular-science .video-gallery .stage iframe {
   margin-left: -15px;
   margin-bottom: 0;
   width: calc(100% + 30px);
   height: auto;
   /*margin-left: -45px;
                     width: calc(100% + 90px);
                     height: 206px;*/ }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science .video-gallery .stage iframe {
     margin-left: -15px;
     margin-bottom: 10px;
     width: 710px;
     height: 396px; } }
 
 .page-technology .spectacular-science .video-gallery .playlist {
   width: 100%;
   margin: -4px 5px 0 5px;
   padding: 0;
   height: 396px;
   border-width: 1px;
   border-top-width: 0; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science .video-gallery .playlist {
     margin-top: 0;
     margin-left: -15px;
     margin-bottom: 0;
     width: 380px; } }
 
 .page-technology .spectacular-science .video-gallery .playlist .nav-tabs .nav-item {
   margin-bottom: 0px;
   width: 50%; }
 
 .page-technology .spectacular-science .video-gallery .playlist .nav-tabs .nav-link {
   font-size: 0.9375rem;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   color: #535353;
   line-height: 1;
   background-color: #fff;
   border-radius: 0; }
 
 .page-technology .spectacular-science .video-gallery .playlist .nav-tabs .nav-link.active,
 .page-technology .spectacular-science .video-gallery .playlist .nav-tabs .nav-link .show {
   color: #fff;
   background-color: #1a355e;
   border-color: transparent; }
 
 .page-technology .spectacular-science .video-gallery .playlist .nav-tabs .nav-link-btn {
   width: 100%;
   height: 33px;
   font-size: 0.9375rem;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   color: #535353;
   line-height: 1;
   background-color: #fff;
   border-color: transparent;
   border-radius: 0; }
 
 .page-technology .spectacular-science .video-gallery .playlist .nav-tabs .nav-link-btn.active,
 .page-technology .spectacular-science .video-gallery .playlist .nav-tabs .nav-link-btn .show {
   color: #fff;
   background-color: #1a355e;
   border-color: transparent; }
 
 .page-technology .spectacular-science .video-gallery .playlist .nav-tabs .nav-link-btn:focus {
   outline-offset: -2px; }
 
 .page-technology .spectacular-science .video-gallery .playlist .tab-content .transcript-content {
   padding: 15px 15px 0 15px;
   height: 334px;
   font-size: 1.125rem;
   color: #404846;
   overflow-y: scroll;
   background-color: #fff; }
 
 .page-technology .spectacular-science .video-gallery .playlist .tab-content .transcript-content::-webkit-scrollbar {
   width: 0.5em;
   height: calc($size * .5);
   border-radius: 10px; }
 
 .page-technology .spectacular-science .video-gallery .playlist .tab-content .transcript-content::-webkit-scrollbar-thumb {
   background: #1A355E;
   /* background: #E90361;*/
   border-radius: 10px; }
 
 .page-technology .spectacular-science .video-gallery .playlist .tab-content .transcript-content::-webkit-scrollbar-track {
   background: #dde1e7;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px; }
 
 .page-technology .spectacular-science .video-gallery .playlist .tab-content .transcript-content {
   scrollbar-face-color: #1A355E;
   scrollbar-track-color: #dde1e7; }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links {
   padding: 0; }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link {
   display: block;
   position: relative;
   padding: 10px 60px 11px 17px;
   min-height: 61px;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 0.8125rem;
   line-height: 1.3;
   color: #1B365D;
   background-color: #fff;
   outline: 2px solid #00ADE1;
   outline-offset: -1px; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link {
     padding: 10px 80px 11px 8px;
     font-size: 0.9375rem; } }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link:after {
   content: '';
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: auto;
   right: 5px;
   width: 45px;
   height: 45px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/videogallery-play-btn.svg) no-repeat 0 0;
   background-size: cover; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link:after {
     right: 25px;
     background-size: cover; } }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link .video-title {
   font-weight: bold;
   pointer-events: none; }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link .video-description {
   display: block;
   pointer-events: none;
   margin: 0; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link .video-description {
     margin: inherit; } }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link.active, .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link.current, .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link:hover, .page-technology .spectacular-science .video-gallery .playlist .video-links li > a.video-link.underline, .page-technology .spectacular-science .video-gallery .playlist .video-links .page-terms-of-use #main-content li > a.video-link, .page-terms-of-use #main-content .page-technology .spectacular-science .video-gallery .playlist .video-links li > a.video-link, .page-technology .spectacular-science .video-gallery .playlist .video-links .page-social-media-terms #main-content li > a.video-link, .page-social-media-terms #main-content .page-technology .spectacular-science .video-gallery .playlist .video-links li > a.video-link, .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link:focus {
   background-color: #1B365D;
   color: #fff; }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link.active, .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link.current {
   outline: 2px solid #00ADE1; }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link:focus, .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link:focus-visible {
   outline-offset: -3px;
   outline: 2px solid #00ADE1; }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link.current:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/videogallery-pause-btn.svg) no-repeat 0 0; }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link.inactive {
   color: #1a355e;
   background-color: #BFBFBF;
   border-bottom: 1px solid #DFDFDF;
   border-top: 0;
   /*border-right: 1px solid $font-dark;
                             border-bottom: 1px solid red;
                             border-left: 1px solid $font-dark;*/
   cursor: help;
   pointer-events: none;
   outline: 2px solid transparent;
   outline-offset: -2px; }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link.inactive:after {
   opacity: .5;
   background-image: none; }
 
 .page-technology .spectacular-science .video-gallery .playlist .video-links li > .video-link.inactive .video-title {
   font-weight: normal;
   opacity: 0; }
 
 .page-technology .spectacular-science .transcript-content .transcript-list {
   padding: 0; }
 
 .page-technology .spectacular-science .transcript-content .transcript-item {
   display: none; }
 
 .page-technology .spectacular-science .transcript-content .transcript-item.current {
   display: block; }
 
 .page-technology .spectacular-science .wave-bottom {
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg); }
 
 .page-technology .spectacular-science .wave-bottom .shape-fill {
   fill: #FFFFFF; }
 
 .page-technology .spectacular-science .wave-bottom svg {
   position: relative;
   display: block;
   width: calc(145% + 1.3px);
   height: 60px; }
 
 @media (min-width: 768px) {
   .page-technology .spectacular-science .wave-bottom svg {
     width: calc(150% + 1.3px);
     height: 150px; } }
 
 .page-technology .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/technology-bg-m.png); }
 
 @media (min-width: 768px) {
   .page-technology .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/technology-bg.png); } }
 
 .page-technology .video-description {
   flex-direction: row; }
 
 @media (max-width: 991.98px) {
   .page-technology .video-description {
     flex-direction: column;
     margin: 0 15px; } }
 
 .page-technology .video-description .video-player {
   width: 400px; }
 
 @media (max-width: 991.98px) {
   .page-technology .video-description .video-player {
     width: 280px;
     height: 280px;
     margin-right: 0px; } }
 
 @media (max-width: 991.98px) {
   .page-technology .video-description .clipped {
     margin-top: -110px; } }
 
 .page-technology .video-description .clipped .content-wrap {
   padding: 40px 90px 40px 200px; }
 
 @media (max-width: 991.98px) {
   .page-technology .video-description .clipped .content-wrap {
     padding: 120px 40px 40px 40px; } }
 
 .page-technology .intro .future-tech-now {
   display: flex;
   align-items: center;
   flex-direction: column;
   margin-top: 0; }
 
 @media (min-width: 768px) {
   .page-technology .intro .future-tech-now {
     flex-direction: row-reverse;
     margin-top: 15px; } }
 
 .page-technology .intro .future-tech-now figure {
   margin: 0; }
 
 .page-technology .intro .future-tech-now .content-block {
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
   gap: 25px;
   margin: 0; }
 
 @media (min-width: 768px) {
   .page-technology .intro .future-tech-now .content-block {
     padding-right: 65px;
     align-items: flex-start;
     gap: 5px; } }
 
 .page-technology .intro .future-tech-now .content-block .h5 {
   font-size: 2.125rem;
   line-height: 1.2;
   text-align: center;
   color: #1A355E; }
 
 @media (min-width: 768px) {
   .page-technology .intro .future-tech-now .content-block .h5 {
     font-size: 2.625rem;
     text-align: left; } }
 
 .page-technology .intro .future-tech-now .content-block img {
   width: 68%; }
 
 .page-technology .vsuite-label, .page-technology .vsuite-brand {
   font-size: 2.125rem;
   font-family: "Roboto Condensed", sans-serif;
   text-align: center;
   line-height: 1.2; }
 
 @media (min-width: 768px) {
   .page-technology .vsuite-label, .page-technology .vsuite-brand {
     font-size: 2.625rem; } }
 
 .page-technology .vsuite-label {
   font-weight: bold; }
 
 .page-technology .vsuite-brand {
   font-style: italic;
   font-weight: normal; }
 
 .page-technology .vsuite-platform {
   margin: 0 auto;
   width: 100%; }
 
 @media (min-width: 992px) {
   .page-technology .vsuite-platform {
     margin: 0 auto;
     width: 960px; } }
 
 @media (min-width: 1200px) {
   .page-technology .vsuite-platform {
     margin: 0 auto;
     width: 1180px; } }
 
 .page-technology .vsuite-platform .vsuite-brand {
   font-family: "Roboto Condensed", sans-serif;
   font-style: italic; }
 
 .page-technology .vsuite-platform .accordion .card {
   color: #fff;
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%);
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%); }
 
 @media (min-width: 768px) {
   .page-technology .vsuite-platform .accordion .card {
     clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); } }
 
 .page-technology .vsuite-platform .accordion .card .card-header .btn {
   width: 100%;
   color: #fff;
   font-size: 1.5rem;
   font-style: italic;
   text-transform: capitalize;
   justify-content: space-between; }
 
 @media (min-width: 768px) {
   .page-technology .vsuite-platform .accordion .card .card-header .btn {
     font-size: 2.25rem; } }
 
 .page-technology .vsuite-platform .accordion .card .card-header .btn:focus, .page-technology .vsuite-platform .accordion .card .card-header .btn:focus-visible {
   box-shadow: 1px 0px 7px #fff; }
 
 .page-technology .vsuite-platform .accordion .card .card-header .btn:after {
   content: "+";
   display: block;
   width: 20px;
   height: 20px;
   color: #fff;
   font-style: normal; }
 
 .page-technology .vsuite-platform .accordion .card .card-header .btn[aria-expanded="true"]:after {
   content: "-";
   display: block;
   width: 20px;
   height: 20px;
   color: #fff;
   font-style: normal; }
 
 .page-technology .vsuite-platform .accordion .card-body p {
   color: #fff;
   font-size: 1.125rem; }
 
 .page-technology .advanced-technologies {
   position: relative;
   margin: auto -15px;
   background-image: linear-gradient(180deg, rgba(155, 211, 221, 0.56) 0%, rgba(204, 231, 236, 0.56) 100%); }
 
 .page-technology .advanced-technologies .wave-bottom {
   /* position: absolute;
                 bottom: 0;
                 left: 0; */
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg); }
 
 .page-technology .advanced-technologies .wave-bottom svg {
   position: relative;
   display: block;
   width: calc(130% + 1.3px);
   height: 50px; }
 
 @media (min-width: 768px) {
   .page-technology .advanced-technologies .wave-bottom svg {
     width: calc(134% + 1.3px);
     height: 100px; } }
 
 .page-technology .advanced-technologies .wave-bottom .shape-fill {
   fill: #FFFFFF; }
 
 .page-technology .advanced-technologies .wave-top {
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg); }
 
 .page-technology .advanced-technologies .wave-top svg {
   position: relative;
   display: block;
   width: calc(130% + 1.3px);
   height: 50px; }
 
 @media (min-width: 768px) {
   .page-technology .advanced-technologies .wave-top svg {
     width: calc(134% + 1.3px);
     height: 100px; } }
 
 .page-technology .advanced-technologies .wave-top .shape-fill {
   fill: #FFFFFF; }
 
 .page-technology .advanced-technologies .group-8 {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-top: 45px; }
 
 @media (min-width: 768px) {
   .page-technology .advanced-technologies .group-8 {
     flex-direction: row-reverse;
     margin-top: 45px; } }
 
 .page-technology .advanced-technologies .group-8 .video-player .play-video-btn {
   background-image: linear-gradient(#d50056, #950051); }
 
 .page-technology .advanced-technologies .group-8 .group-content .h5 {
   margin-bottom: 20px;
   font-size: 2.625rem;
   line-height: 1.2;
   text-align: center;
   margin: 40px 0; }
 
 @media (min-width: 768px) {
   .page-technology .advanced-technologies .group-8 .group-content .h5 {
     text-align: left;
     font-size: 2.625rem; } }
 
 .page-technology .advanced-technologies .case-study {
   display: flex;
   margin: 50px 0;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .page-technology .advanced-technologies .case-study {
     flex-direction: row;
     margin: 50px 0; } }
 
 .page-technology .advanced-technologies .case-study figure.ring {
   margin: 0; }
 
 .page-technology .advanced-technologies .case-study figure.ring .picture-frame {
   position: relative;
   border-radius: 50%;
   z-index: 2; }
 
 .page-technology .advanced-technologies .case-study figure.ring .picture-frame img {
   width: 68%;
   background-color: #fff; }
 
 @media (min-width: 768px) {
   .page-technology .advanced-technologies .case-study figure.ring .picture-frame img {
     width: inherit; } }
 
 .page-technology .advanced-technologies .case-study .copy-title, .page-technology .advanced-technologies .case-study .copy--subtitle {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: bold; }
 
 .page-technology .advanced-technologies .case-study .copy-title {
   text-transform: uppercase;
   font-size: 1.75rem; }
 
 .page-technology .advanced-technologies .case-study .copy-title:after {
   content: "";
   display: block;
   margin: 25px 0;
   width: 100%;
   height: 3px;
   background-color: #78BE20; }
 
 .page-technology .advanced-technologies .case-study .copy--subtitle {
   font-size: 1.5rem;
   color: #1B365D; }
 
 @media (min-width: 768px) {
   .page-technology .advanced-technologies .case-study-1 .case-study-content {
     padding-left: 30px; } }
 
 .page-technology .advanced-technologies .case-study-1 .copy-title {
   color: #D50056; }
 
 .page-technology .advanced-technologies .case-study-1 .copy-title:after {
   background-color: #D50056;
   margin-left: -85px;
   width: calc(100% + 85px); }
 
 .page-technology .advanced-technologies .case-study-2 .case-study {
   flex-direction: column;
   flex-direction: column-reverse; }
 
 @media (min-width: 768px) {
   .page-technology .advanced-technologies .case-study-2 .case-study {
     flex-direction: row; }
   .page-technology .advanced-technologies .case-study-2 .case-study .case-study-content {
     padding-right: 30px; } }
 
 .page-technology .advanced-technologies .case-study-2 .copy-title {
   color: #56BCE6; }
 
 .page-technology .advanced-technologies .case-study-2 .copy-title:after {
   background-color: #56BCE6;
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-technology .advanced-technologies .case-study-2 .copy-title:after {
     width: calc(100% + 105px); } }
 
 .page-technology .deep-science {
   margin: 75px 0 50px 0; }
 
 @media (min-width: 768px) {
   .page-technology .deep-science {
     margin: 100px 0 140px 0; } }
 
 .page-technology .deep-science .group-10 .intro-block {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: center; }
 
 .page-technology .deep-science .group-10 .intro-block .h5 {
   font-size: 2.125rem;
   line-height: 1.2;
   text-align: center;
   padding: 50px 10px 0; }
 
 @media (min-width: 768px) {
   .page-technology .deep-science .group-10 .intro-block .h5 {
     text-align: left;
     font-size: 2.625rem;
     padding: 0 0 0 50px; } }
 
 .page-technology .deep-science .group-10 .group-content .h5 {
   margin-top: 30px;
   font-size: 1.5rem;
   line-height: 1.2; }
 
 @media (min-width: 768px) {
   .page-technology .deep-science .group-10 .group-content .h5 {
     font-size: 2.25rem; } }
 
 .page-technology .deep-science .group-10 .group-content .h5:after {
   content: "";
   display: block;
   margin: 25px 0;
   width: 100%;
   height: 2px;
   background-color: #78BE20; }
 
 .page-technology .deep-science .group-10 .group-content p {
   font-size: 1.125rem;
   line-height: 1.35; }
 
 @media (min-width: 768px) {
   .page-technology .deep-science .group-10 .group-content p {
     font-size: 1.3125rem; } }
 
 .page-technology .pipeline {
   margin: 0; }
 
 @media (min-width: 768px) {
   .page-technology .pipeline {
     margin: 0 0 100px 0; } }
 
 .page-technology .pipeline .cta-img-callout {
   margin-bottom: 0; }
 
 @media (min-width: 768px) {
   .page-technology .pipeline .cta-img-callout {
     margin-bottom: inherit; } }
 
 .page-technology .pipeline .cta-img-callout img {
   position: absolute;
   right: auto;
   bottom: -120px;
   left: 50%;
   transform: translateX(-50%);
   width: 275px;
   z-index: 2;
   border-color: transparent; }
 
 @media (min-width: 768px) {
   .page-technology .pipeline .cta-img-callout img {
     right: -40px;
     width: 294px;
     left: auto;
     transform: translateX(0);
     bottom: 0; } }
 
 .page-technology .pipeline .clipped {
   margin: 0;
   width: 100%;
   height: auto; }
 
 @media (min-width: 768px) {
   .page-technology .pipeline .clipped {
     width: 90%;
     height: 290px; } }
 
 .page-technology .pipeline .clipped .content-wrap {
   padding: 40px 30px 190px 40px; }
 
 @media (min-width: 768px) {
   .page-technology .pipeline .clipped .content-wrap {
     padding: 40px 260px 30px 40px; } }
 
 .page-technology .pipeline .clipped .content-wrap .h5 {
   margin-bottom: 20px;
   font-size: 1.5rem;
   line-height: 1.2; }
 
 @media (min-width: 768px) {
   .page-technology .pipeline .clipped .content-wrap .h5 {
     font-size: 2.25rem; } }
 
 .page-technology .expertise-cell-production {
   margin: 200px 0 50px 0; }
 
 @media (min-width: 768px) {
   .page-technology .expertise-cell-production {
     margin: 50px 0; } }
 
 @media (min-width: 768px) {
   .page-technology .expertise-cell-production {
     margin: 100px 0 0 0; } }
 
 .page-technology .expertise-cell-production .content-wrap {
   padding: 40px 15px; }
 
 @media (min-width: 768px) {
   .page-technology .expertise-cell-production .content-wrap {
     padding: 40px 60px; } }
 
 .page-technology .expertise-cell-production .content-wrap .h5 {
   margin: 40px 0 25px 0;
   padding: 0;
   font-size: 1.5rem;
   line-height: 1.2;
   text-align: left; }
 
 @media (min-width: 768px) {
   .page-technology .expertise-cell-production .content-wrap .h5 {
     margin: 0 0 25px 0;
     font-size: 2.25rem;
     text-align: center; } }
 
 .page-technology .expertise-cell-production .content-wrap p {
   margin: 0 0 25px 0;
   padding: 0; }
 
 .page-technology .expertise-cell-production .content-wrap .dots-blue li {
   padding: 0 20px 0 20px;
   margin-left: 20px; }
 
 @media (min-width: 768px) {
   .page-technology .expertise-cell-production .content-wrap .dots-blue li {
     padding: 0 45px; } }
 
 .page-technology .expertise-cell-production .content-wrap .dots-blue li:last-child {
   margin-bottom: -1em; }
 
 .page-technology .rapid-response {
   margin: 0; }
 
 @media (min-width: 768px) {
   .page-technology .rapid-response {
     margin: 100px 0 0 0; } }
 
 .page-technology .rapid-response .group-15 {
   display: flex;
   flex-wrap: wrap;
   justify-content: center; }
 
 .page-technology .rapid-response .group-15 .intro-block {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 45px; }
 
 .page-technology .rapid-response .group-15 .intro-block img {
   width: 250px; }
 
 @media (min-width: 768px) {
   .page-technology .rapid-response .group-15 .intro-block img {
     width: inherit; } }
 
 @media (min-width: 768px) {
   .page-technology .rapid-response .group-15 .intro-block {
     flex-direction: row; } }
 
 .page-technology .rapid-response .group-15 .intro-block .h5 {
   font-size: 2rem;
   line-height: 1.2;
   text-align: center;
   padding: 50px 0 0; }
 
 @media (min-width: 768px) {
   .page-technology .rapid-response .group-15 .intro-block .h5 {
     text-align: left;
     font-size: 2.25rem;
     padding: 0 0 0 50px; } }
 
 .page-technology .rapid-response .group-15 p {
   text-align: left;
   /*@include media-breakpoint-up(md) {
                     text-align: center;
                 }*/ }
 
 .page-technology .clipped .content-wrap {
   padding: 0 15px 60px 15px; }
 
 @media (min-width: 768px) {
   .page-technology .clipped .content-wrap {
     padding: 25px 90px; } }
 
 .page-technology em.veloci-brand {
   word-break: keep-all; }
 
 .page-technology .tab-content {
   width: 100%;
   height: 100%;
   filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.3));
   -moz-filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.3));
   -ms-filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.3));
   -webkit-filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.3));
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%);
   color: #fff; }
 
 @media (min-width: 768px) {
   .page-technology .tab-content {
     width: 730px;
     min-height: 840px; } }
 
 .page-technology .tab-content .clipped .content-wrap {
   padding: 25px 90px; }
 
 .page-technology .tab-content .veloci-content.clipped {
   clip-path: inherit; }
 
 @media (min-width: 768px) {
   .page-technology .tab-content .veloci-content.clipped {
     min-height: 690px; } }
 
 .page-technology .tab-content .veloci-content.clipped .content-wrap {
   padding: 25px 90px; }
 
 .cta-img-callout {
   flex-direction: row;
   display: flex;
   align-items: center;
   position: relative; }
 
 @media (max-width: 991.98px) {
   .cta-img-callout {
     display: flex;
     align-items: center;
     flex-direction: column; } }
 
 .cta-img-callout p + button {
   margin-top: 25px; }
 
 .science-to-medicine .video-player {
   margin-right: -180px; }
 
 .science-to-medicine .content-wrap {
   padding: 40px 30px 40px 220px; }
 
 .science-to-medicine .content-wrap h5 {
   margin-bottom: 5px; }
 
 .velocisuite {
   display: flex;
   flex-flow: column nowrap;
   justify-content: flex-start;
   flex-direction: column-reverse;
   margin: 25px auto 50px auto; }
 
 @media (min-width: 768px) {
   .velocisuite {
     margin: 30px auto 50px auto;
     flex-flow: column nowrap;
     justify-content: center;
     flex-direction: row-reverse; } }
 
 @media (min-width: 992px) {
   .velocisuite {
     width: 960px; } }
 
 @media (min-width: 1200px) {
   .velocisuite {
     width: 1110px; } }
 
 .velocisuite .nav-item sup {
   margin-left: 2px; }
 
 .veloci_video-player {
   display: block;
   margin: 30px auto; }
 
 .veloci_video-player .play-video-btn {
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   background-image: linear-gradient(#d50056, #950051); }
 
 .veloci_video-player-image {
   display: block;
   margin: 20px auto;
   max-width: 250px;
   max-height: 250px; }
 
 @media (min-width: 768px) {
   .veloci_video-player-image {
     margin: 40px auto;
     max-width: 350px;
     max-height: 350px; } }
 
 .veloci_video-player.ruby .img-ring {
   border-color: #fff; }
 
 #velocisuiteTabs {
   flex-flow: column nowrap;
   width: 450px; }
 
 @media (max-width: 991.98px) {
   #velocisuiteTabs {
     width: 100%; } }
 
 #velocisuiteTabs .tab-content {
   width: 70%; }
 
 #velocisuiteTabs.nav-tabs {
   border: 0 none;
   margin-top: -15px; }
 
 @media (min-width: 768px) {
   #velocisuiteTabs.nav-tabs {
     margin-top: 0;
     height: 158px; } }
 
 #velocisuiteTabs.nav-tabs .nav-link {
   display: flex;
   align-items: center;
   justify-content: center;
   padding-left: 0;
   height: 68px; }
 
 @media (min-width: 768px) {
   #velocisuiteTabs.nav-tabs .nav-link {
     height: 80px;
     padding-left: 80px;
     justify-content: flex-start; } }
 
 #velocisuiteTabs.nav-tabs .nav-link:hover, #velocisuiteTabs.nav-tabs a.nav-link.underline, #velocisuiteTabs.nav-tabs .page-terms-of-use #main-content a.nav-link, .page-terms-of-use #main-content #velocisuiteTabs.nav-tabs a.nav-link, #velocisuiteTabs.nav-tabs .page-social-media-terms #main-content a.nav-link, .page-social-media-terms #main-content #velocisuiteTabs.nav-tabs a.nav-link, #velocisuiteTabs.nav-tabs .nav-link:focus {
   border: 0 none;
   box-shadow: none;
   background-color: #9BD3DD; }
 
 #velocisuiteTabs.nav-tabs .nav-item {
   margin-bottom: 5px; }
 
 @media (min-width: 768px) {
   #velocisuiteTabs.nav-tabs .nav-item {
     margin-bottom: 15px; } }
 
 #velocisuiteTabs.nav-tabs .nav-link {
   border: 0 none;
   border-radius: 0; }
 
 #velocisuiteTabs.nav-tabs .nav-link.clipped {
   margin-bottom: 0;
   font-size: 1.5rem;
   font-weight: bold;
   color: #fff;
   background-color: #065BAA;
   /*clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);*/ }
 
 @media (min-width: 768px) {
   #velocisuiteTabs.nav-tabs .nav-link.clipped {
     /*margin-bottom: 10px;*/
     /*   clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);*/ } }
 
 #velocisuiteTabs.nav-tabs .nav-link.clipped.active {
   background-color: #107FCD; }
 
 #velocisuiteTabs.nav-tabs .nav-link.clipped:hover, #velocisuiteTabs.nav-tabs a.nav-link.clipped.underline, #velocisuiteTabs.nav-tabs .page-terms-of-use #main-content a.nav-link.clipped, .page-terms-of-use #main-content #velocisuiteTabs.nav-tabs a.nav-link.clipped, #velocisuiteTabs.nav-tabs .page-social-media-terms #main-content a.nav-link.clipped, .page-social-media-terms #main-content #velocisuiteTabs.nav-tabs a.nav-link.clipped, #velocisuiteTabs.nav-tabs .nav-link.clipped:focus {
   background-color: #107FCD; }
 
 #velocisuiteTabs.nav-tabs .nav-link.clipped img {
   height: 20px; }
 
 #velocisuiteTabs .veloci-content {
   padding: 50px;
   color: #065baa; }
 
 .antibody-pioneers {
   margin-top: 0px; }
 
 @media (max-width: 991.98px) {
   .antibody-pioneers {
     margin-top: 180px; } }
 
 .antibody-pioneers .img-ring {
   margin-right: -175px;
   z-index: 1; }
 
 @media (max-width: 991.98px) {
   .antibody-pioneers .img-ring {
     margin-right: 0px;
     position: absolute;
     margin-top: -140px;
     width: 80%; } }
 
 .antibody-pioneers .content-wrap {
   padding: 30px 60px 30px 220px; }
 
 @media (max-width: 991.98px) {
   .antibody-pioneers .content-wrap {
     padding: 190px 30px 30px 30px; } }
 
 .rapid-response {
   margin-top: 0px; }
 
 @media (max-width: 991.98px) {
   .rapid-response {
     margin-top: 0px; } }
 
 .rapid-response .cta-img-callout .img-ring {
   margin-left: -175px;
   order: 2;
   z-index: 1; }
 
 @media (max-width: 991.98px) {
   .rapid-response .cta-img-callout .img-ring {
     margin: 0 auto;
     position: absolute;
     bottom: -110px;
     width: 80%; } }
 
 .rapid-response .cta-img-callout .content-wrap {
   padding: 50px 190px 50px 50px; }
 
 @media (max-width: 991.98px) {
   .rapid-response .cta-img-callout .content-wrap {
     padding: 30px 30px 190px 30px; } }
 
 .traps {
   margin-top: 0px; }
 
 @media (max-width: 991.98px) {
   .traps {
     margin-top: 250px; } }
 
 .traps .img-ring {
   margin-right: -135px;
   z-index: 1; }
 
 @media (max-width: 991.98px) {
   .traps .img-ring {
     position: absolute;
     top: -160px;
     margin: 0 auto;
     width: 80%; } }
 
 .traps .content-wrap {
   padding: 40px 50px 40px 155px; }
 
 @media (max-width: 991.98px) {
   .traps .content-wrap {
     padding: 150px 30px 30px 30px; } }
 
 .cell-production .img-ring {
   margin-left: -210px;
   z-index: 2;
   order: 2; }
 
 @media (max-width: 991.98px) {
   .cell-production .img-ring {
     position: absolute;
     bottom: -110px;
     margin: 0 auto;
     width: 80%; } }
 
 .cell-production .clipped .content-wrap {
   padding: 50px 210px 10px 60px; }
 
 @media (max-width: 991.98px) {
   .cell-production .clipped .content-wrap {
     padding: 30px 30px 150px 30px; } }
 
 .cell-production .dots-green {
   flex-flow: column;
   margin-left: 0; }
 
 .cell-production .dots-green li {
   width: 100%; }
 
 /*section buffers*/
 .intro, .science-to-medicine,
 .antibody-pioneers,
 .rapid-response,
 .traps,
 .cell-production {
   /*margin: 0 -15px;*/ }
 
 .intro:after, .science-to-medicine:after,
 .antibody-pioneers:after,
 .rapid-response:after,
 .traps:after,
 .cell-production:after {
   content: '';
   display: block;
   position: relative;
   width: 100%;
   height: 70px;
   /*background-color: rgba(255,0,0,0.2);*/ }
 
 .clipped-blue-text {
   color: #1b365d; }
 
 .clipped-white-text {
   color: #fff; }
 
 /*------------------------------------
   #TERMS OF USE
 ------------------------------------*/
 .page-terms-of-use h3 {
   font-size: 1.75rem;
   font-weight: 700;
   margin: .8rem 0;
   text-transform: none;
   letter-spacing: normal; }
 
 .page-terms-of-use .hero-head h3 {
   line-height: 3.125rem;
   font-size: 2.5rem;
   font-weight: 400;
   margin-bottom: 60px;
   letter-spacing: 0.3125rem;
   text-transform: uppercase; }
 
 .page-terms-of-use p {
   font-size: 85%; }
 
 @media (min-width: 768px) {
   .page-terms-of-use a[href^="tel:"] {
     color: unset;
     pointer-events: none; } }
 
 /*------------------------------------*\
   #SOCIAL MEDIA TERMS
 \*------------------------------------*/
 .page-social-media-terms h3 {
   font-size: 1.75rem;
   font-weight: 700;
   margin: .8rem 0;
   text-transform: none;
   letter-spacing: normal; }
 
 .page-social-media-terms .hero-head {
   padding-bottom: 24px; }
 
 .page-social-media-terms .hero-head h3 {
   line-height: 3.125rem;
   font-size: 2.5rem;
   font-weight: 400;
   margin-bottom: 60px;
   letter-spacing: 0.3125rem;
   text-transform: uppercase; }
 
 .page-social-media-terms p {
   font-size: 85%; }
 
 ul.terms-bullet {
   list-style-type: none;
   margin-top: .5rem;
   margin-bottom: .5rem;
   padding-left: 0;
   margin-left: 0; }
 
 ul.terms-bullet li {
   position: relative;
   margin-bottom: 1rem;
   padding: 0 25px;
   font-size: 85%; }
 
 ul.terms-bullet li:before {
   content: "";
   display: block;
   position: absolute;
   top: 5px;
   left: 0;
   width: 15px;
   height: 15px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images//perspective/icon_bullet-green.png) no-repeat 0 0;
   background-size: contain; }
 
 /*------------------------------------
   #SUSTAINABLE COMMUNITIES
 ------------------------------------*/
 .page-sustainable-communities {
   /* .cta-box {
         &.ctr {
             .content {
                 margin-left: 5px;
                 margin-right: 5px;
             }
         }
     }*/ }
 
 @media (min-width: 768px) {
   .page-sustainable-communities .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/sustainable-communities/sustainable-communities-bg.png); } }
 
 .page-sustainable-communities .simple-body-link {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: space-between;
   width: fit-content;
   text-transform: uppercase;
   font-size: 1rem;
   font-weight: 700;
   color: #0059AD; }
 
 .page-sustainable-communities .simple-body-link:after {
   content: '';
   width: 15px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/arrow-blue.svg) no-repeat 100% 50%;
   background-size: contain; }
 
 .page-fostering .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/sustainable-communities/fostering-next-gen-mobile.png); }
 
 @media (min-width: 768px) {
   .page-fostering .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/sustainable-communities/fostering-next-gen.png); } }
 
 .page-green-link {
   color: #3ca00c;
   margin-bottom: 40px;
   position: relative;
   padding-left: 30px;
   font-size: 1.5rem;
   font-family: "Roboto Condensed", sans-serif; }
 
 .page-green-link:before {
   content: "";
   position: absolute;
   left: 0px;
   top: 3px;
   width: 10px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/sustainable-communities/green-left-arrow.svg) no-repeat 0 0;
   background-size: contain; }
 
 .title-callout {
   padding: 40px 20px 20px 20px;
   margin-bottom: 20px; }
 
 @media (min-width: 768px) {
   .title-callout {
     padding: 40px 65px 30px 65px;
     margin-bottom: 40px; } }
 
 /*-- SUB PAGE 1 --*/
 .sustainable-sub1_callout2 {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/sustainable-communities/enviornmental-targets-blank.png) no-repeat 0 0;
   position: relative;
   min-height: 533px; }
 
 .sustainable-sub1_callout2-title {
   /*            position: absolute;
             left: 5.4%;
             top: 2%;*/
   margin-bottom: 10px; }
 
 .sustainable-sub1_callout2-stationary {
   position: absolute;
   top: 21%;
   width: 80px;
   height: 320px;
   z-index: 200; }
 
 .sustainable-sub1_callout2-bin {
   position: relative;
   width: 100%;
   height: 500px;
   padding-top: 110px;
   z-index: 1;
   overflow-x: scroll; }
 
 .sustainable-sub1_callout2-bin--moving {
   position: absolute;
   left: 1%;
   width: 820px;
   height: 371px;
   z-index: 100; }
 
 .sustainable-sub1_callout2-copy {
   color: #fff;
   font-size: 0.75rem;
   font-weight: bold;
   position: absolute;
   left: 5.4%;
   bottom: 3%;
   margin: 0px;
   z-index: 100; }
 
 @media (min-width: 768px) {
   .sustainable-sub1_callout2 {
     padding-top: 20px;
     background-size: contain;
     /*&-title {
                 top: 8.25%;
             }*/ }
   .sustainable-sub1_callout2-stationary, .sustainable-sub1_callout2-bin {
     display: none; } }
 
 .sustainable-sub1_callout2 .environmental-data {
   display: flex;
   gap: 20px;
   margin-left: 34px;
   padding-top: 5px;
   width: 100%; }
 
 @media (min-width: 768px) {
   .sustainable-sub1_callout2 .environmental-data {
     padding-top: 0; } }
 
 .sustainable-sub1_callout2 .environmental-data .data-labels {
   width: 83px;
   height: 417px;
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   justify-content: flex-end;
   gap: 20px;
   height: 415px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-labels span {
   display: flex; }
 
 .sustainable-sub1_callout2 .environmental-data .data-labels span:before {
   content: "";
   display: block;
   margin-right: 5px;
   width: 25px;
   height: 15px;
   background-position: 0 0;
   background-repeat: no-repeat;
   background-size: cover; }
 
 .sustainable-sub1_callout2 .environmental-data .data-labels span.water:before {
   width: 9px;
   height: 13px;
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/sustainable-communities/icon_water.svg); }
 
 .sustainable-sub1_callout2 .environmental-data .data-labels span.waste:before {
   width: 13px;
   height: 13px;
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/sustainable-communities/icon_trash.svg); }
 
 .sustainable-sub1_callout2 .environmental-data .data-labels span.energy:before {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/sustainable-communities/icon_energy.svg); }
 
 .sustainable-sub1_callout2 .environmental-data .data-pod-label {
   width: 100%;
   min-height: 160px;
   background-color: rgba(255, 255, 255, 0.9); }
 
 .sustainable-sub1_callout2 .environmental-data .data-pod-label:nth-of-type(1) {
   min-height: 55px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-pod-label span {
   display: flex;
   margin: 8px 5px 5px 5px;
   width: 90%;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 0.6875rem;
   font-weight: bold;
   text-transform: uppercase;
   line-height: 1.1; }
 
 .sustainable-sub1_callout2 .environmental-data .data-cells {
   position: relative;
   display: flex;
   justify-content: flex-start;
   gap: 23px;
   width: 720px;
   height: 418px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-cells-wrap {
   display: flex;
   height: 486px;
   overflow-y: hidden;
   width: 720px;
   padding-left: 29px;
   padding-right: 100px;
   margin-left: -20px;
   z-index: 3; }
 
 @media (min-width: 768px) {
   .sustainable-sub1_callout2 .environmental-data .data-cells-wrap {
     height: 498px;
     overflow-y: inherit;
     width: 720px;
     padding-left: 30px;
     margin-left: -29px;
     z-index: 3; } }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-1, .sustainable-sub1_callout2 .environmental-data .data-col-2, .sustainable-sub1_callout2 .environmental-data .data-col-3, .sustainable-sub1_callout2 .environmental-data .data-col-4 {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   justify-content: flex-end;
   gap: 20px;
   height: 415px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-1:before, .sustainable-sub1_callout2 .environmental-data .data-col-2:before, .sustainable-sub1_callout2 .environmental-data .data-col-3:before, .sustainable-sub1_callout2 .environmental-data .data-col-4:before {
   content: '';
   display: block;
   position: absolute;
   left: -12px;
   bottom: -28px;
   width: 5px;
   height: 330px;
   border-left: 2px dotted #C4E86B; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-1 {
   width: 130px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-1:after {
   content: '2021';
   display: block;
   position: absolute;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.25rem;
   font-weight: bold;
   color: #fff;
   left: -30px;
   bottom: -52px;
   width: auto; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-2 {
   width: 150px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-2:after {
   content: '2023';
   display: block;
   position: absolute;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.25rem;
   font-weight: bold;
   color: #fff;
   left: -30px;
   bottom: -52px;
   width: auto; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-3 {
   width: 230px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-3:after {
   content: '2025';
   display: block;
   position: absolute;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.25rem;
   font-weight: bold;
   color: #fff;
   left: -30px;
   bottom: -52px;
   width: auto; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-3 .data-pod:nth-of-type(1) {
   min-height: 55px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-4 {
   width: 140px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-col-4:after {
   content: '2035';
   display: block;
   position: absolute;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.25rem;
   font-weight: bold;
   color: #fff;
   left: -30px;
   bottom: -52px;
   width: auto; }
 
 .sustainable-sub1_callout2 .environmental-data .data-pod {
   width: 100%;
   min-height: 160px;
   background-color: rgba(255, 255, 255, 0.9); }
 
 .sustainable-sub1_callout2 .environmental-data .data-pod span {
   display: block;
   margin: 8px auto;
   width: 90%;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 0.6875rem;
   line-height: 1.2; }
 
 .sustainable-sub1_callout2 .environmental-data .data-pod .divider {
   display: block;
   margin: 10px 0 10px 8px;
   width: 70%;
   height: 2px; }
 
 .sustainable-sub1_callout2 .environmental-data .data-pod .divider:before {
   content: '';
   display: block;
   width: 100%;
   height: 1px;
   background-color: #B3D362; }
 
 .sustainable-sub1_callout2 .environmental-data-axis {
   margin-top: 15px;
   margin-left: 40px;
   width: 820px;
   height: 10px;
   background-color: #C4E86B; }
 
 .sustainable-sub1_callout2 .environmental-data-axis.cell {
   position: absolute;
   right: 0;
   bottom: -25px;
   width: 740px; }
 
 .sustainable-sub1_callout2 .environmental-data-axis.labels {
   position: absolute;
   right: -9px;
   bottom: -28px;
   width: 92px; }
 
 @media (min-width: 768px) {
   .sustainable-sub1_callout2 .environmental-data-axis.labels {
     right: 0;
     width: 84px; } }
 
 .sustainable-sub1_callout3 {
   padding: 20px; }
 
 .sustainable-sub1_callout3 p {
   font-size: 0.875rem;
   font-weight: 400; }
 
 @media (min-width: 768px) {
   .sustainable-sub1_callout3 {
     padding: 40px 30px; } }
 
 .sustainable-sub1_callout3 .callout3-links p {
   margin-bottom: 22px; }
 
 .sustainable-sub1_callout3 .callout3-links .download {
   color: #1b365d;
   position: relative;
   font-size: 1rem;
   line-height: 1.25rem;
   margin: 0px;
   align-self: center;
   font-style: italic;
   font-weight: bold;
   text-transform: inherit;
   margin-left: 30px; }
 
 .sustainable-sub1_callout3 .callout3-links .download:before {
   content: '';
   position: absolute;
   width: 25px;
   height: 25px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-blue.svg) no-repeat 0 0;
   background-size: contain;
   top: -6px;
   left: -30px; }
 
 .sustainable-sub1_callout3 .callout3-links .download:hover, .sustainable-sub1_callout3 .callout3-links a.download.underline, .sustainable-sub1_callout3 .callout3-links .page-terms-of-use #main-content a.download, .page-terms-of-use #main-content .sustainable-sub1_callout3 .callout3-links a.download, .sustainable-sub1_callout3 .callout3-links .page-social-media-terms #main-content a.download, .page-social-media-terms #main-content .sustainable-sub1_callout3 .callout3-links a.download {
   color: #1b365d; }
 
 .sustainable-sub1_callout4 {
   padding: 20px; }
 
 .sustainable-sub1_callout4-block {
   display: flex;
   align-items: center; }
 
 .sustainable-sub1_callout4-block--poster {
   display: block;
   margin: 15px 0;
   /* width: 150px;
                 height: 90px;
                 margin-right: 65px;*/ }
 
 .sustainable-sub1_callout4-block--download {
   display: flex;
   align-items: center;
   color: #fff;
   position: relative;
   height: 40px;
   font-size: 1rem;
   line-height: 1.25rem;
   margin: 0px;
   text-decoration: underline;
   text-underline-offset: 4px;
   /*font-style: italic;
                 font-weight: bold;*/ }
 
 .sustainable-sub1_callout4-block--download:before {
   content: '';
   position: relative;
   width: 30px;
   height: 30px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-white.svg) no-repeat 0 0;
   background-size: contain;
   /*top: 10px;
                     left: -35px;*/
   top: 0;
   left: 0; }
 
 .sustainable-sub1_callout4-block--download:hover, a.sustainable-sub1_callout4-block--download.underline, .page-terms-of-use #main-content a.sustainable-sub1_callout4-block--download, .page-social-media-terms #main-content a.sustainable-sub1_callout4-block--download {
   color: #fff;
   box-shadow: none !important; }
 
 @media (min-width: 768px) {
   .sustainable-sub1_callout4 {
     padding: 40px; } }
 
 .sustainable-sub1_callout4 .badge {
   display: flex;
   margin-bottom: 15px;
   padding: 20px;
   width: 110px;
   height: 110px;
   border-radius: 50%;
   background-color: rgba(255, 255, 255, 0.25); }
 
 .sustainable-sub1_callout4 .badge.r-report img {
   width: 100%; }
 
 /*-- SUB PAGE 2 --*/
 .sustainable-sub2_callout2 {
   background-image: linear-gradient(180deg, #3CA00C 1%, #1F612F 100%);
   padding: 20px;
   color: #fff; }
 
 .sustainable-sub2_callout2-image {
   width: 168px;
   height: 168px;
   display: block;
   margin: 30px auto; }
 
 .sustainable-sub2_callout2 h5 {
   position: relative;
   text-align: center;
   padding-right: 15px; }
 
 .sustainable-sub2_callout2 h5:after {
   content: '';
   position: absolute;
   width: 11px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain;
   right: 0px;
   top: calc(50% - 16px); }
 
 @media (min-width: 768px) {
   .sustainable-sub2_callout2 {
     padding: 50px; } }
 
 .sustainable-sub2_callout2 a {
   font-weight: bold; }
 
 .sustainable-sub2_callout2 a:hover, .sustainable-sub2_callout2 a.underline, .sustainable-sub2_callout2 .page-terms-of-use #main-content a, .page-terms-of-use #main-content .sustainable-sub2_callout2 a, .sustainable-sub2_callout2 .page-social-media-terms #main-content a, .page-social-media-terms #main-content .sustainable-sub2_callout2 a {
   text-decoration: none;
   box-shadow: none;
   color: #1f5006; }
 
 .sustainable-sub2 .quote-box {
   margin-top: 180px; }
 
 .sustainable-sub2_image1 {
   position: absolute;
   width: 220px;
   height: 220px;
   top: -100px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 100; }
 
 .sustainable-sub2_callout3 {
   margin-top: 130px;
   padding: 160px 55px 30px 55px; }
 
 .sustainable-sub2_callout3-quote {
   max-width: 305px;
   text-align: center;
   font-size: 1.125rem;
   font-style: italic;
   font-family: "Roboto Condensed", sans-serif;
   color: #0056AF;
   margin: 0 auto 30px auto; }
 
 @media (min-width: 768px) {
   .sustainable-sub2_callout3-quote {
     max-width: 540px; } }
 
 .sustainable-sub2_callout3 h5 {
   margin: 0px;
   text-align: center; }
 
 .sustainable-sub2_callout3-smalltext {
   text-align: center;
   font-size: 0.875rem; }
 
 .sustainable-sub2 .sus-green-quote {
   position: relative; }
 
 .sustainable-sub2 .sus-green-quote:before {
   content: "";
   position: absolute;
   width: 65px;
   height: 65px;
   left: 50%;
   top: 80px;
   transform: translateX(-50%);
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/sustainable-communities/green-quote.png) no-repeat 50% 0;
   background-size: contain;
   z-index: 200; }
 
 /*-- SUB PAGE 3 --*/
 .sustainable-sub3 .taller-bx {
   display: grid; }
 
 .sustainable-sub3_stats {
   text-align: center;
   padding: 35px 20px; }
 
 .sustainable-sub3_stats-title {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 3rem;
   line-height: 3.125rem;
   color: #78be20;
   margin-bottom: 20px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3_stats {
     padding: 35px 0; } }
 
 .sustainable-sub3_video-content {
   position: relative;
   margin-top: 125px;
   margin-bottom: 20px;
   padding: 0px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3_video-content {
     margin-bottom: 125px; } }
 
 .sustainable-sub3_video-content .video-contain {
   width: 265px;
   height: 265px;
   margin: 0 auto;
   display: block;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   top: -130px;
   z-index: 100; }
 
 .sustainable-sub3_video-content .video-contain .video-player {
   width: 265px;
   height: 265px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3_video-content .video-contain {
     left: -180px;
     top: initial;
     transform: none; }
   .sustainable-sub3_video-content .video-contain .video-player {
     width: 350px;
     height: 350px;
     margin-top: -40px; } }
 
 .sustainable-sub3_video-content .content-wrap {
   padding: 145px 20px 30px 20px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3_video-content .content-wrap {
     padding: 40px 30px 40px 220px; } }
 
 .sustainable-sub3_video-content .content-wrap h5 {
   margin-bottom: 5px; }
 
 .sustainable-sub3_cta {
   width: 100%;
   height: auto;
   display: flex;
   flex-direction: column;
   position: relative;
   margin: 0 0 50px 0;
   padding: 10px 10px 10px 0px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3_cta {
     clip-path: none;
     overflow: visible;
     flex-direction: row;
     max-width: 760px;
     margin-top: 75px;
     padding: 0px; } }
 
 .sustainable-sub3_cta-text {
   display: flex;
   flex-direction: column;
   width: 100%;
   padding: 22px 0 40px 19px; }
 
 .sustainable-sub3_cta-text .wrap-mobile {
   display: block; }
 
 @media (min-width: 768px) {
   .sustainable-sub3_cta-text .wrap-mobile {
     display: none; } }
 
 .sustainable-sub3_cta-text p {
   padding-right: 130px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3_cta-text p {
     padding-right: 0; } }
 
 @media (min-width: 768px) {
   .sustainable-sub3_cta-text {
     padding: 40px 0 45px 65px;
     max-width: 475px; } }
 
 .sustainable-sub3_cta-text--btn {
   border: 2px solid #065baa;
   color: #065baa; }
 
 .sustainable-sub3_cta-text--btn:after {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download.svg);
   background-size: contain; }
 
 .sustainable-sub3_cta-image {
   width: 112px;
   height: 112px;
   position: absolute;
   right: 10px;
   top: 70px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3_cta-image {
     width: 350px;
     height: 350px;
     right: -180px;
     top: -60px; } }
 
 @media (min-width: 768px) {
   .sustainable-sub3 .cta-box {
     margin-top: 75px;
     align-items: stretch; } }
 
 .sustainable-sub3 .cta-box .video-player {
   width: 284px;
   height: 284px; }
 
 .sustainable-sub3 .cta-box .white-bg {
   background-color: #fff; }
 
 .sustainable-sub3 .cta-box .img-badge {
   top: -64px;
   width: 225px;
   height: 225px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3 .cta-box .img-badge {
     top: -42px;
     width: 284px;
     height: 284px; } }
 
 .sustainable-sub3 .cta-box .img-badge img {
   width: 225px;
   height: 225px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3 .cta-box .img-badge img {
     width: 284px;
     height: 284px; } }
 
 .sustainable-sub3 .cta-box .flag {
   margin-top: 50px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3 .cta-box .flag {
     margin-top: 100px; } }
 
 .sustainable-sub3 .cta-box .flag .content {
   padding-top: 140px; }
 
 @media (min-width: 768px) {
   .sustainable-sub3 .cta-box .flag .content {
     padding-top: 180px; } }
 
 /*------------------------------------*\
   #FOSTERING NEXT GENERATION
 \*------------------------------------*/
 /*-- SUB PAGE 1 --*/
 .subpage1_group1 {
   color: #1b365d; }
 
 .subpage1_group1 h1 {
   margin-bottom: 25px; }
 
 .subpage1_group1 h5.push-down {
   margin-bottom: 40px; }
 
 .subpage1_group1-callout {
   position: relative; }
 
 .subpage1_group1-callout--image {
   width: 218px;
   height: 218px;
   position: absolute;
   z-index: 100;
   left: 50%;
   top: -115px;
   transform: translateX(-50%); }
 
 .subpage1_group1-callout--innerbox {
   padding: 135px 20px 40px 20px; }
 
 @media (min-width: 768px) {
   .subpage1_group1 h5.push-down {
     margin-bottom: 50px; }
   .subpage1_group1-callout--image {
     left: initial;
     transform: none;
     width: 332px;
     height: 332px;
     left: -160px;
     top: -40px; }
   .subpage1_group1-callout--innerbox {
     padding: 40px 65px 40px 200px;
     margin-bottom: 80px; } }
 
 .subpage1_group2-callout1 {
   padding: 40px 20px 20px 20px; }
 
 .subpage1_group2-callout1--image {
   width: 244px;
   height: 111px;
   display: block;
   margin: 0 auto 40px auto; }
 
 .subpage1_group2-callout2 {
   padding: 40px 20px 135px 20px;
   margin-bottom: 145px;
   color: #fff; }
 
 .subpage1_group2-image {
   width: 213px;
   height: 213px;
   position: absolute;
   bottom: 50px;
   left: 50%;
   transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .subpage1_group2-callout1 {
     padding: 40px; }
   .subpage1_group2-callout2 {
     padding: 40px 40px 147px 40px; }
   .subpage1_group2-image {
     width: 255px;
     height: 255px;
     bottom: 10px; } }
 
 .subpage1_group2 .bg-light {
   background-image: linear-gradient(180deg, #00B4DA 0%, #017FBA 100%); }
 
 .subpage1_group3 {
   padding: 0px; }
 
 .subpage1_group3-callout {
   padding: 30px 20px; }
 
 .subpage1_group3-callout--header {
   font-weight: 500;
   position: relative; }
 
 .subpage1_group3-callout--header:after {
   content: "";
   position: absolute;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain;
   width: 10px;
   height: 16px;
   bottom: 4px;
   left: 130px; }
 
 @media (min-width: 768px) {
   .subpage1_group3 {
     padding-right: 15px; }
   .subpage1_group3-callout--header:after {
     left: initial;
     right: 10px; } }
 
 /*-- SUB PAGE 2 --*/
 .subpage2_group1 {
   color: #1b365d; }
 
 .subpage2_group1 h1 {
   margin-bottom: 25px; }
 
 .subpage2_group1 h5.push-down {
   margin-bottom: 20px; }
 
 .subpage2_group1-callout {
   position: relative; }
 
 .subpage2_group1-callout--innerbox {
   padding: 40px 20px 135px 20px; }
 
 .subpage2_group1-callout--image {
   width: 218px;
   height: 218px;
   position: absolute;
   z-index: 100;
   left: 50%;
   bottom: -110px;
   transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .subpage2_group1 h5.push-down {
     margin-bottom: 50px; }
   .subpage2_group1-callout {
     margin-bottom: 50px; }
   .subpage2_group1-callout--innerbox {
     padding: 48px 200px 40px 66px; }
   .subpage2_group1-callout--image {
     bottom: initial;
     left: initial;
     right: -150px;
     top: -28px;
     transform: none;
     width: 332px;
     height: 332px; } }
 
 .subpage2_group2 {
   position: relative; }
 
 .subpage2_group2-callout1 {
   margin-top: 120px;
   padding: 40px 20px 30px 20px; }
 
 .subpage2_group2-callout1--imagecontainer {
   display: flex;
   flex-direction: column;
   width: 100%;
   height: auto; }
 
 .subpage2_group2-callout1--imagecontainer .collage-image {
   margin-bottom: 20px; }
 
 .subpage2_group2-callout1--imagecontainer .collage-image-1 {
   width: 154px;
   height: 34px; }
 
 .subpage2_group2-callout1--imagecontainer .collage-image-2 {
   width: 189px;
   height: 35px; }
 
 .subpage2_group2-callout1--imagecontainer .collage-image-3 {
   width: 157px;
   height: 35px; }
 
 .subpage2_group2-callout2 {
   margin-bottom: 168px;
   padding: 40px 20px 125px 20px; }
 
 .subpage2_group2-image {
   width: 213px;
   height: 213px;
   position: absolute;
   bottom: 50px;
   left: 50%;
   transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .subpage2_group2-callout1 {
     margin-top: 0px;
     padding: 40px; }
   .subpage2_group2-callout1--imagecontainer {
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center; }
   .subpage2_group2-callout1--imagecontainer .collage-image:first-child {
     margin-right: 10px; }
   .subpage2_group2-callout2 {
     padding: 40px 40px 147px 40px; }
   .subpage2_group2-image {
     width: 255px;
     height: 255px;
     bottom: 10px; } }
 
 .subpage2_group3 {
   padding: 0px; }
 
 .subpage2_group3-callout {
   padding: 30px 20px; }
 
 .subpage2_group3-callout--header {
   font-weight: 500;
   position: relative; }
 
 .subpage2_group3-callout--header:after {
   content: "";
   position: absolute;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain;
   width: 10px;
   height: 16px;
   bottom: 4px;
   left: 130px; }
 
 @media (min-width: 768px) {
   .subpage2_group3 {
     padding-right: 15px; }
   .subpage2_group3-callout--header:after {
     left: initial;
     right: 10px; } }
 
 /*-- SUB PAGE 3 --*/
 .subpage3_group1 {
   color: #1b365d;
   padding: 0 20px 20px 20px; }
 
 .subpage3_group1 h1 {
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .subpage3_group1 {
     padding: 0 20px 20px 0; } }
 
 .subpage3_group1 h2 {
   font-size: 3rem;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   line-height: 3.125rem;
   margin-bottom: 28px;
   text-transform: none;
   letter-spacing: 0; }
 
 .subpage3_group2 {
   display: flex;
   flex-direction: column; }
 
 @media (min-width: 768px) {
   .subpage3_group2 {
     flex-direction: row; } }
 
 .subpage3_group2-callout1 {
   color: #fff;
   background: linear-gradient(#107fcd, #065baa);
   padding: 40px 20px 20px 20px;
   width: 100%; }
 
 .subpage3_group2-callout1--image {
   width: 112px;
   height: 192px;
   display: block;
   margin: 0 auto;
   margin-bottom: 15px; }
 
 .subpage3_group2-callout1--innerbox {
   border-color: #fff;
   padding: 13px 0 0 22px;
   display: flex;
   flex-direction: column; }
 
 .subpage3_group2-callout1--innerbox-head {
   display: flex;
   flex-direction: column; }
 
 .subpage3_group2-callout1--innerbox-head img {
   width: 68px;
   height: 68px;
   margin-bottom: 10px; }
 
 .subpage3_group2-callout1--innerbox-bottom {
   display: flex;
   flex-direction: column; }
 
 .subpage3_group2-callout1--innerbox-bottom h5 {
   position: relative; }
 
 .subpage3_group2-callout1--innerbox-bottom h5:after {
   content: "";
   position: absolute;
   left: 250px;
   top: 35px;
   width: 10px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 .subpage3_group2-callout1--innerbox-bottom .small {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 0.875rem; }
 
 .subpage3_group2-callout1--innerbox:after {
   border-color: #fff; }
 
 @media (min-width: 768px) {
   .subpage3_group2-callout1 {
     max-width: 445px;
     padding: 30px; }
   .subpage3_group2-callout1 h5 {
     width: 237px; }
   .subpage3_group2-callout1 h5:after {
     left: 215px; }
   .subpage3_group2-callout1--image {
     width: 99px;
     height: 170px;
     float: right;
     margin-bottom: 0px;
     margin-left: 5px;
     top: -60px; }
   .subpage3_group2-callout1--float1 {
     float: left;
     width: 237px;
     margin: 0px; }
   .subpage3_group2-callout1--float2 {
     float: left;
     display: contents; }
   .subpage3_group2-callout1--innerbox {
     margin: 20px 0 0 0;
     padding: 10px; }
   .subpage3_group2-callout1--innerbox-head {
     flex-direction: row; }
   .subpage3_group2-callout1--innerbox-head p {
     align-self: center;
     margin: 0px;
     padding-left: 10px; }
   .subpage3_group2-callout1--innerbox-bottom {
     padding-left: 80px; }
   .subpage3_group2-callout1--innerbox-bottom h5 {
     font-size: 1.25rem;
     margin-bottom: 5px; }
   .subpage3_group2-callout1--innerbox-bottom p {
     margin-bottom: 5px; } }
 
 .subpage3_group2-callout2 {
   color: #1b365d;
   padding: 40px 20px 30px 20px;
   border-color: #d50056;
   width: 100%; }
 
 @media (min-width: 768px) {
   .subpage3_group2-callout2 {
     max-width: 445px;
     padding: 30px; } }
 
 .subpage3_group2-callout2 img {
   width: 150px;
   height: 100px;
   margin: 15px 0; }
 
 .subpage3_group2-callout2:after {
   border-color: #d50056; }
 
 @media (min-width: 768px) {
   .subpage3_group2-callout2 h5 {
     width: 245px;
     display: inline-flex; }
   .subpage3_group2-callout2 img {
     width: 99px;
     height: 66px;
     float: right;
     margin: 0px; } }
 
 .subpage3_group3 {
   color: #1b365d;
   position: relative; }
 
 .subpage3_group3-callout {
   background: linear-gradient(#ffc656, #ff991d);
   border-color: transparent;
   padding: 45px 20px 110px 20px;
   width: 100%; }
 
 .subpage3_group3-callout--btn {
   color: #fff;
   border-color: #fff;
   margin-bottom: 10px;
   background: transparent;
   position: relative;
   font-size: 0.9375rem;
   line-height: 1.25rem;
   height: 50px;
   max-width: 254px;
   display: flex;
   justify-content: center;
   align-items: center; }
 
 .subpage3_group3-callout--btn:after {
   content: "";
   position: absolute;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-arrow-white.svg) no-repeat 50% 50%;
   width: 50px;
   height: 50px;
   top: -2px;
   right: -50px; }
 
 @media (min-width: 768px) {
   .subpage3_group3-callout {
     max-width: 635px;
     margin: 20px 0px 0px 0px;
     padding: 45px 95px 30px 65px; }
   .subpage3_group3-callout--btn {
     font-size: 1rem;
     max-width: 282px; } }
 
 .subpage3_group3-image {
   position: absolute;
   bottom: -120px;
   width: 230px;
   height: 230px;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .subpage3_group3-image {
     transform: none;
     width: 350px;
     height: 350px;
     bottom: 25px;
     right: 25px;
     left: inherit; } }
 
 .subpage3_group4 {
   color: #1b365d;
   padding-top: 130px;
   display: flex;
   flex-direction: column; }
 
 .subpage3_group4-callout1 {
   background: linear-gradient(#d50056, #950051);
   border-color: transparent;
   padding: 45px 20px 120px 20px;
   color: #fff;
   width: 100%; }
 
 .subpage3_group4-callout1 a {
   color: #fff;
   border-color: #fff;
   background: transparent; }
 
 .subpage3_group4-callout1--image {
   position: absolute;
   bottom: -120px;
   width: 230px;
   height: 230px;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%); }
 
 .subpage3_group4-callout2 {
   border-color: #40b4e5;
   margin-top: 150px;
   padding: 40px 20px 30px 20px;
   width: 100%; }
 
 .subpage3_group4-callout2:after {
   border-color: #40b4e5; }
 
 @media (min-width: 768px) {
   .subpage3_group4 {
     flex-direction: row;
     padding-top: 40px; }
   .subpage3_group4-callout1 {
     max-width: 445px;
     padding: 45px 30px 150px 30px; }
   .subpage3_group4-callout1--image {
     width: 275px;
     height: 275px; }
   .subpage3_group4-callout2 {
     max-width: 445px;
     padding: 40px 30px 30px 30px;
     margin-top: 0px; } }
 
 .subpage3_group5 {
   color: #1b365d;
   display: flex;
   flex-direction: column; }
 
 .subpage3_group5-content {
   padding: 0px 20px; }
 
 .subpage3_group5-image--image {
   width: 269px;
   height: 269px; }
 
 .subpage3_group5-callout {
   background: linear-gradient(#78be20, #3ca00c);
   border-color: transparent;
   color: #fff;
   padding: 30px 20px 20px 20px;
   border-width: 0; }
 
 .subpage3_group5-callout h5 {
   position: relative; }
 
 .subpage3_group5-callout h5:after {
   content: "";
   position: absolute;
   left: 135px;
   top: 35px;
   width: 10px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 .subpage3_group5-callout h5.xs--header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   /*
                     @include media-breakpoint-up(md) {
                         align-items: stretch;
                     }*/ }
 
 .subpage3_group5-callout h5.xs--header:after {
   position: relative;
   top: initial;
   left: initial;
   right: initial;
   bottom: initial; }
 
 @media (min-width: 768px) {
   .subpage3_group5 {
     flex-direction: row;
     padding-top: 150px;
     flex-wrap: wrap;
     justify-content: flex-start; }
   .subpage3_group5-content {
     flex: 0 0 60%;
     padding: 0 30px 0 0; }
   .subpage3_group5-image {
     flex: 0 0 40%; }
   .subpage3_group5-image--image {
     width: 350px;
     height: 350px;
     margin: 0px; }
   .subpage3_group5-callout {
     padding: 30px;
     width: 445px;
     margin: 0px; }
   .subpage3_group5-callout h5:after {
     top: 6px;
     right: 40px;
     left: inherit; } }
 
 .page-fostering .subpage3_group5-content {
   margin-top: 40px; }
 
 .page-fostering .subpage3_group5-image .veloci_video-player {
   margin: 0px auto; }
 
 .page-fostering .subpage3_group5-image .veloci_video-player-image {
   margin: 0px auto; }
 
 /*------------------------------------
   #RESPONSIBILITY
 ------------------------------------*/
 @media (min-width: 768px) {
   .page-responsibility .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/responsibility-bg.png); } }
 
 .page-responsibility .responsibility-columns .callout-box {
   padding: 30px 0px; }
 
 .page-responsibility .responsibility-columns .callout-box h1 {
   margin-bottom: 30px; }
 
 .page-responsibility .responsibility-columns .callout-box .header-link {
   font-size: 1.125rem;
   font-style: italic;
   font-weight: 700;
   color: #0059AD;
   display: block;
   margin: 0 auto;
   margin-bottom: 45px;
   position: relative;
   padding-right: 20px;
   width: fit-content; }
 
 .page-responsibility .responsibility-columns .callout-box .header-link:after {
   content: '';
   position: absolute;
   width: 9px;
   height: 16px;
   right: 0px;
   top: 4px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/arrow-blue.svg) no-repeat 0 0;
   background-size: contain; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-columns .callout-box {
     padding: 50px 30px;
     margin-bottom: 40px; } }
 
 .page-responsibility .responsibility-columns_column {
   display: flex;
   flex-direction: column;
   align-items: center; }
 
 .page-responsibility .responsibility-columns_column-top {
   font-size: 1rem;
   font-style: italic;
   font-weight: 700;
   color: #0059AD;
   line-height: 1.25rem;
   text-align: center;
   position: relative;
   padding-right: 30px; }
 
 .page-responsibility .responsibility-columns_column-top:after {
   content: '';
   position: absolute;
   width: 9px;
   height: 16px;
   right: 0px;
   top: 4px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/arrow-blue.svg) no-repeat 0 0;
   background-size: contain; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-columns_column-top:after {
     top: 20px; } }
 
 .page-responsibility .responsibility-columns_column-top.red {
   color: #DC0050; }
 
 .page-responsibility .responsibility-columns_column-top.red:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/arrow-red.svg) no-repeat 0 0;
   background-size: contain; }
 
 .page-responsibility .responsibility-columns_column-top.green {
   color: #76c000; }
 
 .page-responsibility .responsibility-columns_column-top.green:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/arrow-green.svg) no-repeat 0 0;
   background-size: contain; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-columns_column-top.green:after {
     top: 15px; } }
 
 .page-responsibility .responsibility-columns_column-image {
   width: 208px;
   height: 208px;
   margin: 20px 0; }
 
 .page-responsibility .responsibility-columns .push-to-center {
   display: flex;
   margin: 0 auto;
   justify-content: center; }
 
 .page-responsibility .responsibility-block {
   position: relative; }
 
 .page-responsibility .responsibility-block_image1 {
   position: absolute;
   width: 248px;
   height: 248px;
   z-index: 100;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-block_image1 {
     left: 0;
     bottom: 55%;
     transform: translateY(50%);
     width: 332px;
     height: 332px; } }
 
 .page-responsibility .responsibility-block_callout1 {
   padding: 50px 20px 160px 20px;
   margin-top: 20px;
   margin-bottom: 120px; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-block_callout1 {
     padding: 45px 65px 30px 26%;
     margin-bottom: 60px; } }
 
 @media (max-width: 575.98px) {
   .page-responsibility .responsibility-block_callout1 .btn {
     font-size: 0.75rem;
     line-height: inherit;
     padding-left: 0.5rem;
     padding-right: 0.5rem; } }
 
 .page-responsibility .responsibility-block_callout2 {
   padding: 20px;
   height: auto; }
 
 .page-responsibility .responsibility-block_callout2 .content-wrap {
   padding: 0px; }
 
 .page-responsibility .responsibility-block_callout2 h5 {
   margin: 15px 0; }
 
 .page-responsibility .responsibility-block_callout2 img {
   width: 90px;
   height: 90px; }
 
 .page-responsibility .responsibility-block_callout2 img.chart {
   width: 150px;
   height: 90px; }
 
 .page-responsibility .responsibility-block_callout2 a.download-text {
   position: relative;
   display: flex;
   align-items: center;
   color: #006BCF;
   font-size: 1rem;
   line-height: 1.25rem; }
 
 .page-responsibility .responsibility-block_callout2 a.download-text:before {
   content: '';
   position: relative;
   width: 30px;
   height: 30px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-blue.svg) no-repeat 0 0;
   background-size: contain;
   /*top: 4px;
                     left: -35px;*/ }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-block_callout2 {
     padding: 40px;
     margin-bottom: 60px;
     height: 87%; }
   .page-responsibility .responsibility-block_callout2 img {
     width: 110px;
     height: 110px; }
   .page-responsibility .responsibility-block_callout2 h5 {
     margin: initial; } }
 
 .page-responsibility .responsibility-block_callout3 {
   padding: 20px; }
 
 .page-responsibility .responsibility-block_callout3 h5 {
   margin: 15px 0; }
 
 .page-responsibility .responsibility-block_callout3 img {
   width: 90px;
   height: 90px; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-block_callout3 {
     padding: 40px;
     margin-bottom: 60px; }
   .page-responsibility .responsibility-block_callout3 img {
     width: 110px;
     height: 110px; }
   .page-responsibility .responsibility-block_callout3 h5 {
     margin: initial; } }
 
 .page-responsibility .responsibility-block_padding-header {
   margin-bottom: 20px; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-block_padding-header {
     padding-top: 30px; } }
 
 .page-responsibility .responsibility-block_float-image {
   margin: 20px 0; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-block_float-image {
     margin: 0px;
     position: absolute;
     max-width: 435px;
     right: 0px;
     top: 0px; } }
 
 .page-responsibility .responsibility-block .featured-icon-frame {
   padding: 10px;
   width: 120px;
   height: 120px;
   background-color: rgba(255, 255, 255, 0.3);
   border-radius: 50%; }
 
 .page-responsibility .responsibility-block .featured-icon-frame > img {
   width: 100%; }
 
 .page-responsibility .responsibility-block_callout4 {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 30px; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-block_callout4 {
     flex-direction: row;
     padding: 15px 0;
     margin-bottom: 60px;
     justify-content: space-evenly; } }
 
 .page-responsibility .responsibility-block_callout4 .content-wrap {
   padding: 5px 0 30px;
   width: 80%; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-block_callout4 .content-wrap {
     padding: 25px 0;
     width: 65%; } }
 
 .page-responsibility .responsibility-block_callout4 .content-wrap p {
   margin-bottom: 5px;
   font-size: 1.125rem; }
 
 .page-responsibility .responsibility-block_callout4 .content-wrap h5 {
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 1.25rem;
   line-height: 1.5rem;
   position: relative;
   max-width: 295px; }
 
 .page-responsibility .responsibility-block_callout4 .content-wrap h5:after {
   content: '';
   display: block;
   width: 9px;
   height: 16px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/arrow-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 .page-responsibility .responsibility-block_callout4 .content-wrap p.small-text {
   font-size: 0.875rem;
   line-height: 1.125rem; }
 
 .page-responsibility .responsibility-block_callout5 {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   padding: 20px; }
 
 .page-responsibility .responsibility-block_callout5 img {
   width: 90px;
   height: 90px;
   margin: 20px 0 0 10px; }
 
 .page-responsibility .responsibility-block_callout5 .content-wrap {
   padding: 0px; }
 
 .page-responsibility .responsibility-block_callout5 .content-wrap ul {
   padding-left: 0px;
   margin-bottom: 20px; }
 
 .page-responsibility .responsibility-block_callout5 .content-wrap ul li {
   margin: 10px 0; }
 
 @media (min-width: 768px) {
   .page-responsibility .responsibility-block_callout5 {
     flex-direction: row;
     padding: 40px 38px; }
   .page-responsibility .responsibility-block_callout5 .content-wrap h1 {
     margin: 25px 0 15px 0; }
   .page-responsibility .responsibility-block_callout5 img {
     width: 110px;
     height: 110px;
     margin: 0px 26px 0 0; } }
 
 /*------------------------------------
   #PATIENTS
 ------------------------------------*/
 body.page-fostering .video-player .play-video-btn:before {
   position: absolute;
   width: 65px;
   height: 65px; }
 
 @media (min-width: 768px) {
   body.page-fostering .video-player .play-video-btn:before {
     width: 105px;
     height: 105px; } }
 
 @media (max-width: 575.98px) {
   body.page-fostering .foster-button-fix {
     max-width: 85%;
     padding: 0.5rem 0 !important; } }
 
 /*------------------------------------
   #STS-ISEF
 ------------------------------------*/
 .page-regeneron-sts-isef .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/regeneron-sts-isef/sts-isef-bg-m.png);
   /* Extra extra large devices (extra large desktops, 1400px and up) */ }
 
 @media (min-width: 768px) {
   .page-regeneron-sts-isef .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/regeneron-sts-isef/sts-isef-bg.png); } }
 
 @media (min-width: 1480px) {
   .page-regeneron-sts-isef .hero-head {
     background-position-y: 40%; } }
 
 .page-regeneron-sts-isef .about-btn {
   position: relative;
   font-size: 1rem;
   width: fit-content;
   line-height: 1;
   padding: 15px 10px; }
 
 .page-regeneron-sts-isef .clipped.no-clip {
   clip-path: none; }
 
 .cta-btn.white:focus-visible {
   outline-color: #fff !important; }
 
 /* TAB 2 CONTENT: */
 .talent-search {
   color: #1b365d;
   position: relative; }
 
 .talent-search .talent-search_image1 {
   max-width: 60%; }
 
 @media (min-width: 768px) {
   .talent-search .talent-search_image1 {
     max-width: 100%; } }
 
 .talent-search .intro-copy {
   font-weight: bold; }
 
 .talent-search_big-btn {
   line-height: 15px;
   padding: 3px 4px;
   margin-bottom: 20px; }
 
 @media (min-width: 768px) {
   .talent-search_big-btn {
     line-height: inherit;
     padding: 0.375rem 0.75rem; } }
 
 .talent-search_callout1 {
   padding: 40px 20px; }
 
 @media (min-width: 768px) {
   .talent-search_callout1 {
     padding: 40px 65px; } }
 
 .talent-search_callout2 {
   padding: 40px 20px 20px 20px; }
 
 @media (min-width: 768px) {
   .talent-search_callout2 {
     padding: 48px 35% 50px 65px;
     margin: 60px 0; } }
 
 .talent-search_image2 {
   width: 122px;
   height: 122px;
   position: absolute;
   z-index: 100;
   right: 35px;
   top: 10px;
   display: flex; }
 
 @media (min-width: 768px) {
   .talent-search_image2 {
     width: 350px;
     height: 350px;
     right: -150px;
     top: 20px; } }
 
 .talent-search_image3 {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 173px;
   height: 173px;
   border-radius: 50%;
   border: 1px solid #ffc656;
   margin: 30px auto; }
 
 .talent-search_image3-image {
   width: 148px;
   height: 40px; }
 
 @media (min-width: 768px) {
   .talent-search_image3 {
     width: 346px;
     height: 346px; }
   .talent-search_image3-image {
     width: 295px;
     height: 80px; } }
 
 .talent-search_image4 {
   position: absolute;
   width: 220px;
   height: 220px;
   top: 0px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 100; }
 
 .talent-search_callout3 {
   margin-top: 120px;
   padding: 160px 10px 30px 10px; }
 
 .talent-search_callout3-quote {
   max-width: 305px;
   text-align: center;
   font-size: 1.125rem;
   font-weight: bold;
   font-style: italic;
   font-family: "Roboto Condensed", sans-serif;
   color: #0056AF;
   margin: 0 auto 30px auto; }
 
 @media (min-width: 768px) {
   .talent-search_callout3-quote {
     max-width: 540px; } }
 
 .talent-search_callout3 h5 {
   margin: 0px;
   text-align: center; }
 
 .talent-search_callout3-small-text {
   text-align: center;
   font-size: 0.875rem; }
 
 .talent-search-icon:before {
   content: "";
   position: absolute;
   width: 65px;
   height: 65px;
   left: 50%;
   top: 200px;
   transform: translateX(-50%);
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/regeneron-sts-isef/orange-quote.png) no-repeat 50% 0;
   background-size: contain;
   z-index: 200; }
 
 @media (min-width: 768px) {
   .quote-box .quote-content {
     padding-left: 50px;
     padding-right: 50px; } }
 
 .page-regeneron-sts-isef .quote-box .quote-img.gold:after {
   border: 3px solid #ff991d;
   border-radius: 50%;
   background-image: url("/web/20240823070942im_/https://www.regeneron.com/content/images/icon-quote-blu.svg"), linear-gradient(#ffc656, #ff991d);
   background-repeat: no-repeat, no-repeat;
   background-position: 50% 60%, 0 0;
   background-size: 70%, 100%; }
 
 .sts-videoplayer {
   color: #1b365d;
   box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
   width: 100%;
   margin-bottom: 10px;
   display: none;
   border-top: none;
   border-width: 2px !important;
   min-height: 386px; }
 
 .sts-videoplayer.active {
   display: inline-flex;
   align-items: center;
   justify-content: center; }
 
 .sts-videoplayer:after {
   border-color: #ff981c; }
 
 .sts-videoplayer .audio-container {
   display: flex;
   flex-direction: column;
   padding: 20px 20px 40px 20px; }
 
 .sts-videoplayer .audio-container_top {
   display: flex;
   flex-direction: row;
   justify-content: flex-start; }
 
 .sts-videoplayer .audio-container_top-image {
   width: 85px;
   height: 85px;
   margin-right: 20px; }
 
 .sts-videoplayer .audio-container_top-text p {
   font-size: 0.875rem;
   line-height: 1.125rem; }
 
 .sts-videoplayer .audio-container_top-text p span {
   font-size: 1.125rem;
   line-height: 1.5rem; }
 
 .sts-videoplayer .audio-container .audio-link-wrapper {
   text-align: center; }
 
 .sts-videoplayer .audio-container .audio-link-wrapper .audio-link {
   min-width: 60px;
   border-radius: 50%; }
 
 .sts-videoplayer .audio-container .audio-link-wrapper .icon-audio.orange {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   background-color: rgba(255, 255, 255, 0.25); }
 
 .sts-videoplayer .audio-container .audio-link-wrapper .icon-audio:before {
   content: "";
   position: inherit;
   top: initial;
   margin-left: initial; }
 
 .sts-videoplayer .audio-container .audio-link-wrapper .icon-audio:hover, .sts-videoplayer .audio-container .audio-link-wrapper a.icon-audio.underline, .sts-videoplayer .audio-container .audio-link-wrapper .page-terms-of-use #main-content a.icon-audio, .page-terms-of-use #main-content .sts-videoplayer .audio-container .audio-link-wrapper a.icon-audio, .sts-videoplayer .audio-container .audio-link-wrapper .page-social-media-terms #main-content a.icon-audio, .page-social-media-terms #main-content .sts-videoplayer .audio-container .audio-link-wrapper a.icon-audio {
   box-shadow: none !important;
   outline-style: solid !important;
   outline-width: 3px !important;
   outline-color: #065baa !important;
   outline-offset: 3px !important; }
 
 .sts-videoplayer .audio-container .audio-link-wrapper .audio-transcript-link {
   color: #1B365D; }
 
 .sts-videoplayer .audio-container_play {
   display: flex;
   flex-direction: column;
   align-items: center; }
 
 .sts-videoplayer .audio-container_play-image {
   width: 65px;
   height: 65px;
   margin-bottom: 20px; }
 
 .sts-videoplayer .audio-container_play-control {
   width: 300px;
   height: 50px;
   border-radius: 25px; }
 
 .sts-videoplayer_content {
   background: #fff; }
 
 .sts-videoplayer_content .title {
   width: 100%;
   background: #ffc656;
   font-size: 1.125rem;
   padding: 13px 0 10px 18px;
   margin: 0px; }
 
 .sts-videoplayer_content .text {
   margin-bottom: 0px;
   padding: 15px 20px; }
 
 @media (min-width: 768px) {
   .sts-videoplayer .audio-container {
     padding: 20px 20px 40px 20px; }
   .sts-videoplayer .audio-container_top-image {
     width: 150px;
     height: 150px;
     margin-right: 40px; }
   .sts-videoplayer .audio-container_top-text {
     margin-top: 30px; }
   .sts-videoplayer .audio-container_play {
     flex-direction: row;
     margin-top: 30px;
     align-items: center;
     justify-content: center; }
   .sts-videoplayer .audio-container_play-image {
     margin: 0 15px 0 0; } }
 
 @media (min-width: 992px) {
   .sts-videoplayer .audio-container {
     padding: 0; } }
 
 .page-regeneron-sts-isef .page-content .sts-videoplayer .audio-container .audio-link-wrapper .audio-link:hover, .page-regeneron-sts-isef .page-content .sts-videoplayer .audio-container .audio-link-wrapper a.audio-link.underline, .page-regeneron-sts-isef .page-content .sts-videoplayer .audio-container .audio-link-wrapper .page-terms-of-use #main-content a.audio-link, .page-terms-of-use #main-content .page-regeneron-sts-isef .page-content .sts-videoplayer .audio-container .audio-link-wrapper a.audio-link, .page-regeneron-sts-isef .page-content .sts-videoplayer .audio-container .audio-link-wrapper .page-social-media-terms #main-content a.audio-link, .page-social-media-terms #main-content .page-regeneron-sts-isef .page-content .sts-videoplayer .audio-container .audio-link-wrapper a.audio-link {
   box-shadow: none !important;
   outline-style: solid !important;
   outline-width: 3px !important;
   outline-color: #065baa !important;
   outline-offset: 3px !important;
   transition: none; }
 
 .sts-videolist {
   color: #1b365d; }
 
 .sts-videolist_list {
   padding: 0px; }
 
 .sts-videolist_list-item {
   background-color: #ffc656;
   color: #fff;
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
   opacity: 0.4;
   margin-bottom: 10px;
   padding: 8px 0 8px 20px;
   clip-path: none;
   cursor: pointer; }
 
 .sts-videolist_list-item.active {
   opacity: 1; }
 
 .sts-videolist_list-item--image {
   width: 50px;
   height: 50px;
   margin-right: 20px; }
 
 .sts-videolist_list-item--name {
   margin: 0px;
   color: #1b365d;
   font-size: 0.875rem;
   display: flex;
   flex-direction: row;
   align-items: center; }
 
 .sts-videolist_list-item--name p {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   font-style: italic;
   color: #065baa;
   font-size: 1.125rem;
   margin: 0px;
   display: inline-block;
   letter-spacing: initial;
   margin-left: 5px; }
 
 .stem-careers {
   display: flex;
   align-items: center;
   position: relative;
   margin: 50px 0 150px 0; }
 
 @media (min-width: 768px) {
   .stem-careers {
     margin: 50px 0; } }
 
 .stem-careers .clipped {
   display: flex;
   justify-content: center;
   align-items: flex-start;
   padding-top: 45px;
   margin: 0;
   padding-bottom: 180px;
   width: 100%;
   min-height: 480px; }
 
 @media (min-width: 768px) {
   .stem-careers .clipped {
     justify-content: flex-start;
     align-items: center;
     padding: 0;
     width: 80%;
     min-height: 280px; } }
 
 .stem-careers .cta-content {
   display: flex;
   justify-content: space-around;
   align-items: center;
   width: 90%;
   /*min-height: 300px;*/ }
 
 @media (min-width: 768px) {
   .stem-careers .cta-content {
     /*justify-content: space-around;
             align-items: center;*/
     /*width: 70%;
             min-height: 300px;*/ } }
 
 .stem-careers .icon-item {
   margin: 0;
   width: 95px;
   height: 95px; }
 
 .stem-careers .icon-item img {
   width: 100%; }
 
 .stem-careers .content-item {
   width: 370px;
   /*@include media-breakpoint-up(md) {
             width: 370px;
         }*/ }
 
 .stem-careers .content-item h5 {
   display: flex;
   align-items: center;
   position: relative; }
 
 .stem-careers .content-item h5:before {
   content: "";
   position: relative;
   margin-right: 10px;
   padding: 40px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   /*background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/regeneron-sts-isef/icon_stem-careers.png") no-repeat 0 0;
                 background-size: cover;*/
   background-color: rgba(255, 255, 255, 0.25);
   background-image: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/icon-publications-blu.svg");
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-size: 65%; }
 
 @media (min-width: 768px) {
   .stem-careers .content-item h5:before {
     position: absolute;
     left: -110px;
     margin-right: 50px;
     width: 90px;
     height: 90px; } }
 
 .stem-careers .wwsc {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   right: 0;
   bottom: -118px;
   width: 262px;
   height: 262px; }
 
 @media (min-width: 768px) {
   .stem-careers .wwsc {
     right: 0;
     left: auto;
     bottom: auto;
     transform: translateX(0);
     width: 325px;
     height: 325px; } }
 
 @media (min-width: 768px) {
   /*&-text {
         text-align: center;
     }*/
   .scientists-videoplayer {
     padding: 21px 70px 30px 70px;
     min-height: 627px; }
   .scientists-videoplayer_image {
     width: 100%;
     height: auto;
     max-width: 350px;
     max-height: 350px; } }
 
 .video-section {
   margin-top: 65px; }
 
 .video-section h5.page-header {
   line-height: 1;
   color: #1b365d;
   font-size: 2.25rem;
   margin: 0; }
 
 .video-section h5.page-header > strong, .video-section .perspectives .blog-content .references ol h5.page-header > li::marker, .perspectives .blog-content .references ol .video-section h5.page-header > li::marker {
   font-weight: 900; }
 
 .video-section .vid-separator {
   margin: 0;
   width: 100%;
   border-top: 3px solid #1b365d; }
 
 @media (min-width: 768px) {
   .video-section .vid-separator {
     margin: 15px 0px 15px -15px;
     width: 475px; } }
 
 .video-section .video-play-btn {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 2;
   width: 100%;
   height: auto;
   border: 4px solid #1b365d;
   border-radius: 25px; }
 
 .video-section .play-video-btn {
   background-image: linear-gradient(#107fcd, #065baa);
   width: 70px;
   height: 70px; }
 
 .video-section .play-video-btn:before {
   width: 60px;
   height: 60px; }
 
 .video-section .video-player {
   padding: 5px; }
 
 @media (min-width: 768px) {
   .video-section .video-player {
     margin: -15px 0px 0px -15px; } }
 
 .video-section .video-player img {
   height: auto;
   background: white;
   border-radius: 25px; }
 
 @media (max-width: 767.98px) {
   .video-section .video-player:after {
     content: '';
     position: absolute;
     top: calc(100% - 35px);
     left: -50%;
     width: calc(100% + 30px);
     height: 3px;
     background: #1b355d;
     width: calc(100vw + 100%); } }
 
 @media (max-width: 767.98px) {
   .video-section > [class*="col-"]:first-of-type {
     order: 2; } }
 
 @media (max-width: 767.98px) {
   .video-section .over-hidden {
     overflow: hidden; } }
 
 .video-unit {
   display: flex;
   flex-direction: column;
   align-content: center;
   align-items: center; }
 
 .video-unit .clipped {
   display: flex;
   min-height: 385px;
   justify-content: center;
   align-items: center; }
 
 @media (min-width: 768px) {
   .video-unit .clipped {
     min-height: 435px; } }
 
 .video-unit .clipped .content-item {
   width: 90%;
   min-height: 265px; }
 
 @media (min-width: 768px) {
   .video-unit .clipped .content-item {
     width: 75%;
     min-height: 345px; } }
 
 .video-unit .video-player {
   position: absolute;
   width: 120px;
   height: 120px;
   right: 20px;
   top: 20px; }
 
 @media (min-width: 768px) {
   .video-unit .video-player {
     position: relative;
     margin-top: -180px;
     width: 345px;
     height: 345px;
     right: auto;
     top: auto; } }
 
 .video-unit .video-player.gold .play-video-btn:before {
   content: '';
   left: 12px;
   width: 50px;
   height: 50px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-play-btn-blu.svg) no-repeat 0 0; }
 
 @media (min-width: 768px) {
   .video-unit .video-player.gold .play-video-btn:before {
     left: 15px;
     width: 80px;
     height: 80px; } }
 
 /* TAB 2 CONTENT: */
 .engineering-fair {
   color: #1b365d;
   position: relative; }
 
 .engineering-fair_big-btn {
   line-height: 15px;
   padding: 3px 4px;
   margin-bottom: 20px; }
 
 @media (min-width: 768px) {
   .engineering-fair_big-btn {
     line-height: inherit;
     padding: 0.375rem 0.75rem; } }
 
 .engineering-fair_image1 {
   margin: 20px auto; }
 
 .engineering-fair_callout {
   padding: 50px 20px 160px 20px;
   margin-top: 20px;
   margin-bottom: 100px; }
 
 @media (min-width: 768px) {
   .engineering-fair_callout {
     padding: 50px 65px 50px 30%; } }
 
 .engineering-fair_callout a.inverse {
   padding: 11px 15px; }
 
 .engineering-fair_image2 {
   position: absolute;
   width: 248px;
   height: 248px;
   z-index: 100;
   bottom: 0px;
   left: 50%;
   transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .engineering-fair_image2 {
     left: 0px;
     bottom: 209px;
     transform: none;
     width: 332px;
     height: 332px; } }
 
 /*------------------------------------
   #RESEARCH AREAS 
 ------------------------------------*/
 .page-research-areas .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/research-areas-bg-m.png); }
 
 @media (min-width: 768px) {
   .page-research-areas .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/research-areas-bg.png); } }
 
 @media (min-width: 1200px) {
   .page-research-areas .hero-head {
     background-size: cover;
     background-color: #046ecc;
     background-position: bottom; } }
 
 .page-research-areas .hero-head h3 {
   letter-spacing: 4.5px; }
 
 @media (max-width: 575.98px) {
   .page-research-areas .callout-box.bg-red .content-wrap {
     padding-left: 0;
     padding-right: 0;
     padding-bottom: 0; } }
 
 .page-research-areas .callout-box.bg-red .content-wrap .col-xs-1, .page-research-areas .callout-box.bg-red .content-wrap .col-xs-11 {
   width: auto; }
 
 .page-research-areas .callout-box.bg-red .blog-text {
   padding: 0 15px 15px; }
 
 .page-research-areas .featured-blog {
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-around;
   align-items: center; }
 
 .page-research-areas .featured-blog .content-wrap {
   padding: 50px 30px; }
 
 .page-research-areas .featured-blog .featured-blog-details {
   margin-top: 30px;
   width: 100%; }
 
 .page-research-areas .featured-blog .featured-blog-details h5 {
   margin-bottom: 1em;
   text-transform: unset;
   width: unset; }
 
 @media (max-width: 575.98px) {
   .page-research-areas .featured-blog .featured-blog-details .btn {
     font-size: 0.8rem;
     line-height: inherit; } }
 
 .page-research-areas .featured-blog .featured-art {
   width: 95px;
   height: 95px;
   border-radius: 50%;
   background-color: rgba(255, 255, 255, 0.2);
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center; }
 
 @media (max-width: 575.98px) {
   .page-research-areas .featured-blog .featured-art {
     width: 75px;
     height: 75px; } }
 
 .page-research-areas .featured-blog .featured-art img {
   max-width: 64px;
   max-height: 64px; }
 
 @media (max-width: 575.98px) {
   .page-research-areas .featured-blog .featured-art img {
     max-width: 54px;
     max-height: 54px; } }
 
 /*------------------------------------*\
   #Tabs Accordian
 \*------------------------------------*/
 /*
 SCSS variables and mixins
 */
 .tabbed-content .callout-box {
   margin-top: 0;
   margin-bottom: 0;
   color: #1b365d; }
 
 .tabbed-content .callout-box .content-wrap {
   /*padding: 10px 0px;*/
   padding: 15px; }
 
 .tabs ul {
   margin: 0;
   padding: 0 0 1em 0;
   font-weight: 700; }
 
 .tabs ul li {
   margin-bottom: 15px; }
 
 .tabs ul li a {
   padding: 9px 15px;
   border: 2px solid #065baa;
   box-shadow: none;
   color: #1b365d;
   position: relative;
   min-height: 70px;
   padding-right: 75px;
   vertical-align: middle;
   line-height: 16px;
   /*&:hover,*/ }
 
 .tabs ul li a::after {
   position: absolute;
   right: -2px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/tab-plus.png) no-repeat 0 0;
   width: 71px;
   height: 70px;
   content: "";
   top: -2px; }
 
 .tabs ul li a.active {
   background: #cde9ee;
   color: #1b365d;
   border: 2px solid #cde9ee; }
 
 .tabs ul li a.active::after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/tab-minus.png) no-repeat 0 0;
   content: "";
   width: 71px;
   height: 70px;
   position: absolute;
   right: -2px;
   top: -2px; }
 
 .tabs ul li a:hover, .tabs ul li a.underline, .tabs ul li .page-terms-of-use #main-content a, .page-terms-of-use #main-content .tabs ul li a, .tabs ul li .page-social-media-terms #main-content a, .page-social-media-terms #main-content .tabs ul li a {
   box-shadow: unset; }
 
 @media (min-width: 768px) {
   .item {
     display: none; } }
 
 .item::before {
   cursor: pointer;
   font-weight: 700;
   padding: 9px 15px;
   border: 2px solid #065baa;
   color: #1b365d;
   position: relative;
   min-height: 70px;
   display: block;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/tab-plus.png) no-repeat top right;
   content: "";
   background-size: 71px 70px;
   padding-right: 80px;
   display: flex;
   align-items: center; }
 
 .item.active {
   display: block; }
 
 .item.active::before {
   background: #cde9ee;
   color: #1b365d;
   border: 2px solid #cde9ee; }
 
 .item.active .item-content {
   padding: 1em;
   -webkit-transition: opacity 0.3s ease-in-out;
   -moz-transition: opacity 0.3s ease-in-out;
   -o-transition: opacity 0.3s ease-in-out;
   -ms-transition: opacity 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out; }
 
 @media all and (min-width: 768px) {
   .item.active .item-content {
     padding-top: 0; }
   .tabs-side .tabs li {
     margin-bottom: 15px; } }
 
 @media all and (min-width: 768px) {
   .tabbed-content .callout-box {
     margin-top: 0;
     margin-bottom: 0;
     color: #1b365d; }
   .tabbed-content .callout-box .content-wrap {
     padding: 50px 40px; } }
 
 /* 
 The project specific CSS starts here
 This is the minimum CSS that you will need in order for this to work
 */
 .tabbed-content .tabs {
   display: none; }
 
 .tabbed-content .item {
   min-height: 2em; }
 
 .tabbed-content .item::before {
   content: attr(data-title);
   margin-bottom: 15px; }
 
 .tabbed-content .item .item-content {
   opacity: 0;
   visibility: hidden;
   height: 0; }
 
 .tabbed-content .item.active::before {
   background: #cde9ee url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/tab-minus.png) no-repeat top right;
   background-size: 71px 70px;
   color: #1b365d;
   padding-right: 75px; }
 
 .tabbed-content .item.active .item-content {
   opacity: 1;
   visibility: visible;
   height: auto;
   margin-bottom: 15px;
   padding: 0; }
 
 @media all and (min-width: 768px) {
   .tabbed-content .tabs {
     display: block; }
   .tabbed-content .tabs li {
     display: inline-block;
     min-width: 220px;
     min-height: 70px; }
   .tabbed-content .tabs li a {
     display: flex;
     align-items: center; }
   .tabbed-content .item {
     min-height: 0; }
   .tabbed-content .item::before {
     display: none; }
   .tabbed-content.tabs-side .tabs {
     width: 240px;
     float: left; }
   .tabbed-content.tabs-side .tabs li {
     display: block; }
   .tabbed-content.tabs-side .item {
     margin-left: 270px; } }
 
 /*------------------------------------
   #PERSPECTIVES 
 ------------------------------------*/
 /*------------------------------------
   #LANDING PAGE FEATURES
 ------------------------------------*/
 .page-regeneron-genetics-center {
   /*
 
 
 
 
 
 
     .nav-tabs {
         .nav-link {
             &:focus-visible {
                 box-shadow: inset 0px 0px 8px 5px #e7a61a !important;
             }
         }
     }
 
     .subpage_group6 {
         & + {
             .subpage_group6 {
 
                 @include media-breakpoint-down(xs) {
                     margin-top: 10px;
                 }
             }
         }
 
         &-image {
             &.gpr75-gao {
                 display: flex;
                 justify-content: center;
                 margin-top: 30px;
 
                 @include media-breakpoint-up(lg) {
                     margin-top: 0;
                 }
             }
         }
     }
 
     .header_pill {
         .header_pill-rightarrow {
             &.js-end {
                 pointer-events: none;
                 opacity: 0.3;
             }
         }
 
         .header_pill-leftarrow {
             &.js-start {
                 pointer-events: none;
                 opacity: 0.3;
             }
         }
     }
 
     .hero-head {
         background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/genetics-center-bg-m.png);
 
         @include media-breakpoint-up(lg) {
             background: #046ecc url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/genetics-center-bg.png) no-repeat left top;
             background-size: contain;
         }
     }
 
     .breadcrumb {
         background: $white;
         text-align: center;
         margin: 0 auto;
         justify-content: center;
 
         .breadcrumb-item {
             font-size: rem(16px);
             line-height: rem(20px);
             color: $primary-blue;
             font-family: $roboto-condensed;
             font-style: italic;
             font-weight: 700;
 
             &:before {
                 content: none;
 
                 @include media-breakpoint-up(lg) {
                     content: "/";
                 }
             }
 
             &:first-child {
                 &:before {
                     content: none;
 
                     @include media-breakpoint-up(lg) {
                         content: none;
                     }
                 }
             }
         }
     }
 
     .rgc-intro {
         display: flex;
         flex-direction: column;
         align-items: center;
         gap: 30px;
         width: 100%;
         margin: 0 0 45px 0;
 
         @include media-breakpoint-up(lg) {
             flex-direction: row;
             align-items: inherit;
             gap: 50px;
             justify-content: space-between;
             margin: 25px 0 45px 0;
             width: 782px;
         }
 
         &-logo-frame {
             @include media-breakpoint-up(lg) {
                 width: 187px;
             }
 
             & > img {
                 width: 150px;
                 height: 78px;
 
                 @include media-breakpoint-up(lg) {
                     width: 187px;
                     height: 97px;
                 }
             }
         }
 
         &-details {
             width: 80%;
 
             @include media-breakpoint-up(lg) {
                 width: auto;
             }
 
             h5 {
                 font-size: rem(18px);
                 line-height: 1.33;
             }
         }
     }
 
     .featured-blog {
         display: flex;
         flex-flow: column;
 
         .featured-art {
             padding: 0;
         }
 
         @include media-breakpoint-up(lg) {
             flex-flow: row nowrap;
             justify-content: space-around;
             align-items: flex-start;
         }
 
         &.content-wrap {
             padding: 25px 20px;
 
             @include media-breakpoint-up(lg) {
                 padding: 25px 0px;
             }
         }
 
         .featured-blog-details {
             margin-top: 20px;
             max-width: 625px;
             width: 100%;
 
             @include media-breakpoint-up(lg) {
                 margin-top: 0px;
             }
 
             h5 {
                 margin-bottom: 0;
                 width: 100%;
                 text-transform: initial;
                 font-size: rem(18px);
                 line-height: 24px;
             }
         }
 
         .featured-art {
             width: 256px;
             height: 95px;
             display: flex;
 
             img {
                 margin: 0 auto;
                 width: 187px;
                 height: 97px;
             }
         }
 
         .opacity {
             opacity: .2;
         }
     }
 
     [data-content="1"] {
         .featured-blog-details {
             h5 {
                 margin-top: 15px;
             }
         }
     }
 
     .medicine-container {
 
         .productlogo {
             width: 265px;
             height: 265px;
             border-radius: 50%;
             border: 2px solid #ff981c;
             margin: 0 auto;
             display: flex;
             justify-content: center;
             align-items: center;
             z-index: 20;
 
             &.shield {
                 background-color: #fff;
             }
 
             &_img {
                 width: 265px;
                 height: 265px;
             }
 
             @include media-breakpoint-up(lg) {
                 min-width: 350px;
                 height: 350px;
                 transform: translateX(20px);
 
                 &_img {
                     width: 350px;
                     height: 350px;
                 }
             }
         }
 
         .medicine-indication-border {
             padding-top: 100px;
             margin: -100px 15px 20px 15px;
             width: 100%;
             height: 100%;
             position: relative;
 
             @include media-breakpoint-up(lg) {
                 padding-top: inherit;
                 margin: inherit;
                 align-self: center;
                 overflow: visible;
                 top: 70px;
                 clip-path: none;
                 border-left: 0 none;
                 background: transparent;
 
                 &:before {
                     content: "";
                     position: absolute;
                     display: block;
                     margin: 0px;
                     border: 2px solid #ff981c;
                     border-right: 0 none;
                     border-left: 2px solid #ff981c;
                     width: 190px;
                     height: 101%;
                     top: -2px;
                     left: -190px;
                     background: transparent;
                     opacity: 1;
                 }
 
                 &:after {
                     content: "";
                     position: absolute;
                     display: block;
                     background: #fff;
                     right: 0;
                     bottom: -2px;
                     width: 40px;
                     height: 30px;
                     border-top-width: 2px;
                     border-top-style: solid;
                     transform-origin: top right;
                     transform: rotate( -45deg );
                 }
             }
 
             .content-wrap {
                 color: $blue-dark;
                 font-size: rem(18px);
                 font-family: $roboto-condensed;
                 padding: 25px 0px;
 
                 .indication-title {
                     font-size: rem(24px);
                     font-weight: $font-weight-bold;
                     line-height: rem(28px);
                 }
 
                 @include media-breakpoint-up(lg) {
                     padding: 25px 30px 25px 0px;
                 }
             }
         }
 
         .medicine-indication {
             border: 2px solid #ff981c;
             border-left: 0 none;
             background: transparent;
             padding-top: 100px;
             margin-top: -100px;
             width: 100%;
             height: 100%;
 
             &.red {
                 background: $gradient-red;
                 border: 0 none;
                 top: 0;
 
                 @include media-breakpoint-up(lg) {
                     &:before {
                         content: "";
                         position: absolute;
                         display: block;
                         background: $gradient-red;
                         margin: 0px;
                         border: transparent;
                         left: -190px;
                         height: 100%;
                         top: 0;
                     }
                 }
 
                 &:before {
                     content: "";
                     position: absolute;
                     display: block;
                     background: $gradient-red;
                     margin: 0px;
                     border: transparent;
                     left: -190px;
                     height: 100%;
                     top: 0;
                 }
 
                 &:after {
                     background: $white;
                     border-color: $red;
                 }
             }
 
             &.blue {
                 background: $gradient-blue;
                 border: 0 none;
                 top: 0;
 
                 @include media-breakpoint-up(lg) {
                     &:before {
                         content: "";
                         position: absolute;
                         display: block;
                         background: $gradient-blue;
                         margin: 0px;
                         border: transparent;
                         left: -190px;
                         height: 100%;
                         top: 0;
                     }
                 }
 
                 &:before {
                     content: "";
                     position: absolute;
                     display: block;
                     background: $gradient-blue;
                     margin: 0px;
                     border: transparent;
                     left: -190px;
                     height: 100%;
                     top: 0;
                 }
 
                 &:after {
                     background: $white;
                     border-color: $blue;
                 }
             }
 
             .content-wrap {
                 color: $blue-dark;
                 font-size: rem(18px);
                 font-family: $roboto-condensed;
                 padding: 25px 0px;
 
                 .indication-title {
                     font-size: rem(24px);
                     font-weight: $font-weight-bold;
                     line-height: rem(28px);
                 }
 
                 @include media-breakpoint-up(lg) {
                     padding: 25px 30px 25px 0px;
                 }
             }
 
             @include media-breakpoint-up(lg) {
                 &:before {
                     content: "";
                     position: absolute;
                     display: block;
                     margin: 0px;
                     border: 2px solid #ff981c;
                     border-right: 0 none;
                     border-left: 2px solid #ff981c;
                     left: 0;
                     height: 100%;
                     top: 0;
                 }
             }
 
             &:before {
                 content: "";
                 position: absolute;
                 display: block;
                 margin: 0px;
                 border: 2px solid #ff981c;
                 border-right: 0 none;
                 border-left: 2px solid #ff981c;
                 left: 0;
                 height: 100%;
                 top: 0;
             }
 
             &:after {
                 background: $white;
                 border-color: #ff981c;
             }
 
             @include media-breakpoint-up(lg) {
                 padding-top: inherit;
                 margin-top: inherit;
                 align-self: center;
                 overflow: visible;
                 top: 70px;
 
                 &:before {
                     width: 190px;
                     height: 101%;
                     top: -2px;
                     left: -190px;
                     background: transparent;
                     opacity: 1;
                 }
             }
         }
     }
 
     .callout-box {
         &.group {
             color: $blue-dark;
             display: flex;
             flex-direction: column;
 
             &-content {
                 padding: 0px 20px;
             }
 
             &-callout {
                 background: linear-gradient(180deg, #FFC555 0%, #FF981C 100%);
                 border-color: transparent;
                 color: $white;
                 padding: 30px 20px 20px 20px;
 
                 h5 {
                     position: relative;
                     color: #1b365d;
 
                     &:after {
                         content: "";
                         position: absolute;
                         left: 270px;
                         top: 2px;
                         width: 10px;
                         height: 17px;
                         background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/blue-arrow.svg) no-repeat 0 0;
                         background-size: contain;
 
                         @include media-breakpoint-up(lg) {
                             left: 135px;
                             top: 35px;
                         }
                     }
                 }
 
                 p {
                     color: #1b365d;
 
                     &.descrip {
                         font-size: rem(14px);
                         font-family: $roboto-condensed;
                     }
                 }
             }
 
             @include media-breakpoint-up(lg) {
                 flex-direction: row;
                 padding-top: 150px;
                 flex-wrap: wrap;
                 justify-content: flex-start;
 
                 &-content {
                     flex: 0 0 60%;
                     padding: 0 30px 0 0;
                 }
 
                 &-callout {
                     padding: 30px;
                     margin: 0px;
 
                     h5:after {
                         top: 3px;
                         right: 40px;
                         left: inherit;
                     }
                 }
             }
         }
 
         .graph {
             position: relative;
 
             &:hover {
                 .graph-text {
                     color: #1B365D;
                 }
             }
 
             &_img {
                 width: 920px;
                 height: 620px;
             }
 
             &_mobile {
                 width: 345px;
                 height: 600px;
             }
 
             .graph-text {
                 text-transform: uppercase;
                 font-size: rem(16px);
                 font-weight: bold;
                 font-style: italic;
                 letter-spacing: rem(.06px);
                 text-align: center;
                 line-height: rem(19px);
                 color: $white;
                 padding: 0px;
                 border: 0px;
                 display: flex;
                 flex-direction: row;
                 align-items: flex-start;
                 justify-content: center;
                 width: 100%;
                 left: 0;
                 bottom: 74px;
 
                 img {
                     margin-right: 15px;
                 }
 
                 @include media-breakpoint-up(lg) {
                     position: absolute;
                     left: 0;
                     bottom: 37px;
                     align-items: center;
 
                     &:hover {
                         color: #1B365D;
                     }
 
                     img {
                         margin-right: 8px;
                     }
                 }
             }
         }
     }
 
     .rgc-infog {
         min-height: 620px;
 
         a {
             width: 90%;
 
             &:focus {
                 span:last-child {
                     outline: 2px solid #fff;
                     outline-offset: 2px;
                 }
             }
         }
 
         .infograph-banner {
             display: flex;
             justify-content: center;
             align-content: space-around;
             flex-direction: column;
             align-items: center;
             padding: 0 15px;
 
             .label {
                 &-lead,
                 &-sub {
                     display: block;
                     line-height: 1.1;
                 }
 
                 &-lead {
                     margin: 25px auto;
                     font-weight: $font-weight-bold;
                     font-family: $roboto-condensed;
                     color: #fff;
                     font-size: rem(48px);
                 }
 
                 &-sub {
                     color: #fff;
                     font-size: rem(18px);
                 }
             }
 
             .info-chart {
                 display: block;
                 width: 100%;
                 margin: 25px auto 50px auto;
             }
         }
     }
 
     .sub_callout-innerbox {
         border: none;
         background: $gradient-red;
         padding: 15px 20px 0 20px;
         width: 100%;
         position: relative;
         color: $white;
 
         &:after {
             border-color: transparent;
         }
 
         &-alt {
             background: transparent;
             border: 1px solid $red;
             color: $blue-dark;
 
             &:after {
                 border-color: $red;
                 bottom: -1px;
             }
 
             &--top {
                 color: $blue-dark;
             }
 
             &--bottom {
                 color: $blue-dark;
             }
         }
 
         @include media-breakpoint-up(lg) {
             margin-top: 20px;
             padding: 40px 60px 30px 180px;
         }
 
         &--top {
             display: flex;
             flex-direction: row;
             margin-bottom: 10px;
 
             @include media-breakpoint-up(lg) {
                 margin-bottom: 0px;
             }
 
             img {
                 width: 82px;
                 height: 82px;
                 margin-right: 19px;
 
                 @include media-breakpoint-up(lg) {
                     margin: 0px;
                     width: 100px;
                     height: 100px;
                     position: absolute;
                     left: 30px;
                     top: 40px;
                 }
             }
 
             p {
                 font-size: rem(18px);
                 align-self: center;
                 line-height: rem(24px);
                 padding-top: 10px;
 
                 @include media-breakpoint-up(lg) {
                     padding-top: 0px;
                 }
             }
         }
 
         &--bottom {
             h5 {
                 font-size: rem(20px);
                 font-family: $roboto-condensed;
                 font-weight: $font-weight-bold;
                 width: 205px;
                 position: relative;
                 line-height: rem(24px);
 
                 &:after {
                     content: "";
                     position: absolute;
                     width: 11px;
                     height: 16px;
                     background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0% 0%;
                     background-size: contain;
                     right: -30px;
                     top: 30px;
                 }
 
                 @include media-breakpoint-up(lg) {
                     width: 100%;
 
                     &:after {
                         right: 50px;
                         top: 5px;
                     }
                 }
             }
 
             .page-pipeline_callout-button {
                 margin-bottom: 20px;
 
                 @include media-breakpoint-up(lg) {
                     width: 294px;
                 }
             }
 
             p {
                 font-size: rem(18px);
                 line-height: rem(24px);
 
                 span {
                     font-family: $roboto-condensed;
                     font-size: rem(14px);
                     line-height: rem(18px);
                 }
             }
         }
     }
 
     .subpage {
         &_group1 {
             position: relative;
 
             .video-player {
                 &.blue {
                     .img-ring {
                         border-color: $primary-blue-light;
                     }
 
                     .play-video-btn {
                         background: $primary-blue-light;
                     }
                 }
             }
 
             .discoveries {
                 @include media-breakpoint-up(lg) {
                     max-width: 635px;
                     margin: 20px 0px 0px 0px;
                     padding: 45px 95px 30px 65px;
                 }
             }
 
             &-callout {
                 max-width: 100%;
                 margin: 20px 0 140px 0;
                 padding: 30px 30px 120px 30px;
 
                 @include media-breakpoint-up(lg) {
                     max-width: 635px;
                     margin: 20px 0 0 0;
                     padding: 45px 80px 30px 50px;
                 }
 
                 &.sub1_cta {
                     background: transparent;
                     border: 2px solid $primary-blue-light;
 
                     &:after {
                         background: $white;
                         border-color: $primary-blue-light;
                     }
                 }
 
                 &.orange {
                     background: $gradient-orange;
 
                     @include media-breakpoint-up(lg) {
                         margin-top: 80px;
                     }
 
                     &:after {
                         background: $white;
                         border-color: $orange;
                     }
                 }
 
                 &.light-blue {
                     background: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
                     padding-bottom: 40px;
 
                     @include media-breakpoint-up(lg) {
                         margin-top: 80px;
                         padding-right: 130px;
                     }
 
                     &:after {
                         background: $white;
                         border-color: #9BD3DD;
                     }
 
                     h5 {
                         color: $blue-dark;
                     }
 
                     p {
                         color: $blue-dark;
 
                         &.bottom {
                             margin-bottom: 260px;
 
                             @include media-breakpoint-up(lg) {
                                 margin-bottom: 20px;
                             }
                         }
                     }
                 }
             }
 
             &-image-sub1_cta {
                 position: absolute;
                 bottom: -120px;
                 width: 230px;
                 height: 230px;
                 left: 50%;
                 transform: translateX(-50%);
 
                 @include media-breakpoint-up(lg) {
                     width: 350px;
                     height: 350px;
                     bottom: calc(50% - 175px);
                     right: 25px;
                     left: inherit;
                     transform: none;
                 }
             }
 
             &-image {
                 position: absolute;
                 bottom: -120px;
                 width: 230px;
                 height: 230px;
                 left: 50%;
                 transform: translateX(-50%);
 
                 @include media-breakpoint-up(lg) {
                     transform: none;
                     width: 350px;
                     height: 350px;
                     bottom: 120px;
                     right: 25px;
                     left: inherit;
                 }
 
                 &-light-blue {
                     position: absolute;
                     bottom: 641px;
                     width: 230px;
                     height: 230px;
                     left: 50%;
                     transform: translateX(-50%);
 
                     @include media-breakpoint-up(xl) {
                         bottom: 280px;
                         width: 350px;
                         height: 350px;
                         left: 76%;
                     }
 
                     @include media-breakpoint-down(lg) {
                         bottom: 280px;
                         width: 350px;
                         height: 350px;
                         left: 90%;
                     }
                 }
             }
         }
 
         &_group4 {
             color: $blue-dark;
             padding-top: 130px;
             display: flex;
             flex-direction: column;
 
             &-callout1 {
                 background: $gradient-red;
                 border-color: transparent;
                 padding: 45px 20px 120px 20px;
                 color: $white;
                 width: 100%;
 
                 a {
                     color: $white;
                     border-color: $white;
                     background: transparent;
                 }
 
                 &--image {
                     position: absolute;
                     bottom: -120px;
                     width: 230px;
                     height: 230px;
                     left: 50%;
                     transform: translateX(-50%);
                 }
             }
 
             &-callout2 {
                 border-color: $red;
                 margin-top: 0px;
                 padding: 40px 20px 30px 20px;
                 width: 100%;
 
                 &:after {
                     border-color: $red;
                 }
             }
 
             &-callout3 {
                 background: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
                 padding: 40px 20px;
 
                 h5 {
                     margin-bottom: 24px;
                 }
 
                 a, .btn-link {
                     padding: 0px;
                     border: 0px;
 
                     h4 {
                         &:hover, &:focus {
                             color: #1B365D;
                             text-decoration: none;
                             box-shadow: none;
                         }
                     }
 
                     &:hover, &:focus {
                         color: #1B365D;
                         text-decoration: none;
                         box-shadow: none;
                         outline: 1px solid #fff;
                         outline-offset: 2px;
                     }
 
                     &:focus-within {
                         outline: -webkit-focus-ring-color auto 1px;
                     }
                 }
 
                 h4 {
                     position: relative;
                     font-size: rem(16px);
                     line-height: rem(20px);
                     color: $primary-blue;
                     font-style: italic;
                     padding-left: 29px;
 
                     &:before {
                         content: "";
                         position: absolute;
                         left: 0px;
                         top: 0px;
                         width: 18px;
                         height: 24px;
                         background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/download.png) no-repeat 0 0;
                         background-size: contain;
                     }
                 }
 
                 p {
                     padding-left: 29px;
                     color: $blue-dark;
                 }
             }
 
             &-callout4 {
                 background: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
                 padding: 40px 20px;
 
                 h5 {
                     margin-bottom: 24px;
                 }
 
                 .biobank-container {
                     margin-top: 40px;
 
                     @include media-breakpoint-up(lg) {
                         margin-top: 50px;
                     }
                 }
 
                 .page-pipeline_callout-button {
                     padding: 0 0 0px 0px;
                     margin-top: 20px;
                     margin-bottom: 20px;
                     width: 100%;
 
                     @include media-breakpoint-up(lg) {
                     }
                 }
 
                 h4 {
                     position: relative;
                     font-size: rem(16px);
                     line-height: rem(20px);
                     color: $primary-blue;
                     font-style: italic;
                     padding-left: 29px;
 
                     &:before {
                         content: "";
                         position: absolute;
                         left: 0px;
                         top: 0px;
                         width: 18px;
                         height: 24px;
                         background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/download.png) no-repeat 0 0;
                         background-size: contain;
                     }
                 }
 
                 p {
                     padding-left: 0px;
                     color: $blue-dark;
                 }
             }
 
             @include media-breakpoint-up(lg) {
                 flex-direction: row;
                 padding-top: 40px;
 
                 &-callout1 {
                     max-width: 920px;
                     padding: 45px 30px 150px 30px;
 
                     &--image {
                         width: 275px;
                         height: 275px;
                     }
                 }
 
                 &-callout2 {
                     max-width: 920px;
                     padding: 40px 30px 30px 30px;
                     margin-top: 0px;
 
                     .page-pipeline_callout-button {
                         padding: 0 0 0px 0px;
                         width: 254px;
 
                         &:after {
                             right: -11px;
                         }
 
                         .btn-primary {
                             &:after {
                                 display: none;
                             }
                         }
                     }
                 }
 
                 &-callout3 {
                     max-width: 920px;
                     padding: 40px 100px 30px 100px;
                     margin-top: 0px;
                 }
 
                 &-callout4 {
                     max-width: 920px;
                     padding: 40px 65px 30px 65px;
                     margin-top: 0px;
                 }
             }
         }
 
         &_group5 {
             color: $blue-dark;
             display: flex;
             flex-direction: column;
 
             &-content {
                 padding: 0px 20px;
             }
 
             &-image--image {
                 width: 160px;
                 height: 160px;
                 margin: 30px auto;
                 display: block;
 
                 &-col {
                     margin-top: 30px;
                     margin-bottom: 30px;
 
                     @include media-breakpoint-up(lg) {
                         margin: 30px auto;
                         display: block;
                     }
                 }
             }
 
             &-callout {
                 background: $gradient-green;
                 border-color: transparent;
                 color: $white;
                 padding: 30px 20px 20px 20px;
 
                 h5 {
                     position: relative;
 
                     &:after {
                         content: "";
                         position: absolute;
                         left: 135px;
                         top: 35px;
                         width: 10px;
                         height: 16px;
                         background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
                         background-size: contain;
                     }
                 }
             }
 
             @include media-breakpoint-up(lg) {
                 flex-direction: row;
                 padding-top: 28px;
                 flex-wrap: wrap;
                 justify-content: flex-start;
                 align-items: center;
 
                 &-content {
                     flex: 0 0 75%;
                     padding: 10px 30px 0 0;
                 }
 
                 &-image {
                     flex: 0 0 25%;
 
                     &--image {
                         width: 160px;
                         height: 160px;
                         margin: 0px;
                     }
                 }
 
                 &-callout {
                     padding: 30px;
                     width: 445px;
                     margin: 0px;
 
                     h5:after {
                         top: 6px;
                         right: 40px;
                         left: inherit;
                     }
                 }
             }
         }
 
         &_group6 {
             color: $blue-dark;
             display: flex;
             flex-direction: column;
             margin-top: 130px;
 
             &-content {
                 padding: 0px 0px;
 
                 .mt110 {
                     @include media-breakpoint-up(lg) {
                         margin-top: 110px;
                     }
                 }
 
                 .page-pipeline_callout-button {
                     padding: 0 0 0px 0px;
                     width: 100%;
 
                     a {
                         width: 90%;
                         padding: 15px 0;
 
                         @include media-breakpoint-up(lg) {
                             width: 91%;
                             padding: 10px 30px 11px 30px;
                         }
                     }
 
                     &:after {
                         right: 0;
                     }
 
                     @include media-breakpoint-up(lg) {
                         width: 294px;
                         margin-top: 60px;
                     }
 
                     &--info {
                         @include media-breakpoint-up(lg) {
                             margin-top: 110px;
                         }
                     }
 
                     .btn-primary {
                         &:after {
                             display: none;
                         }
                     }
                 }
             }
 
             &-image {
                 p {
                     font-size: rem(14px);
                     text-align: center;
                     max-width: 300px;
                     margin: 30px auto;
                     line-height: rem(18px);
                 }
             }
 
             &-image--image {
                 width: 230px;
                 height: 230px;
                 margin: 30px auto;
                 display: block;
 
                 &-col {
                     margin-top: 30px;
                     margin-bottom: 30px;
 
                     @include media-breakpoint-up(lg) {
                         margin: 30px auto;
                         display: block;
                     }
                 }
             }
 
             @include media-breakpoint-up(lg) {
                 flex-direction: row;
                 padding-top: 10px;
                 justify-content: flex-start;
 
                 &-content {
                     padding: 48px 0px 0 30px;
 
                     .page-pipeline_callout-button {
                         padding: 0 0 0px 0px;
 
                         a {
                             padding: 10px 30px;
                         }
 
                         &:after {
                             right: -13px;
                         }
                     }
                 }
 
                 &-image {
                     &--image {
                         width: 352px;
                         height: 352px;
                         margin: 0px;
                     }
 
                     p {
                         font-size: rem(14px);
                         text-align: center;
                         max-width: 300px;
                         margin: 30px auto;
                         line-height: rem(18px);
                     }
                 }
 
                 &-callout {
                     padding: 30px;
                     width: 445px;
                     margin: 0px;
 
                     h5:after {
                         top: 6px;
                         right: 40px;
                         left: inherit;
                     }
                 }
             }
         }
     }
 
     .subpage3 {
         &_group2 {
             &-callout2 {
                 border-color: transparent;
                 padding: 0 20px 30px 20px;
 
                 @include media-breakpoint-up(lg) {
                     padding: 40px 20px 30px 20px;
                 }
 
                 &:after {
                     background: transparent;
                     border-color: transparent;
                 }
 
                 p {
                     color: $primary-blue;
                     font-style: italic;
 
                     &:last-child {
                         color: $blue-dark;
                         font-style: normal;
                         font-size: rem(14px);
                     }
                 }
 
                 h5 {
                     display: inherit;
                     width: 100%;
                     color: $blue-dark;
                 }
 
                 img {
                     margin: 0 auto;
                     text-align: center;
                     width: 65px;
                     height: 65px;
                     float: none;
 
                     &.blue-icon {
                         margin-top: 120px;
 
                         @include media-breakpoint-up(lg) {
                             margin-top: 70px;
                         }
                     }
                 }
 
                 @include media-breakpoint-up(lg) {
                     max-width: 395px;
                     padding: unset;
                     border-color: transparent;
                     margin-left: 110px;
                 }
 
                 &-callout3 {
                     @include media-breakpoint-up(lg) {
                         max-width: 90%;
                     }
                 }
             }
         }
 
         &_group3 {
             .video-player {
                 &.blue {
                     .img-ring {
                         border-color: $primary-blue-light;
                     }
 
                     .play-video-btn {
                         background: $primary-blue-light;
                     }
                 }
             }
 
             .discoveries {
                 @include media-breakpoint-up(lg) {
                     max-width: 635px;
                     margin: 20px 0px 0px 0px;
                     padding: 45px 95px 30px 65px;
                 }
             }
 
             &-callout {
                 background: $gradient-green;
 
                 @include media-breakpoint-up(lg) {
                     padding-right: 94px;
                 }
 
                 &.sub1_cta {
                     background: transparent;
                     border: 2px solid $primary-blue-light;
 
                     &:after {
                         background: $white;
                         border-color: $primary-blue-light;
                     }
                 }
 
                 &.orange {
                     background: $gradient-orange;
 
                     @include media-breakpoint-up(lg) {
                         margin-top: 80px;
                     }
 
                     &:after {
                         background: $white;
                         border-color: $orange;
                     }
                 }
 
                 &.light-blue {
                     background: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
                     padding-bottom: 40px;
 
                     @include media-breakpoint-up(lg) {
                         margin-top: 80px;
                         padding-right: 130px;
                     }
 
                     &:after {
                         background: $white;
                         border-color: #9BD3DD;
                     }
 
                     h5 {
                         color: $blue-dark;
                     }
 
                     p {
                         color: $blue-dark;
 
                         &.bottom {
                             margin-bottom: 260px;
 
                             @include media-breakpoint-up(lg) {
                                 margin-bottom: 20px;
                             }
                         }
                     }
                 }
             }
 
             &-image-sub1_cta {
                 position: absolute;
                 bottom: -120px;
                 width: 230px;
                 height: 230px;
                 left: 50%;
                 transform: translateX(-50%);
 
                 @include media-breakpoint-up(lg) {
                     transform: none;
                     width: 350px;
                     height: 350px;
                     bottom: -75px;
                     right: 25px;
                     left: inherit;
                 }
             }
 
             &-image {
                 position: absolute;
                 bottom: -120px;
                 width: 230px;
                 height: 230px;
                 left: 50%;
                 transform: translateX(-50%);
 
                 @include media-breakpoint-up(lg) {
                     transform: none;
                     width: 350px;
                     height: 350px;
                     bottom: 120px;
                     right: 25px;
                     left: inherit;
                 }
 
                 &-light-blue {
                     position: absolute;
                     bottom: 641px;
                     width: 230px;
                     height: 230px;
                     left: 50%;
                     transform: translateX(-50%);
 
                     @include media-breakpoint-up(xl) {
                         bottom: 280px;
                         width: 350px;
                         height: 350px;
                         left: 76%;
                     }
 
                     @include media-breakpoint-down(lg) {
                         bottom: 280px;
                         width: 350px;
                         height: 350px;
                         left: 90%;
                     }
                 }
             }
         }
 
         &_group5 {
             padding-top: 60px;
             margin-top: 80px;
 
             @include media-breakpoint-up(lg) {
                 margin-top: 0px;
             }
 
             &-content {
                 padding-left: 0px;
                 padding-right: 0;
 
                 @include media-breakpoint-up(lg) {
                     padding-left: 40px;
                 }
             }
         }
     }
 
     .blog--video--callouts {
         .blog-cta {
             .clipped {
                 .content-wrap {
                     padding: 25px 15px;
 
                     @include media-breakpoint-up(lg) {
                         padding: 25px 30px;
                     }
                 }
 
                 &.bg-gold {
                     height: initial;
 
                     @include media-breakpoint-up(lg) {
                         height: 561px;
                     }
                 }
 
                 &.bg-white {
                     &-glass {
                         margin-bottom: 0;
                         background-color: rgba(255, 255, 255, 0.3);
 
                         .content-wrap {
                             display: flex;
                             align-items: center;
                             flex-direction: column;
                             padding: 25px 15px;
 
                             @include media-breakpoint-up(lg) {
                                 flex-direction: row;
                                 align-items: flex-start;
                                 justify-content: space-between;
                             }
                         }
                     }
                 }
             }
 
             .cta-frame {
                 margin: 1.5rem 0 1.8rem;
 
                 .cta-btn {
                     &.js-jump-btn {
                         padding: 0;
                         background-color: transparent;
                     }
                 }
             }
 
             .author-title {
                 display: block;
                 font-size: .9rem;
                 line-height: 1.4;
             }
 
             .art-frame {
                 display: flex;
                 align-content: center;
                 justify-content: center;
                 margin-bottom: 20px;
                 width: 95px;
                 height: 95px;
                 border-radius: 50%;
                 background-image: $gradient-orange-7;
 
                 @include media-breakpoint-up(lg) {
                     margin-bottom: 0;
                 }
 
                 img {
                     width: 100%
                 }
             }
 
             .text-block {
                 width: 100%;
 
                 @include media-breakpoint-up(lg) {
                     width: 70%;
                 }
 
                 a.cta {
                     color: #1b365d;
                 }
             }
         }
 
         .cta {
             h5 {
                 text-transform: uppercase;
                 position: relative;
 
                 & > .header-label {
                     display: block;
                     font-weight: 400;
                     font-size: 1.3rem;
                     line-height: 1;
                 }
 
                 &:after {
                     content: "";
                     position: absolute;
                     display: inline-block;
                     width: 25px;
                     height: 20px;
                     background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/blue-arrow.svg) no-repeat 50% 100%;
                 }
             }
         }
 
         .video-cta {
             display: flex;
             flex-direction: column;
             align-items: center;
             margin-top: 50px;
 
             @include media-breakpoint-up(lg) {
                 margin-top: 0;
             }
 
             .video-player {
                 position: absolute;
 
                 @include media-breakpoint-up(lg) {
                     margin-top: 0;
                 }
             }
 
             .clipped {
                 margin-top: 120px;
                 padding-top: 90px;
                 min-height: 195px;
 
                 @include media-breakpoint-up(lg) {
                     margin-top: 170px;
                     min-height: 385px;
                 }
 
                 &.bg-white {
                     &.glass {
                         background-color: rgba(255, 255, 255, 0.3);
                     }
                 }
             }
 
             .content-wrap {
                 &.flx {
                     padding: 20px 15px;
 
                     @include media-breakpoint-up(lg) {
                         padding: 153px 45px 20px
                     }
                 }
 
                 .content {
                     padding-top: 20px;
                     width: 100%;
 
                     @include media-breakpoint-up(lg) {
                         width: 60%;
                     }
                 }
             }
 
             .vid-btn {
                 position: absolute;
                 display: flex;
                 justify-content: center;
                 align-items: center;
             }
         }
     }
 
     .content-cta-link {
         display: block;
         width: fit-content;
         color: #065baa;
         text-decoration: underline;
 
         &:hover {
             text-decoration: none;
         }
     }
 
     .rga-cta {
         display: flex;
         flex-direction: column;
         align-items: flex-start;
         justify-content: space-evenly;
         padding: 0 25px 25px 25px;
 
         @include media-breakpoint-up(lg) {
             flex-direction: row;
             align-items: center;
             margin: 40px 0 60px;
             padding: 5px 0 5px 0;
         }
 
         .twitter-frame {
             display: flex;
             align-content: center;
             justify-content: center;
             padding: 15px;
             width: 70px;
             height: 70px;
             background-color: rgba(255,255,255,0.3);
             border-radius: 50%;
 
             & > img {
                 width: 100%;
             }
         }
 
         .link-label {
             display: flex;
             align-items: center;
             justify-content: space-between;
             margin: 0;
             width: 100%;
             color: #fff;
             font-family: $roboto-condensed;
             font-size: rem(24px);
             font-weight: $font-weight-bold;
             line-height: 1.2;
 
             @include media-breakpoint-up(lg) {
                 width: 80%;
             }
 
             &:after {
                 content: '';
                 width: 39px;
                 height: 55px;
                 background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/global/icon_cta-caret_white.svg) no-repeat 5px 100%;
                 background-size: 80%;
                 transform: translateY(13px);
 
                 @include media-breakpoint-up(lg) {
                     width: 15px;
                     height: 20px;
                     background: url('/web/20240823070942im_/https://www.regeneron.com/Content/images/global/icon_cta-caret_white.svg') no-repeat 0 0;
                     background-size: contain;
                     transform: translate(0px, 0px);
                 }
             }
         }
     }
 }
 
     .data-tech {
         position: relative;
         display: flex;
         align-items: center;
         justify-content: space-between;
         flex-direction: column;
         margin: 140px 0 20px 0;
 
         @include media-breakpoint-up(lg) {
             align-items: center;
             justify-content: space-between;
             flex-direction: row;
             margin: 140px 0 120px 0;
         }
 
         .video-player {
             position: absolute;
             top: -110px;
             z-index: 3;
 
             @include media-breakpoint-up(lg) {
                 top: auto;
             }
         }
 
         .clipped {
             @include media-breakpoint-up(lg) {
                 margin-left: 100px;
                 width: 100%;
             }
         }
 
         .content-wrap {
             padding: 145px 25px 25px 25px;
 
             @include media-breakpoint-up(lg) {
                 padding: 25px 25px 25px 275px;
                 width: 100%;
             }
         }
     }
 
     .mycode-mylife {
         .content-wrap {
             display: flex;
             flex-direction: column;
             gap: 20px;
 
             @include media-breakpoint-up(lg) {
                 gap: 50px;
                 flex-direction: row;
             }
 
             .mycode-badge {
                 width: 100px;
                 height: 100px;
 
                 & > img {
                     width: 100px;
                 }
             }
         }
     }
 
     .bts-video-intro {
         text-align: left;
         margin: 100px 0 50px 0;
 
         @include media-breakpoint-up(lg) {
             text-align: center;
         }
 
         h5 {
             font-size: 2.4rem;
             line-height: 1.2;
         }
     }
 
 .behind-the-science {
     display: flex;
     flex-direction: column;
 
     @include media-breakpoint-up(lg) {
         flex-direction: row;
         margin-bottom: 30px;
     }
 
     .behind--science-content {
         display: flex;
         align-items: center;
         justify-content: center;
         padding: 3rem;
 
         &.clipped {
             &:not(.bg-red) {
                 @include media-breakpoint-down(sm) {
                     margin-bottom: 7px;
                 }
             }
         }
     }
 
     .behindScienceTabs {
         position: relative;
         display: flex;
         flex-direction: column;
         width: 100%;
         border-bottom: none;
 
         @include media-breakpoint-up(lg) {
             width: 370px;
         }
 
         li {
             width: 100%;
             border-width: 0;
             margin-bottom: 5px;
 
             & > a {
                 display: flex;
                 color: #fff;
                 border-top-left-radius: 0;
                 border-top-right-radius: 0;
                 justify-content: space-around;
                 align-items: center;
 
                 figure {
                     width: 50px;
                     height: 50px;
 
                     & > img {
                         max-width: 100%;
                     }
                 }
 
                 &:hover {
                     border-color: transparent;
                 }
 
                 h5 {
                     width: 70%;
 
                     & > span {
                         display: block;
                         font-size: 1rem;
                         font-weight: normal;
                         margin-top: -4px;
                     }
                 }
             }
         }
     }
 
     .bg-emerald {
         background-color: rgba(60, 160, 12, .5);
 
         .nav-tabs .nav-link.active & {
             background-image: linear-gradient(180deg, #78BE20 1%, #3CA00C 100%);
             border-color: transparent;
         }
     }
 
     .behindScienceTabs {
         &.nav-tabs {
             .bg-emerald {
                 .nav-link {
                     &.active, &:hover {
                         color: #fff;
                         background-color: transparent;
                         background-image: linear-gradient(180deg, #78BE20 1%, #3CA00C 100%);
                         border-color: transparent transparent transparent;
                         box-shadow: inset 0 -1px 0 0 transparent, inset 0 -1px 0 0 transparent;
                     }
                 }
             }
         }
     }
 
     div[data-content="4"] {
         .cta-box {
             justify-content: flex-end;
             margin: 0 0 110px 0;
 
             @include media-breakpoint-up(lg) {
                 justify-content: flex-end;
                 margin: 0 0 50px 0;
             }
 
             .shield {
                 &.video-player {
                     &.gold {
                         .play-video-btn {
                             background-image: linear-gradient(#107fcd, #065baa);
                         }
                     }
                 }
 
                 top: auto;
                 bottom: -50px;
 
                 @include media-breakpoint-up(lg) {
                     bottom: auto;
                 }
             }
 
             .flag {
                 @include media-breakpoint-up(lg) {
                     margin-left: 0;
                     margin-right: 120px;
                 }
 
                 .content {
                     padding: 20px 0 150px 0;
 
                     @include media-breakpoint-up(lg) {
                         margin-left: 95px;
                         padding: 20px 0;
                     }
                 }
             }
         }
     }
 
 .dot-plus-dash {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 40px;
     margin: 40px 0;
     padding: 0 20px;
 
     @include media-breakpoint-up(lg) {
         flex-direction: row;
         padding: initial;
     }
 
     .dot {
         padding: 0 20px;
 
         @include media-breakpoint-up(lg) {
             padding: initial;
         }
 
         .img-ring {
             position: relative;
             z-index: 2;
             background-color: #fff;
             width: 100%;
 
             @include media-breakpoint-up(lg) {
                 width: auto;
             }
 
             &.lt-blue {
                 border-color: $primary-blue-darker;
             }
         }
     }
 
     .dash {
         span {
             display: block;
 
             a {
                 box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa;
             }
         }
     }
 
     .ruled-dd-header {
         font-family: $roboto-condensed;
         font-weight: bold;
         font-style: italic;
         font-size: rem(24px);
         line-height: 1;
         text-transform: uppercase;
         color: $primary-blue-darker;
 
         &:after {
             content: "";
             display: block;
             margin-top: 15px;
             margin-left: 0;
             height: 2px;
             background-color: $primary-blue-darker;
 
             @include media-breakpoint-up(lg) {
                 margin-left: -80px;
             }
         }
     }
 
     .caption {
         display: block;
         margin-top: 15px;
         font-size: rem(14px);
         text-align: center;
     }
 }
 
     .mbl-gutter-20 {
         padding: 0 20px;
 
         @include media-breakpoint-up(lg) {
             padding: initial;
         }
     }
         */ }
 
 .page-regeneron-genetics-center .overflow-x-hidden {
   overflow-x: hidden; }
 
 .page-regeneron-genetics-center h2 {
   font-size: 1.75rem;
   line-height: 2rem;
   font-weight: 700;
   letter-spacing: normal;
   text-transform: none; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center h2 {
     font-size: 3rem;
     line-height: 3.125rem;
     letter-spacing: -0.32px; } }
 
 .page-regeneron-genetics-center h3 {
   font-size: 2.5rem;
   line-height: 2.75rem;
   font-weight: 700;
   letter-spacing: normal;
   text-transform: none; }
 
 .page-regeneron-genetics-center p.subtitle {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   line-height: 1.75rem;
   font-weight: 700; }
 
 .page-regeneron-genetics-center sup.rball {
   position: relative;
   top: -0.5em;
   font-size: 0.7em;
   line-height: 0; }
 
 .page-regeneron-genetics-center strong, .page-regeneron-genetics-center .perspectives .blog-content .references ol li::marker, .perspectives .blog-content .references ol .page-regeneron-genetics-center li::marker {
   font-weight: 700; }
 
 .page-regeneron-genetics-center .pill-cta:focus-visible {
   outline: 3px solid #78BE20;
   outline-offset: 3px; }
 
 .page-regeneron-genetics-center .btn-fc {
   width: fit-content; }
 
 .page-regeneron-genetics-center main .page-wrapper {
   padding: 0 0 30px 0; }
 
 .page-regeneron-genetics-center .about-tab a:not(.pill-cta) {
   color: #065baa;
   font-weight: 400;
   font-style: normal;
   text-transform: none;
   text-decoration: underline;
   box-shadow: none !important; }
 
 .page-regeneron-genetics-center .about-tab a:not(.pill-cta):hover, .page-regeneron-genetics-center .about-tab a.underline:not(.pill-cta), .page-regeneron-genetics-center .about-tab .page-terms-of-use #main-content a:not(.pill-cta), .page-terms-of-use #main-content .page-regeneron-genetics-center .about-tab a:not(.pill-cta), .page-regeneron-genetics-center .about-tab .page-social-media-terms #main-content a:not(.pill-cta), .page-social-media-terms #main-content .page-regeneron-genetics-center .about-tab a:not(.pill-cta), .page-regeneron-genetics-center .about-tab a:not(.pill-cta):active {
   text-decoration: none; }
 
 .page-regeneron-genetics-center .about-tab a:not(.pill-cta) > sup {
   text-decoration: none; }
 
 .page-regeneron-genetics-center .pill-cta {
   font-size: 1.375rem;
   line-height: 1.5rem;
   box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px; }
 
 .page-regeneron-genetics-center .rgn-border {
   padding: 50px 25px; }
 
 .page-regeneron-genetics-center .rgn-border.yellow {
   border-color: #FF981C; }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .rgn-border {
     margin-left: -18px;
     margin-right: -18px; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .rgn-border {
     padding: 50px 50px 40px; } }
 
 @media (max-width: 575.98px) {
   .page-regeneron-genetics-center .rgn-border .offset-mob {
     margin: 10% 0 20px -55%; }
   .page-regeneron-genetics-center .rgn-border .btn-fc {
     width: 100%; } }
 
 .page-regeneron-genetics-center .hero-head h1 {
   font-size: 1.5rem;
   line-height: 2.125rem; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .hero-head h1 {
     font-size: 2.5rem;
     line-height: 3.125rem; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .header_pill-list--element {
     width: auto;
     min-width: 0;
     padding: 0 36px; } }
 
 .page-regeneron-genetics-center .br-trbl {
   border-radius: 0 50px 0 50px; }
 
 .page-regeneron-genetics-center .br-tlbr {
   border-radius: 50px 0 50px 0; }
 
 .page-regeneron-genetics-center .top-band {
   display: none;
   z-index: -1;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100vw;
   height: 308px;
   background-color: #cde9ee; }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .top-band.show-mobile {
     display: block; } }
 
 @media (max-width: 991.98px) {
   .page-regeneron-genetics-center .top-band.disco-band {
     height: 620px; } }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .top-band.disco-band {
     height: 720px; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .top-band {
     display: block; } }
 
 .page-regeneron-genetics-center .intro-blue-bkgd {
   padding: 0;
   background-color: #cde9ee; }
 
 .page-regeneron-genetics-center .intro-blue-bkgd.overlap-next {
   z-index: 1;
   padding-bottom: 110px; }
 
 .page-regeneron-genetics-center .intro-blue-bkgd.overlap-next + div {
   z-index: 2;
   margin-top: -130px; }
 
 .page-regeneron-genetics-center .tab-content-container {
   margin-top: 27px; }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .tab-content-container {
     padding-left: 0 !important;
     padding-right: 0 !important; }
   .page-regeneron-genetics-center .tab-content-container .tab-content {
     padding-left: 30px;
     padding-right: 30px; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tab-content-container {
     margin-top: 63px; } }
 
 .page-regeneron-genetics-center .tab-content-container .tabbed-container .collapse {
   visibility: hidden; }
 
 .page-regeneron-genetics-center .tab-content-container .tabbed-container .collapse.show {
   visibility: initial; }
 
 .page-regeneron-genetics-center .overlap-boxes {
   position: relative;
   margin-bottom: 10px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes {
     margin-bottom: 50px; } }
 
 .page-regeneron-genetics-center .overlap-boxes.vidPlayingTop {
   z-index: 10; }
 
 .page-regeneron-genetics-center .overlap-boxes .overlap-box {
   z-index: 1;
   padding: 0; }
 
 .page-regeneron-genetics-center .overlap-boxes .overlap-box .text-box {
   position: relative; }
 
 .page-regeneron-genetics-center .overlap-boxes.rt-over-lt .overlap-box:first-of-type .text-box {
   top: -20px;
   width: 100%;
   padding: 60px 30px 48px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes.rt-over-lt .overlap-box:first-of-type .text-box {
     top: 50px;
     right: -60px;
     width: 100%;
     padding: 60px 42px 72px 72px; } }
 
 .page-regeneron-genetics-center .overlap-boxes.rt-over-lt .overlap-box:last-of-type {
   z-index: 2; }
 
 .page-regeneron-genetics-center .overlap-boxes.rt-over-lt.lt-high {
   margin-top: 30px; }
 
 .page-regeneron-genetics-center .overlap-boxes.rt-over-lt.lt-high .overlap-box:first-of-type {
   z-index: 1; }
 
 .page-regeneron-genetics-center .overlap-boxes.rt-over-lt.lt-high .overlap-box:first-of-type .text-box {
   top: 0px;
   width: 100%;
   padding: 40px 35px 110px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes.rt-over-lt.lt-high .overlap-box:first-of-type .text-box {
     top: -50px;
     left: 40px;
     width: 100%;
     padding: 60px 72px 72px 42px; } }
 
 .page-regeneron-genetics-center .overlap-boxes.rt-over-lt.lt-high .overlap-box:last-of-type {
   z-index: 2; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes.rt-over-lt.lt-high .overlap-box:last-of-type > div {
     left: 0; } }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .overlap-boxes.rt-over-lt.lt-high .overlap-box:last-of-type {
     margin-top: -80px; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes.rt-over-lt.lt-high {
     margin-top: 40px; } }
 
 .page-regeneron-genetics-center .overlap-boxes.lt-over-rt .overlap-box:first-of-type {
   z-index: 2; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes.lt-over-rt .overlap-box:first-of-type > div:not(.modal) {
     left: 50px; } }
 
 .page-regeneron-genetics-center .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box {
   top: -20px;
   width: 100%;
   padding: 60px 35px 48px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box {
     top: 50px;
     left: -10px;
     width: 100%;
     padding: 60px 42px 72px 72px; } }
 
 @media (min-width: 1200px) {
   .page-regeneron-genetics-center .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box {
     left: -60px; } }
 
 .page-regeneron-genetics-center .overlap-boxes.lt-over-rt.rt-high {
   margin-top: 30px; }
 
 .page-regeneron-genetics-center .overlap-boxes.lt-over-rt.rt-high .overlap-box:first-of-type {
   z-index: 1; }
 
 .page-regeneron-genetics-center .overlap-boxes.lt-over-rt.rt-high .overlap-box:first-of-type .text-box {
   top: 0px;
   width: 100%;
   padding: 60px 35px 110px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes.lt-over-rt.rt-high .overlap-box:first-of-type .text-box {
     top: -50px;
     left: -10px;
     width: 100%;
     padding: 60px 42px 72px 72px; } }
 
 @media (min-width: 1200px) {
   .page-regeneron-genetics-center .overlap-boxes.lt-over-rt.rt-high .overlap-box:first-of-type .text-box {
     left: -60px; } }
 
 .page-regeneron-genetics-center .overlap-boxes.lt-over-rt.rt-high .overlap-box:last-of-type {
   z-index: 2; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes.lt-over-rt.rt-high .overlap-box:last-of-type > div:not(.modal) {
     left: 50px; } }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .overlap-boxes.lt-over-rt.rt-high .overlap-box:last-of-type {
     margin-top: -80px; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .overlap-boxes.lt-over-rt.rt-high {
     margin-top: 80px; } }
 
 .page-regeneron-genetics-center .video-deck {
   position: relative;
   max-width: 100%; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .video-deck {
     max-width: 480px; } }
 
 .page-regeneron-genetics-center .video-deck.br-trbl .poster-frame {
   border-radius: 0 50px 0 50px; }
 
 .page-regeneron-genetics-center .video-deck.br-tlbr .poster-frame {
   border-radius: 50px 0 50px 0; }
 
 .page-regeneron-genetics-center .video-deck.green {
   background-image: linear-gradient(90deg, #6DD400 0%, #359128 43%); }
 
 .page-regeneron-genetics-center .video-deck.green .video_play-btn {
   background-image: linear-gradient(180deg, #6DD400 0%, #359128 100%); }
 
 .page-regeneron-genetics-center .video-deck.blue {
   background-image: linear-gradient(253deg, #107FCD 0%, #065BAA 65%); }
 
 .page-regeneron-genetics-center .video-deck.blue .video_play-btn {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%); }
 
 .page-regeneron-genetics-center .video-deck.red {
   background-image: linear-gradient(270deg, #D50056 0%, #950051 100%); }
 
 .page-regeneron-genetics-center .video-deck.red .video_play-btn {
   background-image: linear-gradient(180deg, #D50056 0%, #950051 100%); }
 
 .page-regeneron-genetics-center .video-deck.yellow {
   background-image: linear-gradient(270deg, #FFC555 0%, #FF981C 100%); }
 
 .page-regeneron-genetics-center .video-deck.yellow .video_play-btn {
   background-image: linear-gradient(180deg, #FFC555 0%, #FF981C 100%); }
 
 .page-regeneron-genetics-center .video-deck.lt-blue {
   background-image: linear-gradient(270deg, #00B4DA 0%, #017FBA 100%); }
 
 .page-regeneron-genetics-center .video-deck.lt-blue .video_play-btn {
   background-image: linear-gradient(180deg, #00B4DA 0%, #017FBA 100%); }
 
 .page-regeneron-genetics-center .video-deck.xlt-blue {
   background-image: linear-gradient(270deg, #CCE7EC 0%, #9BD3DD 100%); }
 
 .page-regeneron-genetics-center .video-deck.xlt-blue .video_play-btn {
   background-image: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%); }
 
 .page-regeneron-genetics-center .video-deck .transcript-link {
   display: block;
   color: #fff;
   font-style: italic;
   margin: 5px 0 -5px 40px; }
 
 .page-regeneron-genetics-center .video-modal .modal-dialog {
   max-width: 940px; }
 
 .page-regeneron-genetics-center .video-modal .modal-content {
   width: 100%;
   height: auto; }
 
 .page-regeneron-genetics-center .video-modal .modal-content .transcript {
   margin-top: 10px; }
 
 .page-regeneron-genetics-center .video-modal .modal-content .transcript .btn.btn-primary {
   padding: 20px 15px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .video-modal .modal-content {
     width: 940px;
     height: 524px; }
   .page-regeneron-genetics-center .video-modal .modal-content .transcript {
     margin-top: 20px; }
   .page-regeneron-genetics-center .video-modal .modal-content .transcript .btn.btn-primary {
     padding: 30px 40px; } }
 
 .page-regeneron-genetics-center .video-modal .modal-content .close {
   top: -60px;
   width: 53px;
   height: 53px;
   transition: background linear .2s; }
 
 .page-regeneron-genetics-center .text-box {
   width: 100%; }
 
 .page-regeneron-genetics-center .text-box h3 {
   font-size: 1.875rem;
   line-height: 2.125rem;
   font-weight: 700;
   text-transform: none;
   letter-spacing: normal; }
 
 .page-regeneron-genetics-center .text-box p:last-of-type {
   margin-bottom: 0; }
 
 .page-regeneron-genetics-center .text-box.blue-grad {
   background: linear-gradient(to bottom, #065baa 0%, #002071 100%); }
 
 .page-regeneron-genetics-center .text-box.red-grad {
   background: linear-gradient(to bottom, #D50056 0%, #950051 100%); }
 
 .page-regeneron-genetics-center .text-box.blue-grad h3,
 .page-regeneron-genetics-center .text-box.blue-grad p, .page-regeneron-genetics-center .text-box.red-grad h3,
 .page-regeneron-genetics-center .text-box.red-grad p {
   color: #fff; }
 
 .page-regeneron-genetics-center .text-box.br-tlbr {
   border-radius: 50px 0 50px 0; }
 
 .page-regeneron-genetics-center .text-box.br-trbl {
   border-radius: 0 50px 0 50px; }
 
 .page-regeneron-genetics-center .sideband .sideband-container:before {
   z-index: -1;
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   width: 100vw;
   height: 100%;
   border-radius: 0 30px 30px 0; }
 
 .page-regeneron-genetics-center .sideband.blue-grad .sideband-container {
   padding: 20px 20px 20px 15px; }
 
 .page-regeneron-genetics-center .sideband.blue-grad .sideband-container:before {
   background: linear-gradient(to bottom, #00b4da 0%, #017fba 100%); }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .sideband.blue-grad .sideband-container {
     padding: 40px 60px 40px 0; } }
 
 .page-regeneron-genetics-center .sideband.blue-grad * {
   color: white; }
 
 .page-regeneron-genetics-center .sideband.blue-grad p.headline {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   line-height: 1.75rem;
   font-weight: 700; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .sideband.blue-grad p.headline {
     font-size: 2.125rem;
     line-height: 2.5rem; } }
 
 .page-regeneron-genetics-center .sideband.blue-grad p.contact {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.125rem;
   line-height: 1.5rem;
   font-weight: 700; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .sideband.blue-grad p.contact {
     font-size: 1.375rem; } }
 
 .page-regeneron-genetics-center .sideband.blue-grad a {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.125rem;
   line-height: 1.5rem;
   font-weight: 700;
   color: #fff;
   text-decoration: none; }
 
 .page-regeneron-genetics-center .sideband.blue-grad a:hover, .page-regeneron-genetics-center .sideband.blue-grad a.underline, .page-regeneron-genetics-center .sideband.blue-grad .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-regeneron-genetics-center .sideband.blue-grad a, .page-regeneron-genetics-center .sideband.blue-grad .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-regeneron-genetics-center .sideband.blue-grad a, .page-regeneron-genetics-center .sideband.blue-grad a:active {
   text-decoration: underline; }
 
 .page-regeneron-genetics-center .sideband.blue-grad a i.arrow.white:after {
   top: 3px;
   left: 6px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .sideband.blue-grad a {
     font-size: 1.375rem; } }
 
 .page-regeneron-genetics-center .sideband.yellow-grad {
   margin-top: 20px; }
 
 .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container {
   margin-bottom: 160px;
   padding: 20px 30px; }
 
 .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container:before {
   background: white;
   box-shadow: rgba(0, 0, 0, 0.15) 2px 5px 12px 0; }
 
 .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container a {
   color: inherit;
   font-weight: 400;
   font-style: normal;
   text-transform: none;
   text-decoration: underline;
   box-shadow: none !important; }
 
 .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container a:hover, .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container a.underline, .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container a, .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container a, .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container a:active {
   text-decoration: none; }
 
 .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container a > sup {
   text-decoration: none; }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container:before {
     height: calc(100% - 90px); } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .sideband.yellow-grad .sideband-container {
     margin-bottom: 20px;
     padding: 30px 40px 20px 0; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .sideband.yellow-grad {
     margin-top: 120px; } }
 
 .page-regeneron-genetics-center .sideband.yellow-grad p.headline {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.75rem;
   line-height: 2rem;
   font-weight: 700; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .sideband.yellow-grad p.headline {
     font-size: 3rem;
     line-height: 3.125rem; } }
 
 .page-regeneron-genetics-center .sideband.yellow-grad img {
   margin-top: 20px;
   margin-bottom: -160px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .sideband.yellow-grad img {
     margin-top: -70px;
     margin-bottom: 0; } }
 
 .page-regeneron-genetics-center .tabbed-container.red {
   padding: 30px 0 0 15px;
   background: linear-gradient(to bottom, #d50056 0%, #950051 100%);
   border-radius: 50px 0 50px 0; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tabbed-container.red {
     padding: 30px; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tabbed-container-collapse-col {
     padding: 0 30px 0 20px; } }
 
 .page-regeneron-genetics-center .tabbed-container .collapsing {
   z-index: 2;
   display: block;
   transition: none !important; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tabbed-container .collapsing {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%; } }
 
 .page-regeneron-genetics-center .tabbed-container .collapse {
   z-index: 1;
   display: block;
   pointer-events: none;
   transition: none !important; }
 
 .page-regeneron-genetics-center .tabbed-container .collapse.show {
   z-index: 2;
   pointer-events: auto;
   transition: none !important; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tabbed-container .collapse {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%; } }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .tabbed-container .collapse:last-of-type {
     z-index: 1;
     margin-bottom: -30px; }
   .page-regeneron-genetics-center .tabbed-container .collapse:last-of-type .card {
     border-radius: 0 0 0 50px;
     box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 2px; } }
 
 .page-regeneron-genetics-center .tabbed-container .card {
   top: 0;
   left: 0;
   padding: 20px 15px;
   background: #fff;
   border: none;
   border-radius: 0px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tabbed-container .card {
     justify-content: center;
     position: absolute;
     height: 100%;
     padding: 20px 35px;
     border-radius: 50px 0 50px 0; } }
 
 .page-regeneron-genetics-center .tabbed-container .card .pill-cta {
   font-size: 1.25rem;
   line-height: 1.375rem; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tabbed-container .card .pill-cta {
     padding: 15px 40px 15px 20px;
     font-size: 1.375rem;
     line-height: 1.5rem; } }
 
 .page-regeneron-genetics-center .tabbed-container p.headline {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.8125rem;
   line-height: 2.125rem;
   font-weight: 700;
   color: #fff; }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .tabbed-container p.headline {
     padding-left: 15px;
     padding-right: 15px; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tabbed-container-buttons-col {
     padding: 10px 40px 0; } }
 
 .page-regeneron-genetics-center .tabbed-container-buttons button {
   margin-top: 12px;
   width: 100%;
   padding: 14px 30px;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.375rem;
   line-height: 1.5rem;
   font-weight: 700;
   color: #fff;
   border: 1px solid #fff;
   border-radius: 60px;
   font-style: normal; }
 
 .page-regeneron-genetics-center .tabbed-container-buttons button:hover, .page-regeneron-genetics-center .tabbed-container-buttons button:active, .page-regeneron-genetics-center .tabbed-container-buttons button:focus {
   background: #fff;
   color: #065baa; }
 
 .page-regeneron-genetics-center .tabbed-container-buttons button[aria-expanded="true"] {
   background: #fff;
   color: #065baa;
   pointer-events: none; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tabbed-container {
     height: 100%;
     max-width: 980px; } }
 
 .page-regeneron-genetics-center .tabbed-container-next-row {
   margin-top: 50px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .tabbed-container-next-row {
     margin-top: 30px; } }
 
 .page-regeneron-genetics-center .blue-back {
   margin-bottom: 30px;
   border-radius: 50px 0 50px 50px;
   box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 2px;
   background-color: #E7F2F9; }
 
 .page-regeneron-genetics-center .blue-back-text {
   padding: 40px;
   background: #E7F2F9;
   border-radius: 50px 0 50px 50px; }
 
 .page-regeneron-genetics-center .blue-back .video-deck {
   z-index: 2; }
 
 .page-regeneron-genetics-center .blue-back .video-deck + .blue-back-text,
 .page-regeneron-genetics-center .blue-back .video-modal + .blue-back-text {
   z-index: 1;
   margin-top: -50px;
   padding-top: 70px; }
 
 .page-regeneron-genetics-center .blue-back .pill-cta + p {
   margin-top: 50px; }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .blue-back {
     margin-left: -15px;
     margin-right: -15px; } }
 
 .page-regeneron-genetics-center .quote-text {
   margin-bottom: 15px;
   font-weight: 700; }
 
 .page-regeneron-genetics-center .quote-text .quote-photo .quote-citation {
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   width: 100%;
   min-height: 100%;
   font-weight: 700; }
 
 .page-regeneron-genetics-center .quote-text .quote-photo .quote-citation p {
   margin-bottom: 0; }
 
 .page-regeneron-genetics-center .quote-text .quote-photo .quote-citation-title {
   display: block;
   font-size: 0.875rem;
   line-height: 1.125rem;
   font-weight: 400; }
 
 @media (max-width: 991.98px) {
   .page-regeneron-genetics-center .quote-text .quote-photo {
     padding: 0 30px 0 50px; } }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .quote-text {
     margin-bottom: 30px;
     padding: 0 30px; }
   .page-regeneron-genetics-center .quote-text .quote-photo {
     flex-wrap: nowrap;
     margin-right: 0;
     margin-left: 0; }
   .page-regeneron-genetics-center .quote-text .quote-photo .quote-citation {
     padding-left: 20px;
     width: auto; } }
 
 .page-regeneron-genetics-center .float-quote {
   margin-bottom: 50px; }
 
 .page-regeneron-genetics-center .float-quote-text {
   font-weight: 500;
   font-style: italic; }
 
 .page-regeneron-genetics-center .float-quote-citation {
   display: flex;
   flex-wrap: nowrap;
   align-items: stretch;
   justify-content: space-between;
   flex-direction: row;
   align-items: center; }
 
 .page-regeneron-genetics-center .float-quote-citation p {
   line-height: 1.125rem; }
 
 .page-regeneron-genetics-center .float-quote-citation p strong, .page-regeneron-genetics-center .float-quote-citation p .perspectives .blog-content .references ol li::marker, .perspectives .blog-content .references ol .page-regeneron-genetics-center .float-quote-citation p li::marker {
   font-weight: 500; }
 
 .page-regeneron-genetics-center .float-quote-citation p span {
   font-size: 0.875rem; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .float-quote {
     margin-bottom: 80px; } }
 
 .page-regeneron-genetics-center .add-resources a.pdf-link {
   font-size: 1rem;
   line-height: 1.25rem;
   font-weight: 700;
   font-style: italic;
   text-underline-offset: 2px; }
 
 .page-regeneron-genetics-center .add-resources a.pdf-link:before {
   width: 16px;
   height: 22px;
   padding-right: 0;
   background-size: contain; }
 
 .page-regeneron-genetics-center .add-resources h5 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.375rem;
   line-height: 1.5625rem;
   margin-bottom: 1rem;
   font-weight: 700; }
 
 .page-regeneron-genetics-center .add-resources .social-link {
   margin-right: 15px; }
 
 .page-regeneron-genetics-center .intro-text {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700; }
 
 .page-regeneron-genetics-center .intro-text:first-of-type {
   margin-top: 30px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .intro-text:first-of-type {
     margin-top: 60px; } }
 
 .page-regeneron-genetics-center .after-intro {
   margin-top: 60px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .after-intro {
     margin-top: 110px; } }
 
 .page-regeneron-genetics-center .timeline {
   color: #1b365d;
   position: relative;
   margin: 100px auto 0;
   padding-left: 5px;
   /* Container around content */
   /* The actual content */ }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline {
     padding-left: 0;
     margin-top: 0; } }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetics-center .timeline-col {
     padding-right: 0;
     padding-left: 0; } }
 
 .page-regeneron-genetics-center .timeline:after {
   content: '';
   opacity: 30%;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 31px;
   margin-left: -3px;
   width: 9px;
   background: linear-gradient(to bottom, #065baa 0%, #046ecc 20%, #9bd3dd 50%, #d50056 80%, #1b365d 100%);
   border-radius: 6px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline:after {
     top: 20px;
     margin-left: 0;
     left: 50%;
     transform: translateX(-50%); } }
 
 .page-regeneron-genetics-center .timeline-years {
   display: inline-flex;
   position: relative; }
 
 .page-regeneron-genetics-center .timeline-years-label {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   line-height: 1.75rem;
   font-weight: 700; }
 
 .page-regeneron-genetics-center .timeline-years::before {
   border: 2px solid #065baa;
   border-radius: 14px;
   position: absolute;
   width: 100px;
   height: 30px;
   top: 5px;
   left: 10px;
   content: ""; }
 
 .page-regeneron-genetics-center .timeline-years a {
   color: #065baa;
   box-shadow: none; }
 
 .page-regeneron-genetics-center .timeline-years ul {
   width: 100px;
   height: 100px;
   padding: 0 0 75px;
   margin-top: 10px;
   margin-left: 10px;
   overflow-y: scroll;
   scrollbar-width: none;
   -ms-overflow-style: none;
   -webkit-mask-image: -webkit-gradient(linear, left 10%, left bottom, from(black), to(rgba(0, 0, 0, 0))); }
 
 .page-regeneron-genetics-center .timeline-years ul::-webkit-scrollbar {
   width: 0;
   height: 0; }
 
 .page-regeneron-genetics-center .timeline-years ul li {
   text-align: center;
   padding-bottom: 3px; }
 
 .page-regeneron-genetics-center .timeline-years ul li a {
   display: block;
   box-shadow: none; }
 
 .page-regeneron-genetics-center .timeline-year-block {
   position: relative;
   padding-top: 30px;
   padding-bottom: 40px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-year-block {
     padding-top: 0;
     padding-bottom: 40px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2023 .timeline-container:nth-of-type(1) {
     margin-top: 40px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2023 .timeline-container:nth-of-type(2) {
     margin-top: -300px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2023 .timeline-container:nth-of-type(3) {
     margin-top: -160px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2023 .timeline-container:nth-of-type(4) {
     margin-top: -120px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2023 .timeline-container:nth-of-type(5) {
     margin-top: -300px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2022 .timeline-container:nth-of-type(2) {
     margin-top: -550px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2022 .timeline-container:nth-of-type(3) {
     margin-top: 50px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2022 .timeline-container:nth-of-type(4) {
     margin-top: -370px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2022 .timeline-container:nth-of-type(5) {
     margin-top: -130px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2022 .timeline-container:nth-of-type(6) {
     margin-top: -310px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2021 .timeline-container:nth-of-type(2) {
     margin-top: -390px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2021 .timeline-container:nth-of-type(3) {
     margin-top: -90px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2021 .timeline-container:nth-of-type(4) {
     margin-top: -260px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2021 .timeline-container:nth-of-type(5) {
     margin-top: -190px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2020 .timeline-container:nth-of-type(2) {
     margin-top: -330px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2020 .timeline-container:nth-of-type(3) {
     margin-top: -170px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2020 .timeline-container:nth-of-type(4) {
     margin-top: -160px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2020 .timeline-container:nth-of-type(5) {
     margin-top: -210px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2019 .timeline-container:nth-of-type(2) {
     margin-top: -350px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2018 .timeline-container:nth-of-type(2) {
     margin-top: -290px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2017 .timeline-container:nth-of-type(2) {
     margin-top: -320px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2014 .timeline-container:nth-of-type(2) {
     margin-top: -320px; }
   .page-regeneron-genetics-center .timeline-year-block#year-2014 .timeline-container:nth-of-type(3) {
     margin-top: -250px; } }
 
 .page-regeneron-genetics-center .timeline-container {
   position: relative;
   padding-left: 50px;
   margin-top: 40px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-container {
     padding-left: 0;
     margin-top: 0;
     width: 360px; } }
 
 @media (min-width: 1200px) {
   .page-regeneron-genetics-center .timeline-container {
     width: 380px; } }
 
 .page-regeneron-genetics-center .timeline-container:before {
   left: 60px;
   border: medium solid #065baa;
   border-width: 10px 10px 10px 0; }
 
 .page-regeneron-genetics-center .timeline-container.feature-content {
   margin-top: 98px; }
 
 .page-regeneron-genetics-center .timeline-container.feature-content .timeline-content {
   padding-top: 100px; }
 
 .page-regeneron-genetics-center .timeline-container.feature-content .timeline-content-border {
   border: 2px solid #065baa;
   background: transparent; }
 
 .page-regeneron-genetics-center .timeline-container.feature-content .timeline-content-padding {
   padding-top: 30px;
   padding-bottom: 75px; }
 
 .page-regeneron-genetics-center .timeline-container.feature-content .timeline-content .audio-link-wrapper:last-child {
   margin-bottom: 0; }
 
 .page-regeneron-genetics-center .timeline-date {
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-around;
   align-items: center;
   position: absolute;
   top: -12px;
   left: 20px;
   width: 56px;
   height: 56px;
   font-family: "Roboto Condensed", sans-serif;
   color: #fff;
   font-size: 0.9375rem;
   line-height: 1;
   font-weight: 700;
   background: #065baa;
   outline: 2px solid #065baa;
   outline-offset: 4px;
   border-radius: 50%;
   z-index: 1; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-date {
     font-size: 1.5rem;
     width: 90px;
     height: 90px;
     top: 5px;
     left: 50%;
     transform: translateX(-50%); } }
 
 .page-regeneron-genetics-center .timeline-left {
   left: 0; }
 
 .page-regeneron-genetics-center .timeline-left:after {
   left: 15px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-left .timeline-date {
     left: auto; } }
 
 .page-regeneron-genetics-center .timeline-left .timeline-content .video-deck {
   left: -2px;
   width: calc(100% + 4px);
   max-width: calc(100% + 4px); }
 
 .page-regeneron-genetics-center .timeline-left .timeline-content .video-deck.square {
   left: -2px;
   width: calc(100% + 4px);
   max-width: calc(100% + 4px); }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-left .timeline-content .video-deck {
     left: -68px;
     width: calc(100% + 70px);
     max-width: calc(100% + 70px); } }
 
 .page-regeneron-genetics-center .timeline-right {
   left: 0%; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-right {
     left: 60%; } }
 
 .page-regeneron-genetics-center .timeline-right .timeline-content .video-deck {
   left: -2px;
   width: calc(100% + 4px);
   max-width: calc(100% + 4px); }
 
 .page-regeneron-genetics-center .timeline-right .timeline-content .video-deck.square {
   left: -2px;
   width: calc(100% + 4px);
   max-width: calc(100% + 4px); }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-right .timeline-content .video-deck {
     width: calc(100% + 70px);
     max-width: calc(100% + 70px); } }
 
 .page-regeneron-genetics-center .timeline-content {
   padding: 40px 0 0;
   position: relative;
   text-align: left;
   border: 2px solid #fff;
   border-radius: 50px 0 50px 50px; }
 
 .page-regeneron-genetics-center .timeline-content.blue {
   border-color: #065baa; }
 
 .page-regeneron-genetics-center .timeline-content.lt-blue {
   border-color: #40b4e5; }
 
 .page-regeneron-genetics-center .timeline-content.xlt-blue {
   border-color: #9bd3dd; }
 
 .page-regeneron-genetics-center .timeline-content.red {
   border-color: #d50056; }
 
 .page-regeneron-genetics-center .timeline-content.yellow {
   border-color: #ff981c; }
 
 .page-regeneron-genetics-center .timeline-content.green {
   border-color: #3ca00c; }
 
 .page-regeneron-genetics-center .timeline-content p {
   padding: 0 10px 0 30px; }
 
 .page-regeneron-genetics-center .timeline-content p:last-child {
   margin-bottom: 40px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-content p {
     padding: 0 50px; } }
 
 .page-regeneron-genetics-center .timeline-content ul {
   padding: 0 10px 0 30px; }
 
 .page-regeneron-genetics-center .timeline-content ul:last-child {
   margin-bottom: 40px; }
 
 .page-regeneron-genetics-center .timeline-content ul li {
   position: relative;
   margin-bottom: 20px;
   padding: 0 0 0 20px; }
 
 .page-regeneron-genetics-center .timeline-content ul li:before {
   content: '•';
   position: absolute;
   top: 1px;
   left: 0;
   font-size: 2.625rem; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-content ul {
     padding: 20px 50px 0; }
   .page-regeneron-genetics-center .timeline-content ul li {
     padding: 0 10px 0 30px; } }
 
 .page-regeneron-genetics-center .timeline-content a {
   font-weight: 400;
   font-style: normal;
   text-transform: none;
   text-decoration: underline;
   box-shadow: none !important; }
 
 .page-regeneron-genetics-center .timeline-content a:hover, .page-regeneron-genetics-center .timeline-content a.underline, .page-regeneron-genetics-center .timeline-content .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-regeneron-genetics-center .timeline-content a, .page-regeneron-genetics-center .timeline-content .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-regeneron-genetics-center .timeline-content a, .page-regeneron-genetics-center .timeline-content a:active {
   text-decoration: none; }
 
 .page-regeneron-genetics-center .timeline-content a > sup {
   text-decoration: none; }
 
 .page-regeneron-genetics-center .timeline-content .timeline-img-bottom {
   position: relative;
   top: 2px;
   left: -2px;
   margin-bottom: 0;
   width: calc(100% + 4px);
   height: auto;
   border-radius: 48px 0 48px 0;
   box-shadow: rgba(0, 0, 0, 0.15) 0 0 9px 2px; }
 
 .page-regeneron-genetics-center .timeline-content .video-deck {
   position: relative;
   top: 2px;
   left: -2px;
   margin-bottom: 0;
   width: calc(100% + 4px);
   height: auto;
   border-radius: 50px 0 50px 0;
   box-shadow: rgba(0, 0, 0, 0.15) 0 0 9px 2px; }
 
 .page-regeneron-genetics-center .timeline-content .video-deck .poster-frame {
   border-radius: 50px 0 50px 0; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-content .video-deck {
     width: calc(100% + 70px); } }
 
 .page-regeneron-genetics-center .timeline-content .audio-link-wrapper {
   padding: 0 10px 0 20px; }
 
 .page-regeneron-genetics-center .timeline-content .audio-link-wrapper a {
   text-decoration: none;
   color: #065baa; }
 
 .page-regeneron-genetics-center .timeline-content .audio-link-wrapper a:hover, .page-regeneron-genetics-center .timeline-content .audio-link-wrapper a.underline, .page-regeneron-genetics-center .timeline-content .audio-link-wrapper .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-regeneron-genetics-center .timeline-content .audio-link-wrapper a, .page-regeneron-genetics-center .timeline-content .audio-link-wrapper .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-regeneron-genetics-center .timeline-content .audio-link-wrapper a, .page-regeneron-genetics-center .timeline-content .audio-link-wrapper a:active {
   text-decoration: underline;
   color: #107fcd; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-content .audio-link-wrapper {
     padding: 0 40px; } }
 
 .page-regeneron-genetics-center .timeline-content-title {
   font-size: 1.5rem;
   line-height: 1.75rem;
   font-weight: 700; }
 
 .page-regeneron-genetics-center .timeline-content-icon {
   position: relative;
   top: 0;
   margin-bottom: 20px;
   padding-left: 40px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetics-center .timeline-content-icon {
     margin-top: -20px;
     padding-left: 50px; } }
 
 /*------------------------------------
   #SCIENTIFIC PUBLICATIONS
 ------------------------------------*/
 .page-scientific-publications form .radio-list input[type="radio"]:focus-visible + .form-check-label:before {
   outline: 3px solid #065baa;
   outline-offset: 3px; }
 
 .page-scientific-publications .checkmark.js-focus {
   /*box-shadow: 0 1px 10px rgba (0,20,211,.8);*/
   box-shadow: 0 0 0 0.2rem rgba(0, 103, 244, 0.5); }
 
 .page-scientific-publications .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/scientific-publications-bg-m.png);
   background-size: cover; }
 
 @media (min-width: 768px) {
   .page-scientific-publications .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/scientific-publications-bg.png);
     background-size: contain;
     background-position: bottom;
     background-color: #046ecc; } }
 
 @media (min-width: 576px) {
   .page-scientific-publications .hero-head {
     background-size: cover;
     background-position: top; } }
 
 @media (min-width: 1200px) {
   .page-scientific-publications .hero-head {
     background-size: auto;
     background-color: #046ecc;
     background-size: contain;
     height: 380px; } }
 
 .page-scientific-publications .publications-search {
   position: relative; }
 
 .page-scientific-publications .publications-search .publications-search-box {
   padding-right: 40px; }
 
 .page-scientific-publications .publications-search .btn-search {
   position: absolute;
   top: 50px;
   right: 15px;
   box-shadow: none; }
 
 .page-scientific-publications .blue-box {
   width: 40px;
   height: 40px;
   top: -2px;
   right: -40px;
   position: absolute; }
 
 .page-scientific-publications .result-btn {
   position: relative;
   margin-bottom: 45px;
   width: fit-content;
   display: table; }
 
 .page-scientific-publications .result-btn:after {
   width: 50px;
   height: 50px;
   top: 0px;
   right: -50px;
   content: "";
   position: absolute;
   background: #065baa url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 50% 50%; }
 
 .page-scientific-publications .result-btn:hover:after, .page-scientific-publications a.result-btn.underline:after, .page-scientific-publications .page-terms-of-use #main-content a.result-btn:after, .page-terms-of-use #main-content .page-scientific-publications a.result-btn:after, .page-scientific-publications .page-social-media-terms #main-content a.result-btn:after, .page-social-media-terms #main-content .page-scientific-publications a.result-btn:after {
   box-shadow: 0 0 14px #40b4e5; }
 
 .page-scientific-publications .result-btn + p {
   font-size: 0.875rem;
   line-height: 1.125rem;
   color: #153263; }
 
 .page-scientific-publications .results-button-wrapper {
   position: relative;
   margin-bottom: 40px;
   font-size: 1rem;
   width: fit-content;
   display: table; }
 
 .page-scientific-publications .results-button-wrapper:focus-visible {
   box-shadow: 0 0 14px #40b4e5; }
 
 .page-scientific-publications ul.pagination {
   max-width: 100%;
   /*overflow-y: scroll;*/
   justify-content: normal !important; }
 
 .page-scientific-publications ul.pagination .page-item .page-link {
   overflow: auto; }
 
 .page-scientific-publications .search-publications-results .therapeutic-area {
   font-weight: 700;
   border-bottom: 1px solid #40b4e5;
   padding-bottom: 10px;
   margin-bottom: 1.3rem; }
 
 .page-scientific-publications .search-publications-results .publication-title {
   margin: 0; }
 
 .page-scientific-publications .search-publications-results .publication-title > a {
   text-decoration-thickness: 2px;
   text-decoration: underline;
   text-underline-offset: 3px;
   text-decoration-color: #0059ad; }
 
 .page-scientific-publications .search-publications-results .publication-title > a:hover, .page-scientific-publications .search-publications-results .publication-title > a.underline, .page-scientific-publications .search-publications-results .page-terms-of-use #main-content .publication-title > a, .page-terms-of-use #main-content .page-scientific-publications .search-publications-results .publication-title > a, .page-scientific-publications .search-publications-results .page-social-media-terms #main-content .publication-title > a, .page-social-media-terms #main-content .page-scientific-publications .search-publications-results .publication-title > a {
   box-shadow: inset 0 -1px 0 0 transparent, inset 0 -1px 0 0 transparent;
   text-decoration-color: #950051;
   text-decoration-line: none;
   text-decoration-style: solid; }
 
 .page-scientific-publications .search-publications-results .publish-publication {
   font-size: 0.875rem;
   margin-bottom: 2rem; }
 
 .page-scientific-publications .search-publications-results ul.pagination {
   max-width: 100%;
   /*overflow-y: scroll;*/
   justify-content: normal !important; }
 
 /*------------------------------------
   #INDUSTRIAL OPERATIONS
 ------------------------------------*/
 .page-industrial-operations {
   color: #1b365d; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/industrial-operations-bg.png); } }
 
 .page-industrial-operations .page-title {
   /*text-transform:none;*/ }
 
 .page-industrial-operations .section1 {
   margin-top: 20px;
   margin-bottom: 50px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 {
     margin-bottom: 90px; } }
 
 .page-industrial-operations .section1 .intro-text {
   margin-top: 20px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .intro-text_right {
     padding-left: 40%;
     padding-bottom: 110px; } }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .subpage1_group1 {
     margin-bottom: 10px; } }
 
 .page-industrial-operations .section1 .subpage1_group1-callout {
   max-width: 635px;
   margin: 20px 0px 80px 0px;
   padding: 45px 35px 100px 35px;
   color: #fff; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .subpage1_group1-callout {
     padding: 45px 65px 30px 27%;
     margin: 20px 0px 80px 120px;
     position: absolute;
     max-width: 100%;
     top: 50%;
     transform: translate(0%, 10%); } }
 
 .page-industrial-operations .section1 .subpage1_group1-callout.sub1_cta {
   background: transparent;
   border: 2px solid #40b4e5; }
 
 .page-industrial-operations .section1 .subpage1_group1-callout.sub1_cta:after {
   background: #fff;
   border-color: #40b4e5; }
 
 .page-industrial-operations .section1 .subpage1_group1-callout.blue {
   background: linear-gradient(#107fcd, #065baa);
   color: #fff; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .subpage1_group1-callout.blue {
     margin-top: 100px; } }
 
 .page-industrial-operations .section1 .subpage1_group1-callout.blue:after {
   background: #fff;
   border-color: #007bff; }
 
 .page-industrial-operations .section1 .subpage1_group1-image-sub1_cta {
   position: absolute;
   bottom: -40px;
   width: 212px;
   height: 212px;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .subpage1_group1-image-sub1_cta {
     transform: none;
     width: 332px;
     height: 332px;
     bottom: -30px;
     right: initial;
     left: inherit;
     float: left;
     position: relative; } }
 
 .page-industrial-operations .section1 .badged-cta {
   margin: 25px 0 10px 0;
   /*flex-direction: column;*/
   align-items: center;
   gap: 10px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .badged-cta {
     gap: 50px; } }
 
 .page-industrial-operations .section1 .badged-cta .badge {
   padding: 0; }
 
 .page-industrial-operations .section1 .badged-cta .badge img {
   width: 97px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .badged-cta .label-wrap {
     margin: 25px 0 50px 0; } }
 
 .page-industrial-operations .section1 .badged-cta .cta-btn.dsktp-cta {
   display: none; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .badged-cta .cta-btn.dsktp-cta {
     display: flex; } }
 
 .page-industrial-operations .section1 .badged-cta + .cta-btn.mbl-cta {
   display: flex;
   margin: 0 15px 0 15px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .badged-cta + .cta-btn.mbl-cta {
     display: none; } }
 
 .page-industrial-operations .section1 .badged-cta + .cta-btn.mbl-cta.blue > em {
   font-size: 1rem; }
 
 .page-industrial-operations .section1 .video-bin {
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center; }
 
 .page-industrial-operations .section1 .video-bin .video-player {
   transform: none;
   bottom: -30px;
   right: initial;
   left: inherit;
   float: left;
   position: relative; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .video-bin .video-player {
     width: 332px;
     height: 332px;
     transform: translateX(-90%); } }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .video-bin .intro-text_right {
     padding-left: 40%;
     padding-bottom: 110px; } }
 
 .page-industrial-operations .section1 .video-bin .subpage1_group1-callout {
   position: relative;
   padding: 120px 20px 20px 20px;
   margin: -70px 0 0 0;
   position: relative;
   max-width: 100%;
   top: 0;
   transform: translateY(0); }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section1 .video-bin .subpage1_group1-callout {
     padding: 45px 65px 30px 27%;
     margin: 35px 0px 80px 120px;
     position: absolute;
     max-width: 100%;
     top: 50%;
     transform: translateY(-50%); } }
 
 .page-industrial-operations .section2 .tabs-intro-text h4 {
   text-transform: inherit; }
 
 .page-industrial-operations .section2.callout-box {
   overflow: visible;
   clip-path: none; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section2.callout-box {
     overflow: visible;
     clip-path: none; } }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs {
   width: 100%;
   float: none; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul {
   padding: 0px;
   display: flex;
   flex-direction: row;
   justify-content: stretch;
   align-items: center; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li {
   min-height: 56px;
   min-width: unset;
   margin-bottom: 0px;
   margin-right: 4px;
   position: relative; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:not(:first-child) {
   margin: 0px 4px; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:last-child {
   margin-right: 0px; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:before {
   content: '';
   position: absolute;
   background: #fff;
   left: -2px;
   top: 0px;
   width: 25px;
   height: 56px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/tab-before.png) no-repeat;
   background-size: contain; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:after {
   content: '';
   position: absolute;
   right: -16px;
   top: 0px;
   width: 24px;
   height: 56px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/tab-after.png) no-repeat;
   background-size: contain; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li.active:before {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/tab-active-before.png) no-repeat;
   background-size: contain; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li.active:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/tab-active-after.png) no-repeat;
   background-size: contain; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a {
   padding: 8px 15px 8px 15px;
   min-height: 56px;
   text-align: center;
   font-size: 1rem;
   border: none;
   position: relative;
   background: rgba(155, 211, 221, 0.2);
   /*background-color: #edf6f8;*/
   margin-left: 18px;
   margin-right: 8px; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a:before {
   display: none;
   content: '';
   position: absolute;
   background: #fff;
   left: 0px;
   top: 0px;
   width: 25px;
   height: 56px;
   /*clip-path: polygon(0 0, 0% 100%, 100% 50%);*/
   z-index: 50;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/tab-before.png) no-repeat;
   background-size: contain; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a:after {
   display: none;
   content: '';
   position: absolute;
   /*background: rgba(155, 211, 221, 0.2);
                                     border-left: 1px solid rgba(155, 211, 221, 0.2);*/
   right: 0px;
   top: 0px;
   width: 24px;
   height: 56px;
   /*clip-path: polygon(0 0, 0% 100%, 100% 50%);*/
   z-index: 100;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/tab-after.png) no-repeat;
   background-size: contain; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a.active {
   background: #9bd3dd;
   border-right: 0px solid #9bd3dd; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a.active:after {
   background: #9bd3dd;
   z-index: 200; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:nth-of-type(4) a {
   letter-spacing: .01px; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:nth-of-type(6) a {
   letter-spacing: .01px; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item {
   margin-left: 0px; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content.callout-box.bg-teal {
   box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2); }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section2.callout-box .tabs-side .item .item-content.callout-box.bg-teal {
     overflow: visible;
     clip-path: none; } }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap {
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap {
     display: flex;
     flex-direction: row;
     align-items: center; } }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img {
   position: relative;
   margin-left: 80px; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img img.img-ring {
   width: 205px;
   height: 205px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img img.img-ring {
     width: 255px;
     height: 255px; } }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img {
     margin-left: 0px;
     position: absolute;
     right: -60px;
     bottom: -90px; } }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img .sub-img {
   position: absolute;
   left: -80px;
   top: 61px;
   border-radius: 50%;
   box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
   overflow: hidden; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img .sub-img img {
   margin: -5px; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text {
   margin-left: 0rem;
   margin-top: 15px;
   padding: 0 15px; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 {
   position: relative;
   font-weight: 600;
   width: fit-content;
   /*&:after {
                                         content: '';
                                         position: absolute;
                                         background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/op-next.svg) no-repeat 50% 50%;
                                         background-size: contain;
                                         width: 15px;
                                         height: 15px;
                                         right: -20px;
                                         top: 6px;
                                     }
 
                                     &.before-arrow:before {
                                         content: '';
                                         position: absolute;
                                         background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/op-back.svg) no-repeat 50% 50%;
                                         background-size: contain;
                                         width: 15px;
                                         height: 15px;
                                         left: -20px;
                                         top: 6px;
                                     }*/ }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .prevbtn, .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .nextbtn {
   display: none; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .prevbtn, .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .nextbtn {
     width: 15px;
     height: 15px;
     display: inline-block;
     cursor: pointer; } }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .prevbtn {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/op-back.svg) no-repeat 50% 50%;
   background-size: contain; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .nextbtn {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/about/industrial-operations/op-next.svg) no-repeat 50% 50%;
   background-size: contain; }
 
 .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5.last-header:after {
   display: none; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text {
     max-width: 455px;
     margin-top: 0px;
     padding: 0px; } }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section3 {
     margin-top: 80px; } }
 
 .page-industrial-operations .section3 .subpage3_group3-callout {
   max-width: 100%;
   margin: 0px 0px 0px 0px;
   padding: 45px 35px 120px 35px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section3 .subpage3_group3-callout {
     max-width: 800px;
     margin: 0px 0px 0px 120px;
     padding: 45px 35px 30px 255px; } }
 
 .page-industrial-operations .section3 .subpage3_group3-callout.sub1_cta {
   background: transparent;
   border: 2px solid #40b4e5; }
 
 .page-industrial-operations .section3 .subpage3_group3-callout.sub1_cta:after {
   background: #fff;
   border-color: #40b4e5; }
 
 .page-industrial-operations .section3 .subpage3_group3-callout.blue {
   background: linear-gradient(#107fcd, #065baa);
   color: #fff; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section3 .subpage3_group3-callout.blue {
     margin-top: 60px; } }
 
 .page-industrial-operations .section3 .subpage3_group3-callout.blue:after {
   background: #fff;
   border-color: #007bff; }
 
 .page-industrial-operations .section3 .subpage3_group3-image-sub1_cta {
   position: absolute;
   bottom: -120px;
   width: 212px;
   height: 212px;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   z-index: 1; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section3 .subpage3_group3-image-sub1_cta {
     transform: none;
     width: 332px;
     height: 332px;
     bottom: -23px;
     left: 10px;
     z-index: 1; } }
 
 .page-industrial-operations .section4 {
   margin-top: 150px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section4 {
     margin-top: 80px; } }
 
 .page-industrial-operations .section4 .global-commitment {
   max-width: 920px;
   padding: 40px 30px 130px 30px;
   margin-bottom: 60px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section4 .global-commitment {
     padding: 40px 25% 40px 30px; } }
 
 .page-industrial-operations .section4 .global-commitment h5 {
   margin-bottom: 25px;
   text-transform: none; }
 
 .page-industrial-operations .section4 .global-commitment p:nth-child(2) {
   margin-top: 25px; }
 
 .page-industrial-operations .section4 .global-commitment_image {
   position: absolute;
   bottom: -60px;
   text-align: center;
   padding: 0px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section4 .global-commitment_image {
     bottom: initial;
     right: 150px;
     left: initial;
     transform: none;
     z-index: 100;
     top: 70px; } }
 
 .page-industrial-operations .section4 .global-commitment_image img {
   width: 230px;
   height: 230px; }
 
 @media (min-width: 768px) {
   .page-industrial-operations .section4 .global-commitment_image img {
     width: 350px;
     height: 350px;
     background-color: #fff; } }
 
 .page-industrial-operations .section4 .global-commitment .global-commitment-button {
   position: relative;
   margin-top: 30px; }
 
 /*------------------------------------
   #Postdoctoral Training Program
 ------------------------------------*/
 .page-postdoctoral {
   background: #046ECC url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero_terms-mob.png) no-repeat 0px 20px; }
 
 @media (min-width: 768px) {
   .page-postdoctoral {
     background: #046ECC url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero_terms.png) no-repeat 0 0px; } }
 
 .page-postdoctoral h3 {
   font-size: 1.75rem;
   font-weight: 700;
   margin: .8rem 0;
   text-transform: none;
   letter-spacing: normal;
   color: #1b365d; }
 
 .page-postdoctoral .hero-head {
   /*background-color: $blue2;*/
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero-head-bg-m.png); }
 
 @media (min-width: 768px) {
   .page-postdoctoral .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero-head-bg.png); } }
 
 .page-postdoctoral .hero-head h3 {
   line-height: 3.125rem;
   font-size: 2.5rem;
   font-weight: 400;
   margin-bottom: 60px;
   letter-spacing: 0.3125rem;
   text-transform: uppercase; }
 
 .page-postdoctoral p {
   font-size: 85%; }
 
 .page-postdoctoral .ptd-ctas {
   /*display: flex;
         flex-direction: column;
         align-items: center;
 
         @include media-breakpoint-up(md) {
             flex-direction: row;
         }*/ }
 
 .page-postdoctoral .ptd-ctas .content-wrap {
   padding: 15px 0 25px 0; }
 
 .page-postdoctoral .postdoctoral-intro > p {
   padding-right: 0; }
 
 @media (min-width: 768px) {
   .page-postdoctoral .postdoctoral-intro > p {
     padding-right: 40px; } }
 
 .page-postdoctoral .postdoctoral-intro a.download-link {
   position: relative;
   font-weight: 700;
   font-style: italic;
   /*&:after {
                 content: "";
                 position: absolute;
                 left: -10px;
                 top: 10px;
                 width: 26px;
                 height: 32px;
                 background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-blue.svg) no-repeat 0 0;
 
                 @include media-breakpoint-up(md) {
                     left: 105%;
                     top: 0;
                 }
             }*/ }
 
 .page-postdoctoral .postdoctoral-intro .cta-btn {
   display: none; }
 
 @media (min-width: 768px) {
   .page-postdoctoral .postdoctoral-intro .cta-btn {
     display: flex; } }
 
 .page-postdoctoral .btn-download {
   padding: 10px 0 0; }
 
 @media (min-width: 768px) {
   .page-postdoctoral .btn-download {
     padding: 10px 0; } }
 
 .page-postdoctoral .btn-download > img {
   width: 70%;
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .page-postdoctoral .btn-download > img {
     width: 180px; } }
 
 .page-postdoctoral .btn-download .t-upper {
   position: relative;
   width: 80%;
   margin: 15px auto; }
 
 @media (min-width: 768px) {
   .page-postdoctoral .btn-download .t-upper {
     width: fit-content; } }
 
 .page-postdoctoral .btn-download .t-upper:before {
   content: "";
   position: absolute;
   left: -10px;
   top: 10px;
   width: 26px;
   height: 32px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-blue.svg) no-repeat 0 0; }
 
 @media (min-width: 768px) {
   .page-postdoctoral .btn-download .t-upper:before {
     left: -30px;
     top: 0; } }
 
 .page-postdoctoral .our-programs > h3 {
   margin: 0 0 25px 0;
   line-height: .8; }
 
 .page-postdoctoral .our-programs .cta-btn {
   display: flex; }
 
 @media (min-width: 768px) {
   .page-postdoctoral .our-programs .cta-btn {
     display: none; } }
 
 /*------------------------------------
   #GRANTS & FUNDING
 ------------------------------------*/
 @media (min-width: 768px) {
   .page-grants-and-funding .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/grants-and-funding/grants-and-funding-bg.png); } }
 
 .page-grants-and-funding .callout-box {
   padding: 50px 55px; }
 
 @media (min-width: 768px) {
   .page-grants-and-funding .callout-box {
     padding: 40px; } }
 
 .page-grants-and-funding .callout-box.bg-red {
   margin-bottom: 0px;
   height: 97%; }
 
 .page-grants-and-funding .programs {
   margin-top: 50px;
   margin-bottom: 60px; }
 
 .page-grants-and-funding .clipped {
   font-weight: 500;
   padding: 40px 35px; }
 
 .page-grants-and-funding .clipped.even {
   display: flex;
   flex-wrap: wrap;
   align-content: space-between;
   margin-bottom: 0; }
 
 .page-grants-and-funding .clipped .cta-wrap {
   margin-bottom: 0; }
 
 .page-grants-and-funding .clipped .cta-wrap .cta-btn {
   font-size: 0.8125rem; }
 
 @media (min-width: 768px) {
   .page-grants-and-funding .clipped .cta-wrap .cta-btn {
     font-size: 1rem; } }
 
 .page-grants-and-funding .clipless {
   align-content: space-between;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 0;
   padding: 40px 35px; }
 
 .page-grants-and-funding .dots-green,
 .page-grants-and-funding .dots-white {
   margin-left: 0; }
 
 .page-grants-and-funding .dots-green li,
 .page-grants-and-funding .dots-white li {
   margin-bottom: 10px;
   padding: 0 0 0 25px; }
 
 .page-grants-and-funding .tall {
   display: flex;
   margin-bottom: 30px; }
 
 /*------------------------------------
   #ANTIBODIES
 ------------------------------------*/
 .page-antibodies .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/antibodies-bg-m.png);
   background-position-y: -60px; }
 
 @media (min-width: 768px) {
   .page-antibodies .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/antibodies-bg.png);
     background-size: cover;
     background-color: #046ecc; } }
 
 @media (min-width: 1200px) {
   .page-antibodies .hero-head {
     height: 380px;
     padding-bottom: 50px;
     background-position: bottom left; } }
 
 .page-antibodies .hero-head h2 {
   margin-bottom: 20px; }
 
 .page-antibodies .video-description {
   flex-direction: row; }
 
 @media (max-width: 991.98px) {
   .page-antibodies .video-description {
     flex-direction: column; } }
 
 .page-antibodies .video-description .video-player {
   width: 400px; }
 
 @media (max-width: 991.98px) {
   .page-antibodies .video-description .video-player {
     width: 280px;
     height: 280px;
     margin-right: 0px; } }
 
 .page-antibodies .video-description .video-player .img-ring.img-fluid {
   height: auto; }
 
 @media (max-width: 991.98px) {
   .page-antibodies .video-description .clipped {
     margin-top: -110px; } }
 
 .page-antibodies .video-description .clipped .content-wrap {
   padding: 40px 90px 40px 200px; }
 
 @media (max-width: 991.98px) {
   .page-antibodies .video-description .clipped .content-wrap {
     padding: 120px 40px 40px 40px; } }
 
 .page-antibodies .genetics-center sup {
   left: -0.25em; }
 
 @media (min-width: 768px) {
   .page-antibodies .genetics-center .video-player {
     margin-top: -50px;
     margin-bottom: 0px;
     width: 295px;
     height: 295px; } }
 
 @media (min-width: 768px) {
   .page-antibodies .genetics-center .video-player .veloci_video-player-image {
     max-width: 280px;
     max-height: 280px; } }
 
 @media (min-width: 768px) {
   .page-antibodies .genetics-center .video-player .play-video-btn {
     width: 70px;
     height: 70px; } }
 
 @media (min-width: 768px) {
   .page-antibodies .genetics-center .video-player .play-video-btn:before {
     width: 65px;
     height: 65px; } }
 
 .page-antibodies .mobile-logo-fix {
   max-width: 55px; }
 
 @media (min-width: 768px) {
   .page-antibodies .mobile-logo-fix {
     max-width: 110px; } }
 
 .page-antibodies .antibody-pioneers {
   margin: 0px; }
 
 .page-antibodies .at-work .callout-box {
   max-width: 635px; }
 
 @media (max-width: 767.98px) {
   .page-antibodies .at-work img {
     width: 50%; } }
 
 .page-antibodies .crosslink {
   margin-top: 30px; }
 
 .page-antibodies .crosslink nav {
   padding: 1.7rem .5rem; }
 
 .page-antibodies .featured-blog {
   flex-flow: column wrap; }
 
 @media (min-width: 768px) {
   .page-antibodies .featured-blog {
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-around;
     align-items: center; } }
 
 .page-antibodies .featured-blog .content-wrap {
   padding: 50px 30px; }
 
 .page-antibodies .featured-blog .featured-blog-details {
   margin-top: 30px; }
 
 @media (max-width: 991.98px) {
   .page-antibodies .featured-blog .featured-blog-details {
     width: 100%; } }
 
 .page-antibodies .featured-blog .featured-blog-details h5 {
   margin-bottom: 1em;
   text-transform: unset; }
 
 .page-antibodies .featured-blog .featured-art {
   width: 200px;
   height: 200px;
   border-radius: 50%;
   background-color: rgba(255, 255, 255, 0.2);
   line-height: 200px;
   text-align: center; }
 
 .page-antibodies .featured-blog .featured-art img {
   max-width: 150px;
   max-height: 150px; }
 
 @media all and (min-width: 768px) {
   .page-antibodies .tabbed-content .tabs {
     display: block; }
   .page-antibodies .tabbed-content .tabs ul {
     padding-bottom: 0px; }
   .page-antibodies .tabbed-content .tabs li {
     display: inline-block;
     min-width: unset;
     min-height: unset;
     margin-right: 2px;
     margin-bottom: 0px; }
   .page-antibodies .tabbed-content .tabs li a {
     display: flex;
     align-items: center;
     background: #daeff3;
     border-top: none;
     border-bottom: none;
     border-left: none;
     border-right: unset;
     /*min-height: 50px;
                         padding-left: 65px;
                         padding-right: 60px;*/
     font-size: 0.875rem;
     font-family: "Roboto Condensed", sans-serif;
     padding: 30px 50px 30px 86px; }
   .page-antibodies .tabbed-content .tabs li a.active {
     background: #9bd3dd;
     color: #fff;
     border: none; }
   .page-antibodies .tabbed-content .tabs li a.active:before {
     border-left-color: #fff; }
   .page-antibodies .tabbed-content .tabs li a.active:after {
     border-left-color: #9bd3dd;
     z-index: 9; }
   .page-antibodies .tabbed-content .tabs li a:before {
     left: 0;
     top: 0;
     border: solid transparent;
     content: " ";
     height: 100%;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-left-color: #fff;
     border-width: 38px;
     margin-top: 0px;
     background-image: none; }
   .page-antibodies .tabbed-content .tabs li a:after {
     left: 100%;
     top: 0;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-width: 38px;
     margin-top: 0px;
     border-left-color: #daeff3;
     background-image: none;
     z-index: 9; }
   .page-antibodies .tabbed-content.tabs-side .tabs {
     width: auto;
     float: none; }
   .page-antibodies .tabbed-content.tabs-side .tabs li {
     display: inline-block; }
   .page-antibodies .tabbed-content.tabs-side .item {
     margin-left: 0; }
   .page-antibodies .tabbed-content.tabs-side #side_tab3 a {
     position: relative;
     box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }
   .page-antibodies .tabbed-content.tabs-side #side_tab3 a:hover, .page-antibodies .tabbed-content.tabs-side #side_tab3 a.underline, .page-antibodies .tabbed-content.tabs-side #side_tab3 .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-antibodies .tabbed-content.tabs-side #side_tab3 a, .page-antibodies .tabbed-content.tabs-side #side_tab3 .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-antibodies .tabbed-content.tabs-side #side_tab3 a {
     box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
   .page-antibodies .tabbed-content.tabs-side #side_tab3 a:after {
     content: " ";
     position: absolute;
     right: -15px;
     bottom: 2px;
     width: 8px;
     height: 14px;
     background-size: contain;
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/blue-arrow.svg);
     background-repeat: no-repeat; }
   .page-antibodies .tabbed-content.tabs-side #side_tab4 a.text-link {
     position: relative;
     box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }
   .page-antibodies .tabbed-content.tabs-side #side_tab4 a.text-link:hover, .page-antibodies .tabbed-content.tabs-side #side_tab4 a.text-link.underline, .page-antibodies .tabbed-content.tabs-side #side_tab4 .page-terms-of-use #main-content a.text-link, .page-terms-of-use #main-content .page-antibodies .tabbed-content.tabs-side #side_tab4 a.text-link, .page-antibodies .tabbed-content.tabs-side #side_tab4 .page-social-media-terms #main-content a.text-link, .page-social-media-terms #main-content .page-antibodies .tabbed-content.tabs-side #side_tab4 a.text-link {
     box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
   .page-antibodies .tabbed-content.tabs-side #side_tab4 a.text-link:after {
     content: " ";
     position: absolute;
     right: -15px;
     bottom: 4px;
     width: 8px;
     height: 14px;
     background-size: contain;
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/blue-arrow.svg);
     background-repeat: no-repeat; } }
 
 .page-antibodies .antibody-allergic-diseases .video-player {
   /*width: 280px;*/ }
 
 .page-antibodies .antibody-allergic-diseases .video-player.JamieOrengo {
   position: absolute !important;
   top: -80px;
   right: -50px; }
 
 @media (max-width: 991.98px) {
   .page-antibodies .antibody-allergic-diseases .video-player.JamieOrengo {
     top: -110px;
     right: 0;
     left: 0;
     margin: 0 auto; } }
 
 .page-antibodies .antibody-allergic-diseases .callout-box.bg-green {
   padding-top: 48px; }
 
 @media (max-width: 991.98px) {
   .page-antibodies .antibody-allergic-diseases .callout-box.bg-green {
     padding-top: 140px; } }
 
 .page-antibodies .antibody-pioneers .cta-img-callout {
   flex-direction: row; }
 
 @media (max-width: 991.98px) {
   .page-antibodies .antibody-pioneers .cta-img-callout {
     flex-direction: column; } }
 
 .page-antibodies .antibody-pioneers .cta-img-callout .img-ring {
   margin-right: 0px;
   width: 100%; }
 
 .page-antibodies .antibody-pioneers .cta-img-callout .content-wrap {
   padding: 20px; }
 
 @media (max-width: 767.98px) {
   .page-antibodies .antibody-pioneers img {
     width: 50%;
     padding-bottom: 25px; } }
 
 /*------------------------------------
   #PATIENTS
 ------------------------------------*/
 body.page-patients {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/patients/patients-splash1.png) no-repeat 0% 5%, url(/web/20240823070942im_/https://www.regeneron.com/content/images/patients/patients-splash2.png) no-repeat 0% 50%, linear-gradient(0deg, #065BAA 0%, #FF981C 34%, #FFC656 54%, #78BE20 72%, #065BAA 82%, #065BAA 100%);
   background-size: contain;
   background-blend-mode: multiply; }
 
 body.page-patients .hero-head.hero-patients {
   background: none; }
 
 body.page-patients section.page-wrapper {
   background: transparent; }
 
 body.page-patients .page-foot {
   background: transparent; }
 
 .page-title .intro-copy {
   text-transform: none;
   letter-spacing: normal; }
 
 .page-patients h5 {
   color: #1b365d; }
 
 .page-patients h4 {
   font-size: 2.375rem;
   text-transform: none; }
 
 .page-patients .callout-box {
   margin-top: 40px;
   padding: 40px; }
 
 .page-patients .callout-box.bg-green {
   padding: 40px; }
 
 .page-patients .callout-box.white {
   padding: 40px; }
 
 .page-patients .callout-box.white .outline {
   margin-top: 30px; }
 
 .page-patients .crosslink {
   padding: 40px; }
 
 .page-patients .crosslink.bg-green {
   background: linear-gradient(to bottom, rgba(120, 190, 32, 0.7), rgba(60, 160, 12, 0.7));
   border-width: 0;
   color: #fff; }
 
 .page-patients .crosslink.bg-green nav h3:after {
   content: "";
   right: -25px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global/icon_cta-caret.svg) no-repeat 0 3px; }
 
 .page-patients .crosslink .block--download {
   position: relative;
   padding-left: 10px;
   text-decoration: underline;
   text-decoration-thickness: 1px;
   text-underline-offset: 6px; }
 
 .page-patients .crosslink .block--download:before {
   content: '';
   position: absolute;
   width: 30px;
   height: 30px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-white.svg) no-repeat 0 0;
   background-size: contain;
   top: 1px;
   left: -18px; }
 
 .page-patients .crosslink.w-img {
   height: 94%; }
 
 .page-patients .crosslink.w-img nav {
   width: 75%;
   margin-left: 15px; }
 
 .page-patients .crosslink.w-img figure {
   left: 10px;
   right: unset; }
 
 .page-patients .crosslink.responsibility img.thumb {
   width: 140px;
   margin-right: 1.5rem; }
 
 @media (max-width: 767.98px) {
   .page-patients .crosslink.responsibility img.thumb {
     margin: 0 auto; } }
 
 @media (max-width: 767.98px) {
   .page-patients .crosslink.responsibility .block--download {
     margin-top: 0.5em; } }
 
 .page-patients .crosslink.responsibility:hover .block--download:before, .page-patients a.crosslink.responsibility.underline .block--download:before, .page-patients .page-terms-of-use #main-content a.crosslink.responsibility .block--download:before, .page-terms-of-use #main-content .page-patients a.crosslink.responsibility .block--download:before, .page-patients .page-social-media-terms #main-content a.crosslink.responsibility .block--download:before, .page-social-media-terms #main-content .page-patients a.crosslink.responsibility .block--download:before {
   content: '';
   position: absolute;
   width: 30px;
   height: 30px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-download-blue.svg) no-repeat 0 0;
   background-size: contain;
   top: 1px;
   left: -18px; }
 
 .page-patients .clipped.bg-green {
   background: linear-gradient(to bottom, rgba(120, 190, 32, 0.7), rgba(60, 160, 12, 0.7)); }
 
 .page-patients .clipped.bg-green .content-wrap {
   padding: 40px; }
 
 .page-patients .clipped.bg-green .content-wrap .outline {
   margin-top: 30px; }
 
 .page-patients .pioneers-medicine .outline {
   margin-top: 30px; }
 
 .page-patients .section4 .scientific.bg-red {
   background: linear-gradient(to bottom, rgba(213, 0, 86, 0.5), rgba(149, 0, 81, 0.5)); }
 
 .page-patients .section4 .scientific .outline {
   margin-top: 30px; }
 
 @media (max-width: 575.98px) {
   .page-patients .section4 .covid19 .btn-primary {
     padding-top: 0;
     padding-bottom: 0;
     line-height: inherit;
     margin-right: 20px; } }
 
 @media (min-width: 768px) {
   .page-patients .section4 .covid19 .cta-btn.patient-button-fix {
     margin-top: 34px; } }
 
 @media (max-width: 575.98px) {
   .page-patients .section4 .covid19 .patient-button-fix {
     font-size: 0.9375rem; } }
 
 .page-patients .compassionate-use {
   margin-bottom: 30px; }
 
 .page-patients .compassionate-use .clipped {
   display: flex;
   padding: 50px 25px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-evenly;
   align-items: stretch; }
 
 @media (min-width: 768px) {
   .page-patients .compassionate-use .clipped {
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: space-evenly;
     align-items: stretch; } }
 
 .page-patients .compassionate-use .clipped img {
   height: 100px;
   margin-bottom: 25px; }
 
 @media (min-width: 768px) {
   .page-patients .compassionate-use .clipped img {
     margin-bottom: 0; } }
 
 .page-patients .compassionate-use .clipped .content-wrap {
   padding: 0; }
 
 @media (min-width: 768px) {
   .page-patients .compassionate-use .clipped .content-wrap {
     margin-left: 25px; } }
 
 .page-patients .covid-survivor {
   margin-top: 25px; }
 
 .page-patients .covid-survivor .video-description {
   flex-flow: column; }
 
 @media (min-width: 768px) {
   .page-patients .covid-survivor .video-description {
     flex-flow: row nowrap; } }
 
 .page-patients .covid-survivor .video-description .video-player {
   margin: 0 auto -120px auto; }
 
 @media (min-width: 768px) {
   .page-patients .covid-survivor .video-description .video-player {
     margin: auto -180px auto auto; } }
 
 .page-patients .covid-survivor .video-description .content-wrap {
   padding: 145px 20px 30px; }
 
 @media (min-width: 768px) {
   .page-patients .covid-survivor .video-description .content-wrap {
     padding: 40px 30px 40px 220px; } }
 
 .page-patients .covid-survivor .video-description .content-wrap h5 {
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-patients .covid-survivor .video-description .content-wrap h5 {
     width: inherit; } }
 
 .page-patients .discover-collection {
   display: flex;
   flex-direction: column;
   align-items: center;
   min-height: 422px; }
 
 @media (min-width: 768px) {
   .page-patients .discover-collection .clipped {
     min-height: 426px; } }
 
 .page-patients .discover-collection .med-pros {
   width: 270px;
   height: 270px;
   margin-bottom: -120px;
   z-index: 2; }
 
 .page-patients .discover-collection .med-pro-content .content-wrap {
   padding: 150px 30px 25px 30px; }
 
 .page-patients .discover-collection .med-pro-content .content-wrap h5 {
   color: #fff; }
 
 .page-patients .clipped.med-query {
   margin: 30px auto 20px;
   padding: 8px 35px 8px 10px;
   min-height: 422px; }
 
 @media (min-width: 768px) {
   .page-patients .clipped.med-query {
     margin: 150px auto 20px; } }
 
 .page-patients .clipped.med-query .block-content {
   height: auto;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: stretch; }
 
 @media (min-width: 768px) {
   .page-patients .clipped.med-query .block-content {
     height: 383px;
     /*display: flex;
                     flex-direction: row;
                     flex-wrap: wrap;
                     align-items: stretch;*/ } }
 
 .page-patients .mt-5[data-bg-theme="light"] *:focus-visible {
   outline-style: solid;
   outline-width: 3px;
   outline-color: #065baa;
   outline-offset: -19px !important;
   transition: outline-offset 0.15s linear; }
 
 /*------------------------------------
   #TRANSPARENCY AND POLICY
 ------------------------------------*/
 @media (min-width: 768px) {
   .page-transparency-and-policy .hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/transparency-and-policy/transparency-and-policy-bg.png); } }
 
 .page-transparency-and-policy .accordian-panel {
   background: #cde9ee;
   padding: 20px 50px 15px 30px;
   position: relative;
   margin-top: 20px; }
 
 @media (min-width: 768px) {
   .page-transparency-and-policy .accordian-panel {
     padding: 20px 40px 15px; } }
 
 .page-transparency-and-policy .accordian-panel_header {
   font-size: 1.5rem;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   line-height: 2rem;
   margin: 0px;
   letter-spacing: inherit;
   text-transform: none; }
 
 .page-transparency-and-policy .accordian-panel:after {
   content: '';
   position: absolute;
   width: 20px;
   height: 20px;
   right: 30px;
   top: 21px; }
 
 @media (min-width: 768px) {
   .page-transparency-and-policy .accordian-panel:after {
     right: 40px; } }
 
 .page-transparency-and-policy .accordian-panel[aria-expanded="false"]:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/transparency-and-policy/blue-plus.svg) no-repeat;
   background-size: contain; }
 
 .page-transparency-and-policy .accordian-panel[aria-expanded="true"]:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/transparency-and-policy/blue-minus.svg) no-repeat 50% 50%;
   background-size: contain; }
 
 .page-transparency-and-policy .page-content a {
   box-shadow: none; }
 
 .accordian-content {
   padding-top: 10px; }
 
 .accordian-content_item {
   margin: 0;
   padding: 20px 50px 20px 10px;
   display: flex;
   justify-content: space-between;
   border-bottom: .5px solid #9BD3DD; }
 
 @media (min-width: 768px) {
   .accordian-content_item {
     margin: 0 0 1px 30px;
     padding: 20px; } }
 
 .accordian-content_item:after {
   content: '';
   position: absolute;
   width: 28px;
   height: 28px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon_download-sym-dk.png) no-repeat;
   background-size: contain;
   top: 50%;
   right: 10px;
   transform: translateY(-50%); }
 
 @media (min-width: 768px) {
   .accordian-content_item:after {
     right: 30px; } }
 
 .accordian-content_item:hover, a.accordian-content_item.underline, .page-terms-of-use #main-content a.accordian-content_item, .page-social-media-terms #main-content a.accordian-content_item {
   background-color: #40b4e5;
   color: #fff;
   border-bottom: none; }
 
 .accordian-content_item:hover:after, a.accordian-content_item.underline:after, .page-terms-of-use #main-content a.accordian-content_item:after, .page-social-media-terms #main-content a.accordian-content_item:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon_download-sym-lt.png) no-repeat;
   background-size: contain; }
 
 .accordian-content_item p {
   margin: 0px; }
 
 .accordian-content_item--link {
   display: block;
   position: relative;
   width: 100%;
   font-size: 1rem;
   color: #0059AD;
   letter-spacing: initial;
   line-height: 1.25rem;
   font-weight: 700;
   font-style: italic; }
 
 @media (min-width: 768px) {
   .accordian-content_item--link {
     width: 96%; } }
 
 .accordian-content_item--link:hover, a.accordian-content_item--link.underline, .page-terms-of-use #main-content a.accordian-content_item--link, .page-social-media-terms #main-content a.accordian-content_item--link {
   box-shadow: none; }
 
 .accordian-content .col-md-12:last-child .accordian-content_item {
   border-bottom: none; }
 
 /*------------------------------------
   #CANCER CARE
 ------------------------------------*/
 html {
   scroll-behavior: smooth; }
 
 .page-cancer-care .top,
 .page-cancer-care .bottom {
   position: relative;
   z-index: 2; }
 
 .page-cancer-care .top h2,
 .page-cancer-care .bottom h2 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 2.25rem;
   line-height: 2.625rem;
   text-transform: unset;
   letter-spacing: 0;
   font-weight: 700; }
 
 .page-cancer-care .top .cta-btn > em,
 .page-cancer-care .bottom .cta-btn > em {
   text-align: left; }
 
 .page-cancer-care .bottom .row {
   align-items: center; }
 
 .page-cancer-care .video-deck {
   position: relative;
   max-width: 100%;
   border-radius: 30px; }
 
 @media (min-width: 992px) {
   .page-cancer-care .video-deck {
     max-width: 389px; } }
 
 .page-cancer-care .video-deck p {
   color: #fff;
   padding: 10px 30px 0; }
 
 .page-cancer-care .video-deck .video_play-btn {
   background-image: linear-gradient(180deg, #065BAA 0%, #002071 100%); }
 
 .page-cancer-care .video-deck.blue {
   background-image: linear-gradient(270deg, #002071 0%, #065BAA 100%); }
 
 .page-cancer-care .cancer-care {
   position: relative;
   margin-top: -110px;
   margin-left: calc((-100vw + 100% + 15px) / 2);
   margin-right: calc((-100vw + 100% + 15px) / 2);
   background-image: linear-gradient(178deg, rgba(204, 231, 236, 0.55) 0%, #9BD3DD 100%); }
 
 .page-cancer-care .cancer-care .wave-top {
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg); }
 
 .page-cancer-care .cancer-care .wave-top svg {
   position: relative;
   display: block;
   width: calc(130% + 1.3px);
   height: 50px; }
 
 @media (min-width: 768px) {
   .page-cancer-care .cancer-care .wave-top svg {
     width: calc(134% + 1.3px);
     height: 100px; } }
 
 .page-cancer-care .cancer-care .wave-top .shape-fill {
   fill: #FFFFFF; }
 
 .page-cancer-care .cancer-care .wave-bottom {
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg); }
 
 .page-cancer-care .cancer-care .wave-bottom svg {
   position: relative;
   display: block;
   width: calc(130% + 1.3px);
   height: 50px; }
 
 @media (min-width: 768px) {
   .page-cancer-care .cancer-care .wave-bottom svg {
     width: calc(134% + 1.3px);
     height: 100px; } }
 
 .page-cancer-care .cancer-care .wave-bottom .shape-fill {
   fill: #FFFFFF; }
 
 .page-cancer-care .cancer-care h5 {
   font-size: 1.75rem;
   line-height: 2.125rem;
   margin-top: 20px; }
 
 .page-cancer-care .cancer-care .txt {
   padding-top: 80px; }
 
 @media (min-width: 992px) {
   .page-cancer-care .cancer-care .txt {
     padding-top: 30px; } }
 
 .page-cancer-care .video-group .theater {
   display: none; }
 
 .page-cancer-care .video-group .theater.current {
   display: block; }
 
 .page-cancer-care .video-group .theater.fpo {
   position: relative; }
 
 .page-cancer-care .video-group .theater.fpo > span {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 100%;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 6.25rem;
   transform: rotate(345deg);
   opacity: .5;
   pointer-events: none; }
 
 .page-cancer-care .video-group .tab-content {
   width: 100%;
   background-color: #fff;
   background-image: none; }
 
 .page-cancer-care #vidGallery {
   min-height: auto;
   height: calc(100% - 34px);
   overflow: auto; }
 
 .page-cancer-care #vidGallery .video-links {
   margin-bottom: 0; }
 
 .page-cancer-care .video-gallery {
   padding: 13px; }
 
 .page-cancer-care .video-gallery .video-group {
   margin-left: 0;
   margin-right: 0; }
 
 .page-cancer-care .video-gallery .stage {
   width: 100%;
   height: 100%; }
 
 @media (min-width: 768px) {
   .page-cancer-care .video-gallery .stage {
     height: 396px;
     margin: 0;
     padding: 0 0 0 5px; } }
 
 .page-cancer-care .video-gallery .stage iframe {
   margin-left: 0;
   margin-bottom: 0;
   width: 100%;
   height: auto; }
 
 @media (min-width: 768px) {
   .page-cancer-care .video-gallery .stage iframe {
     height: 396px; } }
 
 .page-cancer-care .video-gallery .playlist {
   width: 100%;
   margin: 0;
   padding: 0;
   height: auto;
   border-width: 1px;
   border-top-width: 0;
   order: 1; }
 
 @media (min-width: 768px) {
   .page-cancer-care .video-gallery .playlist {
     height: 396px;
     order: unset; } }
 
 @media (max-width: 991.98px) {
   .page-cancer-care .video-gallery .playlist .nav-tabs {
     border-top: 1px solid #dee2e6; } }
 
 .page-cancer-care .video-gallery .playlist .nav-tabs .nav-item {
   margin-bottom: 0px;
   width: 50%; }
 
 .page-cancer-care .video-gallery .playlist .nav-tabs .nav-link {
   font-size: 0.9375rem;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   color: #535353;
   line-height: 1;
   background-color: #fff;
   border-radius: 0; }
 
 .page-cancer-care .video-gallery .playlist .nav-tabs .nav-link.active,
 .page-cancer-care .video-gallery .playlist .nav-tabs .nav-link .show {
   color: #fff;
   background-color: #1a355e;
   border-color: transparent; }
 
 .page-cancer-care .video-gallery .playlist .nav-tabs .nav-link-btn {
   width: 100%;
   height: 33px;
   font-size: 0.9375rem;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   color: #535353;
   line-height: 1;
   background-color: #fff;
   border-color: transparent;
   border-radius: 0; }
 
 .page-cancer-care .video-gallery .playlist .nav-tabs .nav-link-btn.active,
 .page-cancer-care .video-gallery .playlist .nav-tabs .nav-link-btn .show {
   color: #fff;
   background-color: #1a355e;
   border-color: transparent; }
 
 .page-cancer-care .video-gallery .playlist .nav-tabs .nav-link-btn:focus {
   outline-offset: -2px; }
 
 .page-cancer-care .video-gallery .playlist .tab-content .transcript-content {
   padding: 15px 15px 0 15px;
   height: 334px;
   font-size: 1.125rem;
   color: #404846;
   overflow-y: scroll;
   background-color: #fff; }
 
 .page-cancer-care .video-gallery .playlist .tab-content .transcript-content::-webkit-scrollbar {
   width: 0.5em;
   height: calc($size * .5);
   border-radius: 10px; }
 
 .page-cancer-care .video-gallery .playlist .tab-content .transcript-content::-webkit-scrollbar-thumb {
   background: #1A355E;
   /* background: #E90361;*/
   border-radius: 10px; }
 
 .page-cancer-care .video-gallery .playlist .tab-content .transcript-content::-webkit-scrollbar-track {
   background: #dde1e7;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px; }
 
 .page-cancer-care .video-gallery .playlist .tab-content .transcript-content {
   scrollbar-face-color: #1A355E;
   scrollbar-track-color: #dde1e7; }
 
 .page-cancer-care .video-gallery .playlist .video-links {
   padding: 0; }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link {
   display: block;
   position: relative;
   padding: 10px 60px 11px 17px;
   min-height: 61px;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 0.8125rem;
   line-height: 1.3;
   color: #1B365D;
   background-color: #fff;
   outline: 2px solid #00ADE1;
   outline-offset: -1px; }
 
 @media (min-width: 768px) {
   .page-cancer-care .video-gallery .playlist .video-links li > .video-link {
     padding: 10px 80px 11px 8px;
     font-size: 0.9375rem; } }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link:after {
   content: '';
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: auto;
   right: 5px;
   width: 45px;
   height: 45px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/icon-videogallery-btn-play.svg) no-repeat 0 0;
   background-size: cover; }
 
 @media (min-width: 768px) {
   .page-cancer-care .video-gallery .playlist .video-links li > .video-link:after {
     right: 25px;
     background-size: cover; } }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link .video-title {
   font-weight: bold;
   pointer-events: none; }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link .video-description {
   display: block;
   pointer-events: none;
   margin: 0; }
 
 @media (min-width: 768px) {
   .page-cancer-care .video-gallery .playlist .video-links li > .video-link .video-description {
     margin: inherit; } }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link.active, .page-cancer-care .video-gallery .playlist .video-links li > .video-link.current, .page-cancer-care .video-gallery .playlist .video-links li > .video-link:hover, .page-cancer-care .video-gallery .playlist .video-links li > a.video-link.underline, .page-cancer-care .video-gallery .playlist .video-links .page-terms-of-use #main-content li > a.video-link, .page-terms-of-use #main-content .page-cancer-care .video-gallery .playlist .video-links li > a.video-link, .page-cancer-care .video-gallery .playlist .video-links .page-social-media-terms #main-content li > a.video-link, .page-social-media-terms #main-content .page-cancer-care .video-gallery .playlist .video-links li > a.video-link, .page-cancer-care .video-gallery .playlist .video-links li > .video-link:focus {
   background-color: #1B365D;
   color: #fff; }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link.active, .page-cancer-care .video-gallery .playlist .video-links li > .video-link.current {
   outline: 2px solid #00ADE1; }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link:focus, .page-cancer-care .video-gallery .playlist .video-links li > .video-link:focus-visible {
   outline-offset: -3px;
   outline: 2px solid #00ADE1; }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link.current:after {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/science/icon-videogallery-btn-pause.svg) no-repeat 0 0;
   background-size: cover; }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link.inactive {
   color: #1a355e;
   background-color: #BFBFBF;
   border-bottom: 1px solid #DFDFDF;
   border-top: 0;
   cursor: help;
   pointer-events: none;
   outline: 2px solid transparent;
   outline-offset: -2px; }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link.inactive:after {
   opacity: .5;
   background-image: none; }
 
 .page-cancer-care .video-gallery .playlist .video-links li > .video-link.inactive .video-title {
   font-weight: normal;
   opacity: 0; }
 
 .page-cancer-care .transcript-content .transcript-list {
   padding: 0; }
 
 .page-cancer-care .transcript-content .transcript-item {
   display: none; }
 
 .page-cancer-care .transcript-content .transcript-item.current {
   display: block; }
 
 .page-cancer-care .video-gallery-txt {
   background-color: #1B365D;
   color: #fff;
   padding: 20px; }
 
 .page-cancer-care .video-gallery-txt p {
   font-size: 1rem; }
 
 .page-cancer-care .video-gallery-txt p.title {
   font-size: 1.125rem; }
 
 .page-cancer-care .video-gallery-txt > div {
   display: none; }
 
 .page-cancer-care .video-gallery-txt > div.current {
   display: block; }
 
 /*------------------------------------
   #COVID-19 RESPONSE EFFORTS
 ------------------------------------*/
 .page-covid19 .pull-text {
   text-indent: -8px;
   font-size: 0.875rem;
   line-height: 1.2; }
 
 .page-covid19 .hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/covid19/covid19-bg.png); }
 
 @media (min-width: 768px) {
   .page-covid19 .hero-head {
     background: #046ecc url(/web/20240823070942im_/https://www.regeneron.com/content/images/covid19/covid19-bg.png) no-repeat;
     background-size: auto;
     padding-top: 220px;
     padding-bottom: 33px; } }
 
 .page-covid19 .hero-head h3 {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: normal;
   letter-spacing: 5px; }
 
 .page-covid19 .footer-callout .crosslink {
   padding: 30px 0 30px 0;
   align-items: flex-start;
   min-height: 190px; }
 
 @media (max-width: 767.98px) {
   .page-covid19 .footer-callout .crosslink {
     padding: 0;
     min-height: 100%; } }
 
 .page-covid19 .clipped.bg-cta-blue {
   color: #065BAA;
   background: linear-gradient(to bottom, #CCE7EC 0%, #9BD3DD 100%); }
 
 .page-covid19 .clipped.bg-lt-blue {
   color: #fff;
   background: linear-gradient(to bottom, #00B4DA 0%, #017FBA 100%); }
 
 .page-covid19 .clipped .content-area {
   padding: 25px; }
 
 .page-covid19 h2,
 .page-covid19 h3,
 .page-covid19 h4,
 .page-covid19 h5 {
   font-family: "Roboto Condensed";
   font-weight: bold;
   /*letter-spacing: normal;*/
   line-height: 1; }
 
 .page-covid19 .efficacy-cta {
   font-weight: bold;
   color: #3CA00C; }
 
 .page-covid19 #developing-new-antibodies,
 .page-covid19 #eua,
 .page-covid19 #antibody-medicines,
 .page-covid19 #ongoing-research,
 .page-covid19 #covid-approach,
 .page-covid19 #monitoring-sars,
 .page-covid19 covid-approach-jump {
   margin-bottom: 15px; }
 
 @media (max-width: 767.98px) {
   .page-covid19 #developing-new-antibodies,
   .page-covid19 #eua,
   .page-covid19 #antibody-medicines,
   .page-covid19 #ongoing-research,
   .page-covid19 #covid-approach,
   .page-covid19 #monitoring-sars,
   .page-covid19 covid-approach-jump {
     margin-left: -15px;
     margin-right: -15px; } }
 
 .page-covid19 #developing-new-antibodies .clinical-cta span {
   padding: 0 50px 0 5px; }
 
 @media (min-width: 576px) {
   .page-covid19 #developing-new-antibodies .clinical-cta span {
     padding: 0; } }
 
 .page-covid19 #developing-new-antibodies a:focus-visible, .page-covid19 #developing-new-antibodies a:focus, .page-covid19 #developing-new-antibodies a:focus-within {
   outline: -webkit-focus-ring-color auto 1px;
   outline-offset: -2px; }
 
 .page-covid19 .clinical-cta {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   position: relative;
   margin-bottom: 20px;
   height: 80px;
   color: #fff;
   font-family: "Roboto Condensed";
   font-size: 1.25rem;
   font-weight: bold;
   line-height: 1; }
 
 .page-covid19 .clinical-cta span {
   display: block;
   margin-left: 17px;
   width: auto; }
 
 @media (min-width: 768px) {
   .page-covid19 .clinical-cta span {
     margin-left: 35px;
     width: 70%; } }
 
 .page-covid19 .clinical-cta span.qualify {
   width: 100%;
   line-height: 1.2; }
 
 .page-covid19 .clinical-cta span.qualify a, .page-covid19 .clinical-cta span.qualify:visited, .page-covid19 .clinical-cta span.qualify:active {
   color: #fff; }
 
 .page-covid19 .clinical-cta span.qualify a:hover, .page-covid19 .clinical-cta span.qualify a.underline, .page-covid19 .clinical-cta span.qualify .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-covid19 .clinical-cta span.qualify a, .page-covid19 .clinical-cta span.qualify .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-covid19 .clinical-cta span.qualify a {
   box-shadow: inset 0 -1px 0 0 #fff; }
 
 @media (min-width: 768px) {
   .page-covid19 .clinical-cta span.qualify {
     width: 80%; } }
 
 .page-covid19 .clinical-cta span:after {
   content: "";
   position: absolute;
   display: block;
   top: 50%;
   right: 35px;
   transform: translateY(-50%);
   width: 40px;
   height: 40px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/covid19/icon-cta-caret.png) no-repeat 0 0;
   background-size: contain;
   right: 25px;
   width: 20px;
   height: 20px; }
 
 @media (min-width: 768px) {
   .page-covid19 .clinical-cta span:after {
     right: 35px;
     width: 40px;
     height: 40px; } }
 
 .page-covid19 .clinical-cta.caret-90 span:after {
   content: "";
   position: absolute;
   display: block;
   top: 50%;
   right: 35px;
   transform: translateY(-50%);
   width: 40px;
   height: 40px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/covid19/icon-white-cta-btn.png) no-repeat 0 0;
   background-size: contain; }
 
 .page-covid19 .clinical-cta-no-arrow span:after {
   display: none; }
 
 .page-covid19 .cta-link {
   font-style: italic;
   font-weight: bold;
   color: #046ECC; }
 
 .page-covid19 .cta-link.js-alt {
   font-style: normal; }
 
 .page-covid19 .cta-link.w-caret {
   display: inline-block;
   position: relative;
   padding-right: 25px; }
 
 .page-covid19 .cta-link.w-caret:after {
   content: "";
   position: absolute;
   left: auto;
   right: 0;
   transform: translateY(-50%);
   top: 50%;
   width: 10px;
   height: 10px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/covid19/icon-cta-caret_blue.png) no-repeat 0 0;
   background-size: contain;
   line-height: 1; }
 
 .page-covid19 .cta-link.w-caret.js-alt {
   text-transform: uppercase;
   font-style: normal; }
 
 .page-covid19 #eua .clipped .content-area {
   padding: 40px 20px; }
 
 @media (min-width: 768px) {
   .page-covid19 #eua .clipped .content-area {
     padding: 40px 40px 15px; } }
 
 .page-covid19 #eua .clipped.bg-cta-blue {
   display: flex;
   align-items: center;
   padding: 15px 15px;
   width: 100%;
   /*&:after {
                     content: "";
                     position: absolute;
                     left: auto;
                     right: 0;
                     transform: translateY(-50%);
                     top: 50%;
                     width: 15px;
                     height: 15px;
                     background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/covid19/icon-cta-caret_blue.png) no-repeat 0 0;
                     background-size: contain;
                     line-height: 1;
                 }*/ }
 
 @media (min-width: 768px) {
   .page-covid19 #eua .clipped.bg-cta-blue {
     padding: 15px 15px 15px 20px; } }
 
 .page-covid19 #eua .clipped.bg-cta-blue span {
   display: block;
   position: relative;
   width: 100%;
   font-size: 1rem;
   font-weight: bold;
   font-style: italic; }
 
 .page-covid19 #eua .clipped.bg-cta-blue span:after {
   content: "";
   position: absolute;
   left: auto;
   right: 0;
   transform: translateY(-50%);
   top: 50%;
   width: 15px;
   height: 15px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/covid19/icon-cta-caret_blue.png) no-repeat 0 0;
   background-size: contain;
   line-height: 1; }
 
 .page-covid19 #eua h2 {
   display: flex;
   align-items: center;
   font-size: 2.5rem;
   font-family: "Roboto Condensed";
   font-weight: bold;
   margin-bottom: 25px;
   text-transform: none;
   line-height: 1;
   padding-top: 120px;
   text-align: center; }
 
 @media (min-width: 768px) {
   .page-covid19 #eua h2 {
     padding-top: 0;
     text-align: left; } }
 
 .page-covid19 #eua h2:before {
   position: absolute;
   content: "";
   margin-right: 0;
   left: 50%;
   top: 30px;
   width: 140px;
   height: 100px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/covid19/icon-eua-header.png) no-repeat 0 40%;
   background-size: contain;
   transform: translateX(-50%); }
 
 @media (min-width: 768px) {
   .page-covid19 #eua h2:before {
     position: relative;
     margin-right: 25px;
     transform: translateX(0);
     left: auto;
     top: auto; } }
 
 .page-covid19 #eua .tri-cta {
   display: block;
   text-transform: uppercase; }
 
 @media (min-width: 768px) {
   .page-covid19 #eua .tri-cta {
     display: flex; } }
 
 .page-covid19 #ongoing-research h3 {
   display: flex;
   align-items: center;
   margin-left: -95px;
   text-transform: none; }
 
 .page-covid19 #ongoing-research h3:before {
   content: "";
   display: inline-block;
   margin-right: 15px;
   width: 95px;
   height: 95px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/covid19/icon-published.png) no-repeat 0 0;
   background-size: contain; }
 
 @media (max-width: 767.98px) {
   .page-covid19 #ongoing-research .clinical-cta {
     height: 130px; } }
 
 .page-covid19 #ongoing-research .clipped.bg-blue {
   color: #fff; }
 
 .page-covid19 #ongoing-research .clipped .content-area {
   padding: 30px; }
 
 @media (min-width: 768px) {
   .page-covid19 #ongoing-research .clipped .content-area {
     padding-left: 120px; } }
 
 .page-covid19 #ongoing-research .clipped h3 {
   display: flex;
   align-items: center;
   margin-left: 0; }
 
 @media (min-width: 768px) {
   .page-covid19 #ongoing-research .clipped h3 {
     margin-left: -95px; } }
 
 .page-covid19 #ongoing-research .dots-green li .pub-links {
   font-weight: bold;
   font-style: italic;
   color: #CDE9EE; }
 
 .page-covid19 #ongoing-research .dots-green li:before {
   content: "";
   display: inline-block;
   margin-left: -16px;
   padding-right: 16px;
   width: 15px;
   height: 15px;
   background-position: 2px 2px;
   background-size: 58%; }
 
 .page-covid19 #monitoring-sars .content-wrap.tght {
   padding: 25px 10px; }
 
 @media (min-width: 768px) {
   .page-covid19 #monitoring-sars .content-wrap.tght {
     padding: 25px 30px; } }
 
 .page-covid19 #monitoring-sars .cov2-dashboard {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   padding: 25px 0; }
 
 @media (min-width: 768px) {
   .page-covid19 #monitoring-sars .cov2-dashboard {
     flex-direction: row;
     justify-content: space-around; } }
 
 .page-covid19 #monitoring-sars .iconized-head {
   display: flex;
   align-items: center;
   flex-direction: column;
   padding: 20px;
   width: 96px;
   height: 96px;
   border-radius: 50%;
   background-image: linear-gradient(180deg, #3CA00C 1%, #1F612F 100%); }
 
 .page-covid19 #monitoring-sars .iconized-head img {
   width: 100%; }
 
 .page-covid19 #monitoring-sars .iconized-head .content {
   width: 90%; }
 
 @media (min-width: 768px) {
   .page-covid19 #monitoring-sars .iconized-head {
     flex-direction: row; } }
 
 .page-covid19 #monitoring-sars .iconized-head .specialized {
   margin: 20px 0 10px 0;
   line-height: 1.2; }
 
 @media (min-width: 768px) {
   .page-covid19 #monitoring-sars .iconized-head .specialized {
     margin: 10px -5px 10px 15px; } }
 
 .page-covid19 #monitoring-sars .iconized-head + p {
   margin: 1rem 0;
   width: 85%; }
 
 .page-covid19 #monitoring-sars .content {
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-covid19 #monitoring-sars .content {
     width: 80%; } }
 
 .page-covid19 #ongoing-jump, .page-covid19 #covid-approach-jump-lnk {
   display: inline-block;
   height: 35px; }
 
 @media (min-width: 768px) {
   .page-covid19 #ongoing-jump, .page-covid19 #covid-approach-jump-lnk {
     display: inline; } }
 
 .page-covid19 #covid-approach-jump h2, .page-covid19 #covid-approach-jump h4 {
   text-transform: none; }
 
 .page-covid19 #covid-approach-jump h4 {
   font-size: 1.5rem; }
 
 .page-covid19 #covid-approach-jump .dots-blue {
   margin-top: 25px;
   margin-left: 0; }
 
 .page-covid19 #covid-approach-jump .dots-blue li {
   padding: 0 15px; }
 
 @media (min-width: 768px) {
   .page-covid19 #covid-approach-jump .dots-blue li {
     padding: 0 15px; } }
 
 .page-covid19 #covid-approach-jump .dots-blue.sub-list {
   margin-top: 5px; }
 
 @media (min-width: 768px) {
   .page-covid19 #covid-approach-jump .dots-blue.sub-list {
     margin-left: 15px; } }
 
 @media (max-width: 991.98px) {
   .page-covid19 #covid-approach-jump .btn {
     font-size: 0.8rem;
     line-height: inherit; } }
 
 .page-covid19 #covid-approach-jump h2 {
   letter-spacing: normal; }
 
 .page-covid19 .blockquote {
   padding: 20px 0;
   font-family: "Roboto Condensed";
   text-align: center; }
 
 @media (min-width: 768px) {
   .page-covid19 .blockquote {
     padding: 20px; } }
 
 .page-covid19 .blockquote:before {
   content: "";
   display: block;
   margin: 15px auto;
   width: 65px;
   height: 65px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/covid19/icon_blockquote.png) no-repeat 0 0;
   background-size: contain; }
 
 .page-covid19 .blockquote p {
   font-size: 1.0625rem;
   font-style: italic;
   color: #065BAA;
   font-feature-settings: "kern"; }
 
 .page-covid19 .blockquote p.author {
   font-size: 1.5rem;
   font-weight: bold;
   font-style: normal;
   line-height: 1;
   color: #183460; }
 
 .page-covid19 .blockquote p.author > .author-title {
   display: block;
   margin-top: 0.4em;
   font-size: 0.875rem;
   font-family: "Roboto";
   font-weight: normal; }
 
 .page-covid19 .callout-box-two .content-wrap {
   min-height: 380px; }
 
 @media (max-width: 767.98px) {
   .page-covid19 .callout-box-two .content-wrap {
     min-height: 100%; } }
 
 .page-covid19 .callout-box-two .callout-immune .content-wrap {
   padding: 70px 50px; }
 
 @media (max-width: 767.98px) {
   .page-covid19 .callout-box-two .callout-immune .content-wrap {
     padding: 40px 30px 80px; } }
 
 .page-covid19 .callout-box-two .callout-immune .icon-immune {
   position: absolute;
   bottom: 0;
   right: 0; }
 
 @media (max-width: 767.98px) {
   .page-covid19 .callout-box-two .callout-immune .icon-immune {
     bottom: -10px;
     right: -50px; } }
 
 .page-covid19 .callout-box-two .callout-technologies .content-wrap {
   padding: 30px 20px 15px 40px; }
 
 @media (max-width: 767.98px) {
   .page-covid19 .callout-box-two .callout-technologies .content-wrap {
     padding: 30px 20px 15px 30px; } }
 
 .page-covid19 .callout-box-two .btn-primary.outline {
   background-color: transparent; }
 
 .page-covid19 .callout-box-two .btn-primary.outline:after {
   background: transparent url(/web/20240823070942im_/https://www.regeneron.com/content/images/btn-download-white.svg) no-repeat 50% 50%; }
 
 .page-covid19 .same-h {
   height: 100%; }
 
 @media (min-width: 768px) {
   .page-covid19 .same-h .cta-btn.prv-3l {
     margin: 0 -15px; } }
 
 @media (min-width: 768px) {
   .page-covid19 .foot-brand {
     margin-left: -45px; } }
 
 .page-covid19 .covid-banner-update {
   display: block; }
 
 .page-covid19 .on-going-research h2 {
   font-size: 1.5rem;
   margin-bottom: 15px;
   text-transform: none;
   letter-spacing: normal; }
 
 .page-covid19 .publications {
   margin: 25px -15px; }
 
 @media (min-width: 768px) {
   .page-covid19 .publications {
     margin: 25px 0; } }
 
 .page-covid19 .view-publications {
   text-align: center;
   border-radius: 10px; }
 
 .page-covid19 .view-publications.cta-card .content {
   padding: 25px 15px; }
 
 @media (min-width: 768px) {
   .page-covid19 .view-publications.cta-card .content {
     padding: 25px 130px; } }
 
 .page-covid19 .view-publications .cta-label-head {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.2; }
 
 @media (min-width: 768px) {
   .page-covid19 .view-publications .cta-label-head {
     font-size: 1.5rem; } }
 
 .page-covid19 .view-publications .cta-label-head .no-break {
   white-space: nowrap; }
 
 .page-covid19 .view-publications .cta-btn {
   margin: 25px auto 15px auto; }
 
 .page-covid19 .view-publications .cta-btn.white:hover, .page-covid19 .view-publications a.cta-btn.white.underline, .page-covid19 .view-publications .page-terms-of-use #main-content a.cta-btn.white, .page-terms-of-use #main-content .page-covid19 .view-publications a.cta-btn.white, .page-covid19 .view-publications .page-social-media-terms #main-content a.cta-btn.white, .page-social-media-terms #main-content .page-covid19 .view-publications a.cta-btn.white {
   color: #d50056;
   background-color: transparent;
   border-color: #d50056;
   box-shadow: 0px 0px 4px #1b365d; }
 
 .page-covid19 .view-publications .cta-btn.white:hover:after, .page-covid19 .view-publications a.cta-btn.white.underline:after, .page-covid19 .view-publications .page-terms-of-use #main-content a.cta-btn.white:after, .page-terms-of-use #main-content .page-covid19 .view-publications a.cta-btn.white:after, .page-covid19 .view-publications .page-social-media-terms #main-content a.cta-btn.white:after, .page-social-media-terms #main-content .page-covid19 .view-publications a.cta-btn.white:after {
   outline: 1px solid #d50056;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-rubine.svg) no-repeat 50% 50%; }
 
 .page-covid19 #monitoring-sars {
   margin: 30px 0; }
 
 .page-covid19 #monitoring-sars .specialized {
   margin: 25px 0 10px 0;
   font-size: 1.5rem; }
 
 @media (min-width: 768px) {
   .page-covid19 #monitoring-sars .specialized {
     margin: 10px 0 15px 0; } }
 
 .page-covid19 .cta-card {
   height: 100%; }
 
 .page-covid19 .cta-card .content {
   padding: 25px 15px 10px 20px; }
 
 @media (min-width: 768px) {
   .page-covid19 .cta-card .content {
     padding: 25px 40px 30px 40px; } }
 
 .page-covid19 .cta-card.bg-ruby {
   color: #fff;
   background-image: linear-gradient(180deg, #D50056 0%, #950051 100%); }
 
 .page-covid19 .cta-card.bg-blue {
   color: #fff;
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%); }
 
 .page-covid19 .cta-card.bg-blue-light {
   color: #1B365D;
   background-image: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
   /*font-family: Roboto-BoldItalic;
             font-size: rem(16px);
             color: #065BAA;
             letter-spacing: 0;
             text-align: center;
             line-height: 20px;
             border: 2px solid #065BAA;
             font-family: Roboto-Regular;
             font-size: rem(18px);
             color: #1B365D;
             letter-spacing: 0;
             line-height: 24px;
             font-family: RobotoCondensed-Bold;
             font-size: rem(24px);
             color: #1B365D;
             letter-spacing: 0;*/ }
 
 @media (min-width: 768px) {
   .page-covid19 #covid-approach-jump .cta-card .content {
     padding: 25px 40px 10px 40px; } }
 
 .page-covid19 main .page-wrapper {
   padding: 30px 0 30px 0; }
 
 @media (min-width: 768px) {
   .page-covid19 main .page-wrapper {
     padding: 40px 0 50px 0; } }
 
 .page-covid19 .covid {
   margin: 0 -15px; }
 
 @media (min-width: 768px) {
   .page-covid19 .covid {
     margin: 0; } }
 
 /*------------------------------------
   #SITEMAP
 ------------------------------------*/
 .sitemap-header {
   position: relative;
   width: fit-content;
   display: table;
   margin-top: 25px; }
 
 .sitemap-header a {
   color: #1b365d; }
 
 .sitemap-header:after {
   content: '';
   position: absolute;
   width: 11px;
   height: 16px;
   top: 6px;
   right: -20px;
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/responsibility/arrow-blue.svg);
   background-size: contain;
   background-repeat: no-repeat; }
 
 .sitemap-item {
   font-size: 1rem;
   color: #0054B2;
   line-height: 1.75rem;
   font-weight: 700;
   font-style: italic;
   margin-bottom: 5px; }
 
 .page-regeneron-genetic-medicines main header.hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero-head-bg-m.png); }
 
 @media (min-width: 768px) {
   .page-regeneron-genetic-medicines main header.hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero-head-bg.png);
     background-position-x: 120px; } }
 
 .page-regeneron-genetic-medicines .br-tlbr {
   border-radius: 50px 0 50px 0; }
 
 .page-regeneron-genetic-medicines .blue-grad {
   background: linear-gradient(to bottom, #065baa 0%, #002071 100%); }
 
 .page-regeneron-genetic-medicines .unlock .overlap-boxes {
   position: relative;
   margin-bottom: 10px; }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetic-medicines .unlock .overlap-boxes {
     margin-right: -30px; } }
 
 .page-regeneron-genetic-medicines .unlock .overlap-boxes.vidPlayingTop {
   z-index: 10; }
 
 .page-regeneron-genetic-medicines .unlock .overlap-boxes .overlap-box {
   z-index: 1;
   padding: 0; }
 
 .page-regeneron-genetic-medicines .unlock .overlap-boxes .overlap-box .text-box {
   position: relative; }
 
 .page-regeneron-genetic-medicines .unlock .overlap-boxes.lt-over-rt .overlap-box:first-of-type {
   z-index: 2; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetic-medicines .unlock .overlap-boxes.lt-over-rt .overlap-box:first-of-type {
     left: 100px; } }
 
 .page-regeneron-genetic-medicines .unlock .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box {
   margin-top: -150px;
   width: 100%;
   padding: 160px 20px 30px; }
 
 .page-regeneron-genetic-medicines .unlock .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box h3 {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 2.6875rem;
   line-height: 3rem;
   font-weight: 700;
   text-transform: none;
   letter-spacing: normal;
   color: #fff; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetic-medicines .unlock .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box h3 {
     font-size: 2.6875rem; } }
 
 .page-regeneron-genetic-medicines .unlock .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box.blue-grad {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%); }
 
 .page-regeneron-genetic-medicines .unlock .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box.br-tlbr {
   border-radius: 50px 0 50px 0; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetic-medicines .unlock .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box {
     margin-top: 125px;
     margin-left: -34px;
     width: 100%;
     padding: 30px 22px 30px 141px; } }
 
 @media (min-width: 1200px) {
   .page-regeneron-genetic-medicines .unlock .overlap-boxes.lt-over-rt .overlap-box:last-of-type .text-box {
     margin-left: -123px;
     width: 100%;
     padding: 30px 85px 30px 150px; } }
 
 .page-regeneron-genetic-medicines .unlock .unlock-txt {
   padding: 20px 0; }
 
 .page-regeneron-genetic-medicines .unlock .unlock-txt a {
   text-decoration: underline;
   color: #1B365D;
   font-weight: 700;
   box-shadow: none; }
 
 .page-regeneron-genetic-medicines .video-deck {
   position: relative;
   max-width: 100%; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetic-medicines .video-deck {
     max-width: 480px; } }
 
 .page-regeneron-genetic-medicines .video-deck p {
   margin: 10px 0 0 0;
   padding: 0 30px; }
 
 .page-regeneron-genetic-medicines .video-deck.br-tlbr .poster-frame {
   border-radius: 50px 0 50px 0; }
 
 .page-regeneron-genetic-medicines .video-deck .video_play-btn {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%); }
 
 .page-regeneron-genetic-medicines .video-deck.lt-blue {
   background-color: #E7F2F9;
   border-radius: 50px 0 50px 0;
   margin-left: -15px;
   box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15); }
 
 @media (min-width: 992px) {
   .page-regeneron-genetic-medicines .video-deck.lt-blue {
     border-bottom-left-radius: 30px; } }
 
 .page-regeneron-genetic-medicines .video-deck.blue {
   background-image: linear-gradient(270deg, #002071 0%, #065BAA 100%);
   border-radius: 30px; }
 
 .page-regeneron-genetic-medicines .video-modal .modal-dialog {
   max-width: 940px; }
 
 .page-regeneron-genetic-medicines .video-modal .modal-content {
   width: 100%;
   height: auto; }
 
 .page-regeneron-genetic-medicines .video-modal .modal-content .transcript {
   margin-top: 10px; }
 
 .page-regeneron-genetic-medicines .video-modal .modal-content .transcript .btn.btn-primary {
   padding: 20px 15px; }
 
 @media (min-width: 992px) {
   .page-regeneron-genetic-medicines .video-modal .modal-content {
     width: 940px;
     height: 524px; }
   .page-regeneron-genetic-medicines .video-modal .modal-content .transcript {
     margin-top: 20px; }
   .page-regeneron-genetic-medicines .video-modal .modal-content .transcript .btn.btn-primary {
     padding: 30px 40px; } }
 
 .page-regeneron-genetic-medicines .video-modal .modal-content .close {
   top: -60px;
   width: 53px;
   height: 53px;
   transition: background linear .2s; }
 
 .page-regeneron-genetic-medicines .genetic-tech {
   margin: 0 -15px;
   background-image: linear-gradient(179deg, rgba(204, 231, 236, 0.55) 0%, #9BD3DD 100%); }
 
 .page-regeneron-genetic-medicines .genetic-tech .wave {
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg); }
 
 @media (max-width: 575.98px) {
   .page-regeneron-genetic-medicines .genetic-tech .wave.top {
     transform: rotate(180deg) scaleX(-1); } }
 
 .page-regeneron-genetic-medicines .genetic-tech .wave svg {
   position: relative;
   display: block;
   width: 155%;
   height: 50px; }
 
 @media (min-width: 768px) {
   .page-regeneron-genetic-medicines .genetic-tech .wave svg {
     width: calc(134% + 1.3px);
     height: 100px; } }
 
 .page-regeneron-genetic-medicines .genetic-tech .wave .shape-fill {
   fill: #FFFFFF; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container {
   margin-top: 45px; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container > .row {
   margin: 40px 0; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container > .row:last-child {
   margin-bottom: 0; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container .text-box {
   margin: 10px 0; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container .text-box .h5 {
   font-size: 2.25rem;
   line-height: 2.625rem; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container .text-box .subtitle {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   line-height: 2.125rem;
   font-weight: 700; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container .text-box a {
   text-decoration: underline; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container .video-deck {
   max-width: 389px; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container .video-deck .poster-frame {
   border-radius: 30px; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container .video-deck p {
   color: #fff;
   line-height: 1.3125rem; }
 
 .page-regeneron-genetic-medicines .genetic-tech .container .video-deck .video_play-btn {
   width: 68px;
   height: 68px; }
 
 .page-regeneron-genetic-medicines .disease-areas {
   margin: 45px -15px 0; }
 
 .page-regeneron-genetic-medicines .disease-areas h3 {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   font-size: 1.875rem;
   line-height: 2.125rem;
   text-transform: none;
   text-align: center;
   letter-spacing: 0; }
 
 .page-regeneron-genetic-medicines .disease-areas .flex {
   display: flex;
   flex-flow: column nowrap;
   position: relative; }
 
 @media (min-width: 768px) {
   .page-regeneron-genetic-medicines .disease-areas .flex {
     margin: 30px auto 0;
     justify-content: center;
     flex-direction: row;
     align-items: flex-start; } }
 
 .page-regeneron-genetic-medicines .disease-areas .nav-tabs {
   display: none; }
 
 @media (min-width: 768px) {
   .page-regeneron-genetic-medicines .disease-areas .nav-tabs {
     display: block; }
   .page-regeneron-genetic-medicines .disease-areas .nav-tabs .nav-link.active {
     background-color: #9BD3DD;
     color: #065baa; } }
 
 .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs {
   border: none; }
 
 @media (min-width: 768px) {
   .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs {
     z-index: 0;
     width: 340px; } }
 
 @media (max-width: 767.98px) {
   .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs {
     margin-top: 10px; } }
 
 .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs li {
   display: block;
   background-color: inherit;
   width: 100%;
   border: none;
   outline: none;
   text-align: left;
   padding: 0;
   cursor: pointer;
   transition: 0.3s; }
 
 .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs li a {
   background-color: rgba(205, 233, 238, 0.7);
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   font-size: 18px;
   color: #1B365D;
   padding: 1.25rem 1.25rem 1.25rem 1.875rem;
   font-size: 1.125rem;
   margin-bottom: 10px;
   z-index: 1; }
 
 .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs li a:hover, .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs li a.underline, .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs li .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs li a, .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs li .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs li a {
   box-shadow: none;
   background-color: #cde9ee; }
 
 .page-regeneron-genetic-medicines .disease-areas .nav-tabs#diseaseTabs li a.active {
   background-color: #cde9ee; }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content {
   margin: 0;
   border: 0;
   z-index: 1;
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-regeneron-genetic-medicines .disease-areas .tab-content {
     max-width: 600px; } }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane {
   display: block;
   opacity: 1;
   visibility: visible;
   height: auto;
   margin-bottom: 10px; }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane .audio-link-wrapper {
   margin: 0 35px 20px; }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane .audio-link-wrapper .audio-link {
   position: relative; }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane .audio-link-wrapper .audio-link:before {
   content: "";
   position: absolute;
   top: 0;
   margin-left: -80px;
   width: 60px;
   height: 60px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-audio.svg) no-repeat 0 0; }
 
 @media (min-width: 768px) {
   .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane {
     display: none;
     opacity: 0;
     visibility: hidden;
     height: 0; }
   .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane.active {
     display: block;
     opacity: 1;
     visibility: visible;
     height: auto; }
   .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane.active .collapse {
     display: block;
     background-image: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
     box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
     padding: 35px 0 0; } }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane a.nav-link {
   display: block;
   background-color: #cde9ee;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   color: #1B365D;
   padding: 1.25rem 1.25rem 1.25rem 1.875rem;
   font-size: 1.125rem;
   margin-bottom: 10px;
   z-index: 1;
   box-shadow: none; }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane a.nav-link.collapsed {
   background-color: rgba(205, 233, 238, 0.7); }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane a.nav-link.active {
   background-color: #cde9ee; }
 
 @media (min-width: 768px) {
   .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane a.nav-link {
     display: none; } }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane .collapse, .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane .collapsing {
   background-image: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
   box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
   padding: 35px 0 0; }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane .tab-title {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   line-height: 1;
   font-weight: 700; }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane p {
   margin: 0 35px 20px; }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane a:not(.audio-link) {
   text-decoration: underline; }
 
 .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane a:hover, .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane a.underline, .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane .page-terms-of-use #main-content a, .page-terms-of-use #main-content .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane a, .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane .page-social-media-terms #main-content a, .page-social-media-terms #main-content .page-regeneron-genetic-medicines .disease-areas .tab-content .tab-pane a {
   box-shadow: none; }
 
 /*------------------------------------*\
   #AUDIO TRANSCRIPTS
 \*------------------------------------*/
 .audio-transcript main header.hero-head {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero-head-bg-m.png);
   padding-top: 210px;
   padding-bottom: 30px; }
 
 @media (min-width: 768px) {
   .audio-transcript main header.hero-head {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/content/images/hero-head-bg.png); } }
 
 .audio-transcript .page-wrapper {
   color: #1B365D; }
 
 .audio-transcript .page-wrapper .transcript-hdr {
   background-color: rgba(205, 233, 238, 0.2);
   position: relative;
   width: 100vw;
   left: 50%;
   padding: 20px 0;
   margin: -40px 0 20px -50vw; }
 
 .audio-transcript .page-wrapper .transcript-hdr h2 {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   font-size: 2rem;
   line-height: 2.5rem;
   letter-spacing: 0;
   text-transform: uppercase; }
 
 .audio-transcript .page-wrapper p {
   font-size: 1.125rem;
   line-height: 1.5rem; }
 
 .audio-transcript .page-wrapper .speaker {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700; }
 
 /*------------------------------------
   #LOCATIONS
 ------------------------------------*/
 @media (min-width: 768px) {
   .page-locations main header.hero-head h1 {
     margin-top: 25px; } }
 
 @media (min-width: 1200px) {
   .page-locations main header.hero-head h1 {
     margin-top: 0; } }
 
 @media (min-width: 768px) {
   .page-locations main header.hero-head {
     padding-bottom: 20px; } }
 
 @media (min-width: 992px) {
   .page-locations main header.hero-head {
     padding-bottom: 60px; } }
 
 .page-locations .maps .interactive-map-frame {
   position: relative;
   width: 100%;
   height: auto; }
 
 .page-locations .maps .interactive-map-frame #north-america, .page-locations .maps .interactive-map-frame #europe, .page-locations .maps .interactive-map-frame #asia {
   pointer-events: none;
   fill: #D41C58; }
 
 @media (min-width: 768px) {
   .page-locations .maps .interactive-map-frame {
     height: 450px; } }
 
 .page-locations .maps .interactive-map-frame .na-label, .page-locations .maps .interactive-map-frame .eur-label, .page-locations .maps .interactive-map-frame .asia-label {
   display: none; }
 
 .page-locations .maps .interactive-map-frame > svg .na-overlay, .page-locations .maps .interactive-map-frame > svg .eur-overlay, .page-locations .maps .interactive-map-frame > svg .asia-overlay {
   fill: #0B5CA9;
   opacity: 0; }
 
 .page-locations .maps .interactive-map-frame > svg #europe {
   opacity: 0.5; }
 
 .page-locations .maps .interactive-map-frame > svg .na-link {
   position: relative; }
 
 .page-locations .maps .interactive-map-frame > svg .na-link:focus-visible {
   outline-style: solid !important;
   outline-width: 3px !important;
   outline-color: #76c000 !important;
   outline-offset: -7px !important;
   transition: outline-offset 0.15s linear; }
 
 .page-locations .maps .interactive-map-frame > svg .na-link:hover .na, .page-locations .maps .interactive-map-frame > svg a.na-link.underline .na, .page-locations .maps .interactive-map-frame > svg .page-terms-of-use #main-content a.na-link .na, .page-terms-of-use #main-content .page-locations .maps .interactive-map-frame > svg a.na-link .na, .page-locations .maps .interactive-map-frame > svg .page-social-media-terms #main-content a.na-link .na, .page-social-media-terms #main-content .page-locations .maps .interactive-map-frame > svg a.na-link .na, .page-locations .maps .interactive-map-frame > svg .na-link:focus-visible .na, .page-locations .maps .interactive-map-frame > svg .na-link.active .na {
   fill: #0B5CA9; }
 
 .page-locations .maps .interactive-map-frame > svg .na-link:hover .na-label, .page-locations .maps .interactive-map-frame > svg a.na-link.underline .na-label, .page-locations .maps .interactive-map-frame > svg .page-terms-of-use #main-content a.na-link .na-label, .page-terms-of-use #main-content .page-locations .maps .interactive-map-frame > svg a.na-link .na-label, .page-locations .maps .interactive-map-frame > svg .page-social-media-terms #main-content a.na-link .na-label, .page-social-media-terms #main-content .page-locations .maps .interactive-map-frame > svg a.na-link .na-label, .page-locations .maps .interactive-map-frame > svg .na-link:focus-visible .na-label, .page-locations .maps .interactive-map-frame > svg .na-link.active .na-label {
   display: block; }
 
 .page-locations .maps .interactive-map-frame > svg .eur-link {
   position: relative; }
 
 .page-locations .maps .interactive-map-frame > svg .eur-link:focus-visible {
   outline-style: solid !important;
   outline-width: 3px !important;
   outline-color: #76c000 !important;
   outline-offset: -7px !important;
   transition: outline-offset 0.15s linear; }
 
 .page-locations .maps .interactive-map-frame > svg .eur-link:hover #europe, .page-locations .maps .interactive-map-frame > svg a.eur-link.underline #europe, .page-locations .maps .interactive-map-frame > svg .page-terms-of-use #main-content a.eur-link #europe, .page-terms-of-use #main-content .page-locations .maps .interactive-map-frame > svg a.eur-link #europe, .page-locations .maps .interactive-map-frame > svg .page-social-media-terms #main-content a.eur-link #europe, .page-social-media-terms #main-content .page-locations .maps .interactive-map-frame > svg a.eur-link #europe, .page-locations .maps .interactive-map-frame > svg .eur-link:focus-visible #europe, .page-locations .maps .interactive-map-frame > svg .eur-link.active #europe {
   fill: #0B5CA9;
   opacity: 1;
   pointer-events: bounding-box; }
 
 .page-locations .maps .interactive-map-frame > svg .eur-link:hover .eur-label, .page-locations .maps .interactive-map-frame > svg a.eur-link.underline .eur-label, .page-locations .maps .interactive-map-frame > svg .page-terms-of-use #main-content a.eur-link .eur-label, .page-terms-of-use #main-content .page-locations .maps .interactive-map-frame > svg a.eur-link .eur-label, .page-locations .maps .interactive-map-frame > svg .page-social-media-terms #main-content a.eur-link .eur-label, .page-social-media-terms #main-content .page-locations .maps .interactive-map-frame > svg a.eur-link .eur-label, .page-locations .maps .interactive-map-frame > svg .eur-link:focus-visible .eur-label, .page-locations .maps .interactive-map-frame > svg .eur-link.active .eur-label {
   display: block; }
 
 .page-locations .maps .interactive-map-frame > svg .asia-link {
   position: relative; }
 
 .page-locations .maps .interactive-map-frame > svg .asia-link:focus-visible {
   outline-style: solid !important;
   outline-width: 3px !important;
   outline-color: #76c000 !important;
   outline-offset: -7px !important;
   transition: outline-offset 0.15s linear; }
 
 .page-locations .maps .interactive-map-frame > svg .asia-link:hover #asia, .page-locations .maps .interactive-map-frame > svg a.asia-link.underline #asia, .page-locations .maps .interactive-map-frame > svg .page-terms-of-use #main-content a.asia-link #asia, .page-terms-of-use #main-content .page-locations .maps .interactive-map-frame > svg a.asia-link #asia, .page-locations .maps .interactive-map-frame > svg .page-social-media-terms #main-content a.asia-link #asia, .page-social-media-terms #main-content .page-locations .maps .interactive-map-frame > svg a.asia-link #asia, .page-locations .maps .interactive-map-frame > svg .asia-link:focus-visible #asia, .page-locations .maps .interactive-map-frame > svg .asia-link.active #asia {
   fill: #0B5CA9;
   pointer-events: bounding-box; }
 
 .page-locations .maps .interactive-map-frame > svg .asia-link:hover .asia-label, .page-locations .maps .interactive-map-frame > svg a.asia-link.underline .asia-label, .page-locations .maps .interactive-map-frame > svg .page-terms-of-use #main-content a.asia-link .asia-label, .page-terms-of-use #main-content .page-locations .maps .interactive-map-frame > svg a.asia-link .asia-label, .page-locations .maps .interactive-map-frame > svg .page-social-media-terms #main-content a.asia-link .asia-label, .page-social-media-terms #main-content .page-locations .maps .interactive-map-frame > svg a.asia-link .asia-label, .page-locations .maps .interactive-map-frame > svg .asia-link:focus-visible .asia-label, .page-locations .maps .interactive-map-frame > svg .asia-link.active .asia-label {
   display: block; }
 
 .page-locations .maps .interactive-map-frame #our-location-map {
   width: 100%;
   height: 100%; }
 
 .page-locations .maps .shadow-frame {
   margin-left: -100%;
   margin-bottom: 50px;
   padding-left: 100%;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.11); }
 
 .page-locations .maps .interactive-map-content {
   position: relative;
   padding: 50px 25px 50px 0;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   background-color: #e7f2f9; }
 
 .page-locations .maps .interactive-map-content:before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: -100%;
   z-index: -1;
   width: 100%;
   height: 100%;
   background-color: #e7f2f9; }
 
 .page-locations .maps .interactive-map-content .subhead {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 2.25rem;
   font-weight: 700;
   text-transform: inherit;
   letter-spacing: inherit; }
 
 @media (min-width: 768px) {
   .page-locations .maps .interactive-map-content .subhead {
     font-size: 2.375rem; } }
 
 .page-locations .nav-tabs.location-tabs {
   margin-bottom: 25px;
   border-bottom: 3px solid #e5e5e5;
   flex-direction: row;
   flex-wrap: nowrap; }
 
 .page-locations .nav-tabs.location-tabs .nav-link {
   display: flex;
   flex-direction: column;
   gap: 15px;
   margin-right: 5px;
   padding: 15px 15px 15px 0;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   font-weight: 700;
   border: none;
   border-radius: 0;
   background-color: transparent; }
 
 @media (min-width: 768px) {
   .page-locations .nav-tabs.location-tabs .nav-link {
     margin-right: 15px;
     font-size: 1.875rem;
     color: #1B365D; } }
 
 .page-locations .nav-tabs.location-tabs .nav-link.active {
   padding: 15px 15px 0 0;
   color: #1B365D; }
 
 .page-locations .nav-tabs.location-tabs .nav-link.active:after {
   content: '';
   display: block;
   position: relative;
   width: 100%;
   height: 5px;
   border-radius: 3px;
   background-color: #3CA00C; }
 
 .page-locations .locations {
   margin: 50px 0; }
 
 .page-locations .locations-list {
   display: flex;
   flex-direction: column;
   margin-top: 50px;
   width: 100%; }
 
 .page-locations .location-details {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   gap: 20px;
   margin-bottom: 30px;
   padding-bottom: 35px;
   width: 100%;
   border-bottom: 1px solid #ccc; }
 
 @media (min-width: 768px) {
   .page-locations .location-details {
     flex-direction: row;
     gap: 40px;
     /*justify-content: space-between;*/ } }
 
 .page-locations .location-details .item-title {
   display: flex;
   gap: 25px;
   width: 100%; }
 
 @media (min-width: 768px) {
   .page-locations .location-details .item-title {
     gap: 40px;
     width: 40%; } }
 
 .page-locations .location-details .item-title-mapLink {
   margin: 0;
   width: 129px;
   height: 85px; }
 
 .page-locations .location-details .item-title-mapLink img {
   max-width: 124px;
   width: 124px; }
 
 .page-locations .location-details .item-title-mapLink > img {
   width: 100%;
   height: auto; }
 
 .page-locations .location-details .item-title .subhead {
   margin-bottom: 15px;
   font-size: 1.375rem;
   line-height: 1.2;
   text-transform: none; }
 
 .page-locations .location-details .item-title .pill-cta {
   justify-content: flex-start;
   padding: 8px 35px 8px 15px;
   width: fit-content;
   font-size: 0.875rem; }
 
 .page-locations .location-details .item-title .pill-cta:after {
   content: '';
   right: 5px;
   height: 15px; }
 
 .page-locations .location-details .item-details {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   gap: 15px;
   width: auto; }
 
 @media (min-width: 768px) {
   .page-locations .location-details .item-details {
     flex-direction: row;
     gap: 45px;
     width: 50%; } }
 
 .page-locations .location-details .item-address {
   display: flex;
   flex-direction: column; }
 
 .page-locations .location-details .item-address > span {
   display: block; }
 
 .page-locations .location-details .item-address > span:last-of-type {
   margin-bottom: 5px; }
 
 .page-locations .location-details .item-phone {
   display: flex;
   flex-direction: column;
   min-width: 160px; }
 
 @media (min-width: 768px) {
   .page-locations .location-details .item-phone-number {
     color: unset;
     pointer-events: none; } }
 
 /*------------------------------------
   #GLOBAL SITE - Shared Styles
 ------------------------------------*/
 /*-----------------------------------
   #COMPONENTS
 --------------------------------------*/
 .video-deck {
   max-width: 480px;
   padding-bottom: 15px;
   border-top-right-radius: 50px;
   border-bottom-left-radius: 50px;
   overflow: hidden; }
 
 .video-deck .poster-frame {
   display: flex;
   border-top-right-radius: 50px;
   border-bottom-left-radius: 50px;
   overflow: hidden;
   justify-content: center; }
 
 .video-deck .poster-frame > img {
   width: 100%;
   height: auto; }
 
 .video-deck .poster-frame .video_play-btn {
   position: absolute;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   border: 0;
   opacity: 0.9;
   box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35);
   align-self: center;
   z-index: 3; }
 
 .video-deck .poster-frame .video_play-btn > span {
   display: none; }
 
 .video-deck .poster-frame .video_play-btn:after {
   content: '';
   margin: auto;
   width: 30px;
   height: 45px;
   display: block;
   transform: translateX(7px);
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/global-sites/icon_video-play-symbol.svg") no-repeat 0 0;
   background-size: contain; }
 
 .video-deck .poster-frame .video_play-btn:hover, .video-deck .poster-frame a.video_play-btn.underline, .video-deck .poster-frame .page-terms-of-use #main-content a.video_play-btn, .page-terms-of-use #main-content .video-deck .poster-frame a.video_play-btn, .video-deck .poster-frame .page-social-media-terms #main-content a.video_play-btn, .page-social-media-terms #main-content .video-deck .poster-frame a.video_play-btn {
   transform: scale(1.07);
   opacity: 1;
   box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.53); }
 
 .rgn-border {
   margin-block: 10px;
   padding: 40px 0;
   border-width: 3px;
   border-style: solid;
   width: fit-content; }
 
 .rgn-border.green {
   border-color: #4CA915; }
 
 .rgn-border.green .video-deck {
   background-image: linear-gradient(90deg, #6DD400 0%, #359128 43%); }
 
 .rgn-border.green .video_play-btn {
   background-image: linear-gradient(180deg, #6DD400 0%, #359128 100%); }
 
 .rgn-border.blue {
   border-color: #065BAA; }
 
 .rgn-border.blue .video-deck {
   background-image: linear-gradient(253deg, #107FCD 0%, #065BAA 65%); }
 
 .rgn-border.blue .video_play-btn {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%); }
 
 .rgn-border.red {
   border-color: #950051; }
 
 .rgn-border.red .video-deck {
   background-image: linear-gradient(270deg, #D50056 0%, #950051 100%); }
 
 .rgn-border.red .video_play-btn {
   background-image: linear-gradient(180deg, #D50056 0%, #950051 100%); }
 
 .rgn-border.magenta {
   border-color: #D50056; }
 
 .rgn-border.magenta .video-deck {
   background-image: linear-gradient(270deg, #D50056 0%, #950051 100%); }
 
 .rgn-border.magenta .video_play-btn {
   background-image: linear-gradient(180deg, #D50056 0%, #950051 100%); }
 
 .by-the-nums {
   display: grid;
   grid-template-columns: repeat(1, 260px);
   grid-template-rows: repeat(8, 265px);
   gap: 30px;
   justify-content: center;
   margin: 0 auto; }
 
 @media only screen and (min-width: 600px) {
   .by-the-nums {
     grid-template-columns: repeat(1, 0.7fr);
     grid-template-rows: repeat(8, 300px);
     margin: 30px auto; } }
 
 @media only screen and (min-width: 1024px) {
   .by-the-nums {
     grid-template-columns: repeat(4, 220px);
     grid-template-rows: repeat(2, 224px);
     margin: 30px auto; } }
 
 .by-the-nums .cards {
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   align-content: center;
   justify-content: center;
   color: #333;
   background-color: #fff;
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
   border-radius: 42px;
   color: #FFFFFF;
   letter-spacing: 0;
   text-align: center; }
 
 .by-the-nums .cards:last-child {
   background-color: #b10c69; }
 
 .by-the-nums .cards:last-child:hover, .by-the-nums a.cards.underline:last-child, .by-the-nums .page-terms-of-use #main-content a.cards:last-child, .page-terms-of-use #main-content .by-the-nums a.cards:last-child, .by-the-nums .page-social-media-terms #main-content a.cards:last-child, .page-social-media-terms #main-content .by-the-nums a.cards:last-child {
   outline-offset: 3px;
   outline-style: solid;
   outline-width: 4px;
   outline-color: #15c04e; }
 
 .by-the-nums .cards p {
   text-align: center;
   line-height: 1.2;
   margin: 0;
   color: #1B365D;
   letter-spacing: 0;
   text-align: center; }
 
 .by-the-nums .cards p.card_header {
   font-size: 3.625rem;
   font-weight: bold;
   font-family: roboto condensed,sans-serif;
   line-height: 1;
   background-image: linear-gradient(to bottom, #D50056 20%, #950051 70%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent; }
 
 .by-the-nums .cards p.card_body-text {
   width: 80%; }
 
 .global-site .wave-bottom {
   position: relative;
   height: 65px; }
 
 .global-site .wave-bottom .svg-content {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   overflow: hidden;
   line-height: 0;
   transform: rotate(180deg); }
 
 .global-site .wave-bottom .svg-content svg {
   position: relative;
   display: block;
   width: calc(146% + 1.3px);
   height: 96px; }
 
 .global-site .wave-bottom .svg-content .shape-fill {
   fill: #DFFBFF; }
 
 .global-site .wave-bottom-content-area {
   background-color: #DFFBFF;
   height: 100%; }
 
 .pod-group {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   grid-template-rows: repeat(3, 410px);
   gap: 35px;
   margin-top: 70px;
   margin-bottom: 40px;
   justify-items: center; }
 
 @media only screen and (min-width: 600px) {
   .pod-group {
     grid-template-columns: repeat(1, 0.7fr);
     grid-template-rows: repeat(3, 410px);
     gap: 35px;
     justify-content: center;
     margin-top: 70px;
     margin-bottom: 40px; } }
 
 @media only screen and (min-width: 1024px) {
   .pod-group {
     grid-template-columns: repeat(3, 1fr);
     grid-template-rows: repeat(1, 368px);
     justify-content: space-around;
     gap: 35px;
     margin: 50px 0 30px 0; } }
 
 .doing-well-pod {
   display: flex;
   flex-direction: column;
   height: 410px;
   color: #1b365d;
   background-color: #e7F2f9;
   overflow: hidden;
   max-width: 330px;
   box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15); }
 
 @media (min-width: 992px) {
   .doing-well-pod {
     height: 360px; } }
 
 .doing-well-pod.corners {
   border-top-left-radius: 0;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 25px; }
 
 .doing-well-pod.corners > figure {
   border-top-left-radius: 0;
   border-top-right-radius: 25px; }
 
 .doing-well-pod figure, .doing-well-pod picture {
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
   margin: 0;
   overflow: hidden; }
 
 .doing-well-pod figure > img, .doing-well-pod picture > img {
   max-width: 100%;
   height: auto; }
 
 .doing-well-pod .pod-content {
   display: flex;
   flex: 1;
   align-items: center;
   justify-content: center;
   padding: 5px 0;
   text-align: center;
   line-height: 1.1; }
 
 .doing-well-pod .pod-content > p {
   margin: 0;
   font-weight: bold;
   font-style: italic; }
 
 .box-line {
   margin: 0 auto;
   min-height: 250px;
   border-width: 3px;
   border-style: solid; }
 
 .shadow-frame {
   margin-left: -100%;
   padding-left: 100%;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.11); }
 
 .radius-box {
   margin: 0 auto;
   min-height: 250px;
   border-width: 3px;
   border-style: solid; }
 
 .green {
   border-color: #78be20; }
 
 .blue {
   border-color: #065baa; }
 
 .red {
   border-color: #d50056; }
 
 .bg-ruby {
   border: 0;
   background-color: #d50056; }
 
 .bg-white {
   border: 0;
   background-color: #fff; }
 
 .modal-dialog-centered {
   justify-content: center; }
 
 /*------------------------------------
   #INTERACTIVE CONTROLS
 ------------------------------------*/
 .square-cta {
   display: flex;
   align-items: center;
   padding: 30px 43px 30px 28px;
   color: #fff;
   font-size: 1.75rem;
   font-weight: bold;
   font-family: "Roboto Condensed", sans-serif;
   line-height: 1.2;
   text-transform: uppercase;
   border-radius: 25px;
   background-image: linear-gradient(#d50056, #950051);
   transition: all .2s; }
 
 .square-cta span {
   position: relative; }
 
 .square-cta span:after {
   content: '';
   display: inline-block;
   position: absolute;
   right: -5px;
   bottom: 8px;
   width: 30px;
   height: 21px;
   background: url("/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg") no-repeat 100% 0;
   background-size: contain; }
 
 .square-cta:hover, a.square-cta.underline, .page-terms-of-use #main-content a.square-cta, .page-social-media-terms #main-content a.square-cta {
   color: #fff;
   background-image: linear-gradient(#107fcd, #065baa); }
 
 /*.pill-cta {
     position: relative;
     display: flex;
     justify-content: center;
     flex-direction: row;
     padding: 10px 55px 10px 20px;
     color: #fff;
     font-family: $roboto-condensed;
     font-size: rem(20px);
     line-height: 1;
     font-weight: bold;
     text-transform: uppercase;
     text-align: center;
     background-image: linear-gradient(90deg, #107FCD 0%, #065BAA 100%);
     border-radius: 63px;
     cursor: pointer;
     transition: all .2s;
 
     & > span {
         display: block;
         width: 95%;
         text-wrap: balance;
     }
 
     @include media-breakpoint-up(md) {
         padding: 15px 70px 15px 30px;
         font-size: rem(26px);
     }
 
     &.red {
         background-image: linear-gradient(180deg, #D50056 0%, #950051 100%);*/
 /*box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
         border-radius: 56.5px;
         font-family: RobotoCondensed-Bold;
         font-size: rem(24px);
         color: #FFFFFF;
         letter-spacing: 0;
         text-align: center;
         transform: rotate(-90deg);
         border: 3px solid #065BAA;*/
 /*&:hover {
             color: #fff;
             background-image: $gradient-green;
             box-shadow: none !important;
         }
     }
 
     &:hover {
         color: #fff;
         background-image: $gradient-red;
         box-shadow: none !important;
     }
 
     &:after {
         content: '';
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         left: auto;
         right: 15px;
         display: block;
         width: 15px;
         height: 30px;
         background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
         background-size: contain;
     }
 
     &-lc {
         text-transform: none;
     }
 }*/
 .pill-cta {
   position: relative;
   display: block;
   padding: 10px 55px 10px 20px;
   color: #fff;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.25rem;
   line-height: 1;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   background-image: linear-gradient(90deg, #107FCD 0%, #065BAA 100%);
   border-radius: 63px;
   cursor: pointer;
   transition: all .2s; }
 
 @media (min-width: 768px) {
   .pill-cta {
     padding: 15px 70px 15px 30px;
     font-size: 1.625rem; } }
 
 .pill-cta.red {
   background-image: linear-gradient(180deg, #D50056 0%, #950051 100%); }
 
 .pill-cta.red:hover, a.pill-cta.red.underline, .page-terms-of-use #main-content a.pill-cta.red, .page-social-media-terms #main-content a.pill-cta.red {
   color: #fff;
   background-image: linear-gradient(#78be20, #3ca00c);
   box-shadow: none !important; }
 
 .pill-cta:hover, a.pill-cta.underline, .page-terms-of-use #main-content a.pill-cta, .page-social-media-terms #main-content a.pill-cta {
   color: #fff;
   background-image: linear-gradient(#d50056, #950051);
   box-shadow: none !important; }
 
 .pill-cta:after {
   content: '';
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: auto;
   right: 15px;
   display: block;
   width: 15px;
   height: 30px;
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/icon-arrow-white.svg) no-repeat 0 0;
   background-size: contain; }
 
 .pill-cta-lc {
   text-transform: none; }
 
 .close-btn {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   color: #fff;
   border: 0;
   background-image: linear-gradient(#40b4e5, #107fcd);
   transition: all .2s; }
 
 .close-btn:hover, a.close-btn.underline, .page-terms-of-use #main-content a.close-btn, .page-social-media-terms #main-content a.close-btn {
   background-image: linear-gradient(180deg, #065BAA 0%, #002071 100%); }
 
 .in-text-link {
   /*display: inline-flex;
     align-items: center;*/
   text-decoration-line: underline;
   text-underline-offset: 3px;
   transition: all .2s; }
 
 .in-text-link:hover, a.in-text-link.underline, .page-terms-of-use #main-content a.in-text-link, .page-social-media-terms #main-content a.in-text-link {
   color: #002d66;
   box-shadow: none !important;
   text-decoration-style: solid;
   text-decoration-line: underline;
   text-decoration-color: #002d66;
   text-decoration-thickness: 1px; }
 
 .in-text-link > sup {
   text-decoration-line: none; }
 
 .crosslink-box {
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   gap: 15px;
   padding: 40px 60px 40px 70px;
   width: 100%;
   min-height: 100px;
   color: #065baa;
   background-image: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
   border-radius: 15px;
   transition: all .2s; }
 
 .crosslink-box > a {
   display: flex;
   flex-direction: row-reverse;
   align-items: center;
   width: fit-content;
   justify-content: space-between;
   gap: 35px;
   font-style: normal;
   font-weight: bold;
   color: #1b365d; }
 
 .crosslink-box > a:before {
   content: "";
   display: block;
   width: 15px;
   height: 15px;
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/blue-arrow.svg") 0 0 no-repeat;
   background-size: contain; }
 
 .crosslink-box > span {
   display: block;
   color: #1b365d; }
 
 .crosslink-box:hover, a.crosslink-box.underline, .page-terms-of-use #main-content a.crosslink-box, .page-social-media-terms #main-content a.crosslink-box {
   box-shadow: none !important; }
 
 .crosslink-box:hover em, a.crosslink-box.underline em, .page-terms-of-use #main-content a.crosslink-box em, .page-social-media-terms #main-content a.crosslink-box em {
   box-shadow: none !important;
   text-decoration-style: solid;
   text-decoration-line: underline;
   text-decoration-color: #1b365d;
   text-decoration-thickness: 2px;
   text-underline-offset: 3px; }
 
 .modal-open .page-head {
   z-index: 1; }
 
 .leave-regeneron-global-site-modal-WOE .modal-content.modal-success, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success {
   align-items: center;
   justify-content: center;
   padding: 48px;
   width: 346px;
   color: #1B365D;
   text-align: center;
   font-size: 1rem;
   background-image: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
   box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.11);
   border: none;
   border-radius: 10px; }
 
 @media (min-width: 768px) {
   .leave-regeneron-global-site-modal-WOE .modal-content.modal-success, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success {
     width: 500px;
     font-size: 1.375rem; } }
 
 .leave-regeneron-global-site-modal-WOE .modal-content.modal-success p, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success p {
   line-height: 1.3; }
 
 .leave-regeneron-global-site-modal-WOE .modal-content.modal-success .btn-center, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success .btn-center {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   gap: 10px; }
 
 .leave-regeneron-global-site-modal-WOE .modal-content.modal-success .pill-cta, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success .pill-cta {
   padding: 10px 40px 10px 10px;
   font-size: 0.875rem; }
 
 @media (min-width: 768px) {
   .leave-regeneron-global-site-modal-WOE .modal-content.modal-success .pill-cta, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success .pill-cta {
     font-size: 1.375rem; } }
 
 .leave-regeneron-global-site-modal-WOE .modal-content.modal-success .pill-cta:after, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success .pill-cta:after {
   content: '';
   width: 10px;
   height: 20px; }
 
 .leave-regeneron-global-site-modal-WOE .modal-content.modal-success .close, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success .close {
   margin: 0 auto;
   padding: 4px 4px 7px;
   width: 60%;
   text-shadow: none;
   opacity: 1; }
 
 .leave-regeneron-global-site-modal-WOE .modal-content.modal-success .close small, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success .close small {
   font-size: 16px;
   font-weight: 700; }
 
 .leave-regeneron-global-site-modal-WOE .modal-content.modal-success .close .arrow-left, .leave-regeneron-global-site-modal-to-regeneron .modal-content.modal-success .close .arrow-left {
   border: solid #1b365d;
   border-width: 0 3px 3px 0;
   display: inline-block;
   padding: 4px;
   transform: rotate(135deg); }
 
 /*-----------------------------------
   #UTILITIES
 --------------------------------------*/
 .all-round-25 {
   border-top-left-radius: 25px;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 25px;
   border-bottom-left-radius: 25px; }
 
 .all-round-50 {
   border-top-left-radius: 50px;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   border-bottom-left-radius: 50px; }
 
 .corner-left {
   border-top-left-radius: 0;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 50px; }
 
 .corner-right {
   border-top-left-radius: 50px;
   border-top-right-radius: 0;
   border-bottom-right-radius: 50px;
   border-bottom-left-radius: 0; }
 
 [data-bg-theme="light"] *:focus {
   outline: none; }
 
 [data-bg-theme="light"] *:focus-visible {
   outline-style: solid;
   outline-width: 3px;
   outline-color: #065baa;
   outline-offset: 3px;
   transition: outline-offset 0.15s linear; }
 
 [data-bg-theme="medium"] *:focus {
   outline: none; }
 
 [data-bg-theme="medium"] *:focus-visible {
   outline-style: solid;
   outline-width: 3px;
   outline-color: #950051;
   outline-offset: 3px;
   transition: outline-offset 0.15s linear; }
 
 [data-bg-theme="dark"] *:focus {
   outline: none; }
 
 [data-bg-theme="dark"] *:focus-visible {
   outline-style: solid;
   outline-width: 3px;
   outline-color: #76c000;
   outline-offset: 3px;
   transition: outline-offset 0.15s linear; }
 
 @media (min-width: 1024px) {
   [data-bg-theme="dark"] .in-text-link.drk-bg {
     color: #fff; }
   [data-bg-theme="dark"] .in-text-link.reversed {
     color: #fff; } }
 
 .uc {
   text-transform: uppercase !important; }
 
 html {
   font-family: "Roboto", sans-serif; }
 
 .global-site body, .global-site-science body, .global-site-culture body, .global-sitemap body, .global-page-error-404 body {
   fonts-size: 18px; }
 
 .global-site .page-head, .global-site-science .page-head, .global-site-culture .page-head, .global-sitemap .page-head, .global-page-error-404 .page-head {
   height: 85px;
   background-image: none;
   background-color: #046ecc; }
 
 @media (min-width: 992px) {
   .global-site .page-head, .global-site-science .page-head, .global-site-culture .page-head, .global-sitemap .page-head, .global-page-error-404 .page-head {
     height: 175px; } }
 
 .global-site .page-head.open, .global-site-science .page-head.open, .global-site-culture .page-head.open, .global-sitemap .page-head.open, .global-page-error-404 .page-head.open {
   background: #fff; }
 
 .global-site .global-site, .global-site-science .global-site, .global-site-culture .global-site, .global-sitemap .global-site, .global-page-error-404 .global-site {
   font-size: 1.125rem;
   line-height: 1.2; }
 
 .global-site h1, .global-site .h1, .global-site h2, .global-site .h2, .global-site h3, .global-site .h3, .global-site h4, .global-site .h4, .global-site h5, .global-site h6, .global-site-science h1, .global-site-science .h1, .global-site-science h2, .global-site-science .h2, .global-site-science h3, .global-site-science .h3, .global-site-science h4, .global-site-science .h4, .global-site-science h5, .global-site-science h6, .global-site-culture h1, .global-site-culture .h1, .global-site-culture h2, .global-site-culture .h2, .global-site-culture h3, .global-site-culture .h3, .global-site-culture h4, .global-site-culture .h4, .global-site-culture h5, .global-site-culture h6, .global-sitemap h1, .global-sitemap .h1, .global-sitemap h2, .global-sitemap .h2, .global-sitemap h3, .global-sitemap .h3, .global-sitemap h4, .global-sitemap .h4, .global-sitemap h5, .global-sitemap h6, .global-page-error-404 h1, .global-page-error-404 .h1, .global-page-error-404 h2, .global-page-error-404 .h2, .global-page-error-404 h3, .global-page-error-404 .h3, .global-page-error-404 h4, .global-page-error-404 .h4, .global-page-error-404 h5, .global-page-error-404 h6 {
   margin: 0;
   font-size: 1.125rem;
   font-style: normal;
   font-weight: normal;
   letter-spacing: normal;
   line-height: 1;
   text-transform: none; }
 
 .global-site .sitemap-header, .global-site-science .sitemap-header, .global-site-culture .sitemap-header, .global-sitemap .sitemap-header, .global-page-error-404 .sitemap-header {
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1.4; }
 
 .global-site .player-group h2, .global-site-science .player-group h2, .global-site-culture .player-group h2, .global-sitemap .player-group h2, .global-page-error-404 .player-group h2 {
   margin-bottom: 20px; }
 
 .global-site .pagehead, .global-site-science .pagehead, .global-site-culture .pagehead, .global-sitemap .pagehead, .global-page-error-404 .pagehead {
   font-size: 3.625rem;
   font-family: "Roboto Condensed", sans-serif;
   text-transform: uppercase;
   text-align: center;
   letter-spacing: 0.125rem;
   color: #065BAA; }
 
 .global-site .subhead1, .global-site .subhead2, .global-site .subhead3, .global-site .subhead4, .global-site-science .subhead1, .global-site-science .subhead2, .global-site-science .subhead3, .global-site-science .subhead4, .global-site-culture .subhead1, .global-site-culture .subhead2, .global-site-culture .subhead3, .global-site-culture .subhead4, .global-sitemap .subhead1, .global-sitemap .subhead2, .global-sitemap .subhead3, .global-sitemap .subhead4, .global-page-error-404 .subhead1, .global-page-error-404 .subhead2, .global-page-error-404 .subhead3, .global-page-error-404 .subhead4 {
   font-family: "Roboto Condensed", sans-serif;
   font-weight: bold; }
 
 .global-site .subhead1.white, .global-site .subhead2.white, .global-site .subhead3.white, .global-site .subhead4.white, .global-site-science .subhead1.white, .global-site-science .subhead2.white, .global-site-science .subhead3.white, .global-site-science .subhead4.white, .global-site-culture .subhead1.white, .global-site-culture .subhead2.white, .global-site-culture .subhead3.white, .global-site-culture .subhead4.white, .global-sitemap .subhead1.white, .global-sitemap .subhead2.white, .global-sitemap .subhead3.white, .global-sitemap .subhead4.white, .global-page-error-404 .subhead1.white, .global-page-error-404 .subhead2.white, .global-page-error-404 .subhead3.white, .global-page-error-404 .subhead4.white {
   color: #fff; }
 
 .global-site .subhead1, .global-site .subhead2, .global-site .subhead3, .global-site-science .subhead1, .global-site-science .subhead2, .global-site-science .subhead3, .global-site-culture .subhead1, .global-site-culture .subhead2, .global-site-culture .subhead3, .global-sitemap .subhead1, .global-sitemap .subhead2, .global-sitemap .subhead3, .global-page-error-404 .subhead1, .global-page-error-404 .subhead2, .global-page-error-404 .subhead3 {
   text-transform: uppercase;
   margin-bottom: 50px; }
 
 .global-site .subhead1, .global-site-science .subhead1, .global-site-culture .subhead1, .global-sitemap .subhead1, .global-page-error-404 .subhead1 {
   font-size: 3.625rem; }
 
 @media only screen and (min-width: 600px) {
   .global-site .subhead1, .global-site-science .subhead1, .global-site-culture .subhead1, .global-sitemap .subhead1, .global-page-error-404 .subhead1 {
     font-size: 3.625rem; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site .subhead1, .global-site-science .subhead1, .global-site-culture .subhead1, .global-sitemap .subhead1, .global-page-error-404 .subhead1 {
     font-size: 3.625rem; } }
 
 .global-site .subhead2, .global-site-science .subhead2, .global-site-culture .subhead2, .global-sitemap .subhead2, .global-page-error-404 .subhead2 {
   font-size: 2.875rem;
   line-height: 1.2; }
 
 @media only screen and (min-width: 600px) {
   .global-site .subhead2, .global-site-science .subhead2, .global-site-culture .subhead2, .global-sitemap .subhead2, .global-page-error-404 .subhead2 {
     font-size: 3rem; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site .subhead2, .global-site-science .subhead2, .global-site-culture .subhead2, .global-sitemap .subhead2, .global-page-error-404 .subhead2 {
     font-size: 3rem; } }
 
 .global-site .subhead3, .global-site-science .subhead3, .global-site-culture .subhead3, .global-sitemap .subhead3, .global-page-error-404 .subhead3 {
   font-size: 2.375rem; }
 
 @media only screen and (min-width: 600px) {
   .global-site .subhead3, .global-site-science .subhead3, .global-site-culture .subhead3, .global-sitemap .subhead3, .global-page-error-404 .subhead3 {
     font-size: 2.375rem; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site .subhead3, .global-site-science .subhead3, .global-site-culture .subhead3, .global-sitemap .subhead3, .global-page-error-404 .subhead3 {
     font-size: 2.375rem; } }
 
 .global-site .subhead4, .global-site-science .subhead4, .global-site-culture .subhead4, .global-sitemap .subhead4, .global-page-error-404 .subhead4 {
   font-size: 2.25rem; }
 
 @media only screen and (min-width: 600px) {
   .global-site .subhead4, .global-site-science .subhead4, .global-site-culture .subhead4, .global-sitemap .subhead4, .global-page-error-404 .subhead4 {
     font-size: 2.25rem; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site .subhead4, .global-site-science .subhead4, .global-site-culture .subhead4, .global-sitemap .subhead4, .global-page-error-404 .subhead4 {
     font-size: 2.25rem; } }
 
 .global-site .subhead5, .global-site-science .subhead5, .global-site-culture .subhead5, .global-sitemap .subhead5, .global-page-error-404 .subhead5 {
   font-size: 2.25rem; }
 
 @media only screen and (min-width: 600px) {
   .global-site .subhead5, .global-site-science .subhead5, .global-site-culture .subhead5, .global-sitemap .subhead5, .global-page-error-404 .subhead5 {
     font-size: 2.25rem; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site .subhead5, .global-site-science .subhead5, .global-site-culture .subhead5, .global-sitemap .subhead5, .global-page-error-404 .subhead5 {
     font-size: 2.25rem; } }
 
 .global-site picture, .global-site-science picture, .global-site-culture picture, .global-sitemap picture, .global-page-error-404 picture {
   margin: 0; }
 
 .global-site .modal, .global-site-science .modal, .global-site-culture .modal, .global-sitemap .modal, .global-page-error-404 .modal {
   background: rgba(27, 54, 93, 0.65); }
 
 .global-site .video-modal .modal-dialog, .global-site-science .video-modal .modal-dialog, .global-site-culture .video-modal .modal-dialog, .global-sitemap .video-modal .modal-dialog, .global-page-error-404 .video-modal .modal-dialog {
   max-width: 940px; }
 
 .global-site .video-modal .modal-content, .global-site-science .video-modal .modal-content, .global-site-culture .video-modal .modal-content, .global-sitemap .video-modal .modal-content, .global-page-error-404 .video-modal .modal-content {
   width: 100%;
   height: auto; }
 
 @media only screen and (min-width: 1024px) {
   .global-site .video-modal .modal-content, .global-site-science .video-modal .modal-content, .global-site-culture .video-modal .modal-content, .global-sitemap .video-modal .modal-content, .global-page-error-404 .video-modal .modal-content {
     width: 940px;
     height: 524px; } }
 
 .global-site .video-modal .modal-content.modal-success .transcript, .global-site-science .video-modal .modal-content.modal-success .transcript, .global-site-culture .video-modal .modal-content.modal-success .transcript, .global-sitemap .video-modal .modal-content.modal-success .transcript, .global-page-error-404 .video-modal .modal-content.modal-success .transcript {
   margin-top: 10px; }
 
 @media only screen and (min-width: 1024px) {
   .global-site .video-modal .modal-content.modal-success .transcript, .global-site-science .video-modal .modal-content.modal-success .transcript, .global-site-culture .video-modal .modal-content.modal-success .transcript, .global-sitemap .video-modal .modal-content.modal-success .transcript, .global-page-error-404 .video-modal .modal-content.modal-success .transcript {
     margin-top: 20px; } }
 
 .global-site .video-modal .modal-content.modal-success .transcript .btn.btn-primary, .global-site-science .video-modal .modal-content.modal-success .transcript .btn.btn-primary, .global-site-culture .video-modal .modal-content.modal-success .transcript .btn.btn-primary, .global-sitemap .video-modal .modal-content.modal-success .transcript .btn.btn-primary, .global-page-error-404 .video-modal .modal-content.modal-success .transcript .btn.btn-primary {
   padding: 20px 15px; }
 
 @media only screen and (min-width: 1024px) {
   .global-site .video-modal .modal-content.modal-success .transcript .btn.btn-primary, .global-site-science .video-modal .modal-content.modal-success .transcript .btn.btn-primary, .global-site-culture .video-modal .modal-content.modal-success .transcript .btn.btn-primary, .global-sitemap .video-modal .modal-content.modal-success .transcript .btn.btn-primary, .global-page-error-404 .video-modal .modal-content.modal-success .transcript .btn.btn-primary {
     padding: 30px 40px; } }
 
 .global-site .video-modal .modal-content.modal-success .transcript .card-body, .global-site-science .video-modal .modal-content.modal-success .transcript .card-body, .global-site-culture .video-modal .modal-content.modal-success .transcript .card-body, .global-sitemap .video-modal .modal-content.modal-success .transcript .card-body, .global-page-error-404 .video-modal .modal-content.modal-success .transcript .card-body {
   padding: 10px 15px;
   max-height: 240px;
   clip-path: initial; }
 
 @media only screen and (min-width: 1024px) {
   .global-site .video-modal .modal-content.modal-success .transcript .card-body, .global-site-science .video-modal .modal-content.modal-success .transcript .card-body, .global-site-culture .video-modal .modal-content.modal-success .transcript .card-body, .global-sitemap .video-modal .modal-content.modal-success .transcript .card-body, .global-page-error-404 .video-modal .modal-content.modal-success .transcript .card-body {
     padding: 10px 40px; } }
 
 .global-site .video-modal .modal-content .close, .global-site-science .video-modal .modal-content .close, .global-site-culture .video-modal .modal-content .close, .global-sitemap .video-modal .modal-content .close, .global-page-error-404 .video-modal .modal-content .close {
   top: -60px;
   width: 53px;
   height: 53px;
   transition: background linear .2s; }
 
 .global-site .video-modal .modal-content .close:hover, .global-site .video-modal .modal-content a.close.underline, .global-site .video-modal .modal-content .page-terms-of-use #main-content a.close, .page-terms-of-use #main-content .global-site .video-modal .modal-content a.close, .global-site .video-modal .modal-content .page-social-media-terms #main-content a.close, .page-social-media-terms #main-content .global-site .video-modal .modal-content a.close, .global-site-science .video-modal .modal-content .close:hover, .global-site-science .video-modal .modal-content a.close.underline, .global-site-science .video-modal .modal-content .page-terms-of-use #main-content a.close, .page-terms-of-use #main-content .global-site-science .video-modal .modal-content a.close, .global-site-science .video-modal .modal-content .page-social-media-terms #main-content a.close, .page-social-media-terms #main-content .global-site-science .video-modal .modal-content a.close, .global-site-culture .video-modal .modal-content .close:hover, .global-site-culture .video-modal .modal-content a.close.underline, .global-site-culture .video-modal .modal-content .page-terms-of-use #main-content a.close, .page-terms-of-use #main-content .global-site-culture .video-modal .modal-content a.close, .global-site-culture .video-modal .modal-content .page-social-media-terms #main-content a.close, .page-social-media-terms #main-content .global-site-culture .video-modal .modal-content a.close, .global-sitemap .video-modal .modal-content .close:hover, .global-sitemap .video-modal .modal-content a.close.underline, .global-sitemap .video-modal .modal-content .page-terms-of-use #main-content a.close, .page-terms-of-use #main-content .global-sitemap .video-modal .modal-content a.close, .global-sitemap .video-modal .modal-content .page-social-media-terms #main-content a.close, .page-social-media-terms #main-content .global-sitemap .video-modal .modal-content a.close, .global-page-error-404 .video-modal .modal-content .close:hover, .global-page-error-404 .video-modal .modal-content a.close.underline, .global-page-error-404 .video-modal .modal-content .page-terms-of-use #main-content a.close, .page-terms-of-use #main-content .global-page-error-404 .video-modal .modal-content a.close, .global-page-error-404 .video-modal .modal-content .page-social-media-terms #main-content a.close, .page-social-media-terms #main-content .global-page-error-404 .video-modal .modal-content a.close {
   background: #1B365D; }
 
 .global-site-science .hero-head, .global-site-culture .hero-head, .global-page-error-404 .hero-head {
   background: #fff;
   padding: 50px 0;
   position: relative;
   z-index: 1040; }
 
 .global-site-science .hero-head h1, .global-site-culture .hero-head h1, .global-page-error-404 .hero-head h1 {
   font-size: 1.5rem;
   color: #065BAA;
   letter-spacing: 0.1125rem;
   text-align: center;
   text-transform: uppercase; }
 
 @media only screen and (min-width: 600px) {
   .global-site-science .hero-head h1, .global-site-culture .hero-head h1, .global-page-error-404 .hero-head h1 {
     font-size: 2.25rem; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site-science .hero-head h1, .global-site-culture .hero-head h1, .global-page-error-404 .hero-head h1 {
     font-size: 3.625rem;
     letter-spacing: 0.125rem; } }
 
 .global-sitemap main .page-wrapper {
   min-height: calc(100vh - (175px + 191px)); }
 
 .global-site .page-head .navbar-nav,
 .global-site-science .page-head .navbar-nav,
 .global-site-culture .page-head .navbar-nav,
 .global-sitemap .page-head .navbar-nav,
 .global-page-error-404 .page-head .navbar-nav {
   justify-content: flex-start;
   gap: 0;
   margin-left: 0;
   margin-right: 0;
   padding: 0; }
 
 @media (min-width: 576px) {
   .global-site .page-head .navbar-nav,
   .global-site-science .page-head .navbar-nav,
   .global-site-culture .page-head .navbar-nav,
   .global-sitemap .page-head .navbar-nav,
   .global-page-error-404 .page-head .navbar-nav {
     gap: 10px;
     margin-left: 30px;
     margin-right: -90px;
     padding: 0; } }
 
 @media (min-width: 992px) {
   .global-site .page-head .navbar-nav,
   .global-site-science .page-head .navbar-nav,
   .global-site-culture .page-head .navbar-nav,
   .global-sitemap .page-head .navbar-nav,
   .global-page-error-404 .page-head .navbar-nav {
     gap: 30px;
     margin-left: 60px;
     padding: 0; } }
 
 @media (min-width: 1200px) {
   .global-site .page-head .navbar-nav,
   .global-site-science .page-head .navbar-nav,
   .global-site-culture .page-head .navbar-nav,
   .global-sitemap .page-head .navbar-nav,
   .global-page-error-404 .page-head .navbar-nav {
     gap: 30px;
     margin-left: 120px;
     padding: 0; } }
 
 .global-site .page-head .navbar.brow,
 .global-site-science .page-head .navbar.brow,
 .global-site-culture .page-head .navbar.brow,
 .global-sitemap .page-head .navbar.brow,
 .global-page-error-404 .page-head .navbar.brow {
   display: flex;
   column-gap: 35px;
   padding: initial;
   justify-content: flex-start;
   align-items: flex-end;
   text-align: center; }
 
 @media (min-width: 992px) {
   .global-site .page-head .navbar.brow,
   .global-site-science .page-head .navbar.brow,
   .global-site-culture .page-head .navbar.brow,
   .global-sitemap .page-head .navbar.brow,
   .global-page-error-404 .page-head .navbar.brow {
     column-gap: 35px;
     padding: initial;
     justify-content: flex-start;
     align-items: flex-end;
     text-align: center; } }
 
 .global-site .page-head .navbar.brow ul,
 .global-site-science .page-head .navbar.brow ul,
 .global-site-culture .page-head .navbar.brow ul,
 .global-sitemap .page-head .navbar.brow ul,
 .global-page-error-404 .page-head .navbar.brow ul {
   display: flex;
   flex-basis: 50%;
   gap: 15px;
   padding-left: 0; }
 
 @media (min-width: 992px) {
   .global-site .page-head .navbar.brow ul,
   .global-site-science .page-head .navbar.brow ul,
   .global-site-culture .page-head .navbar.brow ul,
   .global-sitemap .page-head .navbar.brow ul,
   .global-page-error-404 .page-head .navbar.brow ul {
     flex-basis: 65%;
     gap: 25px; } }
 
 .global-site .page-head .navbar .navbar-brand img,
 .global-site-science .page-head .navbar .navbar-brand img,
 .global-site-culture .page-head .navbar .navbar-brand img,
 .global-sitemap .page-head .navbar .navbar-brand img,
 .global-page-error-404 .page-head .navbar .navbar-brand img {
   width: 160px; }
 
 @media (min-width: 992px) {
   .global-site .page-head .navbar .navbar-brand img,
   .global-site-science .page-head .navbar .navbar-brand img,
   .global-site-culture .page-head .navbar .navbar-brand img,
   .global-sitemap .page-head .navbar .navbar-brand img,
   .global-page-error-404 .page-head .navbar .navbar-brand img {
     width: inherit; } }
 
 @media (min-width: 992px) {
   .global-site .page-head .navbar-collapse,
   .global-site-science .page-head .navbar-collapse,
   .global-site-culture .page-head .navbar-collapse,
   .global-sitemap .page-head .navbar-collapse,
   .global-page-error-404 .page-head .navbar-collapse {
     z-index: 1; } }
 
 .global-site .page-head #navbar .navbar-nav > li,
 .global-site-science .page-head #navbar .navbar-nav > li,
 .global-site-culture .page-head #navbar .navbar-nav > li,
 .global-sitemap .page-head #navbar .navbar-nav > li,
 .global-page-error-404 .page-head #navbar .navbar-nav > li {
   line-height: 1.2;
   padding-left: 0px;
   padding-right: 0px;
   margin-right: 0px; }
 
 @media (min-width: 992px) {
   .global-site .page-head #navbar .navbar-nav > li,
   .global-site-science .page-head #navbar .navbar-nav > li,
   .global-site-culture .page-head #navbar .navbar-nav > li,
   .global-sitemap .page-head #navbar .navbar-nav > li,
   .global-page-error-404 .page-head #navbar .navbar-nav > li {
     padding-left: 0px;
     padding-right: 0px;
     margin-right: 40px;
     text-align: center; } }
 
 .global-site .page-head #navbar .navbar-nav > li:last-of-type,
 .global-site-science .page-head #navbar .navbar-nav > li:last-of-type,
 .global-site-culture .page-head #navbar .navbar-nav > li:last-of-type,
 .global-sitemap .page-head #navbar .navbar-nav > li:last-of-type,
 .global-page-error-404 .page-head #navbar .navbar-nav > li:last-of-type {
   margin-right: 0px; }
 
 .global-site .page-head #navbar .navbar-nav > li > a span,
 .global-site-science .page-head #navbar .navbar-nav > li > a span,
 .global-site-culture .page-head #navbar .navbar-nav > li > a span,
 .global-sitemap .page-head #navbar .navbar-nav > li > a span,
 .global-page-error-404 .page-head #navbar .navbar-nav > li > a span {
   padding: 0 0 8px 0; }
 
 .global-site .page-head #navbar .navbar-nav > li > a > i.arrow.white:after,
 .global-site-science .page-head #navbar .navbar-nav > li > a > i.arrow.white:after,
 .global-site-culture .page-head #navbar .navbar-nav > li > a > i.arrow.white:after,
 .global-sitemap .page-head #navbar .navbar-nav > li > a > i.arrow.white:after,
 .global-page-error-404 .page-head #navbar .navbar-nav > li > a > i.arrow.white:after {
   left: 8px;
   width: 10px;
   height: 15px;
   transform: rotate(90deg); }
 
 .global-site .page-head .global-lang-nav,
 .global-site-science .page-head .global-lang-nav,
 .global-site-culture .page-head .global-lang-nav,
 .global-sitemap .page-head .global-lang-nav,
 .global-page-error-404 .page-head .global-lang-nav {
   right: 20px; }
 
 @media (min-width: 992px) {
   .global-site .page-head .global-lang-nav,
   .global-site-science .page-head .global-lang-nav,
   .global-site-culture .page-head .global-lang-nav,
   .global-sitemap .page-head .global-lang-nav,
   .global-page-error-404 .page-head .global-lang-nav {
     right: 0; } }
 
 @media (min-width: 1200px) {
   .global-site .page-head .global-lang-nav,
   .global-site-science .page-head .global-lang-nav,
   .global-site-culture .page-head .global-lang-nav,
   .global-sitemap .page-head .global-lang-nav,
   .global-page-error-404 .page-head .global-lang-nav {
     right: 70px; } }
 
 .global-site .page-head .global-lang-nav .dropdown-menu,
 .global-site-science .page-head .global-lang-nav .dropdown-menu,
 .global-site-culture .page-head .global-lang-nav .dropdown-menu,
 .global-sitemap .page-head .global-lang-nav .dropdown-menu,
 .global-page-error-404 .page-head .global-lang-nav .dropdown-menu {
   box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.4); }
 
 .global-site .page-head .global-lang-nav .dropdown-menu .global-head ul,
 .global-site-science .page-head .global-lang-nav .dropdown-menu .global-head ul,
 .global-site-culture .page-head .global-lang-nav .dropdown-menu .global-head ul,
 .global-sitemap .page-head .global-lang-nav .dropdown-menu .global-head ul,
 .global-page-error-404 .page-head .global-lang-nav .dropdown-menu .global-head ul {
   flex-basis: auto !important;
   flex-direction: column;
   gap: 0px !important; }
 
 .global-site .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul,
 .global-site-science .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul,
 .global-site-culture .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul,
 .global-sitemap .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul,
 .global-page-error-404 .page-head .global-lang-nav .dropdown-menu .link-wrapper .link-col > ul {
   display: block; }
 
 .global-site .page-foot .social-links .social-link-container,
 .global-site-science .page-foot .social-links .social-link-container,
 .global-site-culture .page-foot .social-links .social-link-container,
 .global-sitemap .page-foot .social-links .social-link-container,
 .global-page-error-404 .page-foot .social-links .social-link-container {
   justify-content: flex-start; }
 
 .top-lft-btm-round {
   border-top-left-radius: 0;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   border-bottom-left-radius: 50px; }
 
 .top-rt-btm-round {
   border-top-left-radius: 50px;
   border-top-right-radius: 0;
   border-bottom-right-radius: 50px;
   border-bottom-left-radius: 50px; }
 
 /*------------------------------------
   #GLOBAL SITE - Home page
 ------------------------------------*/
 .global-site {
   background-image: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/global-sites/homepage/global-site-top-a_bg.png), url(/web/20240823070942im_/https://www.regeneron.com/Content/images/global-sites/homepage/global-site-top-b_bg.png), url(/web/20240823070942im_/https://www.regeneron.com/Content/images/global-sites/homepage/global-site-btm_bg.png), linear-gradient(180deg, #002071 0%, #681063 53%, #1C6CBD 100%);
   background-position: 50% 0, 50% 45%, 50% 60%, 50% 0;
   background-repeat: no-repeat;
   background-size: contain;
   background-blend-mode: soft-light,soft-light,soft-light,normal; }
 
 @media (max-width: 991.98px) {
   .global-site {
     background-image: url(/web/20240823070942im_/https://www.regeneron.com/Content/images/global-sites/homepage/global-site-top-a_bg.png), url(/web/20240823070942im_/https://www.regeneron.com/Content/images/global-sites/homepage/global-site-top-b_bg.png), url(/web/20240823070942im_/https://www.regeneron.com/Content/images/global-sites/homepage/global-site-btm_bg.png), linear-gradient(180deg, #002071 0%, #681063 53%, #1C6CBD 100%);
     background-position: top center, top 35% left 10%, top 82% center, top center;
     background-repeat: no-repeat;
     background-size: contain;
     background-blend-mode: soft-light,soft-light,soft-light,normal; } }
 
 .global-site .page-head {
   background-color: transparent; }
 
 .global-site main header.hero-head {
   margin-top: -86px;
   background-color: transparent; }
 
 @media (min-width: 600px) {
   .global-site main header.hero-head {
     margin-top: -120px; } }
 
 @media (min-width: 1024px) {
   .global-site main header.hero-head {
     margin-top: -120px; } }
 
 @media (min-width: 768px) {
   .global-site main header.hero-head h1 {
     line-height: 1; } }
 
 .global-site main .page-wrapper {
   padding: 40px 0 0 0;
   color: #fff;
   background-color: transparent; }
 
 .global-site section h4 {
   text-align: center; }
 
 .global-site h1 {
   font-size: 1.8125rem;
   letter-spacing: 0.125rem;
   line-height: 2.25rem;
   text-transform: uppercase;
   z-index: 1; }
 
 @media (min-width: 600px) {
   .global-site h1 {
     font-size: 2rem;
     line-height: 2.375rem; } }
 
 @media (min-width: 1024px) {
   .global-site h1 {
     font-size: 3.625rem; } }
 
 .global-site h1 > span {
   font-size: 1rem;
   letter-spacing: 0.4rem;
   line-height: 1.75;
   text-transform: uppercase;
   z-index: 1; }
 
 @media (min-width: 600px) {
   .global-site h1 > span {
     font-size: 2rem;
     letter-spacing: 1rem;
     line-height: 3.25; } }
 
 .global-site .lead-in, .global-site .by-the-numbers, .global-site .now-and-the-future {
   margin-bottom: 95px; }
 
 .global-site .lead-in .what-drives-us .intro-content {
   margin-left: 8px; }
 
 .global-site .lead-in .what-drives-us .video-deck {
   background-image: linear-gradient(90deg, #065BAA 0%, #002071 100%);
   border-bottom-right-radius: 50px;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
   max-width: 100%; }
 
 .global-site .lead-in .what-drives-us .video-deck .poster-frame .video_play-btn {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%); }
 
 .global-site .lead-in .what-drives-us .video-deck > p {
   margin: 20px 0 5px 0;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.625rem;
   font-weight: 700;
   text-align: center;
   text-transform: uppercase; }
 
 .global-site .lead-in .what-drives-us h3 {
   margin-bottom: 15px; }
 
 @media (min-width: 600px) {
   .global-site .lead-in .what-drives-us h3 {
     margin-bottom: 20px; } }
 
 @media (min-width: 1024px) {
   .global-site .lead-in .what-drives-us h3 {
     margin-bottom: 20px;
     line-height: 1.2;
     margin-right: 10px; } }
 
 .global-site .lead-in .what-drives-us .video-set-top {
   flex-basis: 100%;
   height: 345px;
   background-image: linear-gradient(90deg, #065BAA 0%, #002071 100%);
   border-bottom-right-radius: 50px;
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5); }
 
 @media (min-width: 600px) {
   .global-site .lead-in .what-drives-us .video-set-top {
     flex-basis: 55%; } }
 
 @media (min-width: 1024px) {
   .global-site .lead-in .what-drives-us .video-set-top {
     flex-basis: 55%; } }
 
 .global-site .lead-in .what-drives-us .video-set-top .poster-frame .poster {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 260px;
   background-color: #fff; }
 
 .global-site .lead-in .what-drives-us .video-set-top .poster-frame .poster > img {
   max-width: 100%;
   height: auto; }
 
 @media (min-width: 600px) {
   .global-site .lead-in .what-drives-us .video-set-top .poster-frame .poster {
     height: 290px; } }
 
 @media (min-width: 1024px) {
   .global-site .lead-in .what-drives-us .video-set-top .poster-frame .poster {
     height: 290px; } }
 
 .global-site .lead-in .what-drives-us .video-set-top > p {
   margin: 15px 0;
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.625rem;
   font-weight: 700;
   text-align: center;
   text-transform: uppercase; }
 
 .global-site .lead-in .what-drives-us .what-drives-us-content {
   flex-basis: 100%;
   padding-right: 0; }
 
 @media (min-width: 600px) {
   .global-site .lead-in .what-drives-us .what-drives-us-content {
     flex-basis: 55%;
     padding-right: 50px; } }
 
 @media (min-width: 1024px) {
   .global-site .lead-in .what-drives-us .what-drives-us-content {
     flex-basis: 55%;
     padding-right: 50px; } }
 
 .global-site .by-the-number .by-the-nums {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   grid-template-rows: repeat(8, 224px);
   gap: 15px;
   justify-content: center;
   margin: 30px auto; }
 
 @media only screen and (min-width: 600px) {
   .global-site .by-the-number .by-the-nums {
     grid-template-columns: repeat(1, 0.7fr);
     grid-template-rows: repeat(8, 300px); } }
 
 @media only screen and (min-width: 1024px) {
   .global-site .by-the-number .by-the-nums {
     grid-template-columns: repeat(4, 224px);
     grid-template-rows: repeat(2, 224px); } }
 
 .global-site .by-the-number .by-the-nums .cards {
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   align-content: center;
   justify-content: center;
   color: #333;
   background-color: #fff;
   box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
   border-radius: 42px;
   color: #FFFFFF;
   letter-spacing: 0;
   text-align: center; }
 
 .global-site .by-the-number .by-the-nums .cards:last-child {
   background-color: #b10c69; }
 
 .global-site .by-the-number .by-the-nums .cards:last-child:hover, .global-site .by-the-number .by-the-nums a.cards.underline:last-child, .global-site .by-the-number .by-the-nums .page-terms-of-use #main-content a.cards:last-child, .page-terms-of-use #main-content .global-site .by-the-number .by-the-nums a.cards:last-child, .global-site .by-the-number .by-the-nums .page-social-media-terms #main-content a.cards:last-child, .page-social-media-terms #main-content .global-site .by-the-number .by-the-nums a.cards:last-child {
   outline-offset: 3px;
   outline-style: solid;
   outline-width: 4px;
   outline-color: #15c04e; }
 
 .global-site .by-the-number .by-the-nums .cards p {
   text-align: center;
   line-height: 1.2;
   margin: 0;
   color: #1B365D;
   letter-spacing: 0;
   text-align: center; }
 
 .global-site .by-the-number .by-the-nums .cards p.card_header {
   font-size: 4rem;
   font-weight: bold;
   font-family: roboto condensed,sans-serif;
   line-height: 1;
   background: linear-gradient(to bottom, #cb60b3 20%, #ad1283 50%, #84055a 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent; }
 
 .global-site .by-the-number .by-the-nums .cards p.card_header > span {
   font-size: 80%; }
 
 .global-site .by-the-number .by-the-nums .cards p.card_body-text {
   width: 80%; }
 
 .global-site .now-and-the-future {
   padding-bottom: 260px; }
 
 @media (min-width: 992px) {
   .global-site .now-and-the-future {
     padding-bottom: 300px; } }
 
 .global-site .now-and-the-future .satelite-imagery {
   position: relative;
   z-index: 3;
   margin-top: -40px;
   margin-right: calc(0vw - 30px);
   padding-bottom: 0;
   border: none;
   overflow: visible; }
 
 @media (min-width: 992px) {
   .global-site .now-and-the-future .satelite-imagery {
     /*margin-top: 0;
                 margin-right: auto;
                 padding-bottom: 25px;
                 border-top: 0;
                 border-right: 0;*/ }
   .global-site .now-and-the-future .satelite-imagery:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     border: 1px solid rgba(255, 255, 255, 0.3);
     border-top-right-radius: 50px;
     border-bottom-left-radius: 50px;
     top: 80px;
     left: 15px;
     z-index: -1; } }
 
 .global-site .now-and-the-future .satelite-imagery > picture {
   margin: 0;
   display: block;
   width: 100%;
   border-top-right-radius: 50px;
   border-bottom-left-radius: 50px;
   overflow: hidden; }
 
 .global-site .now-and-the-future .satelite-imagery > picture > img {
   width: 100%;
   height: auto; }
 
 .global-site .now-and-the-future .natf-content-area {
   position: relative;
   margin-top: 25px;
   margin-left: calc(0vw - 30px);
   margin-bottom: 0;
   padding: 30px 15px 80px 30px;
   color: #1B365D;
   background-color: #fff;
   border-top-left-radius: 0;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0; }
 
 @media (min-width: 992px) {
   .global-site .now-and-the-future .natf-content-area {
     margin-top: 25px;
     margin-left: -65px;
     margin-bottom: 0;
     padding: 40px 40px 40px 90px;
     border-bottom-left-radius: 50px; } }
 
 .global-site .now-and-the-future .natf-content-area p:last-child {
   margin-bottom: 0; }
 
 .global-site .now-and-the-future .natf-content-area .pill-cta {
   margin-top: 25px;
   padding: 10px 50px 10px 20px;
   font-size: 1.375rem; }
 
 @media only screen and (min-width: 600px) {
   .global-site .now-and-the-future .natf-content-area .pill-cta {
     margin-top: 25px;
     padding: 20px 60px 20px 0; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site .now-and-the-future .natf-content-area .pill-cta {
     margin-top: 25px;
     padding: 20px 80px 20px 60px;
     width: fit-content; } }
 
 .global-site .doing-well {
   margin-left: -15px;
   margin-right: -15px;
   padding-bottom: 85px;
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/global-sites/homepage/doingwell.svg") 0 970px no-repeat;
   background-size: cover;
   color: inherit; }
 
 @media (min-width: 992px) {
   .global-site .doing-well {
     background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/global-sites/homepage/doingwell.svg") top center no-repeat;
     background-size: cover; } }
 
 .global-site .doing-well .doing-well-intro {
   margin-top: -300px; }
 
 .global-site .doing-well .doing-well-intro > p {
   font-weight: 500;
   text-align: center;
   padding: 0 20px; }
 
 .global-site .doing-well .doing-well-intro .subhead3 {
   font-size: 3rem;
   margin-bottom: 20px; }
 
 @media (min-width: 992px) {
   .global-site .doing-well .doing-well-intro .subhead3 {
     margin-bottom: 50px; } }
 
 .global-site .doing-well .subhead5 {
   margin-bottom: 25px;
   color: #1b365d;
   font-weight: 700;
   text-align: center; }
 
 .global-site .doing-well .dots-blue {
   color: #1b365d; }
 
 .global-site .doing-well .dots-blue li:before {
   background: url(/web/20240823070942im_/https://www.regeneron.com/content/images/global-sites/icon_solid-blue-dot.svg) no-repeat 0 0; }
 
 .global-site .doing-well .dots-dark-green {
   color: #1b365d; }
 
 @media (max-width: 991.98px) {
   .global-site .doing-well .dots-dark-green {
     padding: 0 20px; } }
 
 .global-site .doing-well .dots-dark-green li:before {
   background: #27611F;
   border-radius: 50%;
   width: 10px;
   height: 10px;
   top: 7px; }
 
 .global-site .doing-well .pill-cta {
   margin: 40px auto 0 auto;
   padding: 20px 90px 20px 50px;
   width: fit-content; }
 
 /*------------------------------------
   #GLOBAL SITE - Science to Medicine
 ------------------------------------*/
 .global-site-science main {
   overflow: hidden; }
 
 .global-site-science main .page-wrapper {
   padding: 0px 0 0 0;
   position: unset; }
 
 .global-site-science .science-to-medicine-glb {
   padding: 55px 0 50px 0;
   margin: 105px -15px 0 -15px;
   background-image: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%); }
 
 @media (min-width: 768px) {
   .global-site-science .science-to-medicine-glb {
     margin: 70px -15px 0 -15px;
     padding: 75px 0 65px 0; } }
 
 .global-site-science .science-to-medicine-glb .subhead2 {
   text-align: center;
   font-size: 2.375rem;
   text-wrap: balance;
   margin: 0 -15px 35px -15px; }
 
 @media (min-width: 768px) {
   .global-site-science .science-to-medicine-glb .subhead2 {
     font-size: 2.375rem;
     text-wrap: initial;
     margin: 0 -15px 40px -15px; } }
 
 .global-site-science .science-to-medicine-glb .stacked-content {
   display: flex;
   gap: 20px;
   flex-direction: column;
   justify-content: space-between; }
 
 .global-site-science .science-to-medicine-glb .stacked-content .pill-cta {
   align-items: center;
   padding: 15px 33px 15px 15px;
   font-size: 1.25rem;
   text-wrap: balance; }
 
 @media (min-width: 768px) {
   .global-site-science .science-to-medicine-glb .stacked-content .pill-cta {
     padding: 25px 55px 25px 25px;
     font-size: 1.375rem;
     text-wrap: initial; } }
 
 .global-site-science .science-to-medicine-glb .stacked-content .pill-cta:after {
   content: '';
   right: 15px;
   width: 15px;
   height: 20px; }
 
 .global-site-science .science-to-medicine-glb .pipe-separator {
   display: flex;
   justify-content: center;
   align-items: stretch;
   width: 100%; }
 
 @media (min-width: 768px) {
   .global-site-science .science-to-medicine-glb .pipe-separator {
     width: 100%; } }
 
 .global-site-science .science-to-medicine-glb .pipe-separator:after {
   content: '';
   display: block;
   margin: 35px 0;
   width: 100%;
   height: 1px;
   background-color: #1b365d; }
 
 @media (min-width: 768px) {
   .global-site-science .science-to-medicine-glb .pipe-separator:after {
     margin: 0;
     width: 1px;
     height: 100%; } }
 
 .global-site-science .velocisuite-overview {
   margin-bottom: 90px; }
 
 .global-site-science .velocisuite-overview .video-deck {
   margin-left: 40px;
   margin-right: 0;
   margin-bottom: -70px;
   width: 90%; }
 
 @media (min-width: 992px) {
   .global-site-science .velocisuite-overview .video-deck {
     margin-left: -90px;
     margin-right: 0;
     width: auto;
     margin-bottom: auto; } }
 
 .global-site-science .velocisuite-overview .content-wrap {
   padding: 0 20px 0 40px; }
 
 @media (min-width: 992px) {
   .global-site-science .velocisuite-overview .content-wrap {
     padding: 0 45px 0 20px; } }
 
 .global-site-science .velocisuite-overview .content-wrap h3 {
   margin-bottom: 20px; }
 
 .global-site-science .velocisuite-overview .rgn-border {
   padding-bottom: 0;
   border-top-left-radius: 0;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   margin-left: calc(0vw - 33px); }
 
 @media (min-width: 992px) {
   .global-site-science .velocisuite-overview .rgn-border {
     margin-left: auto;
     padding: 40px 0;
     border-top-left-radius: 50px;
     border-top-right-radius: 0;
     border-bottom-right-radius: 50px; } }
 
 @media (min-width: 768px) {
   .global-site-science .velocisuite-overview [class*='col-'] .row {
     align-items: center; } }
 
 .global-site-science .rgc-genetic-diversity {
   margin-bottom: 150px; }
 
 .global-site-science .rgc-genetic-diversity .video-deck {
   margin-left: 20px;
   margin-right: 30px;
   margin-bottom: -70px;
   width: 90%;
   border-radius: 50px 0px 50px 0px; }
 
 @media (min-width: 992px) {
   .global-site-science .rgc-genetic-diversity .video-deck {
     margin-right: -90px;
     width: auto;
     margin-bottom: -130px; } }
 
 .global-site-science .rgc-genetic-diversity .video-deck .poster-frame {
   border-radius: 50px 0px 50px 0px; }
 
 .global-site-science .rgc-genetic-diversity .content-wrap {
   padding: 0 45px 0 20px; }
 
 @media (min-width: 992px) {
   .global-site-science .rgc-genetic-diversity .content-wrap {
     padding: 0 25px 0 50px; } }
 
 .global-site-science .rgc-genetic-diversity .content-wrap h3 {
   margin-bottom: 20px; }
 
 .global-site-science .rgc-genetic-diversity .rgn-border {
   padding-bottom: 0;
   border-top-left-radius: 50px;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 50px;
   margin-right: calc(0vw - 33px); }
 
 @media (min-width: 992px) {
   .global-site-science .rgc-genetic-diversity .rgn-border {
     margin-left: auto;
     padding: 40px 0;
     border-top-left-radius: 0;
     border-top-right-radius: 50px;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 50px; } }
 
 .global-site-science .love-story .video-deck {
   margin-left: 40px;
   margin-right: 0;
   margin-bottom: -70px;
   width: 90%; }
 
 @media (min-width: 992px) {
   .global-site-science .love-story .video-deck {
     margin-left: -90px;
     margin-right: 0;
     width: auto;
     margin-bottom: auto; } }
 
 .global-site-science .love-story .content-wrap {
   padding: 0 20px 0 40px; }
 
 @media (min-width: 992px) {
   .global-site-science .love-story .content-wrap {
     padding: 0 45px 0 20px; } }
 
 .global-site-science .love-story .content-wrap h3 {
   margin-bottom: 20px; }
 
 .global-site-science .love-story .rgn-border {
   padding-bottom: 0;
   border-top-left-radius: 0;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   margin-left: calc(0vw - 33px); }
 
 @media (min-width: 992px) {
   .global-site-science .love-story .rgn-border {
     margin-left: auto;
     padding: 40px 0;
     border-top-left-radius: 50px;
     border-top-right-radius: 0;
     border-bottom-right-radius: 50px; } }
 
 .global-site-science .velocisuite-overview h2, .global-site-science .rgc-genetic-diversity h2, .global-site-science .love-story h2 {
   margin-bottom: 20px; }
 
 .global-site-science .velocisuite-overview .content-wrap, .global-site-science .rgc-genetic-diversity .content-wrap, .global-site-science .love-story .content-wrap {
   padding: 0 20px 20px 40px; }
 
 @media (min-width: 768px) {
   .global-site-science .velocisuite-overview .content-wrap, .global-site-science .rgc-genetic-diversity .content-wrap, .global-site-science .love-story .content-wrap {
     padding: 0 20px 0 40px; } }
 
 .global-site-science .video-deck {
   box-shadow: 3px 3px 10px 3px #D1D1D1; }
 
 @media (min-width: 768px) {
   .global-site-science .sci-med .pipe-separator {
     padding: 0px 45px 0px 35px; }
   .global-site-science .sci-med .stacked-content:first-of-type {
     max-width: 405px; } }
 
 @media (min-width: 992px) {
   .global-site-science .sci-med {
     flex-flow: row nowrap;
     max-width: 920px;
     margin: 0px auto; } }
 
 @media (max-width: 767.98px) {
   .global-site-science .sci-med {
     flex-flow: column nowrap;
     padding: 0px 25px; }
   .global-site-science .sci-med .pipe-separator {
     margin: 0px 15px; } }
 
 /*------------------------------------
   #GLOBAL SITE - Culture and Workplace
 ------------------------------------*/
 /*
 // Tablet Portrait
 @media only screen and (min-width: 768px) {
 }
 // Tablet Landscape
 @media only screen and (min-width: 1024px) {
 }
 // Desktop
 @media only screen and (min-width: 1200px) {
 }
 
     @include media-breakpoint-up(sm) { }
     @include media-breakpoint-up(md) { }
     @include media-breakpoint-up(lg) { }
     @include media-breakpoint-up(xl) { }
 -*/
 .global-site-culture picture {
   overflow: hidden;
   min-height: 257px; }
 
 .global-site-culture picture > img {
   width: 100%; }
 
 .global-site-culture main {
   overflow: hidden; }
 
 .global-site-culture .bleed-wrapper {
   display: flex;
   width: calc(((100vw - 1110px) / 2) + 1140px - 8.33333%);
   margin: 40px 0 90px -15px;
   border-radius: 0 50px 50px 0;
   background-color: #E7F2F9;
   padding-left: calc((100vw - 1140px) / 2);
   box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.11); }
 
 @media (max-width: 767.98px) {
   .global-site-culture .bleed-wrapper {
     width: 100%;
     padding-left: 0;
     margin: 0 10px 250px -15px; } }
 
 .global-site-culture .bleed-wrapper .left-bleed {
   position: relative;
   width: 100%;
   min-height: 300px; }
 
 @media (max-width: 767.98px) {
   .global-site-culture .bleed-wrapper .left-bleed {
     min-height: unset; } }
 
 .global-site-culture .bleed-wrapper .left-bleed picture {
   position: absolute;
   top: -25px;
   display: block;
   width: 100%;
   height: 385px;
   min-height: 200px;
   box-shadow: -4px -4px 13px rgba(0, 0, 0, 0.15); }
 
 @media (max-width: 767.98px) {
   .global-site-culture .bleed-wrapper .left-bleed picture {
     height: 382px;
     right: -45px;
     top: 400px; } }
 
 .global-site-culture .bleed-wrapper .cta-pod {
   position: relative;
   padding: 30px 20px 10px 50px; }
 
 @media (max-width: 767.98px) {
   .global-site-culture .bleed-wrapper .cta-pod {
     padding: 40px 20px 200px; } }
 
 .global-site-culture .bleed-wrapper .cta-pod:after {
   content: '';
   position: absolute;
   top: 0;
   left: auto;
   right: -220px;
   z-index: -1;
   display: block;
   width: calc(100vw - 10px);
   height: 100%;
   background-image: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/global-sites/culture/culture-intro-bg.svg");
   background-position-x: 0;
   background-position-y: 50%;
   background-repeat: no-repeat; }
 
 .global-site-culture .bleed-wrapper .cta-pod .pill-cta {
   margin-top: 30px; }
 
 .global-site-culture h2 {
   font-size: 2.375rem;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: bold; }
 
 .global-site-culture .story-collections .pods {
   display: flex; }
 
 .global-site-culture .story-collections .stories-of-responsibility {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   gap: 25px;
   margin-bottom: 25px;
   padding-bottom: 20px;
   margin-left: calc(0vw - 30px);
   margin-right: calc(0vw - 30px);
   background: #E7F2F9;
   box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15); }
 
 @media (min-width: 992px) {
   .global-site-culture .story-collections .stories-of-responsibility {
     margin-left: auto;
     margin-right: auto; } }
 
 .global-site-culture .story-collections .stories-of-responsibility .video-deck {
   padding-bottom: 120px;
   border-top-left-radius: 50px;
   border-top-right-radius: 0;
   border-bottom-left-radius: 50px;
   border-bottom-right-radius: 50px;
   background-image: linear-gradient(253deg, #107FCD 0%, #065BAA 65%); }
 
 .global-site-culture .story-collections .stories-of-responsibility .video-deck .poster-frame {
   border-top-left-radius: 50px;
   border-top-right-radius: 0;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 50px; }
 
 .global-site-culture .story-collections .stories-of-responsibility .video-deck > p {
   padding: 15px 30px 15px 40px;
   color: #fff; }
 
 .global-site-culture .story-collections .stories-of-responsibility .video-deck .video_play-btn {
   background-image: linear-gradient(180deg, #107FCD 0%, #065BAA 100%); }
 
 .global-site-culture .story-collections .stories-of-responsibility .story-body {
   padding: 0 20px;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   gap: 20px;
   flex-basis: 80%; }
 
 @media (min-width: 992px) {
   .global-site-culture .story-collections .stories-of-responsibility .story-body {
     padding: 0 30px; } }
 
 .global-site-culture .story-collections .stories-of-responsibility .story-body h3, .global-site-culture .story-collections .stories-of-responsibility .story-body h2 {
   margin-bottom: 0; }
 
 .global-site-culture .story-collections .stories-of-responsibility .story-body h2 {
   margin-top: -25px; }
 
 @media (min-width: 992px) {
   .global-site-culture .story-collections .stories-of-responsibility .story-body h2 {
     margin-top: 0; } }
 
 .global-site-culture .story-collections .stories-of-responsibility .story-body > p {
   margin-bottom: 0; }
 
 .global-site-culture .story-collections .stories-of-responsibility .pill-cta {
   margin: 0 20px;
   padding: 10px 30px 10px 10px;
   width: auto;
   font-size: 1.25rem;
   text-wrap: balance; }
 
 @media (min-width: 992px) {
   .global-site-culture .story-collections .stories-of-responsibility .pill-cta {
     font-size: 1.375rem;
     margin: 0 30px; } }
 
 .global-site-culture .story-collections .stories-of-responsibility.diverse-workforce .video-deck > p {
   padding: 15px 30px 15px 30px;
   color: #fff; }
 
 @media (min-width: 992px) {
   .global-site-culture .story-collections .stories-of-responsibility.diverse-workforce .video-deck > p {
     padding: 15px 30px 15px 40px; } }
 
 .global-site-culture .story-collections .stories-of-responsibility.diverse-workforce .story-body {
   justify-content: center; }
 
 @media (min-width: 992px) {
   .global-site-culture .story-collections .stories-of-responsibility.diverse-workforce .story-body {
     margin-top: -35px;
     margin-bottom: 25px; } }
 
 @media (max-width: 767.98px) {
   .global-site-culture .story-collections .stories-of-responsibility.diverse-workforce .story-body {
     flex-basis: 60%; } }
 
 .global-site-culture .corporate-responsibility {
   margin: 40px -15px;
   padding: 50px 0 50px 0;
   min-height: 500px;
   background-image: linear-gradient(178deg, #065BAA 0%, #002071 100%);
   box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.11);
   border-radius: 50px 0 50px 0; }
 
 @media only screen and (min-width: 600px) {
   .global-site-culture .corporate-responsibility {
     margin: 50px -15px;
     padding: 100px 15px 75px 15px; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site-culture .corporate-responsibility {
     margin: 50px -15px;
     padding: 100px 15px 75px 15px; } }
 
 .global-site-culture .corporate-responsibility hr {
   border-width: 2px;
   width: 80%;
   margin: 30px auto; }
 
 .global-site-culture .corporate-responsibility .ml-md-5, .global-site-culture .corporate-responsibility .mx-md-5 {
   margin-left: 1rem !important; }
 
 .global-site-culture .corporate-responsibility .box-line {
   margin-bottom: 25px;
   padding: 0 20px;
   color: #fff;
   border: 0; }
 
 @media only screen and (min-width: 768px) {
   .global-site-culture .corporate-responsibility .box-line {
     padding: 40px 25px;
     border: 1px solid #fff; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site-culture .corporate-responsibility .box-line {
     padding: 40px 52px; } }
 
 .global-site-culture .corporate-responsibility .box-line > p {
   font-size: 2rem;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: normal;
   line-height: 1.1; }
 
 .global-site-culture .corporate-responsibility .box-line > p:first-child {
   margin-bottom: 30px; }
 
 @media only screen and (min-width: 600px) {
   .global-site-culture .corporate-responsibility .box-line > p {
     font-size: 2rem; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site-culture .corporate-responsibility .box-line > p {
     font-size: 2rem; } }
 
 .global-site-culture .corporate-responsibility .media {
   flex-direction: row;
   margin-bottom: 15px; }
 
 @media only screen and (min-width: 600px) {
   .global-site-culture .corporate-responsibility .media {
     flex-direction: row;
     margin-bottom: 25px; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site-culture .corporate-responsibility .media {
     flex-direction: row;
     margin-bottom: 25px; } }
 
 .global-site-culture .corporate-responsibility .media > img {
   width: 67px;
   height: 79px; }
 
 @media only screen and (min-width: 600px) {
   .global-site-culture .corporate-responsibility .media > img {
     width: 67px;
     height: 79px; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site-culture .corporate-responsibility .media > img {
     width: 95px;
     height: 113px; } }
 
 .global-site-culture .corporate-responsibility .media-body {
   color: #fff; }
 
 .global-site-culture .corporate-responsibility .media-body h5 {
   margin-bottom: 5px;
   font-size: 1.75rem;
   font-weight: bold;
   text-transform: uppercase; }
 
 @media only screen and (min-width: 600px) {
   .global-site-culture .corporate-responsibility .media-body h5 {
     margin-bottom: 15px;
     font-size: 2.375rem; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site-culture .corporate-responsibility .media-body h5 {
     margin-bottom: 15px;
     font-size: 2.375rem; } }
 
 .global-site-culture .corporate-responsibility .media-body p {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.125rem; }
 
 @media only screen and (min-width: 600px) {
   .global-site-culture .corporate-responsibility .media-body p {
     font-size: 1.25rem; } }
 
 @media only screen and (min-width: 1024px) {
   .global-site-culture .corporate-responsibility .media-body p {
     font-size: 1.25rem; } }
 
 .global-site-culture .corporate-responsibility .pill-cta {
   padding: 20px 30px 20px 20px;
   font-size: 1.5rem;
   line-height: 1.2; }
 
 @media (max-width: 991.98px) {
   .global-site-culture .corporate-responsibility .pill-cta {
     margin: 0 0 25px;
     padding: 20px 40px 20px 20px; } }
 
 .global-site-culture .join-us {
   padding: 5px 0 10px 0; }
 
 .global-site-culture .join-us .join-us-content {
   border: 1px solid #1b365d;
   padding: 40px 52px; }
 
 .global-site-culture .join-us h2 {
   margin: 20px auto 50px auto;
   text-transform: uppercase;
   text-align: center; }
 
 .global-site-culture .join-us .crosslink-box {
   border-radius: 10px;
   color: #1b365d;
   padding: 30px 40px; }
 
 .global-site-culture .join-us .crosslink-box .stretched-link:before {
   background: url("/web/20240823070942im_/https://www.regeneron.com/Content/images/navy-arrow.svg") 0 0 no-repeat; }
 
 .global-site-culture .join-us .crosslink-box > a {
   font-family: "Roboto Condensed", sans-serif;
   font-size: 1.5rem;
   gap: 15px; }
 
 @media (max-width: 767.98px) {
   .global-site-culture .join-us {
     margin: 0 -10px; }
   .global-site-culture .join-us .crosslink-box {
     padding: 20px; }
   .global-site-culture .join-us .crosslink-box > a {
     gap: 7px; } }
 
 /*------------------------------------
   #ACCESSIBILITY STATEMENT
 ------------------------------------*/
 .page-accessibility h2 {
   font-size: 1.75rem;
   font-weight: 700;
   margin: .8rem 0;
   text-transform: uppercase;
   letter-spacing: 0.3125rem; }
 
 .page-accessibility h5 {
   margin-bottom: 15px; }
 
 .page-accessibility .hero-head h3 {
   line-height: 50px;
   font-size: 2.5rem;
   font-weight: 400;
   margin-top: 40px;
   margin-bottom: 40px;
   letter-spacing: 0.3125rem;
   text-transform: uppercase; }
 
 .page-accessibility p {
   font-size: 0.875rem;
   line-height: 1.125rem; }
 
 .page-accessibility ul.terms-bullet li {
   margin-bottom: 1rem;
   font-size: 0.875rem;
   line-height: 1.125rem;
   padding-left: 20px; }
 
 .page-accessibility ul.terms-bullet li:before {
   top: 3px;
   left: 0;
   width: 10px;
   height: 10px; }
 
 /*------------------------------------
   #ACCESSIBILITY OVERRIDES
 ------------------------------------*/
 .link-focus {
   outline: 4px solid rgba(255, 193, 7, 0.9); }
 
 .a11y-bc {
   width: 100%;
   margin-bottom: 15px;
   margin: 0 auto 15px auto; }
 
 @media (min-width: 768px) {
   .a11y-bc {
     margin-bottom: inherit; } }
 
 .a11y-bc ol {
   display: flex;
   justify-content: center;
   list-style: none;
   padding: 0; }
 
 @media (min-width: 768px) {
   .a11y-bc ol {
     width: 100%; } }
 
 .a11y-bc ol li:nth-of-type(1) > .prescribe-link-arrow.p-15 {
   padding: 0 6px 0 0; }
 
 .a11y-bc ol li:nth-of-type(2) {
   display: flex;
   align-items: center;
   justify-content: center; }
 
 .a11y-bc ol li:nth-of-type(3) {
   text-align: inherit; }
 
 @media (min-width: 768px) {
   .a11y-bc ol li:nth-of-type(3) {
     text-align: left; } }
 
 .a11y-bc.b-crumbs {
   display: flex;
   align-items: center;
   justify-content: center;
   color: #065BAA;
   font-size: 0.9375rem;
   letter-spacing: -0.01em;
   text-transform: uppercase; }
 
 .a11y-bc.b-crumbs .active {
   text-decoration: none !important;
   pointer-events: none;
   box-shadow: none !important; }
 
 .a11y-bc.b-crumbs a.lead-link {
   box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }
 
 .fi:has(a:focus-visible) {
   outline: 4px solid rgba(255, 193, 7, 0.9); }
 
 .crosslink_neo .pod:hover, .crosslink_neo a.pod.underline, .crosslink_neo .page-terms-of-use #main-content a.pod, .page-terms-of-use #main-content .crosslink_neo a.pod, .crosslink_neo .page-social-media-terms #main-content a.pod, .page-social-media-terms #main-content .crosslink_neo a.pod {
   text-decoration: none;
   box-shadow: none; }
 
 .crosslink_neo .pod:hover > .header-label, .crosslink_neo a.pod.underline > .header-label, .crosslink_neo .page-terms-of-use #main-content a.pod > .header-label, .page-terms-of-use #main-content .crosslink_neo a.pod > .header-label, .crosslink_neo .page-social-media-terms #main-content a.pod > .header-label, .page-social-media-terms #main-content .crosslink_neo a.pod > .header-label {
   text-decoration: underline; }
 
 .page-regeneron-genetics-center .blog-cta .cta-frame .cta-btn:focus-visible {
   outline-offset: 1px;
   outline: 4px solid rgba(0, 103, 244, 0.5); }
 
 a.default {
   color: #065baa !important;
   font-style: normal !important;
   font-weight: normal !important;
   text-decoration: underline;
   text-decoration-thickness: 1px;
   text-decoration-color: #065baa;
   text-underline-offset: 3px;
   text-decoration-skip-ink: auto;
   box-shadow: none !important; }
 
 a.default:hover, a.default.underline, .page-terms-of-use #main-content a.default, .page-social-media-terms #main-content a.default {
   color: #065baa;
   text-decoration: none !important;
   transition: all .3s ease-out;
   box-shadow: none !important; }
 
 .page-content a.default:hover, .page-content a.default.underline, .page-content .page-terms-of-use #main-content a.default, .page-terms-of-use #main-content .page-content a.default, .page-content .page-social-media-terms #main-content a.default, .page-social-media-terms #main-content .page-content a.default {
   box-shadow: none; }
 
 a.default-link {
   color: #065baa !important;
   font-style: normal !important;
   font-weight: normal !important;
   text-decoration: underline;
   text-decoration-thickness: 1px;
   text-decoration-color: #065baa;
   text-underline-offset: 3px;
   text-decoration-skip-ink: auto;
   box-shadow: none !important; }
 
 a.default-link:hover, a.default-link.underline, .page-terms-of-use #main-content a.default-link, .page-social-media-terms #main-content a.default-link {
   color: #065baa;
   text-decoration: none !important;
   transition: all .3s ease-out;
   box-shadow: none !important; }
 
 a.cta-btn, a.btn-link {
   box-shadow: none; }
 
 a:hover, a.underline, .page-terms-of-use #main-content a, .page-social-media-terms #main-content a {
   text-decoration-color: red; }
 
 
 /*
      FILE ARCHIVED ON 07:09:42 Aug 23, 2024 AND RETRIEVED FROM THE
      INTERNET ARCHIVE ON 06:21:21 Jan 15, 2025.
      JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
 
      ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
      SECTION 108(a)(3)).
 */
 /*
 playback timings (ms):
   captures_list: 0.493
   exclusion.robots: 0.017
   exclusion.robots.policy: 0.008
   esindex: 0.011
   cdx.remote: 8.305
   LoadShardBlock: 310.621 (3)
   PetaboxLoader3.datanode: 132.15 (4)
   PetaboxLoader3.resolve: 327.109 (2)
   load_resource: 227.422
 */