@charset "UTF-8";
/**
 * Basic
 * Styles for all pages, included on pages that
 * both do and dont cut the mustard, keep to a minimum
 */
/**
 * Abstracts
 * Sass tools, helper files, variables, functions, mixins and other config files
 * These files don’t output any CSS when compiled
 */
/**
 * Abstracts
 * Sass tools, helper files, variables, functions, mixins and other config files
 * These files don’t output any CSS when compiled
 */
/**
 * Breakpoints
 * Shared media query values
 */
/**
 * Colors
 * Maps for color values & greyscale settings
 *
 */
/**
 * Shared colors
 * Applicable to all brands and not to be overwritten
 *
 */
/**
 * Typography
 * Font settings
 */
/**
 *  Button settings
 *  Default
 *
 */
/**
 * Return a greyscale color based on $context--greyscale-base
 *
 * @param {Integer} $val - lightness value between $context--greyscale-min and $context--greyscale-max
 * @param {Float} $opacity - opacity value between 0.1 and 1, to one decimal place
 *
 */
/**
 * Return a color from a color palette
 *
 * @param {String} $name - name of the color to insert
 * @param {Arglist} $keys - 0 to 2 paramaters defining map and opacity
 *
 */
/**
 * Returns either a dark or light foreground color when given the background color
 *
 * @param {Integer|String} $bgcolor - number for grays, string for colors
 * @param {Map} $map - the color map to use
 *
 */
/**
 * Calculates the sRGB luma of a colour
 * @private
 *
 * @param {*} $c - Color value
 *
 * https://lnikki.la/articles/sass-better-colour-based-on-brightness/
 * http://robots.thoughtbot.com/closer-look-color-lightness
 *
 */
/**
 * Style
 * Cosmetic styling settings
 *
 */
/**
 * Return a greyscale color based on $context--greyscale-base
 *
 * @param {Integer} $val - lightness value between $context--greyscale-min and $context--greyscale-max
 * @param {Float} $opacity - opacity value between 0.1 and 1, to one decimal place
 *
 */
/**
 * Return a color from a color palette
 *
 * @param {String} $name - name of the color to insert
 * @param {Arglist} $keys - 0 to 2 paramaters defining map and opacity
 *
 */
/**
 * Returns either a dark or light foreground color when given the background color
 *
 * @param {Integer|String} $bgcolor - number for grays, string for colors
 * @param {Map} $map - the color map to use
 *
 */
/**
 * Calculates the sRGB luma of a colour
 * @private
 *
 * @param {*} $c - Color value
 *
 * https://lnikki.la/articles/sass-better-colour-based-on-brightness/
 * http://robots.thoughtbot.com/closer-look-color-lightness
 *
 */
/**
 * Return a greyscale color based on $context--greyscale-base
 *
 * @param {Integer} $val - lightness value between $context--greyscale-min and $context--greyscale-max
 * @param {Float} $opacity - opacity value between 0.1 and 1, to one decimal place
 *
 */
/**
 * Return a color from a color palette
 *
 * @param {String} $name - name of the color to insert
 * @param {Arglist} $keys - 0 to 2 paramaters defining map and opacity
 *
 */
/**
 * Returns either a dark or light foreground color when given the background color
 *
 * @param {Integer|String} $bgcolor - number for grays, string for colors
 * @param {Map} $map - the color map to use
 *
 */
/**
 * Calculates the sRGB luma of a colour
 * @private
 *
 * @param {*} $c - Color value
 *
 * https://lnikki.la/articles/sass-better-colour-based-on-brightness/
 * http://robots.thoughtbot.com/closer-look-color-lightness
 *
 */
/**
 * Map deep get
 * @author Hugo Giraudel
 * @private
 *
 * @param {Map} $map - Map
 * @param {Arglist} $keys - Key chain
 * @return {*} - Desired value
 *
 */
/**
 * Map key get
 * Check if a key exists in a map, return it
 * @private
 *
 * @param {Map} $map - Map
 * @param {String} $value - Key name
 * @return {*} - Key name, if found
 *
 */
/**
 * Style mixins
 *
 */
/**
 * Breakpoints
 * Media query helper
 * @group 30-mixins
 */
.u-h1, h1 {
  font-size: 2rem;
  font-weight: 700;
}

.u-h2, h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.u-h3, .eds-c-card__title, h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.u-h4, .eds-c-card__title--small, h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
}

/**
 * Breakpoints
 * Shared media query values
 */
/**
 * Colors
 * Maps for color values & greyscale settings
 */
/**
 * Typography
 * Font settings
 */
/**
 *  @springernature/global-button
 *  Button settings
 *
 */
/**
 * Button Themes
 * Variables to set themes styles
 *
 */
/**
 * Default link style
 *
 */
/**
 * Link Text
 */
.u-h1, h1 {
  font-weight: 300;
  font-size: 2.188rem;
  font-size: min(max(1.5rem, 4vw), 2.188rem);
  font-family: "Merriweather", serif;
  line-height: min(max(2rem, 4vw), 2.625rem);
}

.u-h2, h2 {
  font-weight: 400;
  font-size: min(max(1.25rem, 4vw), 1.5rem);
  font-family: "Merriweather", serif;
  line-height: min(max(1.75rem, 4vw), 2rem);
}

.u-h3, .eds-c-card__title, h3 {
  font-weight: 700;
  font-size: min(max(1.125rem, 4vw), 1.25rem);
  font-family: "Merriweather", serif;
  line-height: min(max(1.5rem, 4vw), 1.75rem);
}

.u-h4, .eds-c-card__title--small, h4 {
  font-weight: 700;
  font-size: min(max(1.125rem, 4vw), 1.125rem);
  font-family: "Merriweather", serif;
  line-height: min(max(1.5rem, 4vw), 1.5rem);
}

h5 {
  font-weight: 700;
  font-size: min(max(1rem, 4vw), 1rem);
  font-family: "Merriweather", serif;
  line-height: min(max(1.375rem, 4vw), 1.375rem);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  line-height: 1.5;
}

button {
  cursor: pointer;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/**
 * Basic
 * Some default CSS styles
 */
body {
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #025e8d;
}

/**
 * Enhanced
 * Bootstrap the rest of the styles on cut the mustard
 */
/**
 * Abstracts
 * Sass tools, helper files, variables, functions, mixins and other config files
 * These files don’t output any CSS when compiled
 */
/**
 * Abstracts
 * Sass tools, helper files, variables, functions, mixins and other config files
 * These files don’t output any CSS when compiled
 */
/**
 * Breakpoints
 * Shared media query values
 */
/**
 * Colors
 * Maps for color values & greyscale settings
 *
 */
/**
 * Shared colors
 * Applicable to all brands and not to be overwritten
 *
 */
/**
 * Typography
 * Font settings
 */
/**
 *  Button settings
 *  Default
 *
 */
/**
 * Return a greyscale color based on $context--greyscale-base
 *
 * @param {Integer} $val - lightness value between $context--greyscale-min and $context--greyscale-max
 * @param {Float} $opacity - opacity value between 0.1 and 1, to one decimal place
 *
 */
/**
 * Return a color from a color palette
 *
 * @param {String} $name - name of the color to insert
 * @param {Arglist} $keys - 0 to 2 paramaters defining map and opacity
 *
 */
/**
 * Returns either a dark or light foreground color when given the background color
 *
 * @param {Integer|String} $bgcolor - number for grays, string for colors
 * @param {Map} $map - the color map to use
 *
 */
/**
 * Calculates the sRGB luma of a colour
 * @private
 *
 * @param {*} $c - Color value
 *
 * https://lnikki.la/articles/sass-better-colour-based-on-brightness/
 * http://robots.thoughtbot.com/closer-look-color-lightness
 *
 */
/**
 * Style
 * Cosmetic styling settings
 *
 */
/**
 * Return a greyscale color based on $context--greyscale-base
 *
 * @param {Integer} $val - lightness value between $context--greyscale-min and $context--greyscale-max
 * @param {Float} $opacity - opacity value between 0.1 and 1, to one decimal place
 *
 */
/**
 * Return a color from a color palette
 *
 * @param {String} $name - name of the color to insert
 * @param {Arglist} $keys - 0 to 2 paramaters defining map and opacity
 *
 */
/**
 * Returns either a dark or light foreground color when given the background color
 *
 * @param {Integer|String} $bgcolor - number for grays, string for colors
 * @param {Map} $map - the color map to use
 *
 */
/**
 * Calculates the sRGB luma of a colour
 * @private
 *
 * @param {*} $c - Color value
 *
 * https://lnikki.la/articles/sass-better-colour-based-on-brightness/
 * http://robots.thoughtbot.com/closer-look-color-lightness
 *
 */
/**
 * Return a greyscale color based on $context--greyscale-base
 *
 * @param {Integer} $val - lightness value between $context--greyscale-min and $context--greyscale-max
 * @param {Float} $opacity - opacity value between 0.1 and 1, to one decimal place
 *
 */
/**
 * Return a color from a color palette
 *
 * @param {String} $name - name of the color to insert
 * @param {Arglist} $keys - 0 to 2 paramaters defining map and opacity
 *
 */
/**
 * Returns either a dark or light foreground color when given the background color
 *
 * @param {Integer|String} $bgcolor - number for grays, string for colors
 * @param {Map} $map - the color map to use
 *
 */
/**
 * Calculates the sRGB luma of a colour
 * @private
 *
 * @param {*} $c - Color value
 *
 * https://lnikki.la/articles/sass-better-colour-based-on-brightness/
 * http://robots.thoughtbot.com/closer-look-color-lightness
 *
 */
/**
 * Map deep get
 * @author Hugo Giraudel
 * @private
 *
 * @param {Map} $map - Map
 * @param {Arglist} $keys - Key chain
 * @return {*} - Desired value
 *
 */
/**
 * Map key get
 * Check if a key exists in a map, return it
 * @private
 *
 * @param {Map} $map - Map
 * @param {String} $value - Key name
 * @return {*} - Key name, if found
 *
 */
/**
 * Style mixins
 *
 */
/**
 * Breakpoints
 * Media query helper
 * @group 30-mixins
 */
.u-h1, h1 {
  font-size: 2rem;
  font-weight: 700;
}

.u-h2, h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.u-h3, .eds-c-card__title, h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.u-h4, .eds-c-card__title--small, h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
}

/**
 * Breakpoints
 * Shared media query values
 */
/**
 * Colors
 * Maps for color values & greyscale settings
 */
/**
 * Typography
 * Font settings
 */
/**
 *  @springernature/global-button
 *  Button settings
 *
 */
/**
 * Button Themes
 * Variables to set themes styles
 *
 */
/**
 * Default link style
 *
 */
/**
 * Link Text
 */
.u-h1, h1 {
  font-weight: 300;
  font-size: 2.188rem;
  font-size: min(max(1.5rem, 4vw), 2.188rem);
  font-family: "Merriweather", serif;
  line-height: min(max(2rem, 4vw), 2.625rem);
}

.u-h2, h2 {
  font-weight: 400;
  font-size: min(max(1.25rem, 4vw), 1.5rem);
  font-family: "Merriweather", serif;
  line-height: min(max(1.75rem, 4vw), 2rem);
}

.u-h3, .eds-c-card__title, h3 {
  font-weight: 700;
  font-size: min(max(1.125rem, 4vw), 1.25rem);
  font-family: "Merriweather", serif;
  line-height: min(max(1.5rem, 4vw), 1.75rem);
}

.u-h4, .eds-c-card__title--small, h4 {
  font-weight: 700;
  font-size: min(max(1.125rem, 4vw), 1.125rem);
  font-family: "Merriweather", serif;
  line-height: min(max(1.5rem, 4vw), 1.5rem);
}

h5 {
  font-weight: 700;
  font-size: min(max(1rem, 4vw), 1rem);
  font-family: "Merriweather", serif;
  line-height: min(max(1.375rem, 4vw), 1.375rem);
}

/*
 * Headings
 */
/**
 * Layout
 * Universal layout styles
 */
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 100%;
}

body {
  min-height: 100%;
  font-size: 1em;
  line-height: 1.875;
  color: #222222;
  background: #f8f8f8;
  letter-spacing: 0.01em;
}

html {
  box-sizing: border-box;
}

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

abbr[title] {
  text-decoration: none;
}

a {
  color: #025e8d;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
a.visited, a:visited {
  color: #a345c9;
}
a.hover, a:hover {
  color: #01324b;
}
a.active, a:active {
  color: #222222;
}
a.focus, a:focus {
  outline: 4px solid #ffcc00;
}

table {
  font-size: 1rem;
  line-height: 1.875;
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin-bottom: 32px;
}

th,
td {
  padding: 8px;
  vertical-align: top;
}

th {
  text-align: left;
  border-bottom: 3px solid #01324b;
}

td {
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid #dadada;
}

/**
 * Forms
 * Default form styles
 */
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus,
[contenteditable]:focus {
  outline: 3px solid #ffcc00;
}

input[type=file]:focus-within {
  outline: 3px solid #ffcc00;
}

.u-container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 16px;
}

/**
 *  @springernature/global-button
 *  Button settings
 *
 */
/**
 * Button Themes
 * Variables to set themes styles
 *
 */
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Variable.woff2") format("woff2 supports variations"), url("../fonts/Merriweather-Variable.woff2") format("woff2-variations");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather Sans";
  src: url("../fonts/MerriweatherSans-Variable.woff2") format("woff2 supports variations"), url("../fonts/MerriweatherSans-Variable.woff2") format("woff2-variations");
  font-weight: 400 700;
  font-display: swap;
}
/**
 * @springernature/global-footer
 * Default skin settings
 *
 */
.c-footer {
  background-color: #01324b;
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #fff;
  line-height: 1.15;
}

.c-footer__container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
}
@media print {
  .c-footer__container {
    display: none;
  }
}

.c-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  line-height: 2;
}
.c-footer__links > li {
  display: inline;
}
.c-footer__links li:not(:last-child) {
  margin-right: 24px;
}

.c-footer__legal {
  color: #fff;
  font-size: 1rem;
  margin-top: 4px;
  margin-bottom: 0px;
}

.c-footer__link {
  color: inherit;
  white-space: nowrap;
}
.c-footer__link.visited, .c-footer__link:visited {
  color: inherit;
}
.c-footer__link.hover, .c-footer__link:hover {
  color: inherit;
}
.c-footer__link:focus {
  outline: 4px solid #fc0;
}
.c-footer__link > img {
  vertical-align: middle;
}

button.c-footer__link {
  text-decoration: underline;
  border: none;
  padding: 0;
  background: none;
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-footer__grid {
  display: flex;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .c-footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}

.c-footer__group {
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .c-footer__group {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@supports (display: grid) {
  .c-footer__group {
    padding-right: 0;
    max-width: none;
    margin-bottom: 0;
  }
}

.c-footer__group--separator {
  border-bottom: 2px solid #fff;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.c-footer__heading {
  color: #fff;
  margin-bottom: 16px;
  font-weight: bold;
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-footer__heading--visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -100%;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.c-footer__item:not(:last-child) {
  margin-bottom: 16px;
}

.c-forms__label,
.c-forms__hint,
.c-forms__error,
.c-forms__legend {
  display: block;
}

.c-forms__hint,
.c-forms__error {
  font-weight: normal;
}

.c-forms__input-container {
  position: relative;
}

.c-forms__fieldset,
.c-forms__error-summary,
.c-forms__field,
.c-forms__field * {
  line-height: 1.4;
}

.c-forms__field,
.c-forms__error-summary {
  font-size: 1rem;
}

.c-forms__field small {
  font-size: inherit;
}

.c-forms__fieldset,
.c-forms__legend {
  padding: 0;
  border: 0;
}

.c-forms__error-summary,
.c-forms__input-container,
.c-forms__field {
  max-width: 70ch;
}

.c-forms__inline-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--global-form-inline-gap, 0.5rem);
}

.c-forms__inline-fields--nowrap {
  flex-wrap: nowrap;
}

.c-forms__inline-fields .c-forms__field--globalFormText {
  /* ↓ Make it max out the available space with a super high value */
  flex-grow: 666;
}

.c-forms__inline-fields .c-forms__input {
  height: 100%;
}

.c-forms__pictographic-radios {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
}

@media only screen and (min-width: 480px) {
  .c-forms__pictographic-radios {
    flex-direction: row;
  }
  .c-forms__pictographic-radios .c-forms__label + .c-forms__label {
    margin-top: 0;
  }
}
* + .c-forms__error-summary,
* + .c-forms__fieldset,
* + .c-forms__field {
  margin-top: 1.5rem;
}

.c-forms__inline-fields * {
  margin: 0;
}

.c-forms__field .u-visually-hidden + * {
  margin-top: 0;
}

.c-forms__legend * {
  margin: 0;
}

.c-forms__input {
  box-sizing: border-box;
  border: 1px solid;
  color: #000000;
  width: 100%;
  padding: 0.5rem 0.5rem;
  background-color: #ffffff;
  font-weight: 400;
}

* + .c-forms__input,
* + .c-forms__input-container {
  margin-top: 0.25rem;
}

.c-forms__input:focus {
  outline: 3px solid #0088cc;
}

.c-forms__input[invalid] {
  border-color: #c40606;
  border-width: 2px;
}

.c-forms__input[disabled] {
  cursor: not-allowed;
  border-color: #dadada;
}

.c-forms__label {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  padding: 0;
}

.c-forms__label + .c-forms__label {
  margin-top: 0.25rem;
}

.c-forms__hint {
  font-weight: 400;
  margin-top: 0.25rem;
  color: #666666;
}

.c-forms__error {
  color: #c40606;
  display: flex;
  align-items: flex-start;
}

label + .c-forms__error,
.c-forms__error + label {
  margin-top: 0.25rem;
}

.c-forms__error .c-forms__icon {
  color: #c40606;
}

.c-forms__icon svg {
  height: 1rem;
  width: 1rem;
  vertical-align: calc((0.5rem / 8) * -1);
  overflow: visible;
  pointer-events: none;
}

.c-forms__input--select {
  cursor: pointer;
  appearance: none;
  padding-right: 1.5rem;
}

.c-forms__input-container--select .c-forms__icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.c-forms__input--radio,
.c-forms__input--checkbox,
.c-form__label--visually-hidden {
  /* hide visually, not to assistive tech */
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-forms__label--inline {
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
}

.c-forms__label--inline::before {
  content: "";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  border: 2px solid #999999;
  margin-right: 0.5rem;
}

.c-forms__label--pictographic-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  cursor: pointer;
}

@media only screen and (min-width: 480px) {
  .c-forms__label--pictographic-radio {
    flex-direction: column;
    justify-content: space-between;
  }
}
.c-forms__label--pictographic-radio svg {
  box-sizing: content-box;
  flex: 0 0 auto;
  width: var(--forms--pictographic-radio-icon-size, 4rem);
  height: var(--forms--pictographic-radio-icon-size, 4rem);
  fill: #ffffff;
  stroke: #01324b;
  background-color: #ffffff;
}

:checked + .c-forms__label--pictographic-radio svg {
  fill: #01324b;
  background-color: #01324b;
  stroke: #ffffff;
}

.c-forms__label--boxed-icon svg {
  padding: 0.5rem;
  border: 2px solid #999999;
}

:checked + .c-forms__label--boxed-icon svg {
  border-color: #ffffff;
}

:focus + .c-forms__label--pictographic-radio svg,
.c-forms__label--pictographic-radio:hover svg {
  box-shadow: 0 0 0 3px #0088cc;
}

:checked + .c-forms__label--inline::before {
  border-color: #01324b;
}

:focus + .c-forms__label--inline::before {
  box-shadow: 0 0 0 3px #0088cc;
}

.c-forms__label--radio::before {
  border-radius: 50%;
}

.c-forms__label--checkbox::before {
  border-radius: 0.125em;
}

[invalid] + .c-forms__label--checkbox::before {
  border-color: #c40606;
}

:checked + .c-forms__label--radio::before {
  background: radial-gradient(#01324b 0%, #01324b 40%, #fff 40%);
}

:checked + .c-forms__label--checkbox::before {
  background-color: #01324b;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" stroke-width="3" stroke="white" stroke-linejoin="round" fill="none" stroke-linecap="round" viewBox="0 0 20 20"><path d="M4.5,11 10,15 16,5"></path></svg>');
  border-color: #01324b;
  background-size: 100%;
  background-repeat: none;
  background-position: center;
}

.c-forms__sub-fields {
  margin-top: 0.25rem;
  margin-left: calc(1.5rem / 4);
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  display: none;
}

.c-forms__sub-fields::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(1.5rem / 2);
  background-color: #dadada;
  border-radius: 4px;
}

:checked ~ .c-forms__sub-fields {
  display: block;
}

.c-forms__error-summary {
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  color: #c40606;
  border: 1px solid #dadada;
  border-bottom: 4px solid #c40606;
}

.c-forms__error-summary .c-forms__icon svg {
  width: 2rem;
  height: 2rem;
}

.c-forms__error-summary-errors {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
  list-style: none;
}

.c-forms__error-summary-errors a {
  color: inherit;
  text-decoration: underline;
}

.c-forms__error-summary-title {
  color: initial;
  font-weight: bold;
}

.c-forms__error-summary-errors li + li {
  margin-top: 0.25rem;
}

.c-header {
  position: relative;
  background-color: #fff;
  box-sizing: content-box;
  color: #7d7d7d;
  min-height: 40px;
  border-bottom: 5px solid #3c9cd7;
  padding: 0 0 20px;
  width: 100%;
  top: 0;
}

.c-header__inner {
  max-width: 1184px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

.c-header__logo-link {
  text-decoration: none;
  font-size: 1.5625rem;
}

.c-header__site-logo {
  width: 123px;
  height: 35px;
  margin: 0 30px 10px 0;
}

.c-header__journal-logo {
  margin-bottom: 10px;
  max-width: 323px;
}

.c-header__journal-title {
  line-height: 2.875rem;
  font-size: 0.9375rem;
  color: #222222;
}

.c-header__journal-title--hide {
  display: none;
}

.c-header__content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-header__content {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .c-header__content {
    width: calc(100% - 64px);
    margin-left: 32px;
  }
}

.c-header__site-logo {
  padding-right: 20px;
}
@media only screen and (min-width: 876px) {
  .c-header__site-logo {
    width: 158px;
    height: 45px;
  }
}

.c-header__journal-logo {
  width: auto;
  height: auto;
  min-width: 130px;
  max-width: 100%;
  height: 24px;
}
@media only screen and (min-width: 876px) {
  .c-header__journal-logo {
    max-width: 65%;
  }
}

@media only screen and (min-width: 876px) {
  .c-header__site-logo.with-journal-logo {
    border-right: 2px solid #222222;
  }
}

.c-header__content-block {
  display: flex;
  flex-wrap: wrap;
}

.c-header__logo-link {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 55%;
}
@media only screen and (min-width: 768px) {
  .c-header__logo-link {
    flex-basis: 65%;
  }
}
@media only screen and (min-width: 768px) {
  .js .c-header__logo-link {
    flex-basis: 75%;
  }
}

.c-header__journal-title {
  font-family: "Merriweather", serif;
}
@media only screen and (min-width: 876px) {
  .c-header__journal-title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .c-header__journal-title {
    font-size: 1.6875rem;
  }
}

/**
* @springernature/elements/forms
* Default skin settings
*
*/
.c-forms__label,
.c-forms__hint,
.c-forms__error,
.c-forms__legend {
  display: block;
}

.c-forms__hint,
.c-forms__error {
  font-weight: normal;
}

.c-forms__input-container {
  position: relative;
}

.c-forms__fieldset,
.c-forms__error-summary,
.c-forms__field,
.c-forms__field * {
  line-height: 1.4;
}

.c-forms__field,
.c-forms__error-summary {
  font-size: 1rem;
}

.c-forms__field small {
  font-size: inherit;
}

.c-forms__fieldset,
.c-forms__legend {
  padding: 0;
  border: 0;
}

.c-forms__error-summary,
.c-forms__input-container,
.c-forms__field {
  max-width: 70ch;
}

.c-forms__inline-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--form-inline-gap, 0.5rem);
}

.c-forms__inline-fields--nowrap {
  flex-wrap: nowrap;
}

.c-forms__inline-fields .c-forms__field--formText {
  /* ↓ Make it max out the available space with a super high value */
  flex-grow: 666;
}

.c-forms__inline-fields .c-forms__input {
  height: 100%;
}

.c-forms__pictographic-radios {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
}

@media only screen and (min-width: 480px) {
  .c-forms__pictographic-radios {
    flex-direction: row;
  }
  .c-forms__pictographic-radios .c-forms__label + .c-forms__label {
    margin-top: 0;
  }
}
* + .c-forms__error-summary,
* + .c-forms__fieldset,
* + .c-forms__field {
  margin-top: 1.5rem;
}

.c-forms__inline-fields * {
  margin: 0;
}

.c-forms__field .u-visually-hidden + * {
  margin-top: 0;
}

.c-forms__legend * {
  margin: 0;
}

.c-forms__input {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;
  color: #000000;
  width: 100%;
  padding: 0.5rem 0.5rem;
  background-color: #ffffff;
  font-weight: 400;
}

* + .c-forms__input,
* + .c-forms__input-container {
  margin-top: 0.25rem;
}

.c-forms__input:focus {
  outline: 3px solid #0088cc;
}

.c-forms__input[invalid] {
  border-color: #c40606;
  border-width: 2px;
}

.c-forms__input[disabled] {
  cursor: not-allowed;
  border-color: #dadada;
}

.c-forms__label {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  padding: 0;
}

.c-forms__label + .c-forms__label {
  margin-top: 0.25rem;
}

.c-forms__hint {
  font-weight: 400;
  margin-top: 0.25rem;
  color: #666666;
}

.c-forms__error {
  color: #c40606;
  display: flex;
  align-items: flex-start;
}

label + .c-forms__error,
.c-forms__error + label {
  margin-top: 0.25rem;
}

.c-forms__error .c-forms__icon {
  color: #c40606;
}

.c-forms__icon svg {
  height: 1rem;
  width: 1rem;
  vertical-align: calc((0.5rem / 8) * -1);
  overflow: visible;
  pointer-events: none;
}

.c-forms__input--select {
  cursor: pointer;
  appearance: none;
  padding-right: 1.5rem;
}

.c-forms__input-container--select .c-forms__icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.c-forms__input--radio,
.c-forms__input--checkbox,
.c-form__label--visually-hidden {
  /* hide visually, not to assistive tech */
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-forms__label--inline {
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
}

.c-forms__label--inline::before {
  content: "";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  border: 2px solid #999999;
  margin-right: 0.5rem;
}

.c-forms__label--pictographic-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  cursor: pointer;
}

@media only screen and (min-width: 480px) {
  .c-forms__label--pictographic-radio {
    flex-direction: column;
    justify-content: space-between;
  }
}
.c-forms__label--pictographic-radio svg {
  box-sizing: content-box;
  flex: 0 0 auto;
  width: var(--forms--pictographic-radio-icon-size, 4rem);
  height: var(--forms--pictographic-radio-icon-size, 4rem);
  fill: #ffffff;
  stroke: #01324b;
  background-color: #ffffff;
}

:checked + .c-forms__label--pictographic-radio svg {
  fill: #01324b;
  background-color: #01324b;
  stroke: #ffffff;
}

.c-forms__label--boxed-icon svg {
  padding: 0.5rem;
  border: 2px solid #999999;
}

:checked + .c-forms__label--boxed-icon svg {
  border-color: #ffffff;
}

:focus + .c-forms__label--pictographic-radio svg,
.c-forms__label--pictographic-radio:hover svg {
  box-shadow: 0 0 0 3px #0088cc;
}

:checked + .c-forms__label--inline::before {
  border-color: #01324b;
}

:focus + .c-forms__label--inline::before {
  box-shadow: 0 0 0 3px #0088cc;
}

.c-forms__label--radio::before {
  border-radius: 50%;
}

.c-forms__label--checkbox::before {
  border-radius: 0.125em;
}

[invalid] + .c-forms__label--checkbox::before {
  border-color: #c40606;
}

:checked + .c-forms__label--radio::before {
  background: radial-gradient(#01324b 0%, #01324b 40%, #fff 40%);
}

:checked + .c-forms__label--checkbox::before {
  background-color: #01324b;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" stroke-width="3" stroke="white" stroke-linejoin="round" fill="none" stroke-linecap="round" viewBox="0 0 20 20"><path d="M4.5,11 10,15 16,5"></path></svg>');
  border-color: #01324b;
  background-size: 100%;
  background-repeat: none;
  background-position: center;
}

.c-forms__sub-fields {
  margin-top: 0.25rem;
  margin-left: calc(1.5rem / 4);
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  display: none;
}

.c-forms__sub-fields::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(1.5rem / 2);
  background-color: #dadada;
  border-radius: 4px;
}

:checked ~ .c-forms__sub-fields {
  display: block;
}

.c-forms__indent {
  margin-left: 16px;
  border-left: 4px solid #666;
  padding-left: 16px;
}

.c-forms__error-summary {
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  color: #c40606;
  border: 1px solid #dadada;
  border-bottom: 4px solid #c40606;
}

.c-forms__error-summary .c-forms__icon svg {
  width: 2rem;
  height: 2rem;
}

.c-forms__error-summary-errors {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
  list-style: none;
}

.c-forms__error-summary-errors a {
  color: inherit;
  text-decoration: underline;
}

.c-forms__error-summary-title {
  color: initial;
  font-weight: bold;
}

.c-forms__error-summary-errors li + li {
  margin-top: 0.25rem;
}

.eds-c-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-size: min(max(0.875rem, 2vw), 1rem);
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
}
.eds-c-breadcrumbs > li {
  display: inline;
}

.eds-c-breadcrumbs__link,
.eds-c-breadcrumbs__link.visited,
.eds-c-breadcrumbs__link:visited,
.eds-c-breadcrumbs__link.hover,
.eds-c-breadcrumbs__link:hover {
  color: #222222;
}

.eds-c-breadcrumbs__icon {
  width: 1em;
  height: 1em;
  margin: 0.25rem;
  fill: #222222;
  display: inline-block;
  vertical-align: middle;
}

.eds-c-breadcrumbs--contrast {
  color: #ffffff;
}

.eds-c-breadcrumbs--contrast .eds-c-breadcrumbs__link,
.eds-c-breadcrumbs--contrast .eds-c-breadcrumbs__link.visited,
.eds-c-breadcrumbs--contrast .eds-c-breadcrumbs__link:visited,
.eds-c-breadcrumbs--contrast .eds-c-breadcrumbs__link.hover,
.eds-c-breadcrumbs--contrast .eds-c-breadcrumbs__link:hover {
  color: #ffffff;
}

.eds-c-breadcrumbs--contrast .eds-c-breadcrumbs__icon {
  fill: #ffffff;
}

@media only screen and (max-width: 479px) {
  .eds-c-breadcrumbs .eds-c-breadcrumbs__item {
    display: none;
  }
  .eds-c-breadcrumbs .eds-c-breadcrumbs__item:nth-last-child(1),
  .eds-c-breadcrumbs .eds-c-breadcrumbs__item:nth-last-child(2) {
    display: inline;
  }
}
.eds-c-button {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  transition: all 0.2s;
  border-radius: 32px;
  font-weight: 700;
}
.eds-c-button svg {
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
}
.eds-c-button svg:first-child {
  margin-right: 8px;
}
.eds-c-button svg:last-child {
  margin-left: 8px;
}

@media only screen and (min-width: 480px) {
  .eds-c-button {
    width: auto;
  }
}
.eds-c-button--primary {
  color: #ffffff;
  background-color: #025e8d;
  background-image: none;
  border: 2px solid transparent;
  box-shadow: none;
  text-decoration: none;
}
.eds-c-button--primary svg {
  fill: currentColor;
}
.eds-c-button--primary:visited {
  color: #ffffff;
}
.eds-c-button--primary:hover {
  border: 2px solid #025e8d;
  box-shadow: none;
  text-decoration: none;
}
.eds-c-button--primary:focus {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 2px #025e8d;
  text-decoration: none;
}
.eds-c-button--primary:active {
  border: 2px solid #01324b;
  box-shadow: none;
  text-decoration: none;
  color: #01324b;
  background-color: #ffffff;
}
.eds-c-button--primary:hover, .eds-c-button--primary:focus {
  color: #025e8d;
  background-color: #ffffff;
  background-image: none;
}
.eds-c-button--primary:hover svg path, .eds-c-button--primary:focus svg path {
  fill: #025e8d;
}

.eds-c-button--secondary {
  color: #025e8d;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #025e8d;
  box-shadow: none;
  text-decoration: none;
}
.eds-c-button--secondary svg {
  fill: currentColor;
}
.eds-c-button--secondary:visited {
  color: #025e8d;
}
.eds-c-button--secondary:hover {
  border: 2px solid #025e8d;
  box-shadow: none;
  text-decoration: none;
}
.eds-c-button--secondary:focus {
  border: 2px solid #ffffff;
  box-shadow: none;
  text-decoration: none;
}
.eds-c-button--secondary:active {
  border: 2px solid #01324b;
  box-shadow: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #01324b;
}
.eds-c-button--secondary:hover, .eds-c-button--secondary:focus {
  color: #ffffff;
  background-color: #025e8d;
  background-image: none;
}
.eds-c-button--secondary:hover svg path, .eds-c-button--secondary:focus svg path {
  fill: #ffffff;
}

.eds-c-button--tertiary {
  color: #025e8d;
  background-color: #f0f7fc;
  background-image: none;
  border: 2px solid #f0f7fc;
  box-shadow: none;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
}
.eds-c-button--tertiary svg {
  fill: currentColor;
}
.eds-c-button--tertiary:visited {
  color: #025e8d;
}
.eds-c-button--tertiary:hover {
  border: 2px solid #f0f7fc;
  box-shadow: none;
  text-decoration: underline;
  text-decoration-thickness: 0.25rem;
  text-underline-offset: 0.25rem;
}
.eds-c-button--tertiary:focus {
  border: 2px solid #f0f7fc;
  box-shadow: none;
  text-decoration: underline;
}
.eds-c-button--tertiary:active {
  border: 2px solid #f0f7fc;
  box-shadow: none;
  text-decoration: underline;
  color: #01324b;
  background-color: #f0f7fc;
}
.eds-c-button--tertiary:hover, .eds-c-button--tertiary:focus {
  color: #025e8d;
  background-color: #f0f7fc;
  background-image: none;
}
.eds-c-button--tertiary:hover svg path, .eds-c-button--tertiary:focus svg path {
  fill: #025e8d;
}

.eds-c-button--small {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}
.eds-c-button--small svg {
  width: 1rem;
  height: 1rem;
}

/**
 * Card
 * Default branding for component
 */
.eds-c-card {
  position: relative;
  text-decoration: none;
  display: flex;
  color: #222222;
}
.eds-c-card.eds-c-card--stretch-height {
  height: 100%;
}
.eds-c-card:focus {
  border-radius: 8px;
}

.eds-c-card__container {
  font-size: 0.875rem;
  min-width: 0;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex: 1;
}
.eds-c-card__container img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
@supports (aspect-ratio: 1/1) {
  .eds-c-card__container img {
    padding-bottom: 0;
    aspect-ratio: var(--eds-c-card--image-aspect-ratio, 16/9);
  }
}
.eds-c-card__container.eds-c-card__container--image, .eds-c-card__container.eds-c-card__container--no-image {
  background-color: #f0f7fc;
  border-radius: 8px;
}
.eds-c-card__container.eds-c-card__container--image:hover, .eds-c-card__container.eds-c-card__container--no-image:hover {
  background-color: #c5e0f4;
}
.eds-c-card__container.eds-c-card__container--icon {
  border-radius: 8px;
}
.eds-c-card__container.eds-c-card__container--icon .eds-c-card__inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: 1 0 100%;
  gap: 16px;
  border: 1px solid #c5e0f4;
  border-radius: 8px;
}
.eds-c-card__container.eds-c-card__container--icon .eds-c-card__icon-container {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f0f7fc;
  padding: 16px;
  margin-right: 16px;
  color: #0088cc;
}
.eds-c-card__container.eds-c-card__container--icon:hover {
  background-color: #c5e0f4;
}
.eds-c-card__container.eds-c-card__container--icon:hover .eds-c-card__icon-container {
  background-color: #ffffff;
}
.eds-c-card__container.eds-c-card__container--metadata {
  flex-direction: column;
  border-radius: 8px;
}
.eds-c-card__container.eds-c-card__container--metadata .eds-c-card__inner {
  background-color: #f0f7fc;
}
.eds-c-card__container.eds-c-card__container--metadata .eds-c-card__inner--white-bg {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #c5e0f4;
}
.eds-c-card__container.eds-c-card__container--metadata:hover .eds-c-card__inner {
  background-color: #c5e0f4;
}
.eds-c-card__container.eds-c-card__container--metadata:hover .eds-c-card__metadata::before {
  border-top: 1px solid #ffffff;
}
.eds-c-card__container.eds-c-card__container--highlight {
  border-top: 10px solid #0088cc;
}
.eds-c-card__container.eds-c-card__container--highlight .eds-c-card__inner--white-bg {
  border-radius: unset;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid #c5e0f4;
  border-right: 1px solid #c5e0f4;
  border-bottom: 1px solid #c5e0f4;
}

.eds-c-card__body {
  display: flex;
  flex: 1 1 auto;
  word-break: break-word;
  font-size: 0.875rem;
  padding: 16px;
}

.eds-c-card__content {
  font-weight: 400;
}

.eds-c-card__label {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.eds-c-card__title {
  margin-top: 0;
  margin-bottom: 8px;
  max-width: 650px;
}

.eds-c-card__title > a {
  text-decoration: none;
  color: #222222;
}
.eds-c-card__title > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.eds-c-card__title > a:visited {
  color: #222222;
}

[lang=de] .eds-c-card__title {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.eds-c-card__summary {
  line-height: 1.5;
  max-width: 650px;
}
.eds-c-card__summary.eds-c-card__summary--truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eds-c-card__figure {
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}

.eds-c-card__icon {
  fill: #ffffff;
  width: 32px;
  height: 32px;
}

.eds-c-card__metadata {
  padding: 0 16px 16px 16px;
}
.eds-c-card__metadata::before {
  content: "";
  display: block;
  border-top: 1px solid #c5e0f4;
}
.eds-c-card__metadata .eds-c-card__metadata-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 16px;
}
.eds-c-card__metadata .eds-c-card__metadata-list-description {
  font-weight: 700;
}
.eds-c-card__metadata .eds-c-card__metadata-list-description:not(:last-child) {
  margin-bottom: 16px;
}

@media only screen and (min-width: 480px) {
  .eds-c-card--horizontal .eds-c-card__container {
    flex-direction: row;
    gap: 16px;
  }
  .eds-c-card--horizontal .eds-c-card__container.eds-c-card__container--icon .eds-c-card__inner--white-bg, .eds-c-card--horizontal .eds-c-card__container.eds-c-card__container--metadata .eds-c-card__inner--white-bg {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #c5e0f4;
    border-right: 1px solid #c5e0f4;
    border-bottom: 1px solid #c5e0f4;
  }
  .eds-c-card--horizontal .eds-c-card__container.eds-c-card__container--metadata .eds-c-card__inner {
    display: flex;
    flex-basis: 100%;
  }
  .eds-c-card--horizontal .eds-c-card__container.eds-c-card__container--metadata:hover .eds-c-card__metadata::before {
    background: #ffffff;
  }
  .eds-c-card--horizontal .eds-c-card__container.eds-c-card__container--metadata:hover .eds-c-card__metadata-list {
    border-top: unset;
  }
  .eds-c-card--horizontal .eds-c-card__container.eds-c-card__container--highlight {
    border-top: none;
    border-left: 10px solid #0088cc;
  }
  .eds-c-card--horizontal .eds-c-card__container.eds-c-card__container--highlight .eds-c-card__inner--white-bg {
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    border-left: unset;
  }
  .eds-c-card--horizontal .eds-c-card__container img {
    max-width: 258px;
  }
  .eds-c-card--horizontal .eds-c-card__figure {
    display: flex;
    flex: 0 1 auto;
    width: auto;
    min-width: 200px;
    text-align: center;
  }
  .eds-c-card--horizontal .eds-c-card__metadata {
    display: flex;
    flex: 0 0 200px;
    padding: 16px 16px 16px 0;
  }
  .eds-c-card--horizontal .eds-c-card__metadata::before {
    content: "";
    display: block;
    width: 1px;
    flex: 0 2 auto;
    background: #c5e0f4;
  }
  .eds-c-card--horizontal .eds-c-card__metadata .eds-c-card__metadata-list {
    padding-top: unset;
    border-top: unset;
    padding-left: 16px;
  }
  .eds-c-card--horizontal .eds-c-card__metadata .eds-c-card__metadata-list:not(:last-child) {
    margin-bottom: 16px;
  }
}

.eds-c-header {
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #ffffff;
  padding: 8px 0 0;
  border-bottom: 2px solid #01324b;
  font-size: 1rem;
  line-height: 1.5;
}

.eds-c-header__container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
  margin: 0 auto 8px;
  padding: 0 8px;
  justify-content: space-between;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px 16px;
}

.eds-c-header__nav {
  border-top: 2px solid #c5e0f4;
  padding-top: 4px;
  position: relative;
}

.eds-c-header__nav-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
  padding: 0 8px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.eds-c-header__nav-container > *:not(:last-child) {
  margin-right: 32px;
}

.eds-c-header__link-container {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  gap: 8px 16px;
  justify-content: space-between;
}

.eds-c-header__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eds-c-header__list-item {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
  font-weight: bold;
  padding: 8px;
}
.eds-c-header__list-item:not(:last-child) {
  border-bottom: 2px solid #c5e0f4;
}

.eds-c-header__item {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .eds-c-header__item--menu {
    display: none;
    visibility: hidden;
  }
  .eds-c-header__item--menu:first-child + * {
    margin-block-start: 0;
  }
}

.eds-c-header__item--inline-links {
  display: none;
  visibility: hidden;
}
.eds-c-header__item--inline-links:first-child + * {
  margin-block-start: 0;
}
@media only screen and (min-width: 768px) {
  .eds-c-header__item--inline-links {
    display: flex;
    gap: 16px;
    visibility: visible;
  }
}

.eds-c-header__item--divider:before {
  content: "";
  position: absolute;
  border-left: 2px solid #c5e0f4;
  height: calc(100% - 16px);
  top: 8px;
  margin-left: -15px;
}

.eds-c-header__brand {
  padding: 16px 8px;
}
.eds-c-header__brand a {
  display: block;
  line-height: 1;
  text-decoration: none;
}
.eds-c-header__brand img {
  height: 1.5rem;
  width: auto;
}

.eds-c-header__link {
  display: inline-block;
  padding: 16px 8px;
  color: inherit;
  font-weight: bold;
  text-decoration-color: transparent;
  position: relative;
  word-break: normal;
  white-space: nowrap;
}
.eds-c-header__link:visited {
  color: inherit;
}
.eds-c-header__link:hover {
  color: inherit;
  text-decoration-color: inherit;
}
.eds-c-header__link:not(.eds-c-header__expander .eds-c-header__link):hover {
  text-decoration-color: transparent;
}
.eds-c-header__link:not(.eds-c-header__expander .eds-c-header__link):hover::after {
  content: "";
  background-color: #025e8d;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.eds-c-header__link--static {
  flex: 0 0 auto;
}

.eds-c-header__link.is-open {
  color: #025e8d;
}
.eds-c-header__link.is-open::after {
  content: "";
  background-color: #025e8d;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.eds-c-header__icon {
  fill: currentColor;
  transform: translate(0, 0);
  display: inline-block;
  vertical-align: text-top;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  font-size: 1.5rem;
}
.eds-c-header__icon + * {
  margin-left: 8px;
}

.eds-c-header__expander {
  background-color: #f0f7fc;
}

.eds-c-header__search {
  display: block;
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  .eds-c-header__search {
    max-width: 70%;
  }
}

.eds-c-header__search-container {
  position: relative;
}

.eds-c-header__search-label {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  margin-bottom: 8px;
}

.eds-c-header__search-input {
  border: 1px solid black;
  width: 100%;
  padding: 8px 48px 8px 8px;
  background-color: white;
}

.eds-c-header__search-button {
  background-color: transparent;
  border: none;
  color: inherit;
  position: absolute;
  height: 100%;
  padding: 0 8px;
  right: 0;
}

.has-tethered.eds-c-header__expander {
  margin-top: -2px;
  width: 100%;
  top: 100%;
  z-index: 10;
  left: 0;
  border-bottom: 2px solid #01324b;
}

@media only screen and (min-width: 768px) {
  .has-tethered.eds-c-header__expander--menu {
    display: none;
    visibility: hidden;
  }
  .has-tethered.eds-c-header__expander--menu:first-child + * {
    margin-block-start: 0;
  }
}

.has-tethered.eds-c-header__expander--account {
  transform: translateY(8px);
  width: auto;
  left: auto;
  position: absolute;
  right: 0;
  bottom: auto;
  margin-top: 0;
}

.has-tethered .eds-c-header__heading {
  display: none;
  visibility: hidden;
}
.has-tethered .eds-c-header__heading:first-child + * {
  margin-block-start: 0;
}
.has-tethered .eds-c-header__search {
  margin: auto;
}

.eds-c-header__heading {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
  padding: 16px 16px 0;
}

/**
 * Status Message
 * Default branding for component
 */
.eds-c-status-message {
  display: flex;
  gap: 0.5rem;
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #999999;
  line-height: 1.4;
  padding: 16px;
  padding-bottom: 12px;
}
.eds-c-status-message *:last-child {
  margin-bottom: 0;
}

.eds-c-status-message__message a {
  color: inherit;
}

.eds-c-status-message__text {
  padding-right: 12px;
  margin-top: 2px;
}

.eds-c-status-message__text h5 {
  margin-top: 0;
}

.eds-c-status-message__icon {
  fill: currentColor;
  transform: translate(0, 0);
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-right: 8px;
}

.eds-c-status-message__icon--top {
  align-self: flex-start;
}

.eds-c-status-message__dismiss-button {
  position: absolute;
  border: none;
  background: none;
  right: 8px;
  cursor: pointer;
}

.eds-c-status-message__dismiss-icon {
  fill: currentColor;
  transform: translate(0, 0);
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  color: #555555;
}

.eds-c-status-message__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.eds-c-status-message--info .eds-c-status-message__icon {
  color: #0070a8;
}

.eds-c-status-message--info {
  border-bottom: 4px solid #0070a8;
}

.eds-c-status-message--error .eds-c-status-message__icon {
  color: #be1818;
}

.eds-c-status-message--error {
  border-bottom: 4px solid #be1818;
}

.eds-c-status-message--success .eds-c-status-message__icon {
  color: #00a69d;
}

.eds-c-status-message--success {
  border-bottom: 4px solid #00a69d;
}

.eds-c-status-message--warning .eds-c-status-message__icon {
  color: #f58220;
}

.eds-c-status-message--warning {
  border-bottom: 4px solid #f58220;
}

.c-forms__error {
  display: flex;
  align-items: flex-start;
}

.c-forms__error .u-icon {
  margin-top: 0.15rem; /* already in rem */
}

label.c-forms__label:has(~ .c-forms__input:required)::after, label.c-forms__label:has(~ .c-forms__input-container .c-forms__input:required)::after {
  content: " *";
}

.hidden {
  display: none;
}

.c-forms__field {
  position: relative;
}
.c-forms__field.c-forms__field--fields\/globalFormHidden {
  margin: 0;
}

fieldset#country-selectors__wrapper-id,
fieldset#country-selectors-fallback__wrapper-id {
  border: none;
  padding: 0;
}

.c-metric {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-metric .u-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.c-metric__icon {
  color: #222222;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  float: left;
  box-sizing: border-box;
  border: 0.0625rem solid #999999;
  border-radius: 1.5rem;
  line-height: 3rem;
  text-align: center;
}
.c-metric__content {
  margin-top: 0.125rem;
  float: right;
}
.c-metric__content-value {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
}
.c-metric__content-label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.c-manage-sub {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  margin: 2rem 1rem 4rem 1rem;
  max-width: 41.5625rem;
}
.c-manage-sub h2 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.c-manage-sub .eds-c-status-message__message {
  margin-top: 0;
}
.c-manage-sub .c-forms__label--inline {
  padding-top: 0.5rem;
}
.c-manage-sub .c-forms__error {
  display: none;
}
.c-manage-sub .eds-c-status-message a {
  color: #222222;
}
.c-manage-sub__h3 {
  font-family: "Merriweather Sans", sans-serif;
}
.c-manage-sub__modify-msg {
  max-width: 31.25rem;
  margin-bottom: 2rem;
}
.c-manage-sub__cancel-msg {
  max-width: 31.25rem;
  min-width: 17.5rem;
  margin: 1.5rem 0;
}
.c-manage-sub__cancel-return {
  padding: 0.5rem 0rem;
  text-align: center;
}
.c-manage-sub__cancel-return a {
  color: #222222;
}
.c-manage-sub__current {
  font-family: "Merriweather Sans", sans-serif;
  border: 0.0625rem solid #CEDBE0;
  padding: 1rem;
}
.c-manage-sub__current-error {
  margin-bottom: 2rem;
}
.c-manage-sub__current-error .eds-c-status-message {
  align-items: start;
}
.c-manage-sub__current-error .eds-c-status-message__icon {
  margin-right: 1rem;
}
.c-manage-sub__current-error a {
  color: #222222;
}
.c-manage-sub__current address {
  font-style: normal;
}
.c-manage-sub__current h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.c-manage-sub__current-headline {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.75rem;
  margin: 0 0 1rem 0;
  font-weight: 500;
}
.c-manage-sub__current-list dt {
  font-weight: 700;
}
.c-manage-sub__current-list dd {
  margin: 0;
}
.c-manage-sub__current-list-special {
  color: #666666;
}
.c-manage-sub__container {
  display: flex;
  align-items: self-start;
  flex-direction: column;
}
.c-manage-sub__container .eds-c-button {
  width: 100%;
  margin: 1rem 0;
}
.c-manage-sub__no-subs {
  background-color: #F0F7FC;
  border: 0;
  max-width: 31.25rem;
}
.c-manage-sub__no-subs a {
  color: #222222;
}
.c-manage-sub__billing-history {
  display: flex;
  flex-wrap: wrap;
}
.c-manage-sub__billing-history > * {
  width: 100%;
}
.c-manage-sub__billing-history .table-desc {
  display: none;
}
.c-manage-sub__billing-history .align-top {
  margin-top: 1rem;
  font-weight: 600;
}
.c-manage-sub__billing-history .align-end {
  text-align: start;
}
.c-manage-sub__billing-history .align-center {
  text-align: start;
}
.c-manage-sub__billing-history .failed {
  color: #C40606;
}
.c-manage-sub__billing-history-status {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 480px) {
  .c-manage-sub__billing-history > * {
    width: 33.3333333333%;
  }
  .c-manage-sub__cancel-return {
    padding: 0.5rem 2rem;
    text-align: start;
  }
  .c-manage-sub__container {
    flex-direction: row;
    gap: 6rem;
  }
  .c-manage-sub__container .eds-c-button {
    width: 40%;
    min-width: 12.5rem;
    margin: 0;
  }
  .c-manage-sub .table-desc {
    display: block;
    font-weight: 600;
  }
  .c-manage-sub .align-top {
    margin-top: 0;
    font-weight: 400;
  }
  .c-manage-sub .align-end {
    text-align: end;
  }
  .c-manage-sub .align-center {
    text-align: center;
  }
}

.hide-reasons.hide {
  display: none;
}

.product-summary {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.2rem;
  width: 100%;
}
.product-summary .u-h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.product-summary__description {
  color: #666666;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.product-summary__price {
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
  gap: 0.5rem;
}
.product-summary__price-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
}

.product-price-summary {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.2rem;
  width: 100%;
}
.product-price-summary .u-h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.product-price-summary__description {
  color: #666666;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.product-price-summary__price {
  display: flex;
  flex-direction: column;
  margin: 0.75rem 0;
  gap: 0.5rem;
}
.product-price-summary__price__net, .product-price-summary__price__tax, .product-price-summary__price__gross {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
}

.billing-summary {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
}
.billing-summary .u-h4 {
  margin: 0;
}
.billing-summary__name {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.billing-summary__current-error {
  display: none;
}
.billing-summary__current-error span {
  color: #c40606;
  text-decoration: underline;
  display: block;
  margin-top: 1.5rem;
}

.billing-details .eds-c-button {
  margin-top: 2rem;
  font-weight: 500;
}
.billing-details .eds-c-status-message__message {
  margin-top: 0;
}

.c-autocomplete {
  margin: 0.625rem auto 0;
  width: 23.75rem;
  height: 3.125rem;
  font-size: 1.25rem;
  border: 0.0625rem solid #eee;
  padding: 0.3125rem 0.625rem 0.3125rem 0;
  text-indent: 0.9375rem;
}

.c-results-container {
  margin: auto;
  width: 100%;
  border: 0.0625rem solid #eee;
  position: absolute;
  line-height: 1.875rem;
  border-top: none;
  max-height: 18.75rem;
  overflow-y: scroll;
  background: #fff;
  overflow-x: hidden;
  z-index: 1;
}
.c-results-container__result {
  width: 100%;
  padding: 0.9375rem 0 0.3125rem 0.9375rem;
  text-align: left;
  cursor: pointer;
}
.c-results-container__result:hover, .c-results-container__result:focus, .c-results-container__result:active {
  background: #e7eff4;
}

/**
 * Button utilities
 * These are for styled branded buttons
 */
.u-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  position: relative;
  text-decoration: none;
  width: auto;
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  justify-content: center;
  padding: 1rem 2rem;
  transition: all 0.2s;
  border-radius: 2rem;
  letter-spacing: 0.012em;
  color: white;
  background-color: #01324b;
  background-image: none;
  border: 0.25rem solid transparent;
  box-shadow: 0 0 0 0.0625rem #01324b;
  font-weight: 700;
}
.u-button svg {
  fill: currentColor;
}
.u-button:visited {
  color: white;
}
.u-button:hover {
  border: 0.25rem solid white;
  box-shadow: 0 0 0 0.0625rem #01324b;
  text-decoration: none;
}
.u-button:focus {
  border: 0.25rem solid #ffcc00;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
.u-button:hover, .u-button:focus {
  color: #01324b;
  background-color: white;
  background-image: none;
}
.u-button:hover svg path, .u-button:focus svg path {
  fill: #01324b;
}

.u-button--primary {
  color: white;
  background-color: #01324b;
  background-image: none;
  border: 0.25rem solid transparent;
  box-shadow: 0 0 0 0.0625rem #01324b;
  font-weight: 700;
}
.u-button--primary svg {
  fill: currentColor;
}
.u-button--primary:visited {
  color: white;
}
.u-button--primary:hover {
  border: 0.25rem solid white;
  box-shadow: 0 0 0 0.0625rem #01324b;
  text-decoration: none;
}
.u-button--primary:focus {
  border: 0.25rem solid #ffcc00;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
.u-button--primary:hover, .u-button--primary:focus {
  color: #01324b;
  background-color: white;
  background-image: none;
}
.u-button--primary:hover svg path, .u-button--primary:focus svg path {
  fill: #01324b;
}

.u-button--secondary {
  color: #01324b;
  background-color: white;
  border: 0.25rem solid white;
  font-weight: 700;
}
.u-button--secondary svg {
  fill: currentColor;
}
.u-button--secondary:visited {
  color: #01324b;
}
.u-button--secondary:hover {
  border: 0.25rem solid #01324b;
  box-shadow: none;
}
.u-button--secondary:hover, .u-button--secondary:focus {
  color: white;
  background-color: #01324b;
}
.u-button--secondary:hover svg path, .u-button--secondary:focus svg path {
  fill: white;
}

.u-button--tertiary {
  color: #666666;
  background-color: #ebf1f5;
  border: 0.25rem solid transparent;
  box-shadow: none;
  font-weight: 700;
}
.u-button--tertiary svg {
  fill: currentColor;
}
.u-button--tertiary:visited {
  color: #666666;
}
.u-button--tertiary:hover {
  border: 0.25rem solid #01324b;
  box-shadow: none;
}
.u-button--tertiary:hover, .u-button--tertiary:focus {
  color: white;
  background-color: #01324b;
}
.u-button--tertiary:hover svg path, .u-button--tertiary:focus svg path {
  fill: white;
}

.u-button--contrast {
  color: white;
  background-color: transparent;
  background-image: none;
  border: 1px solid white;
  font-weight: normal;
}
.u-button--contrast svg {
  fill: currentColor;
}
.u-button--contrast:visited {
  color: white;
}
.u-button--contrast:hover {
  border: 1px solid white;
}
.u-button--contrast:focus {
  border: 1px solid white;
}
.u-button--contrast:hover, .u-button--contrast:focus {
  color: black;
  background-color: white;
  background-image: none;
}
.u-button--contrast:hover svg path, .u-button--contrast:focus svg path {
  fill: black;
}

.u-button--disabled,
.u-button:disabled {
  color: black;
  background-color: transparent;
  background-image: none;
  border: 1px solid #cccccc;
  font-weight: normal;
  opacity: 0.7;
  cursor: default;
}
.u-button--disabled svg,
.u-button:disabled svg {
  fill: currentColor;
}
.u-button--disabled:visited,
.u-button:disabled:visited {
  color: black;
}
.u-button--disabled:hover,
.u-button:disabled:hover {
  border: 1px solid #cccccc;
  text-decoration: none;
}
.u-button--disabled:focus,
.u-button:disabled:focus {
  border: 1px solid #cccccc;
  text-decoration: none;
}
.u-button--disabled:hover, .u-button--disabled:focus,
.u-button:disabled:hover,
.u-button:disabled:focus {
  color: black;
  background-color: transparent;
  background-image: none;
}
.u-button--disabled:hover svg path, .u-button--disabled:focus svg path,
.u-button:disabled:hover svg path,
.u-button:disabled:focus svg path {
  fill: black;
}

.u-button--xsmall {
  font-size: 0.875rem;
  padding: 0.125rem 0.5rem;
}

.u-button--small {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.u-button--large {
  font-size: 1.125rem;
  padding: 0.625rem 2.1875rem;
}

.u-button--full-width {
  display: flex;
  width: 100%;
}

.u-button--icon-left svg {
  margin-right: 8px;
}

.u-button--icon-right svg {
  margin-left: 8px;
}

.u-ma-0 {
  margin: 0;
}

.u-ma-2 {
  margin: 2px;
}

.u-ma-4 {
  margin: 4px;
}

.u-ma-8 {
  margin: 8px;
}

.u-ma-16 {
  margin: 16px;
}

.u-ma-24 {
  margin: 24px;
}

.u-ma-32 {
  margin: 32px;
}

.u-ma-48 {
  margin: 48px;
}

.u-ma-64 {
  margin: 64px;
}

.u-ma-auto {
  margin: auto;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-2 {
  margin-top: 2px;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-mt-64 {
  margin-top: 64px;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mr-2 {
  margin-right: 2px;
}

.u-mr-4 {
  margin-right: 4px;
}

.u-mr-8 {
  margin-right: 8px;
}

.u-mr-16 {
  margin-right: 16px;
}

.u-mr-24 {
  margin-right: 24px;
}

.u-mr-32 {
  margin-right: 32px;
}

.u-mr-48 {
  margin-right: 48px;
}

.u-mr-64 {
  margin-right: 64px;
}

.u-mr-auto {
  margin-right: auto;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-2 {
  margin-bottom: 2px;
}

.u-mb-4 {
  margin-bottom: 4px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-mb-48 {
  margin-bottom: 48px;
}

.u-mb-64 {
  margin-bottom: 64px;
}

.u-mb-auto {
  margin-bottom: auto;
}

.u-ml-0 {
  margin-left: 0;
}

.u-ml-2 {
  margin-left: 2px;
}

.u-ml-4 {
  margin-left: 4px;
}

.u-ml-8 {
  margin-left: 8px;
}

.u-ml-16 {
  margin-left: 16px;
}

.u-ml-24 {
  margin-left: 24px;
}

.u-ml-32 {
  margin-left: 32px;
}

.u-ml-48 {
  margin-left: 48px;
}

.u-ml-64 {
  margin-left: 64px;
}

.u-ml-auto {
  margin-left: auto;
}

.u-pa-0 {
  padding: 0;
}

.u-pa-2 {
  padding: 2px;
}

.u-pa-4 {
  padding: 4px;
}

.u-pa-8 {
  padding: 8px;
}

.u-pa-16 {
  padding: 16px;
}

.u-pa-24 {
  padding: 24px;
}

.u-pa-32 {
  padding: 32px;
}

.u-pa-48 {
  padding: 48px;
}

.u-pa-64 {
  padding: 64px;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pt-2 {
  padding-top: 2px;
}

.u-pt-4 {
  padding-top: 4px;
}

.u-pt-8 {
  padding-top: 8px;
}

.u-pt-16 {
  padding-top: 16px;
}

.u-pt-24 {
  padding-top: 24px;
}

.u-pt-32 {
  padding-top: 32px;
}

.u-pt-48 {
  padding-top: 48px;
}

.u-pt-64 {
  padding-top: 64px;
}

.u-pr-0 {
  padding-right: 0;
}

.u-pr-2 {
  padding-right: 2px;
}

.u-pr-4 {
  padding-right: 4px;
}

.u-pr-8 {
  padding-right: 8px;
}

.u-pr-16 {
  padding-right: 16px;
}

.u-pr-24 {
  padding-right: 24px;
}

.u-pr-32 {
  padding-right: 32px;
}

.u-pr-48 {
  padding-right: 48px;
}

.u-pr-64 {
  padding-right: 64px;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-2 {
  padding-bottom: 2px;
}

.u-pb-4 {
  padding-bottom: 4px;
}

.u-pb-8 {
  padding-bottom: 8px;
}

.u-pb-16 {
  padding-bottom: 16px;
}

.u-pb-24 {
  padding-bottom: 24px;
}

.u-pb-32 {
  padding-bottom: 32px;
}

.u-pb-48 {
  padding-bottom: 48px;
}

.u-pb-64 {
  padding-bottom: 64px;
}

.u-pl-0 {
  padding-left: 0;
}

.u-pl-2 {
  padding-left: 2px;
}

.u-pl-4 {
  padding-left: 4px;
}

.u-pl-8 {
  padding-left: 8px;
}

.u-pl-16 {
  padding-left: 16px;
}

.u-pl-24 {
  padding-left: 24px;
}

.u-pl-32 {
  padding-left: 32px;
}

.u-pl-48 {
  padding-left: 48px;
}

.u-pl-64 {
  padding-left: 64px;
}

.u-icon {
  fill: currentColor;
  transform: translate(0, 0);
  display: inline-block;
  vertical-align: text-top;
  width: 1em;
  height: 1em;
}

.u-display-block {
  display: block;
}

.u-display-inline {
  display: inline;
}

.u-display-inline-block {
  display: inline-block;
}

.u-display-flex {
  display: flex;
  width: 100%;
}

.u-display-inline-flex {
  display: inline-flex;
}

.u-display-grid {
  display: grid;
}

.u-display-table {
  display: table;
}

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

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

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

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

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

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

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

.u-justify-content-left {
  justify-content: left;
}

.u-flex-grow {
  flex: 1 0 auto;
}

.u-flex-grow-shrink {
  flex: 1 1 auto;
}

.u-flex-shrink {
  flex: 0 1 auto;
}

.u-flex-static {
  flex: 0 0 auto;
}

.u-align-self-center {
  align-self: center;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-display-none {
  display: none;
}

/* hide from both screenreaders and browsers */
.u-hide,
.js .u-js-hide {
  display: none;
  visibility: hidden;
}
.u-hide:first-child + *,
.js .u-js-hide:first-child + * {
  margin-block-start: 0;
}

/* show to both screenreaders and browsers */
.u-show,
.js .u-js-show {
  display: block;
  visibility: visible;
}

.u-show-inline,
.js .u-js-show-inline {
  display: inline;
  visibility: visible;
}

/* hide only visually, but have it available for screenreaders */
.u-visually-hidden,
.js .u-js-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -100%;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.u-visually-hidden--off,
.js .u-js-visually-hidden--off {
  border: 0;
  clip: initial;
  height: auto;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  width: auto;
}

/* make invisible but retain dimensions */
.u-invisible {
  visibility: hidden;
}

/* hide only the text, keep element visible */
.u-hide-text,
.js .u-js-hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  vertical-align: bottom;
}

/* hiding overflow */
.u-hide-overflow {
  overflow: hidden;
}

@media print {
  .u-hide-print {
    display: none;
  }
}
/**
 * media-query hiding
 * intentionally avoids 'max' and 'range' to prevent bloat
 */
@media only screen and (min-width: 480px) {
  .u-hide-at-xs,
  .js .u-js-hide-at-xs {
    display: none;
    visibility: hidden;
  }
  .u-hide-at-xs:first-child + *,
  .js .u-js-hide-at-xs:first-child + * {
    margin-block-start: 0;
  }
  .u-show-at-xs,
  .js .u-js-show-at-xs {
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .u-hide-at-sm,
  .js .u-js-hide-at-sm {
    display: none;
    visibility: hidden;
  }
  .u-hide-at-sm:first-child + *,
  .js .u-js-hide-at-sm:first-child + * {
    margin-block-start: 0;
  }
  .u-show-at-sm,
  .js .u-js-show-at-sm {
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 876px) {
  .u-hide-at-md,
  .js .u-js-hide-at-md {
    display: none;
    visibility: hidden;
  }
  .u-hide-at-md:first-child + *,
  .js .u-js-hide-at-md:first-child + * {
    margin-block-start: 0;
  }
  .u-show-at-md,
  .js .u-js-show-at-md {
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .u-hide-at-lg,
  .js .u-js-hide-at-lg {
    display: none;
    visibility: hidden;
  }
  .u-hide-at-lg:first-child + *,
  .js .u-js-hide-at-lg:first-child + * {
    margin-block-start: 0;
  }
  .u-show-at-lg,
  .js .u-js-show-at-lg {
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 1220px) {
  .u-hide-at-xl,
  .js .u-js-hide-at-xl {
    display: none;
    visibility: hidden;
  }
  .u-hide-at-xl:first-child + *,
  .js .u-js-hide-at-xl:first-child + * {
    margin-block-start: 0;
  }
  .u-show-at-xl,
  .js .u-js-show-at-xl {
    display: block;
    visibility: visible;
  }
}
.u-list-style-number {
  list-style-type: decimal;
}

.u-list-style-bullet {
  list-style-type: disc;
}

.u-list-style-dash > ::marker {
  content: "– ";
  font-size: 1.2em;
  line-height: 1;
}

.u-list-style-none {
  list-style-type: none;
}

.u-list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-list-inline > li {
  display: inline;
}

.u-custom-list-number {
  float: left;
  width: 3em;
  padding-right: 0.5em;
  margin-left: -3.5em;
  text-align: right;
}

.u-list-comma-separated {
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-list-comma-separated > li {
  display: inline;
}
.u-list-comma-separated > li:not(:first-child):not(:last-child)::before {
  content: ", ";
}
.u-list-comma-separated > li:not(:only-child):last-child::before {
  content: " & ";
}

.u-list-truncated > li:not(:only-child):last-child::before {
  content: " ... ";
}

.u-monospace {
  font-family: monospace;
}

.u-sans-serif {
  font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.u-serif {
  font-family: "Merriweather", serif;
}

.u-small-caps {
  font-size: 0.8em; /* scale based on containing text */
  text-transform: uppercase;
}

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

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

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

.u-text-normal {
  font-weight: 400;
}

.u-text-bold {
  font-weight: 700;
}

.u-double-underline {
  text-decoration: underline;
  -webkit-text-decoration-skip: skip;
  text-decoration-skip-ink: auto;
  border-bottom: 1px solid;
}

.u-text-font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-word-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.u-upper {
  text-transform: uppercase;
}

.u-lower {
  text-transform: lowercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-underline {
  text-decoration: underline;
  -webkit-text-decoration-skip: skip;
  text-decoration-skip-ink: auto;
}

.u-unstyled {
  font-weight: normal;
  font-style: normal;
}

.u-button__text {
  width: 11.9375rem;
  text-align: center;
}

.u-button {
  margin-top: 1.5em;
}

.u-hidden {
  display: none;
}

.eds-c-header__list-item-span {
  padding: 1rem 0.5rem;
}

.u-h1 {
  font-size: 2.1875rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  line-height: 2.625rem;
}

.u-h2 {
  font-size: 1.75rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  line-height: 2.125rem;
}

.u-h3 {
  font-size: 1.125rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
}

.checkout-review {
  font-family: "Merriweather", sans-serif;
}
.checkout-review #error-termsAndConditions {
  display: none;
}
.checkout-review #continueToPayment {
  width: 100% !important;
}
.checkout-review .c-forms__label--inline {
  align-items: start !important;
}
.checkout-review .eds-c-button {
  margin-top: 2rem;
  font-weight: 500;
}
.checkout-review__checkbox-label {
  color: var(--text-text-primary, var(--colours-greyscale-800, #222));
  font-family: Arial;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.0125rem;
}

.review-tc-input {
  font-family: "Merriweather Sans", sans-serif;
}
.review-tc-input p {
  margin: 0;
}
.review-tc-input input {
  margin-right: 0.4rem;
}
.review-tc-input label {
  line-height: 1.4;
}

dl.product-price-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
  width: 70%;
}
dl.product-price-summary dt {
  font-weight: bold;
  text-align: left;
  padding: 0;
}
dl.product-price-summary dd {
  margin: 0;
  text-align: right;
  padding: 0;
}

.checkout-success {
  font-family: "Merriweather Sans", sans-serif;
  max-width: 42.5rem;
  width: auto;
}
.checkout-success .u-h2 {
  margin-top: 0;
}
.checkout-success__go-to-link {
  margin: 0.5rem 0;
}
.checkout-success__order-receipt {
  max-width: 18.75rem;
  width: auto;
}
.checkout-success .product-summary {
  margin-top: 0.75rem;
}
.checkout-success section {
  margin-top: 2rem;
}
.checkout-success p, .checkout-success a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  margin: 0.25rem 0;
}
.checkout-success__need-help {
  background-color: #ebf1f5;
  padding: 1rem;
}
.checkout-success__need-help .u-h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.landing-page {
  font-family: "Merriweather Sans", sans-serif;
  align-items: center;
  margin: 0 auto;
}
.landing-page .lp-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0;
  gap: 1.875rem;
}
.landing-page .lp-title-info {
  flex: 1;
  min-width: 17.8125rem;
  max-width: 36.25rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: #EBF6FF;
}
.landing-page .lp-title-info img {
  height: 1.5625rem;
}
.landing-page .lp-cover-img {
  background-size: 31.25rem;
  max-width: 36.25rem;
  min-width: 17.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.landing-page .lp-cards {
  margin-top: 2.5rem;
}
.landing-page .lp-card {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.landing-page .lp-card-container {
  min-width: 15.625rem;
  max-width: 17.5rem;
}
.landing-page .lp-card-body {
  padding-top: 3rem;
}
.landing-page .eds-c-card__title {
  margin-top: 0.5rem;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
}
.landing-page .eds-c-card__summary {
  margin-top: 0.25rem;
}
.landing-page h1 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #000000;
  line-height: 2.8rem;
}
.landing-page .lp-subs-info {
  padding: 2rem 1.5rem;
  border: 1px solid #999999;
  border-radius: 1rem;
  margin: 0 1rem;
}
.landing-page .lp-subs-info h4 {
  font-family: "Merriweather Sans", sans-serif;
  max-width: 21.875rem;
  margin: 0 auto;
  display: flex;
  gap: 1.875rem;
  align-items: center;
}
.landing-page .lp-subs-info h4 span {
  font-size: 0.75rem;
  padding: 0.0625rem 0.875rem;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  border-radius: 1.875rem;
  font-weight: 300;
}
.landing-page .lp-subs-info-btn {
  text-align: center;
}
.landing-page .lp-subs-info-price {
  font-size: 2.5rem;
  font-weight: 600;
  padding-top: 1rem;
  margin: 0;
  font-family: "Merriweather", serif;
  line-height: 1.3;
}
.landing-page .lp-subs-info-vat {
  margin: 0;
  padding: 0 0 1rem;
}
.landing-page .lp-subs-info-unit-price {
  margin: 0;
  padding: 0 0 1rem;
}
.landing-page .lp-subs-info-recommended {
  border: 1px solid #0070A8;
  background-color: #F0F7FC;
}
.landing-page .lp-subs-title {
  text-align: center;
  margin-top: 4rem;
}
.landing-page .lp-subs-title h2 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Merriweather", serif;
}
.landing-page .lp-subs-title h3 {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Merriweather", serif;
  padding: 0 1.25rem;
}
.landing-page .lp-subs-payment-methods {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.landing-page .lp-subs-payment-methods-text {
  margin: 0;
  font-size: 0.8rem;
}
.landing-page .lp-contact-us {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CEDBE0;
  border-radius: 0.625rem;
  max-width: 18.125rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.landing-page .lp-contact-us h3 {
  font-size: 1.5rem;
  margin: 0;
  padding: 1rem 0rem;
  font-family: "Merriweather Sans", sans-serif;
}
.landing-page .lp-contact-us p {
  margin: 0;
  font-size: 1rem;
  font-family: "Merriweather Sans", sans-serif;
  line-height: normal;
  padding-bottom: 1rem;
}
.landing-page .lp-contact-us-txt {
  min-width: 17.5rem;
  text-align: center;
}
.landing-page .ups-list {
  list-style-type: none;
  max-width: 18.75rem;
  border: 0;
}
.landing-page .ups-list li {
  position: relative;
  text-align: start;
  margin-bottom: 0.5rem;
}
.landing-page .lp-subs-price-ups {
  padding-top: 2rem;
}
.landing-page .lp-subs-price-ups .ups-list {
  margin: 0 auto;
  padding-top: 1rem;
  border-top: 0.125rem solid #0088CC;
}
.landing-page .ups-icon {
  color: #0088CC;
  position: absolute;
  left: -1.875rem;
  top: 0.5625rem;
}
.landing-page .ups-icon-success {
  color: #13A10E;
  left: -2.475rem;
  top: 0.2625rem;
}
.landing-page .lp-contact-us-btn {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.landing-page .lp-contact-us-btn a {
  width: 100%;
}
.landing-page .lp-contact-us-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-page .lp-subs-price-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  flex-direction: column;
  margin-top: 4rem;
}
.landing-page .lp-subs-price-container.new-landing-container {
  gap: 2rem;
}
.landing-page .lp-subs-price-container.new-landing-container .lp-subs-info h4 {
  max-width: 100%;
  gap: 0.875rem;
}
.landing-page .lp-subs-price-container.new-landing-container .lp-subs-info h4 span {
  font-size: 0.85rem;
  padding: 0 1.75rem;
}
.landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-info-price {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-info-price span {
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}
.landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-price-ups {
  border-top: 0.0625rem solid rgba(102, 102, 102, 0.4);
  padding-top: 1.5rem;
}
.landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-price-ups h5 {
  margin: 1.5rem 0 0.5rem 0;
}
.landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-price-ups .ups-list {
  width: 100%;
  max-width: none;
  border-top: none;
}
.landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-price-ups .ups-list li {
  margin-bottom: 0.8rem;
}
.landing-page .eds-c-button {
  width: 100%;
}
.landing-page .lp-title-info a.eds-c-button {
  width: 100%;
}
.landing-page .lp-faq {
  margin: 0 1rem;
  padding-bottom: 3rem;
}
.landing-page .lp-faq-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 3rem;
  line-height: 2.5rem;
}
.landing-page .lp-faq details {
  border: 1px solid #DADADA;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.landing-page .lp-faq details[open] .u-icon {
  transform: rotate(180deg);
}
.landing-page .lp-faq summary {
  display: block;
  position: relative;
}
.landing-page .lp-faq details > summary {
  list-style: none;
}
.landing-page .lp-faq details > summary::-webkit-details-marker {
  display: none;
}
.landing-page .lp-faq span {
  font-weight: 600;
  font-size: 1.125rem;
}
.landing-page .lp-faq .eds-c-details__header {
  margin-right: 2rem;
}
.landing-page .lp-faq .eds-c-details__content {
  margin-top: 1rem;
  color: #555555;
}
.landing-page .lp-faq .u-icon {
  float: inline-end;
  color: #0070A8;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0px;
  top: 3px;
}
.landing-page .lp-content {
  background-color: #F3F3F3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #DADADA;
  margin: 0 1rem;
  padding: 2rem;
}
.landing-page .lp-content-text {
  max-width: 18.75rem;
  margin: 0 auto;
}
.landing-page .lp-content-text h4 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: 1rem;
  font-family: "Merriweather Sans", sans-serif;
}
.landing-page .lp-content-img {
  min-width: 12.5rem;
  flex: 1;
  text-align: center;
}
.landing-page .lp-access-container {
  background-color: #F0F7FC;
  border-radius: 0.5rem;
  border: 1px solid #C5E0F4;
  margin: 2rem 1rem 1rem 1rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.landing-page .lp-access-container .eds-c-button {
  width: auto;
}
.landing-page .lp-access-container h3 {
  padding-right: 0;
  text-align: center;
}
.landing-page .lp-recommendations {
  margin-top: 5rem;
}
.landing-page .lp-recommendations h2 {
  text-align: center;
  font-size: 1.875rem;
  padding: 0 1rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
.landing-page .lp-recommendations h2 span {
  color: #0088CC;
}
.landing-page .lp-recommendations h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: "Merriweather Sans", sans-serif;
}
.landing-page .lp-recommendations-items {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  overflow: auto;
}
.landing-page .lp-recommendations-items li {
  width: 7.8125rem;
  min-width: 7.5rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Merriweather", serif;
}
.landing-page .lp-recommendations-items img {
  display: block;
  padding-bottom: 0.25rem;
}
.landing-page .lp-recommendations-separator {
  border-top: 0;
}
@media only screen and (max-width: 479px) {
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info {
    width: 90%;
    margin: 0 auto;
  }
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-info-price {
    font-size: 1.8rem;
    gap: 0.5rem;
  }
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-info-price span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 480px) {
  .landing-page .lp-card-container {
    min-width: 23.75rem;
    max-width: 25rem;
  }
  .landing-page .eds-c-card__body {
    padding: 0 4rem;
  }
  .landing-page .lp-card-body {
    padding-top: 2rem;
  }
  .landing-page .lp-title-info {
    background-color: #fff;
  }
  .landing-page .lp-subs-price-container {
    gap: 4rem;
    flex-direction: row;
  }
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info {
    width: 70%;
  }
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-info-price {
    font-size: 1.8rem;
    gap: 0.5rem;
  }
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-info-price span {
    font-size: 1.4rem;
  }
  .landing-page .lp-faq {
    margin: 0 4rem;
  }
  .landing-page .lp-content {
    margin: 0 4rem;
    flex-direction: row;
  }
  .landing-page .lp-content-text {
    max-width: 21.875rem;
  }
  .landing-page .lp-contentimg {
    width: 18.75rem;
  }
  .landing-page .lp-access-container {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  .landing-page .lp-access-container h3 {
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .lp-card-container {
    min-width: 20.9375rem;
    max-width: 21.875rem;
  }
  .landing-page .eds-c-card__body {
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info {
    width: 40%;
  }
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-info-price {
    font-size: 1.8rem;
    gap: 0.5rem;
  }
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info .lp-subs-info-price span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .landing-page .lp-section {
    padding-top: 3rem;
  }
  .landing-page .lp-card-container {
    min-width: 15rem;
    max-width: 17.5rem;
  }
  .landing-page .eds-c-card__body {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
  }
  .landing-page .lp-card-body {
    padding-top: 3rem;
  }
  .landing-page .lp-contact-us {
    max-width: 85%;
    margin-top: 5rem;
  }
  .landing-page .ups-list {
    border-left: 1px solid #CEDBE0;
  }
  .landing-page .lp-subs-price-ups ul {
    border: 0;
  }
  .landing-page .lp-contact-us p {
    max-width: 22.5rem;
    text-align: start;
    padding: 0 0 1rem 5rem;
  }
  .landing-page .lp-contact-us h3 {
    padding: 1rem 2rem 1rem 5rem;
  }
  .landing-page .lp-contact-us-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    max-width: 13.75rem;
    margin: 0;
    padding-bottom: 0;
  }
  .landing-page .lp-subs-price-container {
    gap: 6rem;
  }
  .landing-page .lp-subs-price-container.new-landing-container .lp-subs-info {
    width: 35%;
  }
  .landing-page .lp-title-info a.eds-c-button {
    width: auto;
  }
  .landing-page .lp-faq {
    margin: 0 auto;
  }
  .landing-page .lp-content {
    margin: 0 auto;
  }
  .landing-page .lp-content-text {
    max-width: 25rem;
    margin-right: 2rem;
  }
  .landing-page .lp-contentimg {
    width: 28.125rem;
  }
  .landing-page .lp-access-container {
    margin-right: auto;
    margin-left: auto;
  }
  .landing-page .lp-access-container h3 {
    padding-right: 2rem;
  }
  .landing-page .lp-recommendations-separator {
    border-top: 1px solid #DADADA;
  }
}

.subs-error-page {
  text-align: center;
  margin: 3rem 1rem;
}
.subs-error-page_info {
  width: 3rem;
  height: 3rem;
  color: #025E8D;
}
.subs-error-page h1 {
  font-family: "Merriweather Sans", sans-serif;
  margin-bottom: 0;
  margin-top: 0.75rem;
  color: #000000;
  font-weight: 700;
}
.subs-error-page p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #222222;
}
.subs-error-page_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 3rem auto;
  gap: 2rem;
}

.thank-you {
  max-width: 30rem;
  margin: 0 1rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .thank-you {
    max-width: 35rem;
    padding-bottom: 9rem;
  }
}
.thank-you .u-bread {
  margin-top: 2rem;
}

.one-more-thing {
  background: #EBF1F5;
  border: solid 1px #CEDBE0;
  padding: 1rem;
  border-radius: 0.25rem;
}
.one-more-thing__heading {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
}
.one-more-thing__heading + p {
  margin-top: 0.75rem;
}

.one-more-thing__research-optin-form {
  display: none;
}

.one-more-thing__interested-checkbox:checked ~ .one-more-thing__research-optin-form {
  display: block;
  max-width: 30rem;
}

.research-optin-form__heading {
  margin-top: 2rem;
}

.research-optin-form__heading + p {
  margin-top: 0;
}

.c-content__section {
  max-width: 80rem;
  margin: auto;
  border: 1px solid #EAEAEB;
  background: #FCFDFE;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
  transform: translateY(0);
  background: white;
}

.c-content__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}

@media only screen and (min-width: 768px) {
  .c-content__container {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    padding: 48px 16px;
  }
  .c-content__container__reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .c-content__section {
    transform: translateY(-6rem);
  }
}
.c-main {
  flex: 1;
  min-height: 18.75rem;
  padding: 0 16px;
}

.c-aside {
  min-width: 18.75rem;
  min-height: 6.25rem;
  padding: 16px;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
}

main {
  min-width: 20rem;
  width: 100%;
  flex: 1;
}

.main-content {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

a.visited, a:visited {
  color: #025e8d;
}

:focus, :focus-visible {
  outline-color: #0088cc !important;
}

/*# sourceMappingURL=main.css.map */
