/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*,*::before,*::after{box-sizing:border-box}html,body{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 20px)}:root{--font-family: "Noto Sans", sans-serif;--font-family-display: "Noto Sans Display", sans-serif;--font-family-condensed: "Noto Sans Condensed", sans-serif;--font-family-cabinet: "Cabinet Grotesk", sans-serif;--font-family-fraunces: "Fraunces Soft", sans-serif;--font-family-inter: "Inter", sans-serif;--font-weight-default: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-display: 500;--line-height: 1.5;--heading-line-height: 1.2;--heading-letter-spacing: -0.3px;--h1-spacing: 0.1851851852em;--h2-spacing: 0.225em;--h3-spacing: 0.3125em;--h4-spacing: 0.4em;--h5-spacing: 0.1818181818em;--h6-spacing: 0.2222222222em;--typography-spacing: 1.875em;--button-spacing: 0.5em;--wrap-width: 75rem;--wrap-width-narrow: 45rem;--color-black: #000;--color-white: #fff;--color-deep-blue: #2c4383;--color-deep-blue-dark: #17295b;--color-navy: #142346;--color-ocean-blue: #328ecf;--color-ocean-blue-dark: #1a6da7;--color-blue: #38a6d7;--color-blue-light: #a9dff7;--color-red: #c6002b;--color-red-dark: #a00023;--color-pale-blue: #eef2fc;--color-green: #07a785;--color-yellow: #edcf55;--color-gray-900: #515154;--color-gray-800: #6e6f73;--color-gray-700: #838488;--color-gray-600: #9c9ca0;--color-gray-500: #b5b5b5;--color-gray-400: #cbcbcb;--color-gray-300: #d6d6d6;--color-gray-200: #e6e6e6;--color-gray-100: #f1f1f1;--grid-section-gutter: 3.125rem;--grid-row-gutter: 1.25rem;--grid-col-gutter: 1.25rem;--wp-admin-bar-height: 0px;--header-banner-height: 0px;--navbar-height: 70px;--header-height: calc(var(--navbar-height) + var(--header-banner-height));--header-banner-height: 0px;--geolocation-switcher-height: 0px;--search-bar-height: 60px;--ease-in-out-quart: cubic-bezier(0.87, 0, 0.13, 1);--ease-in-out-quad: cubic-bezier(0.42, 0, 0.58, 1);--transition-time: 0.3s;--transition-easing: var(--ease-in-out-quad);--border-radius-images: 8px;--border-radius-default: 5px;--border-radius-small: 3px;--box-shadow-default: 0 15px 20px 0 rgba(0, 0, 0, 0.2);--box-shadow-small: 0 0 12px 0 rgba(0, 0, 0, 0.15);--box-shadow-navigation-button: 0 0 7px 0 rgba(0, 0, 0, 0.1);--scale-size: 1.02;--forms-border-radius: 3px;--buttons-font-size: 13px}@media screen and (min-width: 400px){:root{--grid-row-gutter: calc(2.08333vw + 6.66667px);--grid-col-gutter: calc(2.08333vw + 6.66667px)}}@media screen and (min-width: 768px){:root{--grid-section-gutter: calc(3.33333vw + 12px)}}@media screen and (min-width: 1280px){:root{--grid-row-gutter: 1.875rem;--grid-col-gutter: 1.875rem}}@media screen and (min-width: 1600px){:root{--grid-section-gutter: 3.75rem}}@media screen and (min-width: 1024px){:root{--box-shadow-default: 0 20px 25px 0 rgba(0, 0, 0, 0.2)}}@media screen and (min-width: 1280px){:root{--header-height: calc(85px + var(--header-banner-height))}}.section:not(.section--seamless)+.section:not(.section--no-border)::before{margin:var(--grid-section-gutter) calc(-50vw + 50%);content:"";width:100vw;display:block;height:0;border-top:1px solid var(--color-gray-200);max-width:100vw}.section{margin-top:var(--grid-section-gutter);margin-bottom:var(--grid-section-gutter)}.section:first-child{margin-top:0}.section:last-child{margin-bottom:0}.section--seamless::before,.section--seamless-with-padding::before{display:none !important}.section--seamless+.section--seamless,.main>.section--seamless:first-child,.section--seamless+.section--seamless-with-padding,.main>.section--seamless-with-padding:first-child,.section--seamless-with-padding+.section--seamless,.section--seamless-with-padding+.section--seamless-with-padding{margin-top:calc(var(--grid-section-gutter)*-1)}.main>.section--seamless:last-child,.main>.section--seamless-with-padding:last-child{margin-bottom:calc(var(--grid-section-gutter)*-1)}+.block-library-block__reusable-block-container:has(>.section--seamless,>.section--seamless-with-padding){margin-top:calc(var(--grid-section-gutter)*-1)}.main>.section--narrow{max-width:var(--wrap-width-narrow)}.section--has-background{background-color:var(--color-pale-blue)}.section--seamless-with-padding{padding-top:var(--grid-section-gutter);padding-bottom:var(--grid-section-gutter)}.main>*{max-width:var(--wrap-width);margin-left:auto;margin-right:auto}.main .full-width,.main .alignfull,.alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw}.main .narrow-wrap,.main--narrow>*,.section--narrow{max-width:var(--wrap-width-narrow);margin-left:auto;margin-right:auto}.wp-block-button__link,.btn{border-radius:var(--forms-border-radius);padding:14px 24px;border:1px solid rgba(0,0,0,0);line-height:1.0881;cursor:pointer;color:var(--color-white) !important;background-color:var(--color-deep-blue);display:inline-block;letter-spacing:.75px;text-align:center;text-transform:uppercase;font-weight:var(--font-weight-bold);font-size:12px;transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}@media(min-width: 400px){.wp-block-button__link,.btn{font-size:calc(0.0833333333vw + 11.6666666667px)}}@media(min-width: 1600px){.wp-block-button__link,.btn{font-size:13px}}.wp-block-button__link:disabled,.btn:disabled{background-color:var(--color-white);color:var(--color-deep-blue) !important}.wp-block-button__link:disabled:hover,.btn:disabled:hover{background-color:var(--color-gray-200)}.wp-block-button__link:hover,.btn:hover{background-color:var(--color-deep-blue-dark)}.btn--outline{color:var(--color-deep-blue) !important;border:1px solid rgba(44,67,131,.5);background-color:var(--color-white)}.btn--outline:hover{border-color:var(--color-deep-blue-dark);background-color:var(--color-white)}.btn--outline:disabled{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.5);color:var(--color-white) !important}.btn--outline:disabled:hover{border:1px solid #fff;background-color:rgba(0,0,0,.2)}.wp-block-button.is-style-red-solid .wp-block-button__link,.btn--red{background-color:var(--color-red);color:var(--color-white) !important}.wp-block-button.is-style-red-solid .wp-block-button__link:hover,.btn--red:hover{background-color:var(--color-red-dark)}.wp-block-button.is-style-red-outline .wp-block-button__link,.btn--red-outline{color:var(--color-red) !important;border:1px solid rgba(198,0,43,.5);background-color:var(--color-white)}.wp-block-button.is-style-red-outline .wp-block-button__link:hover,.btn--red-outline:hover{border-color:var(--color-red);background-color:var(--color-white)}.btn--deep-blue{background-color:var(--color-deep-blue);color:var(--color-white) !important}.btn--deep-blue:hover{background-color:var(--color-deep-blue-dark)}.btn--deep-blue-outline{color:var(--color-deep-blue) !important;border:1px solid rgba(44,67,131,.5);background-color:var(--color-white)}.btn--deep-blue-outline:hover{border-color:var(--color-deep-blue);background-color:var(--color-white)}.wp-block-button.is-style-solid .wp-block-button__link,.btn--ocean-blue{background-color:var(--color-ocean-blue);color:var(--color-white) !important}.wp-block-button.is-style-solid .wp-block-button__link:hover,.btn--ocean-blue:hover{background-color:var(--color-ocean-blue-dark)}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button__link,.btn--ocean-blue-outline{color:var(--color-ocean-blue) !important;border:1px solid rgba(50,142,207,.5);background-color:var(--color-white)}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button__link:hover,.btn--ocean-blue-outline:hover{border-color:var(--color-ocean-blue);background-color:var(--color-white)}.btn--white{background-color:var(--color-white);color:var(--color-white) !important}.btn--white:hover{background-color:var(--color-white-dark)}.btn--white-outline{color:var(--color-white) !important;border:1px solid hsla(0,0%,100%,.5);background-color:var(--color-white)}.btn--white-outline:hover{border-color:var(--color-white);background-color:var(--color-white)}.display-text,.is-style-display,h1,.is-style-h1,.h1,h2,.is-style-h2,.h2,h3,.is-style-h3,.h3,blockquote p,h4,.is-style-h4,.h4,.body-text-introduction,.is-style-introduction,h5,.is-style-h5,.h5,h6,.is-style-h6,.h6{margin-top:0;letter-spacing:var(--heading-letter-spacing);line-height:var(--heading-line-height);font-weight:var(--font-weight-display);font-family:var(--font-family-fraunces);font-variant-numeric:oldstyle-nums}.display-text,.is-style-display,h1,.is-style-h1,.h1{margin-bottom:var(--h1-spacing);font-size:28px}@media(min-width: 400px){.display-text,.is-style-display,h1,.is-style-h1,.h1{font-size:calc(2.3333333333vw + 18.6666666667px)}}@media(min-width: 1600px){.display-text,.is-style-display,h1,.is-style-h1,.h1{font-size:56px}}h2,.is-style-h2,.h2{margin-bottom:var(--h2-spacing);font-size:24px}@media(min-width: 400px){h2,.is-style-h2,.h2{font-size:calc(1.3333333333vw + 18.6666666667px)}}@media(min-width: 1600px){h2,.is-style-h2,.h2{font-size:40px}}h3,.is-style-h3,.h3{margin-bottom:var(--h3-spacing);font-size:22px}@media(min-width: 400px){h3,.is-style-h3,.h3{font-size:calc(0.6666666667vw + 19.3333333333px)}}@media(min-width: 1600px){h3,.is-style-h3,.h3{font-size:30px}}blockquote p,h4,.is-style-h4,.h4,.body-text-introduction,.is-style-introduction{margin-bottom:var(--h4-spacing);font-size:20px}@media(min-width: 400px){blockquote p,h4,.is-style-h4,.h4,.body-text-introduction,.is-style-introduction{font-size:calc(0.3333333333vw + 18.6666666667px)}}@media(min-width: 1600px){blockquote p,h4,.is-style-h4,.h4,.body-text-introduction,.is-style-introduction{font-size:24px}}h5,.is-style-h5,.h5{margin-bottom:var(--h5-spacing);font-size:18px}@media(min-width: 400px){h5,.is-style-h5,.h5{font-size:calc(0.1666666667vw + 17.3333333333px)}}@media(min-width: 1600px){h5,.is-style-h5,.h5{font-size:20px}}h6,.is-style-h6,.h6{margin-bottom:var(--h6-spacing);font-size:17px}@media(min-width: 400px){h6,.is-style-h6,.h6{font-size:calc(0.0833333333vw + 16.6666666667px)}}@media(min-width: 1600px){h6,.is-style-h6,.h6{font-size:18px}}.display-text:last-child,.is-style-display:last-child,h1:last-child,.is-style-h1:last-child,.h1:last-child{margin-bottom:0}h2:last-child,.is-style-h2:last-child,.h2:last-child{margin-bottom:0}h3:last-child,.is-style-h3:last-child,.h3:last-child{margin-bottom:0}blockquote p:last-child,h4:last-child,.is-style-h4:last-child,.h4:last-child,.body-text-introduction:last-child,.is-style-introduction:last-child{margin-bottom:0}h5:last-child,.is-style-h5:last-child,.h5:last-child{margin-bottom:0}h6:last-child,.is-style-h6:last-child,.h6:last-child{margin-bottom:0}.wp-block-embed,.wp-block-buttons,.typography-spacing{margin-bottom:var(--typography-spacing)}.wp-block-embed:last-child,.wp-block-buttons:last-child,.typography-spacing:last-child{margin-bottom:0}.body-text-large,.is-style-large{font-size:17px}@media(min-width: 400px){.body-text-large,.is-style-large{font-size:calc(0.3333333333vw + 15.6666666667px)}}@media(min-width: 1600px){.body-text-large,.is-style-large{font-size:21px}}.form-field label:not([class]),.body-text-ui{line-height:1.1;letter-spacing:.75px;text-transform:uppercase;font-weight:var(--font-weight-bold);font-size:12px}@media(min-width: 400px){.form-field label:not([class]),.body-text-ui{font-size:calc(0.0833333333vw + 11.6666666667px)}}@media(min-width: 1600px){.form-field label:not([class]),.body-text-ui{font-size:13px}}.body-text-ui-small{line-height:1.1;letter-spacing:.75px;text-transform:uppercase;font-weight:var(--font-weight-bold);font-size:11px}@media(min-width: 400px){.body-text-ui-small{font-size:calc(0.0833333333vw + 10.6666666667px)}}@media(min-width: 1600px){.body-text-ui-small{font-size:12px}}.body-text-small,blockquote cite{font-size:14px}@media(min-width: 400px){.body-text-small,blockquote cite{font-size:calc(0.0833333333vw + 13.6666666667px)}}@media(min-width: 1600px){.body-text-small,blockquote cite{font-size:15px}}.body-text-x-small,figcaption{font-size:12px}@media(min-width: 400px){.body-text-x-small,figcaption{font-size:calc(0.0833333333vw + 11.6666666667px)}}@media(min-width: 1600px){.body-text-x-small,figcaption{font-size:13px}}.body-text-tiny{line-height:1.5;font-size:11px}@media(min-width: 400px){.body-text-tiny{font-size:calc(0.1666666667vw + 10.3333333333px)}}@media(min-width: 1600px){.body-text-tiny{font-size:13px}}.drop-cap::first-letter,.single-post .main>p:first-of-type::first-letter{font-weight:700;text-transform:uppercase;font-style:normal;font-family:var(--font-family-inter);line-height:1;font-size:24px}@media(min-width: 400px){.drop-cap::first-letter,.single-post .main>p:first-of-type::first-letter{font-size:calc(1.3333333333vw + 18.6666666667px)}}@media(min-width: 1600px){.drop-cap::first-letter,.single-post .main>p:first-of-type::first-letter{font-size:40px}}.body-text-introduction,.is-style-introduction{margin-bottom:.76em}body{color:var(--color-gray-900);font-family:var(--font-family-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:var(--line-height);font-weight:var(--font-weight-default);overflow-x:hidden;font-size:15px}@media(min-width: 400px){body{font-size:calc(0.0833333333vw + 14.6666666667px)}}@media(min-width: 1600px){body{font-size:16px}}img{display:block;max-width:100%;height:auto}a{color:var(--color-ocean-blue);text-decoration:none;transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}a:hover{color:var(--color-ocean-blue-dark)}p,ul,ol,figure,blockquote{margin-top:0;margin-bottom:var(--typography-spacing)}p:last-child,ul:last-child,ol:last-child,figure:last-child,blockquote:last-child{margin-bottom:0}figure{margin-left:0;margin-right:0}figcaption{margin-top:.8em;font-style:italic;text-align:center}ul{padding-left:1em}ul ::marker{color:var(--color-gray-400);font-size:14px}@media(min-width: 400px){ul ::marker{font-size:calc(0.0833333333vw + 13.6666666667px)}}@media(min-width: 1600px){ul ::marker{font-size:15px}}ol{padding-left:1em}hr{height:1px;border:none;background-color:var(--color-gray-200)}strong{font-weight:var(--font-weight-bold)}blockquote{border-left:3px solid var(--color-gray-200);padding:.6em 0 .6em 1em}blockquote cite{font-style:normal}p>iframe{width:100%;height:auto;aspect-ratio:16/9;display:block}p>img{width:100%;border-radius:var(--border-radius-images);height:auto;margin-top:var(--typography-spacing);margin-bottom:var(--typography-spacing)}p>img:first-child{margin-top:0}p>img:last-child{margin-bottom:0}.display-text,.is-style-display{font-size:30px}@media(min-width: 400px){.display-text,.is-style-display{font-size:calc(3.3333333333vw + 16.6666666667px)}}@media(min-width: 1600px){.display-text,.is-style-display{font-size:70px}}body.prevent-scroll{overflow:hidden}body.admin-bar{--wp-admin-bar-height: 46px}@media screen and (min-width: 783px){body.admin-bar{--wp-admin-bar-height: 32px}}.main{margin-top:var(--grid-section-gutter);margin-bottom:var(--grid-section-gutter);padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.main:has(.breadcrumbs){margin-top:0}.wrap{width:100%;max-width:calc(var(--wrap-width) + var(--grid-col-gutter)*2);margin-left:auto;margin-right:auto;padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.grid{display:grid;grid-template-rows:auto;grid-gap:var(--grid-col-gutter);grid-template-columns:repeat(1, 1fr);grid-row-gap:var(--grid-row-gutter)}@media screen and (min-width: 576px){.grid--cols-2,.grid--cols-3,.grid--cols-4,.grid--cols-5{grid-template-columns:repeat(2, 1fr);grid-row-gap:var(--grid-row-gutter)}}@media screen and (min-width: 768px){.grid--cols-5{grid-template-columns:repeat(5, 1fr);grid-row-gap:var(--grid-row-gutter)}}@media screen and (min-width: 1024px){.grid--cols-3{grid-template-columns:repeat(3, 1fr);grid-row-gap:var(--grid-row-gutter)}.grid--cols-4{grid-template-columns:repeat(4, 1fr);grid-row-gap:var(--grid-row-gutter)}}.row{display:flex;gap:var(--grid-row-gutter)}.row:not(:has(>div[class*=col-])){display:block}.row .col-md-2{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-2 .col-md-2{border:0 !important;width:16.6666666667%;flex-basis:16.6666666667%}}.row .col-md-3{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-3 .col-md-3{border:0 !important;width:25%;flex-basis:25%}}.row .col-md-4{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-4 .col-md-4{border:0 !important;width:33.3333333333%;flex-basis:33.3333333333%}}.row .col-md-5{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-5 .col-md-5{border:0 !important;width:41.6666666667%;flex-basis:41.6666666667%}}.row .col-md-6{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-6 .col-md-6{border:0 !important;width:50%;flex-basis:50%}}.row .col-md-7{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-7 .col-md-7{border:0 !important;width:58.3333333333%;flex-basis:58.3333333333%}}.row .col-md-8{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-8 .col-md-8{border:0 !important;width:66.6666666667%;flex-basis:66.6666666667%}}.row .col-md-9{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-9 .col-md-9{border:0 !important;width:75%;flex-basis:75%}}button,input{outline:0;box-shadow:none;-webkit-appearance:none;appearance:none}input[type=search]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cpath fill='%239C9CA0' fill-rule='evenodd' d='M14.86 6.03a4.689 4.689 0 0 1-5.37 5.37C7.516 11.1 5.9 9.485 5.6 7.51a4.689 4.689 0 0 1 5.37-5.37c1.975.3 3.59 1.915 3.89 3.89ZM.97 16.848a.521.521 0 0 0 .736 0l4.59-4.582a6.752 6.752 0 0 0 5.091 1.176c2.898-.484 5.206-2.903 5.562-5.82a6.774 6.774 0 0 0-7.57-7.57c-2.916.356-5.336 2.664-5.82 5.562a6.752 6.752 0 0 0 1.176 5.091l-4.582 4.59a.521.521 0 0 0 0 .736'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right 10px;background-size:15px;padding-right:20px}input[type=search]:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cpath fill='%23515154' fill-rule='evenodd' d='M14.86 6.03a4.689 4.689 0 0 1-5.37 5.37C7.516 11.1 5.9 9.485 5.6 7.51a4.689 4.689 0 0 1 5.37-5.37c1.975.3 3.59 1.915 3.89 3.89ZM.97 16.848a.521.521 0 0 0 .736 0l4.59-4.582a6.752 6.752 0 0 0 5.091 1.176c2.898-.484 5.206-2.903 5.562-5.82a6.774 6.774 0 0 0-7.57-7.57c-2.916.356-5.336 2.664-5.82 5.562a6.752 6.752 0 0 0 1.176 5.091l-4.582 4.59a.521.521 0 0 0 0 .736'/%3E%3C/svg%3E")}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=text],input[type=email],input[type=search],input[type=tel],input[type=number],input[type=password],select,textarea{background-color:var(--color-white);font-family:var(--font-family-inter);font-weight:var(--font-weight-default);font-size:16px;color:var(--color-gray-900);line-height:1.5;border-radius:var(--forms-border-radius);padding:9px 10px;outline:none;border:1px solid var(--color-gray-500);width:100%;transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--color-gray-900);opacity:1 !important}input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:var(--color-gray-900);opacity:1 !important}input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:var(--color-gray-900);opacity:1 !important}input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--color-gray-900);opacity:1 !important}input[type=text]:disabled,input[type=email]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=number]:disabled,input[type=password]:disabled,select:disabled,textarea:disabled{background-color:#f5f5f5;border-color:#d7dbdb;color:var(--color-gray-500)}input[type=text]:focus,input[type=email]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=password]:focus,select:focus,textarea:focus{border-color:var(--color-gray-900)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%239C9CA0' fill-rule='evenodd' d='M.157 1.237A.554.554 0 0 1 .16.462l.29-.299A.526.526 0 0 1 1.2.162l3.801 3.913L8.803.162a.516.516 0 0 1 .752.001l.29.3a.565.565 0 0 1 .002.774l-4.468 4.6-.075.065a.515.515 0 0 1-.679-.065l-4.468-4.6Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right 10px;padding-right:30px;background-size:12px;opacity:1;text-overflow:ellipsis}@media screen and (min-width: 768px){select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23515154' fill-rule='evenodd' d='M.157 1.237A.554.554 0 0 1 .16.462l.29-.299A.526.526 0 0 1 1.2.162l3.801 3.913L8.803.162a.516.516 0 0 1 .752.001l.29.3a.565.565 0 0 1 .002.774l-4.468 4.6-.075.065a.515.515 0 0 1-.679-.065l-4.468-4.6Z'/%3E%3C/svg%3E")}}select:disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23B5B5B5' fill-rule='evenodd' d='M.157 1.237A.554.554 0 0 1 .16.462l.29-.299A.526.526 0 0 1 1.2.162l3.801 3.913L8.803.162a.516.516 0 0 1 .752.001l.29.3a.565.565 0 0 1 .002.774l-4.468 4.6-.075.065a.515.515 0 0 1-.679-.065l-4.468-4.6Z'/%3E%3C/svg%3E")}select[multiple]{background-image:none}select option:disabled{color:var(--color-gray-400)}.form-field{margin-bottom:15px}@media screen and (min-width: 576px){.form-field{margin-bottom:var(--typography-spacing)}}.form-field:last-child{margin-bottom:0}.form-field .multi-select__inner{border-color:var(--color-gray-500)}.form-field .multi-select .is-open .multi-select__inner{border-color:var(--color-gray-900)}.form-field label{display:block;margin-bottom:8px}.form-field.valid{--border-color: var(--color-green);--input-background-image: url(../svg/check-4.svg);--message-background-image: url(../svg/check-circle-4.svg)}.form-field.error{--border-color: var(--color-red);--input-background-image: url(../svg/cross-4.svg);--message-background-image: url(../svg/cross-circle-4.svg)}.form-field.valid input,.form-field.error input{border:1px solid var(--border-color);background-image:url(../svg/check-4.svg);background-repeat:no-repeat;background-position:center right 10px;background-size:10px 8px;padding-right:20px}.form-field.valid .form-field__success,.form-field.valid .form-field__error,.form-field.error .form-field__success,.form-field.error .form-field__error{color:var(--color-green);display:flex;font-size:13px;margin-top:5px}.form-field.valid .form-field__success::before,.form-field.valid .form-field__error::before,.form-field.error .form-field__success::before,.form-field.error .form-field__error::before{content:"";background-image:url(../svg/check-circle-4.svg);background-repeat:no-repeat;background-size:15px;display:inline-block;min-height:15px;min-width:15px;margin-right:5px;margin-top:3px}.form-field.valid.error input,.form-field.error.error input{background-image:url(../svg/cross-4.svg)}.form-field.valid .form-field__error,.form-field.error .form-field__error{color:var(--color-red)}.form-field.valid .form-field__error::before,.form-field.error .form-field__error::before{background-image:url(../svg/cross-circle-4.svg)}.form-field.valid .multi-select__inner,.form-field.valid .multi-select .is-open .multi-select__inner,.form-field.error .multi-select__inner,.form-field.error .multi-select .is-open .multi-select__inner{border-color:var(--border-color)}.form-field label.checkbox,.form-field label.radio,.form-field label.toggle{margin:0;display:flex;justify-content:flex-start}.form-field label.toggle input{height:0;width:0;visibility:hidden}.form-field .is-open .choices__list--dropdown,.form-field .is-open .choices__list[aria-expanded]{border-color:var(--color-gray-900);border-radius:3px}.form-row{display:flex;flex-flow:row wrap;margin-bottom:15px}@media screen and (min-width: 576px){.form-row{margin-bottom:0}}.form-row .form-field{flex:0 0 100%}@media screen and (min-width: 576px){.form-row .form-field{flex:1;min-width:0}}@media screen and (min-width: 576px){.form-row .form-field+.form-field{margin-left:16px}}.checkbox input{appearance:none;margin-right:10px;background-color:var(--color-white);background-image:none;background-position:center 6px;background-repeat:no-repeat;border:1px solid var(--color-gray-500);border-radius:3px;width:20px;min-width:20px;height:20px;margin-top:3px;transition-property:all;transition-duration:.2s;transition-timing-function:linear}.checkbox input:disabled{background-color:rgba(91,106,106,.25);border-color:var(--color-gray-900);opacity:.25}.checkbox input:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M4.242 6.665a.999.999 0 0 1-1.413 0L.748 4.544a1 1 0 0 1 1.414-1.415l1.373 1.415L7.864.294a.999.999 0 1 1 1.414 1.413L4.242 6.665Z'/%3E%3C/svg%3E");background-color:var(--color-gray-900);border-color:var(--color-gray-900)}.checkbox input:checked:disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath fill='%63515154' fill-opacity='.99' fill-rule='evenodd' d='M4.242 6.665a.999.999 0 0 1-1.413 0L.748 4.544a1 1 0 0 1 1.414-1.415l1.373 1.415L7.864.294a.999.999 0 1 1 1.414 1.413L4.242 6.665Z'/%3E%3C/svg%3E");background-color:rgba(91,106,106,.25);border-color:var(--color-gray-900)}.radio input{appearance:none;margin-right:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Crect width='19' height='19' x='80.5' y='62.5' fill='none' stroke='%23515154' rx='9.5' transform='translate(-80 -62)'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;border:0;width:20px;min-width:20px;height:20px;margin-top:3px;transition-property:all;transition-duration:.2s;transition-timing-function:var(--transition-easing)}.radio input:disabled{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eradio-form-disabled%3C/title%3E%3Cg id='UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.25' opacity='0.248930432'%3E%3Cg transform='translate(-883.000000, -282.000000)' fill='%23515154' id='Radio-Buttons' stroke='%23515154'%3E%3Cg transform='translate(803.000000, 101.000000)'%3E%3Cg id='Rectangle' transform='translate(80.000000, 181.000000)'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");cursor:not-allowed}.radio input:disabled+.disabled-text{color:var(--color-gray-500)}.radio input:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='20' height='20' fill='%23515154' rx='10'/%3E%3Ccircle cx='10' cy='10' r='3' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E%0A")}.radio input:checked:disabled{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eradio-disabled%3C/title%3E%3Cg id='UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-883.000000, -342.000000)' fill='%23515154' id='Radio-Buttons'%3E%3Cg transform='translate(803.000000, 101.000000)'%3E%3Cg id='Group' transform='translate(80.000000, 241.000000)'%3E%3Cg fill-opacity='0.25' id='Rectangle' opacity='0.248930432' stroke='%23515154'%3E%3Cg%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Ccircle id='Oval' fill-opacity='0.4' cx='10' cy='10' r='3'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.toggle{position:relative;display:flex !important}.toggle__slider{position:relative;cursor:pointer;background-color:var(--color-gray-500);transition:.4s;border-radius:10px;width:40px;min-width:40px;height:20px;display:inline-block;margin-right:10px;margin-top:3px}.toggle__slider::before{position:absolute;content:"";height:18px;width:18px;left:1px;bottom:1px;background-color:var(--color-white);transition:.4s;border-radius:50%}input:checked+.toggle__slider{background-color:var(--color-gray-900)}input:checked+.toggle__slider::before{transform:translateX(20px)}input:disabled+.toggle__slider{cursor:not-allowed;background-color:var(--color-gray-500)}.grecaptcha-badge{visibility:hidden}.has-black-background-color{background-color:#000}.has-color-black{color:#000}.has-white-background-color{background-color:#fff}.has-color-white{color:#fff}.has-deep-blue-background-color{background-color:#2c4383}.has-color-deep-blue{color:#2c4383}.has-deep-blue-dark-background-color{background-color:#17295b}.has-color-deep-blue-dark{color:#17295b}.has-navy-background-color{background-color:#142346}.has-color-navy{color:#142346}.has-ocean-blue-background-color{background-color:#328ecf}.has-color-ocean-blue{color:#328ecf}.has-ocean-blue-dark-background-color{background-color:#1a6da7}.has-color-ocean-blue-dark{color:#1a6da7}.has-blue-background-color{background-color:#38a6d7}.has-color-blue{color:#38a6d7}.has-blue-light-background-color{background-color:#a9dff7}.has-color-blue-light{color:#a9dff7}.has-red-background-color{background-color:#c6002b}.has-color-red{color:#c6002b}.has-red-dark-background-color{background-color:#a00023}.has-color-red-dark{color:#a00023}.has-pale-blue-background-color{background-color:#eef2fc}.has-color-pale-blue{color:#eef2fc}.has-green-background-color{background-color:#07a785}.has-color-green{color:#07a785}.has-yellow-background-color{background-color:#edcf55}.has-color-yellow{color:#edcf55}.has-gray-900-background-color{background-color:#515154}.has-color-gray-900{color:#515154}.has-gray-800-background-color{background-color:#6e6f73}.has-color-gray-800{color:#6e6f73}.has-gray-700-background-color{background-color:#838488}.has-color-gray-700{color:#838488}.has-gray-600-background-color{background-color:#9c9ca0}.has-color-gray-600{color:#9c9ca0}.has-gray-500-background-color{background-color:#b5b5b5}.has-color-gray-500{color:#b5b5b5}.has-gray-400-background-color{background-color:#cbcbcb}.has-color-gray-400{color:#cbcbcb}.has-gray-300-background-color{background-color:#d6d6d6}.has-color-gray-300{color:#d6d6d6}.has-gray-200-background-color{background-color:#e6e6e6}.has-color-gray-200{color:#e6e6e6}.has-gray-100-background-color{background-color:#f1f1f1}.has-color-gray-100{color:#f1f1f1}.wp-block-button.is-style-solid .wp-block-button__link{border:1px solid var(--color-ocean-blue)}.wp-block-button.is-style-red-solid .wp-block-button__link{border:1px solid var(--color-red)}.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--button-spacing))}.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--button-spacing))}.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--button-spacing))}.wp-block-button.wp-block-button__width-100{width:100%}.wp-block-buttons{display:flex;flex-wrap:wrap;gap:var(--button-spacing)}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft{text-align:left}.wp-block-buttons.alignright{text-align:right}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before{padding-top:200%}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.has-text-align-right{text-align:right}.alignfull{max-width:none}.wp-block-image{margin:var(--typography-spacing) auto}.wp-block-image:first-child{margin-top:0}.wp-block-image img{width:100%;border-radius:var(--border-radius-images);height:auto}.wp-block-image.alignfull img{border-radius:0;max-height:600px;object-fit:cover}.wp-block-columns{display:flex;box-sizing:border-box;flex-wrap:wrap;align-items:initial;margin-top:var(--grid-section-gutter);margin-bottom:var(--grid-section-gutter)}@media screen and (min-width: 768px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns .wp-block-column+.wp-block-column{margin-top:var(--grid-col-gutter)}@media screen and (min-width: 768px){.wp-block-columns .wp-block-column+.wp-block-column{margin-left:var(--grid-col-gutter);margin-top:0}}.wp-block-columns:first-child{margin-top:0}.wp-block-columns:last-child{margin-bottom:0}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}@media screen and (min-width: 768px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:1}}@media screen and (max-width: 767px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100% !important}}@media screen and (min-width: 768px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-top,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-bottom{width:100%}.wp-block-table{margin-top:var(--typography-spacing);margin-bottom:var(--typography-spacing);overflow-x:auto}.wp-block-table:first-child{margin-top:0}.wp-block-table:last-child{margin-bottom:0}.wp-block-table thead{border:0}.wp-block-table table{min-width:100%;border-collapse:collapse;width:100%}.wp-block-table table th,.wp-block-table table td{padding:1em}@media screen and (min-width: 768px){.wp-block-table table th,.wp-block-table table td{padding:1em 1.5em}}.wp-block-table table th:first-child,.wp-block-table table td:first-child{padding-left:1.5em}.wp-block-table table th:last-child,.wp-block-table table td:last-child{padding-left:1.5em}.wp-block-table table th{text-align:left}.wp-block-table:not(.is-style-stripes) td,.wp-block-table:not(.is-style-stripes) th{border:1px solid var(--color-gray-100)}.wp-block-table:not(.is-style-stripes) thead{border-bottom:1px solid var(--color-gray-100)}.wp-block-table:not(.is-style-stripes) tfoot{border-top:1px solid var(--color-gray-100)}.wp-block-table.is-style-stripes{border:0}.wp-block-table.is-style-stripes thead{background-color:var(--color-deep-blue);color:var(--color-white)}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:rgba(0,0,0,0)}.wp-block-table.is-style-stripes tbody tr:nth-child(even){background-color:var(--color-pale-blue)}.wp-block-table.is-style-stripes tfoot{border-bottom:1px solid var(--color-gray-100);border-top:0}@media screen and (min-width: 1280px){.wp-block-table{overflow-x:visible}}.are-vertically-aligned-center{align-items:center}.are-vertically-aligned-bottom{align-items:flex-end}.ss-block--display-flex{display:flex}.ss-block--justify-content-center{justify-content:center}.ss-block--justify-content-left{justify-content:start}.ss-block--justify-content-right{justify-content:flex-end}.ss-block--vertical-alignment-top{align-items:start}.ss-block--vertical-alignment-middle{align-items:center}.ss-block--vertical-alignment-bottom{align-items:flex-end}.ss-block--orientation-vertical{flex-direction:column}.ss-block--orientation-vertical.ss-block--justify-content-center{align-items:center}.ss-block--orientation-vertical.ss-block--justify-content-right{align-items:flex-end}.ss-block--orientation-vertical .wp-block-button:not(.has-custom-width){width:max-content}
