/****************************************************
*					WEBSITE FONTS					*
****************************************************/
/****************************************************
*					BASE COLORS						*
****************************************************/
/* Overrides for specific websites
$h1-title-color             : $black;
$h2-title-color             : $black;
$h3-title-color             : $black;
$h4-title-color             : $black;
$eyebrow-color              : $primary-300;
 */
/****************************************************
*					ALERT COLORS					*
****************************************************/
/* Reference for this calculation on https://css-tricks.com/programming-sass-to-create-accessible-color-combinations/ */
/*------------------- Grid resolutions -------------------*/
/*------------------- Sizes mixins -------------------*/
/*-------------------------------------Margins-------------------------------------*/
/* Buttons - elements/_buttons.scss */
/* Cards - elements/d3-card.scss */
/* Images on content sections - elements/d3-content-section.scss */
/* Images on media detail - elements/_d3-media-detail.scss */
/* Images on Testimonials - components/d3-testimonial.scss */
/* Images on Image Text - components/d3-image-text.scss */
/* Form inputs - elements/_forms.scss */
/* Form inputs - elements/_forms.scss */
/* Tables - elements/d3-table.scss, elements/_cookie-warning.scss */
/* Popups - elements/_cookie-warning.scss */
/* Accordions - elements/d3-accordion.scss */
/* Videoplayer - elements/d3-video-player.scss, elements/_d3-webinar-detail.scss */
/* Podcast player - elements/d3-podcast.scss */
/* Feature block - elements/d3-feature-block.scss */
/* Define a single size for all image-related border-radii */
/* Define a single size for all border-radii */
/********* REUSABLE TEXT STYLES ************/
/*------------------- Mixins  -------------------*/
/*------------------- Functions  -------------------*/
/*-------------------------------------Others-------------------------------------*/
/* ---------- Color and fonts replace ---------- */
/* General variables */
:root {
  --grey-100: #5e5e5e;
  --primary-100: #001f4f;
  --secondary-100: #51766e;
  --tertiary-100: #7f651b;
  --grey-200: #919191;
  --primary-200: #002969;
  --secondary-200: #6fa298;
  --tertiary-200: #aa8724;
  --grey-300: #ababab;
  --primary-300: #003383;
  --secondary-300: #8bcbbe;
  --tertiary-300: #d4a92d;
  --grey-400: #c4c4c4;
  --primary-400: #335c9c;
  --secondary-400: #a2d5cb;
  --tertiary-400: #ddba57;
  --grey-500: #dedede;
  --primary-500: #6685b5;
  --secondary-500: #b9e0d8;
  --tertiary-500: #e5cb81;
  --grey-600: #f7f7f7;
  --primary-600: #d4e4f4;
  --secondary-600: #e8f5f2;
  --tertiary-600: #f6eed5;
  --d3-black: #020304;
  --grifols-blue: #003383;
  --d3-font-body: OpenSans;
  --d3-font-title: Montserrat;
  --d3-page-bg: #fdfdff;
  --d3-radius-lg: 24px;
  --d3-radius-md: 16px;
  --d3-radius-none: 0px;
  --d3-radius-pill: 80px;
  --d3-radius-sm: 8px;
  --d3-radius-xl: 32px;
  --d3-radius-xs: 4px;
  --d3-utility-black: #020304;
  --d3-utility-white: #fdfdff;
  --d3-white: #fdfdff; }

body #wrapper .d3-numbers {
  padding-bottom: 56px;
  padding-top: 56px; }
  @media only screen and (min-width: 1008px) {
    body #wrapper .d3-numbers {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1008px) {
    body #wrapper .d3-numbers {
      padding-top: 80px; } }
  body #wrapper .d3-numbers .text-content + .figures-section {
    padding-top: 56px; }
    @media only screen and (min-width: 1008px) {
      body #wrapper .d3-numbers .text-content + .figures-section {
        padding-top: 80px; } }
  body #wrapper .d3-numbers .figures-section {
    justify-content: center;
    row-gap: 40px; }
    body #wrapper .d3-numbers .figures-section .figure-column {
      align-items: center;
      display: flex;
      flex-flow: column; }
      body #wrapper .d3-numbers .figures-section .figure-column .top-icon .circle {
        height: 64px;
        width: 64px; }
      body #wrapper .d3-numbers .figures-section .figure-column .text-lg + .text-sm {
        margin-top: 8px; }

body #wrapper #content .d3-numbers .d3-introduction + .figures-section {
  margin-top: 0; }

/*# sourceMappingURL=d3-numbers.css.map */