@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.visible-mobile {
    display: none;
  }
@media (max-width: 640px) {
    .visible-mobile {
      display: inherit;
    }
  }
.visible-tablet {
    display: none;
  }
@media (min-width: 640px) and (max-width: 1024px) {
    .visible-tablet {
      display: inherit;
    }
  }
.visible-desktop {
    display: none;
  }
@media (min-width: 768px) {
    .visible-desktop {
      display: inherit;
    }
  }
.visible-mobile-tablet {
    display: none;
  }
@media (max-width: 768px) {
    .visible-mobile-tablet {
      display: inherit;
    }
  }
.visible-tablet-desktop {
    display: none;
  }
@media (min-width: 640px) {
    .visible-tablet-desktop {
      display: inherit;
    }
  }
@media (max-width: 640px) {
    .hidden-mobile {
      display: none !important;
    }
  }
@media (min-width: 768px) {
    .hidden-desktop {
      display: none !important;
    }
  }
@media (min-width: 640px) and (max-width: 1024px) {
    .hidden-tablet {
      display: none !important;
    }
  }
:root {
    --font-body: 18px;
    --font-body-large: 28px;
    --font-body-medium: 20px;
    --font-body-small: 14px;
    --font-display: 88px;
    --font-h1: 80px;
    --font-h2: 60px;
    --font-h3: 48px;
    --font-h4: 36px;
    --font-h5: var(--font-body-large);
    --font-h6: var(--font-body-medium);
    --font-roboto: @apply font-roboto;
    --font-roboto-thin: "Roboto Thin", "Roboto", sans-serif;
    --font-sans: @apply font-sans;
    --page-width: 1708px;
    --layout-margin: 128px;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-black-alt:#111111;
    --color-black-alt-rgb: 17, 17, 17;
    --color-primary-navy: #00263a;
    --color-primary-soft-navy: #425665;
    --color-primary-teal: #2A818F;
    --color-secondary-gold: #e5a713;
    --color-secondary-medium-blue: #336680;
    --color-secondary-soft-teal: #61b0bb;
    --color-tertiary-soft-gold: #f2c75c;
    --color-tertiary-barley-blue: #dde4ec;
    --color-tertiary-nearly-white: #f5f5f5;
    --color-tertiary-barely-gray: #d1d3d5;
    --color-tertiary-barely-teal: #b8dde2;
    --color-tertiary-brand-black: #ffffff;
    --color-primary-navy-hover: #003451;
    --color-primary-soft-navy-hover: red;
    --color-primary-teal-hover: #23727e;
    --color-secondary-gold-hover: #f2c75c;
    --color-secondary-medium-blue-hover: #3a6f8c;
    --color-secondary-soft-teal-hover: red;
    --color-tertiary-soft-gold-hover: red;
    --color-tertiary-barley-blue-hover: #e6e9ef;
    --color-tertiary-nearly-white-hover: red;
    --color-tertiary-barely-gray-hover: red;
    --color-tertiary-barely-teal-hover: red;
    --color-tertiary-brand-black-hover: red;
    /* Primary */
    --color-primary-navy-rgb: 0, 38, 58;
    --color-primary-soft-navy-rgb: 66, 86, 101;
    --color-primary-teal-rgb: 42, 129, 143;
    --color-primary-white-rgb: 255, 255, 255;
    /* Secondary */
    --color-secondary-gold-rgb: 229, 167, 19;
    --color-secondary-medium-blue-rgb: 51, 102, 128;
    --color-secondary-soft-teal-rgb: 97, 176, 187;
    /* Tertiary */
    --color-tertiary-soft-gold-rgb: 242, 199, 92;
    --color-tertiary-barley-blue-rgb: 221, 228, 236;
    --color-tertiary-nearly-white-rgb: 245, 245, 245;
    --color-tertiary-barely-gray-rgb: 209, 211, 213;
    --color-tertiary-barely-teal-rgb: 184, 221, 226;
    --color-tertiary-brand-black-rgb: 255, 255, 255;
    /* Hover Tokens */
    --color-primary-navy-hover-rgb: 0, 52, 81;
    --color-primary-soft-navy-hover-rgb: 255, 0, 0; /* red placeholder */
    --color-primary-teal-hover-rgb: 35, 114, 126;
    --color-secondary-gold-hover-rgb: 242, 199, 92;
    --color-secondary-medium-blue-hover-rgb: 58, 111, 140;
    --color-secondary-soft-teal-hover-rgb: 255, 0, 0; /* red placeholder */
    --color-tertiary-soft-gold-hover-rgb: 255, 0, 0;
    --color-tertiary-barley-blue-hover-rgb: 230, 233, 239;
    --color-tertiary-nearly-white-hover-rgb: 255, 0, 0;
    --color-tertiary-barely-gray-hover-rgb: 255, 0, 0;
    --color-tertiary-barely-teal-hover-rgb: 255, 0, 0;
    --color-tertiary-brand-black-hover-rgb: 255, 0, 0;
    --weight-extralight: 200;
    --weight-light: 300;
    --weight-normal: 400;
    --weight-semibold: 600;
    --leading-h1: 90%;
    --leading-h2: 100%;
    --leading-h3: 110%;
    --leading-h4: 100%;
    --leading-h5: 110%;
    --leading-h6: 120%;
    --leading-body: 145%;
    --leading-body-small: 120%;
    --leading-body-large: 140%;
    --leading-exerpt: 130%;
    --section-padding-block: 3rem;
    --container-padding-inline: 1rem;
    --grid-gap: 1rem;
  }
@media (max-width: 768px) {
    :root {
      --font-body: 16px;
      --font-body-large: 24px;
      --font-body-medium: 20px;
      --font-body-small: 12px;
      --font-display: 40px;
      --font-h1: 40px;
      --font-h2: 34px;
      --font-h3: 32px;
      --font-h4: 24px;
      --font-h5: var(--font-body-large);
      --font-h6: var(--font-body-medium);
      --page-width: 390px;
      --layout-margin: 18px;
      --container-padding-inline: .5rem;
    }
  }
.hymh {
    --color-primary-teal: #2a818f;
    --color-primary-teal-rgb: 42, 129, 144;
    --color-secondary-gold: #ce9611;
    --color-secondary-gold-rgb: 206, 150, 17;
    --color-neutral-dark: #212121;
    --color-neutral-dark-rgb: 33, 33, 33;
  }
.section {
    padding-block: var(--section-padding-block, 3rem);
  }
.\!container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-inline: clamp(18px, 8vw, 128px) !important;
    max-width: 1708px !important;
  }
.container {
    margin-left: auto;
    margin-right: auto;
    padding-inline: clamp(18px, 8vw, 128px);
    max-width: 1708px;
  }
.\!container .\!container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
.container .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
.\!container .\!container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
.grid {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .grid {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.visible-mobile {
    display: none;
  }
@media (max-width: 640px) {
    .visible-mobile {
      display: inherit;
    }
  }
.visible-tablet {
    display: none;
  }
@media (min-width: 640px) and (max-width: 1024px) {
    .visible-tablet {
      display: inherit;
    }
  }
.visible-desktop {
    display: none;
  }
@media (min-width: 768px) {
    .visible-desktop {
      display: inherit;
    }
  }
.visible-mobile-tablet {
    display: none;
  }
@media (max-width: 768px) {
    .visible-mobile-tablet {
      display: inherit;
    }
  }
.visible-tablet-desktop {
    display: none;
  }
@media (min-width: 640px) {
    .visible-tablet-desktop {
      display: inherit;
    }
  }
@media (max-width: 640px) {
    .hidden-mobile {
      display: none !important;
    }
  }
@media (min-width: 768px) {
    .hidden-desktop {
      display: none !important;
    }
  }
@media (min-width: 640px) and (max-width: 1024px) {
    .hidden-tablet {
      display: none !important;
    }
  }
:root {
    --font-body: 18px;
    --font-body-large: 28px;
    --font-body-medium: 20px;
    --font-body-small: 14px;
    --font-display: 88px;
    --font-h1: 80px;
    --font-h2: 60px;
    --font-h3: 48px;
    --font-h4: 36px;
    --font-h5: var(--font-body-large);
    --font-h6: var(--font-body-medium);
    --font-roboto: @apply font-roboto;
    --font-roboto-thin: "Roboto Thin", "Roboto", sans-serif;
    --font-sans: @apply font-sans;
    --page-width: 1708px;
    --layout-margin: 128px;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-black-alt:#111111;
    --color-black-alt-rgb: 17, 17, 17;
    --color-primary-navy: #00263a;
    --color-primary-soft-navy: #425665;
    --color-primary-teal: #2A818F;
    --color-secondary-gold: #e5a713;
    --color-secondary-medium-blue: #336680;
    --color-secondary-soft-teal: #61b0bb;
    --color-tertiary-soft-gold: #f2c75c;
    --color-tertiary-barley-blue: #dde4ec;
    --color-tertiary-nearly-white: #f5f5f5;
    --color-tertiary-barely-gray: #d1d3d5;
    --color-tertiary-barely-teal: #b8dde2;
    --color-tertiary-brand-black: #ffffff;
    --color-primary-navy-hover: #003451;
    --color-primary-soft-navy-hover: red;
    --color-primary-teal-hover: #23727e;
    --color-secondary-gold-hover: #f2c75c;
    --color-secondary-medium-blue-hover: #3a6f8c;
    --color-secondary-soft-teal-hover: red;
    --color-tertiary-soft-gold-hover: red;
    --color-tertiary-barley-blue-hover: #e6e9ef;
    --color-tertiary-nearly-white-hover: red;
    --color-tertiary-barely-gray-hover: red;
    --color-tertiary-barely-teal-hover: red;
    --color-tertiary-brand-black-hover: red;
    /* Primary */
    --color-primary-navy-rgb: 0, 38, 58;
    --color-primary-soft-navy-rgb: 66, 86, 101;
    --color-primary-teal-rgb: 42, 129, 143;
    --color-primary-white-rgb: 255, 255, 255;
    /* Secondary */
    --color-secondary-gold-rgb: 229, 167, 19;
    --color-secondary-medium-blue-rgb: 51, 102, 128;
    --color-secondary-soft-teal-rgb: 97, 176, 187;
    /* Tertiary */
    --color-tertiary-soft-gold-rgb: 242, 199, 92;
    --color-tertiary-barley-blue-rgb: 221, 228, 236;
    --color-tertiary-nearly-white-rgb: 245, 245, 245;
    --color-tertiary-barely-gray-rgb: 209, 211, 213;
    --color-tertiary-barely-teal-rgb: 184, 221, 226;
    --color-tertiary-brand-black-rgb: 255, 255, 255;
    /* Hover Tokens */
    --color-primary-navy-hover-rgb: 0, 52, 81;
    --color-primary-soft-navy-hover-rgb: 255, 0, 0; /* red placeholder */
    --color-primary-teal-hover-rgb: 35, 114, 126;
    --color-secondary-gold-hover-rgb: 242, 199, 92;
    --color-secondary-medium-blue-hover-rgb: 58, 111, 140;
    --color-secondary-soft-teal-hover-rgb: 255, 0, 0; /* red placeholder */
    --color-tertiary-soft-gold-hover-rgb: 255, 0, 0;
    --color-tertiary-barley-blue-hover-rgb: 230, 233, 239;
    --color-tertiary-nearly-white-hover-rgb: 255, 0, 0;
    --color-tertiary-barely-gray-hover-rgb: 255, 0, 0;
    --color-tertiary-barely-teal-hover-rgb: 255, 0, 0;
    --color-tertiary-brand-black-hover-rgb: 255, 0, 0;
    --weight-extralight: 200;
    --weight-light: 300;
    --weight-normal: 400;
    --weight-semibold: 600;
    --leading-h1: 90%;
    --leading-h2: 100%;
    --leading-h3: 110%;
    --leading-h4: 100%;
    --leading-h5: 110%;
    --leading-h6: 120%;
    --leading-body: 145%;
    --leading-body-small: 120%;
    --leading-body-large: 140%;
    --leading-exerpt: 130%;
    --section-padding-block: 3rem;
    --container-padding-inline: 1rem;
    --grid-gap: 1rem;
  }
@media (max-width: 768px) {
    :root {
      --font-body: 16px;
      --font-body-large: 24px;
      --font-body-medium: 20px;
      --font-body-small: 12px;
      --font-display: 40px;
      --font-h1: 40px;
      --font-h2: 34px;
      --font-h3: 32px;
      --font-h4: 24px;
      --font-h5: var(--font-body-large);
      --font-h6: var(--font-body-medium);
      --page-width: 390px;
      --layout-margin: 18px;
      --container-padding-inline: .5rem;
    }
  }
.hymh {
    --color-primary-teal: #2a818f;
    --color-primary-teal-rgb: 42, 129, 144;
    --color-secondary-gold: #ce9611;
    --color-secondary-gold-rgb: 206, 150, 17;
    --color-neutral-dark: #212121;
    --color-neutral-dark-rgb: 33, 33, 33;
  }
.btn {
    --_color: var(--color-primary-navy);
    --_color-hover: var(--color-primary-navy-hover);
    --_background-color: var(--color-primary-navy);
    --_background-color-hover: var(--color-primary-navy-hover);
    --_border-color: var(--color-primary-navy);
    --_border-color-hover: var(--color-primary-navy-hover);
    --_border-radius: 4px;
    --_border-radius-hover: 4px;
    --_outline: 0;
    --_outline-hover: 0;
    --_outline-offset: 0;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 120%;
    font-family: var(--font-roboto);
    color: var(--_color);
    background-color: var(--_background-color);
    border-color: var(--_border-color);
    border-width: var(--_border-width);
    border-style: var(--_border-style);
    border-radius: var(--_border-radius);
    outline-offset: var(--_border-width);
    outline: var(--_outline);
    outline-offset: var(--_outline-offset);
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    font-weight: 400;
  }
.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--_background-color-hover);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.15s ease-in-out;
  }
.btn:hover {
    text-decoration: none;
    color: var(--_color-hover);
    outline: var(--_outline-hover, var(--_outline));
    outline-offset: var(--_outline-offset, 0);
  }
.btn:hover:before {
    opacity: 1;
  }
.btn-primary {
    --_color: var(--color-primary-navy);
    --_color-hover: var(--color-primary-navy);
    --_background-color: var(--color-secondary-gold);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.1 );
  }
.btn-secondary {
    --_color: var(--color-white);
    --_color-hover: var(--color-white);
    --_background-color: var(--color-secondary-medium-blue);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.2 );
  }
.btn-tertiary {
    --_color: var(--color-white);
    --_color-hover: var(--color-white);
    --_background-color: var(--color-primary-navy);
    --_background-color-hover: rgba(var(--color-white-rgb), 0.2 );
  }
.btn-special, .btn-special1 {
    --_color: var(--color-black-alt);
    --_color-hover: var(--color-black-alt);
    --_background-color: transparent;
    --_background-color-hover: var(--color-secondary-gold);
    --_outline: 2px solid var(--color-secondary-gold);
    --_outline-hover: 2px solid var(--color-secondary-gold);
    --_outline-offset: -2px;
  }
.btn-special2 {
    --_color: var(--color-white);
    --_color-hover: var(--color-black-alt);
    --_background-color: transparent;
    --_background-color-hover: var(--color-secondary-gold);
    --_outline: 2px solid var(--color-secondary-gold);
    --_outline-hover: 2px solid var(--color-secondary-gold);
    --_outline-offset: -2px;
  }
.hymh .btn-primary {
    --_color: var(--color-white);
    --_color-hover: var(--color-white);
    --_background-color: var(--color-primary-teal);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.1 );
  }
.hymh .btn-secondary {
    --_color: var(--color-white);
    --_color-hover: var(--color-white);
    --_background-color: var(--color-secondary-medium-blue);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.2 );
  }
.hymh .btn-tertiary {
    --_color: var(--color-primary-navy);
    --_color-hover: var(--color-primary-navy);
    --_background-color: var(--color-secondary-gold);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.1 );
  }
h1, .h1 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 74px;
    line-height: 90%;
    font-weight: 200;
    font-variation-settings: "opsz" 14, "wght" 200;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    h1, .h1 {
      font-size: 40px;
      line-height: 90%;
      font-variation-settings: "opsz" 14, "wght" 200;
      text-transform: uppercase;
    }
  }
h2, .h2 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 60px;
    line-height: 100%;
    font-weight: 400;
    font-variation-settings: "opsz" 60, "wght" 400;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    h2, .h2 {
      font-size: 34px;
      line-height: 100%;
      font-variation-settings: "opsz" 34, "wght" 400;
      text-transform: uppercase;
    }
  }
h3, .h3 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 48px;
    line-height: 110%;
    font-weight: 300;
    font-variation-settings: "opsz" 48, "wght" 300;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    h3, .h3 {
      font-size: 32px;
      line-height: 110%;
      font-variation-settings: "opsz" 32, "wght" 300;
      text-transform: uppercase;
    }
  }
h4, .h4 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 36px;
    line-height: 100%;
    font-weight: 300;
    font-variation-settings: "opsz" 36, "wght" 300;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    h4, .h4 {
      font-size: 24px;
      line-height: 100%;
      font-variation-settings: "opsz" 24, "wght" 300;
      text-transform: uppercase;
    }
  }
h5, .h5 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    font-variation-settings: "opsz" 28, "wght" 600;
  }
@media (max-width: 768px) {
    h5, .h5 {
      font-size: 24px;
      line-height: 110%;
      font-variation-settings: "opsz" 24, "wght" 600;
    }
  }
h6, .h6 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    font-variation-settings: "opsz" 20, "wght" 600;
  }
@media (max-width: 768px) {
    h6, .h6 {
      font-size: 20px;
      line-height: 120%;
      font-variation-settings: "opsz" 20, "wght" 600;
    }
  }
body, .body {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--color-primary-navy);
  }
@media (max-width: 768px) {
    body, .body {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.body-small {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    font-variation-settings: "opsz" 14, "wght" 400;
  }
@media (max-width: 768px) {
    .body-small {
      font-size: 12px;
      line-height: 120%;
      font-variation-settings: "opsz" 12, "wght" 400;
    }
  }
.body-large {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 140%;
    font-weight: 300;
    font-variation-settings: "opsz" 28, "wght" 300;
  }
@media (max-width: 768px) {
    .body-large {
      font-size: 24px;
      line-height: 140%;
      font-variation-settings: "opsz" 24, "wght" 300;
    }
  }
.excerpt {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 22px;
    line-height: 130%;
    font-weight: 300;
    font-variation-settings: "opsz" 22, "wght" 300;
  }
@media (max-width: 768px) {
    .excerpt {
      font-size: 20px;
      line-height: 130%;
      font-variation-settings: "opsz" 20, "wght" 300;
    }
  }
/* Set global box-sizing */
*, *::before, *::after {
    box-sizing: border-box;
  }
/* Remove default margin */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
    margin: 0;
  }
/* Set default font family and smoothing */
body {
    font-family: "Roboto Flex", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
  }
a {
    text-decoration: none;
  }
a:hover {
    text-decoration: underline;
  }
/* Responsive images */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
/* Remove built-in form styles */
input, button, textarea, select {
    font: inherit;
    color: inherit;
  }
/* Remove default list styles */
ul[role=list], ol[role=list] {
    list-style: none;
  }
/* Ensure focus styles are visible */
:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
.nohero {
    opacity: 0;
    min-height: 64px;
  }
.rotate-0 {
    transform: rotate(0deg);
  }
.rotate-45 {
    transform: rotate(45deg);
  }
.rotate-90 {
    transform: rotate(90deg);
  }
.rotate-180 {
    transform: rotate(180deg);
  }
.scale-0 {
    transform: scale(0);
  }
.scale-50 {
    transform: scale(0.5);
  }
.scale-75 {
    transform: scale(0.75);
  }
.scale-90 {
    transform: scale(0.9);
  }
.scale-95 {
    transform: scale(0.95);
  }
.scale-100 {
    transform: scale(1);
  }
.scale-105 {
    transform: scale(1.05);
  }
.scale-110 {
    transform: scale(1.1);
  }
.translate-x-full {
    transform: translateX(100%);
  }
.translate-x-0 {
    transform: translateX(0);
  }
.-translate-x-full {
    transform: translateX(-100%);
  }
.translate-y-full {
    transform: translateY(100%);
  }
.translate-y-0 {
    transform: translateY(0);
  }
.-translate-y-full {
    transform: translateY(-100%);
  }
.transform-none {
    transform: none;
  }
.opacity-0 {
    opacity: 0;
  }
.opacity-25 {
    opacity: 0.25;
  }
.opacity-50 {
    opacity: 0.5;
  }
.opacity-75 {
    opacity: 0.75;
  }
.opacity-100 {
    opacity: 1;
  }
.transition {
    transition: all 0.3s ease;
  }
.transition-none {
    transition: none;
  }
.duration-75 {
    transition-duration: 75ms;
  }
.duration-150 {
    transition-duration: 150ms;
  }
.duration-300 {
    transition-duration: 300ms;
  }
.duration-500 {
    transition-duration: 500ms;
  }
.ease-linear {
    transition-timing-function: linear;
  }
.ease-in {
    transition-timing-function: ease-in;
  }
.ease-out {
    transition-timing-function: ease-out;
  }
.ease-in-out {
    transition-timing-function: ease-in-out;
  }
.hidden {
    display: none !important;
  }
.block {
    display: block !important;
  }
.inline-block {
    display: inline-block !important;
  }
.invisible {
    visibility: hidden;
  }
.visible {
    visibility: visible;
  }
.pointer-events-none {
    pointer-events: none;
  }
.pointer-events-auto {
    pointer-events: auto;
  }
#no-hero-breadcrumbs {
    padding-block: 1rem;
  }
ul.breadcrumbs {
    width: 100%;
    display: block;
    color: var(--breadcrumb-text-color);
  }
ul.breadcrumbs li {
    display: inline;
  }
ul.breadcrumbs li:after {
    content: "/";
    margin: 0 0.25em;
  }
ul.breadcrumbs li:last-child:after {
    content: "";
  }
.screen-reader {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
.\!container .rich-text-field.\!container {
    margin: initial !important;
    padding: initial !important;
  }
.container .rich-text-field.container {
    margin: initial;
    padding: initial;
  }
.\!container .rich-text-field.\!container {
    margin: initial !important;
    padding: initial !important;
  }
.rich-text-field{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.rich-text-field :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.rich-text-field :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.rich-text-field :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.rich-text-field :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.rich-text-field :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.rich-text-field :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.rich-text-field :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.rich-text-field :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.rich-text-field :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.rich-text-field :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.rich-text-field :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.rich-text-field :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.rich-text-field :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.rich-text-field :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.rich-text-field :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.rich-text-field :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.rich-text-field :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.rich-text-field :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.rich-text-field :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.rich-text-field :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.rich-text-field :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.rich-text-field :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.rich-text-field :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.rich-text-field :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.rich-text-field :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.rich-text-field :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.rich-text-field :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.rich-text-field :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.rich-text-field :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.rich-text-field :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.rich-text-field :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.rich-text-field :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.rich-text-field :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.rich-text-field :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.rich-text-field :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.rich-text-field :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.rich-text-field :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.rich-text-field :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.rich-text-field :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.rich-text-field :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.rich-text-field :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.rich-text-field :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.rich-text-field :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.rich-text-field :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.rich-text-field :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.rich-text-field :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.rich-text-field :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.rich-text-field :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.rich-text-field :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.rich-text-field :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.rich-text-field :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.rich-text-field :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.rich-text-field :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.rich-text-field :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.rich-text-field :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.rich-text-field :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.rich-text-field :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.rich-text-field :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.rich-text-field :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.rich-text-field :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.rich-text-field :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.rich-text-field :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.rich-text-field{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.rich-text-field :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.rich-text-field :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.rich-text-field :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.rich-text-field :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.rich-text-field :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.rich-text-field :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.rich-text-field :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.rich-text-field :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.rich-text-field :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.rich-text-field :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.rich-text-field :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.rich-text-field :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.rich-text-field :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.rich-text-field :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.rich-text-field :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.rich-text-field :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.rich-text-field :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.rich-text-field :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.rich-text-field :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.rich-text-field{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.rich-text-field :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.rich-text-field :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.rich-text-field :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.rich-text-field :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.rich-text-field :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.rich-text-field :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.rich-text-field :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.rich-text-field :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.rich-text-field :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.rich-text-field :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.rich-text-field :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.rich-text-field :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.rich-text-field :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.rich-text-field :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.rich-text-field :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.rich-text-field :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.rich-text-field :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.rich-text-field :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.rich-text-field :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.rich-text-field :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.rich-text-field :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.rich-text-field :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.rich-text-field :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.rich-text-field :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.rich-text-field :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.rich-text-field :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.rich-text-field :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.rich-text-field :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.rich-text-field :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.rich-text-field :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.rich-text-field :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.rich-text-field :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.rich-text-field :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.rich-text-field :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.rich-text-field :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.rich-text-field :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.rich-text-field :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.rich-text-field :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.rich-text-field :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.rich-text-field :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.rich-text-field :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.rich-text-field :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.rich-text-field :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.rich-text-field{
  max-width: none !important;
}
@media (min-width: 768px){
  .rich-text-field{
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .rich-text-field :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .rich-text-field :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .rich-text-field :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .rich-text-field :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .rich-text-field :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .rich-text-field :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .rich-text-field :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .rich-text-field :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .rich-text-field :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .rich-text-field :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .rich-text-field :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .rich-text-field :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .rich-text-field :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .rich-text-field :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .rich-text-field :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .rich-text-field :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .rich-text-field :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
  }
  .rich-text-field :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .rich-text-field :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .rich-text-field :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
  }
  .rich-text-field :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  .rich-text-field :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .rich-text-field :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .rich-text-field :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: open-quote;
  }
  .rich-text-field :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: close-quote;
  }
  .rich-text-field :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .rich-text-field :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
  }
  .rich-text-field :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .rich-text-field :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
  }
  .rich-text-field :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .rich-text-field :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .rich-text-field :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .rich-text-field :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .rich-text-field :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .rich-text-field :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .rich-text-field :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .rich-text-field :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .rich-text-field :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .rich-text-field :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: "`";
  }
  .rich-text-field :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: "`";
  }
  .rich-text-field :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .rich-text-field :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .rich-text-field :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
  }
  .rich-text-field :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
  }
  .rich-text-field :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .rich-text-field :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .rich-text-field :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .rich-text-field :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .rich-text-field :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .rich-text-field :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: none;
  }
  .rich-text-field :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: none;
  }
  .rich-text-field :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .rich-text-field :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .rich-text-field :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .rich-text-field :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .rich-text-field :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 0;
  }
  .rich-text-field :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: baseline;
  }
  .rich-text-field :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .rich-text-field :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: top;
  }
  .rich-text-field :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    text-align: start;
  }
  .rich-text-field :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .rich-text-field :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .rich-text-field{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
  }
  .rich-text-field :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .rich-text-field :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .rich-text-field :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .rich-text-field :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .rich-text-field :where(.md\:prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .rich-text-field :where(.md\:prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .rich-text-field :where(.md\:prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .rich-text-field :where(.md\:prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .rich-text-field :where(.md\:prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .rich-text-field :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .rich-text-field :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .rich-text-field :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .rich-text-field :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .rich-text-field :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .rich-text-field :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .rich-text-field :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .rich-text-field :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .rich-text-field :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .rich-text-field :where(.md\:prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(.md\:prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1024px){
  .rich-text-field{
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .rich-text-field :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .rich-text-field :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .rich-text-field :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }
  .rich-text-field :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .rich-text-field :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .rich-text-field :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .rich-text-field :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .rich-text-field :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .rich-text-field :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .rich-text-field :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .rich-text-field :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .rich-text-field :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }
  .rich-text-field :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .rich-text-field :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8611111em;
  }
  .rich-text-field :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .rich-text-field :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }
  .rich-text-field :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .rich-text-field :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .rich-text-field :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .rich-text-field :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .rich-text-field :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .rich-text-field :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .rich-text-field :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .rich-text-field :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .rich-text-field :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .rich-text-field :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .rich-text-field :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .rich-text-field :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .rich-text-field :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .rich-text-field :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }
  .rich-text-field :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .rich-text-field :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .rich-text-field :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .rich-text-field :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .rich-text-field :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .rich-text-field :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .rich-text-field :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .rich-text-field :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .rich-text-field :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .rich-text-field :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .rich-text-field :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .rich-text-field :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .rich-text-field :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.rich-text-field :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 300;
  line-height: 100%;
}
.rich-text-field :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 145%;
}
@media (min-width: 768px){
  .rich-text-field :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.rich-text-field :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 145%;
  font-weight: 400;
}
@media (min-width: 768px){
  .rich-text-field :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 145%;
  }
}
.rich-text-field :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 145%;
  font-weight: 400;
}
@media (min-width: 768px){
  .rich-text-field :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 145%;
  }
}
.rich-text-field {
    color: var(--color-primary-navy);
    opacity: 0.9;
  }
.rich-text-field h1 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 74px;
    line-height: 90%;
    font-weight: 200;
    font-variation-settings: "opsz" 14, "wght" 200;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    .rich-text-field h1 {
      font-size: 40px;
      line-height: 90%;
      font-variation-settings: "opsz" 14, "wght" 200;
      text-transform: uppercase;
    }
  }
.rich-text-field h2 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 60px;
    line-height: 100%;
    font-weight: 400;
    font-variation-settings: "opsz" 60, "wght" 400;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    .rich-text-field h2 {
      font-size: 34px;
      line-height: 100%;
      font-variation-settings: "opsz" 34, "wght" 400;
      text-transform: uppercase;
    }
  }
.rich-text-field h3 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 48px;
    line-height: 110%;
    font-weight: 300;
    font-variation-settings: "opsz" 48, "wght" 300;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    .rich-text-field h3 {
      font-size: 32px;
      line-height: 110%;
      font-variation-settings: "opsz" 32, "wght" 300;
      text-transform: uppercase;
    }
  }
.rich-text-field h4 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 36px;
    line-height: 100%;
    font-weight: 300;
    font-variation-settings: "opsz" 36, "wght" 300;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    .rich-text-field h4 {
      font-size: 24px;
      line-height: 100%;
      font-variation-settings: "opsz" 24, "wght" 300;
      text-transform: uppercase;
    }
  }
.rich-text-field h5 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    font-variation-settings: "opsz" 28, "wght" 600;
  }
@media (max-width: 768px) {
    .rich-text-field h5 {
      font-size: 24px;
      line-height: 110%;
      font-variation-settings: "opsz" 24, "wght" 600;
    }
  }
.rich-text-field h6 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    font-variation-settings: "opsz" 20, "wght" 600;
  }
@media (max-width: 768px) {
    .rich-text-field h6 {
      font-size: 20px;
      line-height: 120%;
      font-variation-settings: "opsz" 20, "wght" 600;
    }
  }
.rich-text-field ul > li *::marker{
  color: var(--color-tertiary-soft-gold);
}
.rich-text-field ul > li::marker{
  color: var(--color-tertiary-soft-gold);
}
.rich-text-field a.btn {
    text-decoration: none;
    color: var(--_color);
  }
.rich-text-field h1,
  h2,
  h3,
  h4{
  text-transform: uppercase;
}
.rich-text-field p{
  margin-bottom: 1.5rem;
}
.rich-text-editor .float-right {
    float: right;
  }
.rich-text-editor .float-left {
    float: left;
  }
.rich-text-editor .float-none {
    float: none;
  }
.rich-text-editor p:has(> img.align-center) {
    text-align: center;
  }
.rich-text-editor p > img.align-center {
    margin: auto;
    border-radius: 0.75rem;
  }
.rich-text-editor img.float-left {
    float: left;
    margin: 0 1.5rem 1rem 0;
    border-radius: 0.75rem;
  }
.rich-text-editor img.float-right {
    float: right;
    margin: 0 0 1rem 1.5rem;
    border-radius: 0.75rem;
  }
.rich-text-field p img,
  .rich-text-field p video {
    display: inline-block;
  }
.video-overlay-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
.video-overlay-wrapper video {
    display: block;
    width: 100%;
    height: auto;
  }
.video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.video-play-overlay svg {
    display: block;
    width: 80px;
    height: 80px;
    pointer-events: none;
  }
.video-play-overlay.hidden {
    display: none;
  }
.error-page {
    padding-top: 128px;
    padding-bottom: 128px;
  }
.error-page.hymh{
  background-color: var(--color-tertiary-barely-teal);
}
.error-page.hymh .rich-text-field p,
  .error-page.hymh .rich-text-field h1,
  .error-page.hymh .rich-text-field h2,
  .error-page.hymh .rich-text-field h3{
  color: var(--color-primary-navy);
}
.error-page.hyi{
  background-color: var(--color-primary-navy);
}
.error-page.hyi .rich-text-field p,
  .error-page.hyi .rich-text-field h1,
  .error-page.hyi .rich-text-field h2,
  .error-page.hyi .rich-text-field h3{
  color: var(--color-tertiary-nearly-white);
}
:root {
    --form-font: var(--font-roboto);
    --form-radius: 0.5rem;
    --form-padding: 11px 2.25rem 11px 0.75rem;
    --form-bg: var(--color-tertiary-nearly-white);
    --form-text: var(--color-primary-navy);
    --form-border: var(--color-tertiary-barely-gray);
    --form-focus: var(--color-primary-navy);
    --form-placeholder: var(--form-text);
    --form-disabled-opacity: 0.5;
    --form-font-size: 1rem;
    --form-line-height: normal;
    --form-icon-size: 1.25rem;
  }
input[type=text].form-input,
  select.form-select,
  button.form-button {
    font-family: var(--form-font);
    font-size: var(--form-font-size);
    font-weight: var(--weight-light);
    line-height: var(--form-line-height);
    color: var(--form-text);
    background-color: var(--form-bg);
    border: 1px solid var(--form-border);
    border-radius: var(--form-radius);
    padding: var(--form-padding);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: all 0.2s ease;
  }
input[type=text].form-input:focus,
  select.form-select:focus,
  button.form-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--form-focus);
  }
input[type=text].form-input::-moz-placeholder, select.form-select::-moz-placeholder, button.form-button::-moz-placeholder {
    color: var(--form-placeholder);
    opacity: 0.9;
  }
input[type=text].form-input::placeholder,
  select.form-select::placeholder,
  button.form-button::placeholder {
    color: var(--form-placeholder);
    opacity: 0.9;
  }
input[type=text].form-input:disabled,
  select.form-select:disabled,
  button.form-button:disabled {
    opacity: var(--form-disabled-opacity);
    cursor: not-allowed;
  }
select {
    background-image: url("data:image/svg+xml,%3Csvg fill='currentColor' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: var(--form-icon-size);
    padding-right: 2.5rem;
  }
.F1-form form{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.F1-form form .F1-form__header{
  margin-bottom: 2.5rem;
}
.F1-form form .F1-form__header > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.F1-form form .F1-form__header .F1-form__headline {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 36px;
    line-height: 100%;
    font-weight: 300;
    font-variation-settings: "opsz" 36, "wght" 300;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    .F1-form form .F1-form__header .F1-form__headline {
      font-size: 24px;
      line-height: 100%;
      font-variation-settings: "opsz" 24, "wght" 300;
      text-transform: uppercase;
    }
  }
.F1-form form .F1-form__header .F1-form__intro {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--color-primary-navy);
  }
@media (max-width: 768px) {
    .F1-form form .F1-form__header .F1-form__intro {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.hymh .CorporateImageVideoBlock .F1-form form .F1-form__header .F1-form__intro {
    opacity: 1;
    font-weight: 500;
  }
.CorporateImageVideoBlock .F1-form form .F1-form__header .F1-form__intro{
  opacity: 0.8;
    color: var(--imagevideo-text-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
}
@media (max-width: 768px) {
    .CorporateImageVideoBlock .F1-form form .F1-form__header .F1-form__intro {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateHomeHeroExtendedBlock .container .content .F1-form form .F1-form__header .F1-form__intro{
  color: var(--color-primary-navy);
}
@media (min-width: 1024px) {
    
    .CorporateHomeHeroExtendedBlock .container .content .F1-form form .F1-form__header .F1-form__intro {
      grid-column: 1/span 6;
    }
  }
.F1-form form .F1-form__header .F1-form__intro{
  color: var(--color-primary-soft-navy);
}
.F1-form form .Form__MainBody section.Form__Element > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.F1-form form .Form__MainBody section .FormSelection, .F1-form form .Form__MainBody section .FormTextbox{
  display: flex;
  flex-direction: column;
}
.F1-form form .Form__MainBody section .FormTextbox__Input:focus-visible{
  outline-style: solid;
  outline-offset: 0px;
  outline-color: var(--color-secondary-gold);
}
.F1-form form .Form__MainBody section input[type=checkbox]:focus-visible, .F1-form form .Form__MainBody section input[type=radio]:focus-visible {
    box-shadow: 0px 0px 0px 2px rgba(229, 167, 19, 0.4);
    outline-width: 1px;
    outline-color: var(--color-secondary-gold);
    outline-offset: -2px;
  }
.F1-form form .Form__MainBody .Form__Element > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.F1-form form .Form__MainBody .Form__Element fieldset > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.rich-text-editor .F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=checkbox] {
    float: left;
  }
.rich-text-editor img.F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=checkbox] {
    float: left;
    margin: 0 1.5rem 1rem 0;
    border-radius: 0.75rem;
  }
.F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=checkbox]{
  position: relative;
  float: left;
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--color-tertiary-barely-gray);
  background-color: var(--color-tertiary-nearly-white);
  accent-color: var(--color-secondary-gold);
}
.F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=checkbox]:checked{
  background-color: var(--color-secondary-gold);
  accent-color: var(--color-secondary-gold);
}
.F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=checkbox]:checked::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-primary-navy);
  }
.rich-text-editor .F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=radio] {
    float: left;
  }
.rich-text-editor img.F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=radio] {
    float: left;
    margin: 0 1.5rem 1rem 0;
    border-radius: 0.75rem;
  }
.F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=radio]{
  position: relative;
  float: left;
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 99px;
  border-width: 1px;
  border-color: var(--color-tertiary-barely-gray);
  background-color: var(--color-tertiary-nearly-white);
  accent-color: var(--color-secondary-gold);
}
.F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=radio]:checked{
  background-color: var(--color-secondary-gold);
  padding: 0.25rem;
  accent-color: var(--color-secondary-gold);
}
.F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap input[type=radio]:checked::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: 50%;
    left: 50%;
    border-radius: 99px;
    transform: translate(-50%, -50%);
    background-color: var(--color-primary-navy);
  }
.F1-form form .Form__MainBody .Form__Element fieldset .Form__Element__Input-Wrap label{
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: var(--color-primary-navy);
}
.F1-form form .Form__MainBody .Form__Element.FormSelection select {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--color-primary-navy);
  }
@media (max-width: 768px) {
    .F1-form form .Form__MainBody .Form__Element.FormSelection select {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.hymh .CorporateImageVideoBlock .F1-form form .Form__MainBody .Form__Element.FormSelection select {
    opacity: 1;
    font-weight: 500;
  }
.CorporateImageVideoBlock .F1-form form .Form__MainBody .Form__Element.FormSelection select{
  opacity: 0.8;
    color: var(--imagevideo-text-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
}
@media (max-width: 768px) {
    .CorporateImageVideoBlock .F1-form form .Form__MainBody .Form__Element.FormSelection select {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateHomeHeroExtendedBlock .container .content .F1-form form .Form__MainBody .Form__Element.FormSelection select{
  color: var(--color-primary-navy);
}
@media (min-width: 1024px) {
    
    .CorporateHomeHeroExtendedBlock .container .content .F1-form form .Form__MainBody .Form__Element.FormSelection select {
      grid-column: 1/span 6;
    }
  }
.F1-form form .Form__MainBody .Form__Element.FormSelection select{
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--color-tertiary-barely-gray);
  background-color: var(--color-tertiary-nearly-white);
  padding: 0.75rem;
  padding-right: 2.5rem;
}
.F1-form form .Form__MainBody .Form__Element.FormSelection select:focus-visible{
  outline-style: solid;
  outline-offset: 0px;
  outline-color: var(--color-secondary-gold);
}
.F1-form form .Form__MainBody .Form__Element label, .F1-form form .Form__MainBody .Form__Element .Form__Element__Caption{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 145%;
  color: var(--color-primary-navy);
}
.F1-form form .Form__MainBody .Form__Element .FormTextbox__Input {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--color-primary-navy);
  }
@media (max-width: 768px) {
    .F1-form form .Form__MainBody .Form__Element .FormTextbox__Input {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.hymh .CorporateImageVideoBlock .F1-form form .Form__MainBody .Form__Element .FormTextbox__Input {
    opacity: 1;
    font-weight: 500;
  }
.CorporateImageVideoBlock .F1-form form .Form__MainBody .Form__Element .FormTextbox__Input{
  opacity: 0.8;
    color: var(--imagevideo-text-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
}
@media (max-width: 768px) {
    .CorporateImageVideoBlock .F1-form form .Form__MainBody .Form__Element .FormTextbox__Input {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateHomeHeroExtendedBlock .container .content .F1-form form .Form__MainBody .Form__Element .FormTextbox__Input{
  color: var(--color-primary-navy);
}
@media (min-width: 1024px) {
    
    .CorporateHomeHeroExtendedBlock .container .content .F1-form form .Form__MainBody .Form__Element .FormTextbox__Input {
      grid-column: 1/span 6;
    }
  }
.F1-form form .Form__MainBody .Form__Element .FormTextbox__Input{
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--color-tertiary-barely-gray);
  background-color: var(--color-tertiary-nearly-white);
  padding: 0.75rem;
  color: var(--color-primary-navy);
}
.F1-form form .Form__MainBody .Form__Element textarea.FormTextbox__Input{
  min-height: 188px;
}
.F1-form form .Form__MainBody .Form__Element button[type=submit], .F1-form form .Form__MainBody .Form__Element button[type=reset] {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36;
    color: var(--color-primary-navy);
    opacity: 0.9;
  }
.F1-form form .Form__MainBody .Form__Element button[type=submit]{
  margin-right: 0.75rem;
  background-color: var(--color-secondary-gold);
}
.F1-form form .Form__MainBody .Form__Element button[type=reset]{
  border-width: 2px;
  border-color: var(--color-secondary-gold);
  background-color: transparent;
}
/* Set global box-sizing */
*, *::before, *::after {
    box-sizing: border-box;
  }
/* Remove default margin */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
    margin: 0;
  }
/* Set default font family and smoothing */
body {
    font-family: "Roboto Flex", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
  }
a {
    text-decoration: none;
  }
a:hover {
    text-decoration: underline;
  }
/* Responsive images */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
/* Remove built-in form styles */
input, button, textarea, select {
    font: inherit;
    color: inherit;
  }
/* Remove default list styles */
ul[role=list], ol[role=list] {
    list-style: none;
  }
/* Ensure focus styles are visible */
:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
.visible-mobile {
    display: none;
  }
@media (max-width: 640px) {
    .visible-mobile {
      display: inherit;
    }
  }
.visible-tablet {
    display: none;
  }
@media (min-width: 640px) and (max-width: 1024px) {
    .visible-tablet {
      display: inherit;
    }
  }
.visible-desktop {
    display: none;
  }
@media (min-width: 768px) {
    .visible-desktop {
      display: inherit;
    }
  }
.visible-mobile-tablet {
    display: none;
  }
@media (max-width: 768px) {
    .visible-mobile-tablet {
      display: inherit;
    }
  }
.visible-tablet-desktop {
    display: none;
  }
@media (min-width: 640px) {
    .visible-tablet-desktop {
      display: inherit;
    }
  }
@media (max-width: 640px) {
    .hidden-mobile {
      display: none !important;
    }
  }
@media (min-width: 768px) {
    .hidden-desktop {
      display: none !important;
    }
  }
@media (min-width: 640px) and (max-width: 1024px) {
    .hidden-tablet {
      display: none !important;
    }
  }
.section {
    padding-block: var(--section-padding-block, 3rem);
  }
.\!container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-inline: clamp(18px, 8vw, 128px) !important;
    max-width: 1708px !important;
  }
.container {
    margin-left: auto;
    margin-right: auto;
    padding-inline: clamp(18px, 8vw, 128px);
    max-width: 1708px;
  }
.\!container .\!container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
.container .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
.\!container .\!container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
.grid {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .grid {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.visible-mobile {
    display: none;
  }
@media (max-width: 640px) {
    .visible-mobile {
      display: inherit;
    }
  }
.visible-tablet {
    display: none;
  }
@media (min-width: 640px) and (max-width: 1024px) {
    .visible-tablet {
      display: inherit;
    }
  }
.visible-desktop {
    display: none;
  }
@media (min-width: 768px) {
    .visible-desktop {
      display: inherit;
    }
  }
.visible-mobile-tablet {
    display: none;
  }
@media (max-width: 768px) {
    .visible-mobile-tablet {
      display: inherit;
    }
  }
.visible-tablet-desktop {
    display: none;
  }
@media (min-width: 640px) {
    .visible-tablet-desktop {
      display: inherit;
    }
  }
@media (max-width: 640px) {
    .hidden-mobile {
      display: none !important;
    }
  }
@media (min-width: 768px) {
    .hidden-desktop {
      display: none !important;
    }
  }
@media (min-width: 640px) and (max-width: 1024px) {
    .hidden-tablet {
      display: none !important;
    }
  }
:root {
    --font-body: 18px;
    --font-body-large: 28px;
    --font-body-medium: 20px;
    --font-body-small: 14px;
    --font-display: 88px;
    --font-h1: 80px;
    --font-h2: 60px;
    --font-h3: 48px;
    --font-h4: 36px;
    --font-h5: var(--font-body-large);
    --font-h6: var(--font-body-medium);
    --font-roboto: @apply font-roboto;
    --font-roboto-thin: "Roboto Thin", "Roboto", sans-serif;
    --font-sans: @apply font-sans;
    --page-width: 1708px;
    --layout-margin: 128px;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-black-alt:#111111;
    --color-black-alt-rgb: 17, 17, 17;
    --color-primary-navy: #00263a;
    --color-primary-soft-navy: #425665;
    --color-primary-teal: #2A818F;
    --color-secondary-gold: #e5a713;
    --color-secondary-medium-blue: #336680;
    --color-secondary-soft-teal: #61b0bb;
    --color-tertiary-soft-gold: #f2c75c;
    --color-tertiary-barley-blue: #dde4ec;
    --color-tertiary-nearly-white: #f5f5f5;
    --color-tertiary-barely-gray: #d1d3d5;
    --color-tertiary-barely-teal: #b8dde2;
    --color-tertiary-brand-black: #ffffff;
    --color-primary-navy-hover: #003451;
    --color-primary-soft-navy-hover: red;
    --color-primary-teal-hover: #23727e;
    --color-secondary-gold-hover: #f2c75c;
    --color-secondary-medium-blue-hover: #3a6f8c;
    --color-secondary-soft-teal-hover: red;
    --color-tertiary-soft-gold-hover: red;
    --color-tertiary-barley-blue-hover: #e6e9ef;
    --color-tertiary-nearly-white-hover: red;
    --color-tertiary-barely-gray-hover: red;
    --color-tertiary-barely-teal-hover: red;
    --color-tertiary-brand-black-hover: red;
    /* Primary */
    --color-primary-navy-rgb: 0, 38, 58;
    --color-primary-soft-navy-rgb: 66, 86, 101;
    --color-primary-teal-rgb: 42, 129, 143;
    --color-primary-white-rgb: 255, 255, 255;
    /* Secondary */
    --color-secondary-gold-rgb: 229, 167, 19;
    --color-secondary-medium-blue-rgb: 51, 102, 128;
    --color-secondary-soft-teal-rgb: 97, 176, 187;
    /* Tertiary */
    --color-tertiary-soft-gold-rgb: 242, 199, 92;
    --color-tertiary-barley-blue-rgb: 221, 228, 236;
    --color-tertiary-nearly-white-rgb: 245, 245, 245;
    --color-tertiary-barely-gray-rgb: 209, 211, 213;
    --color-tertiary-barely-teal-rgb: 184, 221, 226;
    --color-tertiary-brand-black-rgb: 255, 255, 255;
    /* Hover Tokens */
    --color-primary-navy-hover-rgb: 0, 52, 81;
    --color-primary-soft-navy-hover-rgb: 255, 0, 0; /* red placeholder */
    --color-primary-teal-hover-rgb: 35, 114, 126;
    --color-secondary-gold-hover-rgb: 242, 199, 92;
    --color-secondary-medium-blue-hover-rgb: 58, 111, 140;
    --color-secondary-soft-teal-hover-rgb: 255, 0, 0; /* red placeholder */
    --color-tertiary-soft-gold-hover-rgb: 255, 0, 0;
    --color-tertiary-barley-blue-hover-rgb: 230, 233, 239;
    --color-tertiary-nearly-white-hover-rgb: 255, 0, 0;
    --color-tertiary-barely-gray-hover-rgb: 255, 0, 0;
    --color-tertiary-barely-teal-hover-rgb: 255, 0, 0;
    --color-tertiary-brand-black-hover-rgb: 255, 0, 0;
    --weight-extralight: 200;
    --weight-light: 300;
    --weight-normal: 400;
    --weight-semibold: 600;
    --leading-h1: 90%;
    --leading-h2: 100%;
    --leading-h3: 110%;
    --leading-h4: 100%;
    --leading-h5: 110%;
    --leading-h6: 120%;
    --leading-body: 145%;
    --leading-body-small: 120%;
    --leading-body-large: 140%;
    --leading-exerpt: 130%;
    --section-padding-block: 3rem;
    --container-padding-inline: 1rem;
    --grid-gap: 1rem;
  }
@media (max-width: 768px) {
    :root {
      --font-body: 16px;
      --font-body-large: 24px;
      --font-body-medium: 20px;
      --font-body-small: 12px;
      --font-display: 40px;
      --font-h1: 40px;
      --font-h2: 34px;
      --font-h3: 32px;
      --font-h4: 24px;
      --font-h5: var(--font-body-large);
      --font-h6: var(--font-body-medium);
      --page-width: 390px;
      --layout-margin: 18px;
      --container-padding-inline: .5rem;
    }
  }
.hymh {
    --color-primary-teal: #2a818f;
    --color-primary-teal-rgb: 42, 129, 144;
    --color-secondary-gold: #ce9611;
    --color-secondary-gold-rgb: 206, 150, 17;
    --color-neutral-dark: #212121;
    --color-neutral-dark-rgb: 33, 33, 33;
  }
.btn {
    --_color: var(--color-primary-navy);
    --_color-hover: var(--color-primary-navy-hover);
    --_background-color: var(--color-primary-navy);
    --_background-color-hover: var(--color-primary-navy-hover);
    --_border-color: var(--color-primary-navy);
    --_border-color-hover: var(--color-primary-navy-hover);
    --_border-radius: 4px;
    --_border-radius-hover: 4px;
    --_outline: 0;
    --_outline-hover: 0;
    --_outline-offset: 0;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 120%;
    font-family: var(--font-roboto);
    color: var(--_color);
    background-color: var(--_background-color);
    border-color: var(--_border-color);
    border-width: var(--_border-width);
    border-style: var(--_border-style);
    border-radius: var(--_border-radius);
    outline-offset: var(--_border-width);
    outline: var(--_outline);
    outline-offset: var(--_outline-offset);
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    font-weight: 400;
  }
.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--_background-color-hover);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.15s ease-in-out;
  }
.btn:hover {
    text-decoration: none;
    color: var(--_color-hover);
    outline: var(--_outline-hover, var(--_outline));
    outline-offset: var(--_outline-offset, 0);
  }
.btn:hover:before {
    opacity: 1;
  }
.btn-primary {
    --_color: var(--color-primary-navy);
    --_color-hover: var(--color-primary-navy);
    --_background-color: var(--color-secondary-gold);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.1 );
  }
.btn-secondary {
    --_color: var(--color-white);
    --_color-hover: var(--color-white);
    --_background-color: var(--color-secondary-medium-blue);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.2 );
  }
.btn-tertiary {
    --_color: var(--color-white);
    --_color-hover: var(--color-white);
    --_background-color: var(--color-primary-navy);
    --_background-color-hover: rgba(var(--color-white-rgb), 0.2 );
  }
.btn-special, .btn-special1 {
    --_color: var(--color-black-alt);
    --_color-hover: var(--color-black-alt);
    --_background-color: transparent;
    --_background-color-hover: var(--color-secondary-gold);
    --_outline: 2px solid var(--color-secondary-gold);
    --_outline-hover: 2px solid var(--color-secondary-gold);
    --_outline-offset: -2px;
  }
.btn-special2 {
    --_color: var(--color-white);
    --_color-hover: var(--color-black-alt);
    --_background-color: transparent;
    --_background-color-hover: var(--color-secondary-gold);
    --_outline: 2px solid var(--color-secondary-gold);
    --_outline-hover: 2px solid var(--color-secondary-gold);
    --_outline-offset: -2px;
  }
.hymh .btn-primary {
    --_color: var(--color-white);
    --_color-hover: var(--color-white);
    --_background-color: var(--color-primary-teal);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.1 );
  }
.hymh .btn-secondary {
    --_color: var(--color-white);
    --_color-hover: var(--color-white);
    --_background-color: var(--color-secondary-medium-blue);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.2 );
  }
.hymh .btn-tertiary {
    --_color: var(--color-primary-navy);
    --_color-hover: var(--color-primary-navy);
    --_background-color: var(--color-secondary-gold);
    --_background-color-hover: rgba(var(--color-black-rgb), 0.1 );
  }
.hymh .MultiCardBlock .card-container .card .gradient {
    background: linear-gradient(180deg, rgba(42, 129, 143, 0) 64.5%, var(--primary-teal, rgba(42, 129, 143, 0.8)) 81.5%), linear-gradient(180deg, rgba(0, 38, 58, 0) 64.5%, var(--primary-navy, rgba(0, 38, 58, 0.8)) 81.5%), 50%/cover no-repeat;
  }
.hymh .MultiCardBlock .card-container .card:hover .card-transition{
  background-color: var(--color-primary-teal);
}
.MultiCardBlock{
  margin-left: auto;
  margin-right: auto;
}
.MultiCardBlock > .container{
  border-top-width: 1px;
  border-color: var(--color-tertiary-barley-blue);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.MultiCardBlock > .\!container{
  border-top-width: 1px;
  border-color: var(--color-tertiary-barley-blue);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 768px) {
    .MultiCardBlock > .container{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
    .MultiCardBlock > .\!container{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  }
.MultiCardBlock .block-hero{
  margin-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
    .MultiCardBlock .block-hero{
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
  }
.MultiCardBlock .block-hero .title-description{
  width: 50%;
}
.MultiCardBlock .block-hero .title-description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.MultiCardBlock .block-hero .title-description{
  padding-bottom: 1rem;
}
.MultiCardBlock .block-hero .title-description .title {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 36px;
    line-height: 100%;
    font-weight: 300;
    font-variation-settings: "opsz" 36, "wght" 300;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    .MultiCardBlock .block-hero .title-description .title {
      font-size: 24px;
      line-height: 100%;
      font-variation-settings: "opsz" 24, "wght" 300;
      text-transform: uppercase;
    }
  }
.MultiCardBlock .block-hero .title-description .title{
  color: var(--color-primary-navy);
}
@media (max-width: 768px) {
    .MultiCardBlock .block-hero .title-description .title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  }
.MultiCardBlock .block-hero .title-description .description{
  color: var(--color-primary-soft-navy);
}
@media (max-width: 768px) {
    .MultiCardBlock .block-hero .title-description .description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
    .MultiCardBlock .block-hero .title-description{
    width: 100%;
  }
  }
.MultiCardBlock .block-hero .cta-container{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.MultiCardBlock .block-hero .cta-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px) {
    .MultiCardBlock .block-hero .cta-container{
    justify-content: flex-start;
  }
  }
.MultiCardBlock .card-container{
  display: flex;
}
.MultiCardBlock .card-container .card {
    position: relative;
    z-index: 0;
    display: block;
    height: 100%;
    max-height: 722px;
    width: 100%;
    flex-shrink: 1;
    overflow: hidden;
    transition: all 300ms ease-in-out;
  }
@media (max-width: 768px) {
    .MultiCardBlock .card-container .card{
    height: 381px;
      flex-shrink: 0;
  }
  }
.MultiCardBlock .card-container .card .card-image{
  position: relative;
  height: 100%;
  width: 100%;
    transition: all 300ms ease-in-out;
    z-index: -1;
    overflow: hidden;
}
.MultiCardBlock .card-container .card .card-image > img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.MultiCardBlock .card-container .card .card-transition{
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  background-color: transparent;
  padding: 1.75rem;
}
.MultiCardBlock .card-container .card .card-transition .card-info{
  position: relative;
  width: 100%;
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition: all 300ms ease-in-out;
}
.MultiCardBlock .card-container .card .card-transition .card-info .card-title {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    font-variation-settings: "opsz" 28, "wght" 600;
  }
@media (max-width: 768px) {
    .MultiCardBlock .card-container .card .card-transition .card-info .card-title {
      font-size: 24px;
      line-height: 110%;
      font-variation-settings: "opsz" 24, "wght" 600;
    }
  }
.MultiCardBlock .card-container .card .card-transition .card-info .card-title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px) {
    .MultiCardBlock .card-container .card .card-transition .card-info .card-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  }
.MultiCardBlock .card-container .card .card-transition .card-info .card-subtitle {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    font-variation-settings: "opsz" 20, "wght" 600;
  }
@media (max-width: 768px) {
    .MultiCardBlock .card-container .card .card-transition .card-info .card-subtitle {
      font-size: 20px;
      line-height: 120%;
      font-variation-settings: "opsz" 20, "wght" 600;
    }
  }
.MultiCardBlock .card-container .card .card-transition .card-info .card-subtitle{
  margin-top: 0.5rem;
  color: var(--color-tertiary-nearly-white);
    opacity: 0.9;
}
.MultiCardBlock .card-container .card .card-transition .card-info .card-description {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--color-primary-navy);
  }
@media (max-width: 768px) {
    .MultiCardBlock .card-container .card .card-transition .card-info .card-description {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.hymh .CorporateImageVideoBlock .MultiCardBlock .card-container .card .card-transition .card-info .card-description {
    opacity: 1;
    font-weight: 500;
  }
.CorporateImageVideoBlock .MultiCardBlock .card-container .card .card-transition .card-info .card-description{
  opacity: 0.8;
    color: var(--imagevideo-text-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
}
@media (max-width: 768px) {
    .CorporateImageVideoBlock .MultiCardBlock .card-container .card .card-transition .card-info .card-description {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateHomeHeroExtendedBlock .container .content .MultiCardBlock .card-container .card .card-transition .card-info .card-description{
  color: var(--color-primary-navy);
}
@media (min-width: 1024px) {
    
    .CorporateHomeHeroExtendedBlock .container .content .MultiCardBlock .card-container .card .card-transition .card-info .card-description {
      grid-column: 1/span 6;
    }
  }
.MultiCardBlock .card-container .card .card-transition .card-info .card-description{
  margin-top: 1rem;
  color: var(--color-tertiary-nearly-white);
    opacity: 0;
    height: 1px;
    transition: all 300ms ease-in-out;
}
.MultiCardBlock .card-container .card .gradient {
    position: absolute;
    inset: 0px;
    display: inline-block;
    transition: all 300ms ease-in-out;
    opacity: 1;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 38, 58, 0) 64.5%, var(--primary-navy, rgba(0, 38, 58, 0.8)) 81.5%), 50%/cover no-repeat;
  }
.MultiCardBlock .card-container .card:hover .card-transition{
  background-color: var(--color-primary-navy);
}
.MultiCardBlock .card-container .card:hover .card-transition .card-info {
    transform: translateY(0);
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.MultiCardBlock .card-container .card:hover .card-transition .card-info .card-description {
    height: 60px;
    opacity: 0.9;
  }
.MultiCardBlock .card-container .card:hover .card-image {
    transform: scale(1.2, 1.2);
  }
.MultiCardBlock .card-container .card:hover .gradient {
    opacity: 0;
  }
.CorporateLargeIntroBlock{
  margin-left: auto;
  margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 1708px;
    padding-bottom: 2em;
}
.CorporateLargeIntroBlock.container{
  padding-left: 18px;
  padding-right: 18px;
}
.CorporateLargeIntroBlock.\!container{
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
    .CorporateLargeIntroBlock{
    padding-top: 2rem;
      padding-bottom: 3.5em;
  }
  }
@media (min-width: 768px) and (max-height: 700px) {
    .CorporateLargeIntroBlock{
    padding-top: 1rem;
      padding-bottom: 2em;
  }
  }
@media (min-width: 768px) and (max-height: 600px) {
    .CorporateLargeIntroBlock{
    padding-top: 0.5rem;
      padding-bottom: 2em;
  }
  }
@media (min-width: 768px) and (max-height: 520px) {
    .CorporateLargeIntroBlock{
    padding-top: 0.5rem;
      padding-bottom: 2em;
  }
  }
.CorporateLargeIntroBlock .container {
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
.CorporateLargeIntroBlock .\!container {
    padding-top: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
@media (min-width: 768px) {
    .CorporateLargeIntroBlock .container {
      padding-top: 0px;
      gap: 34px;
    }
    .CorporateLargeIntroBlock .\!container {
      padding-top: 0px !important;
      gap: 34px !important;
    }
  }
@media (min-width: 768px) and (max-height: 700px) {
    .CorporateLargeIntroBlock .container {
      gap: 20px;
    }
    .CorporateLargeIntroBlock .\!container {
      gap: 20px !important;
    }
  }
@media (min-width: 768px) and (max-height: 600px) {
    .CorporateLargeIntroBlock .container {
      gap: 14px;
    }
    .CorporateLargeIntroBlock .\!container {
      gap: 14px !important;
    }
  }
@media (min-width: 768px) and (max-height: 520px) {
    .CorporateLargeIntroBlock .container {
      gap: 12px;
    }
    .CorporateLargeIntroBlock .\!container {
      gap: 12px !important;
    }
  }
.CorporateLargeIntroBlock .container .title{
  width: 100%;
  font-weight: 300;
  line-height: 140%;
  color: var(--color-primary-navy);
  opacity: 0.9;
}
.CorporateLargeIntroBlock .\!container .title{
  width: 100%;
  font-weight: 300;
  line-height: 140%;
  color: var(--color-primary-navy);
  opacity: 0.9;
}
.CorporateLargeIntroBlock .container .title {
    font-size: 20px;
  }
.CorporateLargeIntroBlock .\!container .title {
    font-size: 20px !important;
  }
@media (min-width: 768px) {
    .CorporateLargeIntroBlock .container .title {
      font-size: 24px;
      max-width: 960px;
    }
    .CorporateLargeIntroBlock .\!container .title {
      font-size: 24px !important;
      max-width: 960px !important;
    }
  }
@media (min-width: 768px) and (max-height: 700px) {
    .CorporateLargeIntroBlock .container .title {
      font-size: 22px;
      line-height: 130%;
    }
    .CorporateLargeIntroBlock .\!container .title {
      font-size: 22px !important;
      line-height: 130% !important;
    }
  }
@media (min-width: 768px) and (max-height: 600px) {
    .CorporateLargeIntroBlock .container .title {
      font-size: 18px;
      line-height: 125%;
    }
    .CorporateLargeIntroBlock .\!container .title {
      font-size: 18px !important;
      line-height: 125% !important;
    }
  }
@media (min-width: 768px) and (max-height: 520px) {
    .CorporateLargeIntroBlock .container .title {
      font-size: 17px;
      line-height: 120%;
    }
    .CorporateLargeIntroBlock .\!container .title {
      font-size: 17px !important;
      line-height: 120% !important;
    }
  }
.CorporateLargeIntroBlock .container .cta-container{
  display: flex;
}
.CorporateLargeIntroBlock .container .cta-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.CorporateLargeIntroBlock .\!container .cta-container{
  display: flex;
}
.CorporateLargeIntroBlock .\!container .cta-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.CorporateLargeIntroBlock__divider {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--color-tertiary-barley-blue);
    margin: 0;
  }
.CorporateLargeIntroBlock--with-bottom-divider > .CorporateLargeIntroBlock__divider {
    display: block;
  }
.hymh header {
    --indicator-color: var(--color-white);
    background: linear-gradient(90deg, #00263A 0%, var(--secondary-medium-blue, #336680) 70%, var(--secondary-soft-teal, #61B0BB) 100%);
  }
.hymh header .container {
    gap: 12px;
  }
.hymh header .\!container {
    gap: 12px !important;
  }
@media (max-width: 640px) {
    .hymh header {
      --nav-link-color: var(--color-primary-navy);
      --nav-link-hover: var(--color-primary-navy);
      --nav-subtle: var(--color-primary-navy);
      --indicator-color: var(--color-primary-navy);
    }
    .hymh header .header-search {
      color: var(--color-white);
    }
    .hymh header .mobile-toggle {
      color: var(--color-white);
    }
    .hymh header .mobile-open-content .hymh-background {
      position: absolute;
      height: 100vh;
      width: 100vw;
      background-color: var(--color-tertiary-nearly-white);
      margin: 0 -18px;
    }
    .hymh header .mobile-open-content .hymh-background, .hymh header .mobile-open-content .hymh-background * {
      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }
    .hymh header .mobile-open-content .main-columns {
      padding-top: 38px;
    }
    .hymh header .mobile-open-content .main-columns .columns {
      border-bottom: 1px solid var(--color-primary-navy);
    }
    .hymh header .mobile-open-content .main-columns .nav-link {
      color: var(--nav-link-color);
    }
    .hymh header .mobile-open-content .main-columns .nav-link .child-indicator svg {
      fill: var(--nav-link-color);
    }
    .hymh header .mobile-open-content .sub-columns .sub-columns-header {
      color: var(--nav-link-color);
    }
    .hymh header .mobile-open-content .sub-columns .child-items .nav-link {
      color: var(--nav-subtle);
      font-family: "Roboto Flex";
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 400;
      line-height: 1.5;
    }
  }
.hymh header.glass {
    background: none;
  }
header{
  position: relative;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    --header-bg: transparent;
    --header-bg-mobile: var(--color-primary-navy);
    --header-child-bg: rgba(0, 38, 58, 0.70);
    --nav-link-color: var(--color-white);
    --nav-link-hover: var(--color-white);
    --nav-subtle: rgba(var(--color-white-rgb), 0.8);
    --indicator-color: var(--color-white);
    background-color: var(--header-bg);
}
header, header * {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
header .header-logo-dark {
    opacity: 0;
  }
header .header-logo-light {
    opacity: 1;
  }
header.glass {
    --header-bg: rgba(255, 255, 255, 0.6);
    --header-child-bg: rgba(255, 255, 255, 0.7);
    --nav-link-color: var(--color-primary-navy);
    --nav-link-hover: var(--color-primary-navy);
    --nav-subtle: rgba(var(--color-black-rgb), 0.8);
    --indicator-color: var(--color-primary-navy);
    background-color: transparent;
    position: fixed;
    top: -150px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
header.glass::before {
    display: none;
  }
header.glass .container::before {
    content: "";
    position: absolute;
    border-radius: 4px;
    inset: 0;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -16px;
    right: -16px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    pointer-events: none;
  }
header.glass .\!container::before {
    content: "" !important;
    position: absolute !important;
    border-radius: 4px !important;
    inset: 0 !important;
    z-index: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: -16px !important;
    right: -16px !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(22px) !important;
    -webkit-backdrop-filter: blur(22px) !important;
    pointer-events: none !important;
  }
header.glass .header-logo-dark {
    opacity: 1;
  }
header.glass .header-logo-light {
    opacity: 0;
  }
header.glass.site-header--visible {
    transform: translateY(182px);
  }
header .\!container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header .container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header .\!container {
    align-items: center !important;
  }
header .container {
    align-items: center;
  }
header .header-logo {
    position: relative;
  }
header .header-logo a {
    display: block;
    position: relative;
  }
header .header-logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
header .header-logo .header-logo-image {
    max-height: 40px;
    width: auto;
    display: block;
  }
header .header-logo .header-logo-placeholder {
    opacity: 0;
    visibility: hidden;
  }
header .header-logo .header-logo-dark,
  header .header-logo .header-logo-light {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
  }
header .header-items{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
header .column{
  position: relative;
}
@media (min-width: 768px) {
    header .column:hover .child-indicator {
      transform: rotate(-180deg);
    }
  }
header .column:hover .children {
    opacity: 1;
    pointer-events: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
header .column:nth-last-child(-n+2) .children {
    left: auto;
    right: 0;
    transform: none;
  }
header .nav-link {
    color: var(--nav-link-color);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Roboto Flex";
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
header .nav-link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
header .child-indicator{
  height: 1.25rem;
  width: 1.25rem;
    transition: transform 0.3s ease-in-out;
    color: var(--indicator-color);
}
@media (min-width: 768px) {
    header .child-indicator {
      transform: rotate(0deg);
    }
  }
header .children{
  position: absolute;
  top: 100%;
  z-index: 50;
  margin-top: 0.5rem;
  display: flex;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    left: -100%;
    background-color: var(--header-child-bg);
    -webkit-backdrop-filter: blur(22px);
            backdrop-filter: blur(22px);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
header .children:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    z-index: 0;
  }
header .children .child-items{
  display: flex;
  width: 272px;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
header .children .child-items .nav-link {
    color: var(--nav-subtle);
    font-family: "Roboto Flex";
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
header .children .child-feature{
  position: relative;
  display: flex;
  width: 272px;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
    align-self: anchor-center;
}
header .children .feature-image{
  height: 186px;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center;
    position: relative;
}
header .children .feature-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%) no-repeat;
  }
header .children .feature-label {
    color: var(--color-white);
    position: absolute;
    bottom: 15px;
    width: 210px;
    font-family: "Roboto Flex";
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    left: 12px;
    line-height: 1;
    padding-bottom: 1em;
  }
@media (min-width: 768px) {
    header .children .feature-label {
      left: 26px;
    }
  }
header .mobile-toggle {
    position: relative;
    z-index: 50;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
  }
@media (min-width: 768px){
  header .mobile-toggle {
    display: none;
  }
  header .mobile-toggle.video-play-overlay {
    display: none;
  }
  header .header-search header .mobile-toggle.search-icon-close {
    visibility: hidden;
  }
  header .header-search header .mobile-toggle.search-popout {
    opacity: 0;
    pointer-events: none;
  }
  .CorporateSearchResultsPage .header .SearchBar-toggle header .mobile-toggle.search-icon {
    display: none;
  }
  .CorporateSearchResultsPage header .mobile-toggle.data {
    display: none;
  }
  header .mobile-toggle{
    display: none;
  }
}
header .mobile-toggle {
    color: var(--indicator-color);
  }
header .mobile-toggle svg:last-child {
    display: none;
  }
header.is-nav .mobile-toggle svg:first-child, header.is-sub .mobile-toggle svg:first-child {
    display: none;
  }
header.is-nav .mobile-toggle svg:last-child, header.is-sub .mobile-toggle svg:last-child {
    display: block;
  }
header.is-search .header-search .search-toggle svg:first-child {
    display: none;
  }
header.is-search .header-search .search-toggle svg:last-child {
    display: block;
  }
header .header-search{
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
    color: var(--nav-link-color);
}
header .header-search .search-toggle{
  position: relative;
  z-index: 50;
  height: 1.5rem;
  width: 1.5rem;
}
header .header-search .search-toggle svg:last-child {
    display: none;
  }
header .header-search .search-toggle.active svg:first-child {
    display: none;
  }
header .header-search .search-toggle.active svg:last-child {
    display: block;
  }
header .header-search .search-icon-open,
  header .header-search .search-icon-close{
  height: 1.5rem;
  width: 1.5rem;
    transition: opacity 0.2s ease-in-out;
}
header .header-search .search-icon-close.hidden {
    visibility: hidden;
  }
header .header-search .search-popout{
  position: absolute;
  right: 0px;
  z-index: 40;
  margin-top: 0.5rem;
    transition: opacity 0.3s ease-in-out;
}
header .header-search .search-popout.hidden {
    opacity: 0;
    pointer-events: none;
  }
header .header-search .search-popout .SearchInput{
  display: inline-flex;
  width: 302px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 7px;
  padding-bottom: 7px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    background-color: rgba(var(--color-tertiary-nearly-white-rgb), 0.9);
}
header .header-search .search-popout input{
  flex: 1 1 0%;
  border-style: none;
  background-color: transparent;
  font-family: "Roboto Flex";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}
header .header-search .search-popout input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
header .header-search .search-popout input {
    color: var(--color-primary-navy);
  }
header .header-search .search-popout .search-icon, header .header-search .search-popout .search-submit{
  height: 1.5rem;
  width: 1.5rem;
    color: var(--color-primary-navy);
}
header.visible-mobile {
    height: 60px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
  }
header.visible-mobile .container {
    padding: 18px;
    flex-direction: column;
  }
header.visible-mobile .\!container {
    padding: 18px !important;
    flex-direction: column !important;
  }
header.visible-mobile .main-columns {
    width: 100%;
  }
header.visible-mobile .main-columns .column {
    border-bottom: 1px solid rgba(var(--color-white-rgb), 0.1);
  }
header.visible-mobile .main-columns .column .nav-link{
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-transform: uppercase;
    justify-content: space-between;
}
@media (min-width: 768px) {
    header.visible-mobile .main-columns .column .nav-link .child-indicator {
      transform: rotate(-90deg);
    }
  }
header.visible-mobile .sub-columns .sub-column-header{
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-transform: uppercase;
    color: var(--nav-link-color);
    position: relative;
}
section.CorporateBannerBlock header.container.visible-mobile .sub-columns .sub-column-header .title {
    justify-content: center;
  }
section.CorporateBannerBlock header.container.visible-mobile .sub-columns .sub-column-header .title .content-container {
    align-items: center;
  }
section.CorporateBannerBlock header.container.visible-mobile .sub-columns .sub-column-header .title .content-container .cta-wrapper {
    justify-content: center;
  }
header.visible-mobile .sub-columns .sub-column-header .title{
  width: 100%;
  justify-content: flex-start;
  align-self: stretch;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}
header.visible-mobile .sub-columns .sub-column-header button{
  width: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.visible-mobile .sub-columns .child-feature{
  position: relative;
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header.visible-mobile .sub-columns .child-feature .feature-image{
  height: 186px;
  align-self: stretch;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center;
}
header.visible-mobile .sub-columns .child-feature .feature-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%) no-repeat;
  }
header.visible-mobile .sub-columns .child-feature .feature-label{
  position: absolute;
  top: 168px;
  height: 1.5rem;
  width: 338px;
  font-family: "Roboto Flex";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(255 255 255 / 0.8);
    left: 12px;
}
@media (min-width: 768px) {
    header.visible-mobile .sub-columns .child-feature .feature-label {
      left: 26px;
    }
  }
header.visible-mobile .sub-columns .child-items{
  display: inline-flex;
  width: 354px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
header.visible-mobile .sub-columns .child-items .nav-link{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}
header.visible-mobile .mobile-top{
  gap: 0.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
header.visible-mobile .mobile-top .header-logo {
    flex-grow: 1;
  }
header.visible-mobile .mobile-top .header-logo img {
    max-height: 28px;
    width: auto;
  }
header.visible-mobile .mobile-open-content {
    width: 100%;
    display: none;
  }
header.is-nav header.visible-mobile .mobile-open-content .main-columns, header.is-sub header.visible-mobile .mobile-open-content .sub-columns, header.is-search header.visible-mobile .mobile-open-content .search-popout {
    display: block;
  }
header.menu-open header.visible-mobile .mobile-open-content {
    display: block;
    position: relative;
  }
header.menu-open header.visible-mobile .mobile-open-content .hymh-background {
    background-color: transparent;
  }
header.visible-mobile.menu-open {
    height: 100vh;
    background-color: var(--header-bg-mobile);
  }
header.visible-mobile.menu-open .mobile-open-content {
    display: block;
  }
header.visible-mobile.menu-open .mobile-top {
    padding-right: 10px;
  }
header.visible-mobile.menu-open .search-popout, header.visible-mobile.menu-open .main-columns, header.visible-mobile.menu-open .sub-columns {
    display: none;
  }
header.visible-mobile.menu-open.is-nav .header-search, header.visible-mobile.menu-open.is-sub .header-search {
    opacity: 0;
    pointer-events: none;
  }
header.visible-mobile.menu-open.is-nav .main-columns {
    display: block;
  }
header.visible-mobile.menu-open.is-sub .sub-columns {
    display: block;
  }
header.visible-mobile.menu-open.is-sub .sub-columns .column {
    display: none;
  }
header.visible-mobile.menu-open.is-sub .sub-columns .column.visible {
    display: block;
  }
header.visible-mobile.menu-open.is-search .mobile-toggle {
    display: none;
  }
header.visible-mobile.menu-open.is-search .search-popout{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
}
header.visible-mobile.menu-open.is-search .search-popout .SearchInput{
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem;
  background-color: rgb(245 245 245 / 0.9);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 7px;
  padding-bottom: 7px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
header.visible-mobile.menu-open.is-search .search-popout input{
  flex: 1 1 0%;
  border-style: none;
  background-color: transparent;
  font-family: "Roboto Flex";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  color: var(--color-primary-navy);
}
header.visible-mobile.menu-open.is-search .search-popout input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
header.visible-mobile.menu-open.is-search .search-popout .search-icon{
  height: 1.5rem;
  width: 1.5rem;
    color: var(--color-primary-navy);
}
header.visible-mobile.menu-open.is-search .search-popout .HeroTitle{
  flex: 1 1 0%;
  justify-content: flex-start;
  font-family: "Roboto Flex";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-primary-navy);
  opacity: 0.9;
}
header.visible-mobile.menu-open.is-search .search-popout.open{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
}
/* --- Mobile header show/hide (CSS-only) --- */
header.visible-mobile[data-component=SiteHeaderMobile] {
    position: fixed; /* always fixed on mobile */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(0);
    transition: transform 0.25s ease; /* smooth slide */
    /* Hide only when JS adds this class on scroll down */
    /* Force visible while any mobile state is open */
  }
header.visible-mobile[data-component=SiteHeaderMobile]:not(.menu-open):not(.is-nav):not(.is-sub):not(.is-search) {
    background-color: var(--header-bg-mobile);
  }
header.visible-mobile[data-component=SiteHeaderMobile].site-header--hidden {
    transform: translateY(-100%);
  }
header.visible-mobile[data-component=SiteHeaderMobile].menu-open, header.visible-mobile[data-component=SiteHeaderMobile].is-nav, header.visible-mobile[data-component=SiteHeaderMobile].is-sub, header.visible-mobile[data-component=SiteHeaderMobile].is-search {
    transform: translateY(0) !important;
  }
body:has(.CorporateFixedWidthHeroBlock) header {
    --header-child-bg: rgba(var(--color-primary-soft-navy-rgb), 0.70);
  }
footer.site-footer {
    --footer-background-color: var(--color-primary-navy);
    --footer-text-color: var(--color-white);
    --footer-border-color: rgba(var(--color-white-rgb), .2);
    --footer-muted-text-color: var(--color-text-on-primary-muted);
    --footer-cta-background: var(--color-secondary-gold);
    --footer-cta-text-color: var(--color-button-text-dark);
    --footer-icon-color: var(--color-icon-on-primary);
    --footer-outline-color: var(--color-outline-on-primary);
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
@media (min-width: 768px){
  footer.site-footer{
    margin-top: 4rem;
  }
}
footer.site-footer {
    background-color: var(--footer-background-color);
    color: var(--footer-text-color);
    max-width: 100vw;
    width: 100%;
  }
footer.site-footer .container{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
footer.site-footer .\!container{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
footer.site-footer .container {
    align-items: center;
  }
footer.site-footer .\!container {
    align-items: center !important;
  }
footer.site-footer .footer-top{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-top: 48px;
}
@media (min-width: 768px) {
    footer.site-footer .footer-top {
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 0.5rem;
    }
  }
footer.site-footer .footer-logo{
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
    footer.site-footer .footer-logo{
    width: auto;
    justify-content: flex-start;
  }
  }
footer.site-footer .footer-logo img{
  width: 150px;
}
footer.site-footer .footer-social{
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
    footer.site-footer .footer-social{
    width: auto;
    justify-content: flex-start;
      margin-left: 70px;
  }
  }
footer.site-footer .footer-social ul{
  display: flex;
  align-items: center;
  gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.site-footer .footer-social li{
  margin: 0px;
  padding: 0px;
}
footer.site-footer .footer-social a {
    display: block;
    align-items: center;
    justify-content: center;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: inherit;
  }
footer.site-footer .footer-social a:hover, footer.site-footer .footer-social a:focus-visible {
    opacity: 0.8;
    text-decoration: none;
  }
footer.site-footer .footer-social a img {
    height: 2em;
    width: 2em;
    display: block;
  }
footer.site-footer .footer-cta{
  margin-top: 1rem;
  margin-top: 0px;
    display: flex;
    gap: 1rem;
    justify-content: center;
    width: 100%;
}
@media (min-width: 768px) {
    footer.site-footer .footer-cta {
      justify-content: flex-end;
      width: auto;
      margin-left: auto;
    }
  }
footer.site-footer .footer-cta .footer-cta-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
    background-color: var(--footer-cta-background);
    color: var(--footer-cta-text-color);
}
footer.site-footer .footer-columns {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    footer.site-footer .footer-columns {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    footer.site-footer .footer-columns {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
footer.site-footer .footer-columns {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    footer.site-footer .footer-columns {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    footer.site-footer .footer-columns {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
footer.site-footer .footer-columns{
  display: grid;
  width: 100%;
  padding-bottom: 3rem;
  padding-top: 1.5rem;
    border-bottom: 1px solid var(--footer-border-color);
    color: var(--footer-text-color);
    gap: var(--grid-gap, 1.5rem);
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    footer.site-footer .footer-columns {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    footer.site-footer .footer-columns {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
footer.site-footer .footer-columns .footer-column{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}
footer.site-footer .footer-columns .footer-column.footer-column--plain{
  gap: 0.5rem;
}
footer.site-footer .footer-columns .footer-column.footer-column--with-stack{
  gap: 0.75rem;
}
footer.site-footer .footer-columns .footer-column .footer-column-stack{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer.site-footer .footer-columns .footer-column .footer-column-title--stack{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
    color: var(--footer-text-color);
}
footer.site-footer .footer-columns .footer-column .footer-column-title--stack:hover {
    opacity: 0.8;
    text-decoration: none;
  }
footer.site-footer .footer-columns .footer-column .footer-column-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
    color: var(--footer-text-color);
}
footer.site-footer .footer-columns .footer-column .footer-column-title:hover {
    opacity: 0.8;
    text-decoration: none;
  }
footer.site-footer .footer-columns .footer-column .footer-column-links{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
footer.site-footer .footer-columns .footer-column .footer-column-links a{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
    color: var(--footer-muted-text-color);
}
footer.site-footer .footer-columns .footer-column .footer-column-links a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
footer.site-footer .footer-bottom{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
footer.site-footer .footer-bottom .footer-utility{
  display: flex;
  flex-direction: row;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
    align-items: flex-start;
    width: 100%;
    color: var(--footer-muted-text-color);
}
@media (min-width: 768px) {
    footer.site-footer .footer-bottom .footer-utility {
      align-items: center;
    }
  }
footer.site-footer .footer-bottom .footer-utility a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
footer.site-footer .footer-bottom .footer-language{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
    color: var(--footer-muted-text-color);
}
footer.site-footer .footer-bottom .footer-language .footer-language-button{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
footer.site-footer .footer-bottom .footer-language .globe-icon{
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
    outline: 1.5px solid var(--footer-outline-color);
}
footer.site-footer .footer-bottom .footer-language .chevron-icon{
  height: 1.25rem;
  width: 1.25rem;
    background-color: var(--footer-icon-color);
}
@media (min-width: 768px) {
    footer.site-footer .footer-bottom{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
    footer.site-footer .footer-bottom .footer-utility{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  }
.error-page + footer.site-footer{
  margin-top: 0px;
}
.above-the-fold {
    display: grid;
    grid-template-rows: auto auto;
  }
.above-the-fold.above-the-fold--home {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    /* Flexible layout: hero fills remaining space, intro grows to content */
    display: grid;
    grid-template-rows: 1fr auto;
    /* Hero container */
    /* Intro container */
    /* Tablet: same flexible behavior */
    /* Mobile: hero full viewport, CTA default; parent must grow */
    /* XL+: same flexible behavior */
  }
.above-the-fold.above-the-fold--home > div.hero {
    min-height: 0;
  }
.above-the-fold.above-the-fold--home > div.hero .CorporateHomeHeroBlock {
    height: 100%;
    min-height: 0;
  }
.above-the-fold.above-the-fold--home > div.cta {
    min-height: auto;
  }
@media (min-width: 640px) and (max-width: 1024px) {
    .above-the-fold.above-the-fold--home {
      grid-template-rows: 1fr auto;
    }
  }
@media (max-width: 768px) {
    .above-the-fold.above-the-fold--home {
      display: block;
      height: auto;
      min-height: auto;
    }
    .above-the-fold.above-the-fold--home > div.hero .CorporateHomeHeroBlock {
      height: 100vh;
      height: 100dvh;
      min-height: 100vh;
      min-height: 100dvh;
    }
    .above-the-fold.above-the-fold--home > div.cta {
      min-height: 0;
    }
  }
@media (min-width: 1536px) {
    .above-the-fold.above-the-fold--home {
      grid-template-rows: 1fr auto;
    }
  }
.CorporateHomeHeroBlock {
    --hero-background-start: rgb(var(--color-primary-navy-rgb));
    --hero-background-mid: rgba(var(--color-primary-navy-rgb), 0);
    --hero-background-end: rgb(var(--color-primary-navy-rgb));
    --hero-background-color: var(--hero-background-start);
    --hero-eyebrow-background: rgba(var(--color-navy-rgb), 0.7);
    --hero-text-color: rgb(var(--color-white-rgb));
    --hero-divider-color: rgba(var(--color-white-rgb), 0.3);
    --hero-arrow-color: rgb(var(--color-tertiary-nearly-white-rgb));
    --hero-play-icon-border: rgb(var(--color-white-rgb));
    --hero-eyebrow-background: rgba(var(--color-primary-navy-rgb), 0.7);
    --hero-eyebrow-text-color: rgb(var(--color-tertiary-nearly-white-rgb));
    --hero-eyebrow-text-weight: var(--weight-bold);
    position: relative;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2.5rem;
    overflow-y: hidden;
    height: 650px;
  }
@media (max-height: 700px) {
    .CorporateHomeHeroBlock {
      height: clamp(450px, 85vh, 650px);
      gap: 2rem;
    }
  }
@media (max-height: 600px) {
    .CorporateHomeHeroBlock {
      height: clamp(340px, 80vh, 560px);
      gap: 1.125rem;
    }
  }
@media (max-height: 520px) {
    .CorporateHomeHeroBlock {
      height: clamp(300px, 72vh, 520px);
      gap: 0.75rem;
    }
    .CorporateHomeHeroBlock .container{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
     {
      height: clamp(300px, 72vh, 520px) !important;
      gap: 0.75rem !important;
    }
    .CorporateHomeHeroBlock .\!container{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  }
.CorporateHomeHeroBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, var(--hero-background-start), var(--hero-background-mid) 10%, var(--hero-background-mid) 70%, var(--hero-background-end));
  }
.CorporateHomeHeroBlock .media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
.CorporateHomeHeroBlock .media > img,
  .CorporateHomeHeroBlock .media > video,
  .CorporateHomeHeroBlock .media > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.CorporateHomeHeroBlock .media > img .video-js, .CorporateHomeHeroBlock .media > img video,
  .CorporateHomeHeroBlock .media > video .video-js,
  .CorporateHomeHeroBlock .media > video video,
  .CorporateHomeHeroBlock .media > div .video-js,
  .CorporateHomeHeroBlock .media > div video {
    -o-object-fit: cover;
       object-fit: cover;
  }
.CorporateHomeHeroBlock .container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.CorporateHomeHeroBlock .\!container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.CorporateHomeHeroBlock .container {
    position: relative;
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
.CorporateHomeHeroBlock .\!container {
    position: relative !important;
    display: grid !important;
    gap: var(--grid-gap, 1rem) !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
@media (min-width: 768px) {
    .CorporateHomeHeroBlock .container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .CorporateHomeHeroBlock .\!container {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
@media (min-width: 1024px) {
    .CorporateHomeHeroBlock .container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .CorporateHomeHeroBlock .\!container {
      grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
  }
.CorporateHomeHeroBlock .container, .CorporateHomeHeroBlock .container * {
    z-index: 10;
  }
.CorporateHomeHeroBlock .\!container, .CorporateHomeHeroBlock .\!container * {
    z-index: 10 !important;
  }
.CorporateHomeHeroBlock button.play-button {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
.CorporateHomeHeroBlock button.play-button:hover {
    opacity: 0.8;
  }
.CorporateHomeHeroBlock button.play-button span {
    display: none;
    width: 40px;
    height: 40px;
  }
.CorporateHomeHeroBlock.playing button.play-button span.pause {
    display: block;
  }
.CorporateHomeHeroBlock.paused button.play-button span.play {
    display: block;
  }
@media (max-width: 768px) {
    .CorporateHomeHeroBlock.video-mobile button.play-button {
      display: flex;
    }
  }
@media (min-width: 768px) {
    .CorporateHomeHeroBlock.video-desktop button.play-button {
      display: flex;
    }
  }
.CorporateHomeHeroBlock h1 {
    line-height: 95%;
    text-transform: uppercase;
    color: var(--hero-text-color);
    grid-column-start: 1;
    grid-column: span 1/span 1;
    font-size: 80px;
    margin: 0 0 1rem;
  }
@media (min-width: 768px) {
    .CorporateHomeHeroBlock h1 {
      grid-column: span 2/span 2;
    }
  }
@media (min-width: 1024px) {
    .CorporateHomeHeroBlock h1 {
      grid-column: span 10/span 10;
    }
  }
@media (max-width: 768px) {
    .CorporateHomeHeroBlock h1 {
      width: 95%;
      font-size: 40px;
    }
  }
@media (min-width: 768px) and (max-height: 700px) {
    .CorporateHomeHeroBlock h1 {
      font-size: 60px;
      margin: 0 0 0.75rem;
    }
  }
@media (min-width: 768px) and (max-height: 600px) {
    .CorporateHomeHeroBlock h1 {
      font-size: 44px;
      margin: 0 0 0.45rem;
    }
  }
@media (min-width: 768px) and (max-height: 520px) {
    .CorporateHomeHeroBlock h1 {
      font-size: 38px;
      margin: 0 0 0.35rem;
    }
  }
.CorporateHomeHeroBlock .eyebrow{
  grid-column-start: 1;
  display: inline-flex;
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    grid-column: span 1/span 1;
    margin-top: 430px;
    margin-top: 0;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px 10px 20px;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(16.5px);
            backdrop-filter: blur(16.5px);
    background: var(--hero-eyebrow-background);
    color: var(--hero-eyebrow-text-color);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
    .CorporateHomeHeroBlock .eyebrow {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
@media (min-width: 768px) {
    .CorporateHomeHeroBlock .eyebrow {
      grid-column: span 2/span 2;
    }
  }
@media (min-width: 1024px) {
    .CorporateHomeHeroBlock .eyebrow {
      grid-column: span 12/span 12;
    }
  }
.CorporateHomeHeroBlock .eyebrow:hover {
    opacity: 0.8;
  }
.CorporateHomeHeroBlock .eyebrow .label {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
  }
@media (max-width: 768px) {
    .CorporateHomeHeroBlock .eyebrow .label {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateHomeHeroBlock .eyebrow .cta {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 700;
    font-variation-settings: "opsz" 18, "wght" 700;
  }
@media (max-width: 768px) {
    .CorporateHomeHeroBlock .eyebrow .cta {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 700;
    }
  }
.CorporateHomeHeroBlock .eyebrow .divider {
    background-color: var(--hero-divider-color);
    display: inline-block;
    content: " ";
    width: 1px;
    height: 28px;
  }
.CorporateHomeHeroBlock .eyebrow .arrow{
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
}
.CorporateHomeHeroBlock .eyebrow .arrow::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 16px;
    display: block;
    height: 0.875rem;
    width: 0.75rem;
  }
@media (max-height: 600px) {
    .CorporateHomeHeroBlock .eyebrow {
      padding: 8px 14px 8px 18px;
      gap: 10px;
    }
  }
@media (max-height: 520px) {
    .CorporateHomeHeroBlock .eyebrow {
      padding: 6px 12px 6px 16px;
      gap: 8px;
    }
  }
.hymh .CorporateInvestorResourcesBlock .btn-primary {
    background-color: var(--color-secondary-medium-blue);
  }
.CorporateInvestorResourcesBlock {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 8rem 1.125rem;
    background: linear-gradient(to bottom, #dde4ec 0%, var(--color-tertiary-barley-blue) 100%);
  }
.CorporateInvestorResourcesBlock .loading-message,
  .CorporateInvestorResourcesBlock .error-message {
    display: none;
    font-style: italic;
  }
.CorporateInvestorResourcesBlock.is-loading .loading-message {
    display: block;
  }
.CorporateInvestorResourcesBlock.has-error .error-message {
    display: block;
  }
.CorporateInvestorResourcesBlock.is-loading .stock-data, .CorporateInvestorResourcesBlock.has-error .stock-data {
    opacity: 0.3;
  }
.CorporateInvestorResourcesBlock.is-loaded .loading-message, .CorporateInvestorResourcesBlock.is-loaded .error-message {
    display: none;
  }
.CorporateInvestorResourcesBlock .container {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
.CorporateInvestorResourcesBlock .\!container {
    display: grid !important;
    gap: var(--grid-gap, 1rem) !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 40px !important;
  }
@media (min-width: 768px) {
    .CorporateInvestorResourcesBlock .container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .CorporateInvestorResourcesBlock .\!container {
      grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
  }
@media (min-width: 1024px) {
    .CorporateInvestorResourcesBlock .container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .CorporateInvestorResourcesBlock .\!container {
      grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
  }
.CorporateInvestorResourcesBlock .content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    grid-column: span 1/span 1;
    grid-column-start: 1;
  }
@media (min-width: 768px) {
    .CorporateInvestorResourcesBlock .content {
      grid-column: span 6/span 6;
    }
  }
@media (min-width: 1024px) {
    .CorporateInvestorResourcesBlock .content {
      grid-column: span 6/span 6;
    }
  }
@media (min-width: 640px) {
    .CorporateInvestorResourcesBlock .content {
      grid-column-start: 1;
    }
  }
@media (min-width: 768px) {
    .CorporateInvestorResourcesBlock .content {
      grid-column-start: 1;
    }
  }
.CorporateInvestorResourcesBlock .content .section-title {
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-primary-navy);
  }
.CorporateInvestorResourcesBlock .content .section-description {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 140%;
    font-weight: 300;
    font-variation-settings: "opsz" 28, "wght" 300;
    color: var(--color-primary-navy);
    opacity: 0.9;
  }
@media (max-width: 768px) {
    .CorporateInvestorResourcesBlock .content .section-description {
      font-size: 24px;
      line-height: 140%;
      font-variation-settings: "opsz" 24, "wght" 300;
    }
  }
.CorporateInvestorResourcesBlock .content .cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--grid-gap, 1rem);
  }
@media (min-width: 768px) {
    .CorporateInvestorResourcesBlock .content .cta-wrapper {
      flex-direction: row;
      justify-content: flex-start;
    }
    .CorporateInvestorResourcesBlock .content {
      gap: 3rem;
    }
  }
.CorporateInvestorResourcesBlock .links-and-data {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    grid-column: span 1/span 1;
    grid-column-start: 1;
  }
@media (min-width: 768px) {
    .CorporateInvestorResourcesBlock .links-and-data {
      grid-column: span 6/span 6;
    }
  }
@media (min-width: 1024px) {
    .CorporateInvestorResourcesBlock .links-and-data {
      grid-column: span 5/span 5;
    }
  }
@media (min-width: 640px) {
    .CorporateInvestorResourcesBlock .links-and-data {
      grid-column-start: 7;
    }
  }
@media (min-width: 768px) {
    .CorporateInvestorResourcesBlock .links-and-data {
      grid-column-start: 8;
    }
  }
.CorporateInvestorResourcesBlock .links-and-data .stock-name {
    color: var(--color-secondary-medium-blue);
  }
.CorporateInvestorResourcesBlock .links-and-data .stock-price {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 140px;
    line-height: 100%;
    font-variation-settings: "opsz" 140, "wght" 200;
    text-transform: uppercase;
    line-height: 96px;
    color: var(--color-secondary-medium-blue);
    font-family: var(--font-roboto-thin);
    font-weight: 200;
    letter-spacing: -0.02em;
  }
@media (max-width: 768px) {
    .CorporateInvestorResourcesBlock .links-and-data .stock-price {
      font-size: 96px;
      line-height: 100%;
      font-variation-settings: "opsz" 96, "wght" 200;
    }
  }
@media (min-width: 768px) {
    .CorporateInvestorResourcesBlock .links-and-data .stock-price {
      font-size: 140px;
      line-height: 140px;
    }
  }
.CorporateInvestorResourcesBlock .links-and-data .stock-data {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    color: var(--color-primary-navy);
  }
.CorporateInvestorResourcesBlock .links-and-data .stock-meta {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    color: var(--color-primary-navy);
  }
.CorporateInvestorResourcesBlock .links-and-data .stock-meta .date-label,
  .CorporateInvestorResourcesBlock .links-and-data .stock-meta .delay-label,
  .CorporateInvestorResourcesBlock .links-and-data .stock-meta .change-label {
    opacity: 0.6;
  }
.CorporateInvestorResourcesBlock .links-and-data .stock-meta .change-value {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 600;
    font-variation-settings: "opsz" 18, "wght" 600;
  }
@media (max-width: 768px) {
    .CorporateInvestorResourcesBlock .links-and-data .stock-meta .change-value {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 600;
    }
  }
@media (min-width: 768px) {
    .CorporateInvestorResourcesBlock .links-and-data .stock-meta {
      flex-direction: row;
      align-items: flex-start;
    }
    .CorporateInvestorResourcesBlock .links-and-data .stock-meta > div {
      flex: 1 1 50%;
      max-width: 50%;
    }
  }
.CorporateInvestorResourcesBlock .links-and-data .resource-links {
    display: flex;
    flex-direction: column;
  }
.CorporateInvestorResourcesBlock .links-and-data .resource-links .epi-linkItem {
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(var(--color-primary-navy-rgb), 0.3);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    font-variation-settings: "opsz" 20, "wght" 600;
  }
@media (max-width: 768px) {
    .CorporateInvestorResourcesBlock .links-and-data .resource-links .epi-linkItem {
      font-size: 20px;
      line-height: 100%;
      font-variation-settings: "opsz" 20, "wght" 600;
    }
  }
.CorporateInvestorResourcesBlock .links-and-data .resource-links .epi-linkItem a {
    display: flex;
    justify-content: space-between;
    color: var(--color-primary-navy);
  }
.CorporateInvestorResourcesBlock .links-and-data .resource-links .epi-linkItem:last-child {
    border-bottom: none;
  }
.hymh .CorporateFullWidthHeroBlock {
    --hero-text-color: var(--color-primary-navy);
  }
.hymh .CorporateFullWidthHeroBlock::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 0.45) 74%, rgba(255, 255, 255, 0.64) 79%, rgba(255, 255, 255, 0.77) 81%, rgba(255, 255, 255, 0.85) 83%, rgba(255, 255, 255, 0.9) 85%, rgba(255, 255, 255, 0.95) 100%) 50%/cover no-repeat;
  }
.hymh .CorporateFullWidthHeroBlock h1 {
    margin-bottom: 40px;
  }
.CorporateFullWidthHeroBlock {
    --hero-eyebrow-background: rgba(var(--color-navy-rgb), 0.7);
    --hero-text-color: rgb(var(--color-white-rgb));
    --hero-divider-color: rgba(var(--color-white-rgb), 0.3);
    --hero-arrow-color: rgb(var(--color-tertiary-nearly-white-rgb));
    --hero-play-icon-border: rgb(var(--color-white-rgb));
    --hero-eyebrow-background: rgba(var(--color-primary-navy-rgb), 0.7);
    --hero-eyebrow-text-color: rgb(var(--color-tertiary-nearly-white-rgb));
    --hero-eyebrow-text-weight: var(--weight-bold);
    position: relative;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2.5rem;
    overflow-y: hidden;
    min-height: 620px;
  }
.CorporateFullWidthHeroBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 38, 58, 0.7) 0%, rgba(0, 38, 58, 0) 50%, rgba(0, 38, 58, 0.7) 75%, var(--primary-navy, rgba(0, 38, 58, 0.7)) 100%) 50%/cover no-repeat;
  }
.CorporateFullWidthHeroBlock .media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
.CorporateFullWidthHeroBlock .media > img,
  .CorporateFullWidthHeroBlock .media > video,
  .CorporateFullWidthHeroBlock .media > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.CorporateFullWidthHeroBlock .container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.CorporateFullWidthHeroBlock .\!container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.CorporateFullWidthHeroBlock .container {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
.CorporateFullWidthHeroBlock .\!container {
    display: grid !important;
    gap: var(--grid-gap, 1rem) !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
@media (min-width: 768px) {
    .CorporateFullWidthHeroBlock .container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .CorporateFullWidthHeroBlock .\!container {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
@media (min-width: 1024px) {
    .CorporateFullWidthHeroBlock .container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .CorporateFullWidthHeroBlock .\!container {
      grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
  }
@media (min-width: 768px) {
    .CorporateFullWidthHeroBlock .container {
      grid-gap: 0;
    }
    .CorporateFullWidthHeroBlock .\!container {
      grid-gap: 0 !important;
    }
  }
.CorporateFullWidthHeroBlock .container, .CorporateFullWidthHeroBlock .container * {
    z-index: 10;
  }
.CorporateFullWidthHeroBlock .\!container, .CorporateFullWidthHeroBlock .\!container * {
    z-index: 10 !important;
  }
.CorporateFullWidthHeroBlock h1 {
    text-transform: uppercase;
    color: var(--hero-text-color);
    grid-column-start: 1;
    grid-column: span 1/span 1;
    line-height: 0.95;
    margin-bottom: 85px;
    position: relative;
    z-index: 15;
  }
@media (min-width: 768px) {
    .CorporateFullWidthHeroBlock h1 {
      grid-column: span 2/span 2;
    }
  }
@media (min-width: 1024px) {
    .CorporateFullWidthHeroBlock h1 {
      grid-column: span 10/span 10;
    }
  }
.CorporateFullWidthHeroBlock #full-width-hero-breadcrumbs{
  grid-column-start: 1;
  display: inline-flex;
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    position: relative;
    z-index: 20;
    grid-column: span 1/span 1;
}
@media (max-width: 768px) {
    .CorporateFullWidthHeroBlock #full-width-hero-breadcrumbs {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
@media (min-width: 768px) {
    .CorporateFullWidthHeroBlock #full-width-hero-breadcrumbs {
      grid-column: span 2/span 2;
    }
  }
@media (min-width: 1024px) {
    .CorporateFullWidthHeroBlock #full-width-hero-breadcrumbs {
      grid-column: span 12/span 12;
    }
  }
.CorporateFullWidthHeroBlock #full-width-hero-breadcrumbs ul {
    width: 100%;
    display: block;
    color: var(--hero-text-color);
    white-space: normal;
  }
.CorporateFullWidthHeroBlock #full-width-hero-breadcrumbs ul li:after {
    content: "/";
    margin: 0 0.25em;
  }
.CorporateFullWidthHeroBlock #full-width-hero-breadcrumbs ul li:last-child:after {
    content: "";
  }
section.CorporateBannerBlock {
    --_background-color: var(--color-primary-navy);
    --_text-color: var(--color-white);
    --_title-text-color: rgba(var(--color-white-rgb),);
    --_overlay-color: var(--color-secondary-medium-blue);
    padding-block: 24px;
  }
@media (min-width: 768px) {
    section.CorporateBannerBlock {
      padding-block: 65px;
    }
  }
@media (max-width: 768px) {
    section.CorporateBannerBlock {
      padding-left: 0;
      padding-right: 0;
    }
  }
section.CorporateBannerBlock .container {
    background-color: var(--_background-color);
    position: relative;
    display: flex;
  }
section.CorporateBannerBlock .\!container {
    background-color: var(--_background-color) !important;
    position: relative !important;
    display: flex !important;
  }
section.CorporateBannerBlock .container.background-navy {
    --_background-color: var(--color-primary-navy);
    --_overlay-color: var(--color-primary-navy);
  }
section.CorporateBannerBlock .\!container.background-navy {
    --_background-color: var(--color-primary-navy) !important;
    --_overlay-color: var(--color-primary-navy) !important;
  }
section.CorporateBannerBlock .container.background-teal {
    --_background-color: var(--color-primary-teal);
    --_overlay-color: var(--color-primary-teal);
  }
section.CorporateBannerBlock .\!container.background-teal {
    --_background-color: var(--color-primary-teal) !important;
    --_overlay-color: var(--color-primary-teal) !important;
  }
section.CorporateBannerBlock .container.background-medium-blue {
    --_background-color: var(--color-secondary-medium-blue);
    --_overlay-color: var(--color-secondary-medium-blue);
  }
section.CorporateBannerBlock .\!container.background-medium-blue {
    --_background-color: var(--color-secondary-medium-blue) !important;
    --_overlay-color: var(--color-secondary-medium-blue) !important;
  }
section.CorporateBannerBlock .container.text-left {
    justify-content: start;
  }
section.CorporateBannerBlock .\!container.text-left {
    justify-content: start !important;
  }
section.CorporateBannerBlock .container.text-left .content-container {
    align-items: flex-start;
  }
section.CorporateBannerBlock .\!container.text-left .content-container {
    align-items: flex-start !important;
  }
section.CorporateBannerBlock .container.text-left .content-container .cta-wrapper {
    justify-content: flex-start;
  }
section.CorporateBannerBlock .\!container.text-left .content-container .cta-wrapper {
    justify-content: flex-start !important;
  }
@media (max-width: 768px) {
    section.CorporateBannerBlock .container.text-left {
      text-align: center;
    }
    section.CorporateBannerBlock .\!container.text-left {
      text-align: center !important;
    }
  }
section.CorporateBannerBlock .container.text-center {
    justify-content: center;
  }
section.CorporateBannerBlock .\!container.text-center {
    justify-content: center !important;
  }
section.CorporateBannerBlock .container.text-center .content-container {
    align-items: center;
  }
section.CorporateBannerBlock .\!container.text-center .content-container {
    align-items: center !important;
  }
section.CorporateBannerBlock .container.text-center .content-container .cta-wrapper {
    justify-content: center;
  }
section.CorporateBannerBlock .\!container.text-center .content-container .cta-wrapper {
    justify-content: center !important;
  }
section.CorporateBannerBlock .container .content-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 72px;
    color: var(--_text-color);
    gap: 24px;
    max-width: 785px;
  }
section.CorporateBannerBlock .\!container .content-container {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding-block: 72px !important;
    color: var(--_text-color) !important;
    gap: 24px !important;
    max-width: 785px !important;
  }
section.CorporateBannerBlock .container .content-container.dark-text-class {
    --_background-color: var(--color-white);
    --_text-color: rgba(var(--color-primary-navy-rgb), 0.8);
  }
section.CorporateBannerBlock .\!container .content-container.dark-text-class {
    --_background-color: var(--color-white) !important;
    --_text-color: rgba(var(--color-primary-navy-rgb), 0.8) !important;
  }
@media (max-width: 768px) {
    section.CorporateBannerBlock .container .content-container{
    padding-left: 18px;
    padding-right: 18px;
  }
    section.CorporateBannerBlock .\!container .content-container{
    padding-left: 18px;
    padding-right: 18px;
  }
  }
section.CorporateBannerBlock .container .content-container .banner-title{
  width: 100%;
  line-height: 110%;
}
section.CorporateBannerBlock .\!container .content-container .banner-title{
  width: 100%;
  line-height: 110%;
}
section.CorporateBannerBlock .container .content-container .description p{
  line-height: 145%;
}
section.CorporateBannerBlock .\!container .content-container .description p{
  line-height: 145%;
}
section.CorporateBannerBlock .container .content-container .description p {
    color: var(--_text-color);
  }
section.CorporateBannerBlock .\!container .content-container .description p {
    color: var(--_text-color) !important;
  }
section.CorporateBannerBlock .container .content-container .cta-wrapper {
    display: flex;
    gap: 24px;
  }
section.CorporateBannerBlock .\!container .content-container .cta-wrapper {
    display: flex !important;
    gap: 24px !important;
  }
section.CorporateBannerBlock .container.overlay-yes::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 0;
    background: linear-gradient(0deg, var(--color-secondary-medium-blue) 0%, var(--color-primary-navy) 100%);
    opacity: 0.88;
    pointer-events: none;
  }
section.CorporateBannerBlock .\!container.overlay-yes::before {
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    inset: 0 !important;
    z-index: 0 !important;
    background: linear-gradient(0deg, var(--color-secondary-medium-blue) 0%, var(--color-primary-navy) 100%) !important;
    opacity: 0.88 !important;
    pointer-events: none !important;
  }
section.CorporateBannerBlock .container.overlay-yes > * {
    position: relative;
    z-index: 1;
  }
section.CorporateBannerBlock .\!container.overlay-yes > * {
    position: relative !important;
    z-index: 1 !important;
  }
@media (min-width: 768px) {
    body.glass.site-header--visible .CorporateInSectionAnchorNavigationBlock nav.header.is-sticky {
      transform: translateY(100px);
    }
  }
.CorporateInSectionAnchorNavigationBlock {
    --inpage-bg-color: rgba(var(--color-white-rgb), 0.8);
    --inpage-border-color: var(--color-border-10);
    --inpage-shadow-color: rgba(2, 2, 2, 0.05);
    --inpage-sticky-offset: 0px;
    --inpage-link-color: var(--color-secondary-medium-blue);
    --inpage-link-color-active: var(--color-primary-navy);
    --inpage-link-border-active: var(--color-secondary-gold);
    --inpage-font-family: var(--font-roboto-flex);
    --inpage-font-size: var(--font-xl);
    --inpage-font-weight: var(--weight-medium);
    --inpage-line-height: var(--leading-tight);
    --inpage-button-background: var(--color-secondary-gold);
    position: relative;
    overflow: visible;
    z-index: 20;
  }
.CorporateInSectionAnchorNavigationBlock nav.header {
    position: sticky;
    top: var(--inpage-sticky-offset);
    z-index: 10;
    background-color: var(--inpage-bg-color);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--inpage-border-color);
    box-shadow: 0 2px 4px 0 var(--inpage-shadow-color);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
.CorporateInSectionAnchorNavigationBlock .container {
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: hidden;
  }
.CorporateInSectionAnchorNavigationBlock .\!container {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    overflow-x: hidden !important;
  }
.CorporateInSectionAnchorNavigationBlock .container .items {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
    flex-grow: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.CorporateInSectionAnchorNavigationBlock .\!container .items {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    white-space: nowrap !important;
    flex-grow: 1 !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
.CorporateInSectionAnchorNavigationBlock .container .items::-webkit-scrollbar {
    display: none;
  }
.CorporateInSectionAnchorNavigationBlock .\!container .items::-webkit-scrollbar {
    display: none !important;
  }
.CorporateInSectionAnchorNavigationBlock .container .items a {
    flex: 0 0 auto;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
.CorporateInSectionAnchorNavigationBlock .\!container .items a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s ease, border-color 0.2s ease !important;
  }
.CorporateInSectionAnchorNavigationBlock .container a {
    color: var(--inpage-link-color);
    font-size: var(--inpage-font-size);
    font-weight: var(--inpage-font-weight);
    line-height: var(--inpage-line-height);
    font-family: var(--inpage-font-family);
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.2s ease;
  }
.CorporateInSectionAnchorNavigationBlock .\!container a {
    color: var(--inpage-link-color) !important;
    font-size: var(--inpage-font-size) !important;
    font-weight: var(--inpage-font-weight) !important;
    line-height: var(--inpage-line-height) !important;
    font-family: var(--inpage-font-family) !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transition: color 0.2s ease !important;
  }
.CorporateInSectionAnchorNavigationBlock .container a:hover, .CorporateInSectionAnchorNavigationBlock .container a:focus {
    color: var(--inpage-link-color-active);
  }
.CorporateInSectionAnchorNavigationBlock .\!container a:hover, .CorporateInSectionAnchorNavigationBlock .\!container a:focus {
    color: var(--inpage-link-color-active) !important;
  }
.CorporateInSectionAnchorNavigationBlock .container a.active, .CorporateInSectionAnchorNavigationBlock .container a.is-active {
    color: var(--inpage-link-color-active);
    border-bottom: 3px solid var(--inpage-link-border-active);
  }
.CorporateInSectionAnchorNavigationBlock .\!container a.active, .CorporateInSectionAnchorNavigationBlock .\!container a.is-active {
    color: var(--inpage-link-color-active) !important;
    border-bottom: 3px solid var(--inpage-link-border-active) !important;
  }
.CorporateInSectionAnchorNavigationBlock .container .back,
  .CorporateInSectionAnchorNavigationBlock .container .forward {
    display: none;
    position: absolute;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background-color: var(--inpage-button-background);
  }
.CorporateInSectionAnchorNavigationBlock .\!container .back,
  .CorporateInSectionAnchorNavigationBlock .\!container .forward {
    display: none !important;
    display: flex !important;
    display: none !important;
    position: absolute !important;
    width: 2rem !important;
    height: 2rem !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
    background-color: var(--inpage-button-background) !important;
  }
.CorporateInSectionAnchorNavigationBlock .container .back::before,
  .CorporateInSectionAnchorNavigationBlock .container .forward::before {
    content: none;
  }
.CorporateInSectionAnchorNavigationBlock .\!container .back::before,
  .CorporateInSectionAnchorNavigationBlock .\!container .forward::before {
    content: none !important;
  }
.CorporateInSectionAnchorNavigationBlock .container .back svg, .CorporateInSectionAnchorNavigationBlock .container .back > svg,
  .CorporateInSectionAnchorNavigationBlock .container .forward svg,
  .CorporateInSectionAnchorNavigationBlock .container .forward > svg {
    height: 1.25rem;
    width: 1.25rem;
    color: var(--inpage-link-color-active);
  }
.CorporateInSectionAnchorNavigationBlock .\!container .back svg, .CorporateInSectionAnchorNavigationBlock .\!container .back > svg,
  .CorporateInSectionAnchorNavigationBlock .\!container .forward svg,
  .CorporateInSectionAnchorNavigationBlock .\!container .forward > svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
    color: var(--inpage-link-color-active) !important;
  }
.CorporateInSectionAnchorNavigationBlock .container .back:disabled, .CorporateInSectionAnchorNavigationBlock .container .back[hidden],
  .CorporateInSectionAnchorNavigationBlock .container .forward:disabled,
  .CorporateInSectionAnchorNavigationBlock .container .forward[hidden] {
    display: none;
  }
.CorporateInSectionAnchorNavigationBlock .\!container .back:disabled, .CorporateInSectionAnchorNavigationBlock .\!container .back[hidden],
  .CorporateInSectionAnchorNavigationBlock .\!container .forward:disabled,
  .CorporateInSectionAnchorNavigationBlock .\!container .forward[hidden] {
    display: none !important;
  }
@media (max-width: 640px) {
    .CorporateInSectionAnchorNavigationBlock .container .back,
    .CorporateInSectionAnchorNavigationBlock .container .forward {
      display: none;
    }
    .CorporateInSectionAnchorNavigationBlock .\!container .back,
    .CorporateInSectionAnchorNavigationBlock .\!container .forward {
      display: none !important;
    }
  }
.CorporateInSectionAnchorNavigationBlock .container .back {
    left: 0;
  }
.CorporateInSectionAnchorNavigationBlock .\!container .back {
    left: 0 !important;
  }
.CorporateInSectionAnchorNavigationBlock .container .back svg {
    transform: rotate(180deg);
  }
.CorporateInSectionAnchorNavigationBlock .\!container .back svg {
    transform: rotate(180deg) !important;
  }
.CorporateInSectionAnchorNavigationBlock .container .forward {
    right: 0;
  }
.CorporateInSectionAnchorNavigationBlock .\!container .forward {
    right: 0 !important;
  }
.hymh .CorporateThumbnailCarouselBlock {
    --carousel-nav-bg: var(--color-primary-teal);
  }
.CorporateThumbnailCarouselBlock {
    --carousel-heading-color: var(--color-primary-navy);
    --carousel-description-color: var(--color-primary-soft-navy);
    --carousel-title-color: var(--color-secondary-medium-blue);
    --carousel-text-color: var(--color-primary-soft-navy);
    --carousel-nav-bg: var(--color-secondary-gold);
    padding-block: 4rem;
    position: relative;
  }
.CorporateThumbnailCarouselBlock .carousel-header {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-header {
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 3rem;
    }
  }
.CorporateThumbnailCarouselBlock .carousel-header .carousel-copy{
  width: 100%;
}
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-header .carousel-copy{
    width: 50%;
  }
  }
.CorporateThumbnailCarouselBlock .carousel-header .carousel-heading{
  width: 100%;
    color: var(--carousel-heading-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 300;
    font-variation-settings: "opsz" 40, "wght" 300;
    text-transform: uppercase;
    line-height: normal;
}
@media (max-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-header .carousel-heading {
      font-size: 27px;
      line-height: 100%;
      font-variation-settings: "opsz" 27, "wght" 300;
    }
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-header .carousel-heading {
      line-height: 2.25rem;
    }
  }
.CorporateThumbnailCarouselBlock .carousel-header .carousel-description{
  width: 100%;
    color: var(--carousel-description-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    margin-top: 1rem;
}
@media (max-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-header .carousel-description {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-header .carousel-description{
    width: 100%;
      line-height: 1.75rem;
  }
  }
.CorporateThumbnailCarouselBlock .carousel-header .carousel-cta {
    flex: 0 0 auto;
    display: flex;
    align-self: flex-start;
  }
.CorporateThumbnailCarouselBlock .carousel-container {
    display: flex;
    flex-direction: column-reverse;
    align-content: flex-end;
    gap: 1.5rem;
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-container {
      flex-direction: column;
    }
  }
.CorporateThumbnailCarouselBlock .carousel-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    flex-direction: column-reverse;
  }
.CorporateThumbnailCarouselBlock .carousel-scrollable::-webkit-scrollbar {
    display: none;
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-scrollable {
      flex-direction: column;
    }
    .CorporateThumbnailCarouselBlock .carousel-scrollable > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  }
.CorporateThumbnailCarouselBlock .carousel-cards {
    display: flex;
    min-width: 100%;
  }
.CorporateThumbnailCarouselBlock .carousel-card {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: grab;
  }
.CorporateThumbnailCarouselBlock .carousel-card > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.CorporateThumbnailCarouselBlock .carousel-card .carousel-card-image {
    height: 169px;
    width: 100%;
    overflow: hidden;
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-card .carousel-card-image {
      height: 403px;
    }
  }
.CorporateThumbnailCarouselBlock .carousel-card .carousel-card-image img {
    transition: all 300ms ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.CorporateThumbnailCarouselBlock .carousel-card .carousel-card-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
.CorporateThumbnailCarouselBlock .carousel-card .carousel-card-content a:hover {
    text-decoration: underline;
    text-decoration-color: var(--carousel-title-color);
  }
.CorporateThumbnailCarouselBlock .carousel-card .carousel-card-content .carousel-card-title {
    color: var(--carousel-title-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 100%;
    font-weight: 600;
    font-variation-settings: "opsz" 28, "wght" 600;
    line-height: 1.6;
    text-transform: none;
  }
@media (max-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-card .carousel-card-content .carousel-card-title {
      font-size: 27px;
      line-height: 100%;
      font-variation-settings: "opsz" 27, "wght" 600;
    }
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-card .carousel-card-content .carousel-card-title {
      line-height: 1.9rem;
    }
  }
.CorporateThumbnailCarouselBlock .carousel-card .carousel-card-content .carousel-card-text {
    color: var(--carousel-text-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    line-height: normal;
  }
@media (max-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-card .carousel-card-content .carousel-card-text {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-card .carousel-card-content .carousel-card-text {
      line-height: 1.75rem;
    }
  }
.CorporateThumbnailCarouselBlock .carousel-card:hover .carousel-card-image img {
    transform: scale(1.2, 1.2);
  }
.CorporateThumbnailCarouselBlock .carousel-nav {
    width: 100%;
    display: flex;
    margin-top: 32px;
    gap: 14px;
    justify-content: flex-start;
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock .carousel-nav {
      justify-content: flex-end;
      margin-top: 0;
    }
  }
.CorporateThumbnailCarouselBlock .carousel-nav .swiper-button-prev,
  .CorporateThumbnailCarouselBlock .carousel-nav .swiper-button-next {
    background: var(--carousel-nav-bg);
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
.CorporateThumbnailCarouselBlock .carousel-nav .swiper-button-prev.swiper-button-disabled,
  .CorporateThumbnailCarouselBlock .carousel-nav .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
  }
.CorporateThumbnailCarouselBlock .carousel-nav .swiper-button-prev svg {
    transform: rotate(180deg);
  }
@media (min-width: 768px) {
    .CorporateThumbnailCarouselBlock.three-up .carousel-card .carousel-card-image {
      height: 264px;
    }
  }
.hymh .CorporateImageVideoBlock {
    --imagevideo-eyebrow-text-color: rgb(var(--color-primary-navy-rgb));
    --imagevideo-text-color: rgb(var(--color-primary-navy-rgb));
    --imagevideo-play-icon-border: rgb(var(--color-primary-navy-rgb));
  }
.hymh .CorporateImageVideoBlock::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
    background: linear-gradient(270deg, rgba(0, 38, 58, 0) 21.82%, rgba(255, 255, 255, 0.9) 61.48%), -37px -475.996px/104.333% 182.725% no-repeat;
    pointer-events: none;
  }
@media (max-width: 640px) {
    .hymh .CorporateImageVideoBlock::before {
      background: linear-gradient(180deg, rgba(0, 38, 58, 0) 40.12%, rgba(255, 255, 255, 0.9) 56.74%), 50%/cover no-repeat;
    }
  }
@media (min-width: 768px) {
    .hymh .CorporateImageVideoBlock::before {
      background: linear-gradient(270deg, rgba(0, 38, 58, 0) 36%, rgba(255, 255, 255, 0.9) 66%), -37px -475.996px/104.333% 182.725% no-repeat;
    }
  }
.hymh .CorporateImageVideoBlock .body {
    opacity: 1;
    font-weight: 500;
  }
.CorporateImageVideoBlock {
    --imagevideo-eyebrow-text-color: rgb(var(--color-tertiary-nearly-white-rgb));
    --imagevideo-text-color: rgb(var(--color-white-rgb));
    --imagevideo-play-icon-border: rgb(var(--color-white-rgb));
    --imagevideo-eyebrow-text-weight: var(--weight-bold);
    position: relative;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2.5rem;
    overflow-y: hidden;
  }
.CorporateImageVideoBlock::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
    background: linear-gradient(270deg, rgba(0, 38, 58, 0) 21.82%, rgba(0, 38, 58, 0.7) 61.48%), -37px -475.996px/104.333% 182.725% no-repeat;
    pointer-events: none;
  }
@media (max-width: 640px) {
    .CorporateImageVideoBlock::before {
      background: linear-gradient(180deg, rgba(0, 38, 58, 0) 40.12%, rgba(0, 38, 58, 0.8) 56.74%), 50%/cover no-repeat;
    }
  }
.CorporateImageVideoBlock .media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
.CorporateImageVideoBlock .media > img,
  .CorporateImageVideoBlock .media > video,
  .CorporateImageVideoBlock .media > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.CorporateImageVideoBlock .media > img .video-js, .CorporateImageVideoBlock .media > img video,
  .CorporateImageVideoBlock .media > video .video-js,
  .CorporateImageVideoBlock .media > video video,
  .CorporateImageVideoBlock .media > div .video-js,
  .CorporateImageVideoBlock .media > div video {
    -o-object-fit: cover;
       object-fit: cover;
  }
.CorporateImageVideoBlock .container {
    position: relative;
    padding-block: 145px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
.CorporateImageVideoBlock .\!container {
    position: relative !important;
    padding-block: 145px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
.CorporateImageVideoBlock .container, .CorporateImageVideoBlock .container * {
    z-index: 10;
  }
.CorporateImageVideoBlock .\!container, .CorporateImageVideoBlock .\!container * {
    z-index: 10 !important;
  }
@media (max-width: 640px) {
    .CorporateImageVideoBlock .container{
    padding-bottom: 2.5rem;
    padding-top: 288px;
  }
    .CorporateImageVideoBlock .\!container{
    padding-bottom: 2.5rem;
    padding-top: 288px;
  }
  }
.CorporateImageVideoBlock button.play-button {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    bottom: 24px;
    right: 52px;
    width: 40px;
    height: 40px;
  }
.CorporateImageVideoBlock button.play-button:hover {
    opacity: 0.8;
  }
.CorporateImageVideoBlock button.play-button span {
    display: none;
    width: 40px;
    height: 40px;
  }
@media (max-width: 640px) {
    .CorporateImageVideoBlock button.play-button {
      top: 21px;
      left: 18px;
      bottom: 0;
    }
  }
@media (max-width: 768px) {
    .CorporateImageVideoBlock.video-mobile button.play-button {
      display: flex;
    }
  }
@media (min-width: 768px) {
    .CorporateImageVideoBlock.video-desktop button.play-button {
      display: flex;
    }
  }
.CorporateImageVideoBlock .info > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.CorporateImageVideoBlock .info {
    max-width: 500px;
  }
.CorporateImageVideoBlock .heading {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 36px;
    line-height: 100%;
    font-weight: 300;
    font-variation-settings: "opsz" 36, "wght" 300;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    .CorporateImageVideoBlock .heading {
      font-size: 24px;
      line-height: 100%;
      font-variation-settings: "opsz" 24, "wght" 300;
      text-transform: uppercase;
    }
  }
.CorporateImageVideoBlock .heading{
  margin: 0px;
  text-transform: uppercase;
  line-height: 95%;
    color: var(--imagevideo-text-color);
}
.CorporateImageVideoBlock .body{
  opacity: 0.8;
}
.CorporateImageVideoBlock .eyebrow{
  grid-column-start: 1;
  display: inline-flex;
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--imagevideo-text-color);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
    .CorporateImageVideoBlock .eyebrow {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateImageVideoBlock .eyebrow:hover {
    opacity: 0.8;
  }
.CorporateImageVideoBlock .eyebrow .label {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
  }
@media (max-width: 768px) {
    .CorporateImageVideoBlock .eyebrow .label {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateImageVideoBlock .eyebrow .cta {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 700;
    font-variation-settings: "opsz" 18, "wght" 700;
  }
@media (max-width: 768px) {
    .CorporateImageVideoBlock .eyebrow .cta {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 700;
    }
  }
.CorporateImageVideoBlock .body {
    color: var(--imagevideo-text-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
  }
@media (max-width: 768px) {
    .CorporateImageVideoBlock .body {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateImageVideoBlock .cta-wrapper {
    display: flex;
    gap: 24px;
  }
.CorporateImageVideoBlock:last-of-type + footer.site-footer {
    margin-top: 0;
  }
.has-trailing-imagevideo + footer.site-footer {
    margin-top: 0;
  }
section.CorporateImageVideoBlock.playing button.play-button,
  section.CorporateImageVideoBlock.paused button.play-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
section.CorporateImageVideoBlock.playing button.play-button span.pause {
    display: block !important;
  }
section.CorporateImageVideoBlock.paused button.play-button span.play {
    display: block !important;
  }
.CorporatePatentsPage .header{
  display: flex;
  align-items: flex-end;
  background-color: var(--color-tertiary-barely-teal);
    color: var(--color-primary-navy);
    position: relative;
}
.CorporatePatentsPage .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #00263A 0%, var(--secondary-medium-blue, #336680) 70%, var(--secondary-soft-teal, #61B0BB) 100%);
  }
@media (min-width: 768px) {
    .CorporatePatentsPage .header::before {
      height: 64px;
    }
  }
.CorporatePatentsPage .header .container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.CorporatePatentsPage .header .\!container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.CorporatePatentsPage .header .container {
    gap: 25px;
    padding-block: 130px 58px;
  }
.CorporatePatentsPage .header .\!container {
    gap: 25px !important;
    padding-block: 130px 58px !important;
  }
.CorporatePatentsPage .header .container h1 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 74px;
    line-height: 90%;
    font-weight: 200;
    font-variation-settings: "opsz" 14, "wght" 200;
    text-transform: uppercase;
    line-height: 1;
  }
.CorporatePatentsPage .header .\!container h1 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif !important;
    font-size: 74px !important;
    line-height: 90% !important;
    font-weight: 200 !important;
    font-variation-settings: "opsz" 14, "wght" 200 !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
  }
@media (max-width: 768px) {
    .CorporatePatentsPage .header .container h1 {
      font-size: 40px;
      line-height: 90%;
      font-variation-settings: "opsz" 14, "wght" 200;
      text-transform: uppercase;
    }
    .CorporatePatentsPage .header .\!container h1 {
      font-size: 40px !important;
      line-height: 90% !important;
      font-variation-settings: "opsz" 14, "wght" 200 !important;
      text-transform: uppercase !important;
    }
  }
.CorporatePatentsPage .header .container ul {
    width: 100%;
    display: flex;
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
  }
.CorporatePatentsPage .header .\!container ul {
    width: 100% !important;
    display: flex !important;
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif !important;
    font-size: 18px !important;
    line-height: 145% !important;
    font-weight: 300 !important;
    font-variation-settings: "opsz" 18, "wght" 300 !important;
  }
@media (max-width: 768px) {
    .CorporatePatentsPage .header .container ul {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
    .CorporatePatentsPage .header .\!container ul {
      font-size: 16px !important;
      line-height: 145% !important;
      font-variation-settings: "opsz" 16, "wght" 300 !important;
    }
  }
.CorporatePatentsPage .header .container ul li:after {
    content: "/";
    margin: 0 0.25em;
  }
.CorporatePatentsPage .header .\!container ul li:after {
    content: "/" !important;
    margin: 0 0.25em !important;
  }
.CorporatePatentsPage .header .container ul li:last-child:after {
    content: "";
  }
.CorporatePatentsPage .header .\!container ul li:last-child:after {
    content: "" !important;
  }
.CorporatePatentsPage p.description {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 140%;
    font-weight: 300;
    font-variation-settings: "opsz" 28, "wght" 300;
    opacity: 0.9;
    max-width: 960px;
    padding-block: 48px 32px;
  }
@media (max-width: 768px) {
    .CorporatePatentsPage p.description {
      font-size: 24px;
      line-height: 140%;
      font-variation-settings: "opsz" 24, "wght" 300;
    }
  }
.CorporatePatentsPage .disclaimer {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    font-variation-settings: "opsz" 14, "wght" 400;
    padding: 24px;
    color: var(--color-primary-navy);
    background-color: var(--color-tertiary-nearly-white);
  }
@media (max-width: 768px) {
    .CorporatePatentsPage .disclaimer {
      font-size: 12px;
      line-height: 120%;
      font-variation-settings: "opsz" 12, "wght" 400;
    }
  }
.CorporatePatentsPage .no-results{
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--color-primary-navy);
    display: none;
    background-color: var(--color-tertiary-nearly-white);
    padding: 32px 24px;
    margin-block: 40px;
}
.CorporatePatentsPage .no-results.visible {
    display: block;
  }
.CorporatePatentsPage .search-form{
  margin-bottom: 1.5rem;
    max-width: 600px;
}
@media (min-width: 768px) {
    .CorporatePatentsPage .search-form {
      margin-top: 94px;
    }
  }
.CorporatePatentsPage .search-form .search-bar-container{
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--color-tertiary-nearly-white);
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.CorporatePatentsPage .search-form .icon-wrapper{
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
}
.CorporatePatentsPage .search-form .icon-wrapper icon{
  position: absolute;
  left: 2px;
  top: 2px;
  height: 1rem;
  width: 1rem;
    color: var(--color-primary-navy);
}
.CorporatePatentsPage .search-form .search-input{
  flex: 1 1 0%;
  font-family: "Roboto Flex";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.625;
  color: var(--color-primary-soft-navy);
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    min-width: 0;
}
.CorporatePatentsPage .list {
    border-top: 1px solid var(--color-tertiary-barely-gray);
  }
.CorporatePatentAccordionBlock .accordion-header{
  display: flex;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: var(--color-tertiary-barely-gray);
  padding-top: 2rem;
  padding-bottom: 2rem;
    justify-content: flex-end;
    gap: 8px;
    flex-direction: row-reverse;
}
.CorporatePatentAccordionBlock .accordion-title{
  font-family: "Roboto Flex";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-primary-navy);
    text-transform: initial;
}
.CorporatePatentAccordionBlock .accordion-toggle{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--color-tertiary-barely-gray);
  padding: 0.5rem;
}
.CorporatePatentAccordionBlock .accordion-toggle .open,
  .CorporatePatentAccordionBlock .accordion-toggle .close {
    display: none;
  }
.CorporatePatentAccordionBlock .accordion-toggle .icon-plus,
  .CorporatePatentAccordionBlock .accordion-toggle .icon-minus{
  height: 1.5rem;
  width: 1.5rem;
}
.CorporatePatentAccordionBlock .accordion-content-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
.CorporatePatentAccordionBlock[data-open=true] .accordion-content-wrapper {
    max-height: 1000px;
    transition: max-height 0.6s ease-out;
  }
.CorporatePatentAccordionBlock[data-open=false] .accordion-content-wrapper {
    max-height: 0;
    transition: max-height 0.2s ease-in;
  }
.CorporatePatentAccordionBlock[data-open=false] .accordion-toggle .open {
    display: inline-block;
  }
.CorporatePatentAccordionBlock[data-open=false] .accordion-toggle .close {
    display: none;
  }
.CorporatePatentAccordionBlock[data-open=true] .accordion-toggle .open {
    display: none;
  }
.CorporatePatentAccordionBlock[data-open=true] .accordion-toggle .close {
    display: inline-block;
  }
.CorporatePatentAccordionBlock .accordion-content{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  background-color: var(--color-tertiary-nearly-white);
  padding: 2rem;
}
@media (min-width: 768px){
  .CorporatePatentAccordionBlock .accordion-content{
    flex-direction: row;
  }
}
.CorporatePatentAccordionBlock .columns-wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
  }
.CorporatePatentAccordionBlock .patent-column,
  .CorporatePatentAccordionBlock .model-column{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.CorporatePatentAccordionBlock .label{
  font-family: "Roboto Flex";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.625;
  color: var(--color-primary-soft-navy);
    margin-bottom: 15px;
}
.CorporatePatentAccordionBlock .PatentAccordionBlockItem{
  align-self: stretch;
  font-family: "Roboto Flex";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 16.8px;
}
.CorporatePatentAccordionBlock .PatentAccordionBlockItem a{
  color: var(--color-secondary-medium-blue);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    font-variation-settings: "opsz" 14, "wght" 700;
}
@media (max-width: 768px) {
    .CorporatePatentAccordionBlock .PatentAccordionBlockItem a {
      font-size: 12px;
      line-height: 100%;
      font-variation-settings: "opsz" 12, "wght" 700;
    }
  }
.CorporatePatentAccordionBlock .line.highlighted{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.CorporatePatentAccordionBlock .searchable {
    display: none;
  }
.video-play-overlay.CorporatePatentAccordionBlock .searchable {
    display: none;
  }
header .header-search .search-icon-close.CorporatePatentAccordionBlock .searchable {
    visibility: hidden;
  }
header .header-search .search-popout.CorporatePatentAccordionBlock .searchable {
    opacity: 0;
    pointer-events: none;
  }
.CorporateSearchResultsPage .header .SearchBar-toggle .search-icon.CorporatePatentAccordionBlock .searchable {
    display: none;
  }
.CorporateSearchResultsPage .data.CorporatePatentAccordionBlock .searchable {
    display: none;
  }
.CorporatePatentAccordionBlock .searchable{
  display: none;
}
.hymh .CorporateFixedWidthPage {
    --button-icon-color: var(--color-secondary-soft-teal);
    --arrow-icon-color: var(--color-white);
  }
.CorporateFixedWidthPage {
    --button-icon-color: var(--color-secondary-gold);
    --arrow-icon-color: var(--color-black);
  }
@media (min-width: 768px) {
    .CorporateFixedWidthPage .displayNoneDesktop {
      display: none !important;
    }
  }
@media (max-width: 768px) {
    .CorporateFixedWidthPage .displayNoneMobile {
      display: none !important;
    }
  }
.CorporateFixedWidthPage .content-wrapper {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .CorporateFixedWidthPage .content-wrapper {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .CorporateFixedWidthPage .content-wrapper {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.CorporateFixedWidthPage .content-wrapper {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .CorporateFixedWidthPage .content-wrapper {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .CorporateFixedWidthPage .content-wrapper {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.CorporateFixedWidthPage .content-wrapper{
  margin-bottom: 58px;
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 48px;
}
@media (max-width: 768px) {
    .CorporateFixedWidthPage .content-wrapper{
    margin-top: 0px;
  }
  }
.CorporateFixedWidthPage .content-wrapper .side-nav{
  position: relative;
  grid-column: span 4 / span 4;
}
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title{
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
}
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.button{
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-tertiary-barely-gray);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: start;
}
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.\!button{
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-tertiary-barely-gray);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: start;
}
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.button .button-icon{
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.\!button .button-icon{
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.button .button-icon {
    transition: transform 300ms ease-in-out;
    transform: rotate(0deg);
    background-color: var(--button-icon-color);
  }
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.\!button .button-icon {
    transition: transform 300ms ease-in-out !important;
    transform: rotate(0deg) !important;
    background-color: var(--button-icon-color) !important;
  }
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.button .button-icon.open {
    transform: rotate(180deg);
  }
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.\!button .button-icon.open {
    transform: rotate(180deg) !important;
  }
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.button .button-icon svg {
    fill: var(--arrow-icon-color);
  }
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-title.\!button .button-icon svg {
    fill: var(--arrow-icon-color) !important;
  }
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list {
    transition: all 300ms ease-in-out;
  }
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list .current-page-list-item{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 145%;
  color: var(--color-primary-navy);
  opacity: 0.9;
}
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list .current-page-list-item::before {
    position: absolute;
    left: -16px;
    top: 50%;
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-content: "";
    content: var(--tw-content);
  }
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list .current-page-list-item:before {
    background-color: var(--button-icon-color);
  }
@media (max-width: 768px) {
    .CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list .current-page-list-item{
    font-size: 1rem;
    line-height: 1.5rem;
  }
    .CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list .current-page-list-item::before{
    --tw-content: none;
    content: var(--tw-content);
  }
  }
.CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list .side-nav-list-item a{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 145%;
  color: var(--color-primary-soft-navy);
  opacity: 0.9;
}
@media (max-width: 768px) {
    .CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list .side-nav-list-item a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
    .CorporateFixedWidthPage .content-wrapper .side-nav{
    grid-column: span 12 / span 12;
    margin-left: -18px;
    margin-right: -18px;
    padding-bottom: 0.5rem;
  }
  .CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list {
    position: absolute;
    z-index: 50;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-tertiary-barely-gray);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 18px;
    padding-right: 18px;
    opacity: 1;
      max-height: 9999px;
  }
  .CorporateFixedWidthPage .content-wrapper .side-nav .side-nav-list.closed {
    margin: 0px;
    max-height: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
  }
  }
.CorporateFixedWidthPage .content-wrapper .main-content, .CorporateFixedWidthPage .content-wrapper .rtf{
  grid-column-start: 5;
  grid-column-end: 11;
}
@media (max-width: 768px) {
    .CorporateFixedWidthPage .content-wrapper .main-content, .CorporateFixedWidthPage .content-wrapper .rtf{
    grid-column: span 12 / span 12;
  }
  }
@media (max-width: 480px) {
    .CorporateFixedWidthPage .content-wrapper{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  }
@media (max-width: 768px) {
    .CorporateFixedWidthPage .content-wrapper{
    margin-bottom: 2rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
      row-gap: 24px;
  }
  }
@media (max-width: 1024px) {
    .CorporateFixedWidthPage .content-wrapper{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  }
.hymh .CorporateFixedWidthHeroBlock {
    --hero-text-color: var(--color-primary-navy);
    --hero-background-color: var(--color-tertiary-barely-teal);
  }
.CorporateFixedWidthHeroBlock {
    --hero-text-color: var(--color-white);
    --hero-background-color: var(--color-primary-navy);
    display: flex;
    flex-direction: column-reverse;
    background-color: var(--hero-background-color);
  }
@media (max-width: 768px) {
    .CorporateFixedWidthHeroBlock{
    margin-bottom: 0px;
  }
  }
.CorporateFixedWidthHeroBlock .media {
    height: 350px;
  }
.CorporateFixedWidthHeroBlock .media img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CorporateFixedWidthHeroBlock .container{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.CorporateFixedWidthHeroBlock .container > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.CorporateFixedWidthHeroBlock .\!container{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.CorporateFixedWidthHeroBlock .\!container > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.CorporateFixedWidthHeroBlock .container {
    padding-block: 116px 58px;
    color: var(--hero-text-color);
  }
.CorporateFixedWidthHeroBlock .\!container {
    padding-block: 116px 58px !important;
    color: var(--hero-text-color) !important;
  }
.CorporateFixedWidthHeroBlock .container #fixed-width-hero-breadcrumbs{
  grid-column-start: 1;
  display: inline-flex;
  line-height: 145%;
}
.CorporateFixedWidthHeroBlock .\!container #fixed-width-hero-breadcrumbs{
  grid-column-start: 1;
  display: inline-flex;
  line-height: 145%;
}
.CorporateFixedWidthHeroBlock .container #fixed-width-hero-breadcrumbs {
    grid-column: span 1/span 1;
  }
.CorporateFixedWidthHeroBlock .\!container #fixed-width-hero-breadcrumbs {
    grid-column: span 1/span 1 !important;
  }
@media (min-width: 768px) {
    .CorporateFixedWidthHeroBlock .container #fixed-width-hero-breadcrumbs {
      grid-column: span 2/span 2;
    }
    .CorporateFixedWidthHeroBlock .\!container #fixed-width-hero-breadcrumbs {
      grid-column: span 2/span 2 !important;
    }
  }
@media (min-width: 1024px) {
    .CorporateFixedWidthHeroBlock .container #fixed-width-hero-breadcrumbs {
      grid-column: span 12/span 12;
    }
    .CorporateFixedWidthHeroBlock .\!container #fixed-width-hero-breadcrumbs {
      grid-column: span 12/span 12 !important;
    }
  }
.CorporateFixedWidthHeroBlock .container #fixed-width-hero-breadcrumbs .breadcrumbs{
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  opacity: 0.9;
}
.CorporateFixedWidthHeroBlock .\!container #fixed-width-hero-breadcrumbs .breadcrumbs{
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  opacity: 0.9;
}
.CorporateFixedWidthHeroBlock .container #fixed-width-hero-breadcrumbs .breadcrumbs {
    color: var(--hero-text-color);
    display: block;
    white-space: normal;
  }
.CorporateFixedWidthHeroBlock .\!container #fixed-width-hero-breadcrumbs .breadcrumbs {
    color: var(--hero-text-color) !important;
    display: block !important;
    white-space: normal !important;
  }
.CorporateFixedWidthHeroBlock .container #fixed-width-hero-breadcrumbs .breadcrumbs li:after {
    content: "/";
    margin: 0 0.25em;
  }
.CorporateFixedWidthHeroBlock .\!container #fixed-width-hero-breadcrumbs .breadcrumbs li:after {
    content: "/" !important;
    margin: 0 0.25em !important;
  }
.CorporateFixedWidthHeroBlock .container #fixed-width-hero-breadcrumbs .breadcrumbs li:last-child:after {
    content: "";
  }
.CorporateFixedWidthHeroBlock .\!container #fixed-width-hero-breadcrumbs .breadcrumbs li:last-child:after {
    content: "" !important;
  }
@media (max-width: 768px) {
    .CorporateFixedWidthHeroBlock .container #fixed-width-hero-breadcrumbs .breadcrumbs{
    font-size: 1rem;
    line-height: 1.5rem;
  }
    .CorporateFixedWidthHeroBlock .\!container #fixed-width-hero-breadcrumbs .breadcrumbs{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  }
.CorporateFixedWidthHeroBlock .container h1{
  text-transform: uppercase;
  line-height: 90%;
}
.CorporateFixedWidthHeroBlock .\!container h1{
  text-transform: uppercase;
  line-height: 90%;
}
.CorporateFixedWidthHeroBlock .container h1 {
    letter-spacing: -0.8px;
  }
.CorporateFixedWidthHeroBlock .\!container h1 {
    letter-spacing: -0.8px !important;
  }
@media (max-width: 768px) {
    .CorporateFixedWidthHeroBlock .container h1 {
      letter-spacing: -0.4px;
    }
    .CorporateFixedWidthHeroBlock .\!container h1 {
      letter-spacing: -0.4px !important;
    }
  }
.hymh .CorporateFactsAndStatsBlock {
    --_background-color: var(--color-primary-teal);
    --_stat-color: var(--color-white);
    --_description-color: var(--color-white);
  }
.CorporateFixedWidthPage .CorporateFactsAndStatsBlock {
    --_background-color: transparent;
  }
.CorporateFactsAndStatsBlock {
    --_background-color: var(--color-tertiary-nearly-white);
    --_stat-color: var(--color-primary-navy);
    --_description-color: var(--color-secondary-medium-blue);
    background-color: var(--_background-color);
  }
.CorporateFactsAndStatsBlock .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-block: 40px;
  }
.CorporateFactsAndStatsBlock .\!container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 40px !important;
    padding-block: 40px !important;
  }
@media (min-width: 768px) {
    .CorporateFactsAndStatsBlock .container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 65px;
      padding-block: 70px;
    }
    .CorporateFactsAndStatsBlock .\!container {
      flex-direction: row !important;
      flex-wrap: wrap !important;
      justify-content: space-between !important;
      gap: 65px !important;
      padding-block: 70px !important;
    }
  }
.CorporateFactsAndStatsBlock .container .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
  }
.CorporateFactsAndStatsBlock .\!container .item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 13px !important;
  }
@media (min-width: 768px) {
    .CorporateFactsAndStatsBlock .container .item {
      align-items: center;
      gap: 16px;
      flex: 1 1 0;
      max-width: 350px;
    }
    .CorporateFactsAndStatsBlock .\!container .item {
      align-items: center !important;
      gap: 16px !important;
      flex: 1 1 0 !important;
      max-width: 350px !important;
    }
  }
.CorporateFactsAndStatsBlock .container .icon {
    width: 60px;
    min-height: 60px;
    padding-bottom: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
.CorporateFactsAndStatsBlock .\!container .icon {
    width: 60px !important;
    min-height: 60px !important;
    padding-bottom: 0.5rem !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    display: none !important;
  }
@media (min-width: 768px) {
    .CorporateFactsAndStatsBlock .container .icon {
      width: 100px;
      min-height: 100px;
    }
    .CorporateFactsAndStatsBlock .\!container .icon {
      width: 100px !important;
      min-height: 100px !important;
    }
  }
.CorporateFactsAndStatsBlock .container .icon img {
    max-width: 100%;
    height: auto;
    display: block;
  }
.CorporateFactsAndStatsBlock .\!container .icon img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
.CorporateFactsAndStatsBlock .container:has(.icon img) {
    /* For items without an icon, keep the space but hide the box */
  }
.CorporateFactsAndStatsBlock .\!container:has(.icon img) {
    /* For items without an icon, keep the space but hide the box */
  }
.CorporateFactsAndStatsBlock .container:has(.icon img) .icon {
    display: inline-flex;
  }
.CorporateFactsAndStatsBlock .\!container:has(.icon img) .icon {
    display: inline-flex !important;
  }
.CorporateFactsAndStatsBlock .container:has(.icon img) .icon:not(:has(img)) {
    visibility: hidden; /* keeps layout; not clickable */
  }
.CorporateFactsAndStatsBlock .\!container:has(.icon img) .icon:not(:has(img)) {
    visibility: hidden !important; /* keeps layout; not clickable */
  }
.CorporateFactsAndStatsBlock .container .stat {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-weight: 200;
    font-variation-settings: "opsz" 14, "wght" 200;
    text-transform: uppercase;
    color: var(--_stat-color);
    font-size: 40px;
    line-height: 116%;
  }
.CorporateFactsAndStatsBlock .\!container .stat {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif !important;
    font-weight: 200 !important;
    font-variation-settings: "opsz" 14, "wght" 200 !important;
    text-transform: uppercase !important;
    color: var(--_stat-color) !important;
    font-size: 40px !important;
    line-height: 116% !important;
  }
@media (max-width: 768px) {
    .CorporateFactsAndStatsBlock .container .stat {
      font-size: 40px;
      line-height: 90%;
      font-variation-settings: "opsz" 14, "wght" 200;
      text-transform: uppercase;
    }
    .CorporateFactsAndStatsBlock .\!container .stat {
      font-size: 40px !important;
      line-height: 90% !important;
      font-variation-settings: "opsz" 14, "wght" 200 !important;
      text-transform: uppercase !important;
    }
  }
@media (min-width: 768px) {
    .CorporateFactsAndStatsBlock .container .stat {
      font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
      font-size: 74px;
      font-weight: 200;
      font-variation-settings: "opsz" 14, "wght" 200;
      text-transform: uppercase;
      line-height: 116%;
    }
    .CorporateFactsAndStatsBlock .\!container .stat {
      font-family: "Roboto_Flex", "Roboto Flex", sans-serif !important;
      font-size: 74px !important;
      font-weight: 200 !important;
      font-variation-settings: "opsz" 14, "wght" 200 !important;
      text-transform: uppercase !important;
      line-height: 116% !important;
    }
  }
@media (min-width: 768px) and (max-width: 768px) {
    .CorporateFactsAndStatsBlock .container .stat {
      font-size: 40px;
      line-height: 90%;
      font-variation-settings: "opsz" 14, "wght" 200;
      text-transform: uppercase;
    }
    .CorporateFactsAndStatsBlock .\!container .stat {
      font-size: 40px !important;
      line-height: 90% !important;
      font-variation-settings: "opsz" 14, "wght" 200 !important;
      text-transform: uppercase !important;
    }
  }
.CorporateFactsAndStatsBlock .container .description {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--_description-color);
    opacity: 0.9;
    line-height: 116%;
  }
.CorporateFactsAndStatsBlock .\!container .description {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    font-variation-settings: "opsz" 18, "wght" 300 !important;
    color: var(--_description-color) !important;
    opacity: 0.9 !important;
    line-height: 116% !important;
  }
@media (max-width: 768px) {
    .CorporateFactsAndStatsBlock .container .description {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
    .CorporateFactsAndStatsBlock .\!container .description {
      font-size: 16px !important;
      line-height: 145% !important;
      font-variation-settings: "opsz" 16, "wght" 300 !important;
    }
  }
@media (min-width: 768px) {
    .CorporateFactsAndStatsBlock .container .description {
      font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
      font-size: 28px;
      font-weight: 300;
      font-variation-settings: "opsz" 28, "wght" 300;
      text-align: center;
      line-height: 116%;
    }
    .CorporateFactsAndStatsBlock .\!container .description {
      font-family: "Roboto_Flex", "Roboto Flex", sans-serif !important;
      font-size: 28px !important;
      font-weight: 300 !important;
      font-variation-settings: "opsz" 28, "wght" 300 !important;
      text-align: center !important;
      line-height: 116% !important;
    }
  }
@media (min-width: 768px) and (max-width: 768px) {
    .CorporateFactsAndStatsBlock .container .description {
      font-size: 24px;
      line-height: 140%;
      font-variation-settings: "opsz" 24, "wght" 300;
    }
    .CorporateFactsAndStatsBlock .\!container .description {
      font-size: 24px !important;
      line-height: 140% !important;
      font-variation-settings: "opsz" 24, "wght" 300 !important;
    }
  }
.CorporateNewsListingPage, .CorporateNewsDetailPage, .LatestNewsBlock {
    --text-eyebrow: var(--color-primary-soft-navy);
    --text-title: var(--color-primary-navy);
    --text-emphasis: var(--color-secondary-medium-blue);
    --text-description: var(--color-primary-soft-navy);
    --text-primary: var(--color-primary-navy);
    --bg-surface: var(--color-tertiary-nearly-white);
    --ring-focus: var(--color-primary-navy);
    --border-color: var(--color-tertiary-barely-gray);
    --button-bg: var(--color-tertiary-barely-gray);
    --breadcrumb-text-color: var(--color-primary-navy);
    width: 100%;
  }
.CorporateNewsListingPage .header, .CorporateNewsDetailPage .header, .LatestNewsBlock .header {
    position: relative;
    background-color: var(--bg-surface);
    padding-bottom: 40px;
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .header, .CorporateNewsDetailPage .header, .LatestNewsBlock .header {
      background-color: transparent;
      padding-bottom: 0;
    }
  }
@media (max-width: 768px) {
    .CorporateNewsListingPage .header .breadcrumbs li, .CorporateNewsListingPage .header .breadcrumbs li span, .CorporateNewsDetailPage .header .breadcrumbs li, .CorporateNewsDetailPage .header .breadcrumbs li span, .LatestNewsBlock .header .breadcrumbs li, .LatestNewsBlock .header .breadcrumbs li span {
      font-size: 24px;
    }
  }
.CorporateNewsListingPage .header::before, .CorporateNewsDetailPage .header::before, .LatestNewsBlock .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #00263A 0%, var(--secondary-medium-blue, #336680) 70%, var(--secondary-soft-teal, #61B0BB) 100%);
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .header::before, .CorporateNewsDetailPage .header::before, .LatestNewsBlock .header::before {
      height: 64px;
    }
  }
.CorporateNewsListingPage .header .container, .CorporateNewsDetailPage .header .container, .LatestNewsBlock .header .container {
    padding-top: 130px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
.CorporateNewsListingPage .header .\!container, .CorporateNewsDetailPage .header .\!container, .LatestNewsBlock .header .\!container {
    padding-top: 130px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .header .container, .CorporateNewsDetailPage .header .container, .LatestNewsBlock .header .container {
      gap: 29px;
    }
    .CorporateNewsListingPage .header .\!container, .CorporateNewsDetailPage .header .\!container, .LatestNewsBlock .header .\!container {
      gap: 29px !important;
    }
  }
.CorporateNewsListingPage .header h1, .CorporateNewsDetailPage .header h1, .LatestNewsBlock .header h1 {
    color: var(--text-title);
    line-height: 0.9;
    text-transform: none;
  }
@media (max-width: 768px) {
    .CorporateNewsListingPage .header h1, .CorporateNewsDetailPage .header h1, .LatestNewsBlock .header h1 {
      letter-spacing: -0.4px;
    }
  }
.CorporateNewsListingPage .header .description, .CorporateNewsDetailPage .header .description, .LatestNewsBlock .header .description {
    max-width: 718px;
    color: var(--text-description);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-variation-settings: "opsz" 24, "wght" 300;
    line-height: 130%;
  }
@media (max-width: 768px) {
    .CorporateNewsListingPage .header .description, .CorporateNewsDetailPage .header .description, .LatestNewsBlock .header .description {
      font-size: 24px;
      line-height: 100%;
      font-variation-settings: "opsz" 24, "wght" 300;
    }
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .header .description, .CorporateNewsDetailPage .header .description, .LatestNewsBlock .header .description {
      letter-spacing: -0.36px;
    }
  }
.CorporateNewsListingPage .header .year-select-wrapper, .CorporateNewsDetailPage .header .year-select-wrapper, .LatestNewsBlock .header .year-select-wrapper {
    margin-block: 22px;
  }
.CorporateNewsListingPage .listing, .CorporateNewsDetailPage .listing, .LatestNewsBlock .listing {
    background-color: var(--color-primary-white);
  }
.CorporateNewsListingPage .listing .container, .CorporateNewsDetailPage .listing .container, .LatestNewsBlock .listing .container {
    position: relative;
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 22px;
  }
.CorporateNewsListingPage .listing .\!container, .CorporateNewsDetailPage .listing .\!container, .LatestNewsBlock .listing .\!container {
    position: relative !important;
    display: grid !important;
    gap: var(--grid-gap, 1rem) !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
    row-gap: 22px !important;
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .listing .container, .CorporateNewsDetailPage .listing .container, .LatestNewsBlock .listing .container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .CorporateNewsListingPage .listing .\!container, .CorporateNewsDetailPage .listing .\!container, .LatestNewsBlock .listing .\!container {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
@media (min-width: 1024px) {
    .CorporateNewsListingPage .listing .container, .CorporateNewsDetailPage .listing .container, .LatestNewsBlock .listing .container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .CorporateNewsListingPage .listing .\!container, .CorporateNewsDetailPage .listing .\!container, .LatestNewsBlock .listing .\!container {
      grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .listing .container, .CorporateNewsDetailPage .listing .container, .LatestNewsBlock .listing .container {
      -moz-column-gap: 22px;
           column-gap: 22px;
      row-gap: 56px;
    }
    .CorporateNewsListingPage .listing .\!container, .CorporateNewsDetailPage .listing .\!container, .LatestNewsBlock .listing .\!container {
      -moz-column-gap: 22px !important;
           column-gap: 22px !important;
      row-gap: 56px !important;
    }
  }
@media (min-width: 1024px) {
    .CorporateNewsListingPage .listing .container, .CorporateNewsDetailPage .listing .container, .LatestNewsBlock .listing .container {
      -moz-column-gap: 22px;
           column-gap: 22px;
      row-gap: 56px;
    }
    .CorporateNewsListingPage .listing .\!container, .CorporateNewsDetailPage .listing .\!container, .LatestNewsBlock .listing .\!container {
      -moz-column-gap: 22px !important;
           column-gap: 22px !important;
      row-gap: 56px !important;
    }
  }
.CorporateNewsListingPage .listing .container, .CorporateNewsListingPage .listing .container *, .CorporateNewsDetailPage .listing .container, .CorporateNewsDetailPage .listing .container *, .LatestNewsBlock .listing .container, .LatestNewsBlock .listing .container * {
    z-index: 10;
  }
.CorporateNewsListingPage .listing .\!container, .CorporateNewsListingPage .listing .\!container *, .CorporateNewsDetailPage .listing .\!container, .CorporateNewsDetailPage .listing .\!container *, .LatestNewsBlock .listing .\!container, .LatestNewsBlock .listing .\!container * {
    z-index: 10 !important;
  }
.CorporateNewsListingPage .controls, .CorporateNewsDetailPage .controls, .LatestNewsBlock .controls {
    margin-block: 50px;
  }
.CorporateNewsListingPage .controls .pagination-bar, .CorporateNewsDetailPage .controls .pagination-bar, .LatestNewsBlock .controls .pagination-bar {
    display: flex;
    justify-content: space-between;
  }
@media (max-width: 768px) {
    .CorporateNewsListingPage .controls .pagination-bar .spacer, .CorporateNewsDetailPage .controls .pagination-bar .spacer, .LatestNewsBlock .controls .pagination-bar .spacer {
      display: none;
    }
  }
.CorporateNewsListingPage .controls .pagination-bar .pagination, .CorporateNewsDetailPage .controls .pagination-bar .pagination, .LatestNewsBlock .controls .pagination-bar .pagination {
    display: flex;
    align-items: center;
    gap: 19px;
  }
.CorporateNewsListingPage .controls .pagination-bar .pagination.hide-buttons .pagination-button, .CorporateNewsDetailPage .controls .pagination-bar .pagination.hide-buttons .pagination-button, .LatestNewsBlock .controls .pagination-bar .pagination.hide-buttons .pagination-button {
    display: none;
  }
.CorporateNewsListingPage .controls .pagination-bar .pagination.hide-status .pagination-status, .CorporateNewsDetailPage .controls .pagination-bar .pagination.hide-status .pagination-status, .LatestNewsBlock .controls .pagination-bar .pagination.hide-status .pagination-status {
    display: none;
  }
.CorporateNewsListingPage .controls .pagination-bar .pagination .pagination-button, .CorporateNewsDetailPage .controls .pagination-bar .pagination .pagination-button, .LatestNewsBlock .controls .pagination-bar .pagination .pagination-button {
    padding: 0.75rem;
    background-color: var(--button-bg);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.CorporateNewsListingPage .controls .pagination-bar .pagination .pagination-button svg, .CorporateNewsDetailPage .controls .pagination-bar .pagination .pagination-button svg, .LatestNewsBlock .controls .pagination-bar .pagination .pagination-button svg {
    width: 20px;
    height: 20px;
    color: var(--text-primary);
    transform: rotate(0deg);
  }
.CorporateNewsListingPage .controls .pagination-bar .pagination .pagination-button.disabled, .CorporateNewsDetailPage .controls .pagination-bar .pagination .pagination-button.disabled, .LatestNewsBlock .controls .pagination-bar .pagination .pagination-button.disabled {
    opacity: 0.25;
    pointer-events: none;
  }
.CorporateNewsListingPage .controls .pagination-bar .pagination .pagination-button .rotate-180, .CorporateNewsDetailPage .controls .pagination-bar .pagination .pagination-button .rotate-180, .LatestNewsBlock .controls .pagination-bar .pagination .pagination-button .rotate-180 {
    transform: rotate(180deg);
  }
.CorporateNewsListingPage .controls .pagination-bar .pagination .pagination-status, .CorporateNewsDetailPage .controls .pagination-bar .pagination .pagination-status, .LatestNewsBlock .controls .pagination-bar .pagination .pagination-status {
    color: var(--text-primary);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    line-height: normal;
  }
@media (max-width: 768px) {
    .CorporateNewsListingPage .controls .pagination-bar .pagination .pagination-status, .CorporateNewsDetailPage .controls .pagination-bar .pagination .pagination-status, .LatestNewsBlock .controls .pagination-bar .pagination .pagination-status {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateNewsListingPage .controls .pagination-bar .view-selector, .CorporateNewsDetailPage .controls .pagination-bar .view-selector, .LatestNewsBlock .controls .pagination-bar .view-selector {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
.CorporateNewsListingPage .controls .pagination-bar .view-selector .view-label, .CorporateNewsDetailPage .controls .pagination-bar .view-selector .view-label, .LatestNewsBlock .controls .pagination-bar .view-selector .view-label {
    color: var(--text-primary);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    line-height: normal;
  }
@media (max-width: 768px) {
    .CorporateNewsListingPage .controls .pagination-bar .view-selector .view-label, .CorporateNewsDetailPage .controls .pagination-bar .view-selector .view-label, .LatestNewsBlock .controls .pagination-bar .view-selector .view-label {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateNewsListingPage .controls .pagination-bar .view-selector .pagesize-wrapper, .CorporateNewsDetailPage .controls .pagination-bar .view-selector .pagesize-wrapper, .LatestNewsBlock .controls .pagination-bar .view-selector .pagesize-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 11px 2.25rem 11px 0.75rem;
    background-color: var(--bg-surface);
    border-radius: 0.5rem;
    outline: 1px solid var(--border-color);
    outline-offset: -1px;
  }
.CorporateNewsListingPage .controls .pagination-bar .view-selector .pagesize-wrapper svg, .CorporateNewsDetailPage .controls .pagination-bar .view-selector .pagesize-wrapper svg, .LatestNewsBlock .controls .pagination-bar .view-selector .pagesize-wrapper svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--text-primary);
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
.CorporateNewsListingPage .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize, .CorporateNewsDetailPage .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize, .LatestNewsBlock .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    line-height: normal;
    cursor: pointer;
    width: 100%;
    padding: 0;
    padding-right: 1.25rem;
  }
@media (max-width: 768px) {
    .CorporateNewsListingPage .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize, .CorporateNewsDetailPage .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize, .LatestNewsBlock .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateNewsListingPage .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize:focus, .CorporateNewsDetailPage .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize:focus, .LatestNewsBlock .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize:focus {
    outline: none;
  }
.CorporateNewsListingPage .detail-page .news-container, .CorporateNewsDetailPage .detail-page .news-container, .LatestNewsBlock .detail-page .news-container {
    padding-block: 32;
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .detail-page .news-container::before, .CorporateNewsDetailPage .detail-page .news-container::before, .LatestNewsBlock .detail-page .news-container::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: var(--border-color);
      grid-column: span 1/span 1;
      margin-block: 72px 60px;
    }
  }
@media (min-width: 768px) and (min-width: 768px) {
    .CorporateNewsListingPage .detail-page .news-container::before, .CorporateNewsDetailPage .detail-page .news-container::before, .LatestNewsBlock .detail-page .news-container::before {
      grid-column: span 12/span 12;
    }
  }
@media (min-width: 768px) and (min-width: 1024px) {
    .CorporateNewsListingPage .detail-page .news-container::before, .CorporateNewsDetailPage .detail-page .news-container::before, .LatestNewsBlock .detail-page .news-container::before {
      grid-column: span 12/span 12;
    }
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .detail-page .news-container, .CorporateNewsDetailPage .detail-page .news-container, .LatestNewsBlock .detail-page .news-container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .CorporateNewsListingPage .detail-page .news-container, .CorporateNewsDetailPage .detail-page .news-container, .LatestNewsBlock .detail-page .news-container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.CorporateNewsListingPage .detail-page .news-container .left-column, .CorporateNewsDetailPage .detail-page .news-container .left-column, .LatestNewsBlock .detail-page .news-container .left-column {
    grid-column: span 1/span 1;
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .detail-page .news-container .left-column, .CorporateNewsDetailPage .detail-page .news-container .left-column, .LatestNewsBlock .detail-page .news-container .left-column {
      grid-column: span 3/span 3;
    }
  }
@media (min-width: 1024px) {
    .CorporateNewsListingPage .detail-page .news-container .left-column, .CorporateNewsDetailPage .detail-page .news-container .left-column, .LatestNewsBlock .detail-page .news-container .left-column {
      grid-column: span 4/span 4;
    }
  }
.CorporateNewsListingPage .detail-page .news-container .left-column .article-date, .CorporateNewsDetailPage .detail-page .news-container .left-column .article-date, .LatestNewsBlock .detail-page .news-container .left-column .article-date {
    color: var(--text-emphasis);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-variation-settings: "opsz" 20, "wght" 600;
    line-height: 120%; /* 24px */
    margin-top: 1em;
  }
@media (max-width: 768px) {
    .CorporateNewsListingPage .detail-page .news-container .left-column .article-date, .CorporateNewsDetailPage .detail-page .news-container .left-column .article-date, .LatestNewsBlock .detail-page .news-container .left-column .article-date {
      font-size: 20px;
      line-height: 100%;
      font-variation-settings: "opsz" 20, "wght" 600;
    }
  }
.CorporateNewsListingPage .detail-page .news-container .right-column, .CorporateNewsDetailPage .detail-page .news-container .right-column, .LatestNewsBlock .detail-page .news-container .right-column {
    grid-column: span 1/span 1;
  }
@media (min-width: 768px) {
    .CorporateNewsListingPage .detail-page .news-container .right-column, .CorporateNewsDetailPage .detail-page .news-container .right-column, .LatestNewsBlock .detail-page .news-container .right-column {
      grid-column: span 7/span 7;
    }
  }
@media (min-width: 1024px) {
    .CorporateNewsListingPage .detail-page .news-container .right-column, .CorporateNewsDetailPage .detail-page .news-container .right-column, .LatestNewsBlock .detail-page .news-container .right-column {
      grid-column: span 6/span 6;
    }
  }
.LatestNewsBlock {
    --text-title: var(--color-secondary-medium-blue);
    --text-eyebrow: var(--color-primary-navy);
    padding-block: 64px;
  }
.LatestNewsBlock .block-hero{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
    .LatestNewsBlock .block-hero{
    flex-direction: column;
  }
  }
.LatestNewsBlock .block-hero .title-description{
  width: 58.333333%;
}
.LatestNewsBlock .block-hero .title-description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.LatestNewsBlock .block-hero .title-description{
  padding-bottom: 1rem;
}
.LatestNewsBlock .block-hero .title-description .title {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 36px;
    line-height: 100%;
    font-weight: 300;
    font-variation-settings: "opsz" 36, "wght" 300;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    .LatestNewsBlock .block-hero .title-description .title {
      font-size: 24px;
      line-height: 100%;
      font-variation-settings: "opsz" 24, "wght" 300;
      text-transform: uppercase;
    }
  }
.LatestNewsBlock .block-hero .title-description .title{
  color: var(--color-primary-navy);
}
@media (max-width: 768px) {
    .LatestNewsBlock .block-hero .title-description .title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  }
.LatestNewsBlock .block-hero .title-description .description{
  color: var(--color-primary-soft-navy);
}
@media (max-width: 768px) {
    .LatestNewsBlock .block-hero .title-description .description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
    .LatestNewsBlock .block-hero .title-description{
    width: 100%;
  }
  }
.LatestNewsBlock .block-hero .cta-container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.LatestNewsBlock .block-hero .cta-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px) {
    .LatestNewsBlock .block-hero .cta-container{
    justify-content: flex-start;
  }
  }
.LatestNewsBlock .items {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .LatestNewsBlock .items {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .LatestNewsBlock .items {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.LatestNewsBlock .items .CorporateNewsCard {
    grid-column: span 1/span 1;
  }
@media (min-width: 768px) {
    .LatestNewsBlock .items .CorporateNewsCard {
      grid-column: span 1/span 1;
    }
  }
@media (min-width: 1024px) {
    .LatestNewsBlock .items .CorporateNewsCard {
      grid-column: span 3/span 3;
    }
  }
.CorporateNewsCard {
    grid-column: span 1/span 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    text-decoration: none;
  }
@media (min-width: 768px) {
    .CorporateNewsCard {
      grid-column: span 1/span 1;
    }
  }
@media (min-width: 1024px) {
    .CorporateNewsCard {
      grid-column: span 4/span 4;
    }
  }
@media (min-width: 768px) {
    .CorporateNewsCard {
      width: 100%;
    }
  }
.CorporateNewsCard:hover {
    text-decoration: none;
  }
.CorporateNewsCard .image {
    width: 100%;
    height: auto;
    aspect-ratio: 470/264;
    background-color: var(--color-tertiary-barely-teal);
    position: relative;
    overflow: hidden;
  }
.CorporateNewsCard .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.CorporateNewsCard .image span {
    display: block;
    width: 100%;
    height: 100%;
  }
.CorporateNewsCard .eyebrow {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    font-variation-settings: "opsz" 14, "wght" 400;
    color: var(--text-eyebrow);
    opacity: 0.9;
  }
@media (max-width: 768px) {
    .CorporateNewsCard .eyebrow {
      font-size: 12px;
      line-height: 120%;
      font-variation-settings: "opsz" 12, "wght" 400;
    }
  }
@media (min-width: 768px) {
    .CorporateNewsCard .eyebrow {
      font-size: 0.875rem;
      line-height: 1.05rem;
    }
  }
.CorporateNewsCard .title {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    font-variation-settings: "opsz" 28, "wght" 600;
    color: var(--text-title);
    opacity: 0.9;
    text-transform: none;
  }
@media (max-width: 768px) {
    .CorporateNewsCard .title {
      font-size: 24px;
      line-height: 110%;
      font-variation-settings: "opsz" 24, "wght" 600;
    }
  }
.CorporateNewsCard .description {
    display: block;
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--text-description);
  }
@media (max-width: 768px) {
    .CorporateNewsCard .description {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateAlternatingThumbnailsBlock{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
    .CorporateAlternatingThumbnailsBlock{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  }
.CorporateAlternatingThumbnailsBlock .container .content{
  display: flex;
  align-items: center;
  -moz-column-gap: 128px;
       column-gap: 128px;
}
.CorporateAlternatingThumbnailsBlock .\!container .content{
  display: flex;
  align-items: center;
  -moz-column-gap: 128px;
       column-gap: 128px;
}
@media (max-width: 768px) {
    .CorporateAlternatingThumbnailsBlock .container .content{
    flex-direction: column;
  }
    .CorporateAlternatingThumbnailsBlock .container .content .cta-info{
    padding: 0px;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content{
    flex-direction: column;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content .cta-info{
    padding: 0px;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content{
    flex-direction: column;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content .cta-info{
    padding: 0px;
  }
  }
.CorporateAlternatingThumbnailsBlock .container .content.reverse{
  flex-direction: row-reverse;
}
.CorporateAlternatingThumbnailsBlock .\!container .content.reverse{
  flex-direction: row-reverse;
}
.CorporateAlternatingThumbnailsBlock .container .content.reverse .cta-info{
  padding-left: 4rem;
  padding-right: 0px;
}
.CorporateAlternatingThumbnailsBlock .\!container .content.reverse .cta-info{
  padding-left: 4rem;
  padding-right: 0px;
}
@media (max-width: 768px) {
    .CorporateAlternatingThumbnailsBlock .container .content.reverse{
    flex-direction: column;
  }
    .CorporateAlternatingThumbnailsBlock .container .content.reverse .cta-info{
    padding: 0px;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content.reverse{
    flex-direction: column;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content.reverse .cta-info{
    padding: 0px;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content.reverse{
    flex-direction: column;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content.reverse .cta-info{
    padding: 0px;
  }
  }
.CorporateAlternatingThumbnailsBlock .container .content .img-container{
  max-height: 363px;
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.CorporateAlternatingThumbnailsBlock .\!container .content .img-container{
  max-height: 363px;
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.CorporateAlternatingThumbnailsBlock .container .content .img-container {
    aspect-ratio: 16/9;
  }
.CorporateAlternatingThumbnailsBlock .\!container .content .img-container {
    aspect-ratio: 16/9 !important;
  }
.CorporateAlternatingThumbnailsBlock .container .content .img-container img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CorporateAlternatingThumbnailsBlock .\!container .content .img-container img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
    .CorporateAlternatingThumbnailsBlock .container .content .img-container{
    margin-bottom: 2rem;
    max-height: 100%;
    width: 100%;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content .img-container{
    margin-bottom: 2rem;
    max-height: 100%;
    width: 100%;
  }
  }
.CorporateAlternatingThumbnailsBlock .container .content .cta-info{
  display: flex;
  flex-grow: 0;
  flex-direction: column;
  justify-content: center;
}
.CorporateAlternatingThumbnailsBlock .container .content .cta-info > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.CorporateAlternatingThumbnailsBlock .container .content .cta-info{
  padding-right: 4rem;
  padding-left: 0px;
}
.CorporateAlternatingThumbnailsBlock .\!container .content .cta-info{
  display: flex;
  flex-grow: 0;
  flex-direction: column;
  justify-content: center;
}
.CorporateAlternatingThumbnailsBlock .\!container .content .cta-info > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.CorporateAlternatingThumbnailsBlock .\!container .content .cta-info{
  padding-right: 4rem;
  padding-left: 0px;
}
.CorporateAlternatingThumbnailsBlock .container .content .cta-info h4{
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 100%;
  color: var(--color-primary-soft-navy);
}
.CorporateAlternatingThumbnailsBlock .\!container .content .cta-info h4{
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 100%;
  color: var(--color-primary-soft-navy);
}
.CorporateAlternatingThumbnailsBlock .container .content .cta-info .description{
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
  font-weight: 300;
  line-height: 145%;
  color: var(--color-primary-soft-navy);
  opacity: 0.9;
}
.CorporateAlternatingThumbnailsBlock .\!container .content .cta-info .description{
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
  font-weight: 300;
  line-height: 145%;
  color: var(--color-primary-soft-navy);
  opacity: 0.9;
}
.CorporateAlternatingThumbnailsBlock .container .content .cta-info .cta-container{
  display: flex;
}
.CorporateAlternatingThumbnailsBlock .container .content .cta-info .cta-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.CorporateAlternatingThumbnailsBlock .\!container .content .cta-info .cta-container{
  display: flex;
}
.CorporateAlternatingThumbnailsBlock .\!container .content .cta-info .cta-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.CorporateAlternatingThumbnailsBlock .container .content .cta-info .cta-container .btn{
  width: -moz-fit-content;
  width: fit-content;
}
.CorporateAlternatingThumbnailsBlock .\!container .content .cta-info .cta-container .btn{
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
    .CorporateAlternatingThumbnailsBlock .container .content .cta-info{
    padding: 0px;
  }
    .CorporateAlternatingThumbnailsBlock .\!container .content .cta-info{
    padding: 0px;
  }
  }
.CorporateTabFeatureSectionBlock .CorporateAlternatingThumbnailsBlock{
  padding-top: 0px;
  padding-bottom: 0px;
}
.CorporateTabFeatureSectionBlock .CorporateAlternatingThumbnailsBlock .container .content.reverse .cta-info{
  padding-left: 0px;
}
.CorporateTabFeatureSectionBlock .CorporateAlternatingThumbnailsBlock .\!container .content.reverse .cta-info{
  padding-left: 0px;
}
@media (min-width: 768px) {
    .CorporateTabFeatureSectionBlock .CorporateAlternatingThumbnailsBlock .container .content .img-container{
    max-height: 460px;
      aspect-ratio: 1428/920;
  }
    .CorporateTabFeatureSectionBlock .CorporateAlternatingThumbnailsBlock .\!container .content .img-container{
      max-height: 460px;
      aspect-ratio: 1428/920 !important;
  }
  }
.CorporateTabFeatureSectionBlock .CorporateAlternatingThumbnailsBlock .container .content h4{
  text-transform: none;
}
.CorporateTabFeatureSectionBlock .CorporateAlternatingThumbnailsBlock .\!container .content h4{
  text-transform: none;
}
.CorporateTabFeatureSectionBlock .CorporateAlternatingThumbnailsBlock + .CorporateAlternatingThumbnailsBlock{
  margin-top: 4rem;
}
@media (min-width: 768px) {
    .CorporateTabFeatureSectionBlock .CorporateAlternatingThumbnailsBlock + .CorporateAlternatingThumbnailsBlock{
    margin-top: 8rem;
  }
  }
.CorporateDocumentBlock .container{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.CorporateDocumentBlock .\!container{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.CorporateDocumentBlock .container .content{
  max-width: 900px;
}
.CorporateDocumentBlock .\!container .content{
  max-width: 900px;
}
.CorporateDocumentBlock .container .content h5{
  margin-bottom: 1.5rem;
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
  font-weight: 800;
  line-height: 110%;
  color: var(--color-primary-navy);
}
.CorporateDocumentBlock .\!container .content h5{
  margin-bottom: 1.5rem;
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
  font-weight: 800;
  line-height: 110%;
  color: var(--color-primary-navy);
}
@media (max-width: 768px) {
    .CorporateDocumentBlock .container .content h5{
    font-size: 1.5rem;
    line-height: 2rem;
  }
    .CorporateDocumentBlock .\!container .content h5{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  }
.CorporateDocumentBlock .container .content .document-items > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.CorporateDocumentBlock .container .content .document-items{
  border-top-width: 1px;
  border-top-color: var(--color-tertiary-barely-gray);
  padding-top: 1.5rem;
}
.CorporateDocumentBlock .\!container .content .document-items > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.CorporateDocumentBlock .\!container .content .document-items{
  border-top-width: 1px;
  border-top-color: var(--color-tertiary-barely-gray);
  padding-top: 1.5rem;
}
.CorporateDocumentBlock .container .content .document-item > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.CorporateDocumentBlock .\!container .content .document-item > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.CorporateDocumentBlock .container .content .document-item > a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--color-secondary-medium-blue);
  }
.CorporateDocumentBlock .container .content .document-item > a:hover{
  text-decoration-line: underline;
}
.CorporateDocumentBlock .\!container .content .document-item > a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--color-secondary-medium-blue);
  }
.CorporateDocumentBlock .\!container .content .document-item > a:hover{
  text-decoration-line: underline;
}
.CorporateDocumentBlock .container .content .document-item > a h6{
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 120%;
  color: var(--color-secondary-medium-blue);
}
.CorporateDocumentBlock .\!container .content .document-item > a h6{
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 120%;
  color: var(--color-secondary-medium-blue);
}
.CorporateDocumentBlock .container .content .document-item .description{
  opacity: 0.8;
}
.CorporateDocumentBlock .\!container .content .document-item .description{
  opacity: 0.8;
}
.CorporateDocumentBlock .container .content .document-item .description.rich-text-field > :first-child{
  margin-top: 0.75rem;
}
.CorporateDocumentBlock .\!container .content .document-item .description.rich-text-field > :first-child{
  margin-top: 0.75rem;
}
.CorporateHomeHeroExtendedBlock {
    --hero-background-start: rgb(var(--color-primary-navy-rgb));
    --hero-background-mid: rgba(var(--color-primary-navy-rgb), 0);
    --hero-background-end: rgb(var(--color-primary-navy-rgb));
    --hero-background-color: var(--hero-background-start);
    --hero-eyebrow-background: rgba(var(--color-navy-rgb), 0.7);
    --hero-text-color: rgb(var(--color-white-rgb));
    --hero-divider-color: rgba(var(--color-white-rgb), 0.3);
    --hero-arrow-color: rgb(var(--color-tertiary-nearly-white-rgb));
    --hero-play-icon-border: rgb(var(--color-white-rgb));
    --hero-eyebrow-background: rgba(var(--color-primary-navy-rgb), 0.7);
    --hero-eyebrow-text-color: rgb(var(--color-tertiary-nearly-white-rgb));
    --hero-eyebrow-text-weight: var(--weight-bold);
    position: relative;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2.5rem;
    overflow-y: hidden;
  }
.CorporateHomeHeroExtendedBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.35) 30%, rgba(255, 255, 255, 0.45) 32%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0.75) 37%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.92) 52%), 50%/cover no-repeat;
  }
@media (max-width: 768px) {
    .CorporateHomeHeroExtendedBlock::after {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 79.32%, rgba(255, 255, 255, 0.9) 98.75%), linear-gradient(180deg, rgba(255, 255, 255, 0) 6.12%, rgba(255, 255, 255, 0.9) 48.21%), 50%/cover no-repeat;
    }
  }
.CorporateHomeHeroExtendedBlock .media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
.CorporateHomeHeroExtendedBlock .media > img,
  .CorporateHomeHeroExtendedBlock .media > video,
  .CorporateHomeHeroExtendedBlock .media > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.CorporateHomeHeroExtendedBlock .media > img .video-js, .CorporateHomeHeroExtendedBlock .media > img video,
  .CorporateHomeHeroExtendedBlock .media > video .video-js,
  .CorporateHomeHeroExtendedBlock .media > video video,
  .CorporateHomeHeroExtendedBlock .media > div .video-js,
  .CorporateHomeHeroExtendedBlock .media > div video {
    -o-object-fit: cover;
       object-fit: cover;
  }
.CorporateHomeHeroExtendedBlock .container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.CorporateHomeHeroExtendedBlock .\!container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.CorporateHomeHeroExtendedBlock .container {
    position: relative;
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
.CorporateHomeHeroExtendedBlock .\!container {
    position: relative !important;
    display: grid !important;
    gap: var(--grid-gap, 1rem) !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
@media (min-width: 768px) {
    .CorporateHomeHeroExtendedBlock .container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .CorporateHomeHeroExtendedBlock .\!container {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
@media (min-width: 1024px) {
    .CorporateHomeHeroExtendedBlock .container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .CorporateHomeHeroExtendedBlock .\!container {
      grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
  }
.CorporateHomeHeroExtendedBlock .container, .CorporateHomeHeroExtendedBlock .container * {
    z-index: 10;
  }
.CorporateHomeHeroExtendedBlock .\!container, .CorporateHomeHeroExtendedBlock .\!container * {
    z-index: 10 !important;
  }
.CorporateHomeHeroExtendedBlock .container .content{
  grid-column: span 6 / span 6;
}
.CorporateHomeHeroExtendedBlock .container .content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.CorporateHomeHeroExtendedBlock .container .content{
  padding-top: 148px;
  padding-bottom: 148px;
}
.CorporateHomeHeroExtendedBlock .\!container .content{
  grid-column: span 6 / span 6;
}
.CorporateHomeHeroExtendedBlock .\!container .content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.CorporateHomeHeroExtendedBlock .\!container .content{
  padding-top: 148px;
  padding-bottom: 148px;
}
@media (max-width: 768px) {
    .CorporateHomeHeroExtendedBlock .container .content{
    grid-column: span 12 / span 12;
  }
    .CorporateHomeHeroExtendedBlock .container .content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
    .CorporateHomeHeroExtendedBlock .container .content{
    padding-bottom: 2.5rem;
    padding-top: 231px;
  }
    .CorporateHomeHeroExtendedBlock .\!container .content{
    grid-column: span 12 / span 12;
  }
    .CorporateHomeHeroExtendedBlock .\!container .content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
    .CorporateHomeHeroExtendedBlock .\!container .content{
    padding-bottom: 2.5rem;
    padding-top: 231px;
  }
  }
.CorporateHomeHeroExtendedBlock .container .content .eyebrow{
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  color: var(--color-secondary-medium-blue);
}
.CorporateHomeHeroExtendedBlock .\!container .content .eyebrow{
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  color: var(--color-secondary-medium-blue);
}
.CorporateHomeHeroExtendedBlock .container .content h1 {
    font-family: var(--font-roboto-thin);
    line-height: 95%;
  }
.CorporateHomeHeroExtendedBlock .\!container .content h1 {
    font-family: var(--font-roboto-thin) !important;
    line-height: 95% !important;
  }
.CorporateHomeHeroExtendedBlock .container .content h1 span{
  letter-spacing: -0.8px;
}
.CorporateHomeHeroExtendedBlock .\!container .content h1 span{
  letter-spacing: -0.8px;
}
.CorporateHomeHeroExtendedBlock .container .content h1 .heading-line-one{
  color: var(--color-primary-navy);
}
.CorporateHomeHeroExtendedBlock .\!container .content h1 .heading-line-one{
  color: var(--color-primary-navy);
}
.CorporateHomeHeroExtendedBlock .container .content h1 .heading-line-two{
  color: var(--color-secondary-medium-blue);
}
.CorporateHomeHeroExtendedBlock .\!container .content h1 .heading-line-two{
  color: var(--color-secondary-medium-blue);
}
.CorporateHomeHeroExtendedBlock .container .content h1 .heading-line-two {
    display: block;
  }
.CorporateHomeHeroExtendedBlock .\!container .content h1 .heading-line-two {
    display: block;
  }
.CorporateHomeHeroExtendedBlock .container .content .body{
  color: var(--color-primary-navy);
}
.CorporateHomeHeroExtendedBlock .\!container .content .body{
  color: var(--color-primary-navy);
}
.CorporateHomeHeroExtendedBlock .container .content .cta-wrapper{
  display: flex;
}
.CorporateHomeHeroExtendedBlock .container .content .cta-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.CorporateHomeHeroExtendedBlock .\!container .content .cta-wrapper{
  display: flex;
}
.CorporateHomeHeroExtendedBlock .\!container .content .cta-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px) {
    .CorporateHomeHeroExtendedBlock .container .content {
      grid-column: 1/-1;
      display: grid;
      grid-template-columns: subgrid;
    }
    .CorporateHomeHeroExtendedBlock .container .content h1 {
      grid-column: 1/-1;
    }
    .CorporateHomeHeroExtendedBlock .container .content .eyebrow,
    .CorporateHomeHeroExtendedBlock .container .content .body,
    .CorporateHomeHeroExtendedBlock .container .content .cta-wrapper {
      grid-column: 1/span 6;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content {
      grid-column: 1/-1 !important;
      display: grid !important;
      grid-template-columns: subgrid !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content h1 {
      grid-column: 1/-1 !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content .eyebrow,
    .CorporateHomeHeroExtendedBlock .\!container .content .body,
    .CorporateHomeHeroExtendedBlock .\!container .content .cta-wrapper {
      grid-column: 1/span 6 !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content {
      grid-column: 1/-1 !important;
      display: grid !important;
      grid-template-columns: subgrid !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content h1 {
      grid-column: 1/-1 !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content .eyebrow,
    .CorporateHomeHeroExtendedBlock .\!container .content .body,
    .CorporateHomeHeroExtendedBlock .\!container .content .cta-wrapper {
      grid-column: 1/span 6 !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content {
      grid-column: 1/-1 !important;
      display: grid !important;
      grid-template-columns: subgrid !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content h1 {
      grid-column: 1/-1 !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content .eyebrow,
    .CorporateHomeHeroExtendedBlock .\!container .content .body,
    .CorporateHomeHeroExtendedBlock .\!container .content .cta-wrapper {
      grid-column: 1/span 6 !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content {
      grid-column: 1/-1 !important;
      display: grid !important;
      grid-template-columns: subgrid !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content h1 {
      grid-column: 1/-1 !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content .eyebrow,
    .CorporateHomeHeroExtendedBlock .\!container .content .body,
    .CorporateHomeHeroExtendedBlock .\!container .content .cta-wrapper {
      grid-column: 1/span 6 !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content {
      grid-column: 1/-1 !important;
      display: grid !important;
      grid-template-columns: subgrid !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content h1 {
      grid-column: 1/-1 !important;
    }
    .CorporateHomeHeroExtendedBlock .\!container .content .eyebrow,
    .CorporateHomeHeroExtendedBlock .\!container .content .body,
    .CorporateHomeHeroExtendedBlock .\!container .content .cta-wrapper {
      grid-column: 1/span 6 !important;
    }
  }
.CorporateHomeHeroExtendedBlock button.play-button {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
.CorporateHomeHeroExtendedBlock button.play-button:hover {
    opacity: 0.8;
  }
.CorporateHomeHeroExtendedBlock button.play-button span {
    display: none;
    width: 40px;
    height: 40px;
  }
.CorporateHomeHeroExtendedBlock.playing button.play-button span.pause {
    display: block;
  }
.CorporateHomeHeroExtendedBlock.paused button.play-button span.play {
    display: block;
  }
@media (max-width: 768px) {
    .CorporateHomeHeroExtendedBlock.video-mobile button.play-button {
      display: flex;
    }
  }
@media (min-width: 768px) {
    .CorporateHomeHeroExtendedBlock.video-desktop button.play-button {
      display: flex;
    }
  }
.language-selector{
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
    .language-selector:hover .nav-link .child-indicator {
      transform: rotate(-180deg);
    }
  }
.language-selector:hover .children {
    opacity: 1;
    pointer-events: auto;
  }
.language-selector:nth-last-child(-n+2) .children {
    left: auto;
    right: 0;
    transform: none;
  }
@media (max-width: 768px) {
    .language-selector:nth-last-child(-n+2) .children {
      left: auto;
      right: auto;
      transform: none;
    }
  }
.language-selector .nav-link {
    color: var(--nav-link-color);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Roboto Flex";
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
.language-selector .nav-link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
.language-selector .nav-link .child-indicator{
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
    color: var(--indicator-color);
}
@media (min-width: 768px) {
    .language-selector .nav-link .child-indicator {
      transform: rotate(0deg);
    }
  }
.language-selector .nav-link .language-selector-globe{
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
}
.language-selector .nav-link .title{
  width: 100%;
  white-space: nowrap;
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: -0.176px;
}
.language-selector .children{
  position: absolute;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    left: 0;
    background-color: var(--header-child-bg);
    -webkit-backdrop-filter: blur(22px);
            backdrop-filter: blur(22px);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.language-selector .children .child-items{
  display: flex;
  width: 272px;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.language-selector .children .child-items .nav-link {
    color: var(--nav-subtle);
    font-family: "Roboto Flex";
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
  }
.language-selector.mobile{
  margin-top: 1.5rem;
}
.language-selector.mobile .nav-link .child-indicator {
    transform: rotate(-90deg);
  }
.language-selector.mobile .child-items{
  display: inline-flex;
  width: 354px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.language-selector.mobile .child-items .nav-link{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}
header .language-selector .children{
  top: 100%;
  margin-top: 0.5rem;
}
header .language-selector .children:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    z-index: 0;
  }
header.visible-mobile .main-columns .language-selector.column{
  border-bottom-width: 0px;
}
.site-footer .language-selector .children{
  bottom: 100%;
  margin-bottom: 0.5rem;
}
.site-footer .language-selector .children:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px;
    z-index: 0;
  }
.hymh .MultiCardBlock .card-container .card .gradient {
    background: linear-gradient(180deg, rgba(42, 129, 143, 0) 64.5%, var(--primary-teal, rgba(42, 129, 143, 0.8)) 81.5%), linear-gradient(180deg, rgba(0, 38, 58, 0) 64.5%, var(--primary-navy, rgba(0, 38, 58, 0.8)) 81.5%), 50%/cover no-repeat;
  }
.hymh .MultiCardBlock .card-container .card:hover .card-transition{
  background-color: var(--color-primary-teal);
}
.CorporateImageCardGrid{
  margin-left: auto;
  margin-right: auto;
  border-top-width: 1px;
  border-color: var(--color-tertiary-barley-blue);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 768px) {
    .CorporateImageCardGrid{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  }
.CorporateImageCardGrid .block-hero{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
    .CorporateImageCardGrid .block-hero{
    flex-direction: column;
  }
  }
.CorporateImageCardGrid .block-hero .title-description{
  width: 58.333333%;
}
.CorporateImageCardGrid .block-hero .title-description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.CorporateImageCardGrid .block-hero .title-description{
  padding-bottom: 1rem;
}
.CorporateImageCardGrid .block-hero .title-description .title {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 36px;
    line-height: 100%;
    font-weight: 300;
    font-variation-settings: "opsz" 36, "wght" 300;
    text-transform: uppercase;
  }
@media (max-width: 768px) {
    .CorporateImageCardGrid .block-hero .title-description .title {
      font-size: 24px;
      line-height: 100%;
      font-variation-settings: "opsz" 24, "wght" 300;
      text-transform: uppercase;
    }
  }
.CorporateImageCardGrid .block-hero .title-description .title{
  color: var(--color-primary-navy);
}
@media (max-width: 768px) {
    .CorporateImageCardGrid .block-hero .title-description .title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  }
.CorporateImageCardGrid .block-hero .title-description .description{
  color: var(--color-primary-soft-navy);
}
@media (max-width: 768px) {
    .CorporateImageCardGrid .block-hero .title-description .description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
    .CorporateImageCardGrid .block-hero .title-description{
    width: 100%;
  }
  }
.CorporateImageCardGrid .block-hero .cta-container{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.CorporateImageCardGrid .block-hero .cta-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px) {
    .CorporateImageCardGrid .block-hero .cta-container{
    justify-content: flex-start;
  }
  }
.CorporateImageCardGrid .card-container {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .CorporateImageCardGrid .card-container {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .CorporateImageCardGrid .card-container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.CorporateImageCardGrid .card-container {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .CorporateImageCardGrid .card-container {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .CorporateImageCardGrid .card-container {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.CorporateImageCardGrid .card-container{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.625rem;
}
.CorporateImageCardGrid .card-container .card {
    position: relative;
    z-index: 0;
    grid-column: span 3 / span 3;
    display: block;
    height: 474px;
    width: 100%;
    flex-shrink: 1;
    overflow: hidden;
    transition: all 300ms ease-in-out;
  }
@media (max-width: 768px) {
    .CorporateImageCardGrid .card-container .card{
    grid-column: span 6 / span 6;
    height: 472px;
      flex-shrink: 0;
  }
  }
@media (max-width: 640px) {
    .CorporateImageCardGrid .card-container .card{
    grid-column: span 12 / span 12;
    height: 472px;
      flex-shrink: 0;
  }
  }
.CorporateImageCardGrid .card-container .card .card-image{
  position: relative;
  height: 100%;
  width: 100%;
    transition: all 300ms ease-in-out;
    z-index: -1;
    overflow-x: hidden;
}
.CorporateImageCardGrid .card-container .card .card-image > img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CorporateImageCardGrid .card-container .card .card-transition{
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  background-color: transparent;
  padding: 1.75rem;
}
.CorporateImageCardGrid .card-container .card .card-transition .card-info{
  position: relative;
  width: 100%;
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition: all 300ms ease-in-out;
}
.CorporateImageCardGrid .card-container .card .card-transition .card-info .card-title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: 20px;
    line-height: 110%;
    font-weight: 600;
}
@media (max-width: 768px) {
    .CorporateImageCardGrid .card-container .card .card-transition .card-info .card-title {
      font-size: 24px;
    }
  }
.CorporateImageCardGrid .card-container .card .card-transition .card-info .card-subtitle{
  margin-top: 0.5rem;
  color: var(--color-tertiary-nearly-white);
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    opacity: 0.9;
}
@media (max-width: 768px) {
    .CorporateImageCardGrid .card-container .card .card-transition .card-info .card-subtitle {
      font-size: 20px;
    }
  }
.CorporateImageCardGrid .card-container .card .card-transition .card-info .card-description {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--color-primary-navy);
  }
@media (max-width: 768px) {
    .CorporateImageCardGrid .card-container .card .card-transition .card-info .card-description {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.hymh .CorporateImageVideoBlock .CorporateImageCardGrid .card-container .card .card-transition .card-info .card-description {
    opacity: 1;
    font-weight: 500;
  }
.CorporateImageVideoBlock .CorporateImageCardGrid .card-container .card .card-transition .card-info .card-description{
  opacity: 0.8;
    color: var(--imagevideo-text-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
}
@media (max-width: 768px) {
    .CorporateImageVideoBlock .CorporateImageCardGrid .card-container .card .card-transition .card-info .card-description {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateHomeHeroExtendedBlock .container .content .CorporateImageCardGrid .card-container .card .card-transition .card-info .card-description{
  color: var(--color-primary-navy);
}
@media (min-width: 1024px) {
    
    .CorporateHomeHeroExtendedBlock .container .content .CorporateImageCardGrid .card-container .card .card-transition .card-info .card-description {
      grid-column: 1/span 6;
    }
  }
.CorporateImageCardGrid .card-container .card .card-transition .card-info .card-description{
  margin-top: 1rem;
  color: var(--color-tertiary-nearly-white);
    opacity: 0;
    height: 1px;
    transition: all 300ms ease-in-out;
}
.CorporateImageCardGrid .card-container .card .gradient {
    position: absolute;
    inset: 0px;
    display: inline-block;
    transition: all 300ms ease-in-out;
    opacity: 1;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 38, 58, 0) 64.5%, var(--primary-navy, rgba(0, 38, 58, 0.8)) 81.5%), 50%/cover no-repeat;
  }
.CorporateImageCardGrid .card-container .card:hover .card-transition{
  background-color: var(--color-primary-navy);
}
.CorporateImageCardGrid .card-container .card:hover .card-transition .card-info {
    transform: translateY(0);
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.CorporateImageCardGrid .card-container .card:hover .card-transition .card-info .card-description {
    height: 60px;
    opacity: 0.9;
  }
.CorporateImageCardGrid .card-container .card:hover .card-image {
    transform: scale(1.2, 1.2);
  }
.CorporateImageCardGrid .card-container .card:hover .gradient {
    opacity: 0;
  }
.hymh .CorporateVerticalListingBlock {
    --icon-background-color: var(--color-primary-teal);
  }
.CorporateVerticalListingBlock {
    --icon-background-color: var(--color-secondary-gold);
  }
.CorporateVerticalListingBlock .fade-visible {
    opacity: 1;
  }
.CorporateVerticalListingBlock .fade-hidden {
    opacity: 0;
  }
.CorporateVerticalListingBlock .container{
  padding-top: 38px;
  padding-bottom: 63px;
}
.CorporateVerticalListingBlock .\!container{
  padding-top: 38px;
  padding-bottom: 63px;
}
@media (max-width: 768px) {
    .CorporateVerticalListingBlock .container{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
    .CorporateVerticalListingBlock .\!container{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  }
.CorporateVerticalListingBlock .content{
  display: flex;
  justify-content: space-between;
  gap: 0px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.CorporateVerticalListingBlock .content.show-top-divider{
  border-top-width: 1px;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.2;
}
@media (max-width: 768px) {
    .CorporateVerticalListingBlock .content.show-top-divider{
    border-top-width: 0px;
  }
    .CorporateVerticalListingBlock .content{
    flex-direction: column;
    row-gap: 1.5rem;
    border-top-width: 0px;
    padding-top: 0px;
    padding-bottom: 1.5rem;
  }
  }
.CorporateVerticalListingBlock .title-links{
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
    .CorporateVerticalListingBlock .title-links{
    width: 100%;
  }
  }
.CorporateVerticalListingBlock .title-links h3{
  color: var(--color-primary-navy);
  opacity: 0.9;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
    .CorporateVerticalListingBlock .title-links h3{
    border-bottom-width: 1px;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.2;
    padding-bottom: 1.5rem;
  }
  }
.CorporateVerticalListingBlock .title-links .links-wrapper .topic-link {
    font-weight: 400;
    transition-timing-function: ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-tertiary-barely-gray);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: var(--font-body-large);
    color: var(--color-secondary-medium-blue);
    text-decoration-line: none;
    opacity: 0.9;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 24px;
  }
@media (max-width: 768px) {
    .CorporateVerticalListingBlock .title-links .links-wrapper .topic-link{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  }
.CorporateVerticalListingBlock .title-links .links-wrapper .topic-link:hover{
  color: var(--color-primary-navy);
}
.CorporateVerticalListingBlock .title-links .links-wrapper .topic-link .icon {
    transition-timing-function: ease-in-out;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 20px;
    padding: 0.5rem;
    opacity: 1;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-color: var(--icon-background-color);
  }
.CorporateVerticalListingBlock .title-links .links-wrapper .topic-link .icon svg{
  height: 100%;
  width: 100%;
}
.CorporateVerticalListingBlock .title-links .links-wrapper .topic-link .icon svg path{
  fill: #000;
}
.CorporateVerticalListingBlock .title-links .links-wrapper > li:first-child .topic-link{
  border-top-width: 1px;
  border-top-color: var(--color-tertiary-barely-gray);
}
.CorporateVerticalListingBlock .topic-details-wrapper {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .CorporateVerticalListingBlock .topic-details-wrapper {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .CorporateVerticalListingBlock .topic-details-wrapper {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.CorporateVerticalListingBlock .topic-details-wrapper {
    display: grid;
    gap: var(--grid-gap, 1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
@media (min-width: 768px) {
    .CorporateVerticalListingBlock .topic-details-wrapper {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .CorporateVerticalListingBlock .topic-details-wrapper {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
.CorporateVerticalListingBlock .topic-details-wrapper{
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  padding-left: 2rem;
}
@media (max-width: 768px) {
    .CorporateVerticalListingBlock .topic-details-wrapper{
    padding-left: 0px;
  }
  }
.CorporateVerticalListingBlock .topic-details-wrapper .topic-details {
    opacity: 1;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
    grid-column-start: 1;
    grid-row-start: 1;
    max-width: 548px;
  }
.CorporateVerticalListingBlock .topic-details-wrapper .topic-details > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.CorporateVerticalListingBlock .topic-details-wrapper .topic-details{
  opacity: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
    .CorporateVerticalListingBlock .topic-details-wrapper .topic-details{
    max-width: 100%;
  }
  }
.CorporateVerticalListingBlock .topic-details-wrapper .topic-details .img-wrapper{
  max-height: 309px;
  max-width: 548px;
  overflow: hidden;
}
@media (max-width: 768px) {
    .CorporateVerticalListingBlock .topic-details-wrapper .topic-details .img-wrapper{
    max-height: 100%;
    max-width: 100%;
  }
  }
.CorporateVerticalListingBlock .topic-details-wrapper .topic-details .img-wrapper img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CorporateVerticalListingBlock .topic-details-wrapper .topic-details .description {
    display: block;
    width: 100%;
  }
section.CorporateBannerBlock .container.CorporateVerticalListingBlock .topic-details-wrapper .topic-details .description p {
    justify-content: start;
  }
section.CorporateBannerBlock .container.CorporateVerticalListingBlock .topic-details-wrapper .topic-details .description p .content-container {
    align-items: flex-start;
  }
section.CorporateBannerBlock .container.CorporateVerticalListingBlock .topic-details-wrapper .topic-details .description p .content-container .cta-wrapper {
    justify-content: flex-start;
  }
@media (max-width: 768px) {
    section.CorporateBannerBlock .container.CorporateVerticalListingBlock .topic-details-wrapper .topic-details .description p {
      text-align: center;
    }
  }
.CorporateVerticalListingBlock .topic-details-wrapper .topic-details .description p{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.9;
    font-size: 24px;
}
.CorporateSearchResultsPage {
    --text-eyebrow: var(--color-primary-soft-navy);
    --header-color: white;
    --text-title: var(--color-primary-navy);
    --text-emphasis: var(--color-secondary-medium-blue);
    --text-description: var(--color-primary-soft-navy);
    --text-primary: var(--color-primary-navy);
    --bg-surface: var(--color-tertiary-nearly-white);
    --ring-focus: var(--color-primary-navy);
    --border-color: var(--color-tertiary-barely-gray);
    --button-bg: var(--color-tertiary-barely-gray);
    --breadcrumb-text-color: var(--color-primary-navy);
    width: 100%;
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
  }
@media (max-width: 768px) {
    .CorporateSearchResultsPage {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateSearchResultsPage .header {
    background-color: var(--color-primary-navy);
  }
.CorporateSearchResultsPage .header .container {
    padding-block: 105px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
.CorporateSearchResultsPage .header .\!container {
    padding-block: 105px 32px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
@media (min-width: 768px) {
    .CorporateSearchResultsPage .header .container {
      padding-top: 136px 64px;
    }
    .CorporateSearchResultsPage .header .\!container {
      padding-top: 136px 64px !important;
    }
  }
.CorporateSearchResultsPage .header ul.breadcrumbs {
    color: var(--header-color);
    display: block;
    white-space: normal;
  }
.CorporateSearchResultsPage .header .SearchBar {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-block: 1rem;
    border-bottom: 1px solid var(--text-emphasis);
    max-width: 1100px;
  }
.CorporateSearchResultsPage .header .SearchBar-input {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 48px;
    line-height: 110%;
    font-weight: 300;
    font-variation-settings: "opsz" 48, "wght" 300;
    text-transform: uppercase;
    flex: 1;
    color: var(--header-color);
    background: transparent;
    border: none;
    outline: none;
  }
@media (max-width: 768px) {
    .CorporateSearchResultsPage .header .SearchBar-input {
      font-size: 32px;
      line-height: 110%;
      font-variation-settings: "opsz" 32, "wght" 300;
      text-transform: uppercase;
    }
  }
.CorporateSearchResultsPage .header .SearchBar-input::-moz-placeholder {
    opacity: 0.5;
  }
.CorporateSearchResultsPage .header .SearchBar-input::placeholder {
    opacity: 0.5;
  }
.CorporateSearchResultsPage .header .SearchBar input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }
.CorporateSearchResultsPage .header .SearchBar-toggle {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
  }
.CorporateSearchResultsPage .header .SearchBar-toggle .search-icon {
    position: absolute;
    width: 22.5px;
    height: 22.5px;
    color: var(--header-color);
  }
.CorporateSearchResultsPage .header .SearchBar-toggle .search-icon.hidden {
    display: none !important;
  }
.CorporateSearchResultsPage .totals {
    display: none;
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 140%;
    font-variation-settings: "opsz" 28, "wght" 300;
    --weight-light:600;
    font-weight: 600;
    padding-block: 37px;
    color: var(--text-primary);
  }
@media (max-width: 768px) {
    .CorporateSearchResultsPage .totals {
      font-size: 24px;
      line-height: 140%;
      font-variation-settings: "opsz" 24, "wght" 300;
    }
  }
@media (min-width: 768px) {
    .CorporateSearchResultsPage .totals {
      display: block;
    }
  }
.CorporateSearchResultsPage .listing {
    background-color: var(--color-primary-white);
    padding-block: 48px;
  }
.CorporateSearchResultsPage .listing .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
.CorporateSearchResultsPage .listing .\!container {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
  }
.CorporateSearchResultsPage .listing .result {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 1.5rem;
  }
.CorporateSearchResultsPage .listing .result .title {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    font-variation-settings: "opsz" 28, "wght" 600;
    color: var(--text-emphasis);
    text-transform: initial;
  }
@media (max-width: 768px) {
    .CorporateSearchResultsPage .listing .result .title {
      font-size: 24px;
      line-height: 110%;
      font-variation-settings: "opsz" 24, "wght" 600;
    }
  }
.CorporateSearchResultsPage .listing .result .SearchResult-link {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--text-emphasis);
    opacity: 0.9;
    text-decoration: underline;
  }
@media (max-width: 768px) {
    .CorporateSearchResultsPage .listing .result .SearchResult-link {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateSearchResultsPage .listing .result .description {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    color: var(--text-description);
    opacity: 0.9;
  }
@media (max-width: 768px) {
    .CorporateSearchResultsPage .listing .result .description {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateSearchResultsPage .controls {
    margin-block: 2px 40px;
  }
@media (min-width: 768px) {
    .CorporateSearchResultsPage .controls {
      margin-block: 56px 36px;
    }
  }
.CorporateSearchResultsPage .controls .pagination-bar {
    display: flex;
    justify-content: space-between;
  }
.CorporateSearchResultsPage .controls .pagination-bar .pagination {
    display: flex;
    align-items: center;
    gap: 19px;
  }
.CorporateSearchResultsPage .controls .pagination-bar .pagination .pagination-button {
    padding: 0.75rem;
    background-color: var(--button-bg);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.CorporateSearchResultsPage .controls .pagination-bar .pagination .pagination-button svg {
    width: 20px;
    height: 20px;
    color: var(--text-primary);
    transform: rotate(0deg);
  }
.CorporateSearchResultsPage .controls .pagination-bar .pagination .pagination-button.disabled {
    opacity: 0.25;
    pointer-events: none;
  }
.CorporateSearchResultsPage .controls .pagination-bar .pagination .pagination-button .rotate-180 {
    transform: rotate(180deg);
  }
.CorporateSearchResultsPage .controls .pagination-bar .pagination .pagination-status {
    color: var(--text-primary);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    line-height: normal;
  }
@media (max-width: 768px) {
    .CorporateSearchResultsPage .controls .pagination-bar .pagination .pagination-status {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateSearchResultsPage .controls .pagination-bar .view-selector {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
.CorporateSearchResultsPage .controls .pagination-bar .view-selector .view-label {
    color: var(--text-primary);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    line-height: normal;
  }
@media (max-width: 768px) {
    .CorporateSearchResultsPage .controls .pagination-bar .view-selector .view-label {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateSearchResultsPage .controls .pagination-bar .view-selector .pagesize-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 11px 2.25rem 11px 0.75rem;
    background-color: var(--bg-surface);
    border-radius: 0.5rem;
    outline: 1px solid var(--border-color);
    outline-offset: -1px;
  }
.CorporateSearchResultsPage .controls .pagination-bar .view-selector .pagesize-wrapper svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--text-primary);
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
.CorporateSearchResultsPage .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
    line-height: normal;
    cursor: pointer;
    width: 100%;
    padding: 0;
    padding-right: 1.25rem;
  }
@media (max-width: 768px) {
    .CorporateSearchResultsPage .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
.CorporateSearchResultsPage .controls .pagination-bar .view-selector .pagesize-wrapper select.pagesize:focus {
    outline: none;
  }
.CorporateSearchResultsPage .data.hidden {
    display: none;
  }
@media (min-width: 768px) {
    body.glass.site-header--visible .CorporateTabFeatureBlock nav.header.is-sticky {
      transform: translateY(100px);
    }
  }
.CorporateTabFeatureBlock {
    --tabs-bg-color: rgba(var(--color-white-rgb), 0.8);
    --tabs-border-color: var(--color-border-10);
    --tabs-shadow-color: rgba(2, 2, 2, 0.05);
    --tabs-sticky-offset: 0px;
    --tabs-link-color: var(--color-secondary-medium-blue);
    --tabs-link-color-active: var(--color-primary-navy);
    --tabs-link-border-active: var(--color-secondary-gold);
    --tabs-font-family: var(--font-roboto-flex);
    --tabs-font-size: var(--font-xl);
    --tabs-font-weight: var(--weight-medium);
    --tabs-line-height: var(--leading-tight);
    --tabs-button-background: var(--color-secondary-gold);
    position: relative;
    overflow: visible;
    z-index: 20;
    padding-block: 10px;
  }
@media (min-width: 768px) {
    .CorporateTabFeatureBlock {
      padding-block: 72px 10px;
    }
  }
.CorporateTabFeatureBlock nav.header {
    position: sticky;
    top: var(--tabs-sticky-offset);
    z-index: 10;
    background-color: var(--tabs-bg-color);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
.CorporateTabFeatureBlock nav.header > .container {
    align-items: center;
    position: relative;
    overflow-x: hidden;
    padding-bottom: 2rem;
  }
.CorporateTabFeatureBlock nav.header > .\!container {
    align-items: center !important;
    position: relative !important;
    overflow-x: hidden !important;
    padding-bottom: 2rem !important;
  }
@media (min-width: 768px) {
    .CorporateTabFeatureBlock nav.header > .container {
      padding-bottom: 3.5rem;
    }
    .CorporateTabFeatureBlock nav.header > .\!container {
      padding-bottom: 3.5rem !important;
    }
  }
.CorporateTabFeatureBlock nav.header > .container .heading h4 {
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--tabs-link-color);
    max-width: 26ch; /* roughly 26 characters wide */
    white-space: normal;
    word-wrap: break-word;
    padding-bottom: 2rem;
  }
.CorporateTabFeatureBlock nav.header > .\!container .heading h4 {
    font-size: 34px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
    color: var(--tabs-link-color) !important;
    max-width: 26ch !important; /* roughly 26 characters wide */
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-bottom: 2rem !important;
  }
@media (min-width: 768px) {
    .CorporateTabFeatureBlock nav.header > .container .heading h4 {
      padding-bottom: 3.5rem;
    }
    .CorporateTabFeatureBlock nav.header > .\!container .heading h4 {
      padding-bottom: 3.5rem !important;
    }
  }
.CorporateTabFeatureBlock nav.header > .container .items {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
    flex-grow: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.CorporateTabFeatureBlock nav.header > .\!container .items {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    white-space: nowrap !important;
    flex-grow: 1 !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
.CorporateTabFeatureBlock nav.header > .container .items::-webkit-scrollbar {
    display: none;
  }
.CorporateTabFeatureBlock nav.header > .\!container .items::-webkit-scrollbar {
    display: none !important;
  }
.CorporateTabFeatureBlock nav.header > .container .items a {
    flex: 0 0 auto;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease, border-color 0.2s ease;
    color: var(--tabs-link-color);
    font-size: var(--tabs-font-size);
    font-weight: var(--tabs-font-weight);
    line-height: var(--tabs-line-height);
    font-family: var(--tabs-font-family);
    text-transform: uppercase;
  }
.CorporateTabFeatureBlock nav.header > .\!container .items a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s ease, border-color 0.2s ease !important;
    color: var(--tabs-link-color) !important;
    font-size: var(--tabs-font-size) !important;
    font-weight: var(--tabs-font-weight) !important;
    line-height: var(--tabs-line-height) !important;
    font-family: var(--tabs-font-family) !important;
    text-transform: uppercase !important;
  }
.CorporateTabFeatureBlock nav.header > .container .items a:hover, .CorporateTabFeatureBlock nav.header > .container .items a:focus {
    color: var(--tabs-link-color-active);
  }
.CorporateTabFeatureBlock nav.header > .\!container .items a:hover, .CorporateTabFeatureBlock nav.header > .\!container .items a:focus {
    color: var(--tabs-link-color-active) !important;
  }
.CorporateTabFeatureBlock nav.header > .container .items a.active, .CorporateTabFeatureBlock nav.header > .container .items a.is-active {
    color: var(--tabs-link-color-active);
    border-bottom: 3px solid var(--tabs-link-border-active);
  }
.CorporateTabFeatureBlock nav.header > .\!container .items a.active, .CorporateTabFeatureBlock nav.header > .\!container .items a.is-active {
    color: var(--tabs-link-color-active) !important;
    border-bottom: 3px solid var(--tabs-link-border-active) !important;
  }
.CorporateTabFeatureBlock nav.header > .container .back,
  .CorporateTabFeatureBlock nav.header > .container .forward {
    display: none;
    position: absolute;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background-color: var(--tabs-button-background);
  }
.CorporateTabFeatureBlock nav.header > .\!container .back,
  .CorporateTabFeatureBlock nav.header > .\!container .forward {
    display: none !important;
    display: flex !important;
    display: none !important;
    position: absolute !important;
    width: 2rem !important;
    height: 2rem !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
    background-color: var(--tabs-button-background) !important;
  }
.CorporateTabFeatureBlock nav.header > .container .back::before,
  .CorporateTabFeatureBlock nav.header > .container .forward::before {
    content: none;
  }
.CorporateTabFeatureBlock nav.header > .\!container .back::before,
  .CorporateTabFeatureBlock nav.header > .\!container .forward::before {
    content: none !important;
  }
.CorporateTabFeatureBlock nav.header > .container .back svg, .CorporateTabFeatureBlock nav.header > .container .back > svg,
  .CorporateTabFeatureBlock nav.header > .container .forward svg,
  .CorporateTabFeatureBlock nav.header > .container .forward > svg {
    height: 1.25rem;
    width: 1.25rem;
    color: var(--tabs-link-color-active);
  }
.CorporateTabFeatureBlock nav.header > .\!container .back svg, .CorporateTabFeatureBlock nav.header > .\!container .back > svg,
  .CorporateTabFeatureBlock nav.header > .\!container .forward svg,
  .CorporateTabFeatureBlock nav.header > .\!container .forward > svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
    color: var(--tabs-link-color-active) !important;
  }
.CorporateTabFeatureBlock nav.header > .container .back:disabled, .CorporateTabFeatureBlock nav.header > .container .back[hidden],
  .CorporateTabFeatureBlock nav.header > .container .forward:disabled,
  .CorporateTabFeatureBlock nav.header > .container .forward[hidden] {
    display: none;
  }
.CorporateTabFeatureBlock nav.header > .\!container .back:disabled, .CorporateTabFeatureBlock nav.header > .\!container .back[hidden],
  .CorporateTabFeatureBlock nav.header > .\!container .forward:disabled,
  .CorporateTabFeatureBlock nav.header > .\!container .forward[hidden] {
    display: none !important;
  }
@media (max-width: 640px) {
    .CorporateTabFeatureBlock nav.header > .container .back,
    .CorporateTabFeatureBlock nav.header > .container .forward {
      display: none;
    }
    .CorporateTabFeatureBlock nav.header > .\!container .back,
    .CorporateTabFeatureBlock nav.header > .\!container .forward {
      display: none !important;
    }
  }
.CorporateTabFeatureBlock nav.header > .container .back {
    left: 0;
  }
.CorporateTabFeatureBlock nav.header > .\!container .back {
    left: 0 !important;
  }
.CorporateTabFeatureBlock nav.header > .container .back svg {
    transform: rotate(180deg);
  }
.CorporateTabFeatureBlock nav.header > .\!container .back svg {
    transform: rotate(180deg) !important;
  }
.CorporateTabFeatureBlock nav.header > .container .forward {
    right: 0;
  }
.CorporateTabFeatureBlock nav.header > .\!container .forward {
    right: 0 !important;
  }
.CorporateTabFeatureBlock .sticky-sentinel {
    height: 1px;
    width: 100%;
  }
.CorporateTabFeatureBlock .tab-panels {
    position: relative;
    padding-bottom: 100px;
  }
.CorporateTabFeatureBlock .tab-panels > * {
    position: absolute;
    inset: 0;
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: none;
  }
.CorporateTabFeatureBlock .tab-panels[data-tab="0"] > :nth-child(1), .CorporateTabFeatureBlock .tab-panels[data-tab="1"] > :nth-child(2), .CorporateTabFeatureBlock .tab-panels[data-tab="2"] > :nth-child(3), .CorporateTabFeatureBlock .tab-panels[data-tab="3"] > :nth-child(4), .CorporateTabFeatureBlock .tab-panels[data-tab="4"] > :nth-child(5), .CorporateTabFeatureBlock .tab-panels[data-tab="5"] > :nth-child(6), .CorporateTabFeatureBlock .tab-panels[data-tab="6"] > :nth-child(7), .CorporateTabFeatureBlock .tab-panels[data-tab="7"] > :nth-child(8), .CorporateTabFeatureBlock .tab-panels[data-tab="8"] > :nth-child(9), .CorporateTabFeatureBlock .tab-panels[data-tab="9"] > :nth-child(10) {
    position: relative;
    display: block;
    pointer-events: auto;
    visibility: visible;
  }
.CorporateTabFeatureBlock .tab-panels[data-tab="0"] > :nth-child(1).is-visible, .CorporateTabFeatureBlock .tab-panels[data-tab="1"] > :nth-child(2).is-visible, .CorporateTabFeatureBlock .tab-panels[data-tab="2"] > :nth-child(3).is-visible, .CorporateTabFeatureBlock .tab-panels[data-tab="3"] > :nth-child(4).is-visible, .CorporateTabFeatureBlock .tab-panels[data-tab="4"] > :nth-child(5).is-visible, .CorporateTabFeatureBlock .tab-panels[data-tab="5"] > :nth-child(6).is-visible, .CorporateTabFeatureBlock .tab-panels[data-tab="6"] > :nth-child(7).is-visible, .CorporateTabFeatureBlock .tab-panels[data-tab="7"] > :nth-child(8).is-visible, .CorporateTabFeatureBlock .tab-panels[data-tab="8"] > :nth-child(9).is-visible, .CorporateTabFeatureBlock .tab-panels[data-tab="9"] > :nth-child(10).is-visible {
    transition: opacity 0.8s ease;
    opacity: 1;
  }
.no-js .CorporateTabFeatureBlock [data-tab-panel]:not(:first-of-type) {
    display: none;
  }
.CorporateTabFeatureBlock .CorporateImageCardGrid {
    border-top: 0;
  }
.CorporateAccordionBlock{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.CorporateAccordionBlock .header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 2.5rem;
  }
.CorporateAccordionBlock .header .eyebrow {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 28px;
    line-height: 140%;
    font-weight: 300;
    font-variation-settings: "opsz" 28, "wght" 300;
    --weight-light:600;
    color: var(--text-emphasis);
    text-transform: initial;
  }
@media (max-width: 768px) {
    .CorporateAccordionBlock .header .eyebrow {
      font-size: 24px;
      line-height: 140%;
      font-variation-settings: "opsz" 24, "wght" 300;
    }
  }
.CorporateAccordionBlock .header h3 {
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 300;
    font-variation-settings: "opsz" 40, "wght" 300;
    text-transform: uppercase;
    line-height: normal;
  }
@media (max-width: 768px) {
    .CorporateAccordionBlock .header h3 {
      font-size: 27px;
      line-height: 100%;
      font-variation-settings: "opsz" 27, "wght" 300;
    }
  }
@media (min-width: 768px) {
    .CorporateAccordionBlock .header h3 {
      line-height: 2.25rem;
    }
  }
.CorporateAccordionBlock .header .description{
  width: 100%;
    color: var(--carousel-description-color);
    font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    font-variation-settings: "opsz" 18, "wght" 300;
}
@media (max-width: 768px) {
    .CorporateAccordionBlock .header .description {
      font-size: 16px;
      line-height: 145%;
      font-variation-settings: "opsz" 16, "wght" 300;
    }
  }
@media (min-width: 768px) {
    .CorporateAccordionBlock .header .description{
    width: 50%;
      line-height: 1.75rem;
  }
  }
.CorporateAccordionBlock .CorporateAccordionItemBlock .accordion-header{
  display: flex;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: var(--color-tertiary-barely-gray);
  padding-top: 2rem;
  padding-bottom: 2rem;
    justify-content: flex-end;
    gap: 8px;
    flex-direction: row-reverse;
}
.CorporateAccordionBlock .CorporateAccordionItemBlock .accordion-title{
  font-family: "Roboto Flex";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-primary-navy);
    text-transform: initial;
}
.CorporateAccordionBlock .CorporateAccordionItemBlock .accordion-toggle{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--color-tertiary-barely-gray);
  padding: 0.5rem;
}
.CorporateAccordionBlock .CorporateAccordionItemBlock .accordion-toggle .open,
  .CorporateAccordionBlock .CorporateAccordionItemBlock .accordion-toggle .close {
    display: none;
  }
.CorporateAccordionBlock .CorporateAccordionItemBlock .accordion-toggle .icon-plus,
  .CorporateAccordionBlock .CorporateAccordionItemBlock .accordion-toggle .icon-minus{
  height: 1.5rem;
  width: 1.5rem;
}
.CorporateAccordionBlock .CorporateAccordionItemBlock .accordion-content-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
.CorporateAccordionBlock .CorporateAccordionItemBlock[data-open=false] .accordion-toggle .open {
    display: inline-block;
  }
.CorporateAccordionBlock .CorporateAccordionItemBlock[data-open=false] .accordion-toggle .close {
    display: none;
  }
.CorporateAccordionBlock .CorporateAccordionItemBlock[data-open=true] .accordion-toggle .open {
    display: none;
  }
.CorporateAccordionBlock .CorporateAccordionItemBlock[data-open=true] .accordion-toggle .close {
    display: inline-block;
  }
.CorporateAccordionBlock .CorporateAccordionItemBlock .accordion-content{
  background-color: var(--color-tertiary-nearly-white);
  padding: 2rem;
}
.CorporateAccordionBlock .CorporateAccordionItemBlock .label{
  font-family: "Roboto Flex";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.625;
  color: var(--color-primary-soft-navy);
    margin-bottom: 15px;
}
.CorporateAccordionBlock .CorporateAccordionItemBlock .AccordionBlockItem{
  align-self: stretch;
  font-family: "Roboto Flex";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 16.8px;
  color: var(--color-secondary-medium-blue);
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[15px\]{
  bottom: 15px;
}
.left-0{
  left: 0px;
}
.left-\[2px\]{
  left: 2px;
}
.left-\[3px\]{
  left: 3px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-\[168px\]{
  top: 168px;
}
.top-\[16px\]{
  top: 16px;
}
.top-\[2px\]{
  top: 2px;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-5{
  grid-column-start: 5;
}
.row-start-1{
  grid-row-start: 1;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.float-none{
  float: none;
}
.m-0{
  margin: 0px;
}
.mx-\[-18px\]{
  margin-left: -18px;
  margin-right: -18px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[58px\]{
  margin-bottom: 58px;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[72px\]{
  margin-top: 72px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-\[186px\]{
  height: 186px;
}
.h-\[381px\]{
  height: 381px;
}
.h-\[472px\]{
  height: 472px;
}
.h-\[474px\]{
  height: 474px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[309px\]{
  max-height: 309px;
}
.max-h-\[363px\]{
  max-height: 363px;
}
.max-h-\[460px\]{
  max-height: 460px;
}
.max-h-\[722px\]{
  max-height: 722px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[188px\]{
  min-height: 188px;
}
.w-10{
  width: 2.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-6\/12{
  width: 50%;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[272px\]{
  width: 272px;
}
.w-\[302px\]{
  width: 302px;
}
.w-\[338px\]{
  width: 338px;
}
.w-\[354px\]{
  width: 354px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.\!max-w-none{
  max-width: none !important;
}
.max-w-\[548px\]{
  max-width: 548px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-5{
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none{
  transform: none;
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-x-\[128px\]{
  -moz-column-gap: 128px;
       column-gap: 128px;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[99px\]{
  border-radius: 99px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-none{
  border-style: none;
}
.border-secondary-gold{
  border-color: var(--color-secondary-gold);
}
.border-tertiary-barely-gray{
  border-color: var(--color-tertiary-barely-gray);
}
.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-b-tertiary-barely-gray{
  border-bottom-color: var(--color-tertiary-barely-gray);
}
.border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-t-tertiary-barely-gray{
  border-top-color: var(--color-tertiary-barely-gray);
}
.bg-secondary-gold{
  background-color: var(--color-secondary-gold);
}
.bg-tertiary-barely-gray{
  background-color: var(--color-tertiary-barely-gray);
}
.bg-tertiary-barely-teal{
  background-color: var(--color-tertiary-barely-teal);
}
.bg-tertiary-nearly-white{
  background-color: var(--color-tertiary-nearly-white);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[9px\]{
  padding-left: 9px;
  padding-right: 9px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[148px\]{
  padding-top: 148px;
  padding-bottom: 148px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[63px\]{
  padding-bottom: 63px;
}
.pl-0{
  padding-left: 0px;
}
.pl-16{
  padding-left: 4rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[231px\]{
  padding-top: 231px;
}
.pt-\[288px\]{
  padding-top: 288px;
}
.pt-\[38px\]{
  padding-top: 38px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-start{
  text-align: start;
}
.font-\[\'Roboto_Flex\'\]{
  font-family: 'Roboto Flex';
}
.font-roboto{
  font-family: "Roboto_Flex", "Roboto Flex", sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-body-large{
  font-size: var(--font-body-large);
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[110\%\]{
  line-height: 110%;
}
.leading-\[120\%\]{
  line-height: 120%;
}
.leading-\[140\%\]{
  line-height: 140%;
}
.leading-\[145\%\]{
  line-height: 145%;
}
.leading-\[150\%\]{
  line-height: 150%;
}
.leading-\[16\.8px\]{
  line-height: 16.8px;
}
.leading-\[90\%\]{
  line-height: 90%;
}
.leading-\[95\%\]{
  line-height: 95%;
}
.tracking-\[-0\.176px\]{
  letter-spacing: -0.176px;
}
.tracking-\[-0\.36\]{
  letter-spacing: -0.36;
}
.tracking-\[-0\.8px\]{
  letter-spacing: -0.8px;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-primary-navy{
  color: var(--color-primary-navy);
}
.text-primary-soft-navy{
  color: var(--color-primary-soft-navy);
}
.text-secondary-medium-blue{
  color: var(--color-secondary-medium-blue);
}
.text-tertiary-nearly-white{
  color: var(--color-tertiary-nearly-white);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accent-secondary-gold{
  accent-color: var(--color-secondary-gold);
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[10px\]{
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none{
  transition-property: none;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-75{
  transition-duration: 75ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.before\:block::before {
    content: var(--tw-content);
    display: block !important;
  }
@media (min-width: 768px){
  .md\:prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .md\:prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .md\:prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .md\:prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .md\:prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .md\:prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .md\:prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .md\:prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .md\:prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .md\:prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .md\:prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .md\:prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .md\:prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .md\:prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .md\:prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .md\:prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
  }
  .md\:prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .md\:prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .md\:prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
  }
  .md\:prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  .md\:prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .md\:prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .md\:prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: open-quote;
  }
  .md\:prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: close-quote;
  }
  .md\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .md\:prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
  }
  .md\:prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .md\:prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
  }
  .md\:prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .md\:prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .md\:prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .md\:prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .md\:prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .md\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .md\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: "`";
  }
  .md\:prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: "`";
  }
  .md\:prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .md\:prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .md\:prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
  }
  .md\:prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
  }
  .md\:prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .md\:prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .md\:prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .md\:prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .md\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .md\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: none;
  }
  .md\:prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: none;
  }
  .md\:prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .md\:prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .md\:prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .md\:prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .md\:prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 0;
  }
  .md\:prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: baseline;
  }
  .md\:prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .md\:prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: top;
  }
  .md\:prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    text-align: start;
  }
  .md\:prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .md\:prose{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
  }
  .md\:prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .md\:prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .md\:prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .md\:prose :where(.md\:prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .md\:prose :where(.md\:prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .md\:prose :where(.md\:prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .md\:prose :where(.md\:prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .md\:prose :where(.md\:prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .md\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .md\:prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .md\:prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .md\:prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .md\:prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .md\:prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .md\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .md\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .md\:prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose :where(.md\:prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .md\:prose :where(.md\:prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:hidden.video-play-overlay {
    display: none;
  }
  header .header-search .md\:hidden.search-icon-close {
    visibility: hidden;
  }
  header .header-search .md\:hidden.search-popout {
    opacity: 0;
    pointer-events: none;
  }
  .CorporateSearchResultsPage .header .SearchBar-toggle .md\:hidden.search-icon {
    display: none !important;
  }
  .CorporateSearchResultsPage .md\:hidden.data {
    display: none;
  }
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-\[-16px\]::before{
  content: var(--tw-content);
  left: -16px;
}
.before\:top-\[50\%\]::before{
  content: var(--tw-content);
  top: 50%;
}
.before\:block::before{
  content: var(--tw-content);
  display: block;
}
.before\:h-2::before{
  content: var(--tw-content);
  height: 0.5rem;
}
.before\:w-2::before{
  content: var(--tw-content);
  width: 0.5rem;
}
.before\:translate-y-\[-50\%\]::before{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.focus-visible\:outline:focus-visible{
  outline-style: solid;
}
.focus-visible\:outline-offset-0:focus-visible{
  outline-offset: 0px;
}
.focus-visible\:outline-secondary-gold:focus-visible{
  outline-color: var(--color-secondary-gold);
}
.prose-headings\:leading-\[100\%\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 100%;
}
.prose-p\:font-normal :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 400;
}
.prose-p\:leading-\[145\%\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 145%;
}
.prose-ol\:text-base\/\[145\%\] :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 145%;
}
.prose-ol\:font-normal :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 400;
}
.prose-ul\:text-base\/\[145\%\] :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 145%;
}
.prose-ul\:font-normal :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 400;
}
@media (min-width: 768px){
  .md\:hidden{
    display: none;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}