:root {
  --safe-area-inset-top: env(safe-area-inset-top, 0);
  --safe-area-inset-bottom: env(safe-area-inset-bottom, 0);
  --safe-area-inset-right: env(safe-area-inset-right, 0);
  --safe-area-inset-left: env(safe-area-inset-left, 0);
  --material-symbols--fill: 1;
  --material-symbols--weight: 450;
  --material-symbols--grade: 0;
  --material-sybmols--optical-size: 48;
  --ui-html-background-color: var(--ui-sys-color-surface);
  --ui-html-color: var(--ui-sys-color-on-background);
  --ui-html-height: 100%;
  --ui-html-width: 100%;
  --ui-body-color: var(--ui-sys-color-on-surface);
  --ui-body-background-color: var(--ui-sys-color-surface);
  --ui-body-font-size: var(--ui-sys-typescale-body-medium-font-size);
  --ui-body-font-family: var(--ui-sys-typescale-body-medium-font-family-name);
  --ui-body-line-height: var(--ui-sys-typescale-body-medium-line-height);
  --ui-body-font-weight: var(--ui-sys-typescale-body-medium-font-weight);
  --ui-body-height: 100%;
  --ui-body-width: 100%;
  --ui-body-margin: 0;
  --ui-body-padding: 0;
  --ui-body-overscroll-behavior: none;
  --ui-a-color: var(--ui-sys-color-on-surface-variant);
}

* {
  box-sizing: border-box;
}

html {
  height: var(--ui-html-height);
  width: var(--ui-html-width);
  background-color: hsl(var(--ui-html-background-color));
  -webkit-tap-highlight-color: transparent;
  color: hsl(var(--ui-html-color));
}

body {
  background-color: hsl(var(--ui-body-background-color));
  height: var(--ui-body-height);
  width: var(--ui-body-width);
  margin: var(--ui-body-margin);
  padding: var(--ui-body-padding);
  font-family: var(--ui-body-font-family);
  font-size: var(--ui-body-font-size);
  line-height: var(--ui-body-line-height);
  font-weight: var(--ui-body-font-weight);
  overscroll-behavior: var(--ui-body-overscroll-behavior);
  color: var(--ui-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-direction: column;
  display: flex;
}

body > * {
  flex: auto;
  min-height: 0;
}

h1 {
  color: hsl(var(--ui-sys-color-on-surface));
  font-size: var(--ui-sys-typescale-display-large-font-size);
  font-family: var(--ui-sys-typescale-display-large-font-family-name);
  line-height: var(--ui-sys-typescale-display-large-line-height);
  font-weight: var(--ui-sys-typescale-display-large-font-weight);
  margin-top: 0;
  margin-bottom: calc(var(--ui-sys-unit) * 28);
}

h2 {
  color: hsl(var(--ui-sys-color-on-surface));
  font-size: var(--ui-sys-typescale-display-medium-font-size);
  line-height: var(--ui-sys-typescale-display-medium-line-height);
  font-weight: var(--ui-sys-typescale-display-medium-font-weight);
  margin-top: 0;
  margin-bottom: calc(var(--ui-sys-unit) * 24);
}

h3 {
  color: hsl(var(--ui-sys-color-on-surface));
  font-size: var(--ui-sys-typescale-display-small-font-size);
  line-height: var(--ui-sys-typescale-display-small-line-height);
  font-weight: var(--ui-sys-typescale-display-small-font-weight);
  margin-top: 0;
  margin-bottom: calc(var(--ui-sys-unit) * 20);
}

h4 {
  color: hsl(var(--ui-sys-color-on-surface));
  font-size: var(--ui-sys-typescale-headline-large-font-size);
  line-height: var(--ui-sys-typescale-headline-large-line-height);
  font-weight: var(--ui-sys-typescale-headline-large-font-weight);
  margin-top: 0;
  margin-bottom: calc(var(--ui-sys-unit) * 16);
}

h5 {
  color: hsl(var(--ui-sys-color-on-surface));
  font-size: var(--ui-sys-typescale-headline-medium-font-size);
  line-height: var(--ui-sys-typescale-headline-medium-line-height);
  font-weight: var(--ui-sys-typescale-headline-medium-font-weight);
  margin-top: 0;
  margin-bottom: calc(var(--ui-sys-unit) * 16);
}

h6 {
  color: hsl(var(--ui-sys-color-on-surface));
  font-size: var(--ui-sys-typescale-headline-small-font-size);
  line-height: var(--ui-sys-typescale-headline-small-line-height);
  font-weight: var(--ui-sys-typescale-headline-small-font-weight);
  margin-top: 0;
  margin-bottom: calc(var(--ui-sys-unit) * 16);
}

label {
  font-size: var(--ui-sys-typescale-label-large-font-size);
}

p {
  font-size: var(--ui-sys-typescale-body-large-font-size);
  line-height: var(--ui-sys-typescale-body-large-line-height);
  font-weight: var(--ui-sys-typescale-body-large-font-weight);
}

a {
  color: var(--ui-a-color);
}

input:-webkit-autofill {
  -webkit-text-fill-color: hsl(var(--ui-sys-color-on-surface));
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff0;
}

input:-webkit-autofill:hover {
  -webkit-text-fill-color: hsl(var(--ui-sys-color-on-surface));
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff0;
}

input:-webkit-autofill:focus {
  -webkit-text-fill-color: hsl(var(--ui-sys-color-on-surface));
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff0;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" var(--material-symbols--fill), "wght" var(--material-symbols--weight), "GRAD" var(--material-symbols--grade), "opsz" var(--material-sybmols--optical-size);
}

:root {
  --ui-page-content-padding-left: calc(var(--ui-sys-unit) * 40);
  --ui-page-content-padding-right: calc(var(--ui-sys-unit) * 40);
  --ui-page-content-padding-top: calc(var(--ui-sys-unit) * 32);
  --ui-page-content-padding-bottom: calc(var(--ui-sys-unit) * 40);
  --ui-heading-h1-font-family: var(--ui-sys-typescale-font-family-alt);
  --ui-heading-h1-color: var(--ui-ref-palette-secondary);
  --ui-heading-h1-size: calc(var(--ui-sys-unit) * 76);
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  --stripe-scale: 2;
  --stripe-purple-color: 249, 60%;
  --stripe-purple-color-dark: 23%;
  --stripe-purple-color-light: 33%;
  --stripe-purple-width-dark: calc(var(--stripe-scale) * 10px);
  --stripe-purple-width-light: calc(var(--stripe-scale) * 5px);
  --stripe-yellow-color: 54, 100%;
  --stripe-yellow-color-dark: 48%;
  --stripe-yellow-color-light: 58%;
  --stripe-yellow-width-dark: calc(var(--stripe-scale) * 7px);
  --stripe-yellow-width-light: calc(var(--stripe-scale) * 4px);
  --stripe-green-color: 76, 66%;
  --stripe-green-color-dark: 51%;
  --stripe-green-color-light: 61%;
  --stripe-green-width-dark: calc(var(--stripe-scale) * 11px);
  --stripe-green-width-light: calc(var(--stripe-scale) * 6px);
  --stripe-blue-color: 186, 52%;
  --stripe-blue-color-dark: 64%;
  --stripe-blue-color-light: 74%;
  --stripe-blue-width-dark: calc(var(--stripe-scale) * 8px);
  --stripe-blue-width-light: calc(var(--stripe-scale) * 3px);
  --stripe-green-dark-offset: 0px;
  --stripe-green-light-offset: calc(var(--stripe-green-width-dark)  + var(--stripe-green-width-light));
  --stripe-blue-dark-offset: calc(var(--stripe-green-light-offset)  + var(--stripe-green-width-light)  + var(--stripe-blue-width-dark));
  --stripe-blue-light-offset: calc(var(--stripe-blue-dark-offset)  + var(--stripe-blue-width-dark)  + var(--stripe-blue-width-light));
  --stripe-yellow-dark-offset: calc(var(--stripe-blue-light-offset)  + var(--stripe-blue-width-light)  + var(--stripe-yellow-width-dark));
  --stripe-yellow-light-offset: calc(var(--stripe-yellow-dark-offset)  + var(--stripe-yellow-width-dark)  + var(--stripe-yellow-width-light));
  --stripe-purple-dark-offset: calc(var(--stripe-yellow-light-offset)  + var(--stripe-yellow-width-light)  + var(--stripe-purple-width-dark));
  --stripe-purple-light-offset: calc(var(--stripe-purple-dark-offset)  + var(--stripe-purple-width-dark)  + var(--stripe-purple-width-light));

  &:before {
    z-index: 0;
    width: 10000px;
    box-shadow: 0 0 0 var(--stripe-green-width-dark) hsl(var(--stripe-green-color), var(--stripe-green-color-dark)), 0 var(--stripe-green-light-offset) 0 var(--stripe-green-width-light) hsl(var(--stripe-green-color), var(--stripe-green-color-light)), 0 var(--stripe-blue-dark-offset) 0 var(--stripe-blue-width-dark) hsl(var(--stripe-blue-color), var(--stripe-blue-color-dark)), 0 var(--stripe-blue-light-offset) 0 var(--stripe-blue-width-light) hsl(var(--stripe-blue-color), var(--stripe-blue-color-light)), 0 var(--stripe-yellow-dark-offset) 0 var(--stripe-yellow-width-dark) hsl(var(--stripe-yellow-color), var(--stripe-yellow-color-dark)), 0 var(--stripe-yellow-light-offset) 0 var(--stripe-yellow-width-light) hsl(var(--stripe-yellow-color), var(--stripe-yellow-color-light)), 0 var(--stripe-purple-dark-offset) 0 var(--stripe-purple-width-dark) hsl(var(--stripe-purple-color), var(--stripe-purple-color-dark)), 0 var(--stripe-purple-light-offset) 0 var(--stripe-purple-width-light) hsl(var(--stripe-purple-color), var(--stripe-purple-color-light));
    transform-origin: 0;
    position: fixed;
    top: 550px;
    left: -180px;
    transform: rotate(-30deg);
  }
}

#root {
  width: 100%;
  height: 100%;
}

@media screen and (width <= 600px) {
  :root {
    --ui-page-content-padding-left: calc(var(--ui-sys-unit) * 8);
    --ui-page-content-padding-right: calc(var(--ui-sys-unit) * 8);
    --ui-page-content-padding-bottom: calc(var(--ui-sys-unit) * 8);
  }
}
/*# sourceMappingURL=digital-branch-website.56f87f4a.css.map */
