@font-face {
  font-family: Ppagrandir;
  src: url('../fonts/PPAgrandir-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppagrandir;
  src: url('../fonts/PPAgrandir-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppagrandir;
  src: url('../fonts/PPAgrandir-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --font-family--body: Ppagrandir, Impact, sans-serif;
  --medium: 2rem;
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--blue: #1e1f9f;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --base-color-brand--yellow: #ffd12e;
  --base-color-brand--dark: #143353;
  --link-color--link-primary: var(--base-color-brand--blue);
  --xsmall: .5rem;
  --small: 1rem;
  --xxsmall: .25rem;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --tiny: .125rem;
  --font-family--title: Ppagrandir, Impact, sans-serif;
  --large: 3rem;
  --xlarge: 4rem;
  --xxlarge: 5rem;
  --huge: 6rem;
  --xhuge: 8rem;
  --xxhuge: 12rem;
  --white: white;
  --black: black;
  --base-color-brand--red: #db123b;
  --base-color-brand--off-white: #d8d8d8;
  --base-color-brand--transparent: transparent;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --background-color--background-success: var(--base-color-system--success-green);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
}

body {
  font-family: var(--font-family--body);
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-1x1-medium {
  width: var(--medium);
  height: var(--medium);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_input {
  border: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: var(--text-color--text-secondary);
}

.page-wrapper {
  width: 100svw;
  height: 100svh;
  overflow: hidden;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.main-wrapper {
  height: 90vh;
}

.button {
  background-color: var(--base-color-brand--blue);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-primary {
  border: 1px solid var(--base-color-brand--blue);
  background-color: var(--base-color-brand--blue);
  padding: 1rem 2rem;
  transition: all .3s;
}

.button.is-primary:hover {
  border: 1px solid var(--base-color-brand--blue);
  background-color: var(--base-color-brand--yellow);
  color: var(--base-color-brand--dark);
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu {
  color: var(--link-color--link-primary);
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.jargon-phrase {
  color: var(--base-color-brand--blue);
  font-size: var(--medium);
  text-align: center;
  align-self: center;
  font-weight: 700;
}

.section.padding-section-medium {
  padding-top: 4rem;
}

.footer {
  justify-content: center;
  align-items: center;
  height: 10vh;
  font-size: .85rem;
  display: flex;
}

.copy-jargon {
  padding: var(--xsmall) var(--small);
  grid-column-gap: var(--xsmall);
  grid-row-gap: var(--xsmall);
  border-radius: var(--xxsmall);
  background-color: var(--base-color-neutral--neutral-lighter);
  flex-flow: row;
  align-self: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.diplay-grid {
  grid-column-gap: var(--small);
  grid-row-gap: var(--small);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header {
  grid-column-gap: var(--small);
  grid-row-gap: var(--small);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.span {
  color: var(--base-color-neutral--neutral-light);
  font-family: Ppagrandir, Impact, sans-serif;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav_button {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#w-node-_2bcb5bfd-d2c8-0c81-2089-699cd4990cff-bd43840d {
  place-self: start center;
}

#copy-jargon.w-node-_0001f1d4-1d92-56e1-ee9f-e605de887f1b-bd43840d {
  place-self: center;
}


@font-face {
  font-family: 'Ppagrandir';
  src: url('../fonts/PPAgrandir-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppagrandir';
  src: url('../fonts/PPAgrandir-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppagrandir';
  src: url('../fonts/PPAgrandir-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}