/* stylelint-disable property-no-unknown */
:root {
  --1px: 0.063rem;
  --2px: 0.125rem;
  --3px: 0.188rem;
  --4px: 0.25rem;
  --5px: 0.313rem;
  --6px: 0.375rem;
  --7px: 0.438rem;
  --8px: 0.5rem;
  --9px: 0.563rem;
  --10px: 0.625rem;
  --11px: 0.688rem;
  --12px: 0.75rem;
  --13px: 0.813rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --24px: 1.5rem;
  --26px: 1.625rem;
  --28px: 1.75rem;
  --30px: 1.875rem;
  --32px: 2rem;
  --34px: 2.125rem;
  --36px: 2.25rem;
  --38px: 2.375rem;
  --40px: 2.5rem;
  --42px: 2.625rem;
  --44px: 2.75rem;
  --46px: 2.875rem;
  --50px: 3.125rem;
  --52px: 3.25rem;
  --54px: 3.375rem;
  --56px: 3.5rem;
  --58px: 3.625rem;
  --60px: 3.75rem;
  --62px: 3.875rem;
  --64px: 4rem;
  --100px: 6.25rem;
  --200px: 12.5rem;
  --normal: 400;
  --semi-bold: 600;
  --bold: 700;
}
html,
body,
input,
textarea,
button {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
*,
input,
textarea,
*:before,
*:after {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  min-height: 100% !important;
  padding: 0;
}
html :focus-visible {
  outline-color: var(--gray500);
}
a {
  color: #017f98;
  fill: currentColor;
  overflow-wrap: break-word;
}
a:hover,
a:focus {
  color: #04677b;
}
a:focus {
  box-shadow: #017f98 0 1px 6px 2px;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.static-React-Styles-___global__fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.static-React-Styles-___global__text-center {
  text-align: center;
}
body,
.static-React-Styles-___global__react-root {
  height: 100%;
}
[lang^='vi'] *,
[lang^='zh'] *,
[lang^='ko'] * {
  font-family: 'Arial' !important;
}
[lang^='vi'] * strong,
[lang^='zh'] * strong,
[lang^='ko'] * strong {
  font-weight: bold !important;
}
h1 {
  color: #415261;
  font-size: 1.85em;
  letter-spacing: -1px;
  line-height: 1.3em;
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.5em;
  }
}
h2 {
  color: #415261;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.375em;
  margin: 0;
}
h3 {
  color: #415261;
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.4545em;
  margin: 0;
}
p {
  font-size: 1.125em;
  line-height: 1.556em;
}
button {
  cursor: pointer;
}
.static-React-Styles-___global__visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.static-React-Styles-___global__visually-hidden:active,
.static-React-Styles-___global__visually-hidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
[tabindex='-1'] {
  outline: none;
}
.static-React-Styles-___global__text-navy {
  color: #415261;
}
.static-React-Styles-___global__text-gray-dk {
  color: #3c4955;
}
.static-React-Styles-___global__text-gray {
  color: #677581;
}
.static-React-Styles-___global__text-red {
  color: #cc493e;
}
.static-React-Styles-___global__text-small {
  font-size: 0.875em;
  line-height: 1.7143em;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden:active, .visually-hidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
.button-link {
  background: none;
  border: none;
  display: inline;
  text-decoration: underline;
  color: var(--ocean300);
  margin: 0;
  padding: 0;
}
.link-as-button {
  background: var(--gray400);
  border: 1px solid transparent;
  border-radius: 2em;
  color: black;
  font-weight: 500;
  letter-spacing: 0.0625em;
  margin-bottom: 0;
  outline: 1px solid transparent;
  padding: 1.14285em 2.285em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.link-as-button:hover {
  color: black;
  text-decoration: none;
}
.link-as-button.primary {
  background: var(--ocean500);
  transition: 0.2s ease background;
}
.link-as-button.primary:hover {
  background: var(--ocean400);
}
.static-React-HVJS-HVUI-Button-___Button-module__card {
  box-shadow: 0 0 24px 0 rgba(139, 150, 160, 0.4);
  border-radius: 6px;
  background: white;
  padding: 24px;
}
.static-React-HVJS-HVUI-Button-___Button-module__bar {
  height: 3em;
  background-color: var(--gray200);
  display: flex;
  justify-content: space-between;
}
.static-React-HVJS-HVUI-Button-___Button-module__bar a:focus {
  box-shadow: none;
}
.static-React-HVJS-HVUI-Button-___Button-module__link-button,
.static-React-HVJS-HVUI-Button-___Button-module__link-button__uppercase {
  text-decoration: underline;
  background: transparent;
  padding: 0;
  border: none;
  font-weight: var(--normal);
  cursor: pointer;
  color: var(--ocean300);
}
.static-React-HVJS-HVUI-Button-___Button-module__link-button__uppercase {
  text-transform: uppercase;
}
.static-React-HVJS-HVUI-Button-___Button-module__link-button:hover,
.static-React-HVJS-HVUI-Button-___Button-module__link-button__uppercase:hover {
  color: var(--ocean200);
}
.static-React-HVJS-HVUI-Button-___Button-module__link-button:focus-visible,
.static-React-HVJS-HVUI-Button-___Button-module__link-button__uppercase:focus-visible {
  outline: 2px auto var(--gray500);
}
:root {
  --ocean000: #182a37;
  --ocean100: #0c4756;
  --ocean200: #04677b;
  --ocean300: #017f98;
  --ocean400: #36afcc;
  --ocean500: #5dc9e3;
  --ocean600: #90dff3;
  --ocean700: #cff3fe;
  --ocean800: #eff9fc;
  --ocean900: #fbfdfe;
  --gray000: #2d3842;
  --gray100: #3c4955;
  --gray200: #415261;
  --gray300: #677581;
  --gray400: #8d98aa;
  --gray500: #aeb9cb;
  --gray600: #c8d0e0;
  --gray700: #e0e4eb;
  --gray800: #ebeff5;
  --gray900: #f5f7fa;
  --green000: #044f22;
  --green100: #196d3a;
  --green200: #2a844e;
  --green300: #65c089;
  --green400: #a3e1bc;
  --green500: #effff5;
  --yellow000: #fbcf32;
  --yellow100: #fcd754;
  --yellow200: #fddf76;
  --yellow300: #fde797;
  --yellow400: #feefb9;
  --yellow500: #fff7db;
  --red000: #912116;
  --red100: #ba3125;
  --red200: #cc493e;
  --red300: #ff8c85;
  --red400: #ffcccf;
  --red500: #ffebed;
  --orange000: #fe9d00;
  --orange100: #fdb137;
  --orange200: #ffc76c;
  --orange300: #ffd591;
  --orange400: #ffe3b6;
  --orange500: #fff4e1;
  --purple000: #6e01a5;
  --purple100: #8a03cd;
  --purple200: #aa00ff;
  --purple300: #e87cfe;
  --purple400: #f3baff;
  --purple500: #fcedff;
  --black: #000000;
  --white: #ffffff;
  --aiBlue: #3579f6;
  --aiWhite: #eee;
  --aiGray: #444;
  --aiPlum: #5151a0;
  --aiViolet: #800080;
  --new-focus-shadow: 0 1px 6px 4px #36afcc;
}
.static-React-HVJS-HVUI-Button-___Button-module__button,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean-dk,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-navy,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-blue,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-red,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-yellow,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-green,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk {
  background: #8d98aa;
  border: 1px solid transparent;
  border-radius: 2em;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.0625em;
  margin-bottom: 0;
  outline: 1px solid transparent;
  padding: 1.14285em 2.285em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s ease all;
}
.static-React-HVJS-HVUI-Button-___Button-module__button:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean-dk:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-navy:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-blue:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-red:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-yellow:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-green:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk:hover {
  background: #a4adbb;
  color: #ffffff;
}
.static-React-HVJS-HVUI-Button-___Button-module__button:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean-dk:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-navy:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-blue:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-red:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-yellow:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-green:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk:focus {
  box-shadow: var(--new-focus-shadow);
  outline: 3px solid transparent;
}
.static-React-HVJS-HVUI-Button-___Button-module__button[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-primary[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean-dk[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-navy[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-blue[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-red[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-yellow[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-green[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk[aria-disabled='true'] {
  background: #e0e4eb;
  color: #415261;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.static-React-HVJS-HVUI-Button-___Button-module__button[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean-dk[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean-dk[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-navy[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-navy[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-blue[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-blue[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-red[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-red[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-yellow[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-yellow[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-green[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-green[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy[aria-disabled='true']:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk[aria-disabled='true']:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk[aria-disabled='true']:focus {
  background: #e0e4eb;
  color: #415261;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean {
  background: #5dc9e3;
  color: #000000;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean:focus {
  background: #36afcc;
  color: #000000;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean-dk {
  background: #017f98;
  color: #ffffff;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean-dk:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-ocean-dk:focus {
  background: #04677b;
  color: #ffffff;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-navy {
  background: #415261;
  color: #ffffff;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-navy:hover {
  background: #677581;
  color: #ffffff;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-blue {
  background: var(--aiBlue);
  color: var(--white);
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-blue:hover {
  background: var(--aiBlue);
  color: var(--white);
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-red {
  background: #cc493e;
  color: #ffffff;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-red:hover {
  background: #ff8c85;
  color: #ffffff;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-yellow {
  background: #fbcf32;
  color: #000000;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-yellow:hover {
  background: #fde797;
  color: #000000;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-green {
  background: #65c089;
  color: #ffffff;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-primary-green:hover {
  background: #a3e1bc;
  color: #000000;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy {
  background: white;
  border: 2px solid #415261;
  color: #415261;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary:focus,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy:focus {
  background: #f5f7fa;
  color: #000000;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary[aria-disabled='true'],
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-navy[aria-disabled='true'] {
  border: 2px solid transparent;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk {
  background: white;
  border: 2px solid #017f98;
  color: #017f98;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk:hover,
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk:focus {
  background: #f5f7fa;
  color: #017f98;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-secondary-ocean-dk[aria-disabled='true'] {
  border: 2px solid transparent;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-narrow {
  padding: 0.571425rem 1.1425rem;
}
.static-React-HVJS-HVUI-Button-___Button-module__button-with-icon {
  display: flex;
  align-items: center;
  gap: var(--8px);
}

.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta {
  border-radius: 2em;
  background-color: #8d98aa;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.0625em;
  margin-bottom: 0;
  outline: 1px solid transparent;
  width: max-content;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding: 1.14285em 2.285em;
  text-underline-offset: 0.25rem;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta:focus {
  box-shadow: var(--new-focus-shadow);
  outline: 3px solid transparent;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta .static-React-HVJS-HVUI-CallToAction-___CallToAction-module__text {
  align-self: center;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta .static-React-HVJS-HVUI-CallToAction-___CallToAction-module__icon {
  display: flex;
  align-self: center;
  padding: 0 2px 0 4px;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-primary-ocean {
  background-color: #5dc9e3;
  color: #000000;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-primary-ocean:hover,
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-primary-ocean:focus {
  background-color: #88d7eb;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: #000000;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-primary-navy {
  background-color: #04677b;
  color: #ffffff;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-primary-navy:hover,
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-primary-navy:focus {
  background-color: #0690ac;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-primary-yellow {
  background-color: #fbcf32;
  color: #000000;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-primary-yellow:hover,
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-primary-yellow:focus {
  background-color: #fcdb64;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: #000000;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-ocean,
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-navy,
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-yellow {
  background-color: #fff;
  color: #000000;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-ocean {
  border: 2px solid #5dc9e3;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-ocean:hover,
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-ocean:focus {
  background-color: #ffffff;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: #000000;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-navy {
  border: 2px solid #04677b;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-navy:hover,
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-navy:focus {
  background-color: #b4f0fd;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: #000000;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-yellow {
  border: 2px solid #fbcf32;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-yellow:hover,
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-secondary-yellow:focus {
  background-color: #ffffff;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: #000000;
}
.static-React-HVJS-HVUI-CallToAction-___CallToAction-module__cta-narrow {
  padding: 0.571425rem 1.1425rem;
}

.static-React-HVJS-HVUI-Alert-___Alert-module__alert {
  flex: 1;
  text-align: left;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .static-React-HVJS-HVUI-Alert-___Alert-module__alert {
    width: auto !important;
  }
}
.static-React-HVJS-HVUI-Alert-___Alert-module__alert,
.static-React-HVJS-HVUI-Alert-___Alert-module__alert-slim {
  margin-bottom: 1rem;
}
.static-React-HVJS-HVUI-Alert-___Alert-module__alert-slim {
  padding: 1rem;
}


/*# sourceMappingURL=335.9cb39d2640c59fde96af.css.map*/