/* Style Guide dependencies */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list, :not([data-ds-theme=vessel i]).link-list--horizontal, :not([data-ds-theme=vessel i]).link-list, .link-list--horizontal, .link-list, .vertical-list, .horizontal-list, .back-link ul {
  padding-left: 0;
  list-style: none;
}

.blue-5 {
  background-color: #F2F8FB;
  color: #000000;
}
.blue-5.-inverted {
  background-color: #F4F5F6;
  color: #F2F8FB;
}

.blue-10 {
  background-color: #E6F2F7;
  color: #000000;
}
.blue-10.-inverted {
  background-color: #F4F5F6;
  color: #E6F2F7;
}

.blue-extra-dark {
  background-color: #002343;
  color: #ffffff;
}
.blue-extra-dark.-inverted {
  background-color: #F4F5F6;
  color: #002343;
}

.blue-light {
  background-color: #92CCF0;
  color: #000000;
}
.blue-light.-inverted {
  background-color: #F4F5F6;
  color: #92CCF0;
}

.blue-xlight {
  background-color: #F0F7FA;
  color: #000000;
}
.blue-xlight.-inverted {
  background-color: #F4F5F6;
  color: #F0F7FA;
}

.black {
  background-color: #000000;
  color: #ffffff;
}
.black.-inverted {
  background-color: #F4F5F6;
  color: #000000;
}

.gray-dark {
  background-color: #58616B;
  color: #ffffff;
}
.gray-dark.-inverted {
  background-color: #F4F5F6;
  color: #58616B;
}

.gray {
  background-color: #ECEDEF;
  color: #000000;
}
.gray.-inverted {
  background-color: #F4F5F6;
  color: #ECEDEF;
}

.green-regular {
  background-color: #33A437;
  color: #ffffff;
}
.green-regular.-inverted {
  background-color: #F4F5F6;
  color: #33A437;
}

.red {
  background-color: #D00000;
  color: #ffffff;
}
.red.-inverted {
  background-color: #F4F5F6;
  color: #D00000;
}

.transparent-black-light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #ffffff;
}
.transparent-black-light.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.05);
}

.transparent-black-regular {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.transparent-black-regular.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.1);
}

.transparent-black-dark {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.transparent-black-dark.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.2);
}

.interactive-blue {
  background-color: #0078B3;
  color: #ffffff;
}
.interactive-blue.-inverted {
  background-color: #F4F5F6;
  color: #0078B3;
}

.contrast-blue {
  background-color: #0074AD;
  color: #ffffff;
}
.contrast-blue.-inverted {
  background-color: #F4F5F6;
  color: #0074AD;
}

.interactive-blue-dark {
  background-color: #003B71;
  color: #ffffff;
}
.interactive-blue-dark.-inverted {
  background-color: #F4F5F6;
  color: #003B71;
}

.kp-blue {
  background-color: #0078B3;
  color: #ffffff;
}
.kp-blue.-inverted {
  background-color: #F4F5F6;
  color: #0078B3;
}

.inky-blue {
  background-color: #0D1C3D;
  color: #ffffff;
}
.inky-blue.-inverted {
  background-color: #F4F5F6;
  color: #0D1C3D;
}

.dolphin {
  background-color: #677083;
  color: #ffffff;
}
.dolphin.-inverted {
  background-color: #F4F5F6;
  color: #677083;
}

.dolphin-mid {
  background-color: #A0A5B6;
  color: #000000;
}
.dolphin-mid.-inverted {
  background-color: #F4F5F6;
  color: #A0A5B6;
}

.graphite-dark {
  background-color: #D3D6DC;
  color: #000000;
}
.graphite-dark.-inverted {
  background-color: #F4F5F6;
  color: #D3D6DC;
}

.graphite {
  background-color: #E9EBEE;
  color: #000000;
}
.graphite.-inverted {
  background-color: #F4F5F6;
  color: #E9EBEE;
}

.graphite-light {
  background-color: #F4F5F6;
  color: #000000;
}
.graphite-light.-inverted {
  background-color: #F4F5F6;
  color: #F4F5F6;
}

.pebble {
  background-color: #F7F7F7;
  color: #000000;
}
.pebble.-inverted {
  background-color: #F4F5F6;
  color: #F7F7F7;
}

.midnight {
  background-color: #003B71;
  color: #ffffff;
}
.midnight.-inverted {
  background-color: #F4F5F6;
  color: #003B71;
}

.sky {
  background-color: #90CEF1;
  color: #000000;
}
.sky.-inverted {
  background-color: #F4F5F6;
  color: #90CEF1;
}

.moss {
  background-color: #4A7628;
  color: #ffffff;
}
.moss.-inverted {
  background-color: #F4F5F6;
  color: #4A7628;
}

.grass {
  background-color: #57A635;
  color: #ffffff;
}
.grass.-inverted {
  background-color: #F4F5F6;
  color: #57A635;
}

.leaf {
  background-color: #A4D751;
  color: #000000;
}
.leaf.-inverted {
  background-color: #F4F5F6;
  color: #A4D751;
}

.burnt-sienna {
  background-color: #D1480C;
  color: #ffffff;
}
.burnt-sienna.-inverted {
  background-color: #F4F5F6;
  color: #D1480C;
}

.tiger-lily {
  background-color: #F36C0D;
  color: #000000;
}
.tiger-lily.-inverted {
  background-color: #F4F5F6;
  color: #F36C0D;
}

.tangerine {
  background-color: #FEC941;
  color: #000000;
}
.tangerine.-inverted {
  background-color: #F4F5F6;
  color: #FEC941;
}

.ocean {
  background-color: #066564;
  color: #ffffff;
}
.ocean.-inverted {
  background-color: #F4F5F6;
  color: #066564;
}

.aqua {
  background-color: #20A29E;
  color: #ffffff;
}
.aqua.-inverted {
  background-color: #F4F5F6;
  color: #20A29E;
}

.robin-egg {
  background-color: #7BD3CF;
  color: #000000;
}
.robin-egg.-inverted {
  background-color: #F4F5F6;
  color: #7BD3CF;
}

.acai {
  background-color: #BB1654;
  color: #ffffff;
}
.acai.-inverted {
  background-color: #F4F5F6;
  color: #BB1654;
}

.fuchsia {
  background-color: #F05674;
  color: #000000;
}
.fuchsia.-inverted {
  background-color: #F4F5F6;
  color: #F05674;
}

.rose {
  background-color: #FFA4B4;
  color: #000000;
}
.rose.-inverted {
  background-color: #F4F5F6;
  color: #FFA4B4;
}

.plum {
  background-color: #583985;
  color: #ffffff;
}
.plum.-inverted {
  background-color: #F4F5F6;
  color: #583985;
}

.lilac {
  background-color: #846EAD;
  color: #000000;
}
.lilac.-inverted {
  background-color: #F4F5F6;
  color: #846EAD;
}

.lavender {
  background-color: #B2A8D2;
  color: #000000;
}
.lavender.-inverted {
  background-color: #F4F5F6;
  color: #B2A8D2;
}

.deep-red {
  background-color: #B63125;
  color: #ffffff;
}
.deep-red.-inverted {
  background-color: #F4F5F6;
  color: #B63125;
}

.deep-chalk {
  background-color: #585858;
  color: #ffffff;
}
.deep-chalk.-inverted {
  background-color: #F4F5F6;
  color: #585858;
}

.mid-chalk {
  background-color: #666;
  color: #ffffff;
}
.mid-chalk.-inverted {
  background-color: #F4F5F6;
  color: #666;
}

.light-chalk {
  background-color: #D8D1CA;
  color: #000000;
}
.light-chalk.-inverted {
  background-color: #F4F5F6;
  color: #D8D1CA;
}

.mid-aqua {
  background-color: #CEECFD;
  color: #000000;
}
.mid-aqua.-inverted {
  background-color: #F4F5F6;
  color: #CEECFD;
}

.light-aqua {
  background-color: #E9F7FE;
  color: #000000;
}
.light-aqua.-inverted {
  background-color: #F4F5F6;
  color: #E9F7FE;
}

.pale-blue {
  background-color: #F0F7FA;
  color: #000000;
}
.pale-blue.-inverted {
  background-color: #F4F5F6;
  color: #F0F7FA;
}

.motion-blue {
  background-color: #94DFFF;
  color: #000000;
}
.motion-blue.-inverted {
  background-color: #F4F5F6;
  color: #94DFFF;
}

.white {
  background-color: #ffffff;
  color: #000000;
}
.white.-inverted {
  background-color: #F4F5F6;
  color: #ffffff;
}

.dolphin-light {
  background-color: #B3B6C5;
  color: #000000;
}
.dolphin-light.-inverted {
  background-color: #F4F5F6;
  color: #B3B6C5;
}

.slate {
  background-color: #878F9B;
  color: #000000;
}
.slate.-inverted {
  background-color: #F4F5F6;
  color: #878F9B;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham 4r", Verdana;
  color: #0D1C3D;
}

html {
  box-sizing: border-box;
}

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

.screenreader-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}
.screenreader-only.invisible-link {
  display: flex;
}
.screenreader-only.invisible-link:focus {
  position: static;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: inherit;
}

@font-face {
  font-family: "Gotham 3r";
  src: url("assets/fonts/96AFA220F80ED4389.eot");
  src: local("?"), url("assets/fonts/96AFA220F80ED4389.eot?#hco") format("embedded-opentype"), url(data:application/x-font-woff;base64,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);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham 4r";
  src: url("assets/fonts/2108F2E63BC303060.eot");
  src: local("?"), url("assets/fonts/2108F2E63BC303060.eot?#hco") format("embedded-opentype"), url(data:application/x-font-woff;base64,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);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham 5r";
  src: url("assets/fonts/365B298D61694CBD3.eot");
  src: local("?"), url("assets/fonts/365B298D61694CBD3.eot?#hco") format("embedded-opentype"), url(data:application/x-font-woff;base64,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);
  font-weight: normal;
  font-style: normal;
}
.blue-5 {
  background-color: #F2F8FB;
  color: #000000;
}
.blue-5.-inverted {
  background-color: #F4F5F6;
  color: #F2F8FB;
}

.blue-10 {
  background-color: #E6F2F7;
  color: #000000;
}
.blue-10.-inverted {
  background-color: #F4F5F6;
  color: #E6F2F7;
}

.blue-extra-dark {
  background-color: #002343;
  color: #ffffff;
}
.blue-extra-dark.-inverted {
  background-color: #F4F5F6;
  color: #002343;
}

.blue-light {
  background-color: #92CCF0;
  color: #000000;
}
.blue-light.-inverted {
  background-color: #F4F5F6;
  color: #92CCF0;
}

.blue-xlight {
  background-color: #F0F7FA;
  color: #000000;
}
.blue-xlight.-inverted {
  background-color: #F4F5F6;
  color: #F0F7FA;
}

.black {
  background-color: #000000;
  color: #ffffff;
}
.black.-inverted {
  background-color: #F4F5F6;
  color: #000000;
}

.gray-dark {
  background-color: #58616B;
  color: #ffffff;
}
.gray-dark.-inverted {
  background-color: #F4F5F6;
  color: #58616B;
}

.gray {
  background-color: #ECEDEF;
  color: #000000;
}
.gray.-inverted {
  background-color: #F4F5F6;
  color: #ECEDEF;
}

.green-regular {
  background-color: #33A437;
  color: #ffffff;
}
.green-regular.-inverted {
  background-color: #F4F5F6;
  color: #33A437;
}

.red {
  background-color: #D00000;
  color: #ffffff;
}
.red.-inverted {
  background-color: #F4F5F6;
  color: #D00000;
}

.transparent-black-light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #ffffff;
}
.transparent-black-light.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.05);
}

.transparent-black-regular {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.transparent-black-regular.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.1);
}

.transparent-black-dark {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.transparent-black-dark.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.2);
}

.interactive-blue {
  background-color: #0078B3;
  color: #ffffff;
}
.interactive-blue.-inverted {
  background-color: #F4F5F6;
  color: #0078B3;
}

.contrast-blue {
  background-color: #0074AD;
  color: #ffffff;
}
.contrast-blue.-inverted {
  background-color: #F4F5F6;
  color: #0074AD;
}

.interactive-blue-dark {
  background-color: #003B71;
  color: #ffffff;
}
.interactive-blue-dark.-inverted {
  background-color: #F4F5F6;
  color: #003B71;
}

.kp-blue {
  background-color: #0078B3;
  color: #ffffff;
}
.kp-blue.-inverted {
  background-color: #F4F5F6;
  color: #0078B3;
}

.inky-blue {
  background-color: #0D1C3D;
  color: #ffffff;
}
.inky-blue.-inverted {
  background-color: #F4F5F6;
  color: #0D1C3D;
}

.dolphin {
  background-color: #677083;
  color: #ffffff;
}
.dolphin.-inverted {
  background-color: #F4F5F6;
  color: #677083;
}

.dolphin-mid {
  background-color: #A0A5B6;
  color: #000000;
}
.dolphin-mid.-inverted {
  background-color: #F4F5F6;
  color: #A0A5B6;
}

.graphite-dark {
  background-color: #D3D6DC;
  color: #000000;
}
.graphite-dark.-inverted {
  background-color: #F4F5F6;
  color: #D3D6DC;
}

.graphite {
  background-color: #E9EBEE;
  color: #000000;
}
.graphite.-inverted {
  background-color: #F4F5F6;
  color: #E9EBEE;
}

.graphite-light {
  background-color: #F4F5F6;
  color: #000000;
}
.graphite-light.-inverted {
  background-color: #F4F5F6;
  color: #F4F5F6;
}

.pebble {
  background-color: #F7F7F7;
  color: #000000;
}
.pebble.-inverted {
  background-color: #F4F5F6;
  color: #F7F7F7;
}

.midnight {
  background-color: #003B71;
  color: #ffffff;
}
.midnight.-inverted {
  background-color: #F4F5F6;
  color: #003B71;
}

.sky {
  background-color: #90CEF1;
  color: #000000;
}
.sky.-inverted {
  background-color: #F4F5F6;
  color: #90CEF1;
}

.moss {
  background-color: #4A7628;
  color: #ffffff;
}
.moss.-inverted {
  background-color: #F4F5F6;
  color: #4A7628;
}

.grass {
  background-color: #57A635;
  color: #ffffff;
}
.grass.-inverted {
  background-color: #F4F5F6;
  color: #57A635;
}

.leaf {
  background-color: #A4D751;
  color: #000000;
}
.leaf.-inverted {
  background-color: #F4F5F6;
  color: #A4D751;
}

.burnt-sienna {
  background-color: #D1480C;
  color: #ffffff;
}
.burnt-sienna.-inverted {
  background-color: #F4F5F6;
  color: #D1480C;
}

.tiger-lily {
  background-color: #F36C0D;
  color: #000000;
}
.tiger-lily.-inverted {
  background-color: #F4F5F6;
  color: #F36C0D;
}

.tangerine {
  background-color: #FEC941;
  color: #000000;
}
.tangerine.-inverted {
  background-color: #F4F5F6;
  color: #FEC941;
}

.ocean {
  background-color: #066564;
  color: #ffffff;
}
.ocean.-inverted {
  background-color: #F4F5F6;
  color: #066564;
}

.aqua {
  background-color: #20A29E;
  color: #ffffff;
}
.aqua.-inverted {
  background-color: #F4F5F6;
  color: #20A29E;
}

.robin-egg {
  background-color: #7BD3CF;
  color: #000000;
}
.robin-egg.-inverted {
  background-color: #F4F5F6;
  color: #7BD3CF;
}

.acai {
  background-color: #BB1654;
  color: #ffffff;
}
.acai.-inverted {
  background-color: #F4F5F6;
  color: #BB1654;
}

.fuchsia {
  background-color: #F05674;
  color: #000000;
}
.fuchsia.-inverted {
  background-color: #F4F5F6;
  color: #F05674;
}

.rose {
  background-color: #FFA4B4;
  color: #000000;
}
.rose.-inverted {
  background-color: #F4F5F6;
  color: #FFA4B4;
}

.plum {
  background-color: #583985;
  color: #ffffff;
}
.plum.-inverted {
  background-color: #F4F5F6;
  color: #583985;
}

.lilac {
  background-color: #846EAD;
  color: #000000;
}
.lilac.-inverted {
  background-color: #F4F5F6;
  color: #846EAD;
}

.lavender {
  background-color: #B2A8D2;
  color: #000000;
}
.lavender.-inverted {
  background-color: #F4F5F6;
  color: #B2A8D2;
}

.deep-red {
  background-color: #B63125;
  color: #ffffff;
}
.deep-red.-inverted {
  background-color: #F4F5F6;
  color: #B63125;
}

.deep-chalk {
  background-color: #585858;
  color: #ffffff;
}
.deep-chalk.-inverted {
  background-color: #F4F5F6;
  color: #585858;
}

.mid-chalk {
  background-color: #666;
  color: #ffffff;
}
.mid-chalk.-inverted {
  background-color: #F4F5F6;
  color: #666;
}

.light-chalk {
  background-color: #D8D1CA;
  color: #000000;
}
.light-chalk.-inverted {
  background-color: #F4F5F6;
  color: #D8D1CA;
}

.mid-aqua {
  background-color: #CEECFD;
  color: #000000;
}
.mid-aqua.-inverted {
  background-color: #F4F5F6;
  color: #CEECFD;
}

.light-aqua {
  background-color: #E9F7FE;
  color: #000000;
}
.light-aqua.-inverted {
  background-color: #F4F5F6;
  color: #E9F7FE;
}

.pale-blue {
  background-color: #F0F7FA;
  color: #000000;
}
.pale-blue.-inverted {
  background-color: #F4F5F6;
  color: #F0F7FA;
}

.motion-blue {
  background-color: #94DFFF;
  color: #000000;
}
.motion-blue.-inverted {
  background-color: #F4F5F6;
  color: #94DFFF;
}

.white {
  background-color: #ffffff;
  color: #000000;
}
.white.-inverted {
  background-color: #F4F5F6;
  color: #ffffff;
}

.dolphin-light {
  background-color: #B3B6C5;
  color: #000000;
}
.dolphin-light.-inverted {
  background-color: #F4F5F6;
  color: #B3B6C5;
}

.slate {
  background-color: #878F9B;
  color: #000000;
}
.slate.-inverted {
  background-color: #F4F5F6;
  color: #878F9B;
}

.-inky-blue,
.\--inky-blue {
  color: #0D1C3D;
}

.-dolphin,
.\--dolphin {
  color: #677083;
}

.-white,
.\--white {
  color: #fff;
}

.-book,
.\--book {
  font-family: "Gotham 4r";
}

.-light,
.\--light {
  font-family: "Gotham 3r";
}

.-medium,
.\--medium {
  font-family: "Gotham 5r";
}

.-bold,
.\--bold {
  font-family: "Gotham 5r";
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  p,
  ul,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1152px) {
  p,
  ul,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  p,
  ul,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  p,
  ul,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 12px;
  }
}

.styling-1,
.styling-1-marketing {
  font-size: 48px;
  font-weight: normal;
  line-height: 54px;
  letter-spacing: -0.02em;
}
.styling-1.-book, .styling-1.\--book,
.styling-1-marketing.-book,
.styling-1-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-1.-light, .styling-1.\--light,
.styling-1-marketing.-light,
.styling-1-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-1.-medium, .styling-1.\--medium,
.styling-1-marketing.-medium,
.styling-1-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-1.-bold, .styling-1.\--bold,
.styling-1-marketing.-bold,
.styling-1-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-2,
.styling-2-marketing {
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -0.02em;
}
.styling-2.-book, .styling-2.\--book,
.styling-2-marketing.-book,
.styling-2-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-2.-light, .styling-2.\--light,
.styling-2-marketing.-light,
.styling-2-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-2.-medium, .styling-2.\--medium,
.styling-2-marketing.-medium,
.styling-2-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-2.-bold, .styling-2.\--bold,
.styling-2-marketing.-bold,
.styling-2-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-3,
.styling-3-marketing {
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.styling-3.-book, .styling-3.\--book,
.styling-3-marketing.-book,
.styling-3-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-3.-light, .styling-3.\--light,
.styling-3-marketing.-light,
.styling-3-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-3.-medium, .styling-3.\--medium,
.styling-3-marketing.-medium,
.styling-3-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-3.-bold, .styling-3.\--bold,
.styling-3-marketing.-bold,
.styling-3-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-4,
.styling-4-marketing {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
}
.styling-4.-book, .styling-4.\--book,
.styling-4-marketing.-book,
.styling-4-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-4.-light, .styling-4.\--light,
.styling-4-marketing.-light,
.styling-4-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-4.-medium, .styling-4.\--medium,
.styling-4-marketing.-medium,
.styling-4-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-4.-bold, .styling-4.\--bold,
.styling-4-marketing.-bold,
.styling-4-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-5,
.styling-5-marketing {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
}
.styling-5.-book, .styling-5.\--book,
.styling-5-marketing.-book,
.styling-5-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-5.-light, .styling-5.\--light,
.styling-5-marketing.-light,
.styling-5-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-5.-medium, .styling-5.\--medium,
.styling-5-marketing.-medium,
.styling-5-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-5.-bold, .styling-5.\--bold,
.styling-5-marketing.-bold,
.styling-5-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-6,
.styling-6-marketing {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.styling-6.-book, .styling-6.\--book,
.styling-6-marketing.-book,
.styling-6-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-6.-light, .styling-6.\--light,
.styling-6-marketing.-light,
.styling-6-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-6.-medium, .styling-6.\--medium,
.styling-6-marketing.-medium,
.styling-6-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-6.-bold, .styling-6.\--bold,
.styling-6-marketing.-bold,
.styling-6-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-7,
.styling-7-marketing {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0;
}
.styling-7.-book, .styling-7.\--book,
.styling-7-marketing.-book,
.styling-7-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-7.-light, .styling-7.\--light,
.styling-7-marketing.-light,
.styling-7-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-7.-medium, .styling-7.\--medium,
.styling-7-marketing.-medium,
.styling-7-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-7.-bold, .styling-7.\--bold,
.styling-7-marketing.-bold,
.styling-7-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0;
}
.p1.-book, .p1.\--book {
  font-family: "Gotham 4r";
}
.p1.-light, .p1.\--light {
  font-family: "Gotham 3r";
}
.p1.-medium, .p1.\--medium {
  font-family: "Gotham 5r";
}
.p1.-bold, .p1.\--bold {
  font-family: "Gotham 5r";
}

.styling-8,
.styling-8-marketing {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
}
.styling-8.-book, .styling-8.\--book,
.styling-8-marketing.-book,
.styling-8-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-8.-light, .styling-8.\--light,
.styling-8-marketing.-light,
.styling-8-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-8.-medium, .styling-8.\--medium,
.styling-8-marketing.-medium,
.styling-8-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-8.-bold, .styling-8.\--bold,
.styling-8-marketing.-bold,
.styling-8-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
}
.p2.-book, .p2.\--book {
  font-family: "Gotham 4r";
}
.p2.-light, .p2.\--light {
  font-family: "Gotham 3r";
}
.p2.-medium, .p2.\--medium {
  font-family: "Gotham 5r";
}
.p2.-bold, .p2.\--bold {
  font-family: "Gotham 5r";
}

.styling-9,
.styling-9-marketing {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
}
.styling-9.-book, .styling-9.\--book,
.styling-9-marketing.-book,
.styling-9-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-9.-light, .styling-9.\--light,
.styling-9-marketing.-light,
.styling-9-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-9.-medium, .styling-9.\--medium,
.styling-9-marketing.-medium,
.styling-9-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-9.-bold, .styling-9.\--bold,
.styling-9-marketing.-bold,
.styling-9-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
}
.p3.-book, .p3.\--book {
  font-family: "Gotham 4r";
}
.p3.-light, .p3.\--light {
  font-family: "Gotham 3r";
}
.p3.-medium, .p3.\--medium {
  font-family: "Gotham 5r";
}
.p3.-bold, .p3.\--bold {
  font-family: "Gotham 5r";
}

.styling-10,
.styling-10-marketing {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.styling-10.-book, .styling-10.\--book,
.styling-10-marketing.-book,
.styling-10-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-10.-light, .styling-10.\--light,
.styling-10-marketing.-light,
.styling-10-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-10.-medium, .styling-10.\--medium,
.styling-10-marketing.-medium,
.styling-10-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-10.-bold, .styling-10.\--bold,
.styling-10-marketing.-bold,
.styling-10-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.p4.-book, .p4.\--book {
  font-family: "Gotham 4r";
}
.p4.-light, .p4.\--light {
  font-family: "Gotham 3r";
}
.p4.-medium, .p4.\--medium {
  font-family: "Gotham 5r";
}
.p4.-bold, .p4.\--bold {
  font-family: "Gotham 5r";
}

.styling-11,
.styling-11-marketing {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.styling-11.-book, .styling-11.\--book,
.styling-11-marketing.-book,
.styling-11-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-11.-light, .styling-11.\--light,
.styling-11-marketing.-light,
.styling-11-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-11.-medium, .styling-11.\--medium,
.styling-11-marketing.-medium,
.styling-11-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-11.-bold, .styling-11.\--bold,
.styling-11-marketing.-bold,
.styling-11-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p5 {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.p5.-book, .p5.\--book {
  font-family: "Gotham 4r";
}
.p5.-light, .p5.\--light {
  font-family: "Gotham 3r";
}
.p5.-medium, .p5.\--medium {
  font-family: "Gotham 5r";
}
.p5.-bold, .p5.\--bold {
  font-family: "Gotham 5r";
}

.styling-12,
.styling-12-marketing {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.styling-12.-book, .styling-12.\--book,
.styling-12-marketing.-book,
.styling-12-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-12.-light, .styling-12.\--light,
.styling-12-marketing.-light,
.styling-12-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-12.-medium, .styling-12.\--medium,
.styling-12-marketing.-medium,
.styling-12-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-12.-bold, .styling-12.\--bold,
.styling-12-marketing.-bold,
.styling-12-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p6 {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.p6.-book, .p6.\--book {
  font-family: "Gotham 4r";
}
.p6.-light, .p6.\--light {
  font-family: "Gotham 3r";
}
.p6.-medium, .p6.\--medium {
  font-family: "Gotham 5r";
}
.p6.-bold, .p6.\--bold {
  font-family: "Gotham 5r";
}

h1 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

/*Greeting styles --DESKTOP SMALL*/
.greeting {
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -0.02em;
  font-family: "Gotham 5r";
}
.greeting.-book, .greeting.\--book {
  font-family: "Gotham 4r";
}
.greeting.-light, .greeting.\--light {
  font-family: "Gotham 3r";
}
.greeting.-medium, .greeting.\--medium {
  font-family: "Gotham 5r";
}
.greeting.-bold, .greeting.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .greeting {
    font-size: 48px;
    font-weight: normal;
    line-height: 54px;
    letter-spacing: -0.02em;
  }
  .greeting.-book, .greeting.\--book {
    font-family: "Gotham 4r";
  }
  .greeting.-light, .greeting.\--light {
    font-family: "Gotham 3r";
  }
  .greeting.-medium, .greeting.\--medium {
    font-family: "Gotham 5r";
  }
  .greeting.-bold, .greeting.\--bold {
    font-family: "Gotham 5r";
  }
}

.p1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
}
.p1.-book, .p1.\--book {
  font-family: "Gotham 4r";
}
.p1.-light, .p1.\--light {
  font-family: "Gotham 3r";
}
.p1.-medium, .p1.\--medium {
  font-family: "Gotham 5r";
}
.p1.-bold, .p1.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .p1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
  }
  .p1.-book, .p1.\--book {
    font-family: "Gotham 4r";
  }
  .p1.-light, .p1.\--light {
    font-family: "Gotham 3r";
  }
  .p1.-medium, .p1.\--medium {
    font-family: "Gotham 5r";
  }
  .p1.-bold, .p1.\--bold {
    font-family: "Gotham 5r";
  }
}

.p2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
}
.p2.-book, .p2.\--book {
  font-family: "Gotham 4r";
}
.p2.-light, .p2.\--light {
  font-family: "Gotham 3r";
}
.p2.-medium, .p2.\--medium {
  font-family: "Gotham 5r";
}
.p2.-bold, .p2.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .p2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .p2.-book, .p2.\--book {
    font-family: "Gotham 4r";
  }
  .p2.-light, .p2.\--light {
    font-family: "Gotham 3r";
  }
  .p2.-medium, .p2.\--medium {
    font-family: "Gotham 5r";
  }
  .p2.-bold, .p2.\--bold {
    font-family: "Gotham 5r";
  }
}

.p3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.p3.-book, .p3.\--book {
  font-family: "Gotham 4r";
}
.p3.-light, .p3.\--light {
  font-family: "Gotham 3r";
}
.p3.-medium, .p3.\--medium {
  font-family: "Gotham 5r";
}
.p3.-bold, .p3.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .p3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
  }
  .p3.-book, .p3.\--book {
    font-family: "Gotham 4r";
  }
  .p3.-light, .p3.\--light {
    font-family: "Gotham 3r";
  }
  .p3.-medium, .p3.\--medium {
    font-family: "Gotham 5r";
  }
  .p3.-bold, .p3.\--bold {
    font-family: "Gotham 5r";
  }
}

.p4 {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.p4.-book, .p4.\--book {
  font-family: "Gotham 4r";
}
.p4.-light, .p4.\--light {
  font-family: "Gotham 3r";
}
.p4.-medium, .p4.\--medium {
  font-family: "Gotham 5r";
}
.p4.-bold, .p4.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .p4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .p4.-book, .p4.\--book {
    font-family: "Gotham 4r";
  }
  .p4.-light, .p4.\--light {
    font-family: "Gotham 3r";
  }
  .p4.-medium, .p4.\--medium {
    font-family: "Gotham 5r";
  }
  .p4.-bold, .p4.\--bold {
    font-family: "Gotham 5r";
  }
}

.p5 {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.p5.-book, .p5.\--book {
  font-family: "Gotham 4r";
}
.p5.-light, .p5.\--light {
  font-family: "Gotham 3r";
}
.p5.-medium, .p5.\--medium {
  font-family: "Gotham 5r";
}
.p5.-bold, .p5.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .p5 {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .p5.-book, .p5.\--book {
    font-family: "Gotham 4r";
  }
  .p5.-light, .p5.\--light {
    font-family: "Gotham 3r";
  }
  .p5.-medium, .p5.\--medium {
    font-family: "Gotham 5r";
  }
  .p5.-bold, .p5.\--bold {
    font-family: "Gotham 5r";
  }
}

h1,
.h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
  font-family: "Gotham 5r";
}
h1.-book, h1.\--book,
.h1.-book,
.h1.\--book {
  font-family: "Gotham 4r";
}
h1.-light, h1.\--light,
.h1.-light,
.h1.\--light {
  font-family: "Gotham 3r";
}
h1.-medium, h1.\--medium,
.h1.-medium,
.h1.\--medium {
  font-family: "Gotham 5r";
}
h1.-bold, h1.\--bold,
.h1.-bold,
.h1.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  h1,
  .h1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  h1.-book, h1.\--book,
  .h1.-book,
  .h1.\--book {
    font-family: "Gotham 4r";
  }
  h1.-light, h1.\--light,
  .h1.-light,
  .h1.\--light {
    font-family: "Gotham 3r";
  }
  h1.-medium, h1.\--medium,
  .h1.-medium,
  .h1.\--medium {
    font-family: "Gotham 5r";
  }
  h1.-bold, h1.\--bold,
  .h1.-bold,
  .h1.\--bold {
    font-family: "Gotham 5r";
  }
}

h2,
.h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "Gotham 5r";
}
h2.-book, h2.\--book,
.h2.-book,
.h2.\--book {
  font-family: "Gotham 4r";
}
h2.-light, h2.\--light,
.h2.-light,
.h2.\--light {
  font-family: "Gotham 3r";
}
h2.-medium, h2.\--medium,
.h2.-medium,
.h2.\--medium {
  font-family: "Gotham 5r";
}
h2.-bold, h2.\--bold,
.h2.-bold,
.h2.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  h2,
  .h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
  h2.-book, h2.\--book,
  .h2.-book,
  .h2.\--book {
    font-family: "Gotham 4r";
  }
  h2.-light, h2.\--light,
  .h2.-light,
  .h2.\--light {
    font-family: "Gotham 3r";
  }
  h2.-medium, h2.\--medium,
  .h2.-medium,
  .h2.\--medium {
    font-family: "Gotham 5r";
  }
  h2.-bold, h2.\--bold,
  .h2.-bold,
  .h2.\--bold {
    font-family: "Gotham 5r";
  }
}

h3,
.h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Gotham 5r";
}
h3.-book, h3.\--book,
.h3.-book,
.h3.\--book {
  font-family: "Gotham 4r";
}
h3.-light, h3.\--light,
.h3.-light,
.h3.\--light {
  font-family: "Gotham 3r";
}
h3.-medium, h3.\--medium,
.h3.-medium,
.h3.\--medium {
  font-family: "Gotham 5r";
}
h3.-bold, h3.\--bold,
.h3.-bold,
.h3.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  h3,
  .h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: -0.01em;
  }
  h3.-book, h3.\--book,
  .h3.-book,
  .h3.\--book {
    font-family: "Gotham 4r";
  }
  h3.-light, h3.\--light,
  .h3.-light,
  .h3.\--light {
    font-family: "Gotham 3r";
  }
  h3.-medium, h3.\--medium,
  .h3.-medium,
  .h3.\--medium {
    font-family: "Gotham 5r";
  }
  h3.-bold, h3.\--bold,
  .h3.-bold,
  .h3.\--bold {
    font-family: "Gotham 5r";
  }
}

h4,
.h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Gotham 5r";
}
h4.-book, h4.\--book,
.h4.-book,
.h4.\--book {
  font-family: "Gotham 4r";
}
h4.-light, h4.\--light,
.h4.-light,
.h4.\--light {
  font-family: "Gotham 3r";
}
h4.-medium, h4.\--medium,
.h4.-medium,
.h4.\--medium {
  font-family: "Gotham 5r";
}
h4.-bold, h4.\--bold,
.h4.-bold,
.h4.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  h4,
  .h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
  }
  h4.-book, h4.\--book,
  .h4.-book,
  .h4.\--book {
    font-family: "Gotham 4r";
  }
  h4.-light, h4.\--light,
  .h4.-light,
  .h4.\--light {
    font-family: "Gotham 3r";
  }
  h4.-medium, h4.\--medium,
  .h4.-medium,
  .h4.\--medium {
    font-family: "Gotham 5r";
  }
  h4.-bold, h4.\--bold,
  .h4.-bold,
  .h4.\--bold {
    font-family: "Gotham 5r";
  }
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kp-icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    line-height: normal;
  }
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

/* neutral-icon-circle-lg mixin */
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  text-align: center;
  height: auto;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

.button {
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.button {
  letter-spacing: 0.01em;
  height: 48px;
  line-height: 24px;
  display: inline-block;
  -webkit-transition: background-color 240ms ease-out, color 240ms ease-out, border-color 240ms ease-out;
  -moz-transition: background-color 240ms ease-out, color 240ms ease-out, border-color 240ms ease-out;
  -ms-transition: background-color 240ms ease-out, color 240ms ease-out, border-color 240ms ease-out;
  -o-transition: background-color 240ms ease-out, color 240ms ease-out, border-color 240ms ease-out;
  transition: background-color 240ms ease-out, color 240ms ease-out, border-color 240ms ease-out;
}
.button:has(span) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button, .button span {
  white-space: normal;
}
.button svg {
  vertical-align: bottom;
  min-width: 24px;
}
.button svg.button__icon--right {
  margin-left: 8px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .button {
    max-width: fit-content;
  }
}
.-inverted.-light.button svg, .-inverted.-light.button img, .-inverted.-dark.button svg, .-inverted.-dark.button img {
  height: 24px;
  width: 24px;
}
.button:hover {
  -webkit-transition: background-color 120ms ease-out, color 120ms ease-out, border-color 120ms ease-out;
  -moz-transition: background-color 120ms ease-out, color 120ms ease-out, border-color 120ms ease-out;
  -ms-transition: background-color 120ms ease-out, color 120ms ease-out, border-color 120ms ease-out;
  -o-transition: background-color 120ms ease-out, color 120ms ease-out, border-color 120ms ease-out;
  transition: background-color 120ms ease-out, color 120ms ease-out, border-color 120ms ease-out;
}
.-navigation__next.-light.button, .-navigation__next.-dark.button {
  padding-right: 12px;
}
.-navigation__next.-light.button svg, .-navigation__next.-light.button img, .-navigation__next.-dark.button svg, .-navigation__next.-dark.button img {
  margin-left: 2px;
  margin-right: 4px;
}
.-navigation__prev.-light.button, .-navigation__prev.-dark.button {
  padding-left: 12px;
}
.-navigation__prev.-light.button svg, .-navigation__prev.-light.button img, .-navigation__prev.-dark.button svg, .-navigation__prev.-dark.button img {
  margin-right: 2px;
  margin-left: 4px;
}
.-light.button:focus-visible, .button:not(.-dark) {
  outline-offset: 3px;
}
.-large.button {
  font-size: 24px;
  line-height: 20px;
}
.-block.button {
  padding-top: 11px;
  padding-bottom: 11px;
}
.-small.button {
  min-width: 72px;
  font-size: 14px;
  padding: 0px 16px;
  height: 36px;
  line-height: 20px;
  border-radius: 18px;
}
.-small.-block.button {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .-small.button {
    max-width: fit-content;
  }
}
.-small.button svg, .-small.button img {
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 6px;
}
.-small.-navigation__prev.button svg, .-small.-navigation__prev.button img, .-small.-navigation__next.button svg, .-small.-navigation__next.button img {
  margin: 0 2px;
}
.-small.-navigation__prev.button {
  padding-left: 8px;
}
.-small.-navigation__next.button {
  padding-right: 8px;
}
.-left.button {
  float: unset;
  display: block;
}
.-center.button {
  float: unset;
  display: block;
  margin: 0 auto;
}
.-block.button {
  display: block;
  width: 100%;
  min-width: 100%;
}
.-right.button {
  float: unset;
  display: block;
  margin: 0 0 0 auto;
}
.-tertiary.button {
  color: #0074AD;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  min-width: auto;
  padding: 0;
  height: auto;
  margin: 14px 0;
}
@media screen and (min-width: 768px) {
  .-tertiary.button {
    margin: 19px 0;
  }
}
.-tertiary.button:hover, .-tertiary.button:focus, .-tertiary.button:active {
  color: #003B71;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .button + .button {
    margin-top: 15px;
  }
}
.button__icon--left.button {
  padding-left: 40px;
}
.button__icon--left.button .icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 10px;
}
.button__icon--right.button {
  padding-right: 40px;
}
.button__icon--right.button .icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
}
.button__icon--only.button {
  line-height: 0;
  padding: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .button__icon--only.button {
    padding: 9px;
  }
}
@media screen and (min-width: 1152px) {
  .button__icon--only.button {
    padding: 13px;
  }
}
.button__icon--left.button:hover img, .button__icon--left.button:active img, .button__icon--right.button:hover img, .button__icon--right.button:active img, .button__icon--only.button:hover img, .button__icon--only.button:active img {
  filter: grayscale(100) invert(1) brightness(100);
}

.button i, .button img {
  color: inherit;
  overflow: hidden;
  padding-right: 20px;
  vertical-align: middle;
  display: inline-block;
}
.button i, .button img {
  font-size: 0.95rem;
  padding-right: 8px;
}
.button i.-right-icon, .button img.-right-icon {
  padding-left: 8px;
}
.button i.-right-icon, .button img.-right-icon {
  padding-right: 0;
}

.close, .-close--small, .-close--large, .-close {
  color: #0078B3;
  font-size: 1.25rem;
  border: none;
  background: none;
}

.button {
  min-width: 96px;
  margin-top: 0;
  font-family: "Gotham 5r";
  font-size: 16px;
  line-height: 24px;
  border-radius: 24px;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  color: #0074AD;
  background-color: #F2F8FB;
  border: 1px solid #0074AD;
}
@media screen and (max-width: 767px) {
  .button {
    width: 100%;
  }
}
.button img,
.button i,
.button svg {
  height: 24px;
  line-height: 24px;
}
.button img,
.button i {
  padding-right: 8px;
}
@media screen and (min-width: 1152px) {
  .button img,
  .button i {
    padding-right: 8px;
  }
}
.button img.-right,
.button i.-right {
  float: right;
  padding-left: 8px;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .button img.-right,
  .button i.-right {
    padding-left: 8px;
    padding-right: 0;
  }
}
.button svg {
  margin-right: 8px;
}
@media screen and (min-width: 1152px) {
  .button svg {
    margin-right: 8px;
  }
}
.button svg.-right {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
@media screen and (min-width: 1152px) {
  .button svg.-right {
    margin-left: 8px;
    margin-right: 0;
  }
}
.button:hover, .button:focus, .button:active {
  color: #003B71;
  border-color: #003B71;
}
.button:disabled,
.button .-disabled, .button.-disabled {
  color: #A0A5B6;
  background-color: #E9EBEE;
  border-color: #A0A5B6;
}
.button:disabled:hover, .button:disabled:focus, .button:disabled:active, .button:disabled:visited,
.button .-disabled:hover,
.button .-disabled:focus,
.button .-disabled:active,
.button .-disabled:visited, .button.-disabled:hover, .button.-disabled:focus, .button.-disabled:active, .button.-disabled:visited {
  background-color: #E9EBEE;
}
.button.-secondary, .button.-inverted {
  text-decoration: none;
  color: #0074AD;
  background-color: #ffffff;
  border: 1px solid #0074AD;
}
.button.-secondary:hover, .button.-secondary:focus, .button.-secondary:active, .button.-inverted:hover, .button.-inverted:focus, .button.-inverted:active {
  color: #ffffff;
  background-color: #003B71;
  border-color: #003B71;
}
.button.-secondary:disabled,
.button.-secondary .-disabled, .button.-secondary.-disabled, .button.-inverted:disabled,
.button.-inverted .-disabled, .button.-inverted.-disabled {
  color: #A0A5B6;
  background-color: #E9EBEE;
  border-color: #A0A5B6;
}
.button.-secondary:disabled:hover, .button.-secondary:disabled:focus, .button.-secondary:disabled:active, .button.-secondary:disabled:visited,
.button.-secondary .-disabled:hover,
.button.-secondary .-disabled:focus,
.button.-secondary .-disabled:active,
.button.-secondary .-disabled:visited, .button.-secondary.-disabled:hover, .button.-secondary.-disabled:focus, .button.-secondary.-disabled:active, .button.-secondary.-disabled:visited, .button.-inverted:disabled:hover, .button.-inverted:disabled:focus, .button.-inverted:disabled:active, .button.-inverted:disabled:visited,
.button.-inverted .-disabled:hover,
.button.-inverted .-disabled:focus,
.button.-inverted .-disabled:active,
.button.-inverted .-disabled:visited, .button.-inverted.-disabled:hover, .button.-inverted.-disabled:focus, .button.-inverted.-disabled:active, .button.-inverted.-disabled:visited {
  background-color: #E9EBEE;
}
.button.-dark {
  text-decoration: none;
  color: #92CCF0;
  background-color: #0D1C3D;
  border: 1px solid #92CCF0;
}
.button.-dark:hover, .button.-dark:focus, .button.-dark:active {
  color: #0D1C3D;
  background-color: #92CCF0;
  border-color: #92CCF0;
}
.button.-dark:disabled,
.button.-dark .-disabled, .button.-dark.-disabled {
  color: #A0A5B6;
  background-color: #0D1C3D;
  border-color: #A0A5B6;
}
.button.-dark:disabled:hover, .button.-dark:disabled:focus, .button.-dark:disabled:active, .button.-dark:disabled:visited,
.button.-dark .-disabled:hover,
.button.-dark .-disabled:focus,
.button.-dark .-disabled:active,
.button.-dark .-disabled:visited, .button.-dark.-disabled:hover, .button.-dark.-disabled:focus, .button.-dark.-disabled:active, .button.-dark.-disabled:visited {
  background-color: #0D1C3D;
}
.button.-light {
  text-decoration: none;
  color: #0074AD;
  background-color: #F2F8FB;
  border: 1px solid #0074AD;
}
.button.-light:hover, .button.-light:focus, .button.-light:active {
  color: #003B71;
  background-color: #F2F8FB;
  border-color: #003B71;
}
.button.-light:disabled,
.button.-light .-disabled, .button.-light.-disabled {
  color: #A0A5B6;
  background-color: #E9EBEE;
  border-color: #A0A5B6;
}
.button.-light:disabled:hover, .button.-light:disabled:focus, .button.-light:disabled:active, .button.-light:disabled:visited,
.button.-light .-disabled:hover,
.button.-light .-disabled:focus,
.button.-light .-disabled:active,
.button.-light .-disabled:visited, .button.-light.-disabled:hover, .button.-light.-disabled:focus, .button.-light.-disabled:active, .button.-light.-disabled:visited {
  background-color: #E9EBEE;
}
.button.-inverted.-light {
  text-decoration: none;
  color: #0074AD;
  background-color: #ffffff;
  border: 1px solid #0074AD;
}
.button.-inverted.-light:hover, .button.-inverted.-light:focus, .button.-inverted.-light:active {
  color: #ffffff;
  background-color: #003B71;
  text-decoration: none;
  border-color: #003B71;
}
.button.-inverted.-light:disabled,
.button.-inverted.-light .-disabled, .button.-inverted.-light.-disabled {
  color: #A0A5B6;
  background-color: #E9EBEE;
  border-color: #A0A5B6;
}
.button.-inverted.-light:disabled:hover, .button.-inverted.-light:disabled:focus, .button.-inverted.-light:disabled:active, .button.-inverted.-light:disabled:visited,
.button.-inverted.-light .-disabled:hover,
.button.-inverted.-light .-disabled:focus,
.button.-inverted.-light .-disabled:active,
.button.-inverted.-light .-disabled:visited, .button.-inverted.-light.-disabled:hover, .button.-inverted.-light.-disabled:focus, .button.-inverted.-light.-disabled:active, .button.-inverted.-light.-disabled:visited {
  background-color: #E9EBEE;
}
.button.-primary.-light {
  text-decoration: none;
  color: #ffffff;
  background-color: #0074AD;
  border: 1px solid #0074AD;
}
.button.-primary.-light:hover, .button.-primary.-light:focus, .button.-primary.-light:active {
  color: #ffffff;
  background-color: #003B71;
  border-color: #003B71;
}
.button.-primary.-light:disabled,
.button.-primary.-light .-disabled, .button.-primary.-light.-disabled {
  color: #E9EBEE;
  background-color: #A0A5B6;
  border-color: #A0A5B6;
}
.button.-primary.-light:disabled:hover, .button.-primary.-light:disabled:focus, .button.-primary.-light:disabled:active, .button.-primary.-light:disabled:visited,
.button.-primary.-light .-disabled:hover,
.button.-primary.-light .-disabled:focus,
.button.-primary.-light .-disabled:active,
.button.-primary.-light .-disabled:visited, .button.-primary.-light.-disabled:hover, .button.-primary.-light.-disabled:focus, .button.-primary.-light.-disabled:active, .button.-primary.-light.-disabled:visited {
  background-color: #A0A5B6;
}
.button.-primary.-dark {
  text-decoration: none;
  color: #003B71;
  background-color: #E6F2F7;
  border: 1px solid #E6F2F7;
}
.button.-primary.-dark:hover, .button.-primary.-dark:focus, .button.-primary.-dark:active {
  color: #003B71;
  background-color: #92CCF0;
  border-color: #92CCF0;
}
.button.-primary.-dark:disabled,
.button.-primary.-dark .-disabled, .button.-primary.-dark.-disabled {
  color: #A0A5B6;
  background-color: #E9EBEE;
  border-color: #E9EBEE;
}
.button.-primary.-dark:disabled:hover, .button.-primary.-dark:disabled:focus, .button.-primary.-dark:disabled:active, .button.-primary.-dark:disabled:visited,
.button.-primary.-dark .-disabled:hover,
.button.-primary.-dark .-disabled:focus,
.button.-primary.-dark .-disabled:active,
.button.-primary.-dark .-disabled:visited, .button.-primary.-dark.-disabled:hover, .button.-primary.-dark.-disabled:focus, .button.-primary.-dark.-disabled:active, .button.-primary.-dark.-disabled:visited {
  background-color: #E9EBEE;
}
.button.-impact-destructive.-light {
  text-decoration: none;
  color: #B63125;
  background-color: #ffffff;
  border: 1px solid #B63125;
}
.button.-impact-destructive.-light:hover, .button.-impact-destructive.-light:focus, .button.-impact-destructive.-light:active {
  color: #ffffff;
  background-color: #B63125;
  border-color: #B63125;
}
.button.-impact-destructive.-light:disabled,
.button.-impact-destructive.-light .-disabled, .button.-impact-destructive.-light.-disabled {
  color: #D3D6DC;
  background-color: transparent;
  border-color: #D3D6DC;
}
.button.-impact-destructive.-light:disabled:hover, .button.-impact-destructive.-light:disabled:focus, .button.-impact-destructive.-light:disabled:active, .button.-impact-destructive.-light:disabled:visited,
.button.-impact-destructive.-light .-disabled:hover,
.button.-impact-destructive.-light .-disabled:focus,
.button.-impact-destructive.-light .-disabled:active,
.button.-impact-destructive.-light .-disabled:visited, .button.-impact-destructive.-light.-disabled:hover, .button.-impact-destructive.-light.-disabled:focus, .button.-impact-destructive.-light.-disabled:active, .button.-impact-destructive.-light.-disabled:visited {
  background-color: transparent;
}
.button.-impact-destructive.-dark {
  text-decoration: none;
  color: #B63125;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.button.-impact-destructive.-dark:hover, .button.-impact-destructive.-dark:focus, .button.-impact-destructive.-dark:active {
  color: #B63125;
  background-color: #FDF2F2;
  border-color: #FDF2F2;
}
.button.-impact-destructive.-dark:disabled,
.button.-impact-destructive.-dark .-disabled, .button.-impact-destructive.-dark.-disabled {
  color: #D3D6DC;
  background-color: transparent;
  border-color: #D3D6DC;
}
.button.-impact-destructive.-dark:disabled:hover, .button.-impact-destructive.-dark:disabled:focus, .button.-impact-destructive.-dark:disabled:active, .button.-impact-destructive.-dark:disabled:visited,
.button.-impact-destructive.-dark .-disabled:hover,
.button.-impact-destructive.-dark .-disabled:focus,
.button.-impact-destructive.-dark .-disabled:active,
.button.-impact-destructive.-dark .-disabled:visited, .button.-impact-destructive.-dark.-disabled:hover, .button.-impact-destructive.-dark.-disabled:focus, .button.-impact-destructive.-dark.-disabled:active, .button.-impact-destructive.-dark.-disabled:visited {
  background-color: transparent;
}
.button.-inverted.-dark {
  text-decoration: none;
  color: #E6F2F7;
  background-color: #0D1C3D;
  border: 1px solid #E6F2F7;
}
.button.-inverted.-dark:hover, .button.-inverted.-dark:focus, .button.-inverted.-dark:active {
  color: #003B71;
  background-color: #92CCF0;
  text-decoration: none;
  border-color: #92CCF0;
}
.button.-inverted.-dark:disabled,
.button.-inverted.-dark .-disabled, .button.-inverted.-dark.-disabled {
  color: #A0A5B6;
  background-color: #0D1C3D;
  border-color: #A0A5B6;
}
.button.-inverted.-dark:disabled:hover, .button.-inverted.-dark:disabled:focus, .button.-inverted.-dark:disabled:active, .button.-inverted.-dark:disabled:visited,
.button.-inverted.-dark .-disabled:hover,
.button.-inverted.-dark .-disabled:focus,
.button.-inverted.-dark .-disabled:active,
.button.-inverted.-dark .-disabled:visited, .button.-inverted.-dark.-disabled:hover, .button.-inverted.-dark.-disabled:focus, .button.-inverted.-dark.-disabled:active, .button.-inverted.-dark.-disabled:visited {
  background-color: #0D1C3D;
}
.button.-high-contrast.-light {
  text-decoration: none;
  color: #0D1C3D;
  background-color: #ffffff;
  border: 1px solid #0D1C3D;
}
.button.-high-contrast.-light:hover, .button.-high-contrast.-light:focus, .button.-high-contrast.-light:active {
  color: #F2F8FB;
  background-color: #0D1C3D;
  border-color: #F2F8FB;
}
.button.-high-contrast.-light:disabled,
.button.-high-contrast.-light .-disabled, .button.-high-contrast.-light.-disabled {
  color: #A0A5B6;
  background-color: #FFFFFF;
  border-color: #A0A5B6;
}
.button.-high-contrast.-light:disabled:hover, .button.-high-contrast.-light:disabled:focus, .button.-high-contrast.-light:disabled:active, .button.-high-contrast.-light:disabled:visited,
.button.-high-contrast.-light .-disabled:hover,
.button.-high-contrast.-light .-disabled:focus,
.button.-high-contrast.-light .-disabled:active,
.button.-high-contrast.-light .-disabled:visited, .button.-high-contrast.-light.-disabled:hover, .button.-high-contrast.-light.-disabled:focus, .button.-high-contrast.-light.-disabled:active, .button.-high-contrast.-light.-disabled:visited {
  background-color: #FFFFFF;
}
.button.-high-contrast.-dark {
  text-decoration: none;
  color: #F2F8FB;
  background-color: #0D1C3D;
  border: 1px solid #F2F8FB;
}
.button.-high-contrast.-dark:hover, .button.-high-contrast.-dark:focus, .button.-high-contrast.-dark:active {
  color: #0D1C3D;
  background-color: #F2F8FB;
  border-color: #F2F8FB;
}
.button.-high-contrast.-dark:disabled,
.button.-high-contrast.-dark .-disabled, .button.-high-contrast.-dark.-disabled {
  color: #A0A5B6;
  background-color: #0D1C3D;
  border-color: #A0A5B6;
}
.button.-high-contrast.-dark:disabled:hover, .button.-high-contrast.-dark:disabled:focus, .button.-high-contrast.-dark:disabled:active, .button.-high-contrast.-dark:disabled:visited,
.button.-high-contrast.-dark .-disabled:hover,
.button.-high-contrast.-dark .-disabled:focus,
.button.-high-contrast.-dark .-disabled:active,
.button.-high-contrast.-dark .-disabled:visited, .button.-high-contrast.-dark.-disabled:hover, .button.-high-contrast.-dark.-disabled:focus, .button.-high-contrast.-dark.-disabled:active, .button.-high-contrast.-dark.-disabled:visited {
  background-color: #0D1C3D;
}
.button .icon-zzz0027-link-external, .button .icon-zzz0028-link-internal {
  height: 1em;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button img {
    width: 39px;
  }
}

.gs-button.v1.cq-Editable-dom.cq-Editable-dom--container .button.-primary.-right {
  float: unset;
}

@media screen and (max-width: 1151px) {
  .-close {
    font-size: 1.125rem;
  }
}
.-close--large {
  font-size: 28px;
}
.-close--small {
  font-size: 1.125rem;
}

.rows {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  grid-gap: 0 1rem;
}
.rows .columns-1 {
  grid-column: span 1;
  -ms-grid-column-span: 1;
  margin-right: 0;
}
.rows .columns-2 {
  grid-column: span 2;
  -ms-grid-column-span: 2;
  margin-right: 0;
}
.rows .columns-3 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-4 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-5 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-6 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-7 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-8 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-9 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-10 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-11 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-12 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
@media print {
  .rows {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
  .rows .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .rows {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 2rem;
  }
  .rows .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media print {
  .rows {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 2rem;
  }
  .rows .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .rows {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 3rem;
  }
  .rows .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .rows .columns-1-mobile {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2-mobile {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3-mobile {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4-mobile {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5-mobile {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6-mobile {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .rows .columns-1-tablet {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2-tablet {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3-tablet {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4-tablet {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5-tablet {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6-tablet {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7-tablet {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8-tablet {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9-tablet {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10-tablet {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11-tablet {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12-tablet {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .rows .columns-1-desktop {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2-desktop {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3-desktop {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4-desktop {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5-desktop {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6-desktop {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7-desktop {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8-desktop {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9-desktop {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10-desktop {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11-desktop {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12-desktop {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px)and (max-width: 1151px) {
    .rows .columns-3.-tablet-1 {
        grid-column:span 12;
        -ms-grid-column-span: 12;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-4.-tablet-1 {
        grid-column: span 12;
        -ms-grid-column-span: 12;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-5.-tablet-1 {
        grid-column: span 12;
        -ms-grid-column-span: 12;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-6.-tablet-1 {
        grid-column: span 12;
        -ms-grid-column-span: 12;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-7.-tablet-1 {
        grid-column: span 12;
        -ms-grid-column-span: 12;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-8.-tablet-1 {
        grid-column: span 12;
        -ms-grid-column-span: 12;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-9.-tablet-1 {
        grid-column: span 12;
        -ms-grid-column-span: 12;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }
}

@media screen and (max-width: 767px) {
    .rows .columns-3.-tablet-1 {
        grid-column:span 6;
        -ms-grid-column-span: 6;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-4.-tablet-1 {
        grid-column: span 6;
        -ms-grid-column-span: 6;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-5.-tablet-1 {
        grid-column: span 6;
        -ms-grid-column-span: 6;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-6.-tablet-1 {
        grid-column: span 6;
        -ms-grid-column-span: 6;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-7.-tablet-1 {
        grid-column: span 6;
        -ms-grid-column-span: 6;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-8.-tablet-1 {
        grid-column: span 6;
        -ms-grid-column-span: 6;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }

    .rows .columns-9.-tablet-1 {
        grid-column: span 6;
        -ms-grid-column-span: 6;
        margin-right: 0;
        width: 100%;
        flex: 0 0 auto
    }
}

@media screen and (max-width: 767px) {
  .newGrid_container,
  .grid-container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .newGrid_container,
  .grid-container {
    margin-right: 0;
    margin-left: 0;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .newGrid_container,
  .grid-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container, .flex-grid--container {
  max-width: 1204px;
  margin-right: 38px;
  margin-left: 38px;
}
.container::after, .flex-grid--container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1281px) {
  .container, .flex-grid--container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 38px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1180px) {
  .container, .flex-grid--container {
    margin-right: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .container, .flex-grid--container {
    margin-right: 28px;
    margin-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .container, .flex-grid--container {
    margin-right: 16px;
    margin-left: 16px;
  }
}

.flex-grid--column-1,
.column-1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
}
.flex-grid--column-1:last-child,
.column-1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-1,
  .column-1 {
    width: 100%;
  }
}
@media screen and (max-width: 1151px) {
  .flex-grid--column-1,
  .column-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .flex-grid--column-1:last-child,
  .column-1:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .flex-grid--column-1,
  .column-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 20.6728200116%;
    margin-right: 5.2%;
  }
  .flex-grid--column-1:last-child,
  .column-1:last-child {
    margin-right: 0;
  }
  .flex-grid--column-1:nth-child(4n),
  .column-1:nth-child(4n) {
    margin-right: 0;
  }
  .flex-grid--column-1:nth-child(4n+1),
  .column-1:nth-child(4n+1) {
    clear: left;
  }
}

.flex-grid--column-2,
.column-2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}
.flex-grid--column-2:last-child,
.column-2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-2,
  .column-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-grid--column-2,
  .column-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 47.4564055131%;
    margin-right: 15px;
  }
  .flex-grid--column-2:last-child,
  .column-2:last-child {
    margin-right: 0;
  }
  .flex-grid--column-2:nth-child(2n),
  .column-2:nth-child(2n) {
    margin-right: 0;
  }
  .flex-grid--column-2:nth-child(2n+1),
  .column-2:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 400px) {
  .flex-grid--column-2,
  .column-2 {
    width: 46.456406%;
  }
}

.flex-grid--column-3,
.column-3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.flex-grid--column-3:last-child,
.column-3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-3,
  .column-3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-grid--column-3,
  .column-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 47.4564055131%;
    margin-right: 15px;
  }
  .flex-grid--column-3:last-child,
  .column-3:last-child {
    margin-right: 0;
  }
  .flex-grid--column-3:nth-child(2n),
  .column-3:nth-child(2n) {
    margin-right: 0;
  }
  .flex-grid--column-3:nth-child(2n+1),
  .column-3:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 400px) {
  .flex-grid--column-3,
  .column-3 {
    width: 46.456406%;
  }
}

.flex-grid--column-4,
.column-4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.flex-grid--column-4:last-child,
.column-4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-4,
  .column-4 {
    width: 100%;
  }
}

.flex-grid--column-5,
.column-5 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
}
.flex-grid--column-5:last-child,
.column-5:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-5,
  .column-5 {
    width: 100%;
  }
}

.flex-grid--column-6,
.column-6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.flex-grid--column-6:last-child,
.column-6:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-6,
  .column-6 {
    width: 100%;
  }
}

.flex-grid--column-7,
.column-7 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
}
.flex-grid--column-7:last-child,
.column-7:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-7,
  .column-7 {
    width: 100%;
  }
}

.flex-grid--column-8,
.column-8 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.flex-grid--column-8:last-child,
.column-8:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-8,
  .column-8 {
    width: 100%;
  }
}

.flex-grid--column-9,
.column-9 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
.flex-grid--column-9:last-child,
.column-9:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-9,
  .column-9 {
    width: 100%;
  }
}

.flex-grid--column-10,
.column-10 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}
.flex-grid--column-10:last-child,
.column-10:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-10,
  .column-10 {
    width: 100%;
  }
}

.flex-grid--column-11,
.column-11 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%;
}
.flex-grid--column-11:last-child,
.column-11:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-11,
  .column-11 {
    width: 100%;
  }
}

.flex-grid--column-12,
.column-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.flex-grid--column-12:last-child,
.column-12:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-12,
  .column-12 {
    width: 100%;
  }
}

.layout__two-column--name {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.layout__two-column--name:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .layout__two-column--name {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .layout__two-column--name {
    margin-right: 0;
  }
}

.column-4-of-8 {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 48.2106681966%;
}
.column-4-of-8:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tablet-up-only {
    display: none !important;
  }
}

@media screen and (min-width: 1152px) {
  .device-only {
    display: none !important;
  }
}

@media screen and (max-width: 1151px) {
  .desktop-only {
    display: none !important;
  }
}

b,
strong {
  font-weight: normal;
  font-family: "Gotham 5r";
}

a {
  color: #0074AD;
  text-decoration: underline;
  border-radius: 2px;
}
a.-active, a:active {
  color: #F0F7FA;
  background-color: #003B71;
}
a:hover {
  color: #F0F7FA;
  background-color: #0078B3;
  text-decoration: none;
}
a.inverted, a.-inverted {
  color: #92CCF0;
  text-decoration: underline;
}
a.inverted.-active, a.inverted:active, a.-inverted.-active, a.-inverted:active {
  color: black;
  background-color: #F0F7FA;
}
a.inverted:hover, a.-inverted:hover {
  color: black;
  background-color: #92CCF0;
}

@media screen and (max-width: 1151px) {
  input:not([type=button]):not([type=checkbox]):not([type=radio]),
  select,
  textarea {
    font-size: 16px;
  }
}
.scrollbox {
  box-sizing: border-box;
  padding: 0 0 30px 0;
  border: solid 1px #E9EBEE;
}
.scrollbox .scrollbox_content {
  height: auto;
  width: auto;
  min-height: 200px;
  max-height: 600px;
  overflow-y: scroll;
  padding: 30px;
  color: #677083;
  -ms-scrollbar-base-color: #D3D6DC;
  -ms-scrollbar-3dlight-color: #D3D6DC;
  -ms-scrollbar-highlight-color: #D3D6DC;
  -ms-scrollbar-track-color: #F7F7F7;
  -ms-scrollbar-arrow-color: #F7F7F7;
  -ms-scrollbar-shadow-color: #D3D6DC;
  -ms-scrollbar-darkshadow-color: #D3D6DC;
}
.scrollbox .scrollbox_content *:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 1152px) {
  .scrollbox .scrollbox_content::-webkit-scrollbar {
    background: #F7F7F7;
    border: solid #F7F7F7 2px;
    margin: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .scrollbox .scrollbox_content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: solid #F7F7F7 3px;
    background: #D3D6DC;
    padding: 10px;
  }
}

@media print {
  .scrollbox .scrollbox_content {
    overflow: visible;
    max-height: 100%;
    border: none;
  }
}

.modal-content .scrollbox {
  margin: 30px auto;
}

.divider-small, hr.-variation-1 {
  width: 100%;
  border: 0;
  border-top: 1px solid #E9EBEE;
  padding: 0;
  margin: 9px 0;
  border-top: 1px solid #B3B6C5;
  margin-top: 20px;
  margin-bottom: 19px;
}
.divider-small.-small-spacing, hr.-variation-1.-small-spacing {
  margin-top: 20px;
  margin-bottom: 19px;
}
.divider-small.-medium-spacing, hr.-variation-1.-medium-spacing {
  margin-top: 40px;
  margin-bottom: 39px;
}
.divider-small.-large-spacing, hr.-variation-1.-large-spacing {
  margin-top: 60px;
  margin-bottom: 59px;
}

hr.-variation-2 {
  width: 100%;
  border: 0;
  border-top: 3px solid #E9EBEE;
  padding: 0;
  margin: 9px 0;
  border-top: 3px solid #B3B6C5;
  margin-top: 19px;
  margin-bottom: 18px;
}
hr.-variation-2.-small-spacing {
  margin-top: 19px;
  margin-bottom: 18px;
}
hr.-variation-2.-medium-spacing {
  margin-top: 39px;
  margin-bottom: 38px;
}
hr.-variation-2.-large-spacing {
  margin-top: 59px;
  margin-bottom: 58px;
}

.divider-medium, hr.-variation-3 {
  width: 100%;
  border: 0;
  border-top: 3px solid #E9EBEE;
  padding: 0;
  margin: 9px 0;
  border-top: 3px solid #B3B6C5;
  margin-top: 19px;
  margin-bottom: 18px;
}
.divider-medium.-small-spacing, hr.-variation-3.-small-spacing {
  margin-top: 19px;
  margin-bottom: 18px;
}
.divider-medium.-medium-spacing, hr.-variation-3.-medium-spacing {
  margin-top: 39px;
  margin-bottom: 38px;
}
.divider-medium.-large-spacing, hr.-variation-3.-large-spacing {
  margin-top: 59px;
  margin-bottom: 58px;
}

.divider-vertical-wrap {
  position: relative;
  display: inline-block;
}

.divider-vertical {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
}
.divider-vertical:before {
  content: "";
  border-left: 3px solid #E9EBEE;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
}
.divider-vertical-variation-1 {
  border-left: 1px solid #E9EBEE;
}
.divider-vertical-variation-2 {
  border-left: 2px solid #E9EBEE;
}
.divider-vertical:before {
  content: "";
  border-left: 3px solid #B3B6C5;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
}
.divider-vertical-variation-1 {
  border-left: 1px solid #B3B6C5;
}
.divider-vertical-variation-2 {
  border-left: 2px solid #B3B6C5;
}

a.divider-link {
  padding-right: 15px;
  border-right: 1px solid #D3D6DC;
  margin-right: 10px;
}
a.divider-link:last-of-type {
  padding-right: 0;
  border-right: 0;
}
a i:before {
  text-decoration: none;
  display: inline-block;
}
a.button {
  height: auto;
}
a.external-link.button i {
  font-size: 10px;
  padding: 0 5px;
  position: relative;
  bottom: 5px;
}
a .icon-link-internal,
a .icon-link-external {
  padding-left: 5px;
  padding-right: 1px;
}

.icon-link-out {
  color: #0074AD;
  padding-left: 5px;
  font-size: 8px;
  position: relative;
  bottom: 5px;
}
.icon-link-out.extlink {
  font-size: 9.8px;
  bottom: 3px;
  padding-left: 4px;
}
.icon-link-out.extlink:before {
  font-weight: bold;
}

.new-window-link .icon-zz009new-window {
  height: 14px;
  width: 14px;
  padding-left: 5px;
  vertical-align: super;
}
.new-window-link .icon-zz009new-window:before {
  height: 14px;
  width: 14px;
  font-size: 14px;
  display: inline-block;
}

.back-link ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
.back-link svg {
  vertical-align: bottom;
}
.back-link svg path {
  fill: #0078B3;
}
.back-link a:hover svg path {
  fill: #F0F7FA;
}

.link-icon-wrapper {
  color: inherit;
  white-space: nowrap;
}

p a, span a, li a {
  text-decoration: underline;
  color: #0074AD;
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    line-height: normal;
  }
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

/* neutral-icon-circle-lg mixin */
.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    line-height: normal;
  }
}
.secondary-icon--acai-large:before, .secondary-icon--acai-small:before, .secondary-icon--acai:before, .primary-icon-circle--acai-large:before, .primary-icon-circle--acai-small:before, .primary-icon-circle--acai:before, .secondary_icon--blue-burnt-sienna-large:before, .secondary_icon--blue-burnt-sienna-small:before, .secondary_icon--blue-burnt-sienna:before, .primary-icon-circle--burnt-sienna-large:before, .primary-icon-circle--burnt-sienna-small:before, .primary-icon-circle--burnt-sienna:before, .secondary_icon--blue-purple:before, .primary-icon-circle--purple-large:before, .primary-icon-circle--purple-small:before, .primary-icon-circle--purple:before, .secondary_icon--blue-darkgreen-large:before, .secondary_icon--blue-darkgreen-small:before, .secondary_icon--blue-darkgreen:before, .primary-icon-circle--darkgreen-large:before, .primary-icon-circle--darkgreen-small:before, .primary-icon-circle--darkgreen:before, .secondary_icon--green-large:before, .secondary_icon--green-small:before, .secondary_icon--green:before, .primary-icon-circle--green-large:before, .primary-icon-circle--green-small:before, .primary-icon-circle--green:before, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon:before, .primary-icon--grey.icon-none.-text-icon:before, .secondary_icon--blue:before, .primary-icon-circle--blue-large:before, .primary-icon-circle--blue-small:before, .primary-icon-circle--blue:before, .primary-icon--green:before, .primary-icon--kp-blue:before, .primary-icon-circle--blue-midnight-large:before, .primary-icon-circle--blue-midnight-small:before, .primary-icon-circle--blue-midnight:before, .secondary_icon--blue-midnight-large:before, .secondary_icon--blue-midnight-small:before, .secondary_icon--blue-midnight:before, .primary-icon-circle:before, .green-blue-icon:before, .feature-icon:before {
  vertical-align: -moz-middle-with-baseline;
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green, .secondary_icon--blue, .primary-icon-circle--blue, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight {
  border: solid transparent;
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

.primary-icon-circle--acai-small, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--purple-small, .primary-icon-circle--darkgreen-small, .primary-icon-circle--green-small, .primary-icon-circle--blue-small, .primary-icon-circle--blue-midnight-small {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-sm {
  font-size: 28px;
  line-height: 28px;
}

.icon-md {
  font-size: 2.25em;
  line-height: 2.25em;
}

.icon-lg {
  font-size: 64px;
  line-height: 64px;
}

.feature-icon {
  background-color: #E9EBEE;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
}

.green-blue-icon {
  background-color: #4A7628;
  color: #ffffff;
  color: #4A7628;
  background-color: #F0F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-icon-circle {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle {
    font-size: 35px;
  }
}
.primary-icon-circle.icon-medical-record:before {
  height: 100%;
  vertical-align: middle;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon {
  color: #003B71;
}

.secondary_icon--blue-midnight {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-small {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-small {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-large {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  /* STYLGD-9376 - styles merged from _icon.scss
  start here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-large {
    font-size: 64px;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
  vertical-align: middle;
  text-align: left;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
    font-size: 26px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary:before {
  width: 28px;
  font-size: 25px;
}
.secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
  vertical-align: middle;
  width: 20px;
  font-size: 19px;
  text-align: left;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
    width: 28px;
    font-size: 23px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012baby:before {
  width: 20px;
  font-size: 29px;
  padding-left: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    width: 23px;
    font-size: 34px;
    height: 90%;
    display: inherit;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
  font-size: 22px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
    font-size: 30px;
  }
}
.secondary_icon--blue-midnight.icon-eyeglasses {
  font-size: 45px;
  line-height: 41px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-eyeglasses {
    line-height: 55px;
  }
}

.primary-icon-circle--blue-midnight {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-midnight-small {
  background-color: #003B71;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-midnight-large {
  background-color: #003B71;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue-midnight.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--blue-midnight.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.neutral-icon-circle {
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 30px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle {
    border: 3px solid #677083;
    font-size: 30px;
  }
}
.neutral-icon-circle.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-message {
    display: inline-block;
    line-height: 71px;
    text-align: center;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-location {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-search {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-calculator {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-document {
    font-size: 38px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-zclaim {
    font-size: 35px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-zbill {
    font-size: 35px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-cost-coverage {
    font-size: 39px;
  }
}

.neutral-icon-circle-lg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 50px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg {
    width: 60px;
    height: 60px;
    border: 3px solid #677083;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .neutral-icon-circle-lg {
    font-size: 28px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neutral-icon-circle-lg .icon-zz002award:before {
    width: 50%;
    display: block;
  }
}
.neutral-icon-circle-lg.icon-zz002award:before {
  height: auto;
  width: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 25px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 31px;
    line-height: 1;
  }
}
.neutral-icon-circle-lg.icon-rx-form:before {
  padding-left: 8px;
}
.neutral-icon-circle-lg.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg.icon-message {
    display: inline-block;
    line-height: 71px;
  }
}

.primary-icon--kp-blue {
  color: #0078B3;
  font-size: 35px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--kp-blue {
    font-size: 38px;
  }
}

.primary-icon--green {
  color: #57A635;
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    font-size: 42px;
  }
}

.primary-icon--grey {
  height: 34px;
  width: 34px;
  color: #677083;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--grey {
    font-size: 34px;
  }
}

.primary-icon--blue-med {
  height: 34px;
  width: 34px;
  color: #0078B3;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue-med {
    font-size: 34px;
  }
}

.primary-icon--blue {
  height: 50px;
  width: 50px;
  color: #0078B3;
  font-size: 50px;
  line-height: 50px;
  line-height: 1;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--blue:before {
  background-color: #ffffff;
  border-radius: 50%;
}

.primary-icon-circle--blue {
  background-color: #0078B3;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-small {
  background-color: #0078B3;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-large {
  background-color: #0078B3;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 11px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue.icon-minus:before {
    display: inline-flex;
    align-items: center;
    padding-top: 18px;
  }
}
.primary-icon-circle--blue.icon-zz003mouse:before {
  font-size: 28px;
}
.primary-icon-circle--blue.icon-stethoscope:before {
  font-size: 30px;
}
.primary-icon-circle--blue.icon-zzz0010people:before {
  font-size: 18px;
  padding-right: 16%;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue.icon-zzz0010people:before {
    font-size: 21px;
    padding-right: 16%;
  }
}
.primary-icon-circle--blue.icon-zzz0010healthsummary:before {
  font-size: 30px;
  vertical-align: middle;
}
.primary-icon-circle--blue.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue {
  color: #0078B3;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue {
    font-size: 34px;
  }
}

.neutral-icon {
  height: 50px;
  width: 50px;
  color: #677083;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.neutral-icon-small {
  height: 10px;
  width: 10px;
  color: #677083;
  font-size: 10px;
  line-height: 10px;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-small {
    font-size: 10px;
  }
}
.neutral-icon-large {
  height: 64px;
  width: 64px;
  color: #677083;
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-large {
    font-size: 64px;
  }
}

.primary-icon--grey {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--grey.icon-none.-text-icon {
  color: #677083;
  line-height: 60px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--grey.icon-none.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--grey.icon-zcaregiver_preferences {
  display: block;
  width: 100%;
}
.primary-icon--grey.icon-zcaregiver_preferences:before {
  height: 58px;
  width: 110px;
  font-size: 110px;
}
.primary-icon--grey.icon-znotifications:before {
  height: 46px;
  width: 46px;
  font-size: 46px;
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security {
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security:before {
  height: 62px;
  width: 62px;
  font-size: 62px;
}
.primary-icon--grey.icon-zz003person {
  display: inline-block;
  line-height: 1;
}
.primary-icon--grey.icon-zz003person:before {
  height: 50px;
  width: 45px;
  font-size: 45px;
}
.primary-icon--grey.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--kp-blue {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
  color: #0078B3;
  line-height: 60px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--kp-blue.icon-zz003mouse {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003mouse:before {
  height: 50px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003globe {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003globe:before {
  height: 52px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003location {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003location:before {
  height: 52px;
  width: 40px;
  font-size: 48px;
}
.primary-icon--kp-blue.icon-zz003user-id {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003user-id:before {
  height: 58px;
  width: 60px;
  font-size: 60px;
}
.primary-icon--kp-blue.icon-zz003identity {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003identity:before {
  height: 52px;
  width: 47px;
  font-size: 47px;
}
.primary-icon--kp-blue.icon-zz003lock {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003lock:before {
  height: 52px;
  width: 38px;
  font-size: 48px;
}

.primary-icon-circle--green {
  background-color: #4A7628;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green {
    font-size: 34px;
  }
}
.primary-icon-circle--green-small {
  background-color: #4A7628;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green-small {
    font-size: 10px;
  }
}
.primary-icon-circle--green-large {
  background-color: #4A7628;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green-large {
    font-size: 64px;
  }
}
.primary-icon-circle--green.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--green.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--green {
  height: 50px;
  width: 50px;
  color: #4A7628;
  font-size: 50px;
  line-height: 50px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--green.icon-zleaf {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-zz006leaf-full-color {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-messages-circle {
  width: 64px;
  font-size: 50px;
  vertical-align: baseline;
  vertical-align: -moz-middle-with-baseline;
}
@media screen and (min-width: 1152px) {
  .primary-icon--green.icon-messages-circle {
    width: 64px;
    font-size: 64px;
    vertical-align: baseline;
    vertical-align: -moz-middle-with-baseline;
  }
}

.secondary_icon--green {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green {
    font-size: 34px;
  }
}
.secondary_icon--green-small {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green-small {
    font-size: 10px;
  }
}
.secondary_icon--green-large {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green-large {
    font-size: 64px;
  }
}
.secondary_icon--green.icon-membercard {
  line-height: 42px;
  font-size: 39px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-membercard {
    font-size: 45px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-mouse {
  line-height: 43px;
  font-size: 39px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-mouse {
    font-size: 40px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-nurse {
  line-height: 42px;
  font-size: 42px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-nurse {
    font-size: 45px;
    line-height: 56px;
  }
}

.primary-icon-circle--darkgreen {
  background-color: #066564;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen {
    font-size: 34px;
  }
}
.primary-icon-circle--darkgreen-small {
  background-color: #066564;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen-small {
    font-size: 10px;
  }
}
.primary-icon-circle--darkgreen-large {
  background-color: #066564;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen-large {
    font-size: 64px;
  }
}
.primary-icon-circle--darkgreen.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--darkgreen.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-darkgreen {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen {
    font-size: 34px;
  }
}
.secondary_icon--blue-darkgreen-small {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-darkgreen-large {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen-large {
    font-size: 64px;
  }
}

.primary-icon--purple {
  height: 50px;
  width: 50px;
  color: #583985;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--purple {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--purple {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--purple {
  background-color: #583985;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple {
    font-size: 34px;
  }
}
.primary-icon-circle--purple-small {
  background-color: #583985;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple-small {
    font-size: 10px;
  }
}
.primary-icon-circle--purple-large {
  background-color: #583985;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple-large {
    font-size: 64px;
  }
}
.primary-icon-circle--purple.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--purple.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-purple {
  color: #583985;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-purple {
    font-size: 34px;
  }
}

.primary-icon--burnt-sienna {
  height: 64px;
  width: 64px;
  color: #D1480C;
  font-size: 64px;
  line-height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--burnt-sienna {
    font-size: 64px;
  }
}

.primary-icon-circle--burnt-sienna {
  background-color: #D1480C;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna {
    font-size: 34px;
  }
}
.primary-icon-circle--burnt-sienna-small {
  background-color: #D1480C;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna-small {
    font-size: 10px;
  }
}
.primary-icon-circle--burnt-sienna-small.icon-exclamation:before {
  height: 100%;
  vertical-align: middle;
}
.primary-icon-circle--burnt-sienna-large {
  background-color: #D1480C;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna-large {
    font-size: 64px;
  }
}
.primary-icon-circle--burnt-sienna.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--burnt-sienna.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-burnt-sienna {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna {
    font-size: 34px;
  }
}
.secondary_icon--blue-burnt-sienna-small {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-burnt-sienna-large {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna-large {
    font-size: 64px;
  }
}

.primary-icon--acai {
  height: 50px;
  width: 50px;
  color: #BB1654;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--acai {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--acai {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--acai {
  background-color: #BB1654;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai {
    font-size: 34px;
  }
}
.primary-icon-circle--acai-small {
  background-color: #BB1654;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai-small {
    font-size: 10px;
  }
}
.primary-icon-circle--acai-large {
  background-color: #BB1654;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai-large {
    font-size: 64px;
  }
}
.primary-icon-circle--acai.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--acai.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary-icon--acai {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai {
    font-size: 33px;
  }
}
.secondary-icon--acai-small {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-small {
    font-size: 10px;
  }
}
.secondary-icon--acai-large {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large {
    font-size: 64px;
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* STYLGD-9376 - styles merged from _icon.scss
starts from here */
.mobile-icon-darkgreen {
  color: #066564;
  font-size: 30px;
}

.utility-icon {
  color: #677083;
  font-size: 30px;
}

.icon-zz002advice {
  font-size: 50px;
}
@media screen and (min-width: 1152px) {
  .icon-zz002advice {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}
.icon-zz002advice:before {
  margin-top: 0;
}

.icon-zz005-checkmark-circle {
  font-size: 50px;
}
@media screen and (min-width: 1152px) {
  .icon-zz005-checkmark-circle {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}

.icon-zwellness:before,
.icon-zclaim:before,
.icon-zbill:before,
.icon-zpay-bill:before {
  width: 26px;
}

@media screen and (max-width: 767px) {
  .icon-zclaim:before {
    width: 20px;
  }
}

.icon-zpayment-history:before,
.icon-zpay-bill:before {
  height: 33px;
}
@media screen and (max-width: 767px) {
  .icon-zpayment-history:before,
  .icon-zpay-bill:before {
    height: 23px;
  }
}

.icon-zz008plan-of-care {
  font-size: 25px;
}
@media screen and (min-width: 1152px) {
  .icon-zz008plan-of-care {
    font-size: 30px;
  }
}

.icon-zzz0010briefcase {
  font-size: 24px;
}
@media screen and (min-width: 1152px) {
  .icon-zzz0010briefcase {
    font-size: 31px;
  }
}

.icon-link-out .icon-zz009new-window {
  font-size: 12px;
  position: relative;
  bottom: 3px;
  padding-left: 5px;
}

.icon-zzz0018-copper-iud.secondary_icon--blue-midnight:before,
.icon-zzz0018-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-internal-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-spermicide.secondary_icon--blue-midnight:before {
  height: 19px;
  width: 24px;
  line-height: 16px;
  display: inline-block;
}

.icon-zzz0018-diaphragm.secondary_icon--blue-midnight:before,
.icon-zzz0018-shot.secondary_icon--blue-midnight:before {
  height: 30px;
  width: 30px;
  line-height: 25px;
  display: inline-block;
}

.icon-zzz0018-fertility-awareness.secondary_icon--blue-midnight:before,
.icon-zzz0018-implant.secondary_icon--blue-midnight:before,
.icon-zzz0018-pill-a.secondary_icon--blue-midnight:before {
  display: inline-block;
}

.icon-zzz0018-fertility-awareness {
  font-size: 32px;
  display: inline-block;
}

.icon-zzz0018-hormonal-iud.secondary_icon--blue-midnight:before {
  width: 18px;
  display: inline-block;
}

.icon-zzz0018-sterilization.secondary_icon--blue-midnight:before {
  display: inline-block;
}

/* merged styles from _icon.scss ends here */
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list, :not([data-ds-theme=vessel i]).link-list--horizontal, :not([data-ds-theme=vessel i]).link-list, .link-list--horizontal, .link-list, .vertical-list, .horizontal-list, .back-link ul {
  padding-left: 0;
  list-style: none;
}

.horizontal-list li {
  display: inline-block;
  padding-right: 20px;
}
.horizontal-list.-divided li {
  padding-right: 20px;
  border-right: 1px solid #D3D6DC;
  margin-right: 20px;
}
.horizontal-list.-divided li:last-child {
  border-right: 0;
  margin-right: 0;
}

.vertical-list li {
  display: block;
  padding-bottom: 20px;
}
.vertical-list.-divided li {
  padding-bottom: 20px;
  border-bottom: 1px solid #D3D6DC;
  margin-bottom: 20px;
}
.vertical-list.-divided li li:last-child {
  border: none;
}

.link-list-title--small {
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #677083;
}
.link-list-title--small.-book, .link-list-title--small.\--book {
  font-family: "Gotham 4r";
}
.link-list-title--small.-light, .link-list-title--small.\--light {
  font-family: "Gotham 3r";
}
.link-list-title--small.-medium, .link-list-title--small.\--medium {
  font-family: "Gotham 5r";
}
.link-list-title--small.-bold, .link-list-title--small.\--bold {
  font-family: "Gotham 5r";
}
.link-list-title--large {
  margin: 0;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #0D1C3D;
}
.link-list-title--large.-book, .link-list-title--large.\--book {
  font-family: "Gotham 4r";
}
.link-list-title--large.-light, .link-list-title--large.\--light {
  font-family: "Gotham 3r";
}
.link-list-title--large.-medium, .link-list-title--large.\--medium {
  font-family: "Gotham 5r";
}
.link-list-title--large.-bold, .link-list-title--large.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 767px) {
  .link-list-title--large {
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  .link-list-title--large.-book, .link-list-title--large.\--book {
    font-family: "Gotham 4r";
  }
  .link-list-title--large.-light, .link-list-title--large.\--light {
    font-family: "Gotham 3r";
  }
  .link-list-title--large.-medium, .link-list-title--large.\--medium {
    font-family: "Gotham 5r";
  }
  .link-list-title--large.-bold, .link-list-title--large.\--bold {
    font-family: "Gotham 5r";
  }
}

.link-list {
  margin-top: 0;
  padding-top: 0;
}
.link-list--horizontal li {
  display: inline-block;
  padding-right: 20px;
}
.link-list--horizontal.-divided li {
  padding-right: 20px;
  border-right: 1px solid #D3D6DC;
  margin-right: 20px;
}
.link-list--horizontal.-divided li:last-child {
  border-right: 0;
  margin-right: 0;
}
.link-list--horizontal li {
  padding-bottom: 12px;
}
.link-list li {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.link-list li.-book, .link-list li.\--book {
  font-family: "Gotham 4r";
}
.link-list li.-light, .link-list li.\--light {
  font-family: "Gotham 3r";
}
.link-list li.-medium, .link-list li.\--medium {
  font-family: "Gotham 5r";
}
.link-list li.-bold, .link-list li.\--bold {
  font-family: "Gotham 5r";
}

/*All styling from link-list to a variation of horizontal link list*/
.sg-spacing .fieldset {
  margin-bottom: 20px;
}

.check-box {
  position: absolute;
  margin-top: 19px;
  opacity: 0;
  margin-left: 7px;
}
.check-box + label {
  display: inline-block;
  position: relative;
  margin: 10.5px 4px;
  padding: 2px 0 0 29px;
  min-height: 18px;
  font-family: "Gotham 4r";
  font-size: 16px;
  line-height: 1em;
  color: #0D1C3D;
  padding: 2px 0 1px 29px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .check-box + label {
    font-size: 16px;
    line-height: 24px;
  }
}
.check-box + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #0074AD;
  border-radius: 2px;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .check-box + label span[aria-hidden=true]:before {
    top: 5px;
  }
}
.check-box:focus + label span[aria-hidden=true]:before {
  outline: 2px solid black;
  border-radius: 0px;
  outline-offset: 2px;
}
.check-box[type=checkbox]:checked + label span[aria-hidden=true]:before {
  background-color: #0074AD;
}
.check-box[type=checkbox]:checked + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .check-box[type=checkbox]:checked + label span[aria-hidden=true]:after {
    top: 0;
  }
}
.check-box[type=checkbox]:disabled + label {
  color: #677083;
  cursor: not-allowed;
}
.check-box[type=checkbox]:disabled + label span[aria-hidden=true]:before {
  border-color: #D3D6DC;
}
.check-box[type=checkbox]:disabled:checked + label span[aria-hidden=true]:before {
  background-color: #D3D6DC;
}
.check-box:focus + label span[aria-hidden=true]:before {
  outline: 2px solid black;
  border-radius: 0px;
  outline-offset: 2px;
}

.check-box.-variation-1 {
  position: absolute;
  margin-top: 19px;
  opacity: 0;
  margin-left: 7px;
}
.check-box.-variation-1 + label {
  display: inline-block;
  position: relative;
  margin: 10.5px 4px;
  padding: 2px 0 0 29px;
  min-height: 18px;
  font-family: "Gotham 4r";
  font-size: 16px;
  line-height: 1em;
  color: #0D1C3D;
  padding: 2px 0 1px 29px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .check-box.-variation-1 + label {
    font-size: 16px;
    line-height: 24px;
  }
}
.check-box.-variation-1 + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #0074AD;
  border-radius: 2px;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .check-box.-variation-1 + label span[aria-hidden=true]:before {
    top: 5px;
  }
}
.check-box.-variation-1:focus + label span[aria-hidden=true]:before {
  outline: 2px solid black;
  border-radius: 0px;
  outline-offset: 2px;
}
.check-box.-variation-1[type=checkbox]:checked + label span[aria-hidden=true]:before {
  background-color: #0074AD;
}
.check-box.-variation-1[type=checkbox]:checked + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .check-box.-variation-1[type=checkbox]:checked + label span[aria-hidden=true]:after {
    top: 0;
  }
}
.check-box.-variation-1[type=checkbox]:disabled + label {
  color: #677083;
  cursor: not-allowed;
}
.check-box.-variation-1[type=checkbox]:disabled + label span[aria-hidden=true]:before {
  border-color: #D3D6DC;
}
.check-box.-variation-1[type=checkbox]:disabled:checked + label span[aria-hidden=true]:before {
  background-color: #D3D6DC;
}
.check-box.-variation-1:focus + label span[aria-hidden=true]:before {
  outline: 2px solid black;
  border-radius: 0px;
  outline-offset: 2px;
}

.check-box.-variation-2 {
  position: absolute;
  margin-top: 18px;
  opacity: 0;
  margin-left: 7px;
}
.check-box.-variation-2 + label {
  display: inline-block;
  position: relative;
  margin: 10px 4px;
  padding: 2px 0 0 35px;
  min-height: 22px;
  font-family: "Gotham 4r";
  font-size: 20px;
  line-height: 1em;
  color: #0D1C3D;
}
.check-box.-variation-2 + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #0074AD;
  border-radius: 2px;
}
.check-box.-variation-2:focus + label span[aria-hidden=true]:before {
  outline: 2px solid black;
  border-radius: 0px;
  outline-offset: 2px;
}
.check-box.-variation-2[type=checkbox]:checked + label span[aria-hidden=true]:before {
  background-color: #0074AD;
}
.check-box.-variation-2[type=checkbox]:checked + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 1px;
  left: 4px;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .check-box.-variation-2[type=checkbox]:checked + label span[aria-hidden=true]:after {
    top: 0;
  }
}
.check-box.-variation-2[type=checkbox]:disabled + label {
  color: #677083;
  cursor: not-allowed;
}
.check-box.-variation-2[type=checkbox]:disabled + label span[aria-hidden=true]:before {
  border-color: #D3D6DC;
}
.check-box.-variation-2[type=checkbox]:disabled:checked + label span[aria-hidden=true]:before {
  background-color: #D3D6DC;
}
.check-box.-variation-2:focus + label span[aria-hidden=true]:before {
  outline: 2px solid black;
  border-radius: 0px;
  outline-offset: 2px;
}

.check-box.-variation-3 {
  position: absolute;
  margin-top: 18px;
  opacity: 0;
  margin-left: 7px;
}
.check-box.-variation-3 + label {
  display: inline-block;
  position: relative;
  margin: 10px 4px;
  padding: 2px 0 0 43px;
  min-height: 30px;
  font-family: "Gotham 4r";
  font-size: 28px;
  line-height: 1em;
  color: #0D1C3D;
}
.check-box.-variation-3 + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #0074AD;
  border-radius: 2px;
}
.check-box.-variation-3:focus + label span[aria-hidden=true]:before {
  outline: 2px solid black;
  border-radius: 0px;
  outline-offset: 2px;
}
.check-box.-variation-3[type=checkbox]:checked + label span[aria-hidden=true]:before {
  background-color: #0074AD;
}
.check-box.-variation-3[type=checkbox]:checked + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 1px;
  left: 4.5px;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .check-box.-variation-3[type=checkbox]:checked + label span[aria-hidden=true]:after {
    top: 0;
  }
}
.check-box.-variation-3[type=checkbox]:disabled + label {
  color: #677083;
  cursor: not-allowed;
}
.check-box.-variation-3[type=checkbox]:disabled + label span[aria-hidden=true]:before {
  border-color: #D3D6DC;
}
.check-box.-variation-3[type=checkbox]:disabled:checked + label span[aria-hidden=true]:before {
  background-color: #D3D6DC;
}
.check-box.-variation-3:focus + label span[aria-hidden=true]:before {
  outline: 2px solid black;
  border-radius: 0px;
  outline-offset: 2px;
}

@media screen and (max-width: 1151px) {
  .check-box body:not(.-locked) .check-box + label:not(.-locked) {
    line-height: 1em;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .check-box body:not(.-locked) .styling-1:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-2:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-3:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-4:not(.-locked) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1151px) and (min-width: 768px) {
  .check-box body:not(.-locked) .styling-1:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-2:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-3:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-4:not(.-locked) {
    font-size: 16px;
  }
}

.checkbox-toggle-switch {
  position: absolute;
  opacity: 0;
}
.checkbox-toggle-switch + label {
  display: inline-block;
  position: relative;
  padding: 4px 0 0 47px;
}
.checkbox-toggle-switch + label span[aria-hidden=true] {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 26px;
  border-radius: 19px;
  background: #677083;
}
.checkbox-toggle-switch + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  transition: left 0.1s ease-out;
}
.checkbox-toggle-switch + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 6px;
  left: 19px;
  font-size: 11px;
  color: transparent;
}
.checkbox-toggle-switch:focus + label span[aria-hidden=true] {
  -webkit-box-shadow: 0 0 0 2pt #000000;
  -moz-box-shadow: 0 0 0 2pt #000000;
  box-shadow: 0 0 0 2pt #000000;
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .checkbox-toggle-switch:focus + label span[aria-hidden=true] {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkbox-toggle-switch:focus + label span[aria-hidden=true] {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
.checkbox-toggle-switch[type=checkbox]:checked + label span[aria-hidden=true] {
  background: #0078B3;
}
.checkbox-toggle-switch[type=checkbox]:checked + label span[aria-hidden=true]:before {
  left: 12px;
  transition: left 0.1s ease-out;
}
.checkbox-toggle-switch[type=checkbox]:checked + label span[aria-hidden=true]:after {
  color: #0078B3;
  transition: color 0.1s ease-out;
}

input[type=checkbox]:not(.check-box):not(.checkbox-toggle-switch) {
  position: absolute;
  display: inline-block;
  margin: 12px 0 0 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #0074AD;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=checkbox]:not(.check-box):not(.checkbox-toggle-switch) + label {
  display: inline-block;
  margin: 10px 0 0;
  padding-top: 2px;
  padding-left: 40px;
  font-size: 16px;
}

input[type=checkbox]:checked:not(.check-box):not(.checkbox-toggle-switch) {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

input[type=checkbox]:focus:not(.check-box):not(.checkbox-toggle-switch) {
  outline: 2px solid black;
  border-radius: 0px;
  outline-offset: 2px;
}

input[type=checkbox]:disabled:not(.check-box):not(.checkbox-toggle-switch) {
  border-color: #D3D6DC;
}

.fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.fieldset legend {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Gotham 5r";
  color: #0D1C3D;
  padding-bottom: 10px;
}
.fieldset legend.-book, .fieldset legend.\--book {
  font-family: "Gotham 4r";
}
.fieldset legend.-light, .fieldset legend.\--light {
  font-family: "Gotham 3r";
}
.fieldset legend.-medium, .fieldset legend.\--medium {
  font-family: "Gotham 5r";
}
.fieldset legend.-bold, .fieldset legend.\--bold {
  font-family: "Gotham 5r";
}

.disabled-field, .form-group .disabled-field {
  border: solid 1px #F7F7F7;
  background-color: #F7F7F7;
  cursor: not-allowed !important;
}

.error .form-textbox input, .error input {
  background-color: rgba(182, 49, 37, 0.05);
  border: 1px solid #D00000;
}

.error {
  color: #D00000;
}
input::-ms-clear {
  display: none;
}

.character-count {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
}
.character-count.-book, .character-count.\--book {
  font-family: "Gotham 4r";
}
.character-count.-light, .character-count.\--light {
  font-family: "Gotham 3r";
}
.character-count.-medium, .character-count.\--medium {
  font-family: "Gotham 5r";
}
.character-count.-bold, .character-count.\--bold {
  font-family: "Gotham 5r";
}
.character-count p {
  margin: 10px auto;
}

.text-area_global {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  display: block;
  padding: 15px;
  width: calc(100% - 28px);
  height: 252px;
  border: 1px solid #878F9B;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  border-radius: 4px;
  color: #003B71;
  -webkit-appearance: none;
}
.text-area_global.-book, .text-area_global.\--book {
  font-family: "Gotham 4r";
}
.text-area_global.-light, .text-area_global.\--light {
  font-family: "Gotham 3r";
}
.text-area_global.-medium, .text-area_global.\--medium {
  font-family: "Gotham 5r";
}
.text-area_global.-bold, .text-area_global.\--bold {
  font-family: "Gotham 5r";
}
.text-area_global.-book, .text-area_global.\--book {
  font-family: "Gotham 4r";
}
.text-area_global.-light, .text-area_global.\--light {
  font-family: "Gotham 3r";
}
.text-area_global.-medium, .text-area_global.\--medium {
  font-family: "Gotham 5r";
}
.text-area_global.-bold, .text-area_global.\--bold {
  font-family: "Gotham 5r";
}
.text-area_global.focus {
  border-color: #0074AD;
}
.text-area_global[data-show-lines="1"] {
  height: 54px;
}
.text-area_global[data-show-lines="2"] {
  height: 76px;
}
.text-area_global[data-show-lines="3"] {
  height: 98px;
}
.text-area_global[data-show-lines="4"] {
  height: 120px;
}
.text-area_global[data-show-lines="5"] {
  height: 142px;
}
.text-area_global[data-show-lines="6"] {
  height: 164px;
}
.text-area_global[data-show-lines="7"] {
  height: 186px;
}
.text-area_global[data-show-lines="8"] {
  height: 208px;
}
.text-area_global[data-show-lines="9"] {
  height: 230px;
}
.text-area_global[data-show-lines="10"] {
  height: 252px;
}
@media screen and (max-width: 767px) {
  .text-area_global {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
    height: 234px;
  }
  .text-area_global.-book, .text-area_global.\--book {
    font-family: "Gotham 4r";
  }
  .text-area_global.-light, .text-area_global.\--light {
    font-family: "Gotham 3r";
  }
  .text-area_global.-medium, .text-area_global.\--medium {
    font-family: "Gotham 5r";
  }
  .text-area_global.-bold, .text-area_global.\--bold {
    font-family: "Gotham 5r";
  }
  .text-area_global[data-show-lines="1"] {
    height: 54px;
  }
  .text-area_global[data-show-lines="2"] {
    height: 74px;
  }
  .text-area_global[data-show-lines="3"] {
    height: 94px;
  }
  .text-area_global[data-show-lines="4"] {
    height: 114px;
  }
  .text-area_global[data-show-lines="5"] {
    height: 134px;
  }
  .text-area_global[data-show-lines="6"] {
    height: 154px;
  }
  .text-area_global[data-show-lines="7"] {
    height: 174px;
  }
  .text-area_global[data-show-lines="8"] {
    height: 194px;
  }
  .text-area_global[data-show-lines="9"] {
    height: 214px;
  }
  .text-area_global[data-show-lines="10"] {
    height: 234px;
  }
}

.form-control {
  padding: 16px 12px;
  border: solid 1px #878F9B;
  vertical-align: middle;
  color: #0D1C3D;
}
.form-control:focus {
  border-color: #0078B3;
}
.form-control::-webkit-input-placeholder {
  color: #677083;
}
.form-control:-moz-placeholder {
  color: #677083;
}
.form-control::-webkit-input-placeholder {
  color: #677083;
}

.form-control:-moz-placeholder {
  color: #677083;
}

.form-group input {
  padding: 16px 12px;
  border: solid 1px #878F9B;
  vertical-align: middle;
  color: #0D1C3D;
}
.form-group input:focus {
  border-color: #0078B3;
}
.form-group input::-webkit-input-placeholder {
  color: #677083;
}
.form-group input:-moz-placeholder {
  color: #677083;
}
.form-group input::-webkit-input-placeholder {
  color: #677083;
}

.form-group input:-moz-placeholder {
  color: #677083;
}

@media screen and (min-width: 1152px) {
  .form-group input {
    max-height: 52px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .form-group input {
    max-height: 52px;
    width: 100%;
  }
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=search],
.form-group input[type=tel],
.form-group input[type=url],
.form-group textarea {
  border-radius: 4px;
  -webkit-appearance: none;
}
.form-group label {
  font-size: 12px;
  line-height: 16px;
  color: #878F9B;
  font-family: "Gotham 5r";
  margin-bottom: 8px;
  color: #003B71;
  display: block;
}
.form-group .form-textbox {
  position: relative;
}
.form-group .form-textbox input {
  padding-right: 32px;
  width: 236px;
}
.form-group .text-input-helper {
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #677083;
  padding: 0px 42px 0px;
}

.expDesc {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #D00000;
  display: block;
  width: 100%;
}
.expDesc.-book, .expDesc.\--book {
  font-family: "Gotham 4r";
}
.expDesc.-light, .expDesc.\--light {
  font-family: "Gotham 3r";
}
.expDesc.-medium, .expDesc.\--medium {
  font-family: "Gotham 5r";
}
.expDesc.-bold, .expDesc.\--bold {
  font-family: "Gotham 5r";
}
.expDesc p {
  margin: 10px auto;
}

.error-field,
input.error-field,
.form-group input.error-field,
.form-group select.error-field,
textarea.error-field,
select.error-field {
  border: 1px solid #D00000;
  background-color: #ffffff;
}
.error-field.-readonly,
input.error-field.-readonly,
.form-group input.error-field.-readonly,
.form-group select.error-field.-readonly,
textarea.error-field.-readonly,
select.error-field.-readonly {
  padding: 0 0 12px 0;
  border: 0;
  color: #D00000;
  background-color: transparent;
  font-family: "Gotham 5r";
}
.error-field.select-dropdown,
input.error-field.select-dropdown,
.form-group input.error-field.select-dropdown,
.form-group select.error-field.select-dropdown,
textarea.error-field.select-dropdown,
select.error-field.select-dropdown {
  background-color: rgba(182, 49, 37, 0.05);
}
.error-field:hover,
input.error-field:hover,
.form-group input.error-field:hover,
.form-group select.error-field:hover,
textarea.error-field:hover,
select.error-field:hover {
  border: 2px solid #D00000;
  outline: none;
}
.error-field:focus, .error-field :focus-visible,
input.error-field:focus,
input.error-field :focus-visible,
.form-group input.error-field:focus,
.form-group input.error-field :focus-visible,
.form-group select.error-field:focus,
.form-group select.error-field :focus-visible,
textarea.error-field:focus,
textarea.error-field :focus-visible,
select.error-field:focus,
select.error-field :focus-visible {
  border: 2px solid #D00000;
  outline: none;
}
.error-field.select-dropdown,
input.error-field.select-dropdown,
.form-group input.error-field.select-dropdown,
.form-group select.error-field.select-dropdown,
textarea.error-field.select-dropdown,
select.error-field.select-dropdown {
  background-color: rgba(182, 49, 37, 0.05);
}

.error-description ul {
  padding-left: 0;
  list-style: none;
  margin: 8px 0 10px;
  color: #D00000;
  font-size: 12px;
  line-height: 16px;
  color: #D00000;
}
.error-description ul li {
  display: flex;
  align-items: flex-start;
}
.error-description ul li .inline-error-icon {
  margin-right: 8px;
  flex: 0 0 16px;
  height: 16px;
  color: transparent;
  background-color: transparent;
  background-image: url("assets/images/errorcirclesmall.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.check-box + label + .error-description ul,
.radio-button + label + .error-description ul,
.fieldset + .error-description ul {
  margin-top: 2.5px;
}

.error ul,
ul.error {
  margin: 10px 0;
  padding-left: 20px;
}

.select-one {
  display: inline;
  position: relative;
}
.select-one select {
  margin-right: -20px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 20px;
  width: 100%;
  border: 1px solid #878F9B;
  border-radius: 0;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-one select:focus {
  border-color: #0078B3;
}
.select-one img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -11px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .select-one select {
    padding-top: 20px;
    padding-right: 41px;
    padding-bottom: 20px;
    width: auto;
    font-size: 16px;
    line-height: 18px;
  }
}
.select-one .icon-chevron-down[aria-hidden=true] {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.select-one .icon-chevron-down[aria-hidden=true]:before {
  color: #0078B3;
}
.select-one select:disabled {
  color: #D3D6DC;
  border-color: #D3D6DC;
  cursor: not-allowed;
}
.select-one select.error-field + .icon-chevron-down[aria-hidden=true]:before,
.select-one select:disabled + .icon-chevron-down[aria-hidden=true]:before {
  color: #677083;
}
.select-one select::-ms-expand {
  display: none;
}
.select-one select:disabled::-ms-value {
  color: #D3D6DC;
}

.form-group fieldset legend.radio-legend {
  padding-bottom: 4px;
}
.form-group input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  border: 2px solid #0078B3;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: text-bottom;
  position: relative;
  padding: 0;
  margin: 2px;
}
.form-group input[type=radio]::before {
  content: "";
  position: absolute;
  margin: auto;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.form-group input[type=radio]:checked::before {
  border: 5px solid transparent;
  border-radius: 100%;
  outline-offset: -6px;
  background: #0078B3;
}
.form-group input[type=radio][disabled] {
  border: 2px solid #878F9B;
}
.form-group input[type=radio][disabled]:checked::before {
  background: #878F9B;
}
.form-group input[type=radio]:not(:first-of-type) {
  margin-top: 14px;
}
.form-group .label-ds2 {
  font-size: 16px;
  margin-left: 28px;
  margin-top: -26px;
  color: #0D1C3D;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Gotham 4r";
}
.form-group input[type=radio]:disabled + .label-ds2 {
  color: #878F9B;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .form-group .label-ds2 {
    font-family: "Gotham 5r";
  }
}
.form-group .text-input-helper-radio {
  font-size: 12px;
  line-height: 16px;
  color: #677083;
  padding: 4px 0 0 28px;
}
.form-group input[type=radio] + .label-ds2 + br {
  display: none;
}

.data-table {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .data-table {
    display: block;
  }
}
.data-table tr p, .data-table tr span, .data-table thead p, .data-table thead span {
  margin: 0;
}
.data-table caption {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .data-table caption {
    margin-bottom: 16px;
    display: table;
  }
}
.data-table tr {
  border-bottom: 1px solid #878F9B;
}
@media screen and (min-width: 768px) {
  .data-table tr:last-child {
    border-bottom: 2px solid #878F9B;
  }
}
@media screen and (max-width: 767px) {
  .data-table tr {
    display: block;
    border-bottom: 1px solid #878F9B;
  }
}
.data-table thead {
  border-bottom: 2px solid #878F9B;
}
@media screen and (max-width: 767px) {
  .data-table thead {
    border-bottom: 1px solid #878F9B;
    display: none;
  }
}
.data-table thead th,
.data-table th[scope~=row] {
  font-family: "Gotham 5r";
  font-size: 0.8125rem;
  line-height: 16px;
  color: #003B71;
  text-transform: none;
  padding-bottom: 0;
  padding: 24px 16px 24px 16px;
  vertical-align: top;
  text-align: left;
}
.data-table thead th:first-child,
.data-table th[scope~=row]:first-child {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .data-table thead th:first-child,
  .data-table th[scope~=row]:first-child {
    padding-left: 0;
  }
}
.data-table thead th:last-child,
.data-table th[scope~=row]:last-child {
  padding-right: 16px;
}
.data-table thead th.th--header,
.data-table th[scope~=row].th--header {
  border-bottom: 1px solid #E9EBEE;
  border-right: 1px solid #ffffff;
  padding-left: 5px;
}
.data-table thead th.th--light,
.data-table th[scope~=row].th--light {
  background-color: #F4F5F6;
}
.data-table thead th.th--med,
.data-table th[scope~=row].th--med {
  background-color: #E9EBEE;
}
.data-table thead th.th--dark,
.data-table th[scope~=row].th--dark {
  background-color: #D3D6DC;
}
.data-table thead th.th--darker,
.data-table th[scope~=row].th--darker {
  background-color: #677083;
  color: #ffffff;
}
.data-table thead th.th--center,
.data-table th[scope~=row].th--center {
  text-align: center;
}
@media screen and (max-width: 1151px) {
  .data-table thead th,
  .data-table th[scope~=row] {
    word-wrap: break-word;
    padding: 20px 16px 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .data-table thead th,
  .data-table th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .data-table tbody {
    display: block;
  }
}
.data-table tbody th,
.data-table tbody td {
  padding: 24px 16px 24px 16px;
  vertical-align: top;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
}
.data-table tbody th:first-child,
.data-table tbody td:first-child {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .data-table tbody th:first-child,
  .data-table tbody td:first-child {
    padding-left: 0;
  }
}
.data-table tbody th:last-child,
.data-table tbody td:last-child {
  padding-right: 16px;
}
.data-table tbody th.-book, .data-table tbody th.\--book,
.data-table tbody td.-book,
.data-table tbody td.\--book {
  font-family: "Gotham 4r";
}
.data-table tbody th.-light, .data-table tbody th.\--light,
.data-table tbody td.-light,
.data-table tbody td.\--light {
  font-family: "Gotham 3r";
}
.data-table tbody th.-medium, .data-table tbody th.\--medium,
.data-table tbody td.-medium,
.data-table tbody td.\--medium {
  font-family: "Gotham 5r";
}
.data-table tbody th.-bold, .data-table tbody th.\--bold,
.data-table tbody td.-bold,
.data-table tbody td.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .data-table tbody th,
  .data-table tbody td {
    padding: 20px 16px 20px 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .data-table tbody th,
  .data-table tbody td {
    display: block;
    padding: 16px 0 16px;
    padding-bottom: 0;
  }
  .data-table tbody th:last-child,
  .data-table tbody td:last-child {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1151px) {
  .data-table tbody th span.table-head,
  .data-table tbody td span.table-head {
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .data-table tbody th:first-child {
    padding-top: 24px;
  }
}
.data-table tbody th[data-th]:before,
.data-table tbody td[data-th]:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .data-table tbody th[data-th]:before,
  .data-table tbody td[data-th]:before {
    content: attr(data-th) " ";
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
.data-table p {
  margin: 0;
}

.data-table--large {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .data-table--large {
    display: block;
  }
}
.data-table--large tr p, .data-table--large tr span, .data-table--large thead p, .data-table--large thead span {
  margin: 0;
}
.data-table--large caption {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .data-table--large caption {
    margin-bottom: 16px;
    display: table;
  }
}
.data-table--large tr {
  border-bottom: 1px solid #878F9B;
}
@media screen and (min-width: 768px) {
  .data-table--large tr:last-child {
    border-bottom: 2px solid #878F9B;
  }
}
@media screen and (max-width: 767px) {
  .data-table--large tr {
    display: block;
    border-bottom: 1px solid #878F9B;
  }
}
.data-table--large thead {
  border-bottom: 2px solid #878F9B;
}
@media screen and (max-width: 767px) {
  .data-table--large thead {
    border-bottom: 1px solid #878F9B;
    display: none;
  }
}
.data-table--large thead th,
.data-table--large th[scope~=row] {
  font-family: "Gotham 5r";
  font-size: 0.8125rem;
  line-height: 16px;
  color: #003B71;
  text-transform: none;
  padding-bottom: 0;
  padding: 24px 16px 24px 16px;
  vertical-align: top;
  text-align: left;
}
.data-table--large thead th:first-child,
.data-table--large th[scope~=row]:first-child {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .data-table--large thead th:first-child,
  .data-table--large th[scope~=row]:first-child {
    padding-left: 0;
  }
}
.data-table--large thead th:last-child,
.data-table--large th[scope~=row]:last-child {
  padding-right: 16px;
}
.data-table--large thead th.th--header,
.data-table--large th[scope~=row].th--header {
  border-bottom: 1px solid #E9EBEE;
  border-right: 1px solid #ffffff;
  padding-left: 5px;
}
.data-table--large thead th.th--light,
.data-table--large th[scope~=row].th--light {
  background-color: #F4F5F6;
}
.data-table--large thead th.th--med,
.data-table--large th[scope~=row].th--med {
  background-color: #E9EBEE;
}
.data-table--large thead th.th--dark,
.data-table--large th[scope~=row].th--dark {
  background-color: #D3D6DC;
}
.data-table--large thead th.th--darker,
.data-table--large th[scope~=row].th--darker {
  background-color: #677083;
  color: #ffffff;
}
.data-table--large thead th.th--center,
.data-table--large th[scope~=row].th--center {
  text-align: center;
}
@media screen and (max-width: 1151px) {
  .data-table--large thead th,
  .data-table--large th[scope~=row] {
    word-wrap: break-word;
    padding: 20px 16px 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .data-table--large thead th,
  .data-table--large th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .data-table--large tbody {
    display: block;
  }
}
.data-table--large tbody th,
.data-table--large tbody td {
  padding: 24px 16px 24px 16px;
  vertical-align: top;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
}
.data-table--large tbody th:first-child,
.data-table--large tbody td:first-child {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .data-table--large tbody th:first-child,
  .data-table--large tbody td:first-child {
    padding-left: 0;
  }
}
.data-table--large tbody th:last-child,
.data-table--large tbody td:last-child {
  padding-right: 16px;
}
.data-table--large tbody th.-book, .data-table--large tbody th.\--book,
.data-table--large tbody td.-book,
.data-table--large tbody td.\--book {
  font-family: "Gotham 4r";
}
.data-table--large tbody th.-light, .data-table--large tbody th.\--light,
.data-table--large tbody td.-light,
.data-table--large tbody td.\--light {
  font-family: "Gotham 3r";
}
.data-table--large tbody th.-medium, .data-table--large tbody th.\--medium,
.data-table--large tbody td.-medium,
.data-table--large tbody td.\--medium {
  font-family: "Gotham 5r";
}
.data-table--large tbody th.-bold, .data-table--large tbody th.\--bold,
.data-table--large tbody td.-bold,
.data-table--large tbody td.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .data-table--large tbody th,
  .data-table--large tbody td {
    padding: 20px 16px 20px 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .data-table--large tbody th,
  .data-table--large tbody td {
    display: block;
    padding: 16px 0 16px;
    padding-bottom: 0;
  }
  .data-table--large tbody th:last-child,
  .data-table--large tbody td:last-child {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1151px) {
  .data-table--large tbody th span.table-head,
  .data-table--large tbody td span.table-head {
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .data-table--large tbody th:first-child {
    padding-top: 24px;
  }
}
.data-table--large tbody th[data-th]:before,
.data-table--large tbody td[data-th]:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .data-table--large tbody th[data-th]:before,
  .data-table--large tbody td[data-th]:before {
    content: attr(data-th) " ";
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
.data-table--large p {
  margin: 0;
}
.data-table--large td,
.data-table--large th {
  padding: 20px 16px 20px 16px;
}
@media screen and (max-width: 767px) {
  .data-table--large td,
  .data-table--large th {
    padding: 16px 0 16px;
  }
  .data-table--large td:last-child,
  .data-table--large th:last-child {
    padding-bottom: 20px;
  }
}

.data-table--grey-even-row {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row {
    display: block;
  }
}
.data-table--grey-even-row tr p, .data-table--grey-even-row tr span, .data-table--grey-even-row thead p, .data-table--grey-even-row thead span {
  margin: 0;
}
.data-table--grey-even-row caption {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row caption {
    margin-bottom: 16px;
    display: table;
  }
}
.data-table--grey-even-row tr {
  border-bottom: 1px solid #878F9B;
}
@media screen and (min-width: 768px) {
  .data-table--grey-even-row tr:last-child {
    border-bottom: 2px solid #878F9B;
  }
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tr {
    display: block;
    border-bottom: 1px solid #878F9B;
  }
}
.data-table--grey-even-row thead {
  border-bottom: 2px solid #878F9B;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row thead {
    border-bottom: 1px solid #878F9B;
    display: none;
  }
}
.data-table--grey-even-row thead th,
.data-table--grey-even-row th[scope~=row] {
  font-family: "Gotham 5r";
  font-size: 0.8125rem;
  line-height: 16px;
  color: #003B71;
  text-transform: none;
  padding-bottom: 0;
  padding: 24px 16px 24px 16px;
  vertical-align: top;
  text-align: left;
}
.data-table--grey-even-row thead th:first-child,
.data-table--grey-even-row th[scope~=row]:first-child {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row thead th:first-child,
  .data-table--grey-even-row th[scope~=row]:first-child {
    padding-left: 0;
  }
}
.data-table--grey-even-row thead th:last-child,
.data-table--grey-even-row th[scope~=row]:last-child {
  padding-right: 16px;
}
.data-table--grey-even-row thead th.th--header,
.data-table--grey-even-row th[scope~=row].th--header {
  border-bottom: 1px solid #E9EBEE;
  border-right: 1px solid #ffffff;
  padding-left: 5px;
}
.data-table--grey-even-row thead th.th--light,
.data-table--grey-even-row th[scope~=row].th--light {
  background-color: #F4F5F6;
}
.data-table--grey-even-row thead th.th--med,
.data-table--grey-even-row th[scope~=row].th--med {
  background-color: #E9EBEE;
}
.data-table--grey-even-row thead th.th--dark,
.data-table--grey-even-row th[scope~=row].th--dark {
  background-color: #D3D6DC;
}
.data-table--grey-even-row thead th.th--darker,
.data-table--grey-even-row th[scope~=row].th--darker {
  background-color: #677083;
  color: #ffffff;
}
.data-table--grey-even-row thead th.th--center,
.data-table--grey-even-row th[scope~=row].th--center {
  text-align: center;
}
@media screen and (max-width: 1151px) {
  .data-table--grey-even-row thead th,
  .data-table--grey-even-row th[scope~=row] {
    word-wrap: break-word;
    padding: 20px 16px 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row thead th,
  .data-table--grey-even-row th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tbody {
    display: block;
  }
}
.data-table--grey-even-row tbody th,
.data-table--grey-even-row tbody td {
  padding: 24px 16px 24px 16px;
  vertical-align: top;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
}
.data-table--grey-even-row tbody th:first-child,
.data-table--grey-even-row tbody td:first-child {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tbody th:first-child,
  .data-table--grey-even-row tbody td:first-child {
    padding-left: 0;
  }
}
.data-table--grey-even-row tbody th:last-child,
.data-table--grey-even-row tbody td:last-child {
  padding-right: 16px;
}
.data-table--grey-even-row tbody th.-book, .data-table--grey-even-row tbody th.\--book,
.data-table--grey-even-row tbody td.-book,
.data-table--grey-even-row tbody td.\--book {
  font-family: "Gotham 4r";
}
.data-table--grey-even-row tbody th.-light, .data-table--grey-even-row tbody th.\--light,
.data-table--grey-even-row tbody td.-light,
.data-table--grey-even-row tbody td.\--light {
  font-family: "Gotham 3r";
}
.data-table--grey-even-row tbody th.-medium, .data-table--grey-even-row tbody th.\--medium,
.data-table--grey-even-row tbody td.-medium,
.data-table--grey-even-row tbody td.\--medium {
  font-family: "Gotham 5r";
}
.data-table--grey-even-row tbody th.-bold, .data-table--grey-even-row tbody th.\--bold,
.data-table--grey-even-row tbody td.-bold,
.data-table--grey-even-row tbody td.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .data-table--grey-even-row tbody th,
  .data-table--grey-even-row tbody td {
    padding: 20px 16px 20px 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tbody th,
  .data-table--grey-even-row tbody td {
    display: block;
    padding: 16px 0 16px;
    padding-bottom: 0;
  }
  .data-table--grey-even-row tbody th:last-child,
  .data-table--grey-even-row tbody td:last-child {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1151px) {
  .data-table--grey-even-row tbody th span.table-head,
  .data-table--grey-even-row tbody td span.table-head {
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tbody th:first-child {
    padding-top: 24px;
  }
}
.data-table--grey-even-row tbody th[data-th]:before,
.data-table--grey-even-row tbody td[data-th]:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tbody th[data-th]:before,
  .data-table--grey-even-row tbody td[data-th]:before {
    content: attr(data-th) " ";
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
.data-table--grey-even-row p {
  margin: 0;
}
.data-table--grey-even-row tr:nth-of-type(even) {
  background: #F4F5F6;
}

.data-table--no-border {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .data-table--no-border {
    display: block;
  }
}
.data-table--no-border tr p, .data-table--no-border tr span, .data-table--no-border thead p, .data-table--no-border thead span {
  margin: 0;
}
.data-table--no-border caption {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .data-table--no-border caption {
    margin-bottom: 16px;
    display: table;
  }
}
.data-table--no-border tr {
  border-bottom: 1px solid #878F9B;
}
@media screen and (min-width: 768px) {
  .data-table--no-border tr:last-child {
    border-bottom: 2px solid #878F9B;
  }
}
@media screen and (max-width: 767px) {
  .data-table--no-border tr {
    display: block;
    border-bottom: 1px solid #878F9B;
  }
}
.data-table--no-border thead {
  border-bottom: 2px solid #878F9B;
}
@media screen and (max-width: 767px) {
  .data-table--no-border thead {
    border-bottom: 1px solid #878F9B;
    display: none;
  }
}
.data-table--no-border thead th,
.data-table--no-border th[scope~=row] {
  font-family: "Gotham 5r";
  font-size: 0.8125rem;
  line-height: 16px;
  color: #003B71;
  text-transform: none;
  padding-bottom: 0;
  padding: 24px 16px 24px 16px;
  vertical-align: top;
  text-align: left;
}
.data-table--no-border thead th:first-child,
.data-table--no-border th[scope~=row]:first-child {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .data-table--no-border thead th:first-child,
  .data-table--no-border th[scope~=row]:first-child {
    padding-left: 0;
  }
}
.data-table--no-border thead th:last-child,
.data-table--no-border th[scope~=row]:last-child {
  padding-right: 16px;
}
.data-table--no-border thead th.th--header,
.data-table--no-border th[scope~=row].th--header {
  border-bottom: 1px solid #E9EBEE;
  border-right: 1px solid #ffffff;
  padding-left: 5px;
}
.data-table--no-border thead th.th--light,
.data-table--no-border th[scope~=row].th--light {
  background-color: #F4F5F6;
}
.data-table--no-border thead th.th--med,
.data-table--no-border th[scope~=row].th--med {
  background-color: #E9EBEE;
}
.data-table--no-border thead th.th--dark,
.data-table--no-border th[scope~=row].th--dark {
  background-color: #D3D6DC;
}
.data-table--no-border thead th.th--darker,
.data-table--no-border th[scope~=row].th--darker {
  background-color: #677083;
  color: #ffffff;
}
.data-table--no-border thead th.th--center,
.data-table--no-border th[scope~=row].th--center {
  text-align: center;
}
@media screen and (max-width: 1151px) {
  .data-table--no-border thead th,
  .data-table--no-border th[scope~=row] {
    word-wrap: break-word;
    padding: 20px 16px 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .data-table--no-border thead th,
  .data-table--no-border th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .data-table--no-border tbody {
    display: block;
  }
}
.data-table--no-border tbody th,
.data-table--no-border tbody td {
  padding: 24px 16px 24px 16px;
  vertical-align: top;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
}
.data-table--no-border tbody th:first-child,
.data-table--no-border tbody td:first-child {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .data-table--no-border tbody th:first-child,
  .data-table--no-border tbody td:first-child {
    padding-left: 0;
  }
}
.data-table--no-border tbody th:last-child,
.data-table--no-border tbody td:last-child {
  padding-right: 16px;
}
.data-table--no-border tbody th.-book, .data-table--no-border tbody th.\--book,
.data-table--no-border tbody td.-book,
.data-table--no-border tbody td.\--book {
  font-family: "Gotham 4r";
}
.data-table--no-border tbody th.-light, .data-table--no-border tbody th.\--light,
.data-table--no-border tbody td.-light,
.data-table--no-border tbody td.\--light {
  font-family: "Gotham 3r";
}
.data-table--no-border tbody th.-medium, .data-table--no-border tbody th.\--medium,
.data-table--no-border tbody td.-medium,
.data-table--no-border tbody td.\--medium {
  font-family: "Gotham 5r";
}
.data-table--no-border tbody th.-bold, .data-table--no-border tbody th.\--bold,
.data-table--no-border tbody td.-bold,
.data-table--no-border tbody td.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .data-table--no-border tbody th,
  .data-table--no-border tbody td {
    padding: 20px 16px 20px 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .data-table--no-border tbody th,
  .data-table--no-border tbody td {
    display: block;
    padding: 16px 0 16px;
    padding-bottom: 0;
  }
  .data-table--no-border tbody th:last-child,
  .data-table--no-border tbody td:last-child {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1151px) {
  .data-table--no-border tbody th span.table-head,
  .data-table--no-border tbody td span.table-head {
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .data-table--no-border tbody th:first-child {
    padding-top: 24px;
  }
}
.data-table--no-border tbody th[data-th]:before,
.data-table--no-border tbody td[data-th]:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .data-table--no-border tbody th[data-th]:before,
  .data-table--no-border tbody td[data-th]:before {
    content: attr(data-th) " ";
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
.data-table--no-border p {
  margin: 0;
}
.data-table--no-border tr {
  border-bottom: none;
}

@media screen and (max-width: 1151px) {
  .-mobile-locked {
    width: 100%;
    text-align: left;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked {
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tr p, .-mobile-locked tr span, .-mobile-locked thead p, .-mobile-locked thead span {
    margin: 0;
  }
  .-mobile-locked caption {
    text-align: left;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked caption {
    margin-bottom: 16px;
    display: table;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tr {
    border-bottom: 1px solid #878F9B;
  }
}
@media screen and (max-width: 1151px) and (min-width: 768px) {
  .-mobile-locked tr:last-child {
    border-bottom: 2px solid #878F9B;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tr {
    display: block;
    border-bottom: 1px solid #878F9B;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead {
    border-bottom: 2px solid #878F9B;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead {
    border-bottom: 1px solid #878F9B;
    display: none;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    padding: 24px 16px 24px 16px;
    vertical-align: top;
    text-align: left;
  }
  .-mobile-locked thead th:first-child,
  .-mobile-locked th[scope~=row]:first-child {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead th:first-child,
  .-mobile-locked th[scope~=row]:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead th:last-child,
  .-mobile-locked th[scope~=row]:last-child {
    padding-right: 16px;
  }
  .-mobile-locked thead th.th--header,
  .-mobile-locked th[scope~=row].th--header {
    border-bottom: 1px solid #E9EBEE;
    border-right: 1px solid #ffffff;
    padding-left: 5px;
  }
  .-mobile-locked thead th.th--light,
  .-mobile-locked th[scope~=row].th--light {
    background-color: #F4F5F6;
  }
  .-mobile-locked thead th.th--med,
  .-mobile-locked th[scope~=row].th--med {
    background-color: #E9EBEE;
  }
  .-mobile-locked thead th.th--dark,
  .-mobile-locked th[scope~=row].th--dark {
    background-color: #D3D6DC;
  }
  .-mobile-locked thead th.th--darker,
  .-mobile-locked th[scope~=row].th--darker {
    background-color: #677083;
    color: #ffffff;
  }
  .-mobile-locked thead th.th--center,
  .-mobile-locked th[scope~=row].th--center {
    text-align: center;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    word-wrap: break-word;
    padding: 20px 16px 20px 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody {
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding: 24px 16px 24px 16px;
    vertical-align: top;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: normal;
    text-align: left;
  }
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-right: 16px;
  }
  .-mobile-locked tbody th.-book, .-mobile-locked tbody th.\--book,
  .-mobile-locked tbody td.-book,
  .-mobile-locked tbody td.\--book {
    font-family: "Gotham 4r";
  }
  .-mobile-locked tbody th.-light, .-mobile-locked tbody th.\--light,
  .-mobile-locked tbody td.-light,
  .-mobile-locked tbody td.\--light {
    font-family: "Gotham 3r";
  }
  .-mobile-locked tbody th.-medium, .-mobile-locked tbody th.\--medium,
  .-mobile-locked tbody td.-medium,
  .-mobile-locked tbody td.\--medium {
    font-family: "Gotham 5r";
  }
  .-mobile-locked tbody th.-bold, .-mobile-locked tbody th.\--bold,
  .-mobile-locked tbody td.-bold,
  .-mobile-locked tbody td.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding: 20px 16px 20px 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    display: block;
    padding: 16px 0 16px;
    padding-bottom: 0;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th span.table-head,
  .-mobile-locked tbody td span.table-head {
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th:first-child {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th[data-th]:before,
  .-mobile-locked tbody td[data-th]:before {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th[data-th]:before,
  .-mobile-locked tbody td[data-th]:before {
    content: attr(data-th) " ";
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked p {
    margin: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked {
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tr p, .-mobile-locked tr span, .-mobile-locked thead p, .-mobile-locked thead span {
    margin: 0;
  }
  .-mobile-locked caption {
    text-align: left;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked caption {
    margin-bottom: 16px;
    display: table;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tr {
    border-bottom: 1px solid #878F9B;
  }
}
@media screen and (max-width: 1151px) and (min-width: 768px) {
  .-mobile-locked tr:last-child {
    border-bottom: 2px solid #878F9B;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tr {
    display: block;
    border-bottom: 1px solid #878F9B;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead {
    border-bottom: 2px solid #878F9B;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead {
    border-bottom: 1px solid #878F9B;
    display: none;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    padding: 24px 16px 24px 16px;
    vertical-align: top;
    text-align: left;
  }
  .-mobile-locked thead th:first-child,
  .-mobile-locked th[scope~=row]:first-child {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead th:first-child,
  .-mobile-locked th[scope~=row]:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead th:last-child,
  .-mobile-locked th[scope~=row]:last-child {
    padding-right: 16px;
  }
  .-mobile-locked thead th.th--header,
  .-mobile-locked th[scope~=row].th--header {
    border-bottom: 1px solid #E9EBEE;
    border-right: 1px solid #ffffff;
    padding-left: 5px;
  }
  .-mobile-locked thead th.th--light,
  .-mobile-locked th[scope~=row].th--light {
    background-color: #F4F5F6;
  }
  .-mobile-locked thead th.th--med,
  .-mobile-locked th[scope~=row].th--med {
    background-color: #E9EBEE;
  }
  .-mobile-locked thead th.th--dark,
  .-mobile-locked th[scope~=row].th--dark {
    background-color: #D3D6DC;
  }
  .-mobile-locked thead th.th--darker,
  .-mobile-locked th[scope~=row].th--darker {
    background-color: #677083;
    color: #ffffff;
  }
  .-mobile-locked thead th.th--center,
  .-mobile-locked th[scope~=row].th--center {
    text-align: center;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    word-wrap: break-word;
    padding: 20px 16px 20px 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody {
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding: 24px 16px 24px 16px;
    vertical-align: top;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: normal;
    text-align: left;
  }
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-right: 16px;
  }
  .-mobile-locked tbody th.-book, .-mobile-locked tbody th.\--book,
  .-mobile-locked tbody td.-book,
  .-mobile-locked tbody td.\--book {
    font-family: "Gotham 4r";
  }
  .-mobile-locked tbody th.-light, .-mobile-locked tbody th.\--light,
  .-mobile-locked tbody td.-light,
  .-mobile-locked tbody td.\--light {
    font-family: "Gotham 3r";
  }
  .-mobile-locked tbody th.-medium, .-mobile-locked tbody th.\--medium,
  .-mobile-locked tbody td.-medium,
  .-mobile-locked tbody td.\--medium {
    font-family: "Gotham 5r";
  }
  .-mobile-locked tbody th.-bold, .-mobile-locked tbody th.\--bold,
  .-mobile-locked tbody td.-bold,
  .-mobile-locked tbody td.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding: 20px 16px 20px 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    display: block;
    padding: 16px 0 16px;
    padding-bottom: 0;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th span.table-head,
  .-mobile-locked tbody td span.table-head {
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th:first-child {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th[data-th]:before,
  .-mobile-locked tbody td[data-th]:before {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th[data-th]:before,
  .-mobile-locked tbody td[data-th]:before {
    content: attr(data-th) " ";
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked p {
    margin: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked thead {
    border-bottom: 1px solid #878F9B;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead th:first-child {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead th:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead th:last-child {
    padding-right: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked thead th {
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media screen and (max-width: 1151px) and (min-width: 1152px) {
  .-mobile-locked tr:last-child {
    border-bottom: 2px solid #878F9B !important;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tr {
    border-top: 1px solid #878F9B !important;
    border-bottom: 1px solid #878F9B !important;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-right: 16px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    display: block;
    padding: 16px 0 16px;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th span.table-head,
  .-mobile-locked tbody td span.table-head {
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody td[data-th]:before {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody td[data-th]:before {
    content: attr(data-th) " ";
    font-family: "Gotham 5r";
    font-size: 0.8125rem;
    line-height: 16px;
    color: #003B71;
    text-transform: none;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked .visuallyhidden--mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked.data-table--large td,
  .-mobile-locked.data-table--large th {
    padding: 16px 0 16px;
  }
  .-mobile-locked.data-table--large td:last-child,
  .-mobile-locked.data-table--large th:last-child {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked .tooltip.table-tooltip-header {
    display: inline-block;
    position: absolute;
    padding-top: 25px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1151px) and (min-width: 1152px) {
  .-mobile-locked .tooltip.table-tooltip-header {
    display: none;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked.mobile-sort {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked.mobile-sort {
    display: block;
    max-width: 100%;
  }
}

.hidden-row {
  display: none;
}

.mobile_padding {
  padding: 10px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .visuallyhidden--mobile-only {
    display: none;
  }
}

.tooltip.table-tooltip-header {
  display: inline-block;
  position: absolute;
  padding-top: 25px;
  padding-left: 60px;
}
@media screen and (min-width: 768px) {
  .tooltip.table-tooltip-header {
    display: none;
  }
}

.star_3-img {
  height: 32px;
}

.star_img {
  height: 18px;
}

.star-rating_links {
  cursor: pointer;
}

.ds-star-rating .star-rating_text {
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media (min-width: 350px) {
  .ds-star-rating .star-rating_links {
    white-space: nowrap;
  }
}
.ds-star-rating.ds-star-rating--small .star-rating_0:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_0:before {
  content: url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_0_5:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_0_5:before {
  content: url("assets/images/star-half-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_1:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_1:before {
  content: url("assets/images/star-filled-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_1_5:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_1_5:before {
  content: url("assets/images/star-filled-small.svg")url("assets/images/star-half-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_2:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_2:before {
  content: url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_2_5:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_2_5:before {
  content: url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-half-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_3:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_3:before {
  content: url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_3_5:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_3_5:before {
  content: url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-half-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_4:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_4:before {
  content: url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_4_5:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_4_5:before {
  content: url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-half-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_5:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_5:before {
  content: url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg")url("assets/images/star-filled-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_blank:before, .ds-star-rating:not(.ds-star-rating--large) .star-rating_blank:before {
  content: url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg")url("assets/images/star-empty-small.svg");
  display: inline-block;
  transform: translateY(14%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--small .star-rating_text, .ds-star-rating:not(.ds-star-rating--large) .star-rating_text {
  padding-right: 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Gotham 4r", Verdana, sans-serif;
}
.ds-star-rating.ds-star-rating--small .star-rating_text.-book, .ds-star-rating.ds-star-rating--small .star-rating_text.\--book, .ds-star-rating:not(.ds-star-rating--large) .star-rating_text.-book, .ds-star-rating:not(.ds-star-rating--large) .star-rating_text.\--book {
  font-family: "Gotham 4r";
}
.ds-star-rating.ds-star-rating--small .star-rating_text.-light, .ds-star-rating.ds-star-rating--small .star-rating_text.\--light, .ds-star-rating:not(.ds-star-rating--large) .star-rating_text.-light, .ds-star-rating:not(.ds-star-rating--large) .star-rating_text.\--light {
  font-family: "Gotham 3r";
}
.ds-star-rating.ds-star-rating--small .star-rating_text.-medium, .ds-star-rating.ds-star-rating--small .star-rating_text.\--medium, .ds-star-rating:not(.ds-star-rating--large) .star-rating_text.-medium, .ds-star-rating:not(.ds-star-rating--large) .star-rating_text.\--medium {
  font-family: "Gotham 5r";
}
.ds-star-rating.ds-star-rating--small .star-rating_text.-bold, .ds-star-rating.ds-star-rating--small .star-rating_text.\--bold, .ds-star-rating:not(.ds-star-rating--large) .star-rating_text.-bold, .ds-star-rating:not(.ds-star-rating--large) .star-rating_text.\--bold {
  font-family: "Gotham 5r";
}
.ds-star-rating.ds-star-rating--large .star-rating_0:before {
  content: url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_0_5:before {
  content: url("assets/images/star-half.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_1:before {
  content: url("assets/images/star-filled.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_1_5:before {
  content: url("assets/images/star-filled.svg")url("assets/images/star-half.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_2:before {
  content: url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_2_5:before {
  content: url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-half.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_3:before {
  content: url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_3_5:before {
  content: url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-half.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_4:before {
  content: url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_4_5:before {
  content: url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-half.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_5:before {
  content: url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-filled.svg")url("assets/images/star-filled.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_blank:before {
  content: url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg")url("assets/images/star-empty.svg");
  display: inline-block;
  transform: translateY(20%);
  padding-right: 4px;
}
.ds-star-rating.ds-star-rating--large .star-rating_text {
  padding-right: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Gotham 5r", Verdana, sans-serif;
}
.ds-star-rating.ds-star-rating--large .star-rating_text.-book, .ds-star-rating.ds-star-rating--large .star-rating_text.\--book {
  font-family: "Gotham 4r";
}
.ds-star-rating.ds-star-rating--large .star-rating_text.-light, .ds-star-rating.ds-star-rating--large .star-rating_text.\--light {
  font-family: "Gotham 3r";
}
.ds-star-rating.ds-star-rating--large .star-rating_text.-medium, .ds-star-rating.ds-star-rating--large .star-rating_text.\--medium {
  font-family: "Gotham 5r";
}
.ds-star-rating.ds-star-rating--large .star-rating_text.-bold, .ds-star-rating.ds-star-rating--large .star-rating_text.\--bold {
  font-family: "Gotham 5r";
}
.ds-star-rating.ds-star-rating--inline .star-rating_links, .ds-star-rating:not(.ds-star-rating--stacked) .star-rating_links {
  display: inline;
}
.ds-star-rating.ds-star-rating--stacked .star-rating_links {
  display: block;
}

.webview-content {
  display: block;
  /* stylelint-disable declaration-no-important */
  font-family: sans-serif !important;
  /* stylelint-enable */
}
.webview-content .hide-webview-content {
  display: none;
}
.webview-content b, .webview-content strong {
  font-weight: bold;
  font-family: inherit;
}
.webview-content .button:hover, .webview-content .button:focus, .webview-content .button:active {
  color: white;
}
.webview-content .-light,
.webview-content .\--light {
  font-family: sans-serif;
  font-weight: 200;
}
.webview-content .-book,
.webview-content .\--book {
  font-family: sans-serif;
  font-weight: 400;
}
.webview-content .-medium,
.webview-content .\--medium {
  font-family: sans-serif;
  font-weight: 600;
}

/* stylelint-disable declaration-no-important */
/* stylelint-enable */
/* stylelint-disable declaration-no-important */
.print-only, .print-only-inline, .print-only-inline-block {
  display: none !important;
}

.print-link {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  color: #0078B3;
}
.print-link:hover {
  color: #003B71;
  outline: 0;
}
.print-link:focus {
  color: #003B71;
}
.print-link i {
  margin-right: 10px;
}
@media screen and (min-width: 601px) {
  .print-link {
    display: inline;
  }
}

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  body {
    color: #0D1C3D !important;
    background: #ffffff !important;
  }
  body a, body a:visited {
    color: #0D1C3D !important;
  }
  .header {
    border-top: 1px solid black;
  }
  .print-only {
    display: block !important;
  }
  .print-only-inline {
    display: inline !important;
  }
  .print-only-inline-block {
    display: inline-block !important;
  }
  .print-only-logo {
    display: block;
    width: 33%;
  }
  .screen-only, .kp-global-header-component, .side-navigation, .kp-global-footer, .alert, .kp-header-global-menu, .kp-header__mobile-buttons, .kp-header-global-menu {
    display: none !important;
  }
  .kp-body-component {
    margin-top: 28pt;
    padding-top: 28px;
    border-top: 1pt solid #0D1C3D;
  }
}
/* stylelint-enable */
.short__data__point {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .short__data__point {
    margin-bottom: 20px;
  }
}
.short__data__point label {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .short__data__point label {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
  }
  .short__data__point label.-book, .short__data__point label.\--book {
    font-family: "Gotham 4r";
  }
  .short__data__point label.-light, .short__data__point label.\--light {
    font-family: "Gotham 3r";
  }
  .short__data__point label.-medium, .short__data__point label.\--medium {
    font-family: "Gotham 5r";
  }
  .short__data__point label.-bold, .short__data__point label.\--bold {
    font-family: "Gotham 5r";
  }
}
.short__data__point span {
  display: block;
}
.short__data__point a {
  display: block;
}
@media screen and (max-width: 767px) {
  .short__data__point a {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
  }
  .short__data__point a.-book, .short__data__point a.\--book {
    font-family: "Gotham 4r";
  }
  .short__data__point a.-light, .short__data__point a.\--light {
    font-family: "Gotham 3r";
  }
  .short__data__point a.-medium, .short__data__point a.\--medium {
    font-family: "Gotham 5r";
  }
  .short__data__point a.-bold, .short__data__point a.\--bold {
    font-family: "Gotham 5r";
  }
}

.long__data__point {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .long__data__point {
    margin-bottom: 20px;
  }
}
.long__data__point label {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .long__data__point label {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
  }
  .long__data__point label.-book, .long__data__point label.\--book {
    font-family: "Gotham 4r";
  }
  .long__data__point label.-light, .long__data__point label.\--light {
    font-family: "Gotham 3r";
  }
  .long__data__point label.-medium, .long__data__point label.\--medium {
    font-family: "Gotham 5r";
  }
  .long__data__point label.-bold, .long__data__point label.\--bold {
    font-family: "Gotham 5r";
  }
}
.long__data__point span {
  display: block;
}
.long__data__point a {
  display: block;
}
@media screen and (max-width: 767px) {
  .long__data__point a {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
  }
  .long__data__point a.-book, .long__data__point a.\--book {
    font-family: "Gotham 4r";
  }
  .long__data__point a.-light, .long__data__point a.\--light {
    font-family: "Gotham 3r";
  }
  .long__data__point a.-medium, .long__data__point a.\--medium {
    font-family: "Gotham 5r";
  }
  .long__data__point a.-bold, .long__data__point a.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (max-width: 767px) {
  .long__data__point span {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
  }
  .long__data__point span.-book, .long__data__point span.\--book {
    font-family: "Gotham 4r";
  }
  .long__data__point span.-light, .long__data__point span.\--light {
    font-family: "Gotham 3r";
  }
  .long__data__point span.-medium, .long__data__point span.\--medium {
    font-family: "Gotham 5r";
  }
  .long__data__point span.-bold, .long__data__point span.\--bold {
    font-family: "Gotham 5r";
  }
}

.listed__data__points {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .listed__data__points {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .listed__data__points span, .listed__data__points a {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
  }
  .listed__data__points span.-book, .listed__data__points span.\--book, .listed__data__points a.-book, .listed__data__points a.\--book {
    font-family: "Gotham 4r";
  }
  .listed__data__points span.-light, .listed__data__points span.\--light, .listed__data__points a.-light, .listed__data__points a.\--light {
    font-family: "Gotham 3r";
  }
  .listed__data__points span.-medium, .listed__data__points span.\--medium, .listed__data__points a.-medium, .listed__data__points a.\--medium {
    font-family: "Gotham 5r";
  }
  .listed__data__points span.-bold, .listed__data__points span.\--bold, .listed__data__points a.-bold, .listed__data__points a.\--bold {
    font-family: "Gotham 5r";
  }
}

hr.reviewed__by--divider {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  hr.reviewed__by--divider {
    margin-bottom: 18px;
  }
}

.reviewed__by--title, .reviewed__by--link, .reviewed__by--copyright {
  display: block;
}
@media screen and (max-width: 767px) {
  .reviewed__by--title, .reviewed__by--link, .reviewed__by--copyright {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
  }
  .reviewed__by--title.-book, .reviewed__by--title.\--book, .reviewed__by--link.-book, .reviewed__by--link.\--book, .reviewed__by--copyright.-book, .reviewed__by--copyright.\--book {
    font-family: "Gotham 4r";
  }
  .reviewed__by--title.-light, .reviewed__by--title.\--light, .reviewed__by--link.-light, .reviewed__by--link.\--light, .reviewed__by--copyright.-light, .reviewed__by--copyright.\--light {
    font-family: "Gotham 3r";
  }
  .reviewed__by--title.-medium, .reviewed__by--title.\--medium, .reviewed__by--link.-medium, .reviewed__by--link.\--medium, .reviewed__by--copyright.-medium, .reviewed__by--copyright.\--medium {
    font-family: "Gotham 5r";
  }
  .reviewed__by--title.-bold, .reviewed__by--title.\--bold, .reviewed__by--link.-bold, .reviewed__by--link.\--bold, .reviewed__by--copyright.-bold, .reviewed__by--copyright.\--bold {
    font-family: "Gotham 5r";
  }
}

.reviewed__by--link {
  margin-bottom: 20px;
}

.margin-top-1u {
  margin-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-1u {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-1u {
    margin-top: 12px;
  }
}

.margin-bottom-1u {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-1u {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-1u {
    margin-bottom: 12px;
  }
}

.padding-top-1u {
  padding-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-1u {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-1u {
    padding-top: 12px;
  }
}

.padding-bottom-1u {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-1u {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-1u {
    padding-bottom: 12px;
  }
}

.spacing-1u {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-1u {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-1u {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.margin-top-2u {
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-2u {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-2u {
    margin-top: 24px;
  }
}

.margin-bottom-2u {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-2u {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-2u {
    margin-bottom: 24px;
  }
}

.padding-top-2u {
  padding-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-2u {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-2u {
    padding-top: 24px;
  }
}

.padding-bottom-2u {
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-2u {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-2u {
    padding-bottom: 24px;
  }
}

.spacing-2u {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-2u {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-2u {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.margin-top-3u {
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-3u {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-3u {
    margin-top: 36px;
  }
}

.margin-bottom-3u {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-3u {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-3u {
    margin-bottom: 36px;
  }
}

.padding-top-3u {
  padding-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-3u {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-3u {
    padding-top: 36px;
  }
}

.padding-bottom-3u {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-3u {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-3u {
    padding-bottom: 36px;
  }
}

.spacing-3u {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-3u {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-3u {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

.margin-top-4u {
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-4u {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-4u {
    margin-top: 48px;
  }
}

.margin-bottom-4u {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-4u {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-4u {
    margin-bottom: 48px;
  }
}

.padding-top-4u {
  padding-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-4u {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-4u {
    padding-top: 48px;
  }
}

.padding-bottom-4u {
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-4u {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-4u {
    padding-bottom: 48px;
  }
}

.spacing-4u {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-4u {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-4u {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.margin-top-5u {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-5u {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-5u {
    margin-top: 60px;
  }
}

.margin-bottom-5u {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-5u {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-5u {
    margin-bottom: 60px;
  }
}

.padding-top-5u {
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-5u {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-5u {
    padding-top: 60px;
  }
}

.padding-bottom-5u {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-5u {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-5u {
    padding-bottom: 60px;
  }
}

.spacing-5u {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-5u {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-5u {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.margin-top-6u {
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-6u {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-6u {
    margin-top: 72px;
  }
}

.margin-bottom-6u {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-6u {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-6u {
    margin-bottom: 72px;
  }
}

.padding-top-6u {
  padding-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-6u {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-6u {
    padding-top: 72px;
  }
}

.padding-bottom-6u {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-6u {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-6u {
    padding-bottom: 72px;
  }
}

.spacing-6u {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-6u {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-6u {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}

.margin-top-7u {
  margin-top: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-7u {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-7u {
    margin-top: 84px;
  }
}

.margin-bottom-7u {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-7u {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-7u {
    margin-bottom: 84px;
  }
}

.padding-top-7u {
  padding-top: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-7u {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-7u {
    padding-top: 84px;
  }
}

.padding-bottom-7u {
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-7u {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-7u {
    padding-bottom: 84px;
  }
}

.spacing-7u {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-7u {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-7u {
    margin-top: 84px;
    margin-bottom: 84px;
  }
}

.margin-top-8u {
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-8u {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-8u {
    margin-top: 96px;
  }
}

.margin-bottom-8u {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-8u {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-8u {
    margin-bottom: 96px;
  }
}

.padding-top-8u {
  padding-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-8u {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-8u {
    padding-top: 96px;
  }
}

.padding-bottom-8u {
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-8u {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-8u {
    padding-bottom: 96px;
  }
}

.spacing-8u {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-8u {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-8u {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}

.margin-top-9u {
  margin-top: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-9u {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-9u {
    margin-top: 108px;
  }
}

.margin-bottom-9u {
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-9u {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-9u {
    margin-bottom: 108px;
  }
}

.padding-top-9u {
  padding-top: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-9u {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-9u {
    padding-top: 108px;
  }
}

.padding-bottom-9u {
  padding-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-9u {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-9u {
    padding-bottom: 108px;
  }
}

.spacing-9u {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-9u {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-9u {
    margin-top: 108px;
    margin-bottom: 108px;
  }
}

a, a.button {
  text-decoration: none;
}
a .icon-link-internal,
a .icon-link-external, a.button .icon-link-internal,
a.button .icon-link-external {
  padding-left: 5px;
  padding-right: 1px;
}
a .icon-zzz0027-link-external, a .icon-zzz0028-link-internal, a.button .icon-zzz0027-link-external, a.button .icon-zzz0028-link-internal {
  height: 1em;
}
a:hover, a:focus, a.button:hover, a.button:focus {
  text-decoration: underline;
  color: #003B71;
  background: transparent;
}
a:hover img, a:focus img, a.button:hover img, a.button:focus img {
  filter: none;
}
a:hover .icon-zzz0027-link-external, a:hover .icon-zzz0028-link-internal, a:focus .icon-zzz0027-link-external, a:focus .icon-zzz0028-link-internal, a.button:hover .icon-zzz0027-link-external, a.button:hover .icon-zzz0028-link-internal, a.button:focus .icon-zzz0027-link-external, a.button:focus .icon-zzz0028-link-internal {
  -webkit-filter: grayscale(1) invert(1) contrast(800%) brightness(500%);
  filter: grayscale(1) invert(1) contrast(800%) brightness(500%);
}
a.text-link-with-icon, a.button.text-link-with-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}
a.text-link-with-icon svg, a.button.text-link-with-icon svg {
  vertical-align: bottom;
}
a.inline-link, a.button.inline-link {
  text-decoration: underline;
}

a.button {
  height: auto;
  box-sizing: border-box;
  padding-top: 11px;
  padding-bottom: 11px;
  overflow-wrap: anywhere;
}
a.button:hover, a.button:focus {
  color: #003B71;
  background-color: #F2F8FB;
  border-color: #003B71;
}
a.button svg {
  vertical-align: top;
  margin-left: 8px;
  margin-right: 0px;
}
a.button.external-link svg {
  margin-left: 8px;
}
a.button.external-link, a.button.new-window-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.button.-icon-and-text svg {
  margin-left: 0px;
  margin-right: 8px;
}
a.button:hover, a.button.-action:hover, a.button.impact-destructive:hover, a.button.-navigation__next:hover, a.button.-high-contrast:hover, a.button:focus {
  text-decoration: underline;
}

.icon-link-out {
  color: #0074AD;
  padding-left: 5px;
  font-size: 8px;
  position: relative;
  bottom: 5px;
}
.icon-link-out.extlink {
  font-size: 9.8px;
  bottom: 3px;
  padding-left: 4px;
}
.icon-link-out.extlink:before {
  font-weight: bold;
}

.external-link, .external-link a {
  align-items: center;
}
.external-link svg, .external-link a svg {
  vertical-align: bottom;
}
.external-link.inline a, .external-link a.inline a {
  text-decoration: underline;
}

.new-window-link img, .new-window-link svg {
  margin-left: 2px;
  vertical-align: middle;
}
.new-window-link img:hover, .new-window-link svg:hover {
  text-decoration: underline;
}

.external-link:hover a, .-inverted:hover a, .alert .-p1 a:hover a {
  text-decoration: underline;
  color: #003B71;
}
.external-link.button svg, .-inverted.button svg, .alert .-p1 a.button svg {
  margin-left: 2px;
}
.external-link.button img, .-inverted.button img, .alert .-p1 a.button img {
  width: 1em;
  height: 1em;
}
.external-link.button img:hover, .-inverted.button img:hover, .alert .-p1 a.button img:hover {
  -webkit-filter: grayscale(1) invert(1) contrast(800%) brightness(500%);
  filter: grayscale(1) invert(1) contrast(800%) brightness(500%);
}
.external-link svg, .-inverted svg, .alert .-p1 a svg {
  margin-left: 2px;
}

.internal-link svg {
  margin-left: 2px;
  vertical-align: bottom;
}

.back-link ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
.back-link svg {
  vertical-align: bottom;
}
.back-link svg path {
  fill: #0078B3;
}
.back-link a:hover svg path {
  fill: #F0F7FA;
}
.back-link a:hover svg path {
  fill: #003B71;
}
.back-link a:hover svg {
  fill: #003B71;
}

:not([data-ds-theme=vessel i]).link-list-title--small {
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #677083;
}
:not([data-ds-theme=vessel i]).link-list-title--small.-book, :not([data-ds-theme=vessel i]).link-list-title--small.\--book {
  font-family: "Gotham 4r";
}
:not([data-ds-theme=vessel i]).link-list-title--small.-light, :not([data-ds-theme=vessel i]).link-list-title--small.\--light {
  font-family: "Gotham 3r";
}
:not([data-ds-theme=vessel i]).link-list-title--small.-medium, :not([data-ds-theme=vessel i]).link-list-title--small.\--medium {
  font-family: "Gotham 5r";
}
:not([data-ds-theme=vessel i]).link-list-title--small.-bold, :not([data-ds-theme=vessel i]).link-list-title--small.\--bold {
  font-family: "Gotham 5r";
}
:not([data-ds-theme=vessel i]).link-list-title--large {
  margin: 0;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #000000;
}
:not([data-ds-theme=vessel i]).link-list-title--large.-book, :not([data-ds-theme=vessel i]).link-list-title--large.\--book {
  font-family: "Gotham 4r";
}
:not([data-ds-theme=vessel i]).link-list-title--large.-light, :not([data-ds-theme=vessel i]).link-list-title--large.\--light {
  font-family: "Gotham 3r";
}
:not([data-ds-theme=vessel i]).link-list-title--large.-medium, :not([data-ds-theme=vessel i]).link-list-title--large.\--medium {
  font-family: "Gotham 5r";
}
:not([data-ds-theme=vessel i]).link-list-title--large.-bold, :not([data-ds-theme=vessel i]).link-list-title--large.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 767px) {
  :not([data-ds-theme=vessel i]).link-list-title--large {
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  :not([data-ds-theme=vessel i]).link-list-title--large.-book, :not([data-ds-theme=vessel i]).link-list-title--large.\--book {
    font-family: "Gotham 4r";
  }
  :not([data-ds-theme=vessel i]).link-list-title--large.-light, :not([data-ds-theme=vessel i]).link-list-title--large.\--light {
    font-family: "Gotham 3r";
  }
  :not([data-ds-theme=vessel i]).link-list-title--large.-medium, :not([data-ds-theme=vessel i]).link-list-title--large.\--medium {
    font-family: "Gotham 5r";
  }
  :not([data-ds-theme=vessel i]).link-list-title--large.-bold, :not([data-ds-theme=vessel i]).link-list-title--large.\--bold {
    font-family: "Gotham 5r";
  }
}

:not([data-ds-theme=vessel i]).link-list {
  margin-top: 0;
  padding-top: 0;
}
:not([data-ds-theme=vessel i]).link-list--horizontal li {
  display: inline-block;
  padding-right: 20px;
}
:not([data-ds-theme=vessel i]).link-list--horizontal.-divided li {
  padding-right: 20px;
  border-right: 1px solid #D3D6DC;
  margin-right: 20px;
}
:not([data-ds-theme=vessel i]).link-list--horizontal.-divided li:last-child {
  border-right: 0;
  margin-right: 0;
}
:not([data-ds-theme=vessel i]).link-list--horizontal li {
  padding-bottom: 12px;
}
:not([data-ds-theme=vessel i]).link-list--horizontal li a, :not([data-ds-theme=vessel i]).link-list--horizontal li a.button {
  text-decoration: none;
}
:not([data-ds-theme=vessel i]).link-list--horizontal li a:hover, :not([data-ds-theme=vessel i]).link-list--horizontal li a.button:hover {
  text-decoration: underline;
}
:not([data-ds-theme=vessel i]).link-list li {
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
:not([data-ds-theme=vessel i]).link-list li.-book, :not([data-ds-theme=vessel i]).link-list li.\--book {
  font-family: "Gotham 4r";
}
:not([data-ds-theme=vessel i]).link-list li.-light, :not([data-ds-theme=vessel i]).link-list li.\--light {
  font-family: "Gotham 3r";
}
:not([data-ds-theme=vessel i]).link-list li.-medium, :not([data-ds-theme=vessel i]).link-list li.\--medium {
  font-family: "Gotham 5r";
}
:not([data-ds-theme=vessel i]).link-list li.-bold, :not([data-ds-theme=vessel i]).link-list li.\--bold {
  font-family: "Gotham 5r";
}
:not([data-ds-theme=vessel i]).link-list li a, :not([data-ds-theme=vessel i]).link-list li a.button {
  text-decoration: none;
}
:not([data-ds-theme=vessel i]).link-list li a:hover, :not([data-ds-theme=vessel i]).link-list li a.button:hover {
  text-decoration: underline;
}

.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title {
  padding: 0;
  margin: 0;
  color: #0D1C3D;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.\--book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.\--book {
  font-family: "Gotham 4r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.\--light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.\--light {
  font-family: "Gotham 3r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.\--medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.\--medium {
  font-family: "Gotham 5r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.\--bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.\--book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.\--book {
    font-family: "Gotham 4r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.\--light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.\--light {
    font-family: "Gotham 3r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.\--medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.\--medium {
    font-family: "Gotham 5r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list-title.\--bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title.\--bold {
    font-family: "Gotham 5r";
  }
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list {
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li {
  padding-bottom: 12px;
  font-family: "Gotham 4r";
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.\--book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.\--book {
  font-family: "Gotham 4r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.\--light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.\--light {
  font-family: "Gotham 3r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.\--medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.\--medium {
  font-family: "Gotham 5r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.\--bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.\--book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.\--book {
    font-family: "Gotham 4r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.\--light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.\--light {
    font-family: "Gotham 3r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.\--medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.\--medium {
    font-family: "Gotham 5r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li.\--bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li.\--bold {
    font-family: "Gotham 5r";
  }
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] .link-list li a, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list li a {
  text-decoration: underline;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__title-font-weight--medium .link-list-title, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__title-font-weight--medium .link-list-title {
  font-family: "Gotham 5r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__link-font-weight--medium .link-list li, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__link-font-weight--medium .link-list li {
  font-family: "Gotham 5r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.\--book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.\--book {
  font-family: "Gotham 4r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.\--light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.\--light {
  font-family: "Gotham 3r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.\--medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.\--medium {
  font-family: "Gotham 5r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.\--bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.\--book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.\--book {
    font-family: "Gotham 4r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.\--light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.\--light {
    font-family: "Gotham 3r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.\--medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.\--medium {
    font-family: "Gotham 5r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__font-size--small .link-list li.\--bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__font-size--small .link-list li.\--bold {
    font-family: "Gotham 5r";
  }
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__vspacing--small .link-list, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__vspacing--small .link-list {
  margin-top: 12px;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__vspacing--small .link-list li, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__vspacing--small .link-list li {
  padding-bottom: 8px;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__links--no-underline .link-list li a, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__links--no-underline .link-list li a {
  text-decoration: none;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__links--no-underline .link-list li a:hover, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i].ds-linklist__links--no-underline .link-list li a:focus, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__links--no-underline .link-list li a:hover, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i].ds-linklist__links--no-underline .link-list li a:focus {
  text-decoration: underline;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=basic i] li:last-child, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] li:last-child {
  padding-bottom: 0;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list-title {
  color: white;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list {
  margin-top: 24px;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li {
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.\--book {
  font-family: "Gotham 4r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.\--light {
  font-family: "Gotham 3r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.\--medium {
  font-family: "Gotham 5r";
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.-book, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.\--book {
    font-family: "Gotham 4r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.-light, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.\--light {
    font-family: "Gotham 3r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.-medium, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.\--medium {
    font-family: "Gotham 5r";
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.-bold, .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li.\--bold {
    font-family: "Gotham 5r";
  }
}
.ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li a {
  color: white;
}
@media screen and (max-width: 1151px) {
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list {
    margin-top: 16px;
  }
  .ds-linklist[data-ds-theme=vessel i][data-ds-version="1" i][data-ds-variant=footer i] .link-list.link-list li {
    padding-bottom: 16px;
  }
}

.kp-footer .internal-link:hover img, .kp-footer .external-link:hover img {
  filter: none;
}
.kp-footer .internal-link:hover img:hover, .kp-footer .external-link:hover img:hover {
  filter: none;
}

svg.kp-external-link-icon {
  height: 1em;
  fill: currentColor;
  margin-bottom: -0.13em;
  margin-left: 0.3em;
}

.alert .-p1 a img {
  -webkit-filter: grayscale(1) invert(1) contrast(800%) brightness(500%);
  filter: grayscale(1) invert(1) contrast(800%) brightness(500%);
}

.link-icon-wrapper {
  color: inherit;
  white-space: nowrap;
}

/* BUTTONS */
a.button.-small:not(.-block) {
  line-height: 34px;
}

a.button.-inverted img:first-child {
  width: auto;
  height: 24px;
}

a.button.-inverted.-small img:first-child {
  width: auto;
  height: 20px;
}

a.button.-primary.-light img {
  filter: grayscale(1) invert(1) contrast(800%) brightness(500%);
}

a.button.-primary.-light.-icon-and-text {
  display: inline-block;
}

a.button.-primary.-light.-icon-and-text img {
  float: inline-start;
}

a.button.-inverted.-icon-and-text {
  display: inline-block;
}

a.button.-inverted.-icon-and-text img {
  float: inline-start;
}

a.button.-primary.-light:hover {
  text-decoration: underline;
}

a.button.-inverted img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(40%) saturate(4793%) hue-rotate(182deg) brightness(93%) contrast(101%);
}

a.button.-inverted:hover img {
  filter: grayscale(1) invert(1) contrast(800%) brightness(500%);
}

.button img {
  overflow: unset;
}

a.button:has(:not(span)) svg.kp-external-link-icon {
  vertical-align: baseline;
  height: 1rem !important;
  width: 1rem !important;
  margin-right: 0;
  margin-left: 2px;
}

a.button:has(span) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.image img {
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .error-description.label-error ul {
    margin-left: 59px;
  }
  div.error-description ul.error-inline {
    margin-left: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .error-description.label-error ul {
    margin-left: 60px;
  }
  div.error-description ul.error-inline {
    margin-left: 59px;
  }
}
@media screen and (max-width: 767px) {
  .error-description.label-error ul {
    margin-left: 65px;
  }
  div.error-description ul.error-inline {
    margin-left: 65px;
  }
  span.error-label {
    margin-left: 47px;
  }
}
ul.error-inline-no-label {
  margin-left: 16px;
}

.form-group label {
  font-size: 14px;
  color: #0D1C3D;
}
.form-group .text-input-helper {
  display: block;
  margin-top: 4px;
  padding: 0;
}

.error-description ul li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 325;
}
.error-description ul li img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.select-one {
  display: inline;
  position: relative;
}
.select-one select {
  height: 48px;
  margin-right: -20px;
  padding-top: 16px;
  padding-right: 40px;
  padding: 12px 12px;
  padding-right: 32px;
  width: 417px;
  border: 1px solid #A0A5B6;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 325;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0D1C3D;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-one select:focus-visible, .select-one select:focus {
  outline-color: #0074AD;
}
.select-one select.error-field {
  border: 1px solid #D00000;
}
.select-one select.error-field:focus-visible, .select-one select.error-field:focus, .select-one select.error-field:hover {
  border: 2px solid #D00000;
  outline-color: #D00000;
}
@media screen and (max-width: 767px) {
  .select-one select {
    width: 100%;
  }
}
.select-one img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.select-one img.icon-chevron-down {
  filter: brightness(0) saturate(100%) invert(26%) sepia(40%) saturate(4793%) hue-rotate(182deg) brightness(93%) contrast(101%);
}
.select-one img.icon-chevron-down.disabled {
  filter: brightness(0) saturate(100%) invert(44%) sepia(3%) saturate(2928%) hue-rotate(183deg) brightness(95%) contrast(80%);
}
@media screen and (min-width: 768px) {
  .select-one select {
    padding-right: 41px;
    padding: 12px 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1151px) {
  .select-one select {
    min-width: 100%;
  }
}
.select-one select:disabled {
  color: #677083;
  border-color: #677083;
  background-color: #F7F7F7;
  cursor: not-allowed;
}
.select-one select::-ms-expand {
  display: none;
}
.select-one select:disabled::-ms-value {
  color: #D3D6DC;
}

.select-inline {
  display: inline;
  position: relative;
  position: relative;
  display: flex;
  align-items: baseline;
}
.select-inline select {
  height: 48px;
  margin-right: -20px;
  padding-top: 16px;
  padding-right: 40px;
  padding: 12px 12px;
  padding-right: 32px;
  width: 417px;
  border: 1px solid #A0A5B6;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 325;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0D1C3D;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-inline select:focus-visible, .select-inline select:focus {
  outline-color: #0074AD;
}
.select-inline select.error-field {
  border: 1px solid #D00000;
}
.select-inline select.error-field:focus-visible, .select-inline select.error-field:focus, .select-inline select.error-field:hover {
  border: 2px solid #D00000;
  outline-color: #D00000;
}
@media screen and (max-width: 767px) {
  .select-inline select {
    width: 100%;
  }
}
.select-inline img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.select-inline img.icon-chevron-down {
  filter: brightness(0) saturate(100%) invert(26%) sepia(40%) saturate(4793%) hue-rotate(182deg) brightness(93%) contrast(101%);
}
.select-inline img.icon-chevron-down.disabled {
  filter: brightness(0) saturate(100%) invert(44%) sepia(3%) saturate(2928%) hue-rotate(183deg) brightness(95%) contrast(80%);
}
@media screen and (min-width: 768px) {
  .select-inline select {
    padding-right: 41px;
    padding: 12px 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1151px) {
  .select-inline select {
    min-width: 100%;
  }
}
.select-inline select:disabled {
  color: #677083;
  border-color: #677083;
  background-color: #F7F7F7;
  cursor: not-allowed;
}
.select-inline select::-ms-expand {
  display: none;
}
.select-inline select:disabled::-ms-value {
  color: #D3D6DC;
}
.select-inline .inline {
  border: none;
  height: 28px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 14px;
  padding-right: 30px;
  width: auto;
}
.select-inline img {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .select-inline img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
}
.select-inline label.inline-label {
  display: inline;
  margin-bottom: -8px;
}
.select-inline span.text-input-helper {
  display: inline;
  padding-left: 21px;
  margin-top: 8px;
}
.select-inline img.icon-chevron-down {
  right: -12px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(40%) saturate(4793%) hue-rotate(182deg) brightness(93%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .select-inline {
    display: inline-block;
  }
  .select-inline .inline {
    width: 255px !important;
  }
  .select-inline img.icon-chevron-down {
    right: -12px;
  }
  .select-inline span.text-input-helper {
    display: flex;
    margin-left: 45px;
  }
  .select-inline span.no-label {
    margin-left: -2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .select-inline span.text-input-helper {
    display: inline;
  }
  .select-inline .inline {
    width: 196px;
  }
  .select-inline select {
    min-width: 0%;
  }
}
.select-inline .disabled {
  color: #677083;
  border-color: #878F9B;
  cursor: not-allowed;
}
.select-inline .select-inline select:disabled {
  color: #677083;
  border-color: #878F9B;
  background-color: transparent;
  cursor: not-allowed;
}
.select-inline .select-inline img.icon-chevron-down.disabled {
  filter: brightness(0) saturate(100%) invert(44%) sepia(3%) saturate(2928%) hue-rotate(183deg) brightness(95%) contrast(80%);
}

.card__container {
  display: block;
  position: relative;
  border: 1px solid #919191;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  color: black;
  background-color: #fff;
  font-size: 0.75rem;
  overflow: hidden;
  text-decoration: none;
}

.card__container {
  display: block;
  position: relative;
  border: 1px solid #919191;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  color: black;
  background-color: #fff;
  font-size: 0.75rem;
  overflow: hidden;
  text-decoration: none;
}

.card__container img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
}
.card__container:hover img {
  transform: scale(1.04);
}
.card__container .card__content-category {
  display: block;
}
.card__container .card__content-title {
  display: block;
}
.card__container .card__content-body {
  display: block;
}
.card__container .card__content-action {
  display: block;
}

.ds-vuc-panel, .ds-tm-panel,
.ds-panel__container--pale-blue {
  background-color: #F0F7FA;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1rem;
}
.ds-vuc-panel .aem-Grid, .ds-tm-panel .aem-Grid, .ds-vuc-panel .ds-panel__container-wrapper, .ds-tm-panel .ds-panel__container-wrapper,
.ds-panel__container--pale-blue .aem-Grid,
.ds-panel__container--pale-blue .ds-panel__container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ds-vuc-panel .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12, .ds-tm-panel .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12,
.ds-panel__container--pale-blue .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: none;
  width: auto;
}
.ds-vuc-panel img, .ds-tm-panel img,
.ds-panel__container--pale-blue img {
  float: none;
  width: inherit;
  margin-right: 1rem;
  height: 64px;
  width: 64px;
}
.ds-vuc-panel .text, .ds-tm-panel .text, .ds-vuc-panel .ds-panel__container-text, .ds-tm-panel .ds-panel__container-text,
.ds-panel__container--pale-blue .text,
.ds-panel__container--pale-blue .ds-panel__container-text {
  max-width: 70%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .ds-vuc-panel .text, .ds-tm-panel .text, .ds-vuc-panel .ds-panel__container-text, .ds-tm-panel .ds-panel__container-text,
  .ds-panel__container--pale-blue .text,
  .ds-panel__container--pale-blue .ds-panel__container-text {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .ds-vuc-panel .gs-button, .ds-tm-panel .gs-button,
  .ds-panel__container--pale-blue .gs-button {
    width: 100%;
    flex-grow: 1;
  }
}
.ds-vuc-panel .button, .ds-tm-panel .button,
.ds-panel__container--pale-blue .button {
  flex-grow: 1;
  margin-top: 0.75rem;
  background-color: #0078B3;
  color: #F0F7FA;
  width: 100%;
  line-height: 24px;
  font-size: 1rem;
  padding: 0.5625rem 0.8125rem;
}
.ds-vuc-panel .button:hover, .ds-tm-panel .button:hover,
.ds-panel__container--pale-blue .button:hover {
  background-color: #003B71;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ds-vuc-panel .button, .ds-tm-panel .button,
  .ds-panel__container--pale-blue .button {
    width: initial;
  }
}
@media screen and (min-width: 768px) {
  .ds-vuc-panel .button, .ds-tm-panel .button,
  .ds-panel__container--pale-blue .button {
    margin-top: 0;
    flex-grow: initial;
  }
}
.ds-vuc-panel .button a:hover, .ds-tm-panel .button a:hover,
.ds-panel__container--pale-blue .button a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ds-vuc-panel .button a, .ds-tm-panel .button a,
  .ds-panel__container--pale-blue .button a {
    width: initial;
  }
}

.ds-tm-panel {
  position: relative;
  box-shadow: 0 4px 20px rgba(95, 53, 53, 0.04);
  color: #0D1C3D;
  overflow: hidden;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #F0F7FA;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  padding: 1rem;
  display: none;
}
.author-mode .ds-tm-panel {
  display: block;
}
.ds-tm-panel > [id^=container-] > .cmp-container > .aem-Grid {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem 1rem;
}
@media screen and (max-width: 370px) {
  .ds-tm-panel > [id^=container-] > .cmp-container > .aem-Grid {
    flex-direction: column;
    gap: 0;
  }
}
.ds-tm-panel > [id^=container-] > .cmp-container > .aem-Grid:before, .ds-tm-panel > [id^=container-] > .cmp-container > .aem-Grid:after {
  display: none;
}
.ds-tm-panel > [id^=container-] > .cmp-container > .aem-Grid .gs-image-core {
  flex: 0;
  margin-top: 12px;
}
.ds-tm-panel > [id^=container-] > .cmp-container > .aem-Grid .gs-image-core .cmp-image__image {
  max-width: none;
  margin-right: 0;
}
.ds-tm-panel > [id^=container-] > .cmp-container > .aem-Grid .text {
  color: #0D1C3D;
  max-width: none;
  flex: 1;
}
.ds-tm-panel > [id^=container-] > .cmp-container > .aem-Grid .text h4 {
  font-family: "Gotham 5r";
  color: #003B71;
  margin-bottom: 1.2rem;
}
.ds-tm-panel > [id^=container-] > .cmp-container > .aem-Grid .text p:not(:last-child) {
  margin-bottom: 1.2rem;
}

.ds-lang-rtl {
  display: block;
  direction: rtl;
}

.ds-tag {
  height: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.ds-tag p {
  padding: 2px 8px 2px 8px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Gotham 5r";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.ds-tag p.-book, .ds-tag p.\--book {
  font-family: "Gotham 4r";
}
.ds-tag p.-light, .ds-tag p.\--light {
  font-family: "Gotham 3r";
}
.ds-tag p.-medium, .ds-tag p.\--medium {
  font-family: "Gotham 5r";
}
.ds-tag p.-bold, .ds-tag p.\--bold {
  font-family: "Gotham 5r";
}

.current-theme {
  content: "ds2";
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kp-icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "kp-icons";
  src: url("../assets/fonts/kp-icons.eot");
  src: url("../assets/fonts/kp-icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/kp-icons.woff") format("woff"), url("../assets/fonts/kp-icons.ttf") format("truetype"), url("../assets/fonts/kp-icons.svg#kp-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-advice-circle:before {
  content: '\f101';
}

.icon-alarm:before {
  content: '\f102';
}

.icon-alert:before {
  content: '\f103';
}

.icon-appointment:before {
  content: '\f104';
}

.icon-appointments-circle:before {
  content: '\f105';
}

.icon-arrow-swap:before {
  content: '\f106';
}

.icon-arrow:before {
  content: '\f107';
}

.icon-audio:before {
  content: '\f108';
}

.icon-award:before {
  content: '\f109';
}

.icon-bicycle-circle:before {
  content: '\f10a';
}

.icon-briefcase:before {
  content: '\f10b';
}

.icon-businessman:before {
  content: '\f10c';
}

.icon-calculator-border:before {
  content: '\f10d';
}

.icon-calculator:before {
  content: '\f10e';
}

.icon-calendar-small:before {
  content: '\f10f';
}

.icon-calendar:before {
  content: '\f110';
}

.icon-camera:before {
  content: '\f111';
}

.icon-care-plan-circle:before {
  content: '\f112';
}

.icon-chat:before {
  content: '\f113';
}

.icon-checkbox:before {
  content: '\f114';
}

.icon-checkmark:before {
  content: '\f115';
}

.icon-chevron-back:before {
  content: '\f116';
}

.icon-chevron-down:before {
  content: '\f117';
}

.icon-chevron-forward:before {
  content: '\f118';
}

.icon-choose-border:before {
  content: '\f119';
}

.icon-choose-circle:before {
  content: '\f11a';
}

.icon-claim-border:before {
  content: '\f11b';
}

.icon-clock-border:before {
  content: '\f11c';
}

.icon-clock:before {
  content: '\f11d';
}

.icon-close:before {
  content: '\f11e';
}

.icon-compose:before {
  content: '\f11f';
}

.icon-copay:before {
  content: '\f120';
}

.icon-cost-coverage-border:before {
  content: '\f121';
}

.icon-cost-coverage:before {
  content: '\f122';
}

.icon-data:before {
  content: '\f123';
}

.icon-dental:before {
  content: '\f124';
}

.icon-directions:before {
  content: '\f125';
}

.icon-doctor-female-profile:before {
  content: '\f126';
}

.icon-doctor-female:before {
  content: '\f127';
}

.icon-doctor-male-profile:before {
  content: '\f128';
}

.icon-doctor-male:before {
  content: '\f129';
}

.icon-document-attached:before {
  content: '\f12a';
}

.icon-document-border:before {
  content: '\f12b';
}

.icon-document:before {
  content: '\f12c';
}

.icon-dollar:before {
  content: '\f12d';
}

.icon-download:before {
  content: '\f12e';
}

.icon-ekg:before {
  content: '\f12f';
}

.icon-email:before {
  content: '\f130';
}

.icon-excellent:before {
  content: '\f131';
}

.icon-exclamation:before {
  content: '\f132';
}

.icon-eyeglasses:before {
  content: '\f133';
}

.icon-facebook:before {
  content: '\f134';
}

.icon-facility-modern:before {
  content: '\f135';
}

.icon-facility:before {
  content: '\f136';
}

.icon-family:before {
  content: '\f137';
}

.icon-forms:before {
  content: '\f138';
}

.icon-globe:before {
  content: '\f139';
}

.icon-graph:before {
  content: '\f13a';
}

.icon-health-calculator:before {
  content: '\f13b';
}

.icon-health-finder:before {
  content: '\f13c';
}

.icon-health-summary-circle:before {
  content: '\f13d';
}

.icon-heart-health:before {
  content: '\f13e';
}

.icon-heart:before {
  content: '\f13f';
}

.icon-home:before {
  content: '\f140';
}

.icon-hospital:before {
  content: '\f141';
}

.icon-idea:before {
  content: '\f142';
}

.icon-info:before {
  content: '\f143';
}

.icon-instagram:before {
  content: '\f144';
}

.icon-lab-result:before {
  content: '\f145';
}

.icon-labor:before {
  content: '\f146';
}

.icon-laptop-border:before {
  content: '\f147';
}

.icon-laptop:before {
  content: '\f148';
}

.icon-link-out:before {
  content: '\f149';
}

.icon-list:before {
  content: '\f14a';
}

.icon-listen:before {
  content: '\f14b';
}

.icon-location-border:before {
  content: '\f14c';
}

.icon-location:before {
  content: '\f14d';
}

.icon-lock:before {
  content: '\f14e';
}

.icon-map:before {
  content: '\f14f';
}

.icon-market-bananas:before {
  content: '\f150';
}

.icon-market-grapes:before {
  content: '\f151';
}

.icon-medical-record:before {
  content: '\f152';
}

.icon-member-female:before {
  content: '\f153';
}

.icon-member-male:before {
  content: '\f154';
}

.icon-membercard:before {
  content: '\f155';
}

.icon-menu:before {
  content: '\f156';
}

.icon-message:before {
  content: '\f157';
}

.icon-messages-circle:before {
  content: '\f158';
}

.icon-microscope-circle:before {
  content: '\f159';
}

.icon-microscope:before {
  content: '\f15a';
}

.icon-minus:before {
  content: '\f15b';
}

.icon-more:before {
  content: '\f15c';
}

.icon-mouse:before {
  content: '\f15d';
}

.icon-none:before {
  content: '\f15e';
}

.icon-nurse:before {
  content: '\f15f';
}

.icon-paperclip:before {
  content: '\f160';
}

.icon-payment-history-border:before {
  content: '\f161';
}

.icon-pdf:before {
  content: '\f162';
}

.icon-pencil:before {
  content: '\f163';
}

.icon-phone-circle:before {
  content: '\f164';
}

.icon-phone:before {
  content: '\f165';
}

.icon-piggybank:before {
  content: '\f166';
}

.icon-pills:before {
  content: '\f167';
}

.icon-pinterest:before {
  content: '\f168';
}

.icon-play-video:before {
  content: '\f169';
}

.icon-plus:before {
  content: '\f16a';
}

.icon-preferences:before {
  content: '\f16b';
}

.icon-prescription-bottle:before {
  content: '\f16c';
}

.icon-print:before {
  content: '\f16d';
}

.icon-profile:before {
  content: '\f16e';
}

.icon-questionnaire:before {
  content: '\f16f';
}

.icon-questions:before {
  content: '\f170';
}

.icon-refresh:before {
  content: '\f171';
}

.icon-reply:before {
  content: '\f172';
}

.icon-routine-care:before {
  content: '\f173';
}

.icon-ruler:before {
  content: '\f174';
}

.icon-rx-circle:before {
  content: '\f175';
}

.icon-rx-document:before {
  content: '\f176';
}

.icon-rx-form-border:before {
  content: '\f177';
}

.icon-rx-form:before {
  content: '\f178';
}

.icon-rx:before {
  content: '\f179';
}

.icon-savings:before {
  content: '\f17a';
}

.icon-search-border:before {
  content: '\f17b';
}

.icon-search:before {
  content: '\f17c';
}

.icon-shoppingcart:before {
  content: '\f17d';
}

.icon-specialty-care:before {
  content: '\f17e';
}

.icon-star:before {
  content: '\f17f';
}

.icon-stethoscope:before {
  content: '\f180';
}

.icon-syringe:before {
  content: '\f181';
}

.icon-target:before {
  content: '\f182';
}

.icon-test-tube:before {
  content: '\f183';
}

.icon-time-urgent:before {
  content: '\f184';
}

.icon-time:before {
  content: '\f185';
}

.icon-touch:before {
  content: '\f186';
}

.icon-trafficlight:before {
  content: '\f187';
}

.icon-trashcan:before {
  content: '\f188';
}

.icon-twitter:before {
  content: '\f189';
}

.icon-unlocked:before {
  content: '\f18a';
}

.icon-video-camera:before {
  content: '\f18b';
}

.icon-walk:before {
  content: '\f18c';
}

.icon-walking-together:before {
  content: '\f18d';
}

.icon-wellness-circle:before {
  content: '\f18e';
}

.icon-wifi:before {
  content: '\f18f';
}

.icon-xray:before {
  content: '\f190';
}

.icon-yoga:before {
  content: '\f191';
}

.icon-youtube:before {
  content: '\f192';
}

.icon-zallergies-flower:before {
  content: '\f193';
}

.icon-zappointment-blank:before {
  content: '\f194';
}

.icon-zappointment-ticket:before {
  content: '\f195';
}

.icon-zappointment-waitlist:before {
  content: '\f196';
}

.icon-zbill-border:before {
  content: '\f197';
}

.icon-zbill:before {
  content: '\f198';
}

.icon-zcaregiver_preferences:before {
  content: '\f199';
}

.icon-zchat-a-doctor:before {
  content: '\f19a';
}

.icon-zchoose:before {
  content: '\f19b';
}

.icon-zclaim:before {
  content: '\f19c';
}

.icon-zgoogle-plus:before {
  content: '\f19d';
}

.icon-zleaf:before {
  content: '\f19e';
}

.icon-zlinkedin:before {
  content: '\f19f';
}

.icon-zmegaphone:before {
  content: '\f1a0';
}

.icon-znotifications:before {
  content: '\f1a1';
}

.icon-zpay-bill-border:before {
  content: '\f1a2';
}

.icon-zpay-bill:before {
  content: '\f1a3';
}

.icon-zpayment-history:before {
  content: '\f1a4';
}

.icon-zpersonal_security:before {
  content: '\f1a5';
}

.icon-zrefill-rx:before {
  content: '\f1a6';
}

.icon-zwebinar:before {
  content: '\f1a7';
}

.icon-zwellness:before {
  content: '\f1a8';
}

.icon-zz001sign-out:before {
  content: '\f1a9';
}

.icon-zz002advice:before {
  content: '\f1aa';
}

.icon-zz002award:before {
  content: '\f1ab';
}

.icon-zz003globe:before {
  content: '\f1ac';
}

.icon-zz003identity:before {
  content: '\f1ad';
}

.icon-zz003location:before {
  content: '\f1ae';
}

.icon-zz003lock-questions:before {
  content: '\f1af';
}

.icon-zz003lock:before {
  content: '\f1b0';
}

.icon-zz003mouse:before {
  content: '\f1b1';
}

.icon-zz003person:before {
  content: '\f1b2';
}

.icon-zz003user-id:before {
  content: '\f1b3';
}

.icon-zz004-profile-border:before {
  content: '\f1b4';
}

.icon-zz005-checkmark-circle:before {
  content: '\f1b5';
}

.icon-zz006leaf-full-color:before {
  content: '\f1b6';
}

.icon-zz007add:before {
  content: '\f1b7';
}

.icon-zz007card-view:before {
  content: '\f1b8';
}

.icon-zz007download:before {
  content: '\f1b9';
}

.icon-zz007filter:before {
  content: '\f1ba';
}

.icon-zz007row-view:before {
  content: '\f1bb';
}

.icon-zz008plan-of-care:before {
  content: '\f1bc';
}

.icon-zz009new-window:before {
  content: '\f1bd';
}

.icon-zzz0010briefcase:before {
  content: '\f1be';
}

.icon-zzz0010healthsummary:before {
  content: '\f1bf';
}

.icon-zzz0010howyougetcare:before {
  content: '\f1c0';
}

.icon-zzz0010people:before {
  content: '\f1c1';
}

.icon-zzz0011star-half:before {
  content: '\f1c2';
}

.icon-zzz0011star-outline:before {
  content: '\f1c3';
}

.icon-zzz0011star:before {
  content: '\f1c4';
}

.icon-zzz0012baby:before {
  content: '\f1c5';
}

.icon-zzz0012notebook-pen:before {
  content: '\f1c6';
}

.icon-zzz0013iconinformation:before {
  content: '\f1c7';
}

.icon-zzz0014pageicon:before {
  content: '\f1c8';
}

.icon-zzz0015mute:before {
  content: '\f1c9';
}

.icon-zzz0015play:before {
  content: '\f1ca';
}

.icon-zzz0015volume:before {
  content: '\f1cb';
}

.icon-zzz0016-filter:before {
  content: '\f1cc';
}

.icon-zzz0017-external-link-bold:before {
  content: '\f1cd';
}

.icon-zzz0018-condom:before {
  content: '\f1ce';
}

.icon-zzz0018-copper-iud:before {
  content: '\f1cf';
}

.icon-zzz0018-diaphragm:before {
  content: '\f1d0';
}

.icon-zzz0018-fertility-awareness:before {
  content: '\f1d1';
}

.icon-zzz0018-hormonal-iud:before {
  content: '\f1d2';
}

.icon-zzz0018-implant:before {
  content: '\f1d3';
}

.icon-zzz0018-internal-condom:before {
  content: '\f1d4';
}

.icon-zzz0018-patch:before {
  content: '\f1d5';
}

.icon-zzz0018-pill-a:before {
  content: '\f1d6';
}

.icon-zzz0018-pill-b:before {
  content: '\f1d7';
}

.icon-zzz0018-shot:before {
  content: '\f1d8';
}

.icon-zzz0018-spermicide:before {
  content: '\f1d9';
}

.icon-zzz0018-sterilization:before {
  content: '\f1da';
}

.icon-zzz0018-vaginal-ring:before {
  content: '\f1db';
}

.icon-zzz0018-vasectomy:before {
  content: '\f1dc';
}

.icon-zzz0019-checkmark-circle:before {
  content: '\f1dd';
}

.icon-zzz0020-get-care:before {
  content: '\f1de';
}

.icon-zzz0021icon-picture:before {
  content: '\f1df';
}

.icon-zzz0022-coverage:before {
  content: '\f1e0';
}

.icon-zzz0023-notification-bell:before {
  content: '\f1e1';
}

.icon-zzz0024-checklist-todo:before {
  content: '\f1e2';
}

.icon-zzz0025-checklist-complete:before {
  content: '\f1e3';
}

.icon-zzz0026-checklist-future:before {
  content: '\f1e4';
}

.icon-zzz0027-link-external:before {
  content: '\f1e5';
}

.icon-zzz0028-link-internal:before {
  content: '\f1e6';
}

.icon-zzz0029-header-profile:before {
  content: '\f1e7';
}

.icon-zzz0029-header-search:before {
  content: '\f1e8';
}

.icon-zzz0030-eye-monitor:before {
  content: '\f1e9';
}

.icon-zzz0031-stopgap-close:before {
  content: '\f1ea';
}

.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    line-height: normal;
  }
}

.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

/* neutral-icon-circle-lg mixin */
.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    line-height: normal;
  }
}
.feature-icon:before, .green-blue-icon:before, .primary-icon-circle:before, .secondary_icon--blue-midnight:before, .secondary_icon--blue-midnight-small:before, .secondary_icon--blue-midnight-large:before, .primary-icon-circle--blue-midnight:before, .primary-icon-circle--blue-midnight-small:before, .primary-icon-circle--blue-midnight-large:before, .primary-icon--kp-blue:before, .primary-icon--green:before, .primary-icon-circle--blue:before, .primary-icon-circle--blue-small:before, .primary-icon-circle--blue-large:before, .secondary_icon--blue:before, .primary-icon--grey.icon-none.-text-icon:before, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon:before, .primary-icon-circle--green:before, .primary-icon-circle--green-small:before, .primary-icon-circle--green-large:before, .secondary_icon--green:before, .secondary_icon--green-small:before, .secondary_icon--green-large:before, .primary-icon-circle--darkgreen:before, .primary-icon-circle--darkgreen-small:before, .primary-icon-circle--darkgreen-large:before, .secondary_icon--blue-darkgreen:before, .secondary_icon--blue-darkgreen-small:before, .secondary_icon--blue-darkgreen-large:before, .primary-icon-circle--purple:before, .primary-icon-circle--purple-small:before, .primary-icon-circle--purple-large:before, .secondary_icon--blue-purple:before, .primary-icon-circle--burnt-sienna:before, .primary-icon-circle--burnt-sienna-small:before, .primary-icon-circle--burnt-sienna-large:before, .secondary_icon--blue-burnt-sienna:before, .secondary_icon--blue-burnt-sienna-small:before, .secondary_icon--blue-burnt-sienna-large:before, .primary-icon-circle--acai:before, .primary-icon-circle--acai-small:before, .primary-icon-circle--acai-large:before, .secondary-icon--acai:before, .secondary-icon--acai-small:before, .secondary-icon--acai-large:before {
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue, .secondary_icon--blue, .primary-icon-circle--green, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  border: solid transparent;
}

.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

.primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-small, .primary-icon-circle--green-small, .primary-icon-circle--darkgreen-small, .primary-icon-circle--purple-small, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--acai-small {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-sm {
  font-size: 28px;
  line-height: 28px;
}

.icon-md {
  font-size: 2.25em;
  line-height: 2.25em;
}

.icon-lg {
  font-size: 64px;
  line-height: 64px;
}

.feature-icon {
  background-color: #E9EBEE;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
}

.green-blue-icon {
  background-color: #4A7628;
  color: #ffffff;
  color: #4A7628;
  background-color: #F0F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-icon-circle {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle {
    font-size: 35px;
  }
}
.primary-icon-circle.icon-medical-record:before {
  height: 100%;
  vertical-align: middle;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon {
  color: #003B71;
}

.secondary_icon--blue-midnight {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-small {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-small {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-large {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  /* STYLGD-9376 - styles merged from _icon.scss
  start here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-large {
    font-size: 64px;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
  vertical-align: middle;
  text-align: left;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
    font-size: 26px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary:before {
  width: 28px;
  font-size: 25px;
}
.secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
  vertical-align: middle;
  width: 20px;
  font-size: 19px;
  text-align: left;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
    width: 28px;
    font-size: 23px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012baby:before {
  width: 20px;
  font-size: 29px;
  padding-left: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    width: 23px;
    font-size: 34px;
    height: 90%;
    display: inherit;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
  font-size: 22px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
    font-size: 30px;
  }
}
.secondary_icon--blue-midnight.icon-eyeglasses {
  font-size: 45px;
  line-height: 41px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-eyeglasses {
    line-height: 55px;
  }
}

.primary-icon-circle--blue-midnight {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-midnight-small {
  background-color: #003B71;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-midnight-large {
  background-color: #003B71;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue-midnight.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--blue-midnight.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.neutral-icon-circle {
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 30px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle {
    border: 3px solid #677083;
    font-size: 30px;
  }
}
.neutral-icon-circle.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-message {
    display: inline-block;
    line-height: 71px;
    text-align: center;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-location {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-search {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-calculator {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-document {
    font-size: 38px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-zclaim {
    font-size: 35px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-zbill {
    font-size: 35px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-cost-coverage {
    font-size: 39px;
  }
}

.neutral-icon-circle-lg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 50px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg {
    width: 60px;
    height: 60px;
    border: 3px solid #677083;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .neutral-icon-circle-lg {
    font-size: 28px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neutral-icon-circle-lg .icon-zz002award:before {
    width: 50%;
    display: block;
  }
}
.neutral-icon-circle-lg.icon-zz002award:before {
  height: auto;
  width: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 25px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 31px;
    line-height: 1;
  }
}
.neutral-icon-circle-lg.icon-rx-form:before {
  padding-left: 8px;
}
.neutral-icon-circle-lg.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg.icon-message {
    display: inline-block;
    line-height: 71px;
  }
}

.primary-icon--kp-blue {
  color: #0078B3;
  font-size: 35px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--kp-blue {
    font-size: 38px;
  }
}

.primary-icon--green {
  color: #57A635;
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    font-size: 42px;
  }
}

.primary-icon--grey {
  height: 34px;
  width: 34px;
  color: #677083;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--grey {
    font-size: 34px;
  }
}

.primary-icon--blue-med {
  height: 34px;
  width: 34px;
  color: #0078B3;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue-med {
    font-size: 34px;
  }
}

.primary-icon--blue {
  height: 50px;
  width: 50px;
  color: #0078B3;
  font-size: 50px;
  line-height: 50px;
  line-height: 1;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--blue:before {
  background-color: #ffffff;
  border-radius: 50%;
}

.primary-icon-circle--blue {
  background-color: #0078B3;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-small {
  background-color: #0078B3;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-large {
  background-color: #0078B3;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 11px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue.icon-minus:before {
    display: inline-flex;
    align-items: center;
    padding-top: 18px;
  }
}
.primary-icon-circle--blue.icon-zz003mouse:before {
  font-size: 28px;
}
.primary-icon-circle--blue.icon-stethoscope:before {
  font-size: 30px;
}
.primary-icon-circle--blue.icon-zzz0010people:before {
  font-size: 18px;
  padding-right: 16%;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue.icon-zzz0010people:before {
    font-size: 21px;
    padding-right: 16%;
  }
}
.primary-icon-circle--blue.icon-zzz0010healthsummary:before {
  font-size: 30px;
  vertical-align: middle;
}
.primary-icon-circle--blue.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue {
  color: #0078B3;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue {
    font-size: 34px;
  }
}

.neutral-icon {
  height: 50px;
  width: 50px;
  color: #677083;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.neutral-icon-small {
  height: 10px;
  width: 10px;
  color: #677083;
  font-size: 10px;
  line-height: 10px;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-small {
    font-size: 10px;
  }
}
.neutral-icon-large {
  height: 64px;
  width: 64px;
  color: #677083;
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-large {
    font-size: 64px;
  }
}

.primary-icon--grey {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--grey.icon-none.-text-icon {
  color: #677083;
  line-height: 60px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--grey.icon-none.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--grey.icon-zcaregiver_preferences {
  display: block;
  width: 100%;
}
.primary-icon--grey.icon-zcaregiver_preferences:before {
  height: 58px;
  width: 110px;
  font-size: 110px;
}
.primary-icon--grey.icon-znotifications:before {
  height: 46px;
  width: 46px;
  font-size: 46px;
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security {
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security:before {
  height: 62px;
  width: 62px;
  font-size: 62px;
}
.primary-icon--grey.icon-zz003person {
  display: inline-block;
  line-height: 1;
}
.primary-icon--grey.icon-zz003person:before {
  height: 50px;
  width: 45px;
  font-size: 45px;
}
.primary-icon--grey.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--kp-blue {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
  color: #0078B3;
  line-height: 60px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--kp-blue.icon-zz003mouse {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003mouse:before {
  height: 50px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003globe {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003globe:before {
  height: 52px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003location {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003location:before {
  height: 52px;
  width: 40px;
  font-size: 48px;
}
.primary-icon--kp-blue.icon-zz003user-id {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003user-id:before {
  height: 58px;
  width: 60px;
  font-size: 60px;
}
.primary-icon--kp-blue.icon-zz003identity {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003identity:before {
  height: 52px;
  width: 47px;
  font-size: 47px;
}
.primary-icon--kp-blue.icon-zz003lock {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003lock:before {
  height: 52px;
  width: 38px;
  font-size: 48px;
}

.primary-icon-circle--green {
  background-color: #4A7628;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green {
    font-size: 34px;
  }
}
.primary-icon-circle--green-small {
  background-color: #4A7628;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green-small {
    font-size: 10px;
  }
}
.primary-icon-circle--green-large {
  background-color: #4A7628;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green-large {
    font-size: 64px;
  }
}
.primary-icon-circle--green.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--green.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--green {
  height: 50px;
  width: 50px;
  color: #4A7628;
  font-size: 50px;
  line-height: 50px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--green.icon-zleaf {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-zz006leaf-full-color {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-messages-circle {
  width: 64px;
  font-size: 50px;
  vertical-align: baseline;
  vertical-align: -moz-middle-with-baseline;
}
@media screen and (min-width: 1152px) {
  .primary-icon--green.icon-messages-circle {
    width: 64px;
    font-size: 64px;
    vertical-align: baseline;
    vertical-align: -moz-middle-with-baseline;
  }
}

.secondary_icon--green {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green {
    font-size: 34px;
  }
}
.secondary_icon--green-small {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green-small {
    font-size: 10px;
  }
}
.secondary_icon--green-large {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green-large {
    font-size: 64px;
  }
}
.secondary_icon--green.icon-membercard {
  line-height: 42px;
  font-size: 39px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-membercard {
    font-size: 45px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-mouse {
  line-height: 43px;
  font-size: 39px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-mouse {
    font-size: 40px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-nurse {
  line-height: 42px;
  font-size: 42px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-nurse {
    font-size: 45px;
    line-height: 56px;
  }
}

.primary-icon-circle--darkgreen {
  background-color: #066564;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen {
    font-size: 34px;
  }
}
.primary-icon-circle--darkgreen-small {
  background-color: #066564;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen-small {
    font-size: 10px;
  }
}
.primary-icon-circle--darkgreen-large {
  background-color: #066564;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen-large {
    font-size: 64px;
  }
}
.primary-icon-circle--darkgreen.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--darkgreen.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-darkgreen {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen {
    font-size: 34px;
  }
}
.secondary_icon--blue-darkgreen-small {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-darkgreen-large {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen-large {
    font-size: 64px;
  }
}

.primary-icon--purple {
  height: 50px;
  width: 50px;
  color: #583985;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--purple {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--purple {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--purple {
  background-color: #583985;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple {
    font-size: 34px;
  }
}
.primary-icon-circle--purple-small {
  background-color: #583985;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple-small {
    font-size: 10px;
  }
}
.primary-icon-circle--purple-large {
  background-color: #583985;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple-large {
    font-size: 64px;
  }
}
.primary-icon-circle--purple.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--purple.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-purple {
  color: #583985;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-purple {
    font-size: 34px;
  }
}

.primary-icon--burnt-sienna {
  height: 64px;
  width: 64px;
  color: #D1480C;
  font-size: 64px;
  line-height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--burnt-sienna {
    font-size: 64px;
  }
}

.primary-icon-circle--burnt-sienna {
  background-color: #D1480C;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna {
    font-size: 34px;
  }
}
.primary-icon-circle--burnt-sienna-small {
  background-color: #D1480C;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna-small {
    font-size: 10px;
  }
}
.primary-icon-circle--burnt-sienna-small.icon-exclamation:before {
  height: 100%;
  vertical-align: middle;
}
.primary-icon-circle--burnt-sienna-large {
  background-color: #D1480C;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna-large {
    font-size: 64px;
  }
}
.primary-icon-circle--burnt-sienna.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--burnt-sienna.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-burnt-sienna {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna {
    font-size: 34px;
  }
}
.secondary_icon--blue-burnt-sienna-small {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-burnt-sienna-large {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna-large {
    font-size: 64px;
  }
}

.primary-icon--acai {
  height: 50px;
  width: 50px;
  color: #BB1654;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--acai {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--acai {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--acai {
  background-color: #BB1654;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai {
    font-size: 34px;
  }
}
.primary-icon-circle--acai-small {
  background-color: #BB1654;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai-small {
    font-size: 10px;
  }
}
.primary-icon-circle--acai-large {
  background-color: #BB1654;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai-large {
    font-size: 64px;
  }
}
.primary-icon-circle--acai.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--acai.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary-icon--acai {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai {
    font-size: 33px;
  }
}
.secondary-icon--acai-small {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-small {
    font-size: 10px;
  }
}
.secondary-icon--acai-large {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large {
    font-size: 64px;
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* STYLGD-9376 - styles merged from _icon.scss
starts from here */
.mobile-icon-darkgreen {
  color: #066564;
  font-size: 30px;
}

.utility-icon {
  color: #677083;
  font-size: 30px;
}

.icon-zz002advice {
  font-size: 50px;
}
@media screen and (min-width: 1152px) {
  .icon-zz002advice {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}
.icon-zz002advice:before {
  margin-top: 0;
}

.icon-zz005-checkmark-circle {
  font-size: 50px;
}
@media screen and (min-width: 1152px) {
  .icon-zz005-checkmark-circle {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}

.icon-zwellness:before,
.icon-zclaim:before,
.icon-zbill:before,
.icon-zpay-bill:before {
  width: 26px;
}

@media screen and (max-width: 767px) {
  .icon-zclaim:before {
    width: 20px;
  }
}

.icon-zpayment-history:before,
.icon-zpay-bill:before {
  height: 33px;
}
@media screen and (max-width: 767px) {
  .icon-zpayment-history:before,
  .icon-zpay-bill:before {
    height: 23px;
  }
}

.icon-zz008plan-of-care {
  font-size: 25px;
}
@media screen and (min-width: 1152px) {
  .icon-zz008plan-of-care {
    font-size: 30px;
  }
}

.icon-zzz0010briefcase {
  font-size: 24px;
}
@media screen and (min-width: 1152px) {
  .icon-zzz0010briefcase {
    font-size: 31px;
  }
}

.icon-link-out .icon-zz009new-window {
  font-size: 12px;
  position: relative;
  bottom: 3px;
  padding-left: 5px;
}

.icon-zzz0018-copper-iud.secondary_icon--blue-midnight:before,
.icon-zzz0018-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-internal-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-spermicide.secondary_icon--blue-midnight:before {
  height: 19px;
  width: 24px;
  line-height: 16px;
  display: inline-block;
}

.icon-zzz0018-diaphragm.secondary_icon--blue-midnight:before,
.icon-zzz0018-shot.secondary_icon--blue-midnight:before {
  height: 30px;
  width: 30px;
  line-height: 25px;
  display: inline-block;
}

.icon-zzz0018-fertility-awareness.secondary_icon--blue-midnight:before,
.icon-zzz0018-implant.secondary_icon--blue-midnight:before,
.icon-zzz0018-pill-a.secondary_icon--blue-midnight:before {
  display: inline-block;
}

.icon-zzz0018-fertility-awareness {
  font-size: 32px;
  display: inline-block;
}

.icon-zzz0018-hormonal-iud.secondary_icon--blue-midnight:before {
  width: 18px;
  display: inline-block;
}

.icon-zzz0018-sterilization.secondary_icon--blue-midnight:before {
  display: inline-block;
}

/* merged styles from _icon.scss ends here */
.icon-circle {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 40px;
}
.icon-circle img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.icon-illustrative-circle {
  width: 72px;
  height: 72px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 72px;
}
.icon-illustrative-circle img {
  width: 48px;
  height: 48px;
  vertical-align: middle;
}

.icon-illustrative {
  width: 48px;
  height: 48px;
  vertical-align: middle;
}

.icon-inline {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.icon-standard {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.-icon img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.sg-spacing p {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing p {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing p {
    margin-bottom: 24px;
  }
}
.sg-spacing h1,
.sg-spacing h2,
.sg-spacing h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing h1,
  .sg-spacing h2,
  .sg-spacing h3 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing h1,
  .sg-spacing h2,
  .sg-spacing h3 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing h1,
  .sg-spacing h2,
  .sg-spacing h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing h1,
  .sg-spacing h2,
  .sg-spacing h3 {
    margin-bottom: 24px;
  }
}
.sg-spacing h4,
.sg-spacing h5,
.sg-spacing h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing h4,
  .sg-spacing h5,
  .sg-spacing h6 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing h4,
  .sg-spacing h5,
  .sg-spacing h6 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing h4,
  .sg-spacing h5,
  .sg-spacing h6 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing h4,
  .sg-spacing h5,
  .sg-spacing h6 {
    margin-bottom: 12px;
  }
}

.image-specific-container {
  position: relative;
}
.image-specific-container .rows:not(:nth-of-type(2)) {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.image-specific-container .rows [class^=columns-] .box-image-demo {
  width: 100%;
  min-height: 75px;
  background: #D3D6DC;
  border-radius: 6px;
  font-size: 13px;
  text-align: center;
}
.image-specific-container .rows [class^=columns-] .box-image-demo.image-demo-container {
  background: none;
}
.image-specific-container .rows.bootstrap-grid-wrappr {
  position: absolute;
  border: 0;
  top: 115px;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 21px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .image-specific-container .rows.bootstrap-grid-wrappr {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1151px) {
  .image-specific-container .rows.bootstrap-grid-wrappr {
    top: 98px;
  }
}
.image-specific-container .rows.bootstrap-grid-wrappr .bootstrap-grid {
  background-color: rgba(255, 144, 144, 0.1) !important;
  z-index: 99999;
}
.image-specific-container .rows.bootstrap-grid-wrappr .bootstrap-grid .bootstrap-column {
  background-color: rgba(0, 0, 0, 0.005) !important;
  width: 100%;
  height: 100%;
}

.displayColumns {
  position: relative;
  z-index: 11;
  display: none;
}

.hideColumns {
  position: relative;
  z-index: 11;
}

.pl-styleguide-version:before {
  content: "6.8.0";
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kp-icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* Navigational Picker */
.region-picker .regionPicker {
  position: relative;
  font-size: 13px;
  color: #0D1C3D;
}
@media screen and (max-width: 1151px) {
  .region-picker .regionPicker {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .region-picker .regionPicker {
    font-size: 18px;
  }
}
.region-picker .regionPicker .icon-chevron-down {
  float: none;
  pointer-events: none;
  color: #0078B3;
}
@media screen and (max-width: 1151px) {
  .region-picker .regionPicker .icon-chevron-down {
    margin-left: 4px;
    right: 0;
  }
}
.region-picker .regionPicker .icon-chevron-down:before {
  vertical-align: top;
  margin-left: 4px;
}
.region-picker .regionPicker .navigational-select-label {
  display: none;
}
.region-picker .regionPicker .navigational-select-dropdown {
  display: flex;
  align-items: center;
  border: 0 none;
  margin: 20px 0;
  padding: 0;
  min-height: auto;
  height: auto;
  width: auto;
  min-width: auto;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 1151px) {
  .region-picker .regionPicker .navigational-select-dropdown {
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .region-picker .regionPicker .navigational-select-dropdown {
    width: auto;
  }
}
@media screen and (min-width: 1152px) {
  .region-picker .regionPicker .navigational-select-dropdown {
    width: auto;
  }
}
.region-picker .regionPicker .navigational-select-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
@-moz-document url-prefix() {
  .region-picker .regionPicker .navigational-select-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.region-picker .regionPicker .navigational-select-dropdown .dropdown-icon {
  width: 1.2rem;
  margin-left: 7px;
  filter: invert(32%) sepia(100%) saturate(847%) hue-rotate(168deg) brightness(93%) contrast(103%);
}
@media screen and (min-width: 768px) {
  .region-picker .regionPicker .navigational-select-dropdown .dropdown-icon {
    width: 0.9rem;
    margin-left: 4px;
  }
}
.region-picker .regionPicker .screenReader {
  display: block;
}
.region-picker .regionPicker .navigational-select-dropdown__list {
  background-color: #ffffff;
  position: absolute;
  right: 0px;
  left: 0;
  top: 75%;
  display: none;
  opacity: 0;
  z-index: 200;
  font-size: inherit;
  border: 1px solid #E9EBEE;
  text-align: left;
  padding: 0;
  min-width: 31.5em;
}
@media screen and (max-width: 1151px) {
  .region-picker .regionPicker .navigational-select-dropdown__list {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .region-picker .regionPicker .navigational-select-dropdown__list {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .region-picker .regionPicker .navigational-select-dropdown__list {
    min-width: 100%;
  }
}
.region-picker .regionPicker .navigational-select-dropdown__list.-expanded {
  display: block;
  opacity: 1;
}
.region-picker .regionPicker .navigational-select-dropdown__list .navigational-select-value {
  width: 100%;
  list-style: none;
  padding: 15px;
  cursor: pointer;
  float: left;
  border-bottom: 1px solid #E9EBEE;
}
.region-picker .regionPicker .navigational-select-dropdown__list .navigational-select-value :last-child {
  border-bottom: none;
}
.region-picker .regionPicker .navigational-select-dropdown__list .navigational-select-value a {
  color: #0D1C3D;
}
.region-picker .regionPicker .navigational-select-dropdown__list .navigational-select-value:hover {
  background-color: #0078B3;
}
.region-picker .regionPicker .navigational-select-dropdown__list .navigational-select-value:hover a {
  color: #ffffff;
}
.region-picker .regionPicker .navigational-select-dropdown__list.focus {
  border: 0 none;
  box-shadow: 0 0;
}
.region-picker .regionPicker .navigational-select-dropdown__list.focus .select-value {
  outline: 1px dotted #0D1C3D;
  outline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .region-picker .regionPicker .navigational-select-dropdown__list .navigational-dropdown-overlay, .region-picker .regionPicker .navigational-select-dropdown__list select {
    width: 100%;
  }
}
.region-picker .regionPicker .navigational-select-dropdown__list.-white-bckgrnd {
  background-color: #ffffff;
}
.region-picker .regionPicker .navigational-select-dropdown__list.-white-bckgrnd select {
  border: 0 none;
}

.region-body-picker .regionBodyPicker {
  position: relative;
  font-size: 13px;
  color: #0D1C3D;
}
@media screen and (max-width: 1151px) {
  .region-body-picker .regionBodyPicker {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .region-body-picker .regionBodyPicker {
    font-size: 20px;
  }
}
.region-body-picker .regionBodyPicker .icon-chevron-down {
  margin-left: 8px;
  float: none;
  pointer-events: none;
  color: #0078B3;
}
@media screen and (max-width: 1151px) {
  .region-body-picker .regionBodyPicker .icon-chevron-down {
    margin-left: 8px;
    right: 0;
  }
}
.region-body-picker .regionBodyPicker .navigational-select-label {
  display: none;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown {
  display: flex;
  align-items: center;
  border: 0 none;
  margin: 20px 0;
  padding: 0;
  min-height: auto;
  height: auto;
  width: auto;
  min-width: auto;
  text-align: left;
  color: #0D1C3D;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
  font-family: "Gotham 4r";
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown.-book, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--book {
  font-family: "Gotham 4r";
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown.-light, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--light {
  font-family: "Gotham 3r";
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown.-medium, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--medium {
  font-family: "Gotham 5r";
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown.-bold, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .region-body-picker .regionBodyPicker .navigational-select-dropdown {
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin: 30px 0;
    line-height: 24px;
    font-weight: normal;
    font-family: "Gotham 4r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-book, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--book {
    font-family: "Gotham 4r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-light, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--light {
    font-family: "Gotham 3r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-medium, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--medium {
    font-family: "Gotham 5r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-bold, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .region-body-picker .regionBodyPicker .navigational-select-dropdown {
    width: auto;
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-book, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--book {
    font-family: "Gotham 4r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-light, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--light {
    font-family: "Gotham 3r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-medium, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--medium {
    font-family: "Gotham 5r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-bold, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (min-width: 1181px) {
  .region-body-picker .regionBodyPicker .navigational-select-dropdown {
    width: auto;
    font-family: "Gotham 4r";
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-book, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--book {
    font-family: "Gotham 4r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-light, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--light {
    font-family: "Gotham 3r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-medium, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--medium {
    font-family: "Gotham 5r";
  }
  .region-body-picker .regionBodyPicker .navigational-select-dropdown.-bold, .region-body-picker .regionBodyPicker .navigational-select-dropdown.\--bold {
    font-family: "Gotham 5r";
  }
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
@-moz-document url-prefix() {
  .region-body-picker .regionBodyPicker .navigational-select-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown .dropdown-icon {
  width: 1.3rem;
  margin-left: 8px;
  filter: invert(32%) sepia(100%) saturate(847%) hue-rotate(168deg) brightness(93%) contrast(103%);
}
@media screen and (min-width: 768px) {
  .region-body-picker .regionBodyPicker .navigational-select-dropdown .dropdown-icon {
    width: 1.7rem;
  }
}
.region-body-picker .regionBodyPicker .screenReader {
  display: block;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  display: none;
  opacity: 0;
  z-index: 200;
  font-size: inherit;
  border: 1px solid #E9EBEE;
  text-align: left;
  padding: 0;
  min-width: auto;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list.-expanded {
  display: block;
  opacity: 1;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list .navigational-select-value {
  width: 100%;
  list-style: none;
  padding: 15px;
  cursor: pointer;
  float: left;
  border-bottom: 1px solid #E9EBEE;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list .navigational-select-value :last-child {
  border-bottom: none;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list .navigational-select-value a {
  color: #0D1C3D;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list .navigational-select-value:hover {
  background-color: #0078B3;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list .navigational-select-value:hover a {
  color: #ffffff;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list.focus {
  border: 0 none;
  box-shadow: 0 0;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list.focus .select-value {
  outline: 1px dotted #0D1C3D;
  outline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .region-body-picker .regionBodyPicker .navigational-select-dropdown__list .navigational-dropdown-overlay, .region-body-picker .regionBodyPicker .navigational-select-dropdown__list select {
    width: 100%;
  }
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list.-white-bckgrnd {
  background-color: #ffffff;
}
.region-body-picker .regionBodyPicker .navigational-select-dropdown__list.-white-bckgrnd select {
  border: 0 none;
}

.sg-spacing .regionBodyPicker {
  margin: 20px 0;
}
@media screen and (min-width: 1152px) {
  .sg-spacing .regionBodyPicker {
    margin: 32px 0;
  }
}

.proxy-picker .proxyPicker {
  position: relative;
  font-size: 13px;
  color: #0D1C3D;
}
@media screen and (max-width: 1151px) {
  .proxy-picker .proxyPicker {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .proxy-picker .proxyPicker {
    font-size: 20px;
  }
}
.proxy-picker .proxyPicker .icon-chevron-down {
  /*temporarily disabing to have approach changing the */
  float: none;
  pointer-events: none;
  color: #0078B3;
}
@media screen and (max-width: 1151px) {
  .proxy-picker .proxyPicker .icon-chevron-down {
    margin-left: 8px;
    right: 0;
  }
}
.proxy-picker .proxyPicker .icon-chevron-down:before {
  vertical-align: top;
  margin-left: 12px;
}
.proxy-picker .proxyPicker .navigational-select-dropdown {
  display: flex;
  align-items: center;
  border: 0 none;
  margin: 30px 0;
  padding: 0;
  min-height: auto;
  height: auto;
  width: 100%;
  min-width: auto;
  text-align: left;
  color: #0D1C3D;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Gotham 5r";
}
.proxy-picker .proxyPicker .navigational-select-dropdown.-book, .proxy-picker .proxyPicker .navigational-select-dropdown.\--book {
  font-family: "Gotham 4r";
}
.proxy-picker .proxyPicker .navigational-select-dropdown.-light, .proxy-picker .proxyPicker .navigational-select-dropdown.\--light {
  font-family: "Gotham 3r";
}
.proxy-picker .proxyPicker .navigational-select-dropdown.-medium, .proxy-picker .proxyPicker .navigational-select-dropdown.\--medium {
  font-family: "Gotham 5r";
}
.proxy-picker .proxyPicker .navigational-select-dropdown.-bold, .proxy-picker .proxyPicker .navigational-select-dropdown.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 1151px) {
  .proxy-picker .proxyPicker .navigational-select-dropdown {
    margin: 20px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
    font-family: "Gotham 5r";
  }
  .proxy-picker .proxyPicker .navigational-select-dropdown.-book, .proxy-picker .proxyPicker .navigational-select-dropdown.\--book {
    font-family: "Gotham 4r";
  }
  .proxy-picker .proxyPicker .navigational-select-dropdown.-light, .proxy-picker .proxyPicker .navigational-select-dropdown.\--light {
    font-family: "Gotham 3r";
  }
  .proxy-picker .proxyPicker .navigational-select-dropdown.-medium, .proxy-picker .proxyPicker .navigational-select-dropdown.\--medium {
    font-family: "Gotham 5r";
  }
  .proxy-picker .proxyPicker .navigational-select-dropdown.-bold, .proxy-picker .proxyPicker .navigational-select-dropdown.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (min-width: 768px) {
  .proxy-picker .proxyPicker .navigational-select-dropdown {
    width: 100%;
  }
}
@media screen and (min-width: 1181px) {
  .proxy-picker .proxyPicker .navigational-select-dropdown {
    width: 100%;
    font-family: "Gotham 4r";
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
  .proxy-picker .proxyPicker .navigational-select-dropdown.-book, .proxy-picker .proxyPicker .navigational-select-dropdown.\--book {
    font-family: "Gotham 4r";
  }
  .proxy-picker .proxyPicker .navigational-select-dropdown.-light, .proxy-picker .proxyPicker .navigational-select-dropdown.\--light {
    font-family: "Gotham 3r";
  }
  .proxy-picker .proxyPicker .navigational-select-dropdown.-medium, .proxy-picker .proxyPicker .navigational-select-dropdown.\--medium {
    font-family: "Gotham 5r";
  }
  .proxy-picker .proxyPicker .navigational-select-dropdown.-bold, .proxy-picker .proxyPicker .navigational-select-dropdown.\--bold {
    font-family: "Gotham 5r";
  }
}
.proxy-picker .proxyPicker .navigational-select-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
@-moz-document url-prefix() {
  .proxy-picker .proxyPicker .navigational-select-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.proxy-picker .proxyPicker .navigational-select-dropdown .proxy-select-dropdown-value {
  width: auto;
}
.proxy-picker .proxyPicker .navigational-select-dropdown .proxy-select-dropdown-value-sm {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.proxy-picker .proxyPicker .navigational-select-dropdown .dropdown-icon {
  width: 1.3rem;
  margin-left: 8px;
  filter: invert(32%) sepia(100%) saturate(847%) hue-rotate(168deg) brightness(93%) contrast(103%);
}
@media screen and (min-width: 768px) {
  .proxy-picker .proxyPicker .navigational-select-dropdown .dropdown-icon {
    width: 1.7rem;
  }
}
.proxy-picker .proxyPicker .screenReader {
  display: block;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  display: none;
  opacity: 0;
  z-index: 200;
  font-size: inherit;
  border: 1px solid #E9EBEE;
  text-align: left;
  padding: 0;
  min-width: auto;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list.-expanded {
  display: block;
  opacity: 1;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list .proxy-select-value {
  width: 100%;
  list-style: none;
  padding: 15px;
  cursor: pointer;
  float: left;
  border-bottom: 1px solid #E9EBEE;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list .proxy-select-value :last-child {
  border-bottom: none;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list .proxy-select-value a {
  color: #0D1C3D;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list .proxy-select-value:hover {
  background-color: #0078B3;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list .proxy-select-value:hover a {
  color: #ffffff;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list.focus {
  border: 0 none;
  box-shadow: 0 0;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list.focus .select-value {
  outline: 1px dotted #0D1C3D;
  outline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .proxy-picker .proxyPicker .navigational-select-dropdown__list .navigational-dropdown-overlay, .proxy-picker .proxyPicker .navigational-select-dropdown__list select {
    width: 100%;
  }
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list.-white-bckgrnd {
  background-color: #ffffff;
}
.proxy-picker .proxyPicker .navigational-select-dropdown__list.-white-bckgrnd select {
  border: 0 none;
}

.sg-spacing .proxyPicker {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .sg-spacing .proxyPicker {
    margin: 32px 0;
  }
}

/* Drop Menu Pattern */
.drop-menu-pattern {
  display: none;
}

.drop-menu-pattern.--initialized {
  display: block;
}

.drop-menu-pattern.--default-option {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--default-option .drop-menu {
  position: relative;
  flex-wrap: wrap;
  color: #003B71;
  font-size: 14px;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-label {
  margin-right: 5px;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  border: 1px solid #0074AD;
  border-radius: 4px;
  background-color: #F0F7FA;
  font-size: 14px;
  font-family: "Gotham 5r";
  appearance: none;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #F0F7FA;
  color: #003B71;
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--default-option .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--default-option .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #003B71;
  color: #003B71;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--default-option .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--default-option .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #FFF;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-button-text {
  display: inline-block;
  color: #003B71;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-button-img {
  margin-right: 8px;
}
.drop-menu-pattern.--default-option .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
}
.drop-menu-pattern.--default-option .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--default-option .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--default-option .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--default-option .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 14px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 100%; /*  */
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--default-option .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px 34px 12px 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
  word-break: break-word;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op.active {
  background-color: #F0F7FA;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  background-color: #003B71;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--default-option .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.drop-menu-pattern.--default-link {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--default-link .drop-menu {
  position: relative;
  display: inline-flex;
  color: #003B71;
  font-size: 14px;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  border: 1px solid #0074AD;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #F0F7FA;
  font-size: 14px;
  font-family: "Gotham 5r";
  appearance: none;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-dropdown:focus {
  background-color: #F0F7FA;
  color: #003B71;
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--default-link .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-dropdown:hover {
  background-color: #003B71;
  color: #003B71;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-dropdown:hover img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text {
  color: #FFF;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-button-text {
  color: #003B71;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drop-menu-pattern.--default-link .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
}
.drop-menu-pattern.--default-link .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--default-link .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--default-link .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  z-index: 999;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list {
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 1px 0;
  width: 100%;
  border: 1px solid #0074AD;
  border-radius: 4px;
  background-color: #fff;
  white-space: nowrap;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-op {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  width: 100%;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-link {
  display: flex;
  padding: 8px 12px;
  width: 100%;
  align-items: center;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-link .drop-menu-list-text {
  color: #0074AD;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-link:hover {
  color: #003B71;
  text-decoration: underline;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-link:hover .drop-menu-list-text {
  color: #003B71;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-link:hover .drop-menu-list-icon {
  filter: none;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-link:focus-visible {
  outline-offset: 1px;
}
.drop-menu-pattern.--default-link .drop-menu .drop-menu-list .drop-menu-list-icon {
  display: inline-block;
  margin-right: 4px;
}

.drop-menu-pattern.--default {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--default .drop-menu {
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #003B71;
  width: 370px;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--default .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #0074AD;
  border-radius: 4px;
  background-color: #F2F8FB;
  height: 48px;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default .drop-menu .drop-menu-dropdown {
    width: 370px;
  }
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  background-color: #F2F8FB;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--default .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--default .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #F2F8FB;
  color: #003B71;
  border: 1px solid #003B71;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--default .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(35%) saturate(4357%) hue-rotate(191deg) brightness(96%) contrast(102%);
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--default .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #003B71;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default .drop-menu .drop-menu-dropdown.--small.--no-icon {
    width: 129px;
  }
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown.--small {
  height: 36px;
  padding: 8px;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default .drop-menu .drop-menu-dropdown.--small {
    width: 155px;
  }
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown.--small .drop-menu-button-text {
  font-size: 14px;
  line-height: 20px;
  margin-right: 6px;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown.--small .drop-menu-button-img, .drop-menu-pattern.--default .drop-menu .drop-menu-dropdown.--small .drop-down-menu-chevron {
  width: 20px;
  height: 20px;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown.--small .drop-menu-button-img {
  margin-right: 6px;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-dropdown.--small img.checkmark-img {
  width: 20px;
  height: 20px;
}
.drop-menu-pattern.--default .drop-menu .img.drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--default .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--default .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #0074AD;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--default .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--default .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--default .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--default .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--default .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    width: 370px;
  }
  .drop-menu-pattern.--default .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small {
    width: 155px;
  }
  .drop-menu-pattern.--default .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small .drop-menu-list-op {
    padding: 8px;
  }
  .drop-menu-pattern.--default .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small.--no-icon {
    width: 129px;
  }
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 16px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 370px;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--default .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list.--small {
  font-size: 14px;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list.--small img.checkmark-img {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(1299%) hue-rotate(188deg) brightness(92%) contrast(103%);
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--default .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}

.drop-menu-pattern.--default-dark {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--default-dark .drop-menu {
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #003B71;
  width: 370px;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--default-dark .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #92CCF0;
  border-radius: 4px;
  background-color: #0D1C3D;
  height: 48px;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown {
    width: 370px;
  }
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  background-color: #0D1C3D;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #92CCF0;
  color: #003B71;
  border: 1px solid #92CCF0;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(20%) saturate(7500%) hue-rotate(210deg) brightness(95%) contrast(95%);
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #0D1C3D;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown.--small.--no-icon {
    width: 129px;
  }
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown.--small {
  height: 36px;
  padding: 8px;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown.--small {
    width: 155px;
  }
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown.--small .drop-menu-button-text {
  font-size: 14px;
  line-height: 20px;
  margin-right: 6px;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown.--small .drop-menu-button-img, .drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown.--small .drop-down-menu-chevron {
  width: 20px;
  height: 20px;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-dropdown.--small .drop-menu-button-img {
  margin-right: 6px;
}
.drop-menu-pattern.--default-dark .drop-menu .img.drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(71%) sepia(86%) saturate(286%) hue-rotate(174deg) brightness(97%) contrast(93%);
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #92CCF0;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(71%) sepia(86%) saturate(286%) hue-rotate(174deg) brightness(97%) contrast(93%);
}
.drop-menu-pattern.--default-dark .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--default-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--default-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--default-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    width: 370x;
  }
  .drop-menu-pattern.--default-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small {
    width: 155px;
  }
  .drop-menu-pattern.--default-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small .drop-menu-list-op {
    padding: 8px;
  }
  .drop-menu-pattern.--default-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small.--no-icon {
    width: 129px;
  }
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 16px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 370px;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--default-dark .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list.--small {
  font-size: 14px;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list.--small img.checkmark-img {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(1299%) hue-rotate(188deg) brightness(92%) contrast(103%);
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--default-dark .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}

.drop-menu-pattern.--default-high-contrast {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--default-high-contrast .drop-menu {
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #003B71;
  width: 370px;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--default-high-contrast .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #0D1C3D;
  border-radius: 4px;
  background-color: transparent;
  height: 48px;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown {
    width: 370px;
  }
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  background-color: transparent;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #0D1C3D;
  border: 1px solid #003B71;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown:focus img {
  color: #FFF;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #FFF;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown.--small.--no-icon {
    width: 129px;
  }
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown.--small {
  height: 36px;
  padding: 8px;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown.--small {
    width: 155px;
  }
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown.--small .drop-menu-button-text {
  font-size: 14px;
  line-height: 20px;
  margin-right: 6px;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown.--small .drop-menu-button-img, .drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown.--small .drop-down-menu-chevron {
  width: 20px;
  height: 20px;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-dropdown.--small .drop-menu-button-img {
  margin-right: 6px;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .img.drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(8%) sepia(45%) saturate(2415%) hue-rotate(202deg) brightness(95%) contrast(97%);
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #0D1C3D;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(8%) sepia(45%) saturate(2415%) hue-rotate(202deg) brightness(95%) contrast(97%);
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--default-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--default-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--default-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    width: 370px;
  }
  .drop-menu-pattern.--default-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small {
    width: 155px;
  }
  .drop-menu-pattern.--default-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small .drop-menu-list-op {
    padding: 8px;
  }
  .drop-menu-pattern.--default-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small.--no-icon {
    width: 129px;
  }
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 16px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 370px;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list.--small {
  font-size: 14px;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list.--small img.checkmark-img {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(1299%) hue-rotate(188deg) brightness(92%) contrast(103%);
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--default-high-contrast .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}

.drop-menu-pattern.--default-dark-high-contrast {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu {
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #003B71;
  width: 174;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: transparent;
  height: 48px;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown {
    width: 370px;
  }
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  background-color: transparent;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #92CCF0;
  border: 1px solid #0D1C3D;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(27%) saturate(3503%) hue-rotate(199deg) brightness(99%) contrast(97%);
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #0D1C3D;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown.--small.--no-icon {
    width: 129px;
  }
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown.--small {
  height: 36px;
  padding: 8px;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown.--small {
    width: 155px;
  }
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown.--small .drop-menu-button-text {
  font-size: 14px;
  line-height: 20px;
  margin-right: 6px;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown.--small .drop-menu-button-img, .drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown.--small .drop-down-menu-chevron {
  width: 20px;
  height: 20px;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-dropdown.--small .drop-menu-button-img {
  margin-right: 6px;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(99%) sepia(70%) saturate(48%) hue-rotate(150deg) brightness(114%) contrast(100%);
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(99%) sepia(70%) saturate(48%) hue-rotate(150deg) brightness(114%) contrast(100%);
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    width: 370px;
  }
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small {
    width: 155px;
  }
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small .drop-menu-list-op {
    padding: 8px;
  }
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list.--small.--no-icon {
    width: 129px;
  }
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 16px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 370px;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list.--small {
  font-size: 14px;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list.--small img.checkmark-img {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(1299%) hue-rotate(188deg) brightness(92%) contrast(103%);
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--default-dark-high-contrast .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}

.drop-menu-pattern.--standard {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--standard .drop-menu {
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #003B71;
  width: 157px;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--standard .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #0074AD;
  border-radius: 4px;
  background-color: #F0F7FA;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  background-color: #F0F7FA;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #003B71;
  color: #003B71;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #FFF;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #003B71;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--standard .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
}
.drop-menu-pattern.--standard .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--standard .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--standard .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--standard .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 14px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 100%; /*  */
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--standard .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px 34px 12px 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
  word-break: break-word;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op.active {
  background-color: #F0F7FA;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  background-color: #003B71;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}
.drop-menu-pattern.--standard .drop-menu-visible {
  display: inline-flex;
}

.drop-menu-pattern.--proxy,
.drop-menu-pattern.--region {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--proxy .drop-menu,
.drop-menu-pattern.--region .drop-menu {
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #F2F8FB;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown,
.drop-menu-pattern.--region .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--proxy .drop-menu,
  .drop-menu-pattern.--region .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--proxy .drop-menu label,
.drop-menu-pattern.--region .drop-menu label {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  height: 20px;
  color: #677083;
  font-family: "Gotham 5r";
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-label-img,
.drop-menu-pattern.--region .drop-menu .drop-menu-label-img {
  display: none;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown,
.drop-menu-pattern.--region .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #0074AD;
  border-radius: 4px;
  background-color: #F0F7FA;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown:focus,
.drop-menu-pattern.--region .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown:focus,
  .drop-menu-pattern.--region .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown:focus,
.drop-menu-pattern.--region .drop-menu .drop-menu-dropdown:hover,
.drop-menu-pattern.--region .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #F2F8FB;
  color: #003B71;
  border: 1px solid #003B71;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown:focus img,
.drop-menu-pattern.--region .drop-menu .drop-menu-dropdown:hover img,
.drop-menu-pattern.--region .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(35%) saturate(4357%) hue-rotate(191deg) brightness(96%) contrast(102%);
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--proxy .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text,
.drop-menu-pattern.--region .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text,
.drop-menu-pattern.--region .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #003B71;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-button-img,
.drop-menu-pattern.--region .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-button-img.inactive,
.drop-menu-pattern.--region .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-button-text,
.drop-menu-pattern.--region .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #0074AD;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--proxy .drop-menu .drop-down-menu-chevron,
.drop-menu-pattern.--region .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--proxy .drop-menu .drop-down-menu-chevron.inactive,
.drop-menu-pattern.--region .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--proxy .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron,
.drop-menu-pattern.--region .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--proxy .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list,
.drop-menu-pattern.--region .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--proxy .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list,
.drop-menu-pattern.--region .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list,
.drop-menu-pattern.--region .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 14px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 100%; /*  */
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--proxy .drop-menu .drop-menu-list,
  .drop-menu-pattern.--region .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px 34px 12px 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op:hover,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op:focus,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
  word-break: break-word;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op:hover,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  background-color: #003B71;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op:first-child,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list .drop-menu-list-op:last-child,
.drop-menu-pattern.--region .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--proxy .drop-menu .drop-menu-list-nowarp .drop-menu-list-op,
.drop-menu-pattern.--region .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}
.drop-menu-pattern.--proxy .drop-menu-visible,
.drop-menu-pattern.--region .drop-menu-visible {
  display: inline-flex;
}

.drop-menu-pattern.--dark {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--dark .drop-menu {
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #F2F8FB;
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #003B71;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--dark .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--dark .drop-menu label {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  height: 20px;
  color: #677083;
  font-family: "Gotham 5r";
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-label-img {
  display: none;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #0074AD;
  border-radius: 4px;
  background-color: #F0F7FA;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #F2F8FB;
  color: #003B71;
  border: 1px solid #003B71;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(35%) saturate(4357%) hue-rotate(191deg) brightness(96%) contrast(102%);
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #003B71;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #0074AD;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--dark .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--dark .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 14px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 100%; /*  */
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--dark .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px 34px 12px 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
  word-break: break-word;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  background-color: #003B71;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--dark .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--dark .drop-menu label {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  height: 20px;
  color: white;
  font-family: "Gotham 5r";
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-label-img {
  display: none;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #92CCF0;
  border-radius: 4px;
  background-color: transparent;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #92CCF0;
  color: #003B71;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(20%) saturate(3701%) hue-rotate(195deg) brightness(92%) contrast(99%);
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--dark .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #0D1C3D;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(79%) sepia(11%) saturate(1263%) hue-rotate(168deg) brightness(98%) contrast(92%);
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #92CCF0;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--dark .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(79%) sepia(11%) saturate(1263%) hue-rotate(168deg) brightness(98%) contrast(92%);
}
.drop-menu-pattern.--dark .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 14px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 100%; /*  */
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--dark .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px 34px 12px 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
  word-break: break-word;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  background-color: #003B71;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--dark .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}
.drop-menu-pattern.--dark .drop-menu-visible {
  display: inline-flex;
}

.drop-menu-pattern.--dark-high-contrast {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu {
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #F2F8FB;
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #003B71;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--dark-high-contrast .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--dark-high-contrast .drop-menu label {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  height: 20px;
  color: #677083;
  font-family: "Gotham 5r";
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-label-img {
  display: none;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #0074AD;
  border-radius: 4px;
  background-color: #F0F7FA;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #F2F8FB;
  color: #003B71;
  border: 1px solid #003B71;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(35%) saturate(4357%) hue-rotate(191deg) brightness(96%) contrast(102%);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #003B71;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #0074AD;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 14px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 100%; /*  */
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px 34px 12px 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
  word-break: break-word;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  background-color: #003B71;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--dark-high-contrast .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--dark-high-contrast .drop-menu label {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  height: 20px;
  color: white;
  font-family: "Gotham 5r";
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-label-img {
  display: none;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: transparent;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #92CCF0;
  color: #003B71;
  border: 1px solid #0D1C3D;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(20%) saturate(3701%) hue-rotate(195deg) brightness(92%) contrast(99%);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #0D1C3D;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(99%) sepia(70%) saturate(48%) hue-rotate(150deg) brightness(114%) contrast(100%);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #FFF;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(99%) sepia(70%) saturate(48%) hue-rotate(150deg) brightness(114%) contrast(100%);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 14px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 100%; /*  */
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px 34px 12px 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
  word-break: break-word;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  background-color: #003B71;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}
.drop-menu-pattern.--dark-high-contrast .drop-menu-visible {
  display: inline-flex;
}

.drop-menu-pattern.--high-contrast {
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--high-contrast .drop-menu {
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #F2F8FB;
  position: relative;
  flex-wrap: wrap;
  font-size: 14px;
  color: #003B71;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--high-contrast .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--high-contrast .drop-menu label {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  height: 20px;
  color: #677083;
  font-family: "Gotham 5r";
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-label-img {
  display: none;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #0074AD;
  border-radius: 4px;
  background-color: #F0F7FA;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #F2F8FB;
  color: #003B71;
  border: 1px solid #003B71;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(35%) saturate(4357%) hue-rotate(191deg) brightness(96%) contrast(102%);
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  color: #003B71;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #0074AD;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1577%) hue-rotate(178deg) brightness(92%) contrast(101%);
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 14px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 100%; /*  */
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px 34px 12px 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
  word-break: break-word;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  background-color: #003B71;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--high-contrast .drop-menu {
    width: 100%;
  }
}
.drop-menu-pattern.--high-contrast .drop-menu label {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  height: 20px;
  color: #0D1C3D;
  font-family: "Gotham 5r";
  display: block;
  margin-bottom: 4px;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-label-img {
  display: none;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  appearance: none;
  padding: 12px;
  font-family: "Gotham 5r";
  font-size: 14px;
  border: 1px solid #0D1C3D;
  border-radius: 4px;
  background-color: transparent;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  color: #003B71;
  text-decoration: none;
  z-index: 2;
}
@-moz-document url-prefix() {
  .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:hover, .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus {
  text-decoration: none;
  background-color: #0D1C3D;
  color: #003B71;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:hover img, .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(0%) hue-rotate(294deg) brightness(106%) contrast(107%);
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text, .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-dropdown:focus .drop-menu-button-text {
  filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(0%) hue-rotate(294deg) brightness(106%) contrast(107%);
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(10%) sepia(20%) saturate(3701%) hue-rotate(195deg) brightness(92%) contrast(99%);
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-button-text {
  white-space: nowrap;
  color: #0D1C3D;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-down-menu-chevron {
  pointer-events: none;
  padding-right: 0;
  margin-left: auto;
  filter: brightness(0) saturate(100%) invert(10%) sepia(20%) saturate(3701%) hue-rotate(195deg) brightness(92%) contrast(99%);
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-down-menu-chevron.inactive {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
}
.drop-menu-pattern.--high-contrast .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  z-index: 999;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  position: absolute;
  font-size: 14px;
  font-family: "Gotham 5r";
  border: 1px solid #0074AD;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  margin-top: 4px;
  top: 100%;
  width: 100%; /*  */
}
@media screen and (max-width: 767px) {
  .drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list {
    width: 100%;
  }
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 12px 34px 12px 12px;
  color: #003B71;
  text-decoration: none;
  line-height: 20px;
  white-space: normal;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  display: inline-block;
  align-self: center;
  word-break: break-word;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  background-color: #003B71;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.drop-menu-pattern.--high-contrast .drop-menu .drop-menu-list-nowarp .drop-menu-list-op {
  white-space: normal;
}
.drop-menu-pattern.--high-contrast .drop-menu-visible {
  display: inline-flex;
}

.drop-menu-container {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .drop-menu-container {
    width: 100%;
    justify-content: flex-start;
  }
  .drop-menu-container .drop-menu-pattern {
    width: 100%;
  }
  .drop-menu-container .drop-menu-pattern:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.drop-menu-container .--visible {
  visibility: visible;
  opacity: 1;
}
.drop-menu-container .drop-menu-pattern:first-child {
  margin-right: 12px;
}
.drop-menu-container .drop-menu-pattern .drop-menu {
  width: 100%;
}
.drop-menu-container .drop-menu-pattern .drop-menu .drop-menu-dropdown {
  max-width: none;
}
.drop-menu-container .drop-menu-pattern.--proxy .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list,
.drop-menu-container .drop-menu-pattern.--region .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  max-width: none;
  white-space: nowrap;
}
.drop-menu-container .drop-menu-pattern.--proxy .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list,
.drop-menu-container .drop-menu-pattern.--region .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  width: 100%;
}
.drop-menu-container .drop-menu-pattern.--proxy .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list .drop-menu-list-op,
.drop-menu-container .drop-menu-pattern.--region .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list .drop-menu-list-op {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .drop-menu-container {
    flex-direction: column;
  }
  .drop-menu-container .drop-menu-pattern:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* Overrides for MC2-2012 and MC2-2010 -- Temporary fix as agreed with IX to Redefine this pattern layout */
div[class^=aem-GridColumn] .drop-menu-pattern.--region,
.regionPicker .drop-menu-pattern.--region {
  width: 300px;
}
div[class^=aem-GridColumn] .drop-menu-pattern.--region .drop-menu,
.regionPicker .drop-menu-pattern.--region .drop-menu {
  width: 100%;
}
@media screen and (max-width: 767px) {
  div[class^=aem-GridColumn] .drop-menu-pattern.--region .drop-menu,
  .regionPicker .drop-menu-pattern.--region .drop-menu {
    max-width: 100%;
    width: 100%;
  }
}

div[class^=aem-GridColumn].proxyPicker .drop-menu-pattern.--proxy,
.drop-menu-pattern.--proxy {
  width: 300px;
}
div[class^=aem-GridColumn].proxyPicker .drop-menu-pattern.--proxy .drop-menu,
.drop-menu-pattern.--proxy .drop-menu {
  width: 100%;
}
@media screen and (max-width: 767px) {
  div[class^=aem-GridColumn].proxyPicker .drop-menu-pattern.--proxy,
  .drop-menu-pattern.--proxy {
    max-width: 100%;
    width: 100%;
  }
}
div[class^=aem-GridColumn].proxyPicker .drop-menu-pattern.--proxy .drop-menu,
.drop-menu-pattern.--proxy .drop-menu {
  width: 100%;
}

.drop-menu-static-label {
  display: none;
}

@media screen and (max-width: 1151px) {
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area {
    display: block;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu {
    position: relative;
    margin: 0 15px 40px;
    border-top: 1px solid #fff;
    font: 1.125rem "Gotham 4r";
    color: #fff;
    text-align: center;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-label {
    display: flex;
    padding: 40px 0 20px;
    align-items: center;
    justify-content: center;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-label-img {
    display: inline-block;
    margin-bottom: 6px;
    width: 27px;
    height: 27px;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-label-text {
    padding-left: 10px;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-dropdown {
    margin: 0 10%;
    padding: 0 10px;
    border: 0;
    background-color: transparent;
    appearance: none;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-dropdown:focus {
    outline: 1px dotted #212121;
    outline: 1px auto -webkit-focus-ring-color;
  }
  @-moz-document url-prefix() {
    .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-dropdown:focus {
      outline-offset: 2px;
      outline: 1px dotted #0D1C3D;
    }
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-button-img {
    display: none;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-button-text {
    padding-right: 10px;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-down-menu-chevron {
    float: right;
    display: block;
    margin-top: 2px;
    width: 17px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(100%);
    pointer-events: none;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
    transform: rotate(180deg);
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-list {
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op {
    list-style: none;
    padding: 16px 10px;
    line-height: 20px;
    color: #0D1C3D;
    text-align: left;
    cursor: pointer;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op:hover {
    color: #fff;
    background-color: #0078B3;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op:focus {
    z-index: 2;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
    display: inline-block;
    padding-left: 26px;
    word-break: break-word;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    pointer-events: none;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
    display: block;
    opacity: 1;
  }
  .authenticated .kp-header-global-menu__container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
  .authenticated .kp-header-global-menu__container .drop-menu-static-label {
    display: block;
  }
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header__component-container .drop-menu-pattern.--area {
    display: inline-block;
    margin-top: 5px;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    z-index: 99;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-label-img {
    float: left;
    width: 29px;
    height: 29px;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-label-text {
    display: inline-block;
    padding: 5px 0 0 10px;
    font: 16px "Gotham 5r";
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-dropdown {
    margin: 0 6px;
    padding: 0 4px;
    border: 0;
    background-color: transparent;
    font: 16px "Gotham 5r";
    appearance: none;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-dropdown:focus {
    outline: 1px dotted #212121;
    outline: 1px auto -webkit-focus-ring-color;
  }
  @-moz-document url-prefix() {
    .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-dropdown:focus {
      outline-offset: 2px;
      outline: 1px dotted #0D1C3D;
    }
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-button-img {
    display: none;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-button-text {
    padding-right: 8px;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-down-menu-chevron {
    float: right;
    display: block;
    margin-top: 2px;
    width: 17px;
    height: 17px;
    pointer-events: none;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
    transform: rotate(180deg);
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-list {
    position: absolute;
    top: 113%;
    margin: 0;
    padding: 0;
    border: 1px solid #E9EBEE;
    background-color: #fff;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op {
    list-style: none;
    float: left;
    padding: 16px 10px;
    width: 100%;
    font: 16px "Gotham 4r";
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op:hover {
    color: #fff;
    background-color: #0078B3;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op:focus {
    z-index: 2;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
    padding-left: 26px;
    white-space: nowrap;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    pointer-events: none;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
    display: block;
    opacity: 1;
  }
  .authenticated .kp-header__component-container .drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
  .authenticated .kp-header__component-container .drop-menu-static-label {
    display: inline-block;
    font: 16px "Gotham 5r";
  }
}

.drop-menu-pattern.--region-dark,
.drop-menu-pattern.--language {
  display: block;
}
.drop-menu-pattern.--region-dark .drop-menu,
.drop-menu-pattern.--language .drop-menu {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 24px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown,
.drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #FFF;
  background-color: #003B71;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px;
  max-height: 36px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown span,
.drop-menu-pattern.--language .drop-menu .drop-menu-dropdown span {
  color: #FFF;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-family: "Gotham 5r";
  margin-right: 8px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-label,
.drop-menu-pattern.--language .drop-menu .drop-menu-label {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  margin-right: 12px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-down-menu-chevron,
.drop-menu-pattern.--language .drop-menu .drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(100%);
  pointer-events: none;
  margin-left: auto;
  width: 20px;
  height: 20px;
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  opacity: 1;
  z-index: 100;
}
.drop-menu-pattern.--region-dark .drop-menu span.drop-menu-selected-text[aria-hidden=true],
.drop-menu-pattern.--language .drop-menu span.drop-menu-selected-text[aria-hidden=true] {
  display: none;
  visibility: hidden;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list,
.drop-menu-pattern.--language .drop-menu .drop-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: auto;
  min-width: 156px;
  background: #FFF;
  border: 1px solid #0074AD;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 60px;
  white-space: nowrap;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 16px;
  height: 40px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:focus,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0074AD;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2223%) hue-rotate(183deg) brightness(80%) contrast(101%);
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op.active,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op.active {
  background-color: #F0F7FA;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: #003B71;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover .drop-menu-list-text,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:hover .drop-menu-list-text {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:first-child,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:last-child,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 1151px) {
  .drop-menu-pattern.--region-dark .drop-menu,
  .drop-menu-pattern.--language .drop-menu {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
  }
  .drop-menu-pattern.--region-dark .drop-menu .drop-menu-label,
  .drop-menu-pattern.--language .drop-menu .drop-menu-label {
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown,
  .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
    width: 100%;
    padding: 15px 16px;
    background-color: transparent;
  }
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  .drop-menu-pattern.--region-dark .drop-menu .drop-menu-list,
  .drop-menu-pattern.--language .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 2px;
    position: relative;
    white-space: normal;
  }
  .drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op,
  .drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op {
    height: 40px;
  }
}
@media (hover) {
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover {
    background-color: #92CCF0;
    border: 1px solid #92CCF0;
  }
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover .drop-menu-button-img,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover .drop-menu-button-img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
  }
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover img.drop-down-menu-chevron,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover img.drop-down-menu-chevron {
    filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
  }
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
    color: #0D1C3D;
  }
}
@media screen and (hover) and (max-width: 1151px) {
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
    font-size: 16px;
  }
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:focus,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:focus {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:focus .drop-menu-button-img,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:focus .drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:focus img.drop-down-menu-chevron,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:focus img.drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:focus span.drop-menu-button-text,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:focus span.drop-menu-button-text {
  color: #0D1C3D;
}

.drop-menu-pattern.--region-area-dark {
  display: block;
}
.drop-menu-pattern.--region-area-dark .drop-menu {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 24px;
  position: relative;
  margin-right: 24px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #FFF;
  background-color: #003B71;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px;
  max-height: 36px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown span {
  color: #FFF;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-family: "Gotham 5r";
  margin-right: 8px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  margin-right: 12px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(100%);
  pointer-events: none;
  margin-left: auto;
  width: 20px;
  height: 20px;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  opacity: 1;
  z-index: 100;
}
.drop-menu-pattern.--region-area-dark .drop-menu span.drop-menu-selected-text[aria-hidden=true] {
  display: none;
  visibility: hidden;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: auto;
  min-width: 156px;
  background: #FFF;
  border: 1px solid #0074AD;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 60px;
  white-space: nowrap;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 16px;
  height: 40px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0074AD;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2223%) hue-rotate(183deg) brightness(80%) contrast(101%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active {
  background-color: #F0F7FA;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: #003B71;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover .drop-menu-list-text {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 1151px) {
  .drop-menu-pattern.--region-area-dark .drop-menu {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown {
    width: 100%;
    padding: 15px 16px;
    background-color: transparent;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 2px;
    position: relative;
    white-space: normal;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op {
    height: 40px;
  }
}
@media (hover) {
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover {
    background-color: #92CCF0;
    border: 1px solid #92CCF0;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover .drop-menu-button-img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover img.drop-down-menu-chevron {
    filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
    color: #0D1C3D;
  }
}
@media screen and (hover) and (max-width: 1151px) {
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
    font-size: 16px;
  }
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:focus {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:focus .drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:focus img.drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:focus span.drop-menu-button-text {
  color: #0D1C3D;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #FFF;
  background-color: #003B71;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 3px 8px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown span {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  margin-right: 8px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  margin-right: 8px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(100%);
  pointer-events: none;
  margin-left: auto;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  display: none;
  opacity: 0;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  opacity: 1;
  z-index: 100;
}
.drop-menu-pattern.--region-area-dark .drop-menu span.drop-menu-selected-text[aria-hidden=true] {
  display: none;
  visibility: hidden;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: auto;
  min-width: 156px;
  background: #FFF;
  border: 1px solid #0074AD;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: auto;
  right: 0;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 16px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0074AD;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2223%) hue-rotate(183deg) brightness(80%) contrast(101%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active {
  background-color: #F0F7FA;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #FFF;
  background-color: #003B71;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover .drop-menu-list-text {
  color: #FFF;
  background-color: transparent;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 1151px) {
  .drop-menu-pattern.--region-area-dark .drop-menu {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label-text {
    font-size: 14px;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown {
    width: 100%;
    padding: 15px;
    background-color: transparent;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 2px;
    position: relative;
    white-space: normal;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op {
    align-items: center;
  }
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  left: 1.5px;
  pointer-events: none;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}

@media screen and (min-width: 1152px) {
  .authenticated .kp-header__top-header .drop-menu-pattern.--account {
    display: block;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu {
    position: relative;
    display: inline-flex;
    font-family: "Gotham 5r";
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
    transform: rotate(180deg);
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    z-index: 999;
  }
}
@media screen and (min-width: 1152px) and (hover) {
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=false]:hover {
    background-color: #92CCF0;
    border-color: #92CCF0;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=false]:hover .drop-down-menu-chevron {
    filter: brightness(0) saturate(100%) invert(8%) sepia(86%) saturate(1353%) hue-rotate(201deg) brightness(96%) contrast(97%);
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=false]:hover .drop-menu-button-img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(86%) saturate(1353%) hue-rotate(201deg) brightness(96%) contrast(97%);
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=false]:hover .drop-menu-button-text {
    color: #0D1C3D;
  }
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op {
    list-style: none;
    width: 100%;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-link {
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-link .drop-menu-list-text {
    color: #0074AD;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-link:hover {
    color: #003B71;
    text-decoration: underline;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-link:hover .drop-menu-list-text {
    color: #003B71;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-link:hover .drop-menu-list-icon {
    filter: none;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-link:focus-visible {
    outline-offset: 1px;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-label {
    display: none;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown {
    display: flex;
    align-items: center;
    border: 1px solid #FFF;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 3px 8px;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-button-img {
    filter: brightness(0) saturate(100%) invert(100%);
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-button-text {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 350;
    margin-right: 8px;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-down-menu-chevron {
    margin-left: auto;
    filter: brightness(0) saturate(100%) invert(100%);
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    border: 1px solid #0074AD;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 2px;
    left: auto;
    right: 0;
    padding: 1px 0;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op:last-child .drop-menu-list-link {
    padding-left: 8px;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-link {
    padding: 8px 12px;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-link:hover {
    background-color: transparent;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-link .drop-menu-list-text {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-icon {
    display: inline-block;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(2179%) hue-rotate(183deg) brightness(100%) contrast(103%);
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:focus {
    background-color: #92CCF0;
    border: 1px solid #92CCF0;
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:focus .drop-menu-button-img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:focus img.drop-down-menu-chevron {
    filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
  }
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:focus span.drop-menu-button-text {
    color: #0D1C3D;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:focus span.drop-menu-button-text {
    font-size: 16px;
  }
}

.pl-dropdown-menu-pattern-version:before {
  content: "4.5.1";
}

/* Autocomplete Search Pattern */
.autocomplete-search {
  width: 100%;
  clear: both;
}
.autocomplete-search .autocomplete-search__manual,
.autocomplete-search .autocomplete-search__manual-search {
  display: none;
}
.autocomplete-search .autocomplete-search__form.-auto-width {
  min-width: auto;
  width: auto;
}
.autocomplete-search .autocomplete-search__form.-auto-width .autocomplete-search__submit {
  float: left;
}
.autocomplete-search .autocomplete-search__label {
  display: block;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
  color: #0D1C3D;
}
.autocomplete-search .autocomplete-search__combobox {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__combobox {
    float: left;
    width: calc(100% - 151px);
  }
}
.autocomplete-search .autocomplete-search__input {
  line-height: 28px;
  width: 100%;
  height: 48px;
  border: 1px solid #878F9B;
  padding-top: 10px;
  padding-right: 46px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #0D1C3D;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.autocomplete-search .autocomplete-search__input::-webkit-search-decoration, .autocomplete-search .autocomplete-search__input::-webkit-search-cancel-button, .autocomplete-search .autocomplete-search__input::-webkit-search-results-button, .autocomplete-search .autocomplete-search__input::-webkit-search-results-decoration {
  display: none;
}
.autocomplete-search .autocomplete-search__input::-moz-placeholder {
  color: #677083;
  opacity: 1;
}

.autocomplete-search .autocomplete-search__input::-webkit-input-placeholder {
  color: #677083;
  opacity: 1;
}

.autocomplete-search .autocomplete-search__input:-ms-input-placeholder {
  color: #677083;
  opacity: 1;
}

.autocomplete-search .autocomplete-search__input[type=search] {
  box-sizing: inherit;
}
.autocomplete-search .autocomplete-search__input[aria-expanded=true] {
  border: 2px solid #0078B3;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__input {
    line-height: 33px;
    padding-right: 40px;
    padding-left: 15px;
  }
}
.autocomplete-search .autocomplete-search__input:focus-visible {
  outline: none;
}
.autocomplete-search .autocomplete-search__input__container .focus-input {
  position: absolute;
  border-radius: 4px;
  display: block;
  height: 58px;
  bottom: -5px;
  border: 1px solid white;
  left: -5px;
}
.autocomplete-search .autocomplete-search__heading {
  color: #000000;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 4px;
  padding-left: 16px;
  float: left;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search .autocomplete-search__heading {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__heading {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.autocomplete-search .active-input:focus-visible {
  border: 2px solid #0078B3;
}
.autocomplete-search .autocomplete-search__listbox {
  position: relative;
  width: 100%;
  background: white;
  border-right: 1px solid #D3D6DC;
  border-bottom: 1px solid #D3D6DC;
  border-left: 1px solid #D3D6DC;
}
.autocomplete-search .autocomplete-search__listbox.-arrow-event .autocomplete-search__link:focus {
  outline: 0;
}
.autocomplete-search .autocomplete-search__listbox.-toggle-border {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__listbox {
    top: 61px;
    position: absolute;
    z-index: 1;
    padding: 0;
  }
}
.autocomplete-search .autocomplete-search__listbox.-hidden {
  display: none;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__list {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Gotham 5r";
  position: relative;
  margin: 0;
  padding: 12px 0;
  clear: both;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-book, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.\--book {
  font-family: "Gotham 4r";
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-light, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.\--light {
  font-family: "Gotham 3r";
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-medium, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.\--medium {
  font-family: "Gotham 5r";
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-bold, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result {
    line-height: 21px;
  }
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result .-typed {
  font-family: "Gotham 4r";
  text-transform: capitalize;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
  height: 24px;
  margin: -1px 9px 0px 16px;
  filter: brightness(82.1%) saturate(100%) invert(15%) sepia(85%) saturate(1723%) hue-rotate(166deg) brightness(95%) contrast(102%);
}
@media screen and (min-width: 768px) {
  .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
    margin-left: 15px;
  }
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-no-icon {
  padding-left: 10px;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-no-icon {
    padding-left: 15px;
  }
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link {
  display: flex;
  align-items: flex-start;
  padding: 12px 0px;
  font-family: "Gotham 4r";
  text-transform: capitalize;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a {
  color: #0078B3;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a:hover {
  color: white;
  background-color: #003B71;
  transform: translateZ(0);
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a:hover [class^=icon-] {
  filter: brightness(0) invert(1);
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a.focused, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a:focus-visible {
  outline: auto;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover {
  color: white;
  background-color: #003B71;
  transform: translateZ(0);
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover [class^=icon-] {
  filter: brightness(0) invert(1);
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover a {
  color: white;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover [class^=icon-] {
  color: white;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:focus-visible, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:focus, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.focused {
  width: fit-content;
  outline: auto;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:focus-visible:hover, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:focus:hover, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.focused:hover {
  width: 100%;
  outline: none;
}
@-moz-document url-prefix() {
  .autocomplete-search .autocomplete-search__submit:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
@supports (position: -ms-page) {
  .autocomplete-search .autocomplete-search__submit:focus {
    outline: 1px dotted #0D1C3D;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__submit {
    float: right;
    position: relative;
    margin-left: -2px;
    min-width: 0;
    width: 97px;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.autocomplete-search .autocomplete-search__submit [class^=icon-] {
  position: relative;
  top: -2px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 1.3rem;
}
.autocomplete-search .autocomplete-search__submit .search-icon {
  filter: brightness(0) invert(1);
  margin: 0 4px 0 0;
  width: 1.3rem;
  padding: 0;
}
.autocomplete-search .clear-input-button {
  top: 30%;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search .clear-input-button {
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .autocomplete-search .clear-input-button {
    right: 14px;
    padding-right: 0px;
  }
}
.autocomplete-search .autocomplete-search__close {
  position: absolute;
  bottom: 68px;
  right: 4px;
  color: white;
  padding: 0px;
  width: 44px;
  height: 44px;
  appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  font-size: 0;
  display: inline-block;
  min-width: 44px;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__close {
    width: 14px;
    height: auto;
    position: inherit;
    padding: 0px 0px;
    bottom: 0;
    right: 0;
  }
}
.autocomplete-search .autocomplete-search__close__icon {
  width: 14px;
  height: auto;
  padding: 0px 0px;
}
.autocomplete-search *::-ms-backdrop,
.autocomplete-search .autocomplete-search__input:focus {
  outline: 1px dotted #0D1C3D;
}
.autocomplete-search *::-ms-backdrop,
.autocomplete-search .autocomplete-search__input:focus {
  outline: 1px dotted #0D1C3D;
}
.autocomplete-search-version:before {
  content: "autocomplete-search-pattern v1.0.0";
}
.autocomplete-search.-ds2 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.autocomplete-search.-ds2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  width: 100%;
  height: 120px;
  background-color: #003B71;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 {
    padding-bottom: 0px;
    height: 120px;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 {
    float: left;
    padding-top: 21px;
    padding-bottom: 21px;
    background: #0D1C3D;
  }
  .autocomplete-search.-ds2:before {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__close {
    margin-left: 32px;
    font-size: 14px;
    width: 60px;
    min-width: auto;
    white-space: normal;
  }
  .autocomplete-search.-ds2 .autocomplete-search__close:hover, .autocomplete-search.-ds2 .autocomplete-search__close:focus-visible {
    text-decoration: underline;
    border-radius: 0;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__close:focus-visible {
    border-radius: 4px;
    padding: 0px;
  }
}
.autocomplete-search.-ds2 .autocomplete-search__logo {
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
  margin-right: 125px;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__logo {
    display: none;
  }
}
.autocomplete-search.-ds2 .autocomplete-search__form {
  margin-top: 36px;
  position: relative;
  margin-right: 16px;
  margin-left: 16px;
  display: flex;
  /* align-content: space-around; */
  align-items: center;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__form {
    display: flex;
    float: none;
    margin: 0 auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 85rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .container--ds2 {
    margin: auto -16px;
    position: absolute;
    width: 100vw;
    padding: 0px;
    top: 48px;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__combobox {
    width: 100%;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__combobox {
    width: calc(100% - 165px);
  }
  .autocomplete-search.-ds2 .autocomplete-search__combobox .container {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__listbox {
    position: relative;
    top: 16px;
    border: none;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__listbox {
    border-radius: 4px;
    border: transparent;
    margin: 0px;
    padding: 0px;
  }
}
.autocomplete-search.-ds2 .autocomplete-search__input {
  line-height: 28px;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__input {
    height: 48px;
    color: #0D1C3D;
    background-color: white;
    padding-left: 12px;
    border-radius: 4px;
  }
}
.autocomplete-search.-ds2 .autocomplete-search__submit {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 97px;
  height: 36px;
  margin-left: 17px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid white;
  color: #FFFFFF;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__submit {
    margin-left: 16px;
    font-size: 13px;
  }
  .autocomplete-search.-ds2 .autocomplete-search__submit:hover, .autocomplete-search.-ds2 .autocomplete-search__submit:focus-visible {
    background-color: #90CEF1;
    border: 1px solid #90CEF1;
    color: #003B71;
  }
  .autocomplete-search.-ds2 .autocomplete-search__submit:hover .search-icon, .autocomplete-search.-ds2 .autocomplete-search__submit:focus-visible .search-icon {
    filter: none;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__submit {
    width: 96px;
    height: 48px;
    font-size: 16px;
    border-radius: 24px;
    line-height: 24px;
    font-family: "Gotham 5r";
    padding-left: 19px;
  }
  .autocomplete-search.-ds2 .autocomplete-search__submit .search-icon {
    display: none;
  }
}
.autocomplete-search.-ds2.-exposed-search {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0D1C3D;
}
.autocomplete-search.-ds2.-exposed-search:before {
  display: none;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__top-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__form {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__combobox {
  width: 100%;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__heading {
  padding-top: 18px;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__listbox {
  border-radius: 4px;
  top: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2.-exposed-search .autocomplete-search__listbox {
    margin-top: 22px;
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.09);
  }
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__listbox .autocomplete-search__result {
  padding-right: 12px;
}
.autocomplete-search.-ds2.-exposed-search .container--ds2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
}

.sg-spacing .autocomplete-search__form {
  margin-bottom: 20px;
}
.sg-spacing .autocomplete-search__submit.button {
  margin-bottom: 0;
}

.pl-autocomplete-search-pattern-version:before {
  content: "2.6.7";
}

/* Developer: Luz */
/* Last updated: 2/28/2023 */
/* Modal header inner styles - combination base and AEM modal */
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header .modal-title,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header .modal-title, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header .modal-title, .modal-pattern[data-ds-version="1"] .modal-inner .modal-header .modal-title, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header .modal-title, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header .modal-title {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header .modal-title,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header .modal-title, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header .modal-title, .modal-pattern[data-ds-version="1"] .modal-inner .modal-header .modal-title, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header .modal-title, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header .modal-title {
    text-align: left;
  }
}

.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header, .modal-pattern[data-ds-version="1"] .modal-inner .modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header {
  display: flex;
  align-items: left;
  border-radius: 8px 8px 0 0;
  margin: 0;
  min-height: auto;
  line-height: 24px;
  padding: 24px 24px 16px;
  justify-content: space-between;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .-left.modal-header,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .-left.modal-header, .modal-pattern[data-ds-theme=vessel] .modal-inner .-left.modal-header, .modal-pattern[data-ds-version="1"] .modal-inner .-left.modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .-left.modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .-left.modal-header {
  justify-content: flex-start;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .-center.modal-header,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .-center.modal-header, .modal-pattern[data-ds-theme=vessel] .modal-inner .-center.modal-header, .modal-pattern[data-ds-version="1"] .modal-inner .-center.modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .-center.modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .-center.modal-header {
  justify-content: center;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .-right.modal-header,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .-right.modal-header, .modal-pattern[data-ds-theme=vessel] .modal-inner .-right.modal-header, .modal-pattern[data-ds-version="1"] .modal-inner .-right.modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .-right.modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .-right.modal-header {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header, .modal-pattern[data-ds-version="1"] .modal-inner .modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header {
    flex-direction: row-reverse;
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header .icon-md,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header .icon-md, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header .icon-md, .modal-pattern[data-ds-version="1"] .modal-inner .modal-header .icon-md, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header .icon-md, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header .icon-md, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header i[class^=icon],
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header i[class^=icon], .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header i[class^=icon], .modal-pattern[data-ds-version="1"] .modal-inner .modal-header i[class^=icon], .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header i[class^=icon], .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header i[class^=icon] {
  padding: 0;
  position: relative;
  float: left;
  font-size: 28px;
  margin: 4px 5px 4px 0;
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header .icon-md,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header .icon-md, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header .icon-md, .modal-pattern[data-ds-version="1"] .modal-inner .modal-header .icon-md, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header .icon-md, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header .icon-md, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header i[class^=icon],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header i[class^=icon], .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header i[class^=icon], .modal-pattern[data-ds-version="1"] .modal-inner .modal-header i[class^=icon], .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header i[class^=icon], .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header i[class^=icon] {
    font-size: 1.25rem;
    margin: 0 5px 0 0;
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header .modal-title,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header .modal-title, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header .modal-title, .modal-pattern[data-ds-version="1"] .modal-inner .modal-header .modal-title, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header .modal-title, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header .modal-title {
  display: block;
  margin: 0;
  padding: 0;
  max-width: calc(100% - 40px);
}

/* Button container base styles modal1.5 */
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
}
@-moz-document url-prefix() {
  @media screen and (max-width: 767px) {
    .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons,
    .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons {
      margin-bottom: 40px;
    }
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons {
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .-left.modal-buttons,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .-left.modal-buttons, .modal-pattern[data-ds-theme=vessel] .modal-inner .-left.modal-buttons, .modal-pattern[data-ds-version="1"] .modal-inner .-left.modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .-left.modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .-left.modal-buttons {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .-center.modal-buttons,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .-center.modal-buttons, .modal-pattern[data-ds-theme=vessel] .modal-inner .-center.modal-buttons, .modal-pattern[data-ds-version="1"] .modal-inner .-center.modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .-center.modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .-center.modal-buttons {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .-right.modal-buttons .button:last-child, .modal-pattern[data-ds-version="1"] .modal-inner .-right.modal-buttons .button:last-child, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .-right.modal-buttons .button:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .-right.modal-buttons .button:nth-child(3), .modal-pattern[data-ds-version="1"] .modal-inner .-right.modal-buttons .button:nth-child(3), .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .-right.modal-buttons .button:nth-child(3) {
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .-right.modal-buttons,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .-right.modal-buttons, .modal-pattern[data-ds-theme=vessel] .modal-inner .-right.modal-buttons, .modal-pattern[data-ds-version="1"] .modal-inner .-right.modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .-right.modal-buttons, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .-right.modal-buttons {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons > div,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons > div, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons > div, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons > div, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons > div, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons > div {
    display: flex;
    flex-flow: column;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons .button,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons .button, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons .button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button {
  margin-bottom: 0;
}
@-moz-document url-prefix() {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button:focus, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button:focus, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button.-inverted, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button.-inverted, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button.-inverted, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button.modal-btn2, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button.modal-btn2, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button.modal-btn2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons .button,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons .button, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons .button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button {
    margin-left: 0;
  }
}
@media screen and (min-width: 1181px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons .button,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons .button, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons .button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button + .button, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button + .button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button + .button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons .button,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons .button, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons .button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button {
    width: auto;
    margin: 0 8px;
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button.-action, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button.-action, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button.-action {
  color: #0078B3;
  background-color: white;
  border-color: #0078B3;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button.-action.-inverted, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button.-action.-inverted, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button.-action.-inverted {
  color: white;
  background: #0078B3;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button.-action, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button.-action, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button.-action {
  order: 1;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button.-action.-inverted, .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button.-action.-inverted, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button.-action.-inverted {
  order: 3;
}

.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button, .modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=close], .modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=bar] .modal-container [class^=-close], .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button, .modal-pattern[data-ds-version="1"] .modal-inner > .-close, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button, .modal-pattern[data-ds-version="1"].modal-fullscreen[class*=close], .modal-pattern[data-ds-version="1"].modal-fullscreen[class*=bar] .modal-container [class^=-close], .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=close], .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container [class^=-close] {
  color: #0074AD;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  margin-right: 10px;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small::before, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button::before, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close::before, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small::before, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button::before, .modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=close]::before, .modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=bar] .modal-container [class^=-close]::before, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small::before, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button::before, .modal-pattern[data-ds-version="1"] .modal-inner > .-close::before, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small::before, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button::before, .modal-pattern[data-ds-version="1"].modal-fullscreen[class*=close]::before, .modal-pattern[data-ds-version="1"].modal-fullscreen[class*=bar] .modal-container [class^=-close]::before, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small::before, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button::before, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close::before, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small::before, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button::before, .modal-pattern.modal-fullscreen[class*=close]:not([data-ds-theme][data-ds-variant][data-ds-version])::before, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container [class^=-close]::before {
  color: #003B71;
  height: 14px;
  width: 14px;
  font-size: 14px;
  margin: 4px 0;
}
@-moz-document url-prefix() {
  .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small:focus, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button:focus, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close:focus, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small:focus, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button:focus, .modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=close]:focus, .modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=bar] .modal-container [class^=-close]:focus, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small:focus, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button:focus, .modal-pattern[data-ds-version="1"] .modal-inner > .-close:focus, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small:focus, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button:focus, .modal-pattern[data-ds-version="1"].modal-fullscreen[class*=close]:focus, .modal-pattern[data-ds-version="1"].modal-fullscreen[class*=bar] .modal-container [class^=-close]:focus, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small:focus, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button:focus, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close:focus, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small:focus, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button:focus, .modal-pattern.modal-fullscreen[class*=close]:focus:not([data-ds-theme][data-ds-variant][data-ds-version]), .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container [class^=-close]:focus {
    outline: none;
    border: 1px dotted #0D1C3D;
    outline-offset: 0px;
  }
}

.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button, .modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=close], .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button, .modal-pattern[data-ds-version="1"] .modal-inner > .-close, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button, .modal-pattern[data-ds-version="1"].modal-fullscreen[class*=close], .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=close] {
  padding: 10px;
  right: 6px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button, .modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=close], .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button, .modal-pattern[data-ds-version="1"] .modal-inner > .-close, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button, .modal-pattern[data-ds-version="1"].modal-fullscreen[class*=close], .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=close] {
    padding: 8px 20px;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .kp-modal-disable-scroll, .kp-header-disable-scroll {
    overflow: hidden;
  }
}

.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container {
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container {
    padding: 28px;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner {
  overflow: auto;
  max-height: 100%;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
  grid-column: span 6;
}
@media (width >= 600px) and (width <= 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
    grid-column: 2/6;
  }
}
@media (width >= 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
    grid-column: 5/9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
    grid-column: 4/10;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-6 {
  grid-column: span 6;
}
@media (width >= 600px) and (width <= 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-6 {
    grid-column: 2/6;
  }
}
@media (width >= 768px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-6 {
    grid-column: 4/10;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-8 {
  grid-column: span 6;
}
@media (width >= 600px) and (width <= 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-8 {
    grid-column: 2/6;
  }
}
@media (width >= 768px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-container .modal-inner.columns-8 {
    grid-column: 3/11;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen {
  height: 100%;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container .modal-inner {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container [class^=-close] {
  font-size: 14px;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container [class^=-close] img {
  margin: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  align-items: center;
  background: transparent;
  border: transparent;
  display: flex;
  flex-direction: column;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small.\--book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small.\--light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small.\--medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small.\--bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button.\--bold {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--small img, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .-close--button img {
  margin: 4px 0;
  height: 14px;
  width: 14px;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_kp-blue .modal-container::before {
  content: "";
  display: block;
  height: 10px;
  background-color: #0078B3;
  border-radius: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container {
  padding: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.modal-showing .modal-fade-screen {
  opacity: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-showing {
  display: block;
  max-height: 100%;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-showing .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-showing .modal-fade-screen {
    overflow: hidden;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon {
  min-width: 40px;
  display: block;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon i, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon i {
  font-size: 30px;
  margin-top: 3px;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon img, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 42px;
  left: 13px;
}
@media screen and (min-width: 768px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon {
    width: 40px;
    margin-right: 20px;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon i, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon i {
    font-size: 40px;
    margin-top: 5px;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon img, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon img {
    width: 48px;
    height: 48px;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-actions, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-actions {
    font-size: 16px;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-actions label, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-actions label {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-actions label, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-actions label {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .modal-content-inner, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .modal-content-inner {
  display: flex;
  flex-direction: column;
  vertical-align: top;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .content-fragment-container, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .content-fragment-container {
  display: inline-flex;
  width: 80%;
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .content-fragment-container, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .content-fragment-container {
    width: 85%;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .content-fragment-container, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]):not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .content-fragment-container {
    width: 90%;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner {
  background: white;
  z-index: 999999;
  transform: translate3d(0, 0, 0);
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin: 0 auto auto;
  padding: 0;
  height: auto;
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner {
    max-width: 998px;
    width: auto;
    overflow: visible;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 325;
  margin: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner p.\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  align-items: center;
  background: transparent;
  border: transparent;
  display: flex;
  flex-direction: column;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small.\--book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small.\--light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small.\--medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small.\--bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button.\--bold {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small img, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--button img {
  margin: 4px 0;
  height: 14px;
  width: 14px;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close::before {
  display: none;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header {
  flex-direction: row-reverse;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content {
  padding: 0 24px 24px;
  color: #0D1C3D;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content {
    font-size: 1rem;
    line-height: 24px;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes {
  align-items: center;
  display: flex;
  padding: 0;
  margin: 24px 0 32px;
  max-width: 1280px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes.\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes input {
  margin-right: 0.5rem !important;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0; /* Removing margin */
  font-weight: 325;
  font-family: "Gotham 4r", sans-serif;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label.\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label::before {
  width: 18px;
  height: 18px;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-checkboxes label span::before {
  top: 3px;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-content-body {
  display: flex;
  margin: 0 !important;
  flex-direction: column;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-content-body:has(.modal-icon) {
  flex-direction: row;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-content-body.with-icon {
  flex-direction: row;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-actions {
  margin: 0;
}
@media screen and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-actions .modal-checkboxes + .modal-buttons {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-actions .modal-checkboxes + .modal-buttons {
    margin-top: 0;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-icon {
  display: inline-flex;
  margin: 0 16px 0 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-icon + .content-fragment-container {
  display: inline-flex;
  width: 80%;
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-icon + .content-fragment-container {
    width: 85%;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-content .modal-icon + .content-fragment-container {
    width: 90%;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-buttons .button {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .-left.modal-buttons {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .button-container .button {
    width: 100%;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-actions .modal-checkboxes {
  max-width: 1280px;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .check-box {
  z-index: 1;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-container {
  height: 100vh;
  position: relative;
  margin: 0 auto;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-container.modal-container-ios {
  height: var(--ios-height);
}
@media screen and (min-width: 768px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-container {
    padding: 0 1rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-container {
    margin-right: 0;
    margin-left: 0;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-container {
    z-index: 999999;
    padding: 0;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-fade-screen {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
}
@media print {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-header {
    background-color: transparent;
    border-color: transparent;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner > .-close--small {
    display: none;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .modal-inner .modal-fade-screen {
    background-color: #ffffff;
  }
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]) .-close--small {
    display: none;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] {
  max-height: 64px;
  align-self: flex-end;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: bold;
  color: #0074AD;
}
@media screen and (min-width: 768px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] {
    align-self: auto;
    margin-bottom: 0;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-book, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--book {
  font-family: "Gotham 4r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-light, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--light {
  font-family: "Gotham 3r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-medium, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-bold, .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--bold {
  font-family: "Gotham 5r";
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] img,
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] svg,
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] i {
  width: 14px;
  height: 14px;
  filter: invert(37%) sepia(94%) saturate(6620%) hue-rotate(182deg) brightness(89%) contrast(101%);
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close]:hover img {
  filter: none;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-pattern .modal-container div.modal-inner .button {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container [class^=-close] {
    padding: 15px 20px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container [class^=-close] {
    padding: 10px;
    right: 6px;
  }
}
@media screen and (min-width: 1281px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container [class^=-close] {
    right: calc(38px - 20px);
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container [class^=-close] {
    right: calc(35px - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container [class^=-close] {
    right: calc(28px - 20px);
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container [class^=-close] {
    right: calc(16px - 10px);
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_blue-5 .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F2F8FB;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_blue-10 .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #E6F2F7;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_blue-extra-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #002343;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_blue-light .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #92CCF0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_blue-xlight .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F0F7FA;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_black .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #000000;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_gray-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #58616B;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_gray .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #ECEDEF;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_green-regular .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #33A437;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_red .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #D00000;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_transparent-black-light .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_transparent-black-regular .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_transparent-black-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_interactive-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #0078B3;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_contrast-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #0074AD;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_interactive-blue-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #003B71;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_kp-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #0078B3;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_inky-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #0D1C3D;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_dolphin .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #677083;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_dolphin-mid .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #A0A5B6;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_graphite-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #D3D6DC;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_graphite .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #E9EBEE;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_graphite-light .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F4F5F6;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_pebble .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F7F7F7;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_midnight .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #003B71;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_sky .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #90CEF1;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_moss .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #4A7628;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_grass .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #57A635;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_leaf .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #A4D751;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_burnt-sienna .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #D1480C;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_tiger-lily .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F36C0D;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_tangerine .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #FEC941;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_ocean .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #066564;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_aqua .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #20A29E;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_robin-egg .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #7BD3CF;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_acai .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #BB1654;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_fuchsia .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F05674;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_rose .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #FFA4B4;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_plum .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #583985;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_lilac .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #846EAD;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_lavender .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #B2A8D2;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_deep-red .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #B63125;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_deep-chalk .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #585858;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_mid-chalk .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #666;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_light-chalk .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #D8D1CA;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_mid-aqua .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #CEECFD;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_light-aqua .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #E9F7FE;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_pale-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F0F7FA;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_motion-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #94DFFF;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_white .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #ffffff;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_dolphin-light .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #B3B6C5;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.bar_slate .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #878F9B;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen.modal-showing .modal-fade-screen {
  opacity: 0;
  visibility: hidden;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container {
  inset: 0;
  width: 100%;
  background: white;
  z-index: 99;
  max-width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner {
  height: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner {
    padding-bottom: 90px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1180px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner {
    width: 100%;
    max-width: 100%;
    background: white;
    margin: 0;
    overflow: auto none;
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
    left: 0;
    right: 0;
    max-height: 100%;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons {
  position: relative;
  left: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons input[type=checkbox] + label {
  order: 1;
  flex: 1 auto;
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons input[type=checkbox] + label {
    flex: 1;
    margin-bottom: 15px;
    float: left;
    display: block;
    width: 57.35098%;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-buttons .button {
    width: 100%;
    margin-bottom: 16px;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-content {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-content .modal-checkboxes {
  margin: 12px 0 40px;
}
@media screen and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-content .modal-checkboxes {
    margin: 12px 0 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-content .modal-checkboxes {
    margin: 12px 0 36px;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-content .scrollbox {
  min-height: 60px;
  display: flex;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-content .scrollbox .scrollbox_content {
  min-height: 0;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .modal-header .modal-title {
  max-width: calc(100% - 80px);
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen .modal-container .modal-inner .check-box {
  z-index: 1;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container [class^=-close] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 8px 20px;
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container .modal-inner::before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container .modal-inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container .modal-inner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] .modal-container .modal-inner {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] [class^=-close] {
  font-size: 14px;
}
@media screen and (min-width: 1281px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] [class^=-close] {
    right: calc(38px - 20px);
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] [class^=-close] {
    right: calc(35px - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] [class^=-close] {
    top: calc(40px - 15px);
    right: calc(28px - 20px);
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern:not([data-ds-theme][data-ds-variant][data-ds-version]).modal-fullscreen[class*=bar] [class^=-close] {
    top: calc(20px - 10px);
    right: calc(16px - 10px);
  }
}

.modal-pattern[data-ds-version="1"] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container {
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container {
    padding: 28px;
  }
}
.modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner {
  overflow: auto;
  max-height: 100%;
}
.modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
  grid-column: span 6;
}
@media (width >= 600px) and (width <= 767px) {
  .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
    grid-column: 2/6;
  }
}
@media (width >= 767px) {
  .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
    grid-column: 5/9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
    grid-column: 4/10;
  }
}
.modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-6 {
  grid-column: span 6;
}
@media (width >= 600px) and (width <= 767px) {
  .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-6 {
    grid-column: 2/6;
  }
}
@media (width >= 768px) {
  .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-6 {
    grid-column: 4/10;
  }
}
.modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-8 {
  grid-column: span 6;
}
@media (width >= 600px) and (width <= 767px) {
  .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-8 {
    grid-column: 2/6;
  }
}
@media (width >= 768px) {
  .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-container .modal-inner.columns-8 {
    grid-column: 3/11;
  }
}
.modal-pattern[data-ds-version="1"].modal-fullscreen {
  height: 100%;
}
.modal-pattern[data-ds-version="1"].modal-fullscreen[class*=bar] .modal-container .modal-inner {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.modal-pattern[data-ds-version="1"].modal-fullscreen[class*=bar] .modal-container [class^=-close] {
  font-size: 14px;
}
.modal-pattern[data-ds-version="1"].modal-fullscreen[class*=bar] .modal-container [class^=-close] img {
  margin: 0;
}
.modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  align-items: center;
  background: transparent;
  border: transparent;
  display: flex;
  flex-direction: column;
}
.modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small.-book, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small.\--book, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button.-book, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small.-light, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small.\--light, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button.-light, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small.-medium, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small.\--medium, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button.-medium, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small.-bold, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small.\--bold, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button.-bold, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button.\--bold {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"].modal-fullscreen .-close--small img, .modal-pattern[data-ds-version="1"].modal-fullscreen .-close--button img {
  margin: 4px 0;
  height: 14px;
  width: 14px;
}
.modal-pattern[data-ds-version="1"].modal-fullscreen.bar_kp-blue .modal-container::before {
  content: "";
  display: block;
  height: 10px;
  background-color: #0078B3;
  border-radius: 0;
}
.modal-pattern[data-ds-version="1"].modal-fullscreen .modal-container {
  padding: 0;
}
.modal-pattern[data-ds-version="1"].modal-fullscreen.modal-showing .modal-fade-screen {
  opacity: 0;
}
.modal-pattern[data-ds-version="1"].modal-showing {
  display: block;
  max-height: 100%;
}
.modal-pattern[data-ds-version="1"].modal-showing .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-version="1"].modal-showing .modal-fade-screen {
    overflow: hidden;
  }
}
.modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon {
  min-width: 40px;
  display: block;
}
.modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon i, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon i {
  font-size: 30px;
  margin-top: 3px;
}
.modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon img, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 42px;
  left: 13px;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon {
    width: 40px;
    margin-right: 20px;
  }
  .modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon i, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon i {
    font-size: 40px;
    margin-top: 5px;
  }
  .modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon img, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon img {
    width: 48px;
    height: 48px;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-actions, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-actions {
    font-size: 16px;
  }
}
.modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-actions label, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-actions label {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-actions label, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-actions label {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }
}
.modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .modal-content-inner, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .modal-content-inner {
  display: flex;
  flex-direction: column;
  vertical-align: top;
}
.modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .content-fragment-container, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .content-fragment-container {
  display: inline-flex;
  width: 80%;
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .content-fragment-container, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .content-fragment-container {
    width: 85%;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .content-fragment-container, .modal-pattern[data-ds-version="1"]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .content-fragment-container {
    width: 90%;
  }
}
.modal-pattern[data-ds-version="1"] .modal-inner {
  background: white;
  z-index: 999999;
  transform: translate3d(0, 0, 0);
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin: 0 auto auto;
  padding: 0;
  height: auto;
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner {
    max-width: 998px;
    width: auto;
    overflow: visible;
  }
}
.modal-pattern[data-ds-version="1"] .modal-inner p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 325;
  margin: 0;
}
.modal-pattern[data-ds-version="1"] .modal-inner p.-book, .modal-pattern[data-ds-version="1"] .modal-inner p.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-version="1"] .modal-inner p.-light, .modal-pattern[data-ds-version="1"] .modal-inner p.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-version="1"] .modal-inner p.-medium, .modal-pattern[data-ds-version="1"] .modal-inner p.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"] .modal-inner p.-bold, .modal-pattern[data-ds-version="1"] .modal-inner p.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner p {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .modal-pattern[data-ds-version="1"] .modal-inner p.-book, .modal-pattern[data-ds-version="1"] .modal-inner p.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner p.-light, .modal-pattern[data-ds-version="1"] .modal-inner p.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner p.-medium, .modal-pattern[data-ds-version="1"] .modal-inner p.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner p.-bold, .modal-pattern[data-ds-version="1"] .modal-inner p.\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern[data-ds-version="1"] .modal-inner > .-close--small, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  align-items: center;
  background: transparent;
  border: transparent;
  display: flex;
  flex-direction: column;
}
.modal-pattern[data-ds-version="1"] .modal-inner > .-close--small.-book, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small.\--book, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button.-book, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-version="1"] .modal-inner > .-close--small.-light, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small.\--light, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button.-light, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-version="1"] .modal-inner > .-close--small.-medium, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small.\--medium, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button.-medium, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"] .modal-inner > .-close--small.-bold, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small.\--bold, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button.-bold, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button.\--bold {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"] .modal-inner > .-close--small img, .modal-pattern[data-ds-version="1"] .modal-inner > .-close--button img {
  margin: 4px 0;
  height: 14px;
  width: 14px;
}
.modal-pattern[data-ds-version="1"] .modal-inner > .-close::before {
  display: none;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-header {
  flex-direction: row-reverse;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content {
  padding: 0 24px 24px;
  color: #0D1C3D;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content.-book, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content.-light, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content.-medium, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content.-bold, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.-book, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.-light, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.-medium, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.-bold, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content {
    font-size: 1rem;
    line-height: 24px;
  }
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes {
  align-items: center;
  display: flex;
  padding: 0;
  margin: 24px 0 32px;
  max-width: 1280px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.-book, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.-light, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.-medium, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.-bold, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.-book, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.-light, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.-medium, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.-bold, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes.\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes input {
  margin-right: 0.5rem !important;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0; /* Removing margin */
  font-weight: 325;
  font-family: "Gotham 4r", sans-serif;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.-book, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.-light, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.-medium, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.-bold, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.-book, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.-light, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.-medium, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.-bold, .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label.\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label::before {
  width: 18px;
  height: 18px;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-checkboxes label span::before {
  top: 3px;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-content-body {
  display: flex;
  margin: 0 !important;
  flex-direction: column;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-content-body:has(.modal-icon) {
  flex-direction: row;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-content-body.with-icon {
  flex-direction: row;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-actions {
  margin: 0;
}
@media screen and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-actions .modal-checkboxes + .modal-buttons {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-actions .modal-checkboxes + .modal-buttons {
    margin-top: 0;
  }
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-icon {
  display: inline-flex;
  margin: 0 16px 0 0;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-icon + .content-fragment-container {
  display: inline-flex;
  width: 80%;
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-icon + .content-fragment-container {
    width: 85%;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content .modal-icon + .content-fragment-container {
    width: 90%;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-buttons .button {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .-left.modal-buttons {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .button-container .button {
    width: 100%;
  }
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-actions .modal-checkboxes {
  max-width: 1280px;
}
.modal-pattern[data-ds-version="1"] .modal-inner .check-box {
  z-index: 1;
}
.modal-pattern[data-ds-version="1"] .modal-container {
  height: 100vh;
  position: relative;
  margin: 0 auto;
}
.modal-pattern[data-ds-version="1"] .modal-container.modal-container-ios {
  height: var(--ios-height);
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-version="1"] .modal-container {
    padding: 0 1rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .modal-pattern[data-ds-version="1"] .modal-container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"] .modal-container {
    margin-right: 0;
    margin-left: 0;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"] .modal-container {
    z-index: 999999;
    padding: 0;
  }
}
.modal-pattern[data-ds-version="1"] .modal-fade-screen {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
}
@media print {
  .modal-pattern[data-ds-version="1"] .modal-inner {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-header {
    background-color: transparent;
    border-color: transparent;
  }
  .modal-pattern[data-ds-version="1"] .modal-inner > .-close--small {
    display: none;
  }
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-fade-screen {
    background-color: #ffffff;
  }
  .modal-pattern[data-ds-version="1"] .-close--small {
    display: none;
  }
}
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] {
  max-height: 64px;
  align-self: flex-end;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: bold;
  color: #0074AD;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] {
    align-self: auto;
    margin-bottom: 0;
  }
}
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-book, .modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-light, .modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-medium, .modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-bold, .modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--bold {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] img,
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] svg,
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] i {
  width: 14px;
  height: 14px;
  filter: invert(37%) sepia(94%) saturate(6620%) hue-rotate(182deg) brightness(89%) contrast(101%);
}
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close]:hover img {
  filter: none;
}
.modal-pattern[data-ds-version="1"].modal-pattern .modal-container div.modal-inner .button {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-pattern[data-ds-version="1"] .modal-inner .modal-content {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content {
    padding-left: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-inner .modal-content {
    padding-right: 48px;
  }
}
.modal-pattern[data-ds-version="1"] .modal-content .scrollbox {
  border-color: #E9EBEE;
  margin: 0;
}
@media screen and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child) {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: -0.01em;
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).-book, .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).-light, .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).-medium, .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).-bold, .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (max-width: 1151px) and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child) {
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).-book, .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).-light, .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).-medium, .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).-bold, .modal-pattern[data-ds-version="1"] .modal-content .scrollbox h3:not(:first-child).\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern[data-ds-version="1"] .modal-buttons .button {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-version="1"] .modal-buttons .button {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-version="1"] .modal-buttons .button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1152px) {
  .modal-pattern[data-ds-version="1"] .modal-buttons .button {
    margin-bottom: 12px;
  }
}
.modal-pattern[data-ds-version="1"] .modal-checkboxes {
  margin: 12px 0 40px;
}
.modal-pattern[data-ds-version="1"] .modal-inner {
  width: 100%;
  max-width: 100%;
  background: white;
  margin: 0;
  overflow: auto none;
  -webkit-overflow-scrolling: touch;
}

.modal-pattern[data-ds-theme=vessel] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  display: none;
}
.modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container {
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container {
    padding: 28px;
  }
}
.modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner {
  overflow: auto;
  max-height: 100%;
}
.modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
  grid-column: span 6;
}
@media (width >= 600px) and (width <= 767px) {
  .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
    grid-column: 2/6;
  }
}
@media (width >= 767px) {
  .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
    grid-column: 5/9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-4 {
    grid-column: 4/10;
  }
}
.modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-6 {
  grid-column: span 6;
}
@media (width >= 600px) and (width <= 767px) {
  .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-6 {
    grid-column: 2/6;
  }
}
@media (width >= 768px) {
  .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-6 {
    grid-column: 4/10;
  }
}
.modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-8 {
  grid-column: span 6;
}
@media (width >= 600px) and (width <= 767px) {
  .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-8 {
    grid-column: 2/6;
  }
}
@media (width >= 768px) {
  .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-container .modal-inner.columns-8 {
    grid-column: 3/11;
  }
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen {
  height: 100%;
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=bar] .modal-container .modal-inner {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=bar] .modal-container [class^=-close] {
  font-size: 14px;
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen[class*=bar] .modal-container [class^=-close] img {
  margin: 0;
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  align-items: center;
  background: transparent;
  border: transparent;
  display: flex;
  flex-direction: column;
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small.-book, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small.\--book, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button.-book, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small.-light, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small.\--light, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button.-light, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small.-medium, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small.\--medium, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button.-medium, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small.-bold, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small.\--bold, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button.-bold, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button.\--bold {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--small img, .modal-pattern[data-ds-theme=vessel].modal-fullscreen .-close--button img {
  margin: 4px 0;
  height: 14px;
  width: 14px;
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen.bar_kp-blue .modal-container::before {
  content: "";
  display: block;
  height: 10px;
  background-color: #0078B3;
  border-radius: 0;
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen .modal-container {
  padding: 0;
}
.modal-pattern[data-ds-theme=vessel].modal-fullscreen.modal-showing .modal-fade-screen {
  opacity: 0;
}
.modal-pattern[data-ds-theme=vessel].modal-showing {
  display: block;
  max-height: 100%;
}
.modal-pattern[data-ds-theme=vessel].modal-showing .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel].modal-showing .modal-fade-screen {
    overflow: hidden;
  }
}
.modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon {
  min-width: 40px;
  display: block;
}
.modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon i, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon i {
  font-size: 30px;
  margin-top: 3px;
}
.modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon img, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 42px;
  left: 13px;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon {
    width: 40px;
    margin-right: 20px;
  }
  .modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon i, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon i {
    font-size: 40px;
    margin-top: 5px;
  }
  .modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-header .modal-icon img, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-header .modal-icon img {
    width: 48px;
    height: 48px;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-actions, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-actions {
    font-size: 16px;
  }
}
.modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-actions label, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-actions label {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-actions label, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-actions label {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }
}
.modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .modal-content-inner, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .modal-content-inner {
  display: flex;
  flex-direction: column;
  vertical-align: top;
}
.modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .content-fragment-container, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .content-fragment-container {
  display: inline-flex;
  width: 80%;
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .content-fragment-container, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .content-fragment-container {
    width: 85%;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel].modal-icons-enabled:not(.modal-fullscreen) .modal-content .modal-icon + .content-fragment-container, .modal-pattern[data-ds-theme=vessel]:not(.modal-fullscreen) .modal-icons-enabled .modal-content .modal-icon + .content-fragment-container {
    width: 90%;
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner {
  background: white;
  z-index: 999999;
  transform: translate3d(0, 0, 0);
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin: 0 auto auto;
  padding: 0;
  height: auto;
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner {
    max-width: 998px;
    width: auto;
    overflow: visible;
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 325;
  margin: 0;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner p.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner p.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner p.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner p.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner p.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner p.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner p.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner p.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner p {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner p.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner p.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner p.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner p.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner p.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner p.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner p.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner p.\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  align-items: center;
  background: transparent;
  border: transparent;
  display: flex;
  flex-direction: column;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small.\--book, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small.\--light, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small.\--medium, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small.\--bold, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button.\--bold {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small img, .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--button img {
  margin: 4px 0;
  height: 14px;
  width: 14px;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner > .-close::before {
  display: none;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header {
  flex-direction: row-reverse;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content {
  padding: 0 24px 24px;
  color: #0D1C3D;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content {
    font-size: 1rem;
    line-height: 24px;
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes {
  align-items: center;
  display: flex;
  padding: 0;
  margin: 24px 0 32px;
  max-width: 1280px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes.\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes input {
  margin-right: 0.5rem !important;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0; /* Removing margin */
  font-weight: 325;
  font-family: "Gotham 4r", sans-serif;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.-book, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.-light, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.-medium, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.-bold, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label.\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label::before {
  width: 18px;
  height: 18px;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-checkboxes label span::before {
  top: 3px;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-content-body {
  display: flex;
  margin: 0 !important;
  flex-direction: column;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-content-body:has(.modal-icon) {
  flex-direction: row;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-content-body.with-icon {
  flex-direction: row;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-actions {
  margin: 0;
}
@media screen and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-actions .modal-checkboxes + .modal-buttons {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-actions .modal-checkboxes + .modal-buttons {
    margin-top: 0;
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-icon {
  display: inline-flex;
  margin: 0 16px 0 0;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-icon + .content-fragment-container {
  display: inline-flex;
  width: 80%;
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-icon + .content-fragment-container {
    width: 85%;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-content .modal-icon + .content-fragment-container {
    width: 90%;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .-left.modal-buttons {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .button-container .button {
    width: 100%;
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-actions .modal-checkboxes {
  max-width: 1280px;
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .check-box {
  z-index: 1;
}
.modal-pattern[data-ds-theme=vessel] .modal-container {
  height: 100vh;
  position: relative;
  margin: 0 auto;
}
.modal-pattern[data-ds-theme=vessel] .modal-container.modal-container-ios {
  height: var(--ios-height);
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel] .modal-container {
    padding: 0 1rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel] .modal-container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel] .modal-container {
    margin-right: 0;
    margin-left: 0;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel] .modal-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel] .modal-container {
    z-index: 999999;
    padding: 0;
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-fade-screen {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
}
@media print {
  .modal-pattern[data-ds-theme=vessel] .modal-inner {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-header {
    background-color: transparent;
    border-color: transparent;
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner > .-close--small {
    display: none;
  }
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-fade-screen {
    background-color: #ffffff;
  }
  .modal-pattern[data-ds-theme=vessel] .-close--small {
    display: none;
  }
}
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] {
  max-height: 64px;
  align-self: flex-end;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: bold;
  color: #0074AD;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] {
    align-self: auto;
    margin-bottom: 0;
  }
}
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-book, .modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--book {
  font-family: "Gotham 4r";
}
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-light, .modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--light {
  font-family: "Gotham 3r";
}
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-medium, .modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--medium {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].-bold, .modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close].\--bold {
  font-family: "Gotham 5r";
}
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] img,
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] svg,
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close] i {
  width: 14px;
  height: 14px;
  filter: invert(37%) sepia(94%) saturate(6620%) hue-rotate(182deg) brightness(89%) contrast(101%);
}
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner button.-close--small[class^=-close]:hover img {
  filter: none;
}
.modal-pattern[data-ds-theme=vessel].modal-pattern .modal-container div.modal-inner .button {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .-center.modal-header {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button + .button {
    margin-top: 0;
  }
}
.modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button + .button .modal-button:hover, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button + .button .modal-button:focus, .modal-pattern[data-ds-theme=vessel] .modal-inner .modal-buttons .button + .button .modal-button:active {
  text-decoration: none;
}
.modal-pattern[data-ds-theme=vessel] .-close::before, .modal-pattern[data-ds-theme=vessel] .-close--large::before, .modal-pattern[data-ds-theme=vessel] .-close--small::before {
  display: none;
}

.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen],
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container [class^=-close] {
    padding: 15px 20px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container [class^=-close] {
    padding: 10px;
    right: 6px;
  }
}
@media screen and (min-width: 1281px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container [class^=-close] {
    right: calc(38px - 20px);
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container [class^=-close] {
    right: calc(35px - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container [class^=-close] {
    right: calc(28px - 20px);
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container [class^=-close] {
    right: calc(16px - 10px);
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_blue-5 .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_blue-5 .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F2F8FB;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_blue-10 .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_blue-10 .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #E6F2F7;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_blue-extra-dark .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_blue-extra-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #002343;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_blue-light .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_blue-light .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #92CCF0;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_blue-xlight .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_blue-xlight .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F0F7FA;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_black .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_black .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #000000;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_gray-dark .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_gray-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #58616B;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_gray .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_gray .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #ECEDEF;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_green-regular .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_green-regular .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #33A437;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_red .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_red .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #D00000;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_transparent-black-light .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_transparent-black-light .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_transparent-black-regular .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_transparent-black-regular .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_transparent-black-dark .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_transparent-black-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_interactive-blue .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_interactive-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #0078B3;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_contrast-blue .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_contrast-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #0074AD;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_interactive-blue-dark .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_interactive-blue-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #003B71;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_kp-blue .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_kp-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #0078B3;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_inky-blue .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_inky-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #0D1C3D;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_dolphin .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_dolphin .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #677083;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_dolphin-mid .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_dolphin-mid .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #A0A5B6;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_graphite-dark .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_graphite-dark .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #D3D6DC;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_graphite .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_graphite .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #E9EBEE;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_graphite-light .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_graphite-light .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F4F5F6;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_pebble .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_pebble .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F7F7F7;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_midnight .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_midnight .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #003B71;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_sky .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_sky .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #90CEF1;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_moss .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_moss .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #4A7628;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_grass .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_grass .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #57A635;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_leaf .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_leaf .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #A4D751;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_burnt-sienna .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_burnt-sienna .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #D1480C;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_tiger-lily .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_tiger-lily .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F36C0D;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_tangerine .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_tangerine .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #FEC941;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_ocean .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_ocean .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #066564;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_aqua .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_aqua .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #20A29E;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_robin-egg .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_robin-egg .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #7BD3CF;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_acai .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_acai .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #BB1654;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_fuchsia .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_fuchsia .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F05674;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_rose .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_rose .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #FFA4B4;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_plum .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_plum .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #583985;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_lilac .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_lilac .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #846EAD;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_lavender .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_lavender .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #B2A8D2;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_deep-red .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_deep-red .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #B63125;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_deep-chalk .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_deep-chalk .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #585858;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_mid-chalk .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_mid-chalk .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #666;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_light-chalk .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_light-chalk .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #D8D1CA;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_mid-aqua .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_mid-aqua .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #CEECFD;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_light-aqua .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_light-aqua .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #E9F7FE;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_pale-blue .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_pale-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #F0F7FA;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_motion-blue .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_motion-blue .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #94DFFF;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_white .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_white .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #ffffff;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_dolphin-light .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_dolphin-light .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #B3B6C5;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].bar_slate .modal-container::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].bar_slate .modal-container::before {
  content: "";
  height: 13px;
  display: block;
  background: #878F9B;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen].modal-showing .modal-fade-screen,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar].modal-showing .modal-fade-screen {
  opacity: 0;
  visibility: hidden;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container {
  inset: 0;
  width: 100%;
  background: white;
  z-index: 99;
  max-width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner {
  height: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner {
    padding-bottom: 90px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1180px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner {
    width: 100%;
    max-width: 100%;
    background: white;
    margin: 0;
    overflow: auto none;
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
    left: 0;
    right: 0;
    max-height: 100%;
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons {
  position: relative;
  left: 0;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons input[type=checkbox] + label,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons input[type=checkbox] + label {
  order: 1;
  flex: 1 auto;
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons input[type=checkbox] + label,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons input[type=checkbox] + label {
    flex: 1;
    margin-bottom: 15px;
    float: left;
    display: block;
    width: 57.35098%;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-buttons .button,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-buttons .button {
    width: 100%;
    margin-bottom: 16px;
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-content,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-content {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-content .modal-checkboxes,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-content .modal-checkboxes {
  margin: 12px 0 40px;
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-content .modal-checkboxes,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-content .modal-checkboxes {
    margin: 12px 0 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-content .modal-checkboxes,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-content .modal-checkboxes {
    margin: 12px 0 36px;
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-content .scrollbox,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-content .scrollbox {
  min-height: 60px;
  display: flex;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-content .scrollbox .scrollbox_content,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-content .scrollbox .scrollbox_content {
  min-height: 0;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .modal-header .modal-title,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .modal-header .modal-title {
  max-width: calc(100% - 80px);
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-container .modal-inner .check-box,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-container .modal-inner .check-box {
  z-index: 1;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] .modal-container [class^=-close],
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] .modal-container [class^=-close] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 8px 20px;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] .modal-container .modal-inner::before,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] .modal-container .modal-inner::before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] .modal-container .modal-inner,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] .modal-container .modal-inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] .modal-container .modal-inner,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] .modal-container .modal-inner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] .modal-container .modal-inner,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] .modal-container .modal-inner {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] [class^=-close],
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] [class^=-close] {
  font-size: 14px;
}
@media screen and (min-width: 1281px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] [class^=-close] {
    right: calc(38px - 20px);
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] [class^=-close] {
    right: calc(35px - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] [class^=-close] {
    top: calc(40px - 15px);
    right: calc(28px - 20px);
  }
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen][class*=bar] [class^=-close],
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar][class*=bar] [class^=-close] {
    top: calc(20px - 10px);
    right: calc(16px - 10px);
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-inner .modal-content,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-inner .modal-content {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-inner .modal-content,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-inner .modal-content {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-inner .modal-content,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-inner .modal-content {
    padding-left: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-inner .modal-content,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-inner .modal-content {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-inner .modal-content,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-inner .modal-content {
    padding-right: 48px;
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox {
  border-color: #E9EBEE;
  margin: 0;
}
@media screen and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child),
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child) {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: -0.01em;
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).-book, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).\--book,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).-book,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).-light, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).\--light,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).-light,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).-medium, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).\--medium,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).-medium,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).-bold, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).\--bold,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).-bold,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (max-width: 1151px) and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child),
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child) {
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).-book, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).\--book,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).-book,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).\--book {
    font-family: "Gotham 4r";
  }
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).-light, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).\--light,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).-light,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).\--light {
    font-family: "Gotham 3r";
  }
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).-medium, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).\--medium,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).-medium,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).\--medium {
    font-family: "Gotham 5r";
  }
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).-bold, .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-content .scrollbox h3:not(:first-child).\--bold,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).-bold,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-content .scrollbox h3:not(:first-child).\--bold {
    font-family: "Gotham 5r";
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-buttons .button,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-buttons .button {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-buttons .button,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-buttons .button {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1151px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-buttons .button,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-buttons .button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1152px) {
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-buttons .button,
  .modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-buttons .button {
    margin-bottom: 12px;
  }
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-checkboxes,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-checkboxes {
  margin: 12px 0 40px;
}
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen] .modal-inner,
.modal-pattern[data-ds-theme=vessel][data-ds-variant=fullscreen-with-bar] .modal-inner {
  width: 100%;
  max-width: 100%;
  background: white;
  margin: 0;
  overflow: auto none;
  -webkit-overflow-scrolling: touch;
}

@media print {
  .modal-pattern {
    position: relative;
  }
  .kp-body-component.modal-print-hide {
    display: none;
  }
  .modal-pattern .modal-inner > .-close--small {
    display: none;
  }
  .modal-pattern .modal-fade-screen {
    background-color: #ffffff;
  }
}
.kp-theme-ds2 .modal-pattern .modal-inner > .-close--small::before {
  color: #003B71;
}
@media screen and (max-width: 767px) {
  .kp-theme-ds2 .modal-actions .modal-buttons .button {
    width: 100%;
  }
}
.kp-theme-ds2 .modal-pattern .modal-close-title {
  font-size: 13px;
}

.pl-modal-pattern-version::before {
  content: "5.5.5";
}

.form-group input {
  padding: 16px 12px;
  border: solid 1px #878F9B;
  vertical-align: middle;
  color: #0D1C3D;
}
.form-group input:focus {
  border-color: #0078B3;
}
.form-group input::-webkit-input-placeholder {
  color: #677083;
}
.form-group input:-moz-placeholder {
  color: #677083;
}
.form-group input::-webkit-input-placeholder {
  color: #677083;
}

.form-group input:-moz-placeholder {
  color: #677083;
}

.form-group input:hover, .form-group input:focus {
  border: 2px solid #0078B3;
}
@media screen and (min-width: 1152px) {
  .form-group input {
    max-height: 48px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .form-group input {
    max-height: 52px;
    width: 100%;
  }
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=search],
.form-group input[type=tel],
.form-group input[type=url],
.form-group textarea {
  border-radius: 4px;
  -webkit-appearance: none;
}
.form-group label {
  color: #0D1C3D;
  display: block;
  font-family: "Gotham 5r";
  text-transform: unset;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
}
.form-group label.-book, .form-group label.\--book {
  font-family: "Gotham 4r";
}
.form-group label.-light, .form-group label.\--light {
  font-family: "Gotham 3r";
}
.form-group label.-medium, .form-group label.\--medium {
  font-family: "Gotham 5r";
}
.form-group label.-bold, .form-group label.\--bold {
  font-family: "Gotham 5r";
}
.form-group .form-textbox {
  position: relative;
}
.form-group .form-textbox input {
  padding-right: 32px;
  width: 236px;
}
.form-group .text-input-helper {
  padding: 4px 0 0 0;
  color: #677083;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.form-group .text-input-helper.-book, .form-group .text-input-helper.\--book {
  font-family: "Gotham 4r";
}
.form-group .text-input-helper.-light, .form-group .text-input-helper.\--light {
  font-family: "Gotham 3r";
}
.form-group .text-input-helper.-medium, .form-group .text-input-helper.\--medium {
  font-family: "Gotham 5r";
}
.form-group .text-input-helper.-bold, .form-group .text-input-helper.\--bold {
  font-family: "Gotham 5r";
}
.form-group .text-input-helper-password {
  max-width: 236px;
}
.form-group .password-toggle-textbox.clear-input-textbox {
  padding-right: 5.8em;
}

@media screen and (max-width: 767px) {
  .container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .container {
    margin-right: 0;
    margin-left: 0;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.clear-input-field {
  display: inline-block;
  position: relative;
}

input.clear-input-textbox {
  padding-right: 41px;
}
input.clear-input-textbox::-ms-clear {
  display: none;
}

.clear-input-button {
  background-color: #D00000;
  position: absolute;
  top: 32%;
  right: 13px;
  width: 20px;
  height: 20px;
  min-width: fit-content;
  border: 0;
  color: #0078B3;
  font-weight: bold;
  background: transparent;
  overflow: hidden;
  padding: 0;
}
.clear-input-button.clear-input-button-password {
  top: 27%;
  right: 42px;
  width: 20px;
  height: 20px;
  min-height: fit-content;
  min-width: fit-content;
  color: #0078B3;
  font-weight: bold;
}
.clear-input-button.clear-input-button-password:disabled {
  cursor: not-allowed;
}
.clear-input-button.hidden {
  display: none;
}
@-moz-document url-prefix() {
  .clear-input-button:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.clear-input-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.clear-input-button .close-icon {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.clear-input-button .close-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../assets/images/cancelcirclesolid.svg");
  background-size: contain;
}

.sg-spacing .natural-lang-dropdown-group {
  margin-bottom: 20px;
}

.natural-lang-dropdown-group {
  display: inline-block;
  font-size: 16px;
  line-height: 2rem;
}
.natural-lang-dropdown-group .natural-lang-dropdown-label {
  display: inline;
}
.natural-lang-dropdown-group .natural-lang-dropdown-label label, .natural-lang-dropdown-group .natural-lang-dropdown-label span {
  color: #0D1C3D;
  text-transform: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field {
  position: relative;
  display: inline-block;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field select {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #0078B3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field select:disabled {
  cursor: not-allowed;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field select::-ms-expand {
  display: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field select option {
  padding: 0;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
  position: absolute;
  z-index: -1;
  padding-right: 1.45rem;
  white-space: nowrap;
  color: transparent;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .icon-chevron-down[aria-hidden=true] {
  position: absolute;
  right: 0.15rem;
  bottom: 0;
  pointer-events: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .icon-chevron-down[aria-hidden=true]:before {
  color: #0078B3;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field img {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.15rem;
  bottom: 8px;
  pointer-events: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 1.45rem);
  border-bottom: 2px solid #0078B3;
}
@supports (-webkit-overflow-scrolling: touch) {
  .natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 2.25rem;
  }
}
@supports (-ms-ime-align: auto) {
  .natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 1.9rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 1.75rem;
  }
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
  -moz-padding-start: 0.55rem;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field.-inky-blue select {
  color: #0D1C3D;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field.-medium select, .natural-lang-dropdown-group .natural-lang-dropdown-field.-medium .natural-lang-dropdown-option {
  font-family: "Gotham 5r";
}

.natural-lang-dropdown-group.-variation-2 {
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 1152px) {
  .natural-lang-dropdown-group.-variation-2 {
    font-size: 2.25rem;
    line-height: 40px;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-label {
  line-height: 40px;
}
@media screen and (min-width: 1152px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-label {
    line-height: 50px;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field select {
  padding-bottom: 8px;
  font-size: 28px;
}
@media screen and (min-width: 1152px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field select {
    padding-bottom: 10px;
    font-size: 2.25rem;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
  padding-right: 34px;
}
@media screen and (min-width: 1152px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 48px;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .icon-chevron-down[aria-hidden=true] {
  padding-bottom: 8px;
}
@media screen and (min-width: 1152px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .icon-chevron-down[aria-hidden=true] {
    padding-bottom: 7px;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-underline {
  width: calc(100% - 34px);
}
@media screen and (min-width: 1152px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-underline {
    width: calc(100% - 48px);
    border-width: 3px;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 59px;
  }
}
@supports (-ms-ime-align: auto) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 39px;
  }
  @media screen and (min-width: 1152px) {
    .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
      padding-right: 53px;
    }
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
  -moz-padding-start: 10px;
}

.natural-lang-dropdown-adjacent-group {
  display: inline-block;
}

.natural-lang-dropdown-adjacent-group.-variation-2 {
  padding-bottom: 8px;
}
@media screen and (min-width: 1152px) {
  .natural-lang-dropdown-adjacent-group.-variation-2 {
    padding-bottom: 10px;
  }
}

.container_password-strength .rating-pills-container {
  display: inline-flex;
  align-items: center;
}
.container_password-strength .password-strength-text {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
.container_password-strength .bar-text {
  line-height: 24px;
  font-size: 16px;
  padding-left: 4px;
  letter-spacing: 0.01em;
}
.container_password-strength .box1 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.container_password-strength .box2 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.container_password-strength .box3 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.container_password-strength .box4 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.container_password-strength .box5 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.container_password-strength .result_red .box1 {
  background: #B63125;
}
.container_password-strength .result_orange .box1,
.container_password-strength .result_orange .box2 {
  background: #F36C0D;
}
.container_password-strength .result_yellow .box1,
.container_password-strength .result_yellow .box2,
.container_password-strength .result_yellow .box3 {
  background: #FEC941;
}
.container_password-strength .result_green .box1,
.container_password-strength .result_green .box2,
.container_password-strength .result_green .box3,
.container_password-strength .result_green .box4 {
  background: #A4D751;
}
.container_password-strength .result_green--full .box1,
.container_password-strength .result_green--full .box2,
.container_password-strength .result_green--full .box3,
.container_password-strength .result_green--full .box4,
.container_password-strength .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-weak .rating-pills-container {
  display: inline-flex;
  align-items: center;
}
.example-password-strength_bar-weak .password-strength-text {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
.example-password-strength_bar-weak .bar-text {
  line-height: 24px;
  font-size: 16px;
  padding-left: 4px;
  letter-spacing: 0.01em;
}
.example-password-strength_bar-weak .box1 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .box2 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .box3 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .box4 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .box5 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .result_red .box1 {
  background: #B63125;
}
.example-password-strength_bar-weak .result_orange .box1,
.example-password-strength_bar-weak .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-weak .result_yellow .box1,
.example-password-strength_bar-weak .result_yellow .box2,
.example-password-strength_bar-weak .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-weak .result_green .box1,
.example-password-strength_bar-weak .result_green .box2,
.example-password-strength_bar-weak .result_green .box3,
.example-password-strength_bar-weak .result_green .box4 {
  background: #A4D751;
}
.example-password-strength_bar-weak .result_green--full .box1,
.example-password-strength_bar-weak .result_green--full .box2,
.example-password-strength_bar-weak .result_green--full .box3,
.example-password-strength_bar-weak .result_green--full .box4,
.example-password-strength_bar-weak .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-too-short .rating-pills-container {
  display: inline-flex;
  align-items: center;
}
.example-password-strength_bar-too-short .password-strength-text {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
.example-password-strength_bar-too-short .bar-text {
  line-height: 24px;
  font-size: 16px;
  padding-left: 4px;
  letter-spacing: 0.01em;
}
.example-password-strength_bar-too-short .box1 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-too-short .box2 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-too-short .box3 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-too-short .box4 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-too-short .box5 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-too-short .result_red .box1 {
  background: #B63125;
}
.example-password-strength_bar-too-short .result_orange .box1,
.example-password-strength_bar-too-short .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-too-short .result_yellow .box1,
.example-password-strength_bar-too-short .result_yellow .box2,
.example-password-strength_bar-too-short .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-too-short .result_green .box1,
.example-password-strength_bar-too-short .result_green .box2,
.example-password-strength_bar-too-short .result_green .box3,
.example-password-strength_bar-too-short .result_green .box4 {
  background: #A4D751;
}
.example-password-strength_bar-too-short .result_green--full .box1,
.example-password-strength_bar-too-short .result_green--full .box2,
.example-password-strength_bar-too-short .result_green--full .box3,
.example-password-strength_bar-too-short .result_green--full .box4,
.example-password-strength_bar-too-short .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-weak .rating-pills-container {
  display: inline-flex;
  align-items: center;
}
.example-password-strength_bar-weak .password-strength-text {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
.example-password-strength_bar-weak .bar-text {
  line-height: 24px;
  font-size: 16px;
  padding-left: 4px;
  letter-spacing: 0.01em;
}
.example-password-strength_bar-weak .box1 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .box2 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .box3 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .box4 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .box5 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-weak .result_red .box1 {
  background: #B63125;
}
.example-password-strength_bar-weak .result_orange .box1,
.example-password-strength_bar-weak .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-weak .result_yellow .box1,
.example-password-strength_bar-weak .result_yellow .box2,
.example-password-strength_bar-weak .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-weak .result_green .box1,
.example-password-strength_bar-weak .result_green .box2,
.example-password-strength_bar-weak .result_green .box3,
.example-password-strength_bar-weak .result_green .box4 {
  background: #A4D751;
}
.example-password-strength_bar-weak .result_green--full .box1,
.example-password-strength_bar-weak .result_green--full .box2,
.example-password-strength_bar-weak .result_green--full .box3,
.example-password-strength_bar-weak .result_green--full .box4,
.example-password-strength_bar-weak .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-good .rating-pills-container {
  display: inline-flex;
  align-items: center;
}
.example-password-strength_bar-good .password-strength-text {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
.example-password-strength_bar-good .bar-text {
  line-height: 24px;
  font-size: 16px;
  padding-left: 4px;
  letter-spacing: 0.01em;
}
.example-password-strength_bar-good .box1 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-good .box2 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-good .box3 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-good .box4 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-good .box5 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-good .result_red .box1 {
  background: #B63125;
}
.example-password-strength_bar-good .result_orange .box1,
.example-password-strength_bar-good .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-good .result_yellow .box1,
.example-password-strength_bar-good .result_yellow .box2,
.example-password-strength_bar-good .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-good .result_green .box1,
.example-password-strength_bar-good .result_green .box2,
.example-password-strength_bar-good .result_green .box3,
.example-password-strength_bar-good .result_green .box4 {
  background: #A4D751;
}
.example-password-strength_bar-good .result_green--full .box1,
.example-password-strength_bar-good .result_green--full .box2,
.example-password-strength_bar-good .result_green--full .box3,
.example-password-strength_bar-good .result_green--full .box4,
.example-password-strength_bar-good .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-strong .rating-pills-container {
  display: inline-flex;
  align-items: center;
}
.example-password-strength_bar-strong .password-strength-text {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
.example-password-strength_bar-strong .bar-text {
  line-height: 24px;
  font-size: 16px;
  padding-left: 4px;
  letter-spacing: 0.01em;
}
.example-password-strength_bar-strong .box1 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-strong .box2 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-strong .box3 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-strong .box4 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-strong .box5 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-strong .result_red .box1 {
  background: #B63125;
}
.example-password-strength_bar-strong .result_orange .box1,
.example-password-strength_bar-strong .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-strong .result_yellow .box1,
.example-password-strength_bar-strong .result_yellow .box2,
.example-password-strength_bar-strong .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-strong .result_green .box1,
.example-password-strength_bar-strong .result_green .box2,
.example-password-strength_bar-strong .result_green .box3,
.example-password-strength_bar-strong .result_green .box4 {
  background: #A4D751;
}
.example-password-strength_bar-strong .result_green--full .box1,
.example-password-strength_bar-strong .result_green--full .box2,
.example-password-strength_bar-strong .result_green--full .box3,
.example-password-strength_bar-strong .result_green--full .box4,
.example-password-strength_bar-strong .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-very-strong .rating-pills-container {
  display: inline-flex;
  align-items: center;
}
.example-password-strength_bar-very-strong .password-strength-text {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
.example-password-strength_bar-very-strong .bar-text {
  line-height: 24px;
  font-size: 16px;
  padding-left: 4px;
  letter-spacing: 0.01em;
}
.example-password-strength_bar-very-strong .box1 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-very-strong .box2 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-very-strong .box3 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-very-strong .box4 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-very-strong .box5 {
  height: 8px;
  width: 24px;
  display: inline-flex;
  background-color: #B3B6C5;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
}
.example-password-strength_bar-very-strong .result_red .box1 {
  background: #B63125;
}
.example-password-strength_bar-very-strong .result_orange .box1,
.example-password-strength_bar-very-strong .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-very-strong .result_yellow .box1,
.example-password-strength_bar-very-strong .result_yellow .box2,
.example-password-strength_bar-very-strong .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-very-strong .result_green .box1,
.example-password-strength_bar-very-strong .result_green .box2,
.example-password-strength_bar-very-strong .result_green .box3,
.example-password-strength_bar-very-strong .result_green .box4 {
  background: #A4D751;
}
.example-password-strength_bar-very-strong .result_green--full .box1,
.example-password-strength_bar-very-strong .result_green--full .box2,
.example-password-strength_bar-very-strong .result_green--full .box3,
.example-password-strength_bar-very-strong .result_green--full .box4,
.example-password-strength_bar-very-strong .result_green--full .box5 {
  background: #57A635;
}

.password-toggle-button {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  position: absolute;
  top: 26%;
  right: 10px;
  padding: 1px;
  border: 0;
  color: #0078B3;
  height: 31.33px;
  background-color: transparent;
}
.password-toggle-button.-book, .password-toggle-button.\--book {
  font-family: "Gotham 4r";
}
.password-toggle-button.-light, .password-toggle-button.\--light {
  font-family: "Gotham 3r";
}
.password-toggle-button.-medium, .password-toggle-button.\--medium {
  font-family: "Gotham 5r";
}
.password-toggle-button.-bold, .password-toggle-button.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 768px) {
  .password-toggle-button {
    top: 25%;
  }
}
@media screen and (max-width: 1151px) {
  .password-toggle-button {
    top: 25%;
  }
}
@-moz-document url-prefix() {
  .password-toggle-button:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}

.password-toggle-field {
  display: inline-block;
  position: relative;
}

input.password-toggle-textbox {
  padding: 16px 3.5em 16px 12px;
}
input.password-toggle-textbox.-es {
  padding-right: 4.5em;
}
input.password-toggle-textbox::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
input.password-toggle-textbox::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
input.password-toggle-textbox::-ms-reveal {
  display: none;
}
input.password-toggle-textbox::-ms-clear {
  display: none;
}
input.password-toggle-textbox:hover, input.password-toggle-textbox:focus {
  padding: 15px 3.5em 15px 11px;
}

.icon-chevron-down[aria-hidden=true] {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.icon-chevron-down[aria-hidden=true]:before {
  color: #0074AD;
}

select.error-field + .icon-chevron-down[aria-hidden=true]:before,
select:disabled + .icon-chevron-down[aria-hidden=true]:before {
  color: #677083;
}

.selectable {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid #0074AD;
  border-radius: 4px;
  color: #0D1C3D;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 3s ease, color 3s ease, border-color 3s;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.selectable [data-line-clamp="1"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="1"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="1"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="2"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="2"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="2"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="3"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="3"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="3"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="4"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="4"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="4"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="5"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="5"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="5"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="6"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="6"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="6"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="7"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="7"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="7"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="8"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="8"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="8"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="9"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="9"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="9"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="10"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="10"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="10"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
@media (hover: hover) {
  .selectable:hover {
    border: 1px solid #003B71;
  }
  .selectable:hover .selectable__checkmark-square {
    border: 2px solid #003B71;
  }
  .selectable:hover[aria-checked=true] .selectable__checkmark-square {
    background-color: #003B71;
  }
  .selectable:hover:not([aria-checked=true]) .selectable__circle-radio {
    border: 2px solid #003B71;
  }
}
.selectable:active:not([aria-checked=true]) {
  padding: 15px;
  border: 2px solid #003B71;
}
.selectable:active:not([aria-checked=true]) .selectable__circle-radio {
  border: 2px solid #003B71;
}
.selectable:active:not([aria-checked=true]) .selectable__circle-radio .selectable__checkmark {
  background-color: #003B71;
}
.selectable:active:not([aria-checked=true]) .selectable__checkmark-square {
  border: 2px solid #003B71;
}
.selectable.-no-focus-outline:focus {
  outline: 0;
}
.selectable.-no-focus-outline img {
  width: 14px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  .selectable.-no-focus-outline img {
    top: 19px;
  }
}
.selectable .selectable__label,
.selectable .selectable__subtitle,
.selectable .selectable__text {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.selectable .selectable__label {
  overflow: hidden;
}
.selectable > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.selectable > *:last-child, .selectable > *:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.selectable .selectable__checkmark-container {
  height: auto;
  width: auto;
  padding-left: 12px;
  display: flex;
}
.selectable .selectable__circle-radio {
  height: 20px;
  width: 20px;
  border: 2px solid #0074AD;
  border-radius: 100%;
  display: flex;
  transition: background-color 3s ease, color 3s ease, border-color 3s;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.selectable .selectable__circle-radio .selectable__checkmark {
  background-color: #0078B3;
  display: none;
  border: 5px solid transparent;
  border-radius: 100%;
  outline-offset: -6px;
  margin: auto;
  overflow: hidden;
  width: 5px;
  height: 5px;
}
.selectable .selectable__checkmark-square {
  height: 20px;
  width: 20px;
  margin: 2px;
  border: 2px solid #0074AD;
  border-radius: 2px;
  display: flex;
  transition: background-color 3s ease, color 3s ease, border-color 3s;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.selectable .selectable__checkmark-square .selectable__checkmark {
  display: none;
  filter: brightness(0) invert(1);
  font-size: 22px;
  margin: auto;
  width: 12px;
  height: 9px;
}
.selectable[aria-checked=true] {
  border: 2px solid #0074AD;
  padding: 15px;
}
.selectable[aria-checked=true] .selectable__label {
  font-family: "Gotham 5r";
}
.selectable[aria-checked=true] .selectable__radio {
  display: block;
}
.selectable[aria-checked=true] .selectable__checkmark-square {
  background-color: #0078B3;
}
.selectable[aria-checked=true] .selectable__checkmark-square .selectable__checkmark {
  display: block;
}
.selectable[aria-checked=true] .selectable__circle-radio .selectable__checkmark {
  display: block;
}
@media (hover: hover) {
  .selectable[aria-checked=true]:hover:not([role=radio]) {
    border: 2px solid #003B71;
  }
}
.selectable.selectable--icon-tile, .selectable.selectable--avatar-tile, .selectable.selectable--image-tile, .selectable.selectable--no-icon {
  display: flex;
}
.selectable.selectable--icon-tile .selectable__icon, .selectable.selectable--avatar-tile .selectable__icon, .selectable.selectable--image-tile .selectable__icon, .selectable.selectable--no-icon .selectable__icon {
  height: 44px;
  display: flex;
  align-items: flex-start;
}
.selectable.selectable--icon-tile .selectable__icon div, .selectable.selectable--avatar-tile .selectable__icon div, .selectable.selectable--image-tile .selectable__icon div, .selectable.selectable--no-icon .selectable__icon div {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 1151px) {
  .selectable.selectable--icon-tile .selectable__icon div, .selectable.selectable--avatar-tile .selectable__icon div, .selectable.selectable--image-tile .selectable__icon div, .selectable.selectable--no-icon .selectable__icon div {
    width: 44px;
    height: 44px;
  }
}
.selectable.selectable--icon-tile .selectable__icon div img, .selectable.selectable--avatar-tile .selectable__icon div img, .selectable.selectable--image-tile .selectable__icon div img, .selectable.selectable--no-icon .selectable__icon div img {
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.selectable.selectable--icon-tile .selectable__avatar, .selectable.selectable--avatar-tile .selectable__avatar, .selectable.selectable--image-tile .selectable__avatar, .selectable.selectable--no-icon .selectable__avatar {
  height: 44px;
}
.selectable.selectable--icon-tile .selectable__avatar img, .selectable.selectable--avatar-tile .selectable__avatar img, .selectable.selectable--image-tile .selectable__avatar img, .selectable.selectable--no-icon .selectable__avatar img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 1151px) {
  .selectable.selectable--icon-tile .selectable__avatar img, .selectable.selectable--avatar-tile .selectable__avatar img, .selectable.selectable--image-tile .selectable__avatar img, .selectable.selectable--no-icon .selectable__avatar img {
    width: 44px;
    height: 44px;
  }
}
.selectable.selectable--icon-tile .selectable__image, .selectable.selectable--avatar-tile .selectable__image, .selectable.selectable--image-tile .selectable__image, .selectable.selectable--no-icon .selectable__image {
  height: 44px;
}
.selectable.selectable--icon-tile .selectable__image img, .selectable.selectable--avatar-tile .selectable__image img, .selectable.selectable--image-tile .selectable__image img, .selectable.selectable--no-icon .selectable__image img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 4px;
}
.selectable.selectable--icon-tile .selectable__content, .selectable.selectable--avatar-tile .selectable__content, .selectable.selectable--image-tile .selectable__content, .selectable.selectable--no-icon .selectable__content {
  display: flex;
  width: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 12px;
  cursor: pointer;
}
.selectable.selectable--icon-tile .selectable__label, .selectable.selectable--avatar-tile .selectable__label, .selectable.selectable--image-tile .selectable__label, .selectable.selectable--no-icon .selectable__label {
  margin-top: 0;
  margin-bottom: 0;
  color: #0D1C3D;
  font-family: "Gotham 5r";
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
}
.selectable.selectable--icon-tile .selectable__subtitle, .selectable.selectable--avatar-tile .selectable__subtitle, .selectable.selectable--image-tile .selectable__subtitle, .selectable.selectable--no-icon .selectable__subtitle {
  margin-bottom: 0;
  margin-top: 0px;
  color: #003B71;
  font-family: "Gotham 4r";
  font-size: 14px;
  line-height: 20px;
}
.selectable.selectable--icon-tile .selectable__text, .selectable.selectable--avatar-tile .selectable__text, .selectable.selectable--image-tile .selectable__text, .selectable.selectable--no-icon .selectable__text {
  margin-bottom: 0;
  margin-top: 8px;
  color: #0D1C3D;
  font-family: "Gotham 4r";
  font-size: 16px;
  line-height: 24px;
}
.selectable.selectable--no-icon .selectable__content {
  padding: 0px;
}
.selectable.-disabled {
  border: 1px solid #A0A5B6;
  cursor: not-allowed;
}
.selectable.-disabled:hover:not([aria-checked=true]) .selectable__circle-radio {
  border: 2px solid #A0A5B6;
}
.selectable.-disabled .selectable__content {
  cursor: not-allowed;
}
.selectable.-disabled .selectable__label,
.selectable.-disabled .selectable__subtitle,
.selectable.-disabled .selectable__text {
  color: #A0A5B6;
}
.selectable.-disabled .selectable__avatar,
.selectable.-disabled .selectable__image {
  mix-blend-mode: luminosity;
  opacity: 0.6;
  filter: grayscale(100%);
}
.selectable.-disabled .selectable__icon .icon-circle {
  background-color: #E9EBEE;
}
.selectable.-disabled .selectable__icon .icon-circle img {
  filter: invert(92%) sepia(8%) saturate(151%) hue-rotate(182deg) brightness(97%) contrast(20%);
}
.selectable.-disabled .selectable__circle-radio,
.selectable.-disabled .selectable__checkmark-square {
  border: 2px solid #A0A5B6;
}
.selectable.-disabled[aria-checked=true] {
  border: 2px solid #A0A5B6;
}
.selectable.-disabled[aria-checked=true] .selectable__circle-radio .selectable__checkmark {
  border: 5px solid #A0A5B6;
}
.selectable.-disabled[aria-checked=true] .selectable__checkmark-square {
  border: 2px solid #A0A5B6;
  background-color: #A0A5B6;
}
.selectable.-disabled[aria-checked=true]:hover {
  border: 2px solid #A0A5B6;
}
.selectable.-disabled[aria-checked=true]:active {
  padding: 15px;
}
.selectable.-disabled:active {
  padding: 16px;
  border: 1px solid #A0A5B6;
}
.selectable.-disabled:active .selectable__circle-radio {
  border: 2px solid #A0A5B6;
}
.selectable.-disabled:active .selectable__circle-radio .selectable__checkmark {
  background-color: #A0A5B6;
}
.selectable.-disabled:active .selectable__checkmark-square {
  border: 2px solid #A0A5B6;
}
.selectable.-disabled:focus {
  outline: 0;
}

.selectable-group:before, .selectable-group:after {
  content: " ";
  display: table;
}
.selectable-group:after {
  clear: both;
}
.selectable-group .selectable-group__label {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
}

.text-area_global {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  display: block;
  padding: 8px 0px;
  width: calc(100% - 28px);
  height: 252px;
  border: 1px solid #878F9B;
  border-radius: 4px;
  color: #003B71;
  -webkit-appearance: none;
}
.text-area_global.-book, .text-area_global.\--book {
  font-family: "Gotham 4r";
}
.text-area_global.-light, .text-area_global.\--light {
  font-family: "Gotham 3r";
}
.text-area_global.-medium, .text-area_global.\--medium {
  font-family: "Gotham 5r";
}
.text-area_global.-bold, .text-area_global.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .text-area_global {
    padding: 10px 0px;
  }
}
@media screen and (min-width: 1152px) {
  .text-area_global {
    padding: 12px 0px;
  }
}
.text-area_global:hover, .text-area_global:focus {
  border: 2px solid #0078B3;
}
.text-area_global.focus {
  border-color: #0074AD;
}
.text-area_global[data-show-lines="1"] {
  height: 54px;
}
.text-area_global[data-show-lines="2"] {
  height: 76px;
}
.text-area_global[data-show-lines="3"] {
  height: 98px;
}
.text-area_global[data-show-lines="4"] {
  height: 120px;
}
.text-area_global[data-show-lines="5"] {
  height: 142px;
}
.text-area_global[data-show-lines="6"] {
  height: 164px;
}
.text-area_global[data-show-lines="7"] {
  height: 186px;
}
.text-area_global[data-show-lines="8"] {
  height: 208px;
}
.text-area_global[data-show-lines="9"] {
  height: 230px;
}
.text-area_global[data-show-lines="10"] {
  height: 252px;
}
@media screen and (max-width: 767px) {
  .text-area_global {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
    height: 234px;
  }
  .text-area_global.-book, .text-area_global.\--book {
    font-family: "Gotham 4r";
  }
  .text-area_global.-light, .text-area_global.\--light {
    font-family: "Gotham 3r";
  }
  .text-area_global.-medium, .text-area_global.\--medium {
    font-family: "Gotham 5r";
  }
  .text-area_global.-bold, .text-area_global.\--bold {
    font-family: "Gotham 5r";
  }
  .text-area_global[data-show-lines="1"] {
    height: 54px;
  }
  .text-area_global[data-show-lines="2"] {
    height: 74px;
  }
  .text-area_global[data-show-lines="3"] {
    height: 94px;
  }
  .text-area_global[data-show-lines="4"] {
    height: 114px;
  }
  .text-area_global[data-show-lines="5"] {
    height: 134px;
  }
  .text-area_global[data-show-lines="6"] {
    height: 154px;
  }
  .text-area_global[data-show-lines="7"] {
    height: 174px;
  }
  .text-area_global[data-show-lines="8"] {
    height: 194px;
  }
  .text-area_global[data-show-lines="9"] {
    height: 214px;
  }
  .text-area_global[data-show-lines="10"] {
    height: 234px;
  }
}

.pl-form-pattern-version:before {
  content: "6.3.8";
}

.kp-header.has-subnav-global-menu__inner {
  margin-left: unset;
}
.kp-header.has-subnav .subnav__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav__container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.kp-header.has-subnav .subnav .kp-header-global-menu__inner {
  width: 100%;
  height: inherit;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__inner .kp-header-global-menu__navigation-container {
  height: inherit;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav .kp-header-global-menu__inner .kp-header-global-menu__navigation-container nav {
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: center;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__inner .kp-header-global-menu__navigation-container nav .kp-header-global-menu__primary-links-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 34px;
    height: inherit;
    margin: 0 20px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__inner .kp-header-global-menu__navigation-container nav .kp-header-global-menu__primary-links-list.for-mobile-global-menu {
    display: block;
  }
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item {
  display: flex;
  vertical-align: top;
  align-items: center;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active {
  color: red !important;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active .expandable-heading-text span {
  position: relative;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active .expandable-heading-text span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #92CCF0;
  display: block;
  position: absolute;
  bottom: -4px;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active > a {
  position: relative;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #92CCF0;
  display: block;
  position: absolute;
  bottom: -4px;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading {
  background-color: transparent;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .for-desktop-icon {
  display: none;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content.show {
  background-color: transparent;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .open-list li li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    height: auto;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading .expandable-heading-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading .expandable-heading-icon {
    display: none;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading .for-desktop-icon {
    display: block;
    margin-top: 0px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading:hover .expandable-heading-text span, .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading.active .expandable-heading-text span {
    position: relative;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading:hover .expandable-heading-text span:after, .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading.active .expandable-heading-text span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #92CCF0;
    display: block;
    position: absolute;
    bottom: -4px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading[aria-expanded=true] .for-desktop-icon {
    transform: rotate(180deg);
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading[aria-expanded=true] .expandable-heading-text span {
    position: relative;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading[aria-expanded=true] .expandable-heading-text span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #92CCF0;
    display: block;
    position: absolute;
    bottom: -4px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content.show {
    background-color: #0D1C3D;
    max-height: initial;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .open-list .subnav__link.highlight {
    font-family: "Gotham 5r";
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 90px;
    background: #0D1C3D;
    text-align: left;
    z-index: 2;
    padding: 15px 0 25px 0;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content ul.open-list {
    /*Note for Rodolfo: We need to add subnav classes to identify these styles*/
    display: flex;
    flex-direction: row;
    width: 85rem;
    margin: 0 auto;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content ul.open-list > li {
    flex: 0 1 25%;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content ul.open-list ul {
    margin-left: 20px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content ul.open-list ul li {
    margin-bottom: 20px;
  }
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #fff;
  padding: 24px 16px 24px 26px;
  margin-bottom: -1px;
  height: 72px;
  font-family: "Gotham 5r";
  height: auto;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a {
    display: inline-block;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a:hover, .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a.active {
    position: relative;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a:hover:after, .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #92CCF0;
    display: block;
    position: absolute;
    bottom: -4px;
  }
}
.kp-header.has-subnav .subnav__title {
  display: block;
  margin-left: 40px;
  margin-bottom: 20px;
  font-family: "Gotham 5r";
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav__title {
    margin-left: 20px;
  }
}
.kp-header.has-subnav .subnav__link {
  display: inline-block;
  text-decoration: none;
  font-family: "Gotham 3r";
  color: white;
  margin-left: 40px;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav__link {
    padding: 0;
    margin-left: 0;
  }
}
.kp-header.has-subnav .subnav__link.arrow-icon {
  display: flex;
  align-items: center;
}
.kp-header.has-subnav .subnav__link.arrow-icon .chevron-right-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(101%) contrast(103%);
}
.kp-header.has-subnav .subnav__link.highlight {
  font-family: "Gotham 5r";
}
.kp-header.has-subnav .subnav__link:hover {
  text-decoration: underline;
}
.kp-header.has-subnav.authenticated .subnav__container {
  display: grid;
  grid-row: auto;
}
.kp-header.has-subnav.authenticated .subnav__link.external-link {
  font-family: "Gotham 5r";
  padding: 10px 5px 10px 20px;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__list-title {
  background-color: #003B71;
  font-family: "Gotham 5r";
  font-size: 16px;
  line-height: 24px;
  color: white;
  padding-top: 18px;
  padding-right: 21px;
  padding-left: 21px;
  padding-bottom: 13px;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__my-account-list {
  background-color: #003B71;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item {
  line-height: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 21px;
  padding-left: 21px;
}
@media screen and (max-width: 1151px) {
  .kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item > a {
    font-family: "Gotham 4r";
    height: auto;
    padding: 0;
  }
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__my-account-list hr {
  margin: 3px 21px 0;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__icon-item.mobile-menu {
  background-color: #003B71;
  filter: none;
  padding-top: 18px;
  padding-left: 22px;
  padding-bottom: 13px;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__icon-item.mobile-menu .icon {
  filter: brightness(0) invert(1);
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__primary-links-list:last-of-type li a {
  line-height: normal;
}
.kp-header.has-subnav.authenticated .subnav .peripheral-content {
  padding: unset;
}
.kp-header.has-subnav.authenticated .subnav .peripheral-content .provisional-header {
  background-color: #003B71;
}
@media screen and (max-width: 1151px) {
  .kp-header.has-subnav.authenticated .subnav .peripheral-content .provisional-header {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 24px;
    padding-bottom: 4px;
  }
}
.kp-header .pushdown-nav.kp-header-global-menu.open {
  position: relative;
}
@media screen and (max-width: 1151px) {
  .kp-header .pushdown-nav.kp-header-global-menu.open {
    position: initial;
    padding: 0;
    animation-name: none;
    overflow: unset;
  }
}
.kp-header.authenticated .pushdown-nav.kp-header-global-menu {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.authenticated .pushdown-nav.kp-header-global-menu {
    position: initial;
    padding: 0;
    animation-name: none;
    overflow: unset;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .kp-header.authenticated .pushdown-nav.kp-header-global-menu.open {
    position: initial;
    padding: 0;
    animation-name: none;
    overflow: unset;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated.task-flow .pushdown-nav.kp-header-global-menu {
    display: none;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated.task-flow .pushdown-nav.kp-header-global-menu.open {
    display: block;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
    width: 50px;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    width: 100%;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-100vw);
  }
}
.kp-header .autocomplete-search {
  min-height: 75px;
}
.kp-header .autocomplete-search.expanded {
  animation: fadeInLeft 0.2s ease-out;
  display: block;
  width: 100%;
}
.kp-header .autocomplete-search.collapsed {
  animation: fadeInRight 0.2s ease-out;
}

/* Theming */
.theme-nt-mobile-kp-blue .kp-header-global-menu {
  background-color: #F7F7F7;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device span, .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device a, .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device p, .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device li, .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device button:not(.button), .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device i {
  color: inherit;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device button.-tertiary {
  color: inherit;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device .navigational-select-dropdown i {
  color: inherit;
}
@media screen and (min-width: 1152px) {
  .theme-nt-mobile-kp-blue .kp-header-global-menu {
    background-color: #F7F7F7;
  }
  .theme-nt-mobile-kp-blue .kp-header-global-menu span, .theme-nt-mobile-kp-blue .kp-header-global-menu p, .theme-nt-mobile-kp-blue .kp-header-global-menu li {
    color: #0D1C3D;
  }
}
.theme-nt-mobile-kp-blue .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close i {
  color: #0074AD;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item {
  text-align: left;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item__link {
  text-align: left;
  color: #0074AD;
}
@media screen and (min-width: 1152px) {
  .theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item__link {
    color: #0D1C3D;
  }
  .theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item__link:hover {
    color: #0D1C3D;
  }
}
.theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item__link i {
  color: #0074AD;
}
@media screen and (max-width: 1151px) {
  .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu {
    background-color: #F7F7F7;
  }
  .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu span, .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu p, .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu li, .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu button:not(.button), .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu i {
    color: inherit;
  }
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device {
  margin-top: 20px;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device__buttons {
  padding: 10px 0;
  border-bottom: 0 none;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device hr {
  border-top: 3px solid #ccc;
}

.theme-nt-mobile-dark-mode .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device span, .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device a, .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device p, .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device li, .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device button:not(.button), .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device i {
  color: white;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device button.-tertiary {
  color: white;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device .navigational-select-dropdown i {
  color: white;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device a {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-nt-mobile-dark-mode .kp-header-global-menu {
    background-color: #F7F7F7;
  }
  .theme-nt-mobile-dark-mode .kp-header-global-menu span, .theme-nt-mobile-dark-mode .kp-header-global-menu p, .theme-nt-mobile-dark-mode .kp-header-global-menu li {
    color: #0D1C3D;
  }
}
.theme-nt-mobile-dark-mode .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close i {
  color: white;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item {
  text-align: center;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item__link {
  text-align: center;
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item__link {
    color: #0D1C3D;
  }
  .theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item__link:hover {
    color: #0D1C3D;
  }
}
.theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item__link i {
  color: white;
}
@media screen and (max-width: 1151px) {
  .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu {
    background-color: #0D1C3D;
  }
  .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu span, .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu p, .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu li, .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu button:not(.button), .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu i {
    color: white;
  }
  .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu a {
    color: white;
  }
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device {
  margin-top: 0;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device__buttons {
  padding: 30px 0 0;
  border-bottom: 0 none;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device hr {
  border-top: 0 none;
}

.theme-nt-mobile-inky-blue .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device span, .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device a, .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device p, .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device li, .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device button:not(.button), .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device i {
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device button.-tertiary {
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device .navigational-select-dropdown i {
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device a {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-nt-mobile-inky-blue .kp-header-global-menu {
    background-color: #0D1C3D;
  }
  .theme-nt-mobile-inky-blue .kp-header-global-menu span, .theme-nt-mobile-inky-blue .kp-header-global-menu p, .theme-nt-mobile-inky-blue .kp-header-global-menu li {
    color: #FFFFFF;
  }
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close i {
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item {
  text-align: left;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link {
  text-align: left;
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link:hover, .theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link:focus, .theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link:active {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link {
    color: #FFFFFF;
  }
  .theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link:hover {
    color: #FFFFFF;
  }
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link i {
  color: white;
}
@media screen and (max-width: 1151px) {
  .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu {
    background-color: #0D1C3D;
  }
  .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu span, .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu p, .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu li, .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu button:not(.button), .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu i {
    color: white;
  }
  .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu a {
    color: white;
  }
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device {
  margin-top: 0;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device__buttons {
  padding: 30px 0 0;
  border-bottom: 0 none;
}
/* Theming */
.theme-header-color-inky-blue .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-inky-blue .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-inky-blue .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-inky-blue .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-inky-blue .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-inky-blue .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-inky-blue .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-inky-blue .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-interactive-blue-dark .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-interactive-blue-dark .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-interactive-blue-dark .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-interactive-blue-dark .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-moss .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-moss .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-moss .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-moss .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-moss .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-moss .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-moss .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-moss .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-ocean .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-ocean .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-ocean .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-ocean .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-ocean .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-ocean .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-ocean .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-ocean .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-plum .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-plum .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-plum .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-plum .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-plum .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-plum .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-plum .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-plum .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-burnt-sienna .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-burnt-sienna .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-burnt-sienna .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-burnt-sienna .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-burnt-sienna .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-acai .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-acai .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-acai .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-acai .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-acai .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-acai .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-acai .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-acai .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-kp-blue .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-kp-blue .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-kp-blue .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-kp-blue .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-kp-blue .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-kp-blue .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-kp-blue .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-kp-blue .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-black .kp-header-global-menu {
  background-color: black;
}
.theme-header-color-black .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-black .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-black .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-black .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-black .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-black .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-black .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-black .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-black .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-black .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-black .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-black .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-maui .kp-header-global-menu {
  background-color: #076464;
}
.theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-maui .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 1152px) {
  .theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-maui .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-maui .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .theme-header-color-maui .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-maui .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-maui .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-maui .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.kp-header-global-menu .tray-menu__item, .kp-header-global-menu .tray-menu__sub-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  max-width: 100%;
}

body.kp-modal-disable-scroll-ios, body.kp-header-disable-scroll-ios {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

body.kp-modal-disable-scroll, body.kp-header-disable-scroll {
  overflow: hidden;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes slideout {
  from {
    margin-left: -100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes slidetop {
  from {
    margin-top: -300%;
    height: 300%;
  }
  to {
    margin-top: 0%;
    height: auto;
  }
}
.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.kp-header {
  display: inline-block;
  width: 100%;
  /* added vertical-align as part of STYLGD-9633 */
  vertical-align: bottom;
}
.kp-header__mobile-buttons .button {
  display: inline-block;
  width: auto;
}
@media screen and (min-width: 1152px) {
  .kp-header__mobile-buttons .button {
    display: none;
  }
}
.kp-header__mobile-buttons .button i {
  font-size: 30px;
  line-height: 30px;
  height: 30px;
}

.authenticated .kp-header-global-menu__icon-item {
  display: flex;
  align-items: center;
  filter: brightness(0) invert(1);
  padding-left: 16px;
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header-global-menu__icon-item {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .authenticated .kp-header-global-menu__icon-item {
    padding-left: 20px;
  }
}
.authenticated .kp-header-global-menu__icon-item .icon {
  width: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.authenticated .kp-header-global-menu__icon-item:first-child div {
  font-family: "Gotham 5r";
  margin: 0px;
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header-global-menu__my-account-list {
    display: none;
  }
}
.authenticated .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item .sign-out-link img {
  filter: brightness(0) invert(1);
  height: 24px;
  padding-right: 8px;
  vertical-align: middle;
  margin-block-end: 4px;
}
.authenticated .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item__link {
  height: 0px;
  line-height: 0px;
  padding-left: 0;
  font-size: 16px;
  font-family: "Gotham 4r";
}
.authenticated .kp-header-global-menu__my-account-list hr {
  margin: 14px 16px 21px;
  border: 1px solid #677083;
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header-global-menu__my-account-list hr {
    display: none;
  }
}
.authenticated .kp-header-global-menu__my-account-list li {
  line-height: 40px;
  padding-left: 16px;
}
.authenticated .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
  color: #FFF;
}
@media screen and (max-width: 1151px) {
  .authenticated .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header-global-menu__menu-item {
    width: auto;
  }
  .has-subnav .authenticated .kp-header-global-menu__menu-item {
    padding: 0 7px 0;
  }
  .authenticated .kp-header-global-menu__menu-item:first-of-type {
    padding-left: 1em;
  }
}
@media (min-width: 1152px) and (max-width: 1326px) {
  .authenticated .kp-header-global-menu__menu-item {
    padding-right: 0em;
  }
  .authenticated .kp-header-global-menu__menu-item:first-of-type {
    padding-left: 0em;
  }
}
@media screen and (max-width: 1151px) {
  .authenticated .kp-header-global-menu__primary-links-list:last-of-type .kp-header-global-menu__menu-item > a {
    line-height: 60px;
  }
}
.authenticated .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close {
  top: 21px;
  right: 21px;
}
.authenticated .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close .icon {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1151px) {
  .authenticated .kp-header-global-menu {
    padding: 45px 0;
  }
}
.authenticated .drop-menu-pattern .drop-menu label.drop-menu-label {
  margin-right: 8px;
}
@media screen and (max-width: 1151px) {
  .authenticated .drop-menu-pattern .drop-menu label.drop-menu-label {
    margin-bottom: 8px;
  }
}
.authenticated .provisional-header .--region-area-dark .drop-menu {
  margin-right: 12px;
}

.kp-header-global-menu {
  border: none;
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    display: none;
  }
  .kp-header-global-menu.open {
    z-index: 10;
    display: block;
    animation-name: slidetop;
    animation-duration: 0.2s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .kp-header-global-menu {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__inner {
    margin: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    grid-gap: 0 1rem;
  }
  .kp-header-global-menu__container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu__container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
  .kp-header-global-menu__container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu__container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
  .kp-header-global-menu__container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (max-width: 767px) {
  .kp-header-global-menu__container .columns-1-mobile {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2-mobile {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3-mobile {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4-mobile {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5-mobile {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6-mobile {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu__container .columns-1-tablet {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2-tablet {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3-tablet {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4-tablet {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5-tablet {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6-tablet {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7-tablet {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8-tablet {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9-tablet {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10-tablet {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11-tablet {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12-tablet {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu__container .columns-1-desktop {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2-desktop {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3-desktop {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4-desktop {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5-desktop {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6-desktop {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7-desktop {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8-desktop {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9-desktop {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10-desktop {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11-desktop {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12-desktop {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (max-width: 767px) {
  .kp-header-global-menu__container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu__container {
    margin-right: 0;
    margin-left: 0;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu__container {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__mobile-buttons {
    display: none;
  }
}
.kp-header-global-menu__mobile-buttons .hidden {
  display: none;
}
.kp-header-global-menu__mobile-buttons i {
  font-size: 1.5em;
  color: #0078B3;
}
.kp-header-global-menu__mobile-buttons .mobile-menu-button-close {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  position: absolute;
}
.kp-header-global-menu__mobile-buttons .mobile-menu-button-close .icon {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu__mobile-buttons .mobile-menu-button-close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kp-header-global-menu__mobile-buttons .mobile-menu-button-close {
    top: 20px;
    right: 20px;
  }
}
.kp-header-global-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kp-header-global-menu__menu-item {
  width: 100%;
  max-width: 100%;
  font-family: "Gotham 5r";
  display: inline-block;
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__menu-item {
    position: relative;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item {
    width: auto;
  }
  .kp-header-global-menu__menu-item:first-of-type {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu__menu-item i.expandable-heading-icon {
    right: 150px;
  }
}
@media screen and (max-width: 767px) {
  .kp-header-global-menu__menu-item i.expandable-heading-icon {
    right: 16px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__menu-item i.expandable-heading-icon {
    position: absolute;
    color: #0078B3;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item .navtray-icon-expand {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link, .kp-header-global-menu__menu-item__link:hover, .kp-header-global-menu__menu-item__link:focus, .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    /* Removing as the part of the fix in ticket STYLGD-8775 */
    /* @include media($desktop-small-menu-text-wrap) {
        background-position-y: 10.6vh;
      } */
  }
  .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link {
    font-family: "Gotham 5r";
  }
}
.kp-header-global-menu__menu-item.open .sub-menu {
  z-index: 1;
  display: block;
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__menu-item.open .sub-menu {
    animation-duration: 0.3s;
    animation-name: slidein;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    font-size: 14px;
    text-align: left;
    height: 20px;
    line-height: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1196px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    padding: 0 1em;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    font-size: 1.125rem;
    font-weight: normal;
    height: 80px;
    line-height: 80px;
  }
}
.kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link:hover {
  background-color: transparent;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.is-active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.is-active .kp-header-global-menu__menu-item__link:hover::after, .kp-header-global-menu__menu-item__link:hover::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #92CCF0;
    z-index: 2;
    height: 3px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.active.is-active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.active.is-active .kp-header-global-menu__menu-item__link:hover::after, .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #92CCF0;
    z-index: 2;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.has-megamenu.is-active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.has-megamenu.is-active .kp-header-global-menu__menu-item__link:hover::after, .kp-header-global-menu__menu-item.has-megamenu .kp-header-global-menu__menu-item__link:hover::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #92CCF0;
    z-index: 2;
    height: 3px;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.has-megamenu.active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.has-megamenu.active.is-active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.has-megamenu.active.is-active .kp-header-global-menu__menu-item__link:hover::after, .kp-header-global-menu__menu-item.has-megamenu.open .kp-header-global-menu__menu-item__link::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #92CCF0;
    z-index: 2;
    width: calc(100% - 20px);
  }
}
.kp-header-global-menu:before {
  border-radius: 0;
  background-color: #0D1C3D;
  border: none;
  border-color: unset;
  bottom: 0;
}
.kp-header-global-menu .sub-menu {
  display: none;
  background-color: #FFF;
  width: auto;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu .sub-menu {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .sub-menu {
    position: absolute;
    margin-top: 20px;
  }
}
.kp-header-global-menu .sub-menu__trigger-close {
  top: 20px;
  left: 20px;
  max-width: 61px;
  font-size: inherit;
  position: absolute;
}
.kp-header-global-menu .sub-menu__trigger-close i {
  font-size: inherit;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .sub-menu__trigger-close {
    display: none;
  }
}
.kp-header-global-menu .tray-menu {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu {
    padding: 30px;
    border-bottom: 2px solid #E9EBEE;
    border-top: 0 none;
  }
}
.kp-header-global-menu .tray-menu__heading {
  margin: 10px 0;
}
.kp-header-global-menu .tray-menu__sub-heading {
  margin-top: 5px;
  margin-bottom: 5px;
}
.kp-header-global-menu .tray-menu__item {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px;
}
.kp-header-global-menu .tray-menu__item.-book, .kp-header-global-menu .tray-menu__item.\--book {
  font-family: "Gotham 4r";
}
.kp-header-global-menu .tray-menu__item.-light, .kp-header-global-menu .tray-menu__item.\--light {
  font-family: "Gotham 3r";
}
.kp-header-global-menu .tray-menu__item.-medium, .kp-header-global-menu .tray-menu__item.\--medium {
  font-family: "Gotham 5r";
}
.kp-header-global-menu .tray-menu__item.-bold, .kp-header-global-menu .tray-menu__item.\--bold {
  font-family: "Gotham 5r";
}
.kp-header-global-menu .tray-menu__row {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu .tray-menu__row__content {
    margin-top: 30px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .kp-header-global-menu .tray-menu__row__content {
    margin-top: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kp-header-global-menu .tray-menu__row {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    grid-gap: 0 1rem;
  }
  .kp-header-global-menu .tray-menu__row .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu .tray-menu__row {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
  .kp-header-global-menu .tray-menu__row .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
  .kp-header-global-menu .tray-menu__row .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (max-width: 767px) {
  .kp-header-global-menu .tray-menu__row .columns-1-mobile {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2-mobile {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3-mobile {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4-mobile {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5-mobile {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6-mobile {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu .tray-menu__row .columns-1-tablet {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2-tablet {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3-tablet {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4-tablet {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5-tablet {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6-tablet {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7-tablet {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8-tablet {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9-tablet {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10-tablet {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11-tablet {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12-tablet {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row .columns-1-desktop {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2-desktop {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3-desktop {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4-desktop {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5-desktop {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6-desktop {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7-desktop {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8-desktop {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9-desktop {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10-desktop {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11-desktop {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12-desktop {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (max-width: 767px) {
  .kp-header-global-menu .tray-menu__row {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu .tray-menu__row {
    margin-right: 0;
    margin-left: 0;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column {
    padding: 0 10px;
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-1:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-1:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-2:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-2:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-3:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-3:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-4:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-4:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-5:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-5:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-6:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-6:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-7:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-7:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-8:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-8:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-9:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-9:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-10:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-10:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-11:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-11:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-12:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-12:first-of-type {
    padding-right: 10px;
  }
}
.kp-header-global-menu .secondary-menu {
  padding-left: 40px;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .secondary-menu {
    padding: 15px 23px 20px;
    left: -50%;
    min-width: 15em;
  }
}

.unstyled-list {
  list-style: none;
}

@media screen and (min-width: 1152px) {
  .list-2-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

.container-fluid {
  width: 100%;
}

/* Theming */
@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-inky-blue {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-inky-blue .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-inky-blue .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-inky-blue .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-inky-blue .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-inky-blue.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-interactive-blue-dark {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-interactive-blue-dark .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-interactive-blue-dark .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-interactive-blue-dark .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-interactive-blue-dark .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-interactive-blue-dark.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-moss {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-moss .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-moss .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-moss .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-moss .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-moss.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-ocean {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-ocean .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-ocean .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-ocean .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-ocean .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-ocean.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-plum {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-plum .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-plum .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-plum .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-plum .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-plum.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-burnt-sienna {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-burnt-sienna .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-burnt-sienna .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-burnt-sienna .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-burnt-sienna .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-burnt-sienna.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-acai {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-acai .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-acai .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-acai .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-acai .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-acai.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-kp-blue {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-kp-blue .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-kp-blue .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-kp-blue .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-kp-blue .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-kp-blue.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-black {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-black .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-black .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-black .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-black .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-black.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-pebble {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-pebble .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-pebble .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-pebble .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-pebble .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-pebble.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-white {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-white .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-white .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-white .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-white .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-white.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-graphite-dark {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-graphite-dark .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-graphite-dark .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-graphite-dark .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-graphite-dark .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-graphite-dark.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-maui {
    background-color: #076464;
  }
  .kp-header.theme-header-color-maui .kp-header__top-header {
    background-color: #076464;
  }
  .kp-header.theme-header-color-maui .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-maui .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-maui .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 1151px) {
  .kp-header.theme-header-color-maui.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

.kp-header {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1151px) {
  .kp-header {
    background-color: #0D1C3D;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header .kp-header__branding-mobile {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header__top-header {
    background-color: #003B71;
  }
  .kp-header .kp-header__branding {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header .kp-header__component-container {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
}
.kp-header__rows-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  grid-gap: 0 1rem;
}
.kp-header__rows-container .columns-1 {
  grid-column: span 1;
  -ms-grid-column-span: 1;
  margin-right: 0;
}
.kp-header__rows-container .columns-2 {
  grid-column: span 2;
  -ms-grid-column-span: 2;
  margin-right: 0;
}
.kp-header__rows-container .columns-3 {
  grid-column: span 3;
  -ms-grid-column-span: 3;
  margin-right: 0;
}
.kp-header__rows-container .columns-4 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.kp-header__rows-container .columns-5 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.kp-header__rows-container .columns-6 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.kp-header__rows-container .columns-7 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.kp-header__rows-container .columns-8 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.kp-header__rows-container .columns-9 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.kp-header__rows-container .columns-10 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.kp-header__rows-container .columns-11 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.kp-header__rows-container .columns-12 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
@media print {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media print {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .kp-header__rows-container .columns-1-mobile {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2-mobile {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3-mobile {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4-mobile {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5-mobile {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6-mobile {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header__rows-container .columns-1-tablet {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2-tablet {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3-tablet {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4-tablet {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5-tablet {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6-tablet {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7-tablet {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8-tablet {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9-tablet {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10-tablet {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11-tablet {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12-tablet {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__rows-container .columns-1-desktop {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2-desktop {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3-desktop {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4-desktop {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5-desktop {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6-desktop {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7-desktop {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8-desktop {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9-desktop {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10-desktop {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11-desktop {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12-desktop {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .kp-header__rows-container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header__rows-container {
    margin-right: 0;
    margin-left: 0;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__rows-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__selector-container {
    display: flex;
    float: left;
    align-items: center;
    height: 100%;
  }
}
.kp-header__selector-container .region-selector-label {
  color: white;
}
.kp-header__selector-container #kp-header__region-selector-container {
  display: flex;
}
@media screen and (max-width: 1151px) {
  .kp-header__branding {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__branding {
    height: 90px;
    display: flex;
    align-items: center;
  }
  .kp-header__branding .primary {
    display: inline;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__branding a .primary .cmp-image {
    display: inline-block;
  }
}
.kp-header__branding img {
  height: 28px;
}
@media screen and (max-width: 1151px) {
  .kp-header__branding img {
    height: 42px;
  }
}
.kp-header__branding .logo-long {
  display: none;
}
@media screen and (min-width: 1152px) {
  .kp-header__branding .logo-long {
    display: inline-block;
    height: auto;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__branding-mobile {
    display: none;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header__branding-mobile {
    position: relative;
    padding: 12px 0;
    display: flex;
    align-items: center;
  }
}
.kp-header__branding-mobile .logo-icon {
  float: left;
}
@media screen and (min-width: 1152px) {
  .kp-header__branding-mobile .logo-icon {
    display: none;
  }
}
.kp-header__branding-mobile .logo-short {
  width: auto;
  display: none;
}
.kp-header__mobile-buttons {
  grid-column: span 5;
  -ms-grid-column-span: 5;
  margin-right: 0;
  display: block;
  padding: 8px 0 7px 0;
  text-align: right;
}
.kp-header__mobile-buttons .mobile-header-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 160px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  user-select: none;
  text-align: center;
  height: auto;
  line-height: 20px;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  min-width: auto;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .kp-header__mobile-buttons .mobile-header-button {
    line-height: 22px;
  }
}
.kp-header__mobile-buttons .icon {
  display: block;
  margin: 0 auto 3px;
  width: 24px;
  height: 24px;
}
.kp-header__mobile-buttons .mobile-signin-button,
.kp-header__mobile-buttons .mobile-search-button {
  margin-right: 0.5em;
  padding: 0 3px;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .kp-header__mobile-buttons .mobile-signin-button,
  .kp-header__mobile-buttons .mobile-search-button {
    margin-right: 1em;
  }
}
.kp-header__mobile-buttons .search-btn-text, .kp-header__mobile-buttons .menu-btn-text, .kp-header__mobile-buttons .signin-btn-text {
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-family: "Gotham 5r";
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .kp-header__mobile-buttons {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__mobile-buttons {
    display: none;
  }
}
.kp-header__mobile-buttons .icon-menu {
  font-size: 2.5rem;
}
.kp-header__mobile-buttons .icon-search {
  font-size: 2.5rem;
}
.kp-header__mobile-buttons .mobile-menu-trigger-open i {
  padding-right: 0;
}
.kp-header__util-links {
  grid-column: span 12;
  -ms-grid-column-span: 12;
  margin-right: 0;
  grid-row: 1;
  display: none;
  text-align: start;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 13px;
  list-style: none;
}
@media screen and (min-width: 1152px) {
  .kp-header__util-links {
    display: block;
  }
}
.kp-header__util-links > li {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.kp-header__util-links > li:last-child {
  border-right: 0 none;
  padding-right: 0;
}
.kp-header__util-links > li a {
  color: #0078B3;
  letter-spacing: -0.1px;
}
.kp-header__util-links > li .kp-header__register-text {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
}
.kp-header__util-links > li .kp-header__signin-or-register-text {
  display: inline-block;
  vertical-align: super;
}
.kp-header__util-links > li.kp-header__signin-text {
  position: relative;
  top: 2px;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header__util-links .provisional-header {
    display: flex;
    padding-bottom: 12px;
    padding-top: 12px;
    align-items: center;
  }
}
.kp-header__util-links .provisional-header .drop-menu-pattern {
  font-family: "Gotham 5r";
}
.kp-header__util-links .drop-menu-pattern .drop-menu label > span {
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu {
    align-items: center;
    background-color: #0D1C3D;
  }
  .kp-header-global-menu__navigation-outer-container {
    display: flex;
  }
}
@media screen and (min-width: 1152px) and (max-width: 767px) {
  .kp-header-global-menu__navigation-outer-container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu__navigation-outer-container {
    margin-right: 0;
    margin-left: 0;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu__navigation-outer-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .kp-header-global-menu__menu-item {
    text-align: left;
  }
}
.kp-header-global-menu .peripheral-content {
  margin-top: 0;
  padding: 0 16px;
  grid-column: span 2;
  -ms-grid-column-span: 2;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu .peripheral-content {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .peripheral-content {
    padding: 0;
  }
}
.kp-header-global-menu .peripheral-content .button {
  width: 100%;
}
.kp-header-global-menu .peripheral-content .button.-tertiary {
  margin-top: 36px;
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu .peripheral-content__desktop {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .peripheral-content__desktop {
    display: flex;
    align-items: center;
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
    height: 90px;
    text-align: right;
  }
}
.kp-header-global-menu .peripheral-content__desktop__search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #FFF;
  background-color: transparent;
  text-align: left;
  padding: 2px 16px;
  height: 36px;
  margin-right: -1.5em;
  display: flex;
  margin-right: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: #0078B3;
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 5px;
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
    visibility: visible;
    font-size: 13px;
    line-height: 32px;
  }
}
.kp-header-global-menu .peripheral-content__desktop__search-button img {
  margin: 0 6px 0 0;
  height: 15px;
  filter: brightness(0) invert(1);
}
.kp-header-global-menu .peripheral-content__desktop__search-button:hover {
  background-color: #90CEF1;
  border: 1px solid #90CEF1;
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:hover .search-btn-text {
  color: #003B71;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:hover img {
  filter: none;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:focus {
  background-color: #90CEF1;
  border: 1px solid #90CEF1;
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:focus .search-btn-text {
  color: #003B71;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:focus img {
  filter: none;
}
.kp-header-global-menu .peripheral-content__device {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .peripheral-content__device {
    display: none;
  }
}
.kp-header-global-menu .peripheral-content__device__buttons .button {
  background-color: #0D1C3D;
  color: white;
  border: 1px solid #FFF;
  padding: 2px 16px;
  height: 52px;
  font-size: 16px;
}
.kp-header-global-menu .peripheral-content__device__buttons .button:hover {
  background-color: #92CCF0;
  color: #0D1C3D;
}
.kp-header-global-menu .peripheral-content__device__register-container {
  margin-top: 16px;
  margin-bottom: 58px;
  font-size: 16px;
  line-height: 16px;
}
.kp-header-global-menu .peripheral-content__device__register-container a {
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__device__register-container a:hover {
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__device__selectors {
  display: block;
}
.kp-header__search-container {
  clear: both;
  float: left;
  display: block;
  width: 100%;
}
.kp-header__search-container .autocomplete-container {
  clear: both;
  float: left;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links, .kp-header.authenticated .kp-header__signin-or-register-utility-links {
    float: right;
    display: flex;
    align-items: center;
    height: 56px;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links img, .kp-header.authenticated .kp-header__signin-or-register-utility-links img {
    margin-right: 10px;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text, .kp-header.authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text {
    color: #FFF;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text p, .kp-header.authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text a, .kp-header.authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text a {
    color: #FFF;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text a:hover, .kp-header.authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text a:hover {
    color: #92CCF0;
  }
  .kp-header.non-authenticated .kp-header__top-header, .kp-header.authenticated .kp-header__top-header {
    height: 56px;
  }
}
.kp-header.authenticated .kp-header__signin-or-register-utility-links img {
  margin-right: 0px;
}
.kp-header.authenticated .kp-header__signin-or-register-utility-links .--account .drop-menu {
  margin-right: 0px;
  display: flex !important;
}
.kp-header.authenticated .outer-hr {
  margin: 24px 16px 0px;
  border: 1px solid #677083;
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .outer-hr {
    display: none !important;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .device-only {
    display: none !important;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.task-flow .kp-header__branding {
    height: 96px;
  }
  .kp-header.task-flow .kp-header-global-menu__navigation-outer-container {
    height: 96px;
  }
  .kp-header.task-flow .kp-header-global-menu__navigation-container {
    display: none;
  }
  .kp-header.task-flow.kp-header.authenticated .kp-header__top-header {
    height: 0;
  }
  .kp-header.task-flow .peripheral-content__desktop section .kp-header__top-header.navigation {
    height: fit-content;
    background-color: transparent;
  }
  .kp-header.task-flow .peripheral-content__desktop section .kp-header__top-header.navigation .--account {
    margin-left: 8px;
  }
  .kp-header.task-flow__top-header-global-menu {
    height: 0px;
  }
  .kp-header.task-flow .peripheral-content__desktop:last-child .drop-menu-pattern.--language ul.drop-menu-list {
    left: auto;
    right: 0;
  }
}
.kp-header.task-flow .drop-menu-pattern {
  background-color: #0D1C3D;
}
.kp-header.task-flow .drop-menu-pattern .drop-menu .drop-menu-dropdown {
  white-space: nowrap;
  background-color: #0D1C3D;
}
.kp-header.task-flow .drop-menu-pattern:first-child .drop-menu {
  margin-right: 0;
}
.kp-header.task-flow .drop-menu-pattern.--region-dark .drop-menu {
  margin-right: 17px;
}
.kp-header.task-flow .drop-menu-pattern.--region-dark .drop-menu .drop-menu-label {
  margin-right: 8px;
  font-size: 14px;
}
.kp-header.task-flow .outer-hr {
  margin: 24px 16px 0px;
  border: 1px solid #677083;
}
@media screen and (min-width: 1152px) {
  .kp-header.task-flow .outer-hr {
    display: none !important;
  }
}
.kp-header.task-flow.kp-header .drop-menu-pattern.--language .drop-menu-label {
  margin-right: 4px;
  font-size: 14px;
}
.kp-header.task-flow.kp-header .drop-menu-pattern.--language .drop-menu-label-text {
  color: #FFF;
}
@media screen and (max-width: 1151px) {
  .kp-header.task-flow {
    height: 64px;
  }
  .kp-header.task-flow.kp-header__branding {
    padding: 1em 0;
  }
  .kp-header.task-flow.kp-header__branding-mobile {
    align-items: flex-start;
  }
  .kp-header.task-flow .mobile-menu-button.mobile-header-button.mobile-menu-trigger-open .icon {
    margin: 0 auto;
  }
  .kp-header.task-flow .mobile-menu-button.mobile-header-button.mobile-menu-trigger-open .menu-btn-text {
    font-weight: 350;
  }
  .kp-header.task-flow .kp-header-global-menu__menu-item__link {
    font-weight: 350;
  }
  .kp-header.task-flow.authenticated .kp-header-global-menu {
    padding: 45px 0;
  }
  .kp-header.task-flow.kp-header .drop-menu-pattern.--language .drop-menu-label, .kp-header.task-flow.kp-header .drop-menu-pattern.--region-dark .drop-menu-label {
    margin-bottom: 4px;
  }
}
.kp-header.task-flow .pheriperal-content__device__selectors hr.outer-hr {
  margin: 24px 0px;
}
.kp-header.task-flow .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
  background-color: #0D1C3D;
}
.kp-header.task-flow .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown:hover {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.kp-header.task-flow .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown:focus {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.kp-header .mobile-header-button.btn-pushdown-trigger .icon {
  display: block;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon.hidden {
  display: block;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon.hidden.hidden {
  display: none;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon__close {
  display: block;
  margin: 2px auto 1px;
  width: 24px;
  height: 24px;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon__close img {
  height: 19.83px;
  width: 19.83px;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon__close.hidden {
  display: none;
}
.kp-header a {
  background-color: transparent;
  text-decoration: none;
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header-global-menu__navigation-container {
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: center;
  }
  .kp-header .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 34px;
    height: inherit;
    margin: 0 35px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.kp-header__menu-end {
  visibility: visible;
}

.kp-header__menu-end-trigger {
  visibility: hidden;
}
@media screen and (min-width: 1152px) {
  .kp-header__menu-end-trigger {
    display: none;
  }
}

.kp-header-global-menu.pushdown-nav.open .kp-header__menu-end-trigger {
  visibility: visible;
}

.kp-header .logo-long {
  max-width: initial;
}
.kp-header .kp-header__top-header {
  position: relative;
  background-color: #0D1C3D;
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header__top-header {
    background-color: #003B71;
  }
}
.kp-header.task-flow {
  height: auto;
}
.kp-header.task-flow .logo-long {
  display: block;
}
.kp-header .kp-header__util-links > li {
  font-size: initial;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header__util-links .provisional-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 58px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .kp-header-global-menu__navigation-outer-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.kp-header .peripheral-content {
  padding: 0 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header .peripheral-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header .peripheral-content {
    padding: 0;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    margin-left: 22px;
  }
}
.kp-header .kp-header-global-menu__menu-pipe {
  display: none;
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header-global-menu__menu-pipe {
    display: block;
    align-self: center;
    width: 1px;
    height: 22px;
    background-color: #92CCF0;
  }
}
.kp-header .kp-header__messages-link-desktop {
  position: relative;
  display: flex;
  align-content: center;
  color: white;
  top: 1px;
}
.kp-header .kp-header__messages-link-desktop .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.kp-header .kp-header__messages-link-desktop .text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gotham 5r";
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0;
}
.kp-header .kp-header__messages-pipe-desktop {
  width: 1px;
  height: 24px;
  border: 0;
  background-color: white;
  opacity: 0.4;
  margin: 0 18px;
}
.kp-header .autocomplete-search.-ds2 {
  float: none;
}
@media screen and (max-width: 1151px) {
  .kp-header .autocomplete-search.-ds2 {
    padding-top: 0;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__logo {
  margin-bottom: 6px;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__close {
  right: 7px;
  margin-bottom: 0;
  text-decoration: none;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__close:hover {
  background-color: transparent;
  text-decoration: underline;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__form {
  max-width: 90rem;
  width: 100%;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__form {
    margin-right: auto;
    margin-left: auto;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__input__container .focus-input {
  position: absolute;
  border-radius: 4px;
  display: block;
  bottom: -5px;
  border: 1px solid white;
  left: -5px;
  height: 58px;
}
.kp-header .autocomplete-search.-ds2 .container--ds2 {
  z-index: 3;
  top: 84px;
  margin: auto 0;
  width: auto;
  left: -22px;
  right: -22px;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .container--ds2 {
    width: calc(100% - 106px);
    top: 0;
    left: unset;
    right: unset;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox {
  top: 0;
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox {
    top: 58px;
    border-radius: 4px;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
  height: 24px;
  margin: -1px 16px 0px 22px !important;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
    margin-left: 16px !important;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__heading {
  padding-left: 22px;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__heading {
    padding-left: 16px;
  }
}
.kp-header .autocomplete-search.-ds2.expanded {
  display: flex;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2.has-subnav {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .kp-header-global-menu__navigation-outer-container {
    flex-direction: column;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .kp-header-global-menu__inner {
    flex-direction: column;
  }
}
.kp-header.universal .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
  justify-content: flex-start;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    margin-right: 32px;
  }
}
.kp-header.universal .drop-menu-pattern.--region-area-dark .drop-menu .drop-down-menu-chevron {
  width: 24px;
  height: 24px;
}
.kp-header.universal.task-flow .kp-header-global-menu__navigation-outer-container,
.kp-header.universal.task-flow .kp-header__branding {
  height: auto;
  min-height: 92px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.task-flow .kp-header-global-menu__navigation-outer-container,
  .kp-header.universal.task-flow .kp-header__branding {
    min-height: 90px;
  }
}
.kp-header.universal.task-flow .peripheral-content__desktop section .kp-header__top-header.navigation .--account {
  margin-left: 24px;
}
.kp-header.universal.task-flow .drop-menu-pattern.--region-dark .drop-menu {
  margin-right: 24px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.task-flow .kp-header-global-menu__navigation-outer-container {
    flex-direction: unset;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.task-flow .kp-header-global-menu__inner {
    flex-direction: unset;
  }
}
.kp-header.universal .kp-header__util-links {
  font-size: 0; /* inline block extra space fix */
}
.kp-header.universal .drop-menu-pattern.--region-dark .drop-menu .drop-menu-label,
.kp-header.universal .drop-menu-pattern.--language .drop-menu .drop-menu-label {
  margin-right: 8px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search {
    align-items: center;
    min-height: 68px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.kp-header.universal .autocomplete-search.collapsed, .kp-header.universal .autocomplete-search.expanded {
  animation: none;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search.expanded {
    display: flex;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search .autocomplete-search__form {
    max-width: 90rem;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search .autocomplete-search__form .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.kp-header.universal .autocomplete-search .autocomplete-search__input {
  padding-left: 16px;
  font-size: 16px !important;
}
.kp-header.universal .autocomplete-search .autocomplete-search__input::placeholder {
  font-size: 14px !important;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search .autocomplete-search__input::placeholder {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search .autocomplete-search__combobox {
    max-width: 1150px;
    margin-right: 0;
    width: 100%;
  }
}
.kp-header.universal .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a,
.kp-header.universal .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.focused {
  padding-right: 12px;
}
.kp-header.universal .autocomplete-search .autocomplete-search__submit {
  display: flex;
  font-size: inherit;
  width: auto;
  min-width: auto;
  height: 48px;
  border-radius: 24px;
  margin: 0 0 0 24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search .autocomplete-search__submit {
    margin-right: 60px;
  }
}
.kp-header.universal .autocomplete-search .autocomplete-search__submit .search-icon {
  width: auto;
}
.kp-header.universal .autocomplete-search .autocomplete-search__submit:hover, .kp-header.universal .autocomplete-search .autocomplete-search__submit:focus {
  text-decoration: underline;
}
.kp-header.universal .autocomplete-search .autocomplete-search__submit span {
  text-overflow: unset;
  overflow: unset;
}
.kp-header.universal .autocomplete-search .autocomplete-search__close {
  position: absolute;
  right: 0;
  border-radius: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search .autocomplete-search__close {
    right: 16px;
    width: 50px;
    justify-content: center;
  }
}
.kp-header.universal .autocomplete-search .autocomplete-search__close:hover {
  color: #fff;
}
.kp-header.universal .autocomplete-search .autocomplete-search__close__icon {
  margin-right: 0;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search .autocomplete-search__close__icon {
    width: 14px;
    height: 14px;
  }
}
.kp-header.universal.exposed-search .kp-header__branding-mobile {
  padding-top: 16px;
  padding-bottom: 24px;
}
.kp-header.universal.exposed-search .kp-header__branding-mobile .logo-icon {
  height: 40px;
  width: 150px;
}
.kp-header.universal.exposed-search .kp-header-global-menu__mobile-buttons {
  display: none;
}
.kp-header.universal.exposed-search .mobile-header-button.btn-pushdown-trigger {
  position: relative;
  top: -1px;
  width: 34px;
}
.kp-header.universal.exposed-search .mobile-header-button.btn-pushdown-trigger.open .icon__close {
  position: relative;
  top: -2px;
}
.kp-header.universal.exposed-search .mobile-header-button.btn-pushdown-trigger.open .icon__close img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .kp-header__bottom-bar {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .peripheral-content {
    flex-grow: 1;
  }
  .kp-header.universal.exposed-search .peripheral-content .peripheral-content__desktop {
    max-width: 645px;
    width: 100%;
    justify-content: flex-end;
  }
  .kp-header.universal.exposed-search .peripheral-content .peripheral-content__desktop .swap-position {
    width: 100%;
    max-width: 471px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.universal.exposed-search .autocomplete-search {
    padding-bottom: 16px;
    padding-top: 4px;
    min-height: unset;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search {
    display: flex;
    margin-top: 0;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__heading {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__heading {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__heading {
    padding-top: 16px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__form {
    max-width: 683px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__form {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input__container .focus-input {
  height: 46px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input__container .focus-input {
    height: 54px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input {
    height: 36px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input {
    height: 44px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input:focus-visible {
  outline: none;
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input[aria-expanded=true] {
  border: 2px solid #0078B3;
}
.kp-header.universal.exposed-search .autocomplete-search .active-input:focus-visible {
  border: 2px solid #0078B3;
}
.kp-header.universal.exposed-search .autocomplete-search .clear-input-button {
  right: 6px;
  width: 24px;
  height: 24px;
  top: 16%;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .clear-input-button {
    right: 10px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .clear-input-button img {
  width: 24px;
  height: 24px;
  filter: invert(67%) sepia(100%) saturate(1083%) hue-rotate(175deg) brightness(62%) contrast(137%);
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .clear-input-button {
    top: 22%;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit {
  width: auto;
  display: flex;
  font-size: inherit;
  width: auto;
  min-width: auto;
  font-size: 14px;
  padding: 2px 16px 2px 16px;
  height: 36px;
  border-radius: 100px;
  margin: 0 0 0 14px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit {
    margin-left: 24px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit .search-icon {
  width: auto;
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit:hover, .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit:focus {
  text-decoration: underline;
}
.kp-header.universal.exposed-search .autocomplete-search .container--ds2 {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  top: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.universal.exposed-search .autocomplete-search .container--ds2 {
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .container--ds2 {
    top: 46px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__list {
  padding-bottom: 8px;
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox {
  top: 0;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox {
    top: 10px;
    margin-bottom: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result,
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result .-typed {
    color: #0D1C3D;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover,
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result .-typed:hover {
    color: #fff;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover .-typed,
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result .-typed:hover .-typed {
    color: #fff;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .kp-header.universal.exposed-search .autocomplete-search.-ds2 .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
    margin-left: 16px !important;
  }
}
.kp-header.universal.exposed-search.task-flow .kp-header__branding-mobile {
  padding-top: 20px;
  padding-bottom: 20px;
}
.kp-header__middle-bar {
  display: none;
}
@media screen and (min-width: 1152px) {
  .kp-header__middle-bar {
    display: flex;
    justify-content: space-between;
    height: 94px;
    width: 100%;
  }
  .kp-header__middle-bar .kp-header__branding {
    height: unset;
  }
}
.kp-header__account-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 0;
}
@media screen and (min-width: 1152px) {
  .kp-header__account-ctas .button {
    margin-bottom: 0 !important;
  }
}
.kp-header__authenticated-search-desktop {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.kp-header__authenticated-search-desktop .swap-position {
  width: 100%;
  max-width: 471px;
}
@media screen and (min-width: 1152px) {
  .kp-header__authenticated-search-desktop .swap-position .autocomplete-search {
    height: 94px;
  }
}
.kp-header__cross-site-nav-wrap {
  float: right;
}
.kp-header__cross-site-nav {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  height: 58px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
.kp-header__cross-site-nav li {
  display: inline-block;
  margin-right: 24px;
}
.kp-header__cross-site-nav li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.kp-header__cross-site-nav li a {
  color: #fff;
}
.kp-header__cross-site-nav a:hover {
  text-decoration: underline;
}
.kp-header__cross-site-nav__icon {
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  margin-left: 6px;
}
.kp-header__bottom-bar {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1152px) {
  .kp-header__bottom-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 68px;
    align-items: center;
  }
  .kp-header__bottom-bar .kp-header-global-menu__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .kp-header__bottom-bar .kp-header-global-menu__navigation-container {
    flex-direction: unset;
    height: unset;
    justify-content: unset;
  }
  .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    margin: 0;
    column-gap: 32px;
    row-gap: 0;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    column-gap: 24px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1281px) {
  .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    column-gap: 32px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__bottom-bar .peripheral-content .desktop-search-button {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header__bottom-bar .peripheral-content .desktop-search-button .search-btn-text {
    color: unset;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__bottom-bar .peripheral-content .desktop-search-button img {
    padding-right: 0;
    margin-right: 8px;
    filter: brightness(0) invert(1);
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button:hover, .kp-header__bottom-bar .peripheral-content .desktop-search-button:focus {
    text-decoration: underline;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button:hover img, .kp-header__bottom-bar .peripheral-content .desktop-search-button:focus img {
    filter: none;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) and (max-width: 1180px) {
  .kp-header__bottom-bar .peripheral-content .desktop-search-button {
    padding: 2px 16px 2px 14px;
    height: 36px;
    border-radius: 100px;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button .search-btn-text {
    font-size: 14px;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header__bottom-bar .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 25px;
    overflow: visible;
    white-space: nowrap;
    text-decoration: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__bottom-bar .peripheral-content .peripheral-content__desktop {
    height: unset;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header__bottom-bar .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    padding: 0;
  }
}
.kp-header__bottom-bar.hidden {
  display: none;
}

.kp-header-global-menu .peripheral-content__device__register-container {
  margin-bottom: 58px;
}
.kp-header-global-menu .peripheral-content__device__cross-site-nav {
  margin-top: 16px;
  margin-bottom: 58px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: left;
}
.kp-header-global-menu .peripheral-content__device__cross-site-nav a:hover,
.kp-header-global-menu .peripheral-content__device__cross-site-nav a:focus {
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__device__cross-site-nav > h3 {
  font-family: "Gotham 5r";
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}
.kp-header-global-menu .peripheral-content__device__buttons .button.-signin {
  min-width: 100%;
}
.kp-header-global-menu .peripheral-content__device__list li {
  margin-left: 36px;
  margin-bottom: 24px;
}
.kp-header-global-menu .peripheral-content__device__list li:last-child {
  margin-bottom: 0;
}
.kp-header-global-menu .peripheral-content__device__icon {
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  margin-left: 6px;
}

.kp-header__branding-mobile {
  padding-top: 20px;
  padding-bottom: 20px;
}

.kp-header__mobile-buttons {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: flex-end;
}
.kp-header__mobile-buttons img {
  filter: brightness(0) invert(1) !important;
}
@media screen and (min-width: 1152px) {
  .kp-header__mobile-buttons {
    display: none;
  }
}
.kp-header__mobile-buttons .mobile-header-button {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header__mobile-buttons .mobile-header-button .signin-btn-text,
  .kp-header__mobile-buttons .mobile-header-button .menu-btn-text {
    position: relative;
    top: -1px;
  }
}
.kp-header__mobile-buttons .mobile-signin-button,
.kp-header__mobile-buttons .mobile-search-button {
  margin-right: 22px;
}

.button.-inverted.-dark.-register:hover, .button.-inverted.-dark.-register:focus, .button.-dark.-sign-in:hover, .button.-dark.-sign-in:focus {
  text-decoration: underline;
}
.button.-dark.-sign-in {
  background-color: #E6F2F7 !important;
  color: #003B71 !important;
  border: 1px solid #0074AD !important;
}
.button.-dark.-sign-in:hover, .button.-dark.-sign-in:focus {
  text-decoration: underline;
}
.button.-dark.-sign-in:hover {
  color: !important;
  background-color: #92CCF0 !important;
  border-color: #92CCF0 !important;
}
.button.-dark.-sign-in span {
  color: #003B71;
}
.button.-dark.-sign-in img {
  padding-right: 0;
  margin-right: 8px;
  height: 24px;
}

@media screen and (max-width: 1151px) {
  .kp-header-global-menu .peripheral-content__desktop {
    display: none !important;
  }
}

.kp-header.non-authenticated .autocomplete-search:not(.hidden),
.kp-header.authenticated .autocomplete-search:not(.hidden) {
  display: flex !important;
}

#autocomplete-search-secure {
  width: 100%;
}

#nav-device-position-authenticated > nav {
  flex: 0 0 100%;
}

.kp-header #sda-autocomplete {
  text-align: left;
}
.kp-header #sda-autocomplete fieldset {
  margin-top: 0 !important;
}
.kp-header #sda-autocomplete fieldset:last-of-type ul li:last-child:hover, .kp-header #sda-autocomplete fieldset:last-of-type ul li:last-child:focus-within {
  border-radius: 0 0 4px 4px;
}
.kp-header #sda-autocomplete fieldset legend.sda-h3,
.kp-header #sda-autocomplete fieldset legend h3 {
  font-family: "Gotham 5r", Verdana !important;
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 1152px) {
  .kp-header #sda-autocomplete fieldset legend.sda-h3,
  .kp-header #sda-autocomplete fieldset legend h3 {
    margin-top: 16px;
    margin-left: 16px;
  }
}
.kp-header #sda-autocomplete fieldset ul li {
  text-decoration: none;
  font-size: 16px;
}
.kp-header #sda-autocomplete fieldset ul li a {
  text-decoration: none;
}
.kp-header #sda-autocomplete fieldset ul li a span {
  color: #0074AD !important;
}
.kp-header #sda-autocomplete fieldset ul li div span {
  color: #0D1C3D !important;
}
.kp-header #sda-autocomplete fieldset ul li a span,
.kp-header #sda-autocomplete fieldset ul li div span {
  cursor: inherit !important;
  margin: 0 0 0 12px !important;
}
.kp-header #sda-autocomplete fieldset ul li a:focus span,
.kp-header #sda-autocomplete fieldset ul li div:focus span {
  color: #fff !important;
}
.kp-header #sda-autocomplete fieldset ul li:hover a,
.kp-header #sda-autocomplete fieldset ul li:hover div {
  color: #fff !important;
}
.kp-header #sda-autocomplete fieldset ul li:hover a span,
.kp-header #sda-autocomplete fieldset ul li:hover div span {
  color: #fff !important;
}
.kp-header #sda-autocomplete fieldset ul li:hover a {
  text-decoration: underline;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-external-links ul li {
  padding-left: 16px;
  padding-right: 16px;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-external-links ul li:hover {
  cursor: hand !important;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-external-links ul li .sda-autocomplete-item-icon {
  width: 24px;
  height: 24px;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-suggestions ul li div {
  padding-left: 16px;
  padding-right: 16px;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-suggestions ul li div .sda-autocomplete-item-icon {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .kp-header.exposed-search #sda-autocomplete fieldset legend h3 {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .kp-header.exposed-search #sda-autocomplete fieldset.sda-autocomplete-external-links ul li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .kp-header.exposed-search #sda-autocomplete fieldset.sda-autocomplete-suggestions ul li div {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.kp-header .drop-menu-label-text {
  font-size: 13px !important;
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu {
    display: block;
  }
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown,
  .kp-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    max-height: 36px;
  }
}
.kp-header .drop-menu-pattern.--region-area-dark .drop-menu,
.kp-header .drop-menu-pattern.--region-dark .drop-menu,
.kp-header .drop-menu-pattern.--language .drop-menu {
  margin-right: 26px;
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu,
  .kp-header .drop-menu-pattern.--language .drop-menu {
    align-items: flex-start;
  }
}
.kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown,
.kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown,
.kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
  padding: 10px 6px 10px 12px;
  max-height: 36px;
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown,
  .kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
    padding: 15px 16px !important;
    max-height: unset;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown span,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown span,
  .kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown span {
    font-size: 16px;
  }
}
.kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-down-menu-chevron,
.kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-down-menu-chevron,
.kp-header .drop-menu-pattern.--language .drop-menu .drop-down-menu-chevron {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-label,
  .kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-list,
  .kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 2px;
    position: relative;
    white-space: normal;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.non-authenticated .kp-header__top-header, .kp-header.authenticated .kp-header__top-header {
    height: 58px;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.authenticated {
    background-color: transparent;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-label {
    display: none;
  }
}
.kp-header.authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-link:hover {
  color: #0D1C3D !important;
  background-color: transparent !important;
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .kp-header__top-header .drop-menu-pattern.--region-area-dark .drop-menu {
    margin-right: 16px;
  }
}
.kp-header.authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-button-img {
  margin-right: 4px;
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner {
    position: relative;
    left: 0;
    transition: left ease 0.9s;
    will-change: left;
    z-index: 1;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.is-active-container {
    left: -100vw;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list {
    background-color: #E6F2F7;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item {
    position: static;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item.is-active .megamenu-wrap {
    visibility: visible;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    min-height: 57px;
    height: auto;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 24px;
    color: #0D1C3D;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-device {
    display: block;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-desktop-wrap {
    display: none;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container {
    float: left;
    width: 100%;
    padding: 22px 0 0 0;
    background-color: #0D1C3D;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__icon-item {
    margin-bottom: 18px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__icon-item-link {
    display: flex;
    align-items: center;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .account-list {
    margin-bottom: 24px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list > li {
    margin-left: 22px;
    line-height: unset;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item {
    margin-left: 48px;
    margin-bottom: 22px;
    padding-left: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item .sign-out-link {
    font-family: "Gotham 5r";
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item .sign-out-link img {
    padding-right: 0;
    margin-right: 4px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item:last-child {
    margin-bottom: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.authenticated .kp-header__bottom-bar {
    position: relative;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner {
    position: absolute;
    width: 568px;
    left: -568px;
    background-color: #0D1C3D;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.is-active-container {
    left: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.is-active-container .megamenu-wrap {
    left: -568px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.is-active-container .kp-header-global-menu__menu-item.is-active .megamenu-wrap {
    left: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__navigation-container {
    padding: 20px 0 0 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item {
    margin-left: 52px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list {
    margin-right: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item:first-of-type {
    padding-left: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    position: relative;
    display: flex;
    align-items: center;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-device {
    display: none;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-desktop-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20px;
    position: relative;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-desktop {
    width: 12px;
    height: 12px;
    transition: all ease 0.3s;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .megamenu-wrap {
    top: -42px;
    opacity: 0;
    z-index: -1;
    transition: all ease 0.4s;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item.is-active .kp-header-global-menu__menu-item__icon-desktop {
    transform: rotate(180deg);
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item.is-active .megamenu-wrap {
    visibility: visible;
    top: 62px;
    opacity: 1;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner {
    position: relative;
    width: 100%;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.no-megamenu-desktop-animation .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .megamenu-wrap {
    top: 62px;
    opacity: 1;
    transition: none;
  }
}
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap h2,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap h3,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap h4,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap span,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap p,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap li {
  color: #0D1C3D;
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu {
    background-color: transparent;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated.theme-nt-mobile-inky-blue.task-flow .kp-header-global-menu {
    background-color: #0D1C3D;
  }
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu {
  margin-right: 0;
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown.drop-menu-dropdown {
  background-color: #076464;
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown.drop-menu-dropdown:hover, .kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown.drop-menu-dropdown:focus {
  background-color: #ffffee;
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown.drop-menu-dropdown:hover img, .kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown.drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(45%) saturate(2608%) hue-rotate(154deg) brightness(95%) contrast(95%);
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown.drop-menu-dropdown:hover span, .kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown.drop-menu-dropdown:focus span {
  color: #076464;
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list {
  border-color: #076464;
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list li.drop-menu-list-op a .drop-menu-list-icon {
  filter: brightness(0) saturate(100%) invert(23%) sepia(45%) saturate(2608%) hue-rotate(154deg) brightness(95%) contrast(95%);
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list li.drop-menu-list-op a .drop-menu-list-text {
  color: #076464;
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list li.drop-menu-list-op a:hover .drop-menu-list-icon {
  filter: none;
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list li.drop-menu-list-op a:hover .drop-menu-list-text {
  color: #0D1C3D;
}
.kp-header.authenticated.theme-nt-mobile-maui.theme-nt-mobile-maui.theme-nt-mobile-maui .kp-header__bottom-bar .kp-header-global-menu__navigation-container {
  background-color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.authenticated .kp-header-global-menu.pushdown-nav.open .kp-header-global-menu__inner {
    left: 0;
  }
  .kp-header.authenticated .kp-header-global-menu.pushdown-nav.open .kp-header-global-menu__inner .megamenu-wrap {
    left: -568px;
  }
  .kp-header.authenticated .kp-header-global-menu.pushdown-nav.open .kp-header-global-menu__inner.is-active-container {
    left: -568px;
  }
  .kp-header.authenticated .kp-header-global-menu.pushdown-nav.open .kp-header-global-menu__inner.is-active-container .megamenu-wrap {
    left: 568px;
  }
}

.kp-header__dim {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity ease 0.4s;
}
@media screen and (min-width: 768px) {
  .kp-header__dim.-animating {
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .kp-header__dim.-active {
    opacity: 1;
    visibility: visible;
  }
}

.megamenu-wrap {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  left: 100vw;
  transition: left ease 0.9s;
  will-change: left;
  visibility: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu-wrap {
    left: -568px;
    z-index: 2;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 1152px) {
  .megamenu-wrap {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    transition: none;
  }
}

.megamenu {
  width: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid #0074AD;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu {
    box-shadow: -1px 0 0 #0074AD;
  }
}
@media screen and (min-width: 768px) {
  .megamenu {
    border-right: 1px solid #0074AD;
    border-radius: 0 8px 8px 0;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu {
    border-left: 1px solid #0074AD;
    border-top: 1px solid #0074AD;
    border-radius: 8px;
  }
}

.megamenu__content {
  position: relative;
  padding: 16px 16px 24px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu__content {
    padding: 20px 20px 32px 20px;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__content {
    padding: 24px 24px 32px 24px;
  }
}

.megamenu__utility-bar {
  margin-top: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1152px) {
  .megamenu__utility-bar {
    display: none;
  }
}

.megamenu__back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 8px 0 0;
  background-color: transparent;
  font-family: "Gotham 5r";
  font-size: 18px;
  line-height: 24px;
  color: #0078B3;
}
@media screen and (min-width: 1152px) {
  .megamenu__back-button {
    display: none;
  }
}
.megamenu__back-button .svg-fill {
  color: #0078B3 !important;
}
.megamenu__back-button span {
  color: #0078B3 !important;
}
.megamenu__back-button:hover {
  color: #003B71;
}
.megamenu__back-button:hover .svg-fill {
  color: #003B71 !important;
}
.megamenu__back-button:hover span {
  color: #003B71 !important;
}

.megamenu__back-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.megamenu__close-button {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  padding: 8px;
  background-color: transparent;
  z-index: 1;
}
@media screen and (min-width: 1152px) {
  .megamenu__close-button {
    display: block;
    top: 22px;
    right: 22px;
  }
}

.megamenu__close-icon {
  display: block;
  width: 30px;
  height: 30px;
}

.megamenu__header-wrap {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu__header-wrap {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__header-wrap {
    display: flex;
    column-gap: 32px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1281px) {
  .megamenu__header-wrap {
    column-gap: 32px;
  }
}

@media screen and (min-width: 1152px) {
  .megamenu__header-content {
    flex: 0 0 916px;
  }
}

.megamenu__header {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}

.megamenu__title-icon {
  width: 48px;
  height: 48px;
}

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

.megamenu__for-person {
  font-size: 13px;
  line-height: 20px;
  font-family: "Gotham 4r";
  color: #677083 !important;
  letter-spacing: 0;
}
@media screen and (min-width: 1152px) {
  .megamenu__for-person {
    font-size: 14px;
  }
}

.megamenu__subheader {
  font-family: "Gotham 4r";
  margin-bottom: 0;
}
@media screen and (min-width: 1152px) {
  .megamenu__subheader {
    margin-left: 67px;
  }
}
.megamenu__subheader ul {
  list-style-type: disc;
  margin-block-start: 16px;
  margin-block-end: 24px;
  padding-inline-start: 1.8em;
}
@media screen and (min-width: 1152px) {
  .megamenu__subheader ul {
    margin-block-end: 36px;
  }
}
.megamenu__subheader > *:last-child {
  margin-bottom: 0;
}
.megamenu__subheader a:hover {
  color: #003B71 !important;
  background-color: transparent !important;
  text-decoration: underline;
}

.megamenu-wrap.mychart .megamenu__header-wrap {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1152px) {
  .megamenu-wrap.mychart .megamenu__subheader {
    margin-left: 90px;
  }
}

.megamenu__subheader-link-wrapper {
  margin-bottom: 24px;
}
@media screen and (min-width: 1152px) {
  .megamenu__subheader-link-wrapper {
    margin-bottom: 16px;
  }
}

.megamenu__subheader-link--big {
  display: inline-block;
  font-family: "Gotham 5r";
  font-size: 20px;
  line-height: 28px !important;
}
.megamenu__subheader-link--big:hover {
  text-decoration: underline;
}
.megamenu__subheader-link--small {
  font-size: 13px;
  line-height: 20px !important;
}
.megamenu__subheader-link--small:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1151px) {
  .megamenu__subheader-cta {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu__subheader-cta {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__subheader-cta {
    position: relative;
    top: 34px;
    padding-left: 38px;
    padding-right: 38px;
  }
}

.megamenu__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .megamenu__body {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 64px;
    row-gap: 48px;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__body {
    grid-template-columns: repeat(auto-fit, 288px);
    column-gap: 65px;
    row-gap: 56px;
  }
}

.megamenu__column-header {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "Gotham 5r";
  margin-top: 0;
  margin-bottom: 24px;
}
.megamenu__column-header.-book, .megamenu__column-header.\--book {
  font-family: "Gotham 4r";
}
.megamenu__column-header.-light, .megamenu__column-header.\--light {
  font-family: "Gotham 3r";
}
.megamenu__column-header.-medium, .megamenu__column-header.\--medium {
  font-family: "Gotham 5r";
}
.megamenu__column-header.-bold, .megamenu__column-header.\--bold {
  font-family: "Gotham 5r";
}

.megamenu__column-list {
  font-family: "Gotham 4r";
  font-size: 16px !important;
  line-height: 24px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu__column-list li {
  margin-bottom: 24px;
}
.megamenu__column-list li:last-child {
  margin-bottom: 0;
}
.megamenu__column-list li:last-child > *:last-child {
  margin-bottom: 0;
}
.megamenu__column-list li a {
  font-family: "Gotham 5r";
}
.megamenu__column-list li a:hover {
  color: #003B71 !important;
  background-color: transparent !important;
  text-decoration: underline;
}
.megamenu__column-list li .external-link a svg,
.megamenu__column-list li .external-link svg {
  vertical-align: baseline;
}
.megamenu__column-list li .megamenu__supporting-text {
  font-size: 12px;
  line-height: 16px;
  color: #677083 !important;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .megamenu__column-list li .megamenu__supporting-text {
    font-size: 13px;
    line-height: 20px;
  }
}

.megamenu__column--full-width {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .megamenu__column--full-width {
    grid-column: span 2;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__column--full-width {
    grid-column: span 3;
    margin-bottom: -16px;
  }
}
@media screen and (min-width: 1452px) {
  .megamenu__column--full-width {
    grid-column: span 4;
  }
}
.megamenu__column--full-width .megamenu__column-list li a {
  font-size: 18px;
  line-height: 24px;
}

.megamenu__icon-wrapper {
  color: inherit !important;
  white-space: nowrap;
}

.pl-header-pattern-version:before {
  content: "12.5.9";
}

/* Version Number */
.pl-header-pattern-version:before {
  content: "12.5.9";
}

@font-face {
  font-family: 'Gotham 3r';
  src: local("?"), url("") format("embedded-opentype"), url(data:application/x-font-woff;base64,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);
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'Gotham 4r';
  src: local("?"), url("") format("embedded-opentype"), url(data:application/x-font-woff;base64,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);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham 5r';
  src: local("?"), url("") format("embedded-opentype"), url(data:application/x-font-woff;base64,d09GRk9UVE8AADp5AA0AAAAAX9gAAQAAAAA4YAAAAhkAAAZwAAAAAAAAAABDRkYgAAAIyAAAJP8AAC5dR7N+rkdERUYAAC3IAAAAHgAAACABBgAER1BPUwAALegAAAf5AAAcxs1IvBZHU1VCAAA15AAAAFoAAACA6jAts09TLzIAAAGMAAAATwAAAGBZG1ccY21hcAAABlgAAAJcAAADWB8BSFZnYXNwAAA2QAAAAAgAAAAIAAAAC2hlYWQAAAEwAAAANAAAADYDRu+JaGhlYQAAAWQAAAAgAAAAJAfdBB5obXR4AAA2SAAAAhcAAANQ5hQu/G1heHAAAAGEAAAABgAAAAYA2VAAbmFtZQAAAdwAAAR8AAALnaIeVQBwb3N0AAAItAAAABMAAAAg/7gAMnjaY2BkYGBgZHCcKHe6L57f5isDN/MLoAjDBbarm2D0/0f/LVgsmI8DuRwMTCBRAHyaDcN42mNgZGBgPvBfgIGBJeb/o/+PWCwYgCIo4DwAmv8HAgAAUAAA2QAAeNpjYGL8zRjHwMrAwrSHqYuBgaEHQjPeZTBi+MWABBYyMP13YGCIhvE91JzzgZSSohKzwn8LhhPMBxg+APnzQXJMAkx7GBSAkAkAFhYP2QB42rVVTW/bRhAdWXJsJ3FgO7ectkhgJIUki5It2DkFMOA4h6JAYgTIcUUuRToil1gurQjNoUBvvfbQQ/9FD/0X/Tf9AX07XNdUnDguipog9+3ufLw3M5CJ6EnrD2pR/fcCb41b9Bi7Gq/QGoUet0nQucedhs0qbdLPHt/Bza8er9E7+s3jddj85fFGA99d2Wq1PL5HO+1tj+838GbD5gF9237s8VaDw3YD7zBuU6uzgd2P7e88btFJ+0+PV+hB56HHbXrR+cbjTsNmlR51pMd3aL3zg8dr9HvnJ4/X6dHqgccbDXy3I1a/9/gePdnQHt9v4M2GzQM62/jF460Gh+0G3nH4WBcLk04TK54ePxPDwSDo4hsE4lSreKaM2BXHui8Sa4vne3vz+bxvF4WeGlkki36os2X/091jLT6KZZPXalrNpAkOgsPxYW882g+CHlKMB8PhuDcaHPWC/cEwOHqrTJnqXIz6o0FwonP7UttEZiIthRTWyEhl0rwXOl6m1hXzJA0TkcmFmChh1DQtrTIqEmkuQmWsxHpembSM0tAiQdlf8j9LkKDUsZ1Lo1wymyhRGF3AdXEtm3inK06VaytCaO+KTEdpjDVCXpNOKqu6QhsR6Xk+0zJCvEYCvkrz0srZTKRWVAUUy3yBWFkBV8MGiS6tu42Nzvh2pkPpuHN+I+qCWy2qUi3HdwLKanKuQr53Ws6UyUon5I0yF2mohJwapTKVwyKRVqgPIF6idnauVC4WECjz6BPZr2IoRmQU+sq99uyyy2VNrjOKIchpKCpT6FL1xQkOMu245rjLWFhXFDMl4XuRlhD+xXHbm6tJjNnoLRU0xImE4mXO0HY9gPjaGF53uT0ZOiZNBS3IUEpTSsjiJ+4pTp9hHdIAT0BdjwM8gk7hoSimGb4G+128Lkofq/O3iPec9vDM+enjZIEzjfiGJFCCfR8/qpqyG/OfIra7F/QR701RXoPLlCpwkrgN6ADvIY3x9vAd0T5z73kVY3yHeMY4GQEfYQ1g404D7N6yshKMNOXIPEKeEXue8Imll1gtGEjkFrAr8ZXM0XGL4J8xk/c406jVTVVz1Z0jVgotCbDzXGCdwFLA1ilzGSx7KkR3GR2vkE8s7Ov9OSpg2DbiaNYrKJHly/nPOLdTUDJXCzaSM10qc0rdrsCp61addXELbQL/ADVYXanKuXKC++b63uU7zYxjv4+8XqdlAm+nvMvZDN9qMMyRTXOta36fV3DllXIdXK1meNzesah4onLuXs786nkqfFbTiJBgLdmr9o25GlnD1zEKsbus+5V+w528mnDLU10hnrqRv/jnvEIlznESNvwv+3LGTDO2rDvyhk8ueAoUM5xyPDeXiidY+Pl1SNEHX/HSz51joNhSQFndQacy+kq3X3H2nNk5zvVEfy57M2e3keXTOblNjWLfocs+FFzxgvulmNeJt8h4VX4ear+s0bEueztl0ue94Kx1x//9r9se13HCmZzu3g0TGnob6Xt8U53rvt2GgfjPv4a3yfI/VOZvnsVhsnjadZH5M5VhFMe/57UmrSSh63VxLZH92loIIUKWhNCmRbvSiqHSNiWV9ppC19a1E1nSSqmfG780vf6EaqZpmjFP7/vecacGZ+bznOfMec53zjkPAAPosAOJJ7hkMSI5NuTUoo9BGIxgimwUoxYaPEMbutCLfnzBLzIhW3IkF/KhQIqhLMqjEmKcLTfCfVWUK37ylrwNr+CVvIoP4bUOSsZERR65qBaVGtAiKvWgD0MYw28yIwWpyJ3UFEzxlEP59Iez5oa5MUWp4gdvwVvzdrJSsE6JjTOBDbIB1sd6WTfrZB2slbVgBpv4PjEueUErNAoNgkaoESoF+29NuqmnMV8koQBFKMEVVECLUYwRyExKkTlZTVOhQR3qxaka0SRuSQslwvU4IUKPMyJlVIiagiui9biJu3dH7D80wwNx8ET8f7SgFV5I0OONRD1taIcfkvX4I0WmA50IQKqMGmlTCEI6QpAh/k8oMmW68VyepBBVsrKkIlVLLyeRKkDGmHGpk0acgaGRsYnpLLPZ5nPmzpu/YKGF5SKrxdZLbGztlirseQelo5OzysXVzX2Zh+dyL28fXz//AHVgUHBI6IqVq7A6LHxNRGTU2uiY2HVx8esTEpM2JKekpm1M35SRmbU5Gzhy9NiJ0vLL1yoqb1y/eevO7bv3Htx/+Ohx9ZOap7X1dQ2N2J27BSO4unP75z3bUHhe6mmrrrUd+1ClOZAj3/P2f8DBgnNt7UOv3r1//QbQduHTx1Exk/92GIdPHjp1vKi45PSZsyi7eOlCc8/grhd9/XtfDvT+BcsTwRx42mNgZgCD/1sZjBiwAAAswgHqAHjanXoHWBRJ83cDO7vjrqwBB/Osiog5YgYDGBCzgoqBaCIjihkBybRkBBUjighiVkAxi1kwnoo5e3qGO8+zBnu556tZPE/f53v/3/f83cfd6Z7q6u6q6qrfbwYjolAQIyMjblhgwAL5oq1Ul0htjaR2xlI7E6mhwqW2iT+b/vXK12kc5NdJb05IW9/6Unk9UgcH1RYsO9sMHTPZw3/pytPnhoYEB871CpzvFzLHwytkwazOXh5Bc0MC5ngEh/j7eYQskNtzgj0WGm54eQd7hfjP9pu12NDyCA4MkC88g2fV3F/g7TfTcOHv4fXt3kzvWcGz5nvPN1wHLvDw8poVYFAa7B0wR/61DwxaEuw9Z+6CFm3t27Xo3rVrt4743a1bC4fAWThTcIs2LewDO7eYu2BBUL8uXRYtWtR5wZKgQFxS0Nwlnb0C/Q02kI1AjJRkLiG1epJBhCwnxK4ZcTcmMwmJJKSAEEqIDyG5hIQTsoWQUEKCCYkmJJmQxYQsI2Q3ITuNyF5CdhGyh5AEQvYRcoiQ/cbkMCFFxmQdIUcIOU5IqRE5QcgxQhIJKSPklDE5S8gGQlYTcpmQC0aknJBLhFwhJIWQCkJuEHLVmNwm5KYxySPkDiH3CblrRB4Qco+QdEKeEvLImDwjJIeQ54SkErKKkDRCkgjJIOQkIQ8JOWdEXhCygpA4QiKMSBQhsYSEERJDSCAh8YQMJoQnJIQQb0IWEbKQELTLEkJ8jYxQci0xitOQSmNiRGzIQDIVDXDPaJbRG+NQ42Tj88bMpLPJSBMnE08Tb5MlJuUmzxRWivmKtYr33CTOn3upHKv0VC5UpinzlWdVZqqzqut8Jz6UP8SX8jdqtas1pNbIWqG18moV1XpW69daoO6o3qB+oX6nIRpe01rjpInWrNKkabZrijVXNHc1TzTva7eq7Vt7c+09tV+aTjQNM003PWf6wfSr1k7roHXWUu1J7RPtmzpinTZ17OrMr7O1TmGdA3Xr19XVXVo3o251Pft6y+ol1G9VP7P+ITOdWXszTzMfs/lmK80umL1p0LfByAauDeY1iGywvsFroZ0QJWQI24Q9wlnhhvBI+E3423youbO5r3mEeZb5LvPLDV0azm24qGFMww0NCxo+b9Sv0ehG7o0WNIprlNPocONZjYsblzd+3riqScMmFk16NLFr4tLkUpPbTd40qW5ar2nrpoOanm16s+mzpn8045s1bDam2cxmvs3WNDvRnG+e3jyn+f7m55rfbv66+YfmX8SmYlvRWpwmeonhYpK4XswVd4vF4gXxva6+rptumG6sboruWgvO4pxFhcVri48WXyz+bm3RukPrXq2Htp7QejmbrpDivi7XxylvuAjwlbLh+iYcm653EGhVFAzS1+ZgsVRboNVRbJBUmwscKwBKsK+U0+oFrd4M1BAsVNC90li6m7WidC6XUt1JaKHWsqlQKLUWLtL3UEpTWHPKsVh2Urj0rS2ignVVCtggtKH5YAeE0j+70e3QrQUNYt1Y738v1ZRafKScP7NrgVcvsK/nF7zbE3r/e6lB7W9hlwD9qR9zYP1RubtUVmUsTDw4Ntc+gz9vPV7F6oX3sqOM8AkqyrirTtBmNs9cVI6ZzvkTjvAju3AVzg/nPovgrZ69V4FZ1tNbFIz4RNUqIA7nWId9PDipDkccXlDsy89mr4V4FZ02129kFA+OqrsLtgRRN55th3vCKlVC0a5dl1J5NlQ1YOvi7fQQr4U+MBc+CR/LH77TJap+c3zQtq1Dv3ZivKp9ef/3IuxSlOycMVEXr3IOnDHd1bekTExUnco7fEQER5YlsDw9/4FCONyHHVKttpRLrp4ifKioUTXiQbsfVSXeFeTxuprxslaxRquozZRuhgqvy5kJKLg9pQWn887wnY9yC6bOmzHPi2e1Qcv9uvvCafoad/xm0G1mwuoN7NsRR9MpG9wPTO7g5exIu/HxKmb6wQYaio/p9d3nz/BsFLwTZhaF5tLdOK50155jhwt9p8ujXGb52M/jl7CnwvCpRedwQbQkr+hKHg9dWQ/Oa5bbgmmU1+qtz2OEXP4WETp0GouDX1lL4eQDjrV64/CZghW/SkWhXcUnaPWWn4Tdjm07spaUjTV4cfxbpgNHKx7H/Y7DwPHDW2hJYaxh0PiOoGOOH/lJ/Tho1amiFWVWhkHtHFqzVh1xTDo4SPWF6zQUtB/t9lxgymOgPDbngpXdWtAOpWuZ1urWnDGgdGFKF27PmI+3OO0UWPOXAEqYAE6gYE4wgSnZBObEFOCkxN0cYW2Elhj5+WeACnAUNOyo3H3VXD4OfYJZA+EzlaZ87d4Kd7ofqsMEGAVa6AXT0T4wnZmCNRvJRjEt68VkI7LpUJtZwygxEUwEZjQUOBBlSfEamAABcoNxTJTlmg9nCmYkatkhGGYO2irnXko2fmyuFdTfzWntj5pLSUDYUyW0BjzNdX8/e46CCfoL6nV6zJqLrB4dMcmhM/98GHfyevHuy/QyPepJh9NRc9w69uVZNPPgtA5wGVfb5sOvIMi+BMHqVMs1PEyG6fS13ovSFnAGvcFmbBpQRrn3l2YOw2geOcljuGhLJxa6nON79uPODXk2BbTo9TipqzlmjW4ff7eSJrZS6hvr3XN6wF94gpf+LsBSyKcsn9OOhjKcscvnN2Ah77ktIzdZM3E69Yv0CeMzoTeUUwrG+t50Efvtl6ncnvVFa49R/sl51yE4tZ3TtN6iIx23c+IJfmB3rnzkY/cvOHMAvESdVsB9AJ2stAUzus+aioPo5EBP98TfisEMF3iRHlxwdCZf/hs35ujoHV0pz6Zasv7MB9VS1nKn3clJR6ZfDHpK+bgvgvX4UzdQUcXpM8+enZk8FH1hP8nZWtQO/MscdBSuSn/SX/XhFJMOfEafO8HVCAE6gfIu1JfN+GjqsQG7zxUUHaGVsjtI6wesBWvRum8L+QTZFk0/52fjM30S7W04d6DsD51EqbvCflLRefmEHyu+ffuYmzPKjp3kbi+yy4ouzqXy2b986eCjR5c8R+Kd8c7Tu4i479MfhbF0+pZJxbxDJ+7c1Ktz31EexmMYdYUQg0NFn7tTjrscm7CtB264S8tWrDnulzX9YA3txJv0VN7+w/GdXZkZq0P5HEgUrCeeuInjbp0oe/aizMkOZxo+aXx3Uatvf0tqKkBjaM4aK/XbFBj4P3UtrO4ln5Ap0qG7AgWefQVr+Ao9KKj0wWwe2gnP2B2pryAtBIV+oZL9rfh2pZ3y4q4gzYd5FIhe/mE8fGXW7CumEy1rDV5YhR7Q1fc5MNn46gwFM0N8d6xkLURG6CDX8SP42/250uMn8i5R/kbRTDnd0hETPJlZLB8Tw63UNxCgCYisiVILpVIs6yX8SR/n3T3CL87nBrnZL2iLZolgtjAU5kEQDAQHWAQLYQCzw/PafMzwIVMD8op0NCMxO2kDXwzJ7bPDxnLzDrjvssdxPGZTwlox1YPBH3XX6LHCPXtzZh/xqaT8p1cPwAa82EQYz+Lx48ymsUgWiXnFBTJ0HnBNGO2+/5qOlm44uGPHtm071+2i52mxGx1Jpy92DwiYH+wb6oNx/TnfvJXaUT9QsFBr9740h7tK6PqpAurJnn074UjfvBPbS0voYzQJPbxsv1+B14FRW/rjwiqUUl82XRg5yc9GZDYwBoYq7xV7O+n2s1Ksb6Mm+/QRmTumusnKd0fmjtNpT0k98Pw0pPdLb93hbe5zYyc6efdEPU3aYyQ1l09U8/dgBI3EB/Scd9lk/t4rzuGybQkzR5k5rB3rzabJUTUDOrAe4CFq3+Fa1yrRnh3xULjI411YR7wZJDLsXssUeFh/a1MTis07tGVWIhOlIKV2+Uvz1mptAI6uA/vgL0zFf8FEqRUGygal9oPUDxdZl344du0cD0fYcTx8w5m5yt137MIRuBCLjn9Ba3muJu9BAYL4gp4MOOXKV/7K2V8YtItpDWttz/qxKfK07tCadYVAUXvbMFspPGOlUKdqHKvDitkzKGZ1MMMr3plbYoavB/ERWE7ObT6I/7ZdpI94CeNL76rq5Oo2QhxHPfM9T/L9enOHR113QbzDaw8adLop0WYKiGRXoT1lZyULKIFTrBNlTxgWwM945DD/vjSXwnB/CumJPCOMxJGmUpwSAtmDZIox+YjqE6AOpbiyhpR5s8fMGx7jJaf9/NK8jVoLfSWbMMFKnQhKoa1au9QwcwjolNAZ6j+EbrJBWlr+ytDjO5RQR08ESAEL1etz7n3lfDp+cmcRdVQdrBD6X+VKLuT+Qu/zBn+1h97MFz8dWV/mIhcjF2jPeoMvxsCtrecO8Y8HcbLFBKZri5tsJs/T7B0Ygw50H7BqNTOAhTDXkFk8qwMKm25Q24LzXuQZ7or22WdYZRx0VsIgRAZtsMTABu5d3rVrmDDkaL6w8MTsfa7Fw3LlrHUF180+ChAGw1WvTnkOwnUPmTijh6h1hecRQju11gvWoj7pEcwHpb6cKWG+UntTMg0X2qu1V+BWjADGFIqqnFljymbrd7M50m7WDC0o2cPOGOELhUES/tdTvIpFKYGy/vpsRMUbLCgbpN/A+kvZOJTTFkv7qsYJbAhLZYMhlVmiOHuHDUnGJqNgE4xmm8CSsjRMfXHwltMWwFHzDmrt+svmHTGMlj5j5gJcfMucqhqA01t2UYngQRptQA/6b+iBLT0nC12ousEudASn6gYMAUiveGYtSL+/0f+OEUKl10IntbYdLA4XOqt3PRe6qLWh8mahHtT+APayI4Yw0/esrtiTOrnNdOKhiGmrA0D7ULV36mm355QP+Cx0xfUo4VaY8IleOHjiLG93k5s503PeBMp3drz9BnW8vnLnuXie7g/cO4u/84BzOTV6r5wqe2DSq8/ayyeoPcie7SZqQ+FIuPCUni7ef5rvAaZVAcyU7VXNOuZUZE1laU1bZi8PsAfTtlBX3PFZ6KbW9oMbYUJ3NesA5UIPXMzFT3Lg24D4kbXYoTy1NfewmEs3x2yN5P9QBaUHpLrTKXRmaCD+W+5Gx/MzHdpUqHDmy5jQ39JfckpLi4tzyukLXurDTG1UnkedDnbHyeuwWl1YV3nyLqDqAvXEZ/T0geIzvJeq5TgnRkR7Om7ThN28a1fuqueDkGeUXw3nhT4O556iBZ6Vlz1+fGN8TwzknkPG9Ra1jrcRg8Fx5cOjR6/fPDi9r8hOgim8VIF22H2mEfvSqe7eU3nYw7Qqrd6iUkJEaQ4qZq5Mrp4rWKt/7gv6WyO8P330i07aybT6baoZIUu8xXAavioskW+v2hiXHb8VD0prw5QdlLcrEV8vAYS6/lAOs8GXWVEWyFZQyQETGzI2i4cyPgxgWoyQ9d/W+eDwsYqKAzNwnadwncdVT44cLr+637X393ULQ28xldifTpztMTHwjPPegbQfneHmPZ2/L28Bt9tTrQ2E+2FCL3XiX0JvjLPbGIioO0b5LZL+a8w9Rw2Qqx8mB1qoFCAPM61Ckb7K/xoX3yKIdUiV44NtM+xihhJa/HLtLzENGig7J49x9rHhEX3j6pChrI4Q+qDgdkhdKRymhavz1/MfVPPD5kcHUd5z/sYjOsiCVn+yVmCJAWnpYFHBClSMvzTzBboSMsOFvmptN4iNFcCIgp+0g5lRZqFvxFpJjbCwcVoYAm54k1DQQDWoWbUsNxjltAhn2N+slkQwP9TSk5bwN0JtTtsKbKVtAmtEYQzLwpK/BRAKCTAOzNk4aETZJMjBUpwp55c6bCin7Q5l0EzoJxeYE+b9ZWItWSPZ2XyfY7ULlxXQW3RTYiHdTCtn73XYUr553z5aSTfHF9JN9FZ2AdQu5BeipKOP60hqSZcnetGlvK0/VvZ5XXKVj/J9bHV0abwXXU4tS0aCow/Soi9QC3PNu6/d22PimXrDwKsKSy7TP+i6+AN0PV+ZX/hIzH09T9nHv7BSR9cnHqDr6B+ul5kjTtWfg9o+2X7Uji6K96ELqe3e2RUhIxbOmkVt6cJEH7qI2i3zY7VxHr3ZE+mc0EIdUz1OgFa7lbOlsQ50ln4sp7WQRlRNEnrQ5QMjkRR0Z7VYXdbBAL81v7T5PJtfZPmcZj9No9wHWn7oxDl+6HVu1iy3IKcE/hJUclsjcpbmLOBv3eO8983MdV3Ls0S2TsBi8erSL0+S+JHsDjd5u28ZvcZrPS+ZS7lfWCXiucQ/WeILJT2UVbh588aNOat30tN0V9CeGfyb29z0S6OOMhNqTyeEeHnN9AoZQ+34LjYW99gQlc18TrvqFawXwNmOOXcHZ0tQ/wHOL5jzLfnbWgnL4SMyW0SJh5kjHGYWFJayj6y7HDj7MUXbqNlkpsEfLVhK3RG4uCEi7vsPGOqOxdUNP9b/FtfuWFzdxD0K1KgDSxguCw6HFshqRmNt0TFLNlwWHI5MwoqNFlOgqXCDFuUeOMhPK+X8AgKXYGEd7nL2Go67fqzsqniAFi7eMY8/coqbs9tj6xA8cVzf7i3k80Ye9QRjJJWl0EOyEg7RHes2b+O9r8JAFd0XUbBw88ItvpludDr1X+m9jN/ozOVlbk0roHzJtoUzdTGqkNQFKX6UHzLVbzQqG1fqd1psyUwFyDnLcpRQF2GIf0h2Lq4ib+v6A5jDN8Wsj+YXq7x9g91FrY0095DwtITVh2GA/3sWsUEsgEZyNixAsMUTcAYmgl54d/f+W90q1duB99q1H9C/o5ig6njH5r24UdFjxPUneONJxY1nz8uH9sIbvRyGWIt2V4WSs3nK/eNP0hnl3Na07M10O79KddBvo7vYS1nSQzi6V7VpVVYEDeUTVMvDIxaK2vvSJwF+fc5+xaPgA+FSPeHZvV+ey1nf5hfrHjaDrdHWPe4Nfi6WK5y8So7jjWMHSk6fOuAqe2uKl6szoqZe6OYBavk5AETID8YggvUTKmFkN9qJiZxs30lSG+HZlauPcPijURXW1o7D++DwPpccnonMgtUW4OBZdlCJ3q4rTPM+WIpipTsPlJbu8pyGYtN8vabJFmt8SIDBEEDTEXQE9HKFemwYq4f5g/VzEwaqZY60BM/bN5JzpNpFTlm3S86W84Puc9OmTA4chc5y339G5gzlZQfBLJlPSVkEvfrRiP4cM1ncdSJlZjIRrffWFlqIP3KOodIKYZD6xx5mi12Df+46Ji0V7H7qmoNC9j/12GDPEDXzQOQ/xHAD6tObYAuP6Q3kXuaUHarqyOVuXJ9Hd/EXnYpHjnRyGy1S7/WBuYv5GXpzeRqN1EmYNS93Z2Hutn37coN9fOfNm6XTgj7LHMzoG9SVhnTcVkowPD1AwAxj4SF+mzD521FSG/orMe8o9P0EzO1XN6H8VQ65jwrdVg5dOFCn3D587eb/ngBRNhRTrCX09+NtGc9pl0uWVQloQeZXnSAgsVkOp7E9WM3u/t3U0JbpzqOzsvWWS03x1ncTdaj+KgvUEBBQnJXdUNNYc1a2f8014w1jaxp/nP3BwmBWAheE2+zCf6VhrGyQUrozTfjOv2AK2D/HWuwEovIbO9N+loKr4tGV+kbV8UIN2QioysDFlFRv/pdzYK8GewerR/3d7afeH4gJG17VWV4r9qagrL26939omIW939cPff6u++Pdqn5VzsK0ydyEvcO22KLJv7ES2eRdCnuVjeTbMQWY0iPHubLZ1xci/wZf3HNNtqWvfZ6Mv8x/AAWnr6X/JEylrmvnbOXhF4lw+e7rJ9MJmBRYc9QgP1KIghRhlcHbCjwMR2lx6N75PLutJ1zAoaUnaRmPxGIQ2mSQurg6Q+YXN+EhNgerR/5taWjW0A42FLdjJzd74d0f96WQpWp4QZYUIvuyhrKpvlO27j9Qtk5ghLQQaVuAAKkG2ubWz0DbJnWWQczReAFsYr78gjBDZk0fB5+wzT278+RR+hKbn/s/Ys1Ym87dmKWIHNJUSlJVHj5WfuHArPEyN3Oc6j7Sj++rehV2aTZ1xARAh0+Y3T6O/4lZhEvr/pNsLMOuAT93sZbYN/TnPlBi37Cf+65i17918cc7O6U1wnB1icIBvb0JIsOFl/TW/nPHSif+4v2QvqdX9x8/zw+5xHl4eoSMpQPomNIVT3mpkXJVFs3ED3TsBY1YX0QijnM9nHzOjMnvQntTp6Xj5vGFHbnSTYfWnKP84xKvQboVKo81XhnjMYTMuk1kSjSlxctxYCRCHlwRMh+eLEP6S0vGZNjy+hw2X5jomn8UvXG6pPCuWEIPrCwIT/JPC1o9f4b7pGBUIlOoHd+Sx8uUM/tLT/0veBRm34ctwNSf78/U3H/QIjYMjsj27wfphlrjWZ31A2fqB+bYO1R9ozrmp97XP8IPsKv2+eGuTBSs1RsqZK16i7cGraxWNa3hJ/4GfTHVS2uaMPxHTe+rXeXuQCkbj/J8pNlzZxayPpTbEZK/YMd8vnfwVgcw3csVu+9z3erpucNjMxYe1pAZMWNmJcOO7lCbaaEH2AOBxtBPlJ9ONrcDdYd3PDPRFwudHO68kg12/ua7d+V2XTBGu4we3F6s4SFwo0KOph/ZiJsUL+8iEAoNu5iAtvmHpwRCF8NOTqNl/u37d+h9HCprk8hPpuqOpvouLmVJBYL3bM49d3I2upP1YrWx7Brg6vCtow9O5/t3B2NauJsrCjqxvAxTTm+ojXSovZxyrs6/6FHKP3jFsaP6cYIfDUxfsJaHQIjnsoNW+1BvPG2dR9li1u0Ddphufr1U+UEsoHmRW5fzyOriuKV5K3fS3fw/NCUFwQruFFuGnVpUZ8rcxREaGzaZXh1d03z702ZMqr3l7n9IBnOqkI/t/z+Dk58aIIWrritTuO9aSMUPJ7gmmLSzJSvJHKlOLdbTjkIO8iPKKgf5IDe6XUhZphSGpVeh5/B7BqKi13BRMpOfEQ+cKQvXRuHHeMn4O/sp2wPYhnecVuom2ZtLIJdyuZDLZVwu4tj+pGRBmP47GdI/4uaOGNpBIigUzKrD799q9W8fwEoEI30QsmGAX8KEV7Sy+HDFkWH3PF7T3+i17+nEPWQcZo2xpaHf0smqf9OJDe1J7dzdRriWDyzqhv7vxrTf/M/ag5bVgY4i7MJDlfnwRNlteo8eNmSNEuYldBlx9zUu4+WFyrevywd0xkDuOmZgx++Pq8Dmq6UwAoHbKGlA1VLBUT1Z/4dMZGuKwh9YFP6t4+ulnV/roTD7hAhCfoZUT5pmGMP2618LyBnvGkJAK/U39GohSXop/Eavnkx/zfdWhs0JDp5Cp9DgbWF7sJne5eqk3zBrwVgchPBbw+ora0b8k3o/tBSmzV+7Q0c3Z27J3873S+F8/RYFUB869fDcpwkZNBMthOPv43g8PhCKv8+pXLxaHuVYHusjt0wNLS3rdgYSBckaVHprnMVbblVtB1X1dvnN2SWpnzBShs4npJ7CKPUPr9hGQanhHlvOaski2LEXZX5PP3lEfrmFQdaYicdVKVMC/MaE42mZLA9HoZ04/veM/4tQmEFIVj0JEmC2cPfypUr0TqXjpYEDHEfZondsL4+qFLVfpFfmo9UsmzURvv9o2WPwP2RgJo9BPCTD7d1VvaS7wqQ7w87IzwEsVlm2ncma8J16VSrjl9NlBoZBV9AVq8L4AT1fKfezVn92hLYUlPTG2bJHfI8r3IwxXnMdqG3C+KOB93jwf8rClAlrKH7kd5vr6LpEzBQrnjBfZd7t00du0Gv0kG/ROF6bAm+kZkIZBCrfMqtU+hbkB0BleFgujKGdscpDm1GIbYPYBeEcpL09xRKd3yq1GZC7QRijTlsvjFWPKxLGqdcNxq8YxXg1vEj5dqXve1vIT4vITlamUJqwKopPy4lSJkTRhBjKx27IUqbRxPjEcD5905SoNM8o5fVIYbxacmaDBf2rqoPSKyVrUz1eWEfTM1at5SOVCStjoiIpHxGdti47NTVdl06TYpPD+PQteCuai02OSYqifOiKsCVLM8M36Fj9B0J0fEp6WmJqakpiTGRkfEyMrkN/ISctZtva4JionLToE8qIeC5+VeyqONS6MnqFLiEqKi04WvU6SshNi8xWJqYkJSdStHpsUnxSclJSckpcUowYQ2Pj4iL51UuiUlF2WbmQSpPTuaSY5Lg0ymclZ2VkRaev1EXTmLj4aH47SqlKXQQcEhuTHJumy6Apqcmr+TUFaJG0pZRGpdDIRSs3pWIr2NDCXJa1IDkiIQZH0KSkhDTcFGK1vwS6YF1oTkjm+rRsup7PCVu3dFl42FLxNPsipNFVyRwuERcgq6dpNHt+NE2niYmJSTSZJsUlxfJpa6KV8TFcfFJsYgxdSWOiaTRdthUnp/Hx8XE0hqJQKh+l9ISGaPGspMyMwN2B+UvWh4fHhNLl1G/LgnzKr2kvrEQTLVJFJseki+k0OTkxg49J5BJiUAnl4xISk3Sb1qStyFRBK3AUMpZnR2ygfN6WnIKCkM2BumC6OHTZ/PjtizKDElJXJ2ViXO722T/awcPDXaQBq5dsDpm0JMCPetBJR73O00N019q8gkLvLeH5tIju3pN4lo9K5CKWhoUtpIvo0qzgHes2Za9Zl8GzWWy5sCUtdp0yNSkZlxQXKy6JjdqSFr1RlR6XulKMorGxcVH86qUGh8GiaQL6JAHNGx8fmxyXHJOShs6lqXxqTOrKiKioKJHGJMYlx0bFR8egeSJTo7NoKk1JRNUxSQkpaNeklMQ0PmYVlxCbkBBP8ZMYj8GBn1Q+JU05N0iIjk1O1dHkxKTExJQYnCA6Lj4OJXnWdI+wOgm7VyVQkeJgObB0MaEqaJgsoDCGW1ycSGPj4+JwafFJNIlnHJwQspdlLV+zfGNhytYFOSsjQsMXr+BPsbv/nD42f66wIy1yw5YlkVH4ezA9LUAZlb4sJBsvotI9I1XSlFRDAMYmxSXLYZyMvkZ6281AGLVn8OcVBbN3LUu5S8zy+7UW3hoYpvYm/iDfkAYZygVm9ao4rAPXStOf8j2VYX7Bi12oCw3eGFaAzfSe16YZ6sBDHIQ8/XrVagH0L5ke83TRjyxUC2OwCQ1AwRooa3RePl188UINQR8z+rTbZd0RBZLywp25uUjK5/n6GEi5FNegarCQbka6y385Vou0JH2JPZlGvEg42UGuGHUxmma02CjDaKPRS2Ni3Mi4q7Gf8VLjlcYFxjeM35oMNQkw2WJSanLG5I7JMxNJoVBoFTqFi8JDEawoVBxXXFM8VXziNJwF14Ebz7lyQdxKxJMia6zU/FwATqiSawqA5j+fNlyocmZKymkQsRWCKSvkNNJmhBaWCDX+RKjxJ0KNFtjOVmpqXgnir6kUo5TM9TGfDK/iTCnVL9ZrpMU1av5lm//TizPN//CqjDVrjzhZJ2rA6lMlNDS8uucHnmRt97CmO3230lNI6A4f2ntTvEwvBV+azpf/yg0p61dgifGqs+rDahuIhPDYDdrNAXP/vCDqghhz8rQ5AxHODS90OMsP7sE9HvT77C8UrTES1J9hlk5qyerorVRMcHCUUbrDNTAXpVY1fW7AY3bA5dSFnUookPrKf5szlV1kk+Eia0OhQG+DRruJGKu7UuouxdFX+rOI5Iyk1lTfXR/HaV5RC+jDjKdymgf09K49RfwIUEO5il5bcmbmvtn7xm22QYo24TtFK5Yp2pPDBormucYjYxxuTPhG0Vq+mPBB1Ix33SE/hjt9uLBSLKUHVxaE8XNUDmNm9Bc1fe2v/o63fr959eGD6w6WaE6L4Y59sH9oxR/Y/+e1K48e3DT0t7Ef3k/UvEMEeOw7oZQR4L+EUkaA/DcEyDq0kJ9Qy+7pDWpmAp1EjQz3ZJJ4eEy6LZpSK21jWgyP//d7oQcIpzU/kATowDC6kFZ8IxaiAVhqEFj2FDWdHAwQ8vXFO+/eVtRAyNED26E7jJ+eBhPD63/r3QO2jt40IZvux9DYsT3niFhMTy0+7seXPuUm7rXPGUH5Vn3GtJEDw+qZb2XIxcVnQqknRsVc/5DJojMds2V8Ee/clyuf9GjebYyKh/Ro0a5jfN+aLbHjqr5Tpw219zz8UISTzJS9ULE61/qDBqO4rdSMmVMI0udyi1wXLvemwXR+ekgW79md27twX9gx+oQeOXAIjHiYLe1n9fGASG4f2FklnIUP9JHeidK2cISys+wDHp068paVmiclrB4MQ9MM61XEBhueCWMIydCSGR9FsUGGB6D43dMV6rNhyJ2HchrMu5bMaBqYtec0byg0eMeMSznNR3q37O6EPygzhaaG43me5pdsqeSHb+JCfcOWBSBKW5Qekh6Y6ZsVQMdQf9eFtnzFQm5dYVb2DppNN0VuWZkXXoAFDd1bD1NfPSUqr6yodPgNGQ1YMQWqvEB3FG95wDts4pZ7hxtUhmSErA5eHZDpjyoD3EL6G1TuyjSo3LJyS8S2iB0GlZdPHLt4cfKxkSMnu4wefcLlsk4z2z9/7958+b//7Nn+/rN1Gis6YMKAMkvE0qwpyDvoRG0dbCs6yBTLCuT55b+6maKMObGj4EImv+IE1yZy0nTKTHjNzzj5WwYMx52YQxNmrtSsWhOdEUr58JUrw8LSI9foMhGLJKYjpkAsE4+ILyouKUOnSUmMjdSFKjOwDomamLjkrEzEVSlJseFhiJB0mqyMjKyslelhYSsjw1ZkRGbpNP8HM/eeBwB42mNgZGBg4ANiCQYQYGJgBMIbQMwC5jEAAA2SAQsAAHjavVlrbBRVFD6zbXkU+qRbtrXUAvKsPESw1egPX0gQiRpiovhDYiAmICFC/KEGor/6wxCCJqhZRH9IIyWmJtaYEtMYK2kRS7QQt4aFZBJcH1t0ahiQhVy/e+bOY3dm2+nSOif3zsy955573vfMLmlEVEqraSNFHlm7YROV79iyZyc1UDHGSQiK4KblvEVe3LV7F5Vv3/rKTqrhEY17wvwUqmSsCFVraWu84TnStA+ZRgM9ROuw1wu0jd6lY/QFnaQEXdaKteVaq7ZRe17bRuu0Xdqr2hvaW1qbth+4wNbeA6WYMNGvp0ZQWk8z6FkxSMfQjqNpPDKDKsUGqhJJqoZMs0SaarAmKj6mWjzPxrikUScMqsd7CbCBKTLANBkzJn4F31ExjKdr2KUSY7WYj4k/sSLDI2msSGPkIkZMppFW6yWeznglvLJa/KOoXmbcUozuAXdpxZ2B2TR268AeKXCXBmcmMA3wEOMni1LK4c/iZYSKaCp4rBTd1ARKESrFXBPWRzB+FuNt0EclZmRfzrqZjz4KyrKXeM3iFK0RP+G9GhbUYJcSmk5lVIEVVTQLY1GqpdkUozqqp0W0ilroftB5ijbDdlvobfoWluuj7ylSl5CWrf0qtpbuA97/cok04CzkIfRXRLtIibg4irGDaj6u7im7Fwm5xlnfi9YJsPF0NFN8LU7j/mPWTiL7HsCL6fYhODclpo0tbogbFm1uV1gyA03n6YoxqWVC7CGYKsZs+UUGYOZy7MoRRham59AQZ8QZvv/AM+fQD4oh0S96xM9em/E94aOlu5bJxXB5YXtdFzfFQXHdx0vK8ya9Iu5ZZ2Qh12TLB22b3BsBMkp7/CaGQV/nLBlCK/mtZNsKvmp5ZToEPeMW4uMUa+I028mAjqWPX2Rt3XQ178THgDc+fPRSTLNXDEhMz/g51pG09xHoab84jKd9lteJzxXOVcvT0YaQtdy13/HIkGhX78PWqPQkOcdvZ5HPZJTo7LXneWQIvPbK51vyKydyRDfyqOQ37vGnDNZKrZmur8kVDo4/MmuczFLBZ2Ep+0ugz9hyoO+ZhNyY8US9YedAX5xnCqLtiRPoZoR1DH+W2gqTo3w5J2PHoKSs3toB58VV8Q76kex4FAc4w1zjtwOQ77D4APZrFxfQToi/cqh/xNQuof8G0Mf9p/ljME/0GuOJUo9fxQE4o0Qb+pSTM9Oci7s9lujGSBsyZQKQgmcncuNQnlYWr4yThP8nRD+PHQUMQS+H0KedPQxrD3HB2aMHY3HQTgJ0rE/mSsUnYpzjPMkg9+l3cskA22hAnZOWX11CLvacNKjCOMbEv5xLZDOD9MdyyPmEG5HI6QfB3R9ir+TR2fUSyxHnTHFT4SWAc0h04SxIYKbLp6s4Y0k+u0CrH1roFZ1u5LHPns+2NMtww5vrFJe6e2bmsbxQujDCxs8Y88nA+EhbOgub+y0bBXs0ZEoEZ3iO4pSfQ1hZ+kYfqkXE0QTmqbiVTV3rBEeiksQY76kb1h4yWnx7ZpSukoE6TMkKzasrS6fBmp24mte16+j+FVZXdg3nqZXy7BFgj3TIfGjlO3P8dlFx+benkrVPn4qcGLTq2UxerVkxOsHWcW2OU0hmeZl59vp3d/Kj0opdP4GrhMOhlXM6uBLpdXO9h1I7j8jc36m+DkbjTQ/k1VRnrW5VvSFs0MithlcOunZQKI34rrT6O90TYCLiMtT3RyafX4kTSldp0XUrtY9dl2TXmWp3aQ/Uw4B4/njLw5/ni1HWqNCsHi67j3l+6Hm+BkKeUVlx7n47WzHkz4PyTC6zKgB1Rl0vxJKTmC8Nf7Zy9D4QlMU4rye99uBawhg95tR3lF6o5Vwu8f1jsF9ZNWLp+HWmcucgn12qnpB1Ip/kY521ec8P+zs+aGelUT7P8YUezyefev6F+4ujSDBckL2lv5ap58ss80ggzzWcteR4V6GeKPNC8FrEQTInwk07BmXFMH5vV1WSPu51bYCE+B31ciJ7NXjxfHdaPoE6ecD/ragwOhzvHHCgt4Dz3Mij56kFx3jKsQf/ZoYTNKWqOt2/G0vQ7dYSnN0zYfKIs0fK+l5TZ6mTE7N/bbJ1wzuY+SqToOzA2Ekn6+gcx0ZuBvHkJiP7t75J01VIOUaxuUE0eXm+gEuD1/VSHZ6a0erR5tI8tFV0bxbeXWhLqAngXVtExVTC/3ZYvjuNpqtcPYNmIguVq1/Sq53f0hupQa2eTbfR7bjHOA8t4rHF/LSIlmKOaAWtpLtxX01r6B5qoVaaEyDBgpz3hajCNA9EwGNEgX2VMIcuVCmIYuYOcOZCDDzGFLiX5NAF+2oB1y3qtIoAvwL8S5lbfTzPAyyj5dCz1UutLwDn0honoTF5NYEfqaV6tMXQv9TVUmd/edUCrGuu+t+pSL0XOVJa1xTVpioL2dZxf7GrgI2i4DkKGWJ4bgRUA+oAUTT5D8hCeEAztCt5lraR16wcyRpy7DEHkmZbo8injWLmzoXpCsoUZ16IOtCoIMocutCsYAW4X8GeLfURhewLWeaVvv3rAfNhd1K91HoD+9oC8FuPldK7JUcae0sEdKpAU/rENMw3YGYebDQTuy6DRlbSA7DMg/QwqD1Ka2GtdYAl9DhgKT1BTwLvadoE7p6hzYi0rYBWepleQ8ztAzxGb9L7WHGEPqEtdIyO00v0GWA7ddKXtIN64CO7qY9O0evgaJr61xHwH1GoM5AAAAB42mNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgAYoz/P/PAJJHZjMWFxsYMnCAWEDMxMDGwAfEIJ4ARJ5BA4g5gJgPiBkZzgIxC5RmgGJGBrb/JhBZAKhpDPEAAAABAAH//wAKeNptkk9IVFEUxr9z7myCiqnQRGgsSadozDFnYOw5TdA4VC9NraimKVAKQgJXikREaEmLFtMuMBNatnARJPaHtm1aREnithYSkQTNA2nR9N2LAxMNjx/f4Z777rv3d5+UAImRg+iXVXTrG0R1Eh1mAHFdRKtsQbe8RIbEZR6H9SayHGuWR0gxs7qpvKpL6JIHaNRr6NARHNBn2KujaNciunSIc8a5VhGe7MQJEuUax8gpclF3ocEsIWnqEdGPyOtXeGYr8wkpIm/C8HQdeUljSOOo088cH+H4VVJPBtl/vJGf2LvD799DqwY4rWuIhArcywpa9D2261sclXc4zz0HTE8vlP9ICbfUxz6dg68e9zzHMxTQLhN8z9Y34EsEfRIpr2vO1YPmBedyXB+6+b6dJ7PsBdgjM2hmL6dn0Gguo0mzPNdZuokjQb8J8THGPGR9aw869S4yOo8d3MclcwRJmUZSryAmt7GNY/2yjB7mU+uaOcV+jP0Eve23zmoRqsNm69E5rELS5V/WI/MH+W1iaKs4rEGnc1iNdUjX7uzWWQ3MItN6LPwL/X2z7phfyE/nruLwf3Y7h9VYh9Y1066j99EmebSETsILhfkO7936r9yz811C7wZ95DWZJgskTTIaRspMuv84Q6Luvw5YB6wD1t9x3TTQ+zDvY5jOP5Dn3McC76+EWaQwgeN8euEhh3N4ham/blmqfQB42u1VTXPTQAy98ys0PjAw48+0ZFJw3ENmCpwpB44brxxv8a6W3XVc/3tkQ2ggaekP6MVrS6snPemNXF7f6w726Lwis46KNI8ATU1Smd06+np7k6yi6+pVqTEIKYL4+2pV9kb96FFJUJJN74rVcpUsLy6LIlnkxTJfLJbJRX6VFJf5oriKIKvKPRpJDozQuI4+EXYNOngttP0AG0oj6F23jtoQ7PssG4YhDaOlnRO2HdOa9AzRqRqNx2fmfBowG3DbkAmJpyYMwmFU3bbKw+ET+D20CNaRRRdGoAa46qY7rhq+UQ9ajGAoQE12jEFzCxs+pfLBqW0fMAamLWkwHQnJmEdJZpcyPoiuAxWgt2RAmJGxtOVQN19oyYfJ2zjSs7ejWgQexpzfgVO7NkAg6Lk34V8Svt/eYT37Jz636LSfyHxBt+d+gtg5RI2Gb7QiAN5z4R62GAZEAyMTFEaeof65YdaMXrdHEL+i4zns0JfTqhomNfGwvbPkMYUbNmia6jXs0zO5GGyHgmP3yjP55w9y7lnNFsGsT+tmjqcg8D85ldlv8VWlRF87ZacaXyTzIpknJHOslHKa9dz2anN4gzebt7DI8yLmZ1GcyfwohTJ7wCuDExK1cN+rj8QT0dMMBfyxntVhDEOreBBTy7cIDnc8BnTIG91AzfIVfN71Tnmp6omBT8vsIdFhF+PjC50Xdnb4fVQ/ATN7NvA=);
  font-weight: normal; 
  font-style: normal; 
}

@font-face {
  font-family: 'Gotham 7r';
  src: local("?"), url("") format("embedded-opentype"), url(data:application/x-font-woff;base64,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);
  font-weight: normal;
  font-style: normal; 
}

@media screen and (min-width: 601px) {
        .column-control-container {
                max-width: 90rem;
                padding: 0 20px;
            }
        }

        .column-control-container {
            margin-right: auto;
            margin-left: auto;
            padding: 0 16px;
        }

        .panel {
            background-color: #fff;
            border: 1px solid rgba(0,0,0,.08);
            border-radius: 1rem;
            /* box-shadow: 0 4px 20px rgba(0,0,0,.04); */
            color: #0d1c3d;
            margin-bottom: 3rem;
            max-width: 100%;
            padding: 1rem
        }
        .blue-5.panel{
            background-color:#F2F8FB;
            border: 1px solid rgba(0,0,0,.01);
        }


        @media(min-width: 768px) {
            .panel {
                padding:1.25rem
            }
        }

        @media(min-width: 1152px) {
            .panel {
                padding:1.5rem
            }
        }

        .panel.info {
            background-color: #94dfff
        }

        .panel.grid {
            padding: 0
        }

        @media(max-width: 767px) {
            .panel.grid {
                border-radius:2rem 2rem 0 0;
                margin-bottom: 0
            }
        }