@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_🎨-colors---⬛️-background-colors--background-1: black;
  --_🎨-colors---🎨-brand-colors--brand-color-1: #cbbe9b;
  --_🎨-colors---🆎-text-colors--text-softest: #aaa;
  --_🎨-colors---⬛️-background-colors--background-2: #f1f1f1;
  --_🎨-colors---⬛️-background-colors--background-3: #e6e6e6;
  --_🎨-colors---⬛️-background-colors--background-alternate: #000;
  --_🎨-colors---⬛️-background-colors--background-1-dark: #000;
  --_🎨-colors---⬛️-background-colors--background-2-dark: #1a1a1a;
  --_🎨-colors---⬛️-background-colors--background-3-dark: #333;
  --_🎨-colors---⬛️-background-colors--background-dark-alternate: white;
  --_🎨-colors---🎨-brand-colors--brand-color-2: #ff00c8;
  --_🎨-colors---🎨-brand-colors--brand-color-3: white;
  --_🎨-colors---🆎-text-colors--text: #000;
  --_🎨-colors---🆎-text-colors--text-soft: #707070;
  --_🎨-colors---🆎-text-colors--text-dark: #fff;
  --_🎨-colors---🆎-text-colors--text-dark-soft: #aaa;
  --_🎨-colors---🆎-text-colors--text-dark-softest: #777;
  --_🎨-colors---🆎-text-colors--accent: #cbbe9b;
  --_🎨-colors---🆎-text-colors--accent-soft: #343aff;
  --_🎨-colors---🆎-text-colors--text-alternate: white;
  --_🎨-colors---🆎-text-colors--accent-dark: #cbbe9b;
  --_🎨-colors---🆎-text-colors--accent-dark-soft: #5b60ff;
  --_🎨-colors---🆎-text-colors--text-dark-alternate: #000;
  --_🎨-colors---🚦-system-colors--success-green: #007209;
  --_🎨-colors---🚦-system-colors--success-green-light: #c3ffc8;
  --_🎨-colors---🚦-system-colors--error-red: #5f0000;
  --_🎨-colors---🚦-system-colors--error-red-light: #ffd5d5;
  --_🎨-colors---🚦-system-colors--warning-yellow: #8a7700;
  --_🎨-colors---🚦-system-colors--warning-yellow-light: #ffffbd;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-1);
  color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
  font-family: Geist Mono, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
}

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

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

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
  text-decoration: none;
  -webkit-text-decoration-color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
  text-decoration-color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
  text-underline-position: under;
  transition: all .2s;
}

a:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}

ul, ol {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid var(--_🎨-colors---🆎-text-colors--text-softest);
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.25;
}

.styleguide-label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: inline-block;
}

.styleguide-body {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide-section-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 1rem 2.5rem 2rem;
  display: flex;
}

.styleguide-section-title {
  text-transform: uppercase;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.styleguide-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 66%, #0048ff, #00081b);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 260px;
  padding: 4rem 4rem 4rem 1rem;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.styleguide-color-swatch {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
}

.styleguide-color-swatch-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block {
  background-color: #d50000;
}

.no-padding {
  padding: 0;
}

.paragraph-large {
  font-size: 1.125rem;
}

.h1-heading {
  font-family: Instrument Serif, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.h2-heading {
  font-family: Instrument Serif, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
}

.h3-heading {
  font-family: Geist Mono, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.h4-heading {
  font-family: Geist Mono, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.preline {
  font-size: 1rem;
  line-height: 1.25;
}

.all-caps {
  text-transform: uppercase;
}

.preline-pill {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding: .25rem .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-centered {
  text-align: center;
}

.v-flex-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 40px;
  padding: 6rem 4.375rem;
  position: relative;
}

.section.background-2.no-padding {
  padding: 0;
}

.jumbo-heading {
  font-family: Instrument Serif, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.075;
}

.background-1 {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-1);
}

.background-2 {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
}

.background-3 {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-3);
}

.background-alternate {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-alternate);
}

.background-1-dark {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-1-dark);
}

.background-2-dark {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2-dark);
}

.background-3-dark {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-3-dark);
}

.background-dark-alternate {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-dark-alternate);
}

.brand-color-1 {
  background-color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
}

.brand-color-2 {
  background-color: var(--_🎨-colors---🎨-brand-colors--brand-color-2);
}

.brand-color-3 {
  background-color: var(--_🎨-colors---🎨-brand-colors--brand-color-3);
}

.paragraph-xl {
  font-size: 1.25rem;
}

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

.paragraph-xs {
  font-size: .75rem;
}

.opacity-75 {
  opacity: .75;
}

.opacity-66 {
  opacity: .66;
}

.opacity-50 {
  opacity: .5;
}

.opacity-33 {
  opacity: .33;
}

.opacity-25 {
  opacity: .25;
}

.opacity-10 {
  opacity: .1;
}

.opacity-5 {
  opacity: .05;
}

.h-flex-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-no-wrap {
  white-space: nowrap;
}

.label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.label-small {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25;
}

.label-large {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.styleguide-text-color-swatch-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-section-subtitle {
  padding-top: 2rem;
  font-family: Inconsolata, monospace;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.hidden {
  display: none;
}

.text-color-default {
  color: var(--_🎨-colors---🆎-text-colors--text);
}

.text-color-soft {
  color: var(--_🎨-colors---🆎-text-colors--text-soft);
}

.text-color-softest {
  color: var(--_🎨-colors---🆎-text-colors--text-softest);
}

.text-color-dark {
  color: var(--_🎨-colors---🆎-text-colors--text-dark);
}

.text-color-dark-soft {
  color: var(--_🎨-colors---🆎-text-colors--text-dark-soft);
}

.text-color-dark-softest {
  color: var(--_🎨-colors---🆎-text-colors--text-dark-softest);
}

.text-color-accent {
  color: var(--_🎨-colors---🆎-text-colors--accent);
}

.text-color-accent-soft {
  color: var(--_🎨-colors---🆎-text-colors--accent-soft);
}

.text-color-alternate {
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
}

.text-color-dark-accent {
  color: var(--_🎨-colors---🆎-text-colors--accent-dark);
}

.text-color-dark-accent-soft {
  color: var(--_🎨-colors---🆎-text-colors--accent-dark-soft);
}

.text-color-dark-alternate {
  color: var(--_🎨-colors---🆎-text-colors--text-dark-alternate);
}

.section-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 40px;
  padding: 12rem 4.375rem;
  position: relative;
}

.section-small {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 40px;
  padding: 3rem 4.375rem;
  position: relative;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container._8-col {
  max-width: 860px;
}

.container._6-col {
  max-width: 640px;
}

.container._6-col.text-centered:where(.w-variant-83bffcca-ac00-44f9-75cb-9ea6a040a1cb), .container._6-col.text-centered:where(.w-variant-4b194508-6f10-1ad3-b1fe-ee34335bb8f1), .container._6-col.text-centered.left-3, .container._6-col.text-centered.variant-4 {
  text-align: left;
  margin-left: 0;
}

.container._10-col {
  max-width: 1080px;
}

.container._12-col {
  max-width: 1300px;
}

.styleguide-combo-class-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right, .no-margin-right-copy {
  margin-right: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.v-flex-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link-large {
  font-size: 1.125rem;
}

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

.quote {
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.375;
}

.quote-small {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.block-quote {
  margin-bottom: 0;
  padding: 1.5rem;
}

.quote-large {
  padding: 2rem;
  font-size: 1.5rem;
  line-height: 1.375;
}

.form-text-field {
  border: 1px solid var(--_🎨-colors---🆎-text-colors--text-soft);
  width: 100%;
  height: 3.5rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
}

.form-text-field:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--text);
}

.form-text-field:focus {
  border-color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
}

.form-text-field::placeholder {
  color: var(--_🎨-colors---🆎-text-colors--text-soft);
}

.form-field-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.form-text-field-long {
  border: 1px solid var(--_🎨-colors---🆎-text-colors--text-soft);
  width: 100%;
  min-height: 7rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
}

.form-text-field-long:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--text);
}

.form-text-field-long:focus {
  border-color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
}

.form-text-field-long::placeholder {
  color: var(--_🎨-colors---🆎-text-colors--text-soft);
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-field-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-select-dropdown {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
  height: 3.5rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
}

.check-box {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3.5rem;
  margin: 0;
  padding-left: .5rem;
  display: flex;
}

.checkbox {
  border: 2px solid var(--_🎨-colors---🆎-text-colors--text-soft);
  background-color: var(--_🎨-colors---⬛️-background-colors--background-1);
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 .5rem 0 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--_🎨-colors---🆎-text-colors--accent);
  background-color: var(--_🎨-colors---🆎-text-colors--accent);
}

.radio-button {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-1);
  border: 1px solid #000;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.radio-button.w--redirected-checked {
  border-width: 4px;
  border-color: var(--_🎨-colors---⬛️-background-colors--background-1);
  background-color: var(--_🎨-colors---🆎-text-colors--accent);
}

.radio-button-field {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3.5rem;
  padding-left: .5rem;
  display: flex;
}

.checkbox-label {
  flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
}

.radio-button-label {
  flex: 1;
  font-size: 1rem;
}

.button-primary {
  border: 2px solid var(--_🎨-colors---🆎-text-colors--accent);
  background-color: var(--_🎨-colors---🆎-text-colors--accent);
  min-height: 3.5rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.button-primary:hover {
  border-color: var(--_🎨-colors---🎨-brand-colors--brand-color-3);
  background-color: var(--_🎨-colors---🎨-brand-colors--brand-color-3);
  text-decoration: none;
}

.secondary-button {
  border: 2px solid var(--_🎨-colors---🆎-text-colors--text);
  min-height: 3.5rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.secondary-button:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
  text-decoration: none;
}

.ghost-button {
  border: 2px solid var(--_🎨-colors---⬛️-background-colors--background-2);
  min-height: 3.5rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.ghost-button:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
  text-decoration: none;
}

.button-primary-small {
  border: 2px solid var(--_🎨-colors---🆎-text-colors--accent);
  background-color: var(--_🎨-colors---🆎-text-colors--accent);
  min-height: 2.75rem;
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
  justify-content: center;
  align-items: center;
  padding: .5rem .875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.button-primary-small:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  text-decoration: none;
}

.button-primary-large {
  border: 2px solid var(--_🎨-colors---🆎-text-colors--accent);
  background-color: var(--_🎨-colors---🆎-text-colors--accent);
  min-height: 4rem;
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: 1.075rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.button-primary-large:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  text-decoration: none;
}

.secondary-button-small {
  border: 2px solid var(--_🎨-colors---🆎-text-colors--text);
  min-height: 2.75rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: .5rem .875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.secondary-button-small:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
  text-decoration: none;
}

.secondary-button-large {
  border: 2px solid var(--_🎨-colors---🆎-text-colors--text);
  min-height: 4rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: 1.075rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.secondary-button-large:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
  text-decoration: none;
}

.ghost-button-small {
  border: 2px solid var(--_🎨-colors---⬛️-background-colors--background-2);
  min-height: 2.75rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: .5rem .875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.ghost-button-small:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
  text-decoration: none;
}

.ghost-button-large {
  border: 2px solid var(--_🎨-colors---⬛️-background-colors--background-2);
  min-height: 4rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: 1.075rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.ghost-button-large:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
  text-decoration: none;
}

.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  min-height: 20px;
  display: grid;
}

.bg-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image.left {
  z-index: -1;
  width: 50%;
  inset: 0%;
}

.bg-image.right {
  width: 50%;
  inset: 0% 0% 0% auto;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacer {
  width: 100%;
  height: 1rem;
  position: relative;
}

.spacer._8 {
  height: .5rem;
}

.spacer._24 {
  height: 1.5rem;
}

.spacer._32 {
  height: 2rem;
}

.spacer._48 {
  height: 3rem;
}

.spacer._56 {
  height: 3.5rem;
}

.spacer._64 {
  height: 4rem;
}

.spacer._96 {
  height: 6rem;
}

.spacer._192 {
  height: 12rem;
}

.spacer._256 {
  height: 16rem;
}

.spacer._128 {
  height: 8rem;
}

.spacer._12 {
  height: .75rem;
}

.styleguide-filler {
  z-index: -1;
  border: 1px dotted var(--_🎨-colors---🚦-system-colors--success-green);
  background-color: var(--_🎨-colors---🚦-system-colors--success-green-light);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  display: flex;
}

.hero-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 80vh;
  padding: 10rem 4.375rem 4.375rem;
  display: flex;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.flex-block {
  justify-content: center;
  align-items: flex-start;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-flex;
}

.button-group.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.rich-text-block h1, .rich-text-block h2, .rich-text-block h3, .rich-text-block h4 {
  margin-bottom: 1rem;
}

.rich-text-block h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25;
}

.rich-text-block h6 {
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: .75rem;
  line-height: 1.5rem;
}

.rich-text-block p {
  margin-bottom: 1rem;
}

.rich-text-block blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rich-text-block ol, .rich-text-block ul {
  margin-bottom: 1.5rem;
}

.rich-text-block img {
  width: 100%;
}

.body-text {
  font-size: 1rem;
  line-height: 1.5;
}

.tiny-text {
  font-size: .75rem;
  line-height: 1.5;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 66vh;
  max-height: 80vh;
  overflow: hidden;
}

.text-block-50 {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 4.375rem;
}

.text-block-50.left {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 4.375rem;
}

.h-flex-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h-flex-right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-image-overlap {
  z-index: 1;
  object-fit: cover;
  width: 40%;
  max-height: 75vh;
  position: relative;
  bottom: -4.5rem;
}

.hero-image-overlap.right {
  order: 9999;
}

.hero-overlap-flex-container {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -4.5rem;
  margin-bottom: -5rem;
  display: flex;
}

.bg-blur-gradient-layer {
  z-index: -1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(270deg, #0000, #fff);
  width: 50%;
  position: absolute;
  inset: 0%;
}

.list-bullet, .list-numbered {
  line-height: 1.25;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.fg-dropdown {
  border-bottom: 1px solid #000;
}

.fg-dropdown_toggle {
  cursor: pointer;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.fg-dropdown_list {
  grid-template-rows: 0fr;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: grid;
  overflow: hidden;
}

.fg-dropdown_list.active {
  grid-template-rows: 1fr;
  padding-bottom: 20px;
}

.fg-dropdown_list-content {
  color: #3d3d3d;
  font-size: 1rem;
}

.fg-dropdown_toggle-arrow {
  flex: none;
  width: 1.5rem;
  line-height: 0;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
}

.fg-dropdown_list-wrapper {
  min-height: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.text-l {
  font-size: 1.25rem;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: #f7f7fb;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  border: 2px solid #0000;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.dropdown-toggle, .dropdown {
  width: 100%;
}

.accordion-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.accordion-item {
  border: 1px solid #000;
  padding: 1.5rem 2rem;
  transition: all .2s;
}

.accordion-item:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent);
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-2.accordion-icon {
  color: #fff9;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-right: 2rem;
  overflow: hidden;
}

.accordion-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .5rem;
}

.navbar {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  display: flex;
}

.navbar-inner-container {
  z-index: 5;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-inner-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-link-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  min-height: 3.5rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
  color: var(--_🎨-colors---🆎-text-colors--text);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: flex;
}

.nav-dropdown:hover {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 1;
  display: flex;
  position: static;
}

.nav-dropdown-list {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 300px;
  padding: 1rem;
  position: absolute;
  inset: 100% auto auto;
}

.nav-dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  position: static;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 100%;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.list-item {
  list-style-type: none;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.drop-down-toggle {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 .75rem 0 1rem;
  display: flex;
}

.drop-down-toggle.w--open {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
}

.horizontal-stretcher {
  flex: 1;
  height: 100%;
  min-height: 10px;
  padding-bottom: 0;
}

.hidden-desktop-and-above {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.footer {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start end;
  width: 75%;
  display: flex;
}

.footer-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--_🎨-colors---🆎-text-colors--text);
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--_🎨-colors---🆎-text-colors--text-soft);
  text-underline-offset: 2px;
  text-underline-position: under;
  background-color: #0008ff00;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.footer-social-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
}

.footer-social-link:hover {
  opacity: .8;
  background-color: #0008ff00;
}

.footer-divider {
  background-color: var(--_🎨-colors---🆎-text-colors--text-softest);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-social-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_🎨-colors---⬛️-background-colors--background-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card.background-1-dark {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-1-dark);
}

.card-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.image-card {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 450px;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.image-card.background-1-dark {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-1-dark);
}

.image-card.text-color-dark {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-card-image {
  z-index: -1;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dark-image-overlay {
  z-index: -1;
  background-color: #00000054;
  position: absolute;
  inset: 0%;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-large {
  width: 3rem;
  height: 3rem;
}

.icon-small {
  width: 1rem;
  height: 1rem;
}

.icon-x-large {
  width: 4rem;
  height: 4rem;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 80vh;
  min-height: 300px;
}

.mask {
  margin-left: 5rem;
  margin-right: 5rem;
  padding-bottom: 3rem;
}

.left-arrow, .right-arrow {
  display: flex;
}

.slider-arrow-icon-left {
  padding-right: 1rem;
}

.slider-arrow-icon-right {
  padding-left: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-3 {
  width: 100%;
}

.avatar-image {
  aspect-ratio: 1;
  border: 2px solid var(--_🎨-colors---⬛️-background-colors--background-1);
  object-fit: cover;
  border-radius: 100rem;
  width: 5rem;
  height: 5rem;
}

.mega-statement {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.tab-link {
  text-align: center;
  background-color: #ddd0;
  border-bottom: 2px solid #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: .5rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.tab-link:hover {
  background-color: var(--_🎨-colors---⬛️-background-colors--background-3);
  opacity: .75;
  border-bottom: 2px solid #70707000;
  text-decoration: none;
}

.tab-link.w--current {
  border-bottom-color: var(--_🎨-colors---🆎-text-colors--text);
  background-color: #0008ff00;
}

.tabs-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tab-content-inner-wrapper {
  flex-flow: column;
  width: 100%;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  display: flex;
}

.pill-tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 3.5rem;
  padding-left: 4.375rem;
  display: flex;
}

.pill-tab-link {
  border: 2px solid var(--_🎨-colors---🆎-text-colors--text);
  min-height: 3.5rem;
  color: var(--_🎨-colors---🆎-text-colors--text);
  text-align: center;
  background-color: #ddd0;
  border-radius: 100rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
}

.pill-tab-link:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
  text-decoration: none;
}

.pill-tab-link.w--current {
  border-color: var(--_🎨-colors---🆎-text-colors--accent);
  background-color: var(--_🎨-colors---🆎-text-colors--accent);
  color: var(--_🎨-colors---🆎-text-colors--text-alternate);
}

.pill-tab-link.w--current:hover {
  border-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
  background-color: var(--_🎨-colors---🆎-text-colors--accent-soft);
}

.pill-tab-content-inner-wrapper {
  flex-flow: column;
  width: 100%;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  display: flex;
}

.button-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -.25rem;
  margin-right: .5rem;
}

.button-icon-small {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -.25rem;
  margin-right: .375rem;
}

.button-icon-large {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: -.25rem;
  margin-right: .75rem;
}

.tg-home-hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 3.5rem 4.375rem;
  display: flex;
  position: relative;
}

.tg-home-hero-section.no-padding-top {
  overflow: hidden;
}

.image-4 {
  width: 3rem;
}

.tg-home-hero-content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: 100%;
  min-height: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tg-home-hero-content-container._8-col {
  max-width: 860px;
}

.tg-home-hero-content-container._6-col {
  max-width: 640px;
}

.tg-home-hero-content-container._6-col.text-centered:where(.w-variant-83bffcca-ac00-44f9-75cb-9ea6a040a1cb), .tg-home-hero-content-container._6-col.text-centered:where(.w-variant-4b194508-6f10-1ad3-b1fe-ee34335bb8f1), .tg-home-hero-content-container._6-col.text-centered.left-3, .tg-home-hero-content-container._6-col.text-centered.variant-4 {
  text-align: left;
  margin-left: 0;
}

.tg-home-hero-content-container._10-col {
  max-width: 1080px;
}

.tg-home-hero-content-container._12-col {
  max-width: 1300px;
}

.flex-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 480px;
}

.tg-bg-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tg-bg-image.left {
  z-index: -1;
  width: 50%;
  inset: 0%;
}

.tg-bg-image.right {
  width: 50%;
  inset: 0% 0% 0% auto;
}

.tg-form-text-field {
  border: 1px solid var(--_🎨-colors---🎨-brand-colors--brand-color-1);
  width: 100%;
  height: 3.5rem;
  color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
  background-color: #ffffff1a;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  transition: all .2s;
}

.tg-form-text-field:hover {
  background-color: #000000a8;
}

.tg-form-text-field:focus {
  border-color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
}

.tg-form-text-field::placeholder {
  color: #cbbe9bbf;
}

.tg-form-text-field.is--long {
  height: 7rem;
}

.tg-hero-paragraph {
  max-width: 460px;
}

.success-message {
  border: 1px solid var(--_🎨-colors---🎨-brand-colors--brand-color-1);
  background-color: var(--_🎨-colors---⬛️-background-colors--background-1);
}

.error-message {
  border: 1px solid var(--_🎨-colors---🚦-system-colors--error-red);
  background-color: var(--_🎨-colors---🚦-system-colors--error-red-light);
  color: var(--_🎨-colors---🚦-system-colors--error-red);
}

.flex-block-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
}

.form-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-block-left {
  width: 100%;
}

.flex-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.radio-button-field-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-button-field-2:hover {
  border-color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
}

.radio-button-field-2:active {
  background-color: var(--_🎨-colors---🆎-text-colors--accent);
}

.radio-button-2 {
  border-radius: 0;
  width: 1rem;
  min-width: 3.5rem;
  height: 1rem;
  min-height: 3.5rem;
  margin-top: 0;
  margin-left: 0;
  padding: 1rem;
}

.radio-button-2:hover {
  border: 1px solid var(--_🎨-colors---🎨-brand-colors--brand-color-1);
}

.radio-button-2.w--redirected-checked {
  border: 1px solid var(--_🎨-colors---⬛️-background-colors--background-dark-alternate);
  background-color: var(--_🎨-colors---🎨-brand-colors--brand-color-1);
  color: var(--_🎨-colors---⬛️-background-colors--background-1);
}

.radio-button-label-2 {
  position: absolute;
  inset: auto;
}

.link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  display: flex;
}

.image-6 {
  width: 2rem;
}

.image-7 {
  z-index: -1;
  object-fit: cover;
  object-position: 0% 50%;
  min-width: 50vw;
  height: auto;
  max-height: 100%;
  position: absolute;
  inset: 0% auto 0% 50%;
}

@media screen and (min-width: 1920px) {
  .no-padding {
    padding: 0;
  }

  .paragraph-large {
    font-size: 1.375rem;
  }

  .paragraph {
    font-size: 1.25rem;
  }

  .h1-heading {
    font-size: 5rem;
  }

  .h2-heading {
    font-size: 4rem;
  }

  .h3-heading {
    font-size: 3rem;
  }

  .h4-heading {
    font-size: 1.75rem;
  }

  .preline, .preline-pill {
    font-size: 1.25rem;
  }

  .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.no-padding {
    padding: 0;
  }

  .jumbo-heading {
    font-size: 6rem;
  }

  .paragraph-xl {
    font-size: 1.5rem;
  }

  .paragraph-small {
    font-size: 1.025rem;
  }

  .paragraph-xs {
    font-size: .875rem;
  }

  .label {
    font-size: 1.125rem;
  }

  .label-small {
    font-size: 1rem;
  }

  .label-large {
    font-size: 1.25rem;
  }

  .section-large {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .section-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container._8-col {
    max-width: 1080px;
  }

  .container._6-col {
    max-width: 800px;
  }

  .container._10-col {
    max-width: 1280px;
  }

  .container._12-col {
    max-width: 1600px;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .no-margin-left {
    margin-left: 0;
  }

  .no-margin-right {
    margin-right: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .link {
    font-size: 1.125rem;
  }

  .link-large {
    font-size: 1.25rem;
  }

  .link-small {
    font-size: 1rem;
  }

  .quote {
    font-size: 1.5rem;
  }

  .quote-small {
    font-size: 1.25rem;
  }

  .quote-large {
    font-size: 2rem;
  }

  .button-primary, .secondary-button, .ghost-button {
    min-height: 4rem;
    font-size: 1.125rem;
  }

  .button-primary-small {
    min-height: 3rem;
    font-size: 1rem;
  }

  .button-primary-large {
    min-height: 5rem;
    font-size: 1.25rem;
  }

  .secondary-button-small {
    min-height: 3rem;
    font-size: 1rem;
  }

  .secondary-button-large {
    min-height: 5rem;
    font-size: 1.25rem;
  }

  .ghost-button-small {
    min-height: 3rem;
    font-size: 1rem;
  }

  .ghost-button-large {
    min-height: 5rem;
    font-size: 1.25rem;
  }

  .spacer {
    height: 1.25rem;
  }

  .spacer._8 {
    height: .75rem;
  }

  .spacer._32 {
    height: 2.5rem;
  }

  .spacer._48 {
    height: 4rem;
  }

  .spacer._64 {
    height: 5rem;
  }

  .spacer._96 {
    height: 8rem;
  }

  .spacer._192 {
    height: 14rem;
  }

  .spacer._256 {
    height: 18rem;
  }

  .spacer._128 {
    height: 10rem;
  }

  .spacer._12 {
    height: 1rem;
  }

  .rich-text-block h1 {
    font-size: 5rem;
  }

  .rich-text-block h2 {
    font-size: 4rem;
  }

  .rich-text-block h3 {
    font-size: 3rem;
  }

  .rich-text-block h4 {
    font-size: 1.5rem;
  }

  .rich-text-block h5 {
    font-size: 1rem;
  }

  .rich-text-block h6 {
    font-size: .875rem;
  }

  .rich-text-block p {
    font-size: 1.25rem;
  }

  .rich-text-block blockquote {
    font-size: 1.5rem;
  }

  .rich-text-block ol, .rich-text-block ul, .body-text {
    font-size: 1.25rem;
  }

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

  .list-bullet, .list-numbered {
    font-size: 1.25rem;
  }

  .pricing-image-two.shadow-two {
    max-width: 45%;
  }

  .accordion-icon {
    width: 2rem;
    height: 2rem;
    margin-top: .75rem;
  }

  .footer-link {
    font-size: 1.125rem;
  }

  .avatar-image {
    width: 6rem;
    height: 6rem;
  }

  .mega-statement {
    font-size: 3.25rem;
  }

  .tab-link {
    min-height: 4.5rem;
    font-size: 1.75rem;
  }

  .tabs-content {
    padding-top: 3rem;
  }

  .pill-tabs-menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-left: 0;
  }

  .pill-tab-link {
    min-height: 4.5rem;
    font-size: 1.5rem;
  }

  .pill-tab-content-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tg-home-hero-section {
    padding-top: 14rem;
  }

  .tg-home-hero-section.no-padding-top {
    padding-top: 3.5rem;
  }

  .image-4 {
    width: 4rem;
  }

  .tg-home-hero-content-container._8-col {
    max-width: 1080px;
  }

  .tg-home-hero-content-container._6-col {
    max-width: 800px;
  }

  .tg-home-hero-content-container._10-col {
    max-width: 1280px;
  }

  .tg-home-hero-content-container._12-col {
    max-width: 1600px;
  }

  .flex-block-2.text-centered {
    max-width: 640px;
  }

  .tg-form-text-field {
    min-height: 4rem;
    font-size: 1.125rem;
  }

  .tg-hero-paragraph {
    max-width: 600px;
    font-size: 1.25rem;
  }

  .flex-block-left {
    max-width: 600px;
  }

  .flex-block-left.text-centered {
    max-width: 640px;
  }

  .image-7 {
    min-width: 50vw;
    height: auto;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  .no-padding {
    padding: 0;
  }

  .h1-heading {
    font-size: 3.5rem;
  }

  .h2-heading {
    font-size: 2.5rem;
  }

  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .jumbo-heading {
    font-size: 4rem;
  }

  .hidden-tablet {
    display: none;
  }

  .section-large {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .no-margin-left {
    margin-left: 0;
  }

  .no-margin-right {
    margin-right: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .button-primary.hidden-desktop-and-above {
    display: flex;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .bg-image.left, .bg-image.right {
    width: 100%;
    height: 50vh;
    inset: auto 0% 0%;
  }

  .spacer._48 {
    height: 2.5rem;
  }

  .spacer._64 {
    height: 3.5rem;
  }

  .spacer._96 {
    height: 4.5rem;
  }

  .spacer._192 {
    height: 7.5rem;
  }

  .spacer._256 {
    height: 9.5rem;
  }

  .spacer._128 {
    height: 5.5rem;
  }

  .text-block-50 {
    width: 100%;
    margin-bottom: 45%;
    padding-left: 0;
  }

  .text-block-50.left {
    padding-right: 0;
  }

  .hero-image-overlap {
    object-fit: contain;
    object-position: 0% 50%;
    order: 9999;
    width: 100%;
  }

  .hero-image-overlap.right {
    object-position: 100% 50%;
  }

  .hero-overlap-flex-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: -2.5rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .text-l {
    font-size: 1.25rem;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-inner-container {
    overflow: visible;
  }

  .nav-menu-wrapper {
    z-index: 1;
    background-color: #0000;
    justify-content: center;
    align-items: stretch;
  }

  .nav-link-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1.5rem;
    display: flex;
    position: relative;
    box-shadow: 0 10px 10px #00000026;
  }

  .nav-link, .nav-link:hover {
    background-color: #f1f1f100;
  }

  .nav-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 3.5rem;
  }

  .nav-dropdown-icon {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .nav-dropdown-list.w--open {
    background-color: var(--_🎨-colors---⬛️-background-colors--background-3);
    width: 100%;
    height: auto;
    padding-top: 0;
    position: relative;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 3.5rem;
    padding: 0 1rem;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--_🎨-colors---⬛️-background-colors--background-2);
    min-height: 3.5rem;
  }

  .nav-list-item-wrapper {
    border-bottom: 1px solid var(--_🎨-colors---🆎-text-colors--text-softest);
  }

  .nav-list-item-wrapper.last {
    border: 1px #000;
  }

  .drop-down-toggle {
    flex: 1;
    width: 100%;
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .drop-down-toggle.w--open {
    justify-content: flex-start;
    align-items: center;
    min-height: 3.5rem;
  }

  .image-2 {
    width: 100%;
    height: 40px;
    margin-bottom: -6px;
    position: relative;
  }

  .hidden-desktop-and-above {
    display: block;
  }

  .text-block-52 {
    width: 100%;
    color: var(--_🎨-colors---🆎-text-colors--text);
    text-align: center;
    letter-spacing: 1px;
    justify-content: center;
    align-items: flex-start;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
  }

  .div-block-5 {
    width: .5rem;
    height: 100%;
    min-height: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-content {
    width: 100%;
  }

  .footer-social-icon {
    width: 2.25rem;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .mask {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: stretch;
    height: 3.5rem;
    margin-top: auto;
    margin-bottom: 0;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: stretch;
    height: 3.5rem;
    margin-top: auto;
    margin-bottom: 0;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    display: flex;
  }

  .mega-statement {
    font-size: 2.25rem;
  }

  .tabs-menu {
    justify-content: center;
    align-items: stretch;
    padding-bottom: 1rem;
  }

  .pill-tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 1rem;
    padding-right: 4.375rem;
    overflow: auto;
  }

  .tg-home-hero-section.no-padding-top {
    padding-top: 3.5px;
  }

  .image-4 {
    width: 2.5rem;
  }

  .tg-bg-image.left, .tg-bg-image.right {
    width: 100%;
    height: 50vh;
    inset: auto 0% 0%;
  }

  .image-7 {
    min-width: 0;
    max-width: 66%;
    height: 100%;
    top: 25%;
    left: auto;
    right: 0%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .no-padding {
    padding: 0;
  }

  .h1-heading {
    font-size: 3rem;
  }

  .h2-heading {
    font-size: 2.25rem;
  }

  .h3-heading {
    font-size: 1.5rem;
  }

  .section {
    padding: 4rem 1rem;
  }

  .jumbo-heading {
    font-size: 3.5rem;
  }

  .hidden-mobile-landscape {
    display: none;
  }

  .section-large {
    padding: 6rem 1rem;
  }

  .section-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .no-margin-left {
    margin-left: 0;
  }

  .no-margin-right {
    margin-right: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .spacer._64 {
    height: 3rem;
  }

  .spacer._96 {
    height: 4rem;
  }

  .spacer._192 {
    height: 6rem;
  }

  .spacer._256 {
    height: 7rem;
  }

  .spacer._128 {
    height: 5rem;
  }

  .text-block-50 {
    margin-bottom: 40vh;
  }

  .list-numbered {
    padding-left: 2rem;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .text-l {
    font-size: 1.125rem;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-inner-container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .drop-down-toggle {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .card {
    padding: 1rem;
  }

  .mega-statement {
    font-size: 2.125rem;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    overflow: auto;
  }

  .tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
  }

  .tabs-content {
    padding-top: 1rem;
  }

  .tab-content-inner-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pill-tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .pill-tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pill-tab-content-inner-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tg-home-hero-section {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block-2.text-centered {
    max-width: 410px;
  }

  .image-7 {
    max-width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-label {
    font-size: .75rem;
  }

  .styleguide-section-title {
    font-size: 3rem;
  }

  .styleguide-color-swatch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .no-padding {
    padding: 0;
  }

  .styleguide-text-color-swatch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hidden-mobile-portrait {
    display: none;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .no-margin-left {
    margin-left: 0;
  }

  .no-margin-right {
    margin-right: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .form {
    width: 100%;
  }

  .grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .button-group {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .text-block-51 {
    font-size: 50px;
  }

  .container-2 {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
  }

  .navbar-inner-container {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link-menu {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-2 {
    min-width: 40px;
  }

  .text-block-52 {
    font-size: .8rem;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-4 {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block {
    width: 100%;
  }

  .footer-social-link {
    justify-content: flex-start;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .mega-statement {
    font-size: 1.75rem;
    font-weight: 400;
  }

  .tg-home-hero-section {
    padding-bottom: 2.5rem;
  }

  .tg-bg-image {
    max-height: 50vh;
  }

  .tg-form-text-field.is--long {
    text-align: left;
  }

  .tg-hero-paragraph {
    max-width: 320px;
  }

  .flex-block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .form-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-block-left, .form-left {
    width: 100%;
  }

  .form-block-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-7 {
    max-width: 100%;
    top: 33%;
    right: 0%;
  }
}

#w-node-_62949a76-40e2-6571-bfdf-c8b1dfcb5c64-a6c6e794 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c95d2cfc-1066-aa71-b33a-ba678d625915-a6c6e794 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c058ac07-f95e-5e01-e4b6-e0560fdf4634-a6c6e794 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c058ac07-f95e-5e01-e4b6-e0560fdf4627-a6c6e794 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_2002e845-b70d-8a79-fde9-54c8d9a75d1b-a6c6e794, #w-node-_9103d54c-bdfc-17de-d6bb-77910e271711-a6c6e794 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8f02e2ef-ac89-b92c-c6d4-813719602511-a6c6e794, #w-node-_46d4d5c5-ebdf-136f-4230-68b363183173-a6c6e794 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_988d8c01-993f-ebf0-769e-be1eb46de94d-a6c6e794, #w-node-_988d8c01-993f-ebf0-769e-be1eb46de955-a6c6e794, #w-node-_988d8c01-993f-ebf0-769e-be1eb46de95e-a6c6e794 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d850-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d857-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d85e-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d865-a6c6e794 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e133c25b-c3db-6217-ff29-8c17bc4a2c2b-bc4a2c25, #w-node-e133c25b-c3db-6217-ff29-8c17bc4a2c34-bc4a2c25, #w-node-e133c25b-c3db-6217-ff29-8c17bc4a2c3f-bc4a2c25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f24fc26b-f6e0-c7ca-964e-8d2a2f47c83a-2f47c813, #w-node-f24fc26b-f6e0-c7ca-964e-8d2a2f47c842-2f47c813, #w-node-f24fc26b-f6e0-c7ca-964e-8d2a2f47c84b-2f47c813 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c3af2d07-125a-1d18-21fd-eca25c28f670-5c28f653 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c3af2d07-125a-1d18-21fd-eca25c28f670-5c28f653:where(.w-variant-f0236f84-7a33-654b-a4bd-79357293f8ba) {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-c3af2d07-125a-1d18-21fd-eca25c28f676-5c28f653 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c3af2d07-125a-1d18-21fd-eca25c28f676-5c28f653:where(.w-variant-f0236f84-7a33-654b-a4bd-79357293f8ba) {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_69af5126-f3a2-e5fd-eaf9-75288ac257a3-a6c6e79e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_69af5126-f3a2-e5fd-eaf9-75288ac257a3-a6c6e79e:where(.w-variant-f0236f84-7a33-654b-a4bd-79357293f8ba) {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_69af5126-f3a2-e5fd-eaf9-75288ac257b0-a6c6e79e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_69af5126-f3a2-e5fd-eaf9-75288ac257b0-a6c6e79e:where(.w-variant-f0236f84-7a33-654b-a4bd-79357293f8ba) {
  grid-area: 1 / 1 / 2 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_62949a76-40e2-6571-bfdf-c8b1dfcb5c64-a6c6e794, #w-node-c95d2cfc-1066-aa71-b33a-ba678d625915-a6c6e794 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-c058ac07-f95e-5e01-e4b6-e0560fdf4634-a6c6e794 {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-c058ac07-f95e-5e01-e4b6-e0560fdf4627-a6c6e794 {
    order: -9999;
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_2002e845-b70d-8a79-fde9-54c8d9a75d1b-a6c6e794, #w-node-_9103d54c-bdfc-17de-d6bb-77910e271711-a6c6e794 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d850-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d857-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d85e-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d865-a6c6e794 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c3af2d07-125a-1d18-21fd-eca25c28f670-5c28f653, #w-node-c3af2d07-125a-1d18-21fd-eca25c28f676-5c28f653, #w-node-_69af5126-f3a2-e5fd-eaf9-75288ac257a3-a6c6e79e, #w-node-_69af5126-f3a2-e5fd-eaf9-75288ac257b0-a6c6e79e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_988d8c01-993f-ebf0-769e-be1eb46de94d-a6c6e794, #w-node-_988d8c01-993f-ebf0-769e-be1eb46de955-a6c6e794, #w-node-_988d8c01-993f-ebf0-769e-be1eb46de95e-a6c6e794 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d850-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d857-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d85e-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d865-a6c6e794 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f24fc26b-f6e0-c7ca-964e-8d2a2f47c83a-2f47c813, #w-node-f24fc26b-f6e0-c7ca-964e-8d2a2f47c842-2f47c813, #w-node-f24fc26b-f6e0-c7ca-964e-8d2a2f47c84b-2f47c813 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d850-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d857-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d85e-a6c6e794, #w-node-_3126ed0a-7208-567c-ccc8-6d8abde7d865-a6c6e794 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}