:root {
  --gray600: #475467;
  --gray900: #101828;
  --primary600: #7f56d9;
  --gray500: #667085;
  --gray700: #344054;
  --gray800: #1d2939;
  --white: white;
  --primary700: #6941c6;
  --primary50: #f9f5ff;
  --gray300: #d0d5dd;
  --primary100: #f4ebff;
  --primary300: #d6bbfb;
  --gray50: #f9fafb;
  --primary800: #53389e;
  --gray100: #f2f4f7;
  --error50: #fef3f2;
  --error700: #b42318;
  --warning50: #fffaeb;
  --warning700: #b54708;
  --success50: #ecfdf3;
  --success700: #027a48;
  --gray200: #eaecf0;
  --primary500: #9e77ed;
  --success500: #12b76a;
  --error500: #f04438;
  --warning500: #f79009;
  --gray25: #fcfcfd;
  --gray400: #98a2b3;
  --primary25: #fcfaff;
  --primary200: #e9d7fe;
  --primary400: #b692f6;
  --primary900: #42307d;
  --error25: #fffbfa;
  --error100: #fee4e2;
  --error200: #fecdca;
  --error300: #fda29b;
  --error400: #f97066;
  --error600: #d92d20;
  --error800: #912018;
  --error900: #7a271a;
  --warning25: #fffcf5;
  --warning100: #fef0c7;
  --warning200: #fedf89;
  --warning300: #fec84b;
  --warning400: #fdb022;
  --warning600: #dc6803;
  --warning800: #93370d;
  --warning900: #7a2e0e;
  --success25: #f6fef9;
  --success100: #d1fadf;
  --success200: #a6f4c5;
  --success300: #6ce9a6;
  --success400: #32d583;
  --success600: #039855;
  --success800: #05603a;
  --success900: #054f31;
  --indigo25: #f5f8ff;
  --indigo50: #eef4ff;
  --indigo100: #e0eaff;
  --indigo200: #c7d7fe;
  --indigo300: #a4bcfd;
  --indigo400: #8098f9;
  --indigo500: #6172f3;
  --indigo600: #444ce7;
  --indigo700: #3538cd;
  --indigo800: #2d31a6;
  --indigo900: #2d3282;
  --blue25: #f5faff;
  --blue50: #eff8ff;
  --blue100: #d1e9ff;
  --blue200: #b2ddff;
  --blue300: #84caff;
  --blue400: #53b1fd;
  --blue500: #2e90fa;
  --blue600: #1570ef;
  --blue700: #175cd3;
  --blue800: #1849a9;
  --blue900: #194185;
  --pink25: #fef6fb;
  --pink50: #fdf2fa;
  --pink100: #fce7f6;
  --pink200: #fcceee;
  --pink300: #faa7e0;
  --pink400: #f670c7;
  --pink500: #ee46bc;
  --pink600: #dd2590;
  --pink700: #c11574;
  --pink800: #9e165f;
  --pink900: #851651;
  --orange25: #fefaf5;
  --orange50: #fef6ee;
  --orange100: #fdead7;
  --orange200: #f9dbaf;
  --orange300: #f7b27a;
  --orange400: #f38744;
  --orange500: #ef6820;
  --orange600: #e04f16;
  --orange700: #b93815;
  --orange800: #932f19;
  --orange900: #772917;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  color: var(--gray600);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  color: var(--gray600);
  letter-spacing: normal;
  margin-bottom: 0;
}

a {
  color: var(--gray600);
  cursor: pointer;
  border-bottom-color: #000;
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .125rem solid var(--primary600);
  color: var(--gray900);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

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

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 500;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-size-regular {
  letter-spacing: normal;
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 300;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

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

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  letter-spacing: normal;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  color: var(--gray500);
  text-align: left;
  margin-top: 1rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  color: var(--gray700);
}

.text-size-tiny {
  letter-spacing: normal;
  font-size: .75rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-gray800 {
  background-color: var(--gray800);
  color: #f5f5f5;
}

.uui-styleguide_classes {
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.background-color-white {
  background-color: var(--white);
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  justify-content: space-between;
  align-items: center;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 400;
}

.uui-styleguide_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.uui-styleguide_subheading {
  z-index: 99;
  -webkit-backdrop-filter: saturate(150%) blur(.5rem);
  backdrop-filter: saturate(150%) blur(.5rem);
  background-color: #ffffffe6;
  border-bottom: .0625rem solid #fff;
  padding: .75rem 1rem;
  position: sticky;
  top: 3rem;
}

.text-size-medium {
  letter-spacing: normal;
  font-size: 1.4rem;
}

.text-size-medium.overusedgrotesk {
  font-family: Overusedgrotesk Vf, sans-serif;
  font-weight: 400;
}

.icon-small {
  height: 2rem;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-weight: 500;
}

.icon-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  letter-spacing: normal;
  font-size: 1.25rem;
}

.heading-xxlarge {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.uui-styleguide_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-tertiary {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: #0000;
  border: .0625rem solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary:hover {
  background-color: var(--primary50);
}

.button-tertiary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-tertiary.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-tertiary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.form-radio-icon {
  border: .0625rem solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 6.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.form-radio-icon.w--redirected-checked {
  border-width: .0625rem;
  border-color: var(--primary600);
  background-color: var(--primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-radio-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  margin-top: 0;
}

.icon-xsmall {
  height: 1.5rem;
}

.uui-styleguide_featured-icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-xxsmall {
  height: 1.25rem;
}

.heading-medium {
  letter-spacing: normal;
  font-size: 2.25rem;
  line-height: 1.3;
}

.field-label {
  color: var(--gray700);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.icon-xlarge {
  height: 6.5rem;
}

.heading-large {
  letter-spacing: normal;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  grid-column-gap: .5rem;
  border: .0625rem solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px .125rem #1018280d;
}

.button:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.button:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.button.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button.is-button-xsmall {
  padding: .5rem .875rem;
}

.button.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.form-input {
  border: .0625rem solid var(--gray300);
  background-color: var(--white);
  color: var(--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px .125rem #1018280d;
}

.form-input:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.form-input::placeholder {
  color: var(--gray500);
}

.form-input.select {
  color: var(--gray900);
  background-color: #fff;
  background-image: none;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-gray50 {
  background-color: var(--gray50);
}

.form-checkbox-icon {
  border: .0625rem solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-checkbox-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.form-checkbox-icon.w--redirected-checked {
  border-width: .0625rem;
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  border-radius: .25rem;
}

.form_grid-1-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.heading-xsmall {
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  grid-column-gap: .5rem;
  background-color: var(--primary50);
  color: var(--primary700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px .125rem #1018280d;
}

.button-secondary:hover {
  background-color: var(--primary100);
}

.button-secondary:focus {
  background-color: var(--primary50);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-secondary.is-button-xsmall {
  padding: .5rem 1.125rem;
  font-size: 1rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-secondary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-secondary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.heading-small {
  letter-spacing: 0;
  font-size: 1.875rem;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .125rem solid var(--primary600);
  color: var(--gray900);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-gray900 {
  color: var(--gray900);
}

.uui-styleguide_images-layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  height: 5rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.heading-xlarge {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.uui-styleguide_heading {
  z-index: 100;
  background-color: var(--gray900);
  color: #fff;
  padding: .75rem 1rem;
  font-weight: 600;
  position: sticky;
  top: 0;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

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

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.form-radio-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-weight: 500;
}

.background-color-primary50 {
  background-color: var(--primary50);
}

.text-color-gray500 {
  color: var(--gray500);
}

.text-color-primary700 {
  color: var(--primary700);
}

.button-link {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link:hover {
  color: var(--primary800);
}

.button-link.is-button-xsmall {
  font-size: .875rem;
}

.button-link.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_text-wrapper {
  padding-top: 1.5rem;
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-color-gray100 {
  color: var(--gray100);
}

.badge {
  grid-column-gap: .375rem;
  background-color: var(--gray100);
  color: var(--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.badge.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.badge.is-primary {
  background-color: var(--primary50);
  color: var(--primary700);
}

.badge.is-error {
  background-color: var(--error50);
  color: var(--error700);
}

.badge.is-warning {
  background-color: var(--warning50);
  color: var(--warning700);
}

.badge.is-badge-large {
  padding: .25rem .75rem;
  position: static;
}

.badge.is-badge-large.relative {
  position: absolute;
}

.badge.is-success {
  background-color: var(--success50);
  color: var(--success700);
}

.badge.is-inverse {
  background-color: var(--gray700);
  color: var(--gray200);
  top: 1rem;
}

.badge.is-inverse-transparent {
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: var(--gray300);
  background-color: #1d2939bf;
  border-radius: 1rem;
}

.badge.is-inverse-transparent.is-inversed {
  background-color: var(--gray700);
  color: var(--gray200);
  top: 0;
  left: 0;
}

.badge-group {
  background-color: var(--gray100);
  color: var(--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group.is-badge-group-small {
  font-size: .75rem;
}

.badge-group.is-primary {
  background-color: var(--primary50);
  color: var(--primary700);
  white-space: nowrap;
}

.badge-group.is-error {
  background-color: var(--error50);
  color: var(--error700);
}

.badge-group.is-warning {
  background-color: var(--warning50);
  color: var(--warning700);
}

.badge-group.is-success {
  background-color: var(--success50);
  color: var(--success700);
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.badge-group_badge {
  background-color: var(--white);
  color: var(--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group_badge.is-badge-small {
  padding: .125rem .375rem;
  font-size: .75rem;
}

.badge-group_badge.is-primary {
  background-color: var(--white);
  color: var(--primary700);
}

.badge-group_badge.is-error {
  background-color: var(--white);
  color: var(--error700);
}

.badge-group_badge.is-warning {
  background-color: var(--white);
  color: var(--warning700);
}

.badge-group_badge.is-success {
  background-color: var(--white);
  color: var(--success700);
}

.badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.badge-group_icon.text-color-primary500 {
  color: var(--primary500);
  margin-right: -.25rem;
}

.badge-group_icon.text-color-success500 {
  color: var(--success500);
}

.badge-group_icon.text-color-error500 {
  color: var(--error500);
}

.badge-group_icon.text-color-warning500 {
  color: var(--warning500);
}

.badge-group_icon.badge-icon-small {
  width: .75rem;
  height: .75rem;
}

.text-color-gray25 {
  color: var(--gray25);
}

.text-color-gray50 {
  color: var(--gray50);
}

.text-color-gray200 {
  color: var(--gray200);
}

.text-color-gray300 {
  color: var(--gray300);
}

.text-color-gray400 {
  color: var(--gray400);
}

.text-color-gray600 {
  color: var(--gray600);
}

.text-color-gray700 {
  color: var(--gray700);
}

.text-color-gray800 {
  color: var(--gray800);
}

.text-color-primary25 {
  color: var(--primary25);
}

.text-color-primary100 {
  color: var(--primary100);
}

.text-color-primary200 {
  color: var(--primary200);
}

.text-color-primary300 {
  color: var(--primary300);
}

.text-color-primary400 {
  color: var(--primary400);
}

.text-color-primary500 {
  color: var(--primary500);
}

.text-color-primary600 {
  color: var(--primary600);
}

.text-color-primary800 {
  color: var(--primary800);
}

.text-color-primary900 {
  color: var(--primary900);
}

.text-color-primary50 {
  color: var(--primary50);
}

.uui-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.shadow-xxsmall {
  box-shadow: 0 1px .125rem #1018280d;
}

.uui-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.shadow-xsmall {
  box-shadow: 0 1px .1875rem #1018281a, 0 .0625rem .125rem #1018280f;
}

.shadow-small {
  box-shadow: 0 4px .5rem -.125rem #1018281a, 0 .125rem .25rem -.125rem #1018280f;
}

.shadow-medium {
  box-shadow: 0 12px 1rem -.25rem #00000014, 0 .25rem .375rem -.125rem #10182808;
}

.shadow-large {
  box-shadow: 0 20px 1.5rem -.25rem #00000014, 0 .5rem .5rem -.25rem #10182808;
}

.shadow-xlarge {
  box-shadow: 0 24px 3rem -.75rem #1018282e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 4rem -.75rem #10182824;
}

.uui-styleguide_navbar {
  align-items: center;
  padding: 1rem 2%;
  display: flex;
  overflow: scroll;
}

.uui-styleguide_navbar-link {
  color: var(--gray900);
  flex: none;
  margin-right: 1rem;
  font-size: .875rem;
  text-decoration: underline;
}

.badge-dot {
  color: var(--gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: var(--warning500);
}

.badge-dot.text-color-success500 {
  color: var(--success500);
}

.badge-dot.text-color-primary500 {
  color: var(--primary500);
}

.badge-dot.text-color-error500 {
  color: var(--error500);
}

.uui-styleguide_class-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: start;
}

.uui-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: .125rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.uui-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-lineheight-xtall {
  line-height: 2;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.text-lineheight-short {
  line-height: 1.3;
}

.text-lineheight-none {
  line-height: 1;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.uui-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: .0625rem dashed #00000026;
  padding: 1rem;
}

.uui-styleguide_color-sample {
  padding: 8rem 1rem 1rem;
}

.uui-styleguide_color-sample.is-gray25 {
  background-color: var(--gray25);
}

.uui-styleguide_color-sample.is-gray600 {
  background-color: var(--gray600);
}

.uui-styleguide_color-sample.is-gray700 {
  background-color: var(--gray700);
}

.uui-styleguide_color-sample.is-gray300 {
  background-color: var(--gray300);
}

.uui-styleguide_color-sample.is-gray200 {
  background-color: var(--gray200);
}

.uui-styleguide_color-sample.is-gray900 {
  background-color: var(--gray900);
}

.uui-styleguide_color-sample.is-gray100 {
  background-color: var(--gray100);
}

.uui-styleguide_color-sample.is-gray50 {
  background-color: var(--gray50);
}

.uui-styleguide_color-sample.is-gray500 {
  background-color: var(--gray500);
}

.uui-styleguide_color-sample.is-gray800 {
  background-color: var(--gray800);
}

.uui-styleguide_color-sample.is-gray400 {
  background-color: var(--gray400);
}

.uui-styleguide_color-sample.is-primary25 {
  background-color: var(--primary25);
}

.uui-styleguide_color-sample.is-primary50 {
  background-color: var(--primary50);
}

.uui-styleguide_color-sample.is-primary100 {
  background-color: var(--primary100);
}

.uui-styleguide_color-sample.is-primary200 {
  background-color: var(--primary200);
}

.uui-styleguide_color-sample.is-primary300 {
  background-color: var(--primary300);
}

.uui-styleguide_color-sample.is-primary400 {
  background-color: var(--primary400);
}

.uui-styleguide_color-sample.is-primary500 {
  background-color: var(--primary500);
}

.uui-styleguide_color-sample.is-primary600 {
  background-color: var(--primary600);
}

.uui-styleguide_color-sample.is-primary700 {
  background-color: var(--primary700);
}

.uui-styleguide_color-sample.is-primary800 {
  background-color: var(--primary800);
}

.uui-styleguide_color-sample.is-primary900 {
  background-color: var(--primary900);
}

.uui-styleguide_color-sample.is-error25 {
  background-color: var(--error25);
}

.uui-styleguide_color-sample.is-error50 {
  background-color: var(--error50);
}

.uui-styleguide_color-sample.is-error100 {
  background-color: var(--error100);
}

.uui-styleguide_color-sample.is-error200 {
  background-color: var(--error200);
}

.uui-styleguide_color-sample.is-error300 {
  background-color: var(--error300);
}

.uui-styleguide_color-sample.is-error400 {
  background-color: var(--error400);
}

.uui-styleguide_color-sample.is-error500 {
  background-color: var(--error500);
}

.uui-styleguide_color-sample.is-error600 {
  background-color: var(--error600);
}

.uui-styleguide_color-sample.is-error700 {
  background-color: var(--error700);
}

.uui-styleguide_color-sample.is-error800 {
  background-color: var(--error800);
}

.uui-styleguide_color-sample.is-error900 {
  background-color: var(--error900);
}

.uui-styleguide_color-sample.is-warning25 {
  background-color: var(--warning25);
}

.uui-styleguide_color-sample.is-warning50 {
  background-color: var(--warning50);
}

.uui-styleguide_color-sample.is-warning100 {
  background-color: var(--warning100);
}

.uui-styleguide_color-sample.is-warning200 {
  background-color: var(--warning200);
}

.uui-styleguide_color-sample.is-warning300 {
  background-color: var(--warning300);
}

.uui-styleguide_color-sample.is-warning400 {
  background-color: var(--warning400);
}

.uui-styleguide_color-sample.is-warning500 {
  background-color: var(--warning500);
}

.uui-styleguide_color-sample.is-warning600 {
  background-color: var(--warning600);
}

.uui-styleguide_color-sample.is-warning700 {
  background-color: var(--warning700);
}

.uui-styleguide_color-sample.is-warning800 {
  background-color: var(--warning800);
}

.uui-styleguide_color-sample.is-warning900 {
  background-color: var(--warning900);
}

.uui-styleguide_color-sample.is-success25 {
  background-color: var(--success25);
}

.uui-styleguide_color-sample.is-success50 {
  background-color: var(--success50);
}

.uui-styleguide_color-sample.is-success100 {
  background-color: var(--success100);
}

.uui-styleguide_color-sample.is-success200 {
  background-color: var(--success200);
}

.uui-styleguide_color-sample.is-success300 {
  background-color: var(--success300);
}

.uui-styleguide_color-sample.is-success400 {
  background-color: var(--success400);
}

.uui-styleguide_color-sample.is-success500 {
  background-color: var(--success500);
}

.uui-styleguide_color-sample.is-success600 {
  background-color: var(--success600);
}

.uui-styleguide_color-sample.is-success700 {
  background-color: var(--success700);
}

.uui-styleguide_color-sample.is-success800 {
  background-color: var(--success800);
}

.uui-styleguide_color-sample.is-success900 {
  background-color: var(--success900);
}

.uui-styleguide_color-sample.is-indigo25 {
  background-color: var(--indigo25);
}

.uui-styleguide_color-sample.is-indigo50 {
  background-color: var(--indigo50);
}

.uui-styleguide_color-sample.is-indigo100 {
  background-color: var(--indigo100);
}

.uui-styleguide_color-sample.is-indigo200 {
  background-color: var(--indigo200);
}

.uui-styleguide_color-sample.is-indigo300 {
  background-color: var(--indigo300);
}

.uui-styleguide_color-sample.is-indigo400 {
  background-color: var(--indigo400);
}

.uui-styleguide_color-sample.is-indigo500 {
  background-color: var(--indigo500);
}

.uui-styleguide_color-sample.is-indigo600 {
  background-color: var(--indigo600);
}

.uui-styleguide_color-sample.is-indigo700 {
  background-color: var(--indigo700);
}

.uui-styleguide_color-sample.is-indigo800 {
  background-color: var(--indigo800);
}

.uui-styleguide_color-sample.is-indigo900 {
  background-color: var(--indigo900);
}

.uui-styleguide_color-sample.is-blue25 {
  background-color: var(--blue25);
}

.uui-styleguide_color-sample.is-blue50 {
  background-color: var(--blue50);
}

.uui-styleguide_color-sample.is-blue100 {
  background-color: var(--blue100);
}

.uui-styleguide_color-sample.is-blue200 {
  background-color: var(--blue200);
}

.uui-styleguide_color-sample.is-blue300 {
  background-color: var(--blue300);
}

.uui-styleguide_color-sample.is-blue400 {
  background-color: var(--blue400);
}

.uui-styleguide_color-sample.is-blue500 {
  background-color: var(--blue500);
}

.uui-styleguide_color-sample.is-blue600 {
  background-color: var(--blue600);
}

.uui-styleguide_color-sample.is-blue700 {
  background-color: var(--blue700);
}

.uui-styleguide_color-sample.is-blue800 {
  background-color: var(--blue800);
}

.uui-styleguide_color-sample.is-blue900 {
  background-color: var(--blue900);
}

.uui-styleguide_color-sample.is-pink25 {
  background-color: var(--pink25);
}

.uui-styleguide_color-sample.is-pink50 {
  background-color: var(--pink50);
}

.uui-styleguide_color-sample.is-pink100 {
  background-color: var(--pink100);
}

.uui-styleguide_color-sample.is-pink200 {
  background-color: var(--pink200);
}

.uui-styleguide_color-sample.is-pink300 {
  background-color: var(--pink300);
}

.uui-styleguide_color-sample.is-pink400 {
  background-color: var(--pink400);
}

.uui-styleguide_color-sample.is-pink500 {
  background-color: var(--pink500);
}

.uui-styleguide_color-sample.is-pink600 {
  background-color: var(--pink600);
}

.uui-styleguide_color-sample.is-pink700 {
  background-color: var(--pink700);
}

.uui-styleguide_color-sample.is-pink800 {
  background-color: var(--pink800);
}

.uui-styleguide_color-sample.is-pink900 {
  background-color: var(--pink900);
}

.uui-styleguide_color-sample.is-orange25 {
  background-color: var(--orange25);
}

.uui-styleguide_color-sample.is-orange50 {
  background-color: var(--orange50);
}

.uui-styleguide_color-sample.is-orange100 {
  background-color: var(--orange100);
}

.uui-styleguide_color-sample.is-orange200 {
  background-color: var(--orange200);
}

.uui-styleguide_color-sample.is-orange300 {
  background-color: var(--orange300);
}

.uui-styleguide_color-sample.is-orange400 {
  background-color: var(--orange400);
}

.uui-styleguide_color-sample.is-orange500 {
  background-color: var(--orange500);
}

.uui-styleguide_color-sample.is-orange600 {
  background-color: var(--orange600);
}

.uui-styleguide_color-sample.is-orange700 {
  background-color: var(--orange700);
}

.uui-styleguide_color-sample.is-orange800 {
  background-color: var(--orange800);
}

.uui-styleguide_color-sample.is-orange900 {
  background-color: var(--orange900);
}

.uui-styleguide_color-sample-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.uui-styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.uui-styleguide_callout-link {
  justify-content: space-between;
  align-items: center;
  padding: .0625rem;
  display: flex;
}

.uui-styleguide_callout-link-wrapper {
  border: .0625rem solid var(--gray200);
  background-color: var(--gray50);
  color: var(--gray900);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  font-weight: 500;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.uui-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-styleguide_class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-styleguide_button-row {
  grid-column-gap: .75rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.icon-featured-outline-medium {
  border: .375rem solid var(--primary50);
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  border: .0625rem solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px .125rem #1018280d;
}

.button-secondary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.button-secondary-gray:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-secondary-gray.is-button-xsmall {
  padding: .5rem .875rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: .0625rem solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray700);
}

.button-tertiary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-tertiary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-tertiary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-link-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-gray:hover {
  color: var(--gray700);
}

.button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.button-link-gray.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  display: flex;
}

.uui-styleguide_logomark {
  border: .00625rem solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px .0625rem #1018280f, 0 .0625rem .125rem #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: .5rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-styleguide_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(.1875rem);
  backdrop-filter: blur(.1875rem);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-styleguide_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.icon-featured-outline-large {
  border: .5rem solid var(--primary50);
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.icon-featured-large {
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-featured-medium {
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.background-color-gray100 {
  background-color: var(--gray100);
}

.background-color-primary100 {
  background-color: var(--primary100);
}

.background-color-primary200 {
  background-color: var(--primary200);
}

.icon-featured-square-large {
  background-color: var(--primary500);
  color: var(--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-featured-square-medium {
  background-color: var(--primary500);
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.uui-styleguide_common-icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.uui-styleguide-message-delete-this {
  background-color: var(--gray100);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.uui-styleguide-message-fixed {
  z-index: 99;
  border-top: .75rem solid var(--primary600);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.uui-styleguide-message-wrapper {
  background-color: var(--white);
  text-align: left;
  border-radius: 1rem;
  padding: 2rem;
}

.text-color-white {
  color: var(--white);
}

.uui-button-11 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d2939;
  border: .0625rem solid #1d2939;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: none;
  box-shadow: 0 1px .125rem #1018280d;
}

.uui-button-11:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-11:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px .125rem #1018280d, 0 0 0 .25rem #f4ebff;
}

.uui-navbar07_menu-button-2 {
  padding: 0;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar07_component-2 {
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffc;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.uui-navbar07_logo-link-2 {
  padding-left: 0;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  max-width: 12rem;
  height: 100%;
}

.uui-button-secondary-gray-7 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: .0625rem solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px .125rem #1018280d;
}

.uui-button-secondary-gray-7:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-7:focus {
  background-color: #fff;
  box-shadow: 0 1px .125rem #1018280d, 0 0 0 .25rem #f2f4f7;
}

.uui-button-secondary-gray-7.show-tablet {
  display: none;
}

.uui-navbar07_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_link-2 {
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar07_link-2:hover {
  color: #344054;
}

.uui-navbar07_link-2.w--current {
  color: var(--gray900);
}

.uui-navbar07_button-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-right-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogsection04_category-link {
  color: var(--indigo600);
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection04_category-link:hover {
  color: #53389e;
}

.uui-button-9 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: .0625rem solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px .125rem #1018280d;
}

.uui-button-9:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-9:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px .125rem #1018280d, 0 0 0 .25rem #f4ebff;
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-xsmall-3 {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.uui-blogsection04_image-wrapper {
  aspect-ratio: 7 / 5;
  background-color: var(--gray200);
  object-fit: cover;
  border-radius: .125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection04_list-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-blogsection04_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.uui-page-padding-9 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogsection04_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.uui-space-small-6 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-blogsection04_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection04_image-link:hover {
  box-shadow: 0 24px 3rem -.75rem #1018282e;
}

.uui-blogsection04_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-button-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-4.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-blogsection04_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-heading-medium-6 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-text-size-large-6 {
  color: #475467;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--indigo600);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #53389e;
}

.uui-button-link-2.hide {
  display: none;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogsection04_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection04_meta-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--indigo25);
  color: #6941c6;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: .25rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection04_title-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-padding-vertical-xhuge-8 {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.uui-max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-6.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-blogsection04_heading {
  flex: 1;
}

.navbar1_component {
  background-color: #0000;
  border-bottom: .0625rem solid #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .0625rem solid #000;
  padding: .75rem 1.5rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: .0625rem solid #000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #0000;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.text-block {
  color: var(--indigo600);
}

.logo-4-rem {
  width: 4rem;
  margin-bottom: 1rem;
}

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

.uui-text-align-center-2 {
  text-align: center;
}

.uui-heading-xlarge {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.uui-text-size-xlarge {
  color: #475467;
  font-size: 1.2rem;
  line-height: 1.5;
}

.uui-heroheader22_image {
  object-fit: cover;
  width: 100%;
  height: 32.25rem;
}

.uui-heroheader22_image-wrapper {
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: block;
}

.uui-button {
  grid-column-gap: .5rem;
  border: .0625rem solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px .125rem #1018280d;
}

.uui-button:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: .0625rem solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px .125rem #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-text-size-xlarge-2 {
  color: var(--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heroheader22_text-underline {
  background-image: url('../images/underline-01.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: visible;
}

.uui-heading-xlarge-2 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-max-width-xlarge-2 {
  width: 100%;
  max-width: 64rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.uui-page-padding.padding-vertical.padding-huge {
  background-color: var(--gray50);
}

.uui-section_heroheader22 {
  overflow: hidden;
}

.youtube {
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-layout03_lightbox {
  background-color: #f2f4f7;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout03_lightbox.embedyoutube {
  display: none;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(.75rem);
  backdrop-filter: saturate(150%) blur(.75rem);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.uui-heading-subheading-2 {
  color: #1f66ff;
  font-weight: 500;
  line-height: 1.5;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-section {
  padding-top: 4rem;
  position: relative;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-layout03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout03_image {
  border: .25rem solid #101828;
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout03_image.shadow-xlarge.dailyn {
  width: 18rem;
  min-width: 8rem;
  max-width: 390%;
  inset: 5% 0% auto 10%;
  transform: rotate(0);
  box-shadow: 0 2px .3125rem .125rem #0003, 0 .3125rem 1.25rem #0003;
}

.uui-layout03_image.shadow-xlarge.dailyn._2 {
  width: 16rem;
  position: absolute;
  inset: -5% 10% 0% auto;
}

.uui-layout03_image.shadow-xlarge.businesswallet1 {
  width: 18rem;
  min-width: 8rem;
  max-width: 390%;
  inset: 5% 0% auto 10%;
  box-shadow: 0 2px .3125rem .125rem #0003, 0 .3125rem 1.25rem #0003;
}

.uui-layout03_image.shadow-xlarge.dailyn-2-copy {
  width: 16rem;
  min-width: 8rem;
  inset: auto 0% 5% 50%;
}

.uui-layout03_image.shadow-xlarge.dailyn {
  width: 18rem;
  min-width: 8rem;
  max-width: 390%;
  inset: 5% 0% auto 10%;
  box-shadow: 0 2px .3125rem .125rem #0003, 0 .3125rem 1.25rem #0003;
}

.uui-layout03_image.shadow-xlarge.dailyn-2 {
  width: 16rem;
  min-width: 8rem;
  inset: auto 0% 5% 50%;
}

.uui-banner12_close-button {
  color: #9e77ed;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.uui-banner12_close-button:hover {
  color: #7f56d9;
  background-color: #f9f5ff;
}

.uui-layout26_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.html-embed {
  width: 100%;
  height: 100%;
  position: static;
}

.uui-banner12_supporting-text {
  color: #7f56d9;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-1x1-xxsmall-3 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner12_text {
  color: #6941c6;
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner12_component {
  margin-top: 2rem;
}

.uui-layout56_item {
  display: flex;
}

.uui-banner12_wrapper {
  background-color: #fcfaff;
  border: .0625rem solid #d6bbfb;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 1rem -.25rem #00000014, 0 .25rem .375rem -.125rem #10182808;
}

.uui-banner12_text-wrapper {
  grid-row-gap: .125rem;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.uui-layout56_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout56_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout26_content-right {
  padding-top: 3rem;
}

.uui-layout26_image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--gray50);
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 40rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout26_image-wrapper.gif {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--gray100);
  padding-top: 0;
}

.uui-banner12_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout26_item {
  display: flex;
}

.uui-layout56_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout56_image {
  border: .25rem solid #101828;
  border-radius: .5rem;
  width: 100rem;
}

.uui-layout56_image.smallgif {
  width: 18rem;
  box-shadow: 0 2px .3125rem .0625rem #0003, .875rem .4375rem 2.5rem #0003;
}

.uui-layout56_image.smallgif.mobile-nav {
  object-fit: contain;
  max-width: none;
  position: absolute;
  inset: 5rem auto auto 2rem;
}

.uui-layout56_image.smallgif.atelier {
  object-fit: contain;
  max-width: none;
  position: absolute;
  inset: auto 5% 15% auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout26_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout26_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-layout13_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout13_image-wrapper {
  background-color: var(--gray100);
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout13_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-page-padding-10 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout13_tabs-link {
  background-color: #0000;
  border-left: .25rem solid #f2f4f7;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout13_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #7f56d9;
}

.uui-page-padding-11, .uui-page-padding-12, .uui-page-padding-13 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout12_image {
  border: .25rem solid #101828;
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout12_image.shadow-xlarge.ecommerce {
  width: 60rem;
  inset: 2rem 2rem auto auto;
}

.uui-layout12_image.shadow-xlarge.bigger {
  width: 90%;
  max-height: 95%;
  inset: auto 0% 1rem 1rem;
}

.uui-layout45_lightbox {
  background-color: #f2f4f7;
  justify-content: center;
  width: 100%;
  height: 40rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-page-padding-14 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout45_lightbox-image {
  border: .25rem solid #101828;
  border-radius: .75rem;
  width: 92%;
  position: absolute;
  top: 8%;
}

.uui-page-padding-15, .uui-page-padding-16, .uui-page-padding-17, .uui-page-padding-18 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-page-padding-19 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-small-4 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-4.text-color-gray500 {
  color: #667085;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: .0625rem solid #eaecf0;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: #475467;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: #344054;
}

.uui-footer04_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: #667085;
}

.uui-footer04_social-link.hide {
  display: none;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-footer04_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: #475467;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: none;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 150rem;
  display: flex;
  overflow: hidden;
}

.uui-logos04_text {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-section_logos04 {
  overflow: hidden;
}

.uui-logos04_logo {
  height: 3.5rem;
}

.uui-logo-loop_inner {
  display: flex;
  overflow: hidden;
}

.uui-logo-loop_component {
  width: 100%;
  height: 4.5rem;
  margin-top: 2rem;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 0;
  display: flex;
}

.logo-2-rem {
  width: 2rem;
  height: 2rem;
}

.image {
  position: absolute;
}

.background-video {
  aspect-ratio: auto;
  object-fit: contain;
  width: 69rem;
  height: 42rem;
  position: relative;
}

.div-block {
  justify-content: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 2.5rem;
  display: flex;
}

.badge-expertise {
  grid-column-gap: .375rem;
  outline-color: var(--gray300);
  outline-offset: 0rem;
  color: var(--gray700);
  white-space: nowrap;
  background-color: #fff;
  border-radius: 10rem;
  outline-width: 1px;
  outline-style: solid;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: block;
}

.badge-expertise.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.badge-expertise.is-primary {
  background-color: var(--primary50);
  color: var(--primary700);
}

.badge-expertise.is-error {
  background-color: var(--error50);
  color: var(--error700);
}

.badge-expertise.is-warning {
  background-color: var(--warning50);
  color: var(--warning700);
}

.badge-expertise.is-badge-large {
  padding: .25rem .75rem;
  position: static;
}

.badge-expertise.is-badge-large.relative {
  position: absolute;
}

.badge-expertise.is-success {
  background-color: var(--success50);
  color: var(--success700);
}

.badge-expertise.is-inverse {
  background-color: var(--gray700);
  color: var(--gray200);
  top: 1rem;
}

.badge-expertise.is-inverse-transparent {
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: var(--gray300);
  background-color: #1d2939bf;
  border-radius: 1rem;
  inset: .75rem auto auto .75rem;
}

.badge-expertise.is-inverse-transparent.is-inversed {
  background-color: var(--gray700);
  color: var(--gray200);
  top: 0;
  left: 0;
}

.badge-block {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner24_close-button {
  color: var(--primary500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner24_close-button:hover {
  background-color: var(--primary50);
  color: var(--primary600);
}

.uui-text-style-link {
  color: var(--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--gray700);
}

.uui-text-style-link.uui-text-color-primary600, .uui-text-color-primary600 {
  color: var(--primary600);
}

.uui-banner24_supporting-text {
  color: var(--primary600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner24_text {
  color: var(--primary700);
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner24_text-wrapper {
  grid-row-gap: .125rem;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.uui-banner24_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.uui-banner24_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.uui-page-padding-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-banner24_component {
  border-bottom: .0625rem solid var(--primary300);
  background-color: var(--primary25);
  position: relative;
}

.uui-banner06_close-button {
  color: var(--primary500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner06_close-button:hover {
  background-color: var(--primary50);
  color: var(--primary600);
}

.uui-button-12 {
  grid-column-gap: .5rem;
  border: .0625rem solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px .125rem #1018280d;
}

.uui-button-12:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button-12:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.uui-button-12.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-banner06_supporting-text {
  color: var(--primary600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner06_text {
  color: var(--primary700);
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner06_text-wrapper {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large-2 {
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-banner06_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-banner06_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner06_wrapper {
  border: .0625rem solid var(--primary300);
  background-color: var(--primary25);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  padding: .75rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 1rem -.25rem #00000014, 0 .25rem .375rem -.125rem #10182808;
}

.uui-container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.case-study-header {
  background-color: var(--gray50);
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-form-checkbox-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: .0625rem solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: .0625rem;
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  border: .0625rem solid var(--gray300);
  background-color: var(--white);
  color: var(--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px .125rem #1018280d;
}

.uui-form_input:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.uui-form_input::placeholder {
  color: var(--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label {
  color: var(--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02 {
  color: var(--primary700);
  text-decoration: none;
}

.uui-contact03_icon-wrapper {
  color: var(--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact03_item {
  align-items: center;
  display: flex;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-text-size-large {
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-space-small-7 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--primary50);
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-contact08_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.uui-contact08_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 4rem;
  display: grid;
}

.uui-heading-subheading {
  color: var(--primary600);
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gif-chat {
  object-fit: contain;
  border: .25rem solid #000;
  border-radius: .5rem;
  height: 90%;
  box-shadow: 0 2px .3125rem #0003, 0 1rem 2.5rem #0003;
}

.uui-button-13 {
  grid-column-gap: .5rem;
  border: .0625rem solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px .125rem #1018280d;
}

.uui-button-13:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button-13:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.uui-blogsection10_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection10_button-row.mobile-landscape {
  display: none;
}

.uui-blogsection10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blogsection10_arrow {
  border: .0625rem solid var(--gray200);
  color: var(--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection10_arrow:hover {
  background-color: var(--gray50);
}

.uui-blogsection10_arrow.left {
  right: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--primary800);
}

.uui-space-small-8 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-3 {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-xsmall {
  color: var(--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection10_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blogsection10_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection10_category-link {
  background-color: var(--white);
  color: var(--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection10_category-link:hover {
  color: var(--primary800);
}

.uui-blogsection10_meta-wrapper {
  background-color: var(--primary50);
  color: var(--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection10_image {
  border: .0625rem solid var(--gray300);
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection10_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection10_image-link {
  width: 100%;
  margin-bottom: 0;
  transition: all .3s;
}

.uui-blogsection10_image-link:hover {
  box-shadow: 0 24px 3rem -.75rem #1018282e;
}

.uui-blogsection10_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection10_slide {
  padding-right: 1rem;
}

.uui-blogsection11_mask {
  width: 50%;
  overflow: visible;
}

.uui-blogsection10_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.uui-text-size-large-7 {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-7 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-7 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-7 {
  width: 100%;
  max-width: 48rem;
}

.uui-blogsection10_heading {
  flex: 1;
}

.uui-blogsection10_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-11 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-21 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_blogsection10 {
  overflow: hidden;
}

.uui-space-xxlarge-2 {
  width: 100%;
  min-height: 5rem;
}

.uui-logos03_logo {
  height: 3rem;
}

.uui-logos03_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-logos03_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.uui-logos03_text {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-logos03_content-left {
  max-width: 20rem;
}

.uui-logos03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.uui-container-large-12 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-22 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-logos01_logo {
  height: 3rem;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-logos01_text {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-max-width-large-8 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-8.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-section_logos01 {
  display: block;
}

.uui-space-xxlarge-3 {
  width: 100%;
  min-height: 5rem;
}

.uui-logos02_logo {
  height: 2.5rem;
}

.uui-logos02_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos02_logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-text-size-large-8 {
  color: var(--gray600);
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-max-width-large-9 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-9.align-center, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-3 {
  text-align: center;
}

.uui-logos02_component {
  border-radius: 1rem;
  padding: 4rem;
}

.uui-container-large-13 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-23 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_logos02 {
  margin-top: 40px;
}

.is-hidden {
  display: none;
}

.heading {
  font-weight: 400;
}

.body {
  font-family: Lexend Deca, sans-serif;
}

.heading-2 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  font-weight: 400;
}

.body-2 {
  font-family: Lexend Deca, sans-serif;
}

.body-2.suisse {
  font-family: Satoshi Variable, sans-serif;
}

.body-3 {
  font-family: Lexend Deca, sans-serif;
}

.paragraph---small {
  font-size: 1.1rem;
  font-weight: 400;
}

.body---satoshi-variable {
  color: var(--gray700);
  font-family: Satoshi Variable, sans-serif;
}

.body---satoshi-variable.overused {
  font-family: Overusedgrotesk Vf, sans-serif;
}

.bold-text {
  font-family: Satoshi Variable, sans-serif;
}

.footer-text {
  font-weight: 500;
}

.under-construction {
  color: var(--warning700);
  font-size: 1.1rem;
  font-weight: 500;
}

.body-overused-grotesk {
  font-family: Overusedgrotesk Vf, sans-serif;
}

.text-block-5, .date-tag {
  font-size: 1rem;
}

.home-link {
  font-size: 1.1rem;
  font-weight: 500;
}

.code-embed {
  color: var(--gray900);
  height: .9rem;
  display: flex;
}

.tag-canvas {
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
}

.tag-content-text-1, .tag-content-text-2 {
  z-index: 2;
  color: #ced1dc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.tag-vector-3 {
  position: absolute;
  inset: auto auto -22px -17px;
}

.tag-vector-1 {
  position: absolute;
  inset: -17px auto auto -17px;
}

.tag-vector-2 {
  position: absolute;
  inset: -17px -17px auto auto;
}

.tag-content-wrapper {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  inset: 130px auto auto 50%;
  transform: translate(-50%);
}

.tag-content-text-wrap {
  overflow: hidden;
}

.tag-element {
  border: 1px solid #5259634d;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.tag-vector-4 {
  position: absolute;
  inset: auto -17px -22px auto;
}

.section {
  height: 500px;
}

.tag-wrapper {
  background-color: #15181d;
  background-image: url('../images/content-bg-shape.svg');
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: 799px;
  width: 100%;
  height: 100%;
  padding: 96px;
  position: relative;
}

.tag-line-2 {
  border-bottom: 1px solid #5259634d;
  border-left: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-2 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.tag-line-3 {
  border-top: 1px solid #5259634d;
  border-right: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tag-line-1 {
  border-bottom: 1px solid #5259634d;
  border-right: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-wrapper {
  position: absolute;
  inset: 25px auto auto 50%;
  transform: translate(-50%);
}

.tag-line-4 {
  border-top: 1px solid #5259634d;
  border-left: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.quick-stack {
  margin-left: 3px;
  margin-right: 3px;
}

.section-3 {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.grid {
  grid-template-columns: 1fr .5fr;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
}

.columns {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column {
  padding-left: 40px;
  padding-right: 0;
  position: sticky;
  inset: 25% 0% auto auto;
}

.bold-text-2, .heading-project {
  font-size: 2rem;
}

.quick-link {
  font-weight: 500;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-6 {
  background-color: var(--gray200);
  border-radius: 6px;
  justify-content: flex-start;
  padding: 4px 6px;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.date {
  margin-bottom: .5rem;
  display: flex;
}

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

.main {
  margin-top: 40px;
}

.spline-scene {
  z-index: 0;
  mix-blend-mode: darken;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: -10% 0% auto;
  overflow: hidden;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.absolute-heading {
  width: 31rem;
  font-size: 2rem;
  position: absolute;
  top: 8rem;
  left: 2rem;
}

.hero-text {
  width: 45vw;
}

.hero-h {
  letter-spacing: normal;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

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

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 2.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-large {
    font-size: 2.75rem;
  }

  .heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-styleguide_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .badge {
    position: relative;
  }

  .badge.is-inverse-transparent {
    position: absolute;
  }

  .menu-icon_line-middle-inner-2 {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom-2 {
    background-color: #344054;
    border-radius: 1rem;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar07_menu-button-2.w--open {
    background-color: #0000;
  }

  .menu-icon_line-middle-2 {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .125rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: #344054;
    border-radius: 1rem;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar07_menu-left-2 {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-button-secondary-gray-7.show-tablet {
    display: none;
  }

  .uui-navbar07_link-2 {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: .8rem;
  }

  .uui-navbar07_link-2:hover {
    color: #101828;
  }

  .uui-navbar07_button-wrapper-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right-2 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: .0625rem solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-blogsection04_button-row {
    flex: none;
  }

  .uui-blogsection04_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blogsection04_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .uui-blogsection04_heading {
    margin-right: 3rem;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: .0625rem solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .125rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-page-padding.padding-vertical.padding-huge {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-layout03_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout03_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout26_component {
    grid-column-gap: 3rem;
  }

  .uui-layout26_image-wrapper {
    align-items: center;
    height: 35rem;
  }

  .uui-layout56_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-layout56_image.smallgif.mobile-nav {
    width: 16rem;
    top: 10rem;
  }

  .uui-layout13_component {
    grid-column-gap: 3rem;
  }

  .uui-layout12_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout12_image.shadow-xlarge.ecommerce {
    aspect-ratio: auto;
    width: auto;
    max-width: 95%;
    position: relative;
    inset: 1rem;
  }

  .uui-layout12_image.shadow-xlarge.bigger {
    width: 95%;
  }

  .uui-layout45_lightbox {
    height: 27rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .logo-2-rem {
    height: 2rem;
  }

  .badge-expertise {
    position: relative;
  }

  .badge-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .uui-banner06_text-wrapper {
    flex-wrap: wrap;
  }

  .uui-banner06_icon-wrapper {
    display: none;
  }

  .uui-banner06_wrapper {
    padding-left: 1.25rem;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection10_button-row {
    flex: none;
  }

  .uui-blogsection11_mask {
    width: 50%;
  }

  .uui-blogsection10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection10_heading {
    margin-right: 3rem;
  }

  .uui-blogsection10_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge-2 {
    min-height: 4.5rem;
  }

  .uui-logos03_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-logos03_content-left {
    max-width: 16rem;
  }

  .uui-logos03_component {
    grid-column-gap: 3rem;
    align-items: start;
  }

  .uui-space-xxlarge-3 {
    min-height: 4.5rem;
  }

  .uui-logos02_component {
    padding: 3rem;
  }

  .div-block-4 {
    position: relative;
  }

  .tag-content-text-1 {
    font-size: 40px;
    font-weight: 600;
  }

  .tag-content-text-2 {
    font-size: 40px;
  }

  .tag-wrapper {
    padding: 65px;
  }

  .tag-line-2, .tag-line-3, .tag-line-1 {
    width: 66px;
    height: 66px;
  }

  .logo-wrapper {
    top: 10px;
  }

  .tag-line-4 {
    width: 66px;
    height: 66px;
  }

  .spline-scene {
    width: 100vw;
    position: absolute;
    top: 50%;
  }

  .hero-text {
    width: 100%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .text-rich-text figcaption {
    margin-top: .75rem;
  }

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

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

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

  .button-tertiary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary:hover {
    background-color: #0000;
  }

  .button-tertiary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .heading-large {
    max-width: 100%;
    font-size: 2rem;
  }

  .button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .heading-xsmall {
    font-size: 1.25rem;
  }

  .button-secondary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    background-color: var(--primary50);
  }

  .button-secondary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .button-row {
    align-self: stretch;
  }

  .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

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

  .button-link:hover {
    color: var(--primary700);
  }

  .button-link.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .badge-group {
    font-size: .75rem;
  }

  .badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
  }

  .button-secondary-gray:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-tertiary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray:hover {
    color: var(--gray600);
    background-color: #0000;
  }

  .button-tertiary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-link-gray {
    font-size: 1rem;
  }

  .button-link-gray:hover {
    color: var(--gray600);
  }

  .button-link-gray.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-styleguide-message-delete-this {
    align-items: flex-start;
    padding-top: 6rem;
  }

  .uui-styleguide-message-fixed {
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide-message-wrapper {
    padding: 1rem;
  }

  .uui-button-11 {
    font-size: 1rem;
  }

  .uui-button-11:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-navbar07_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-logo_logotype-2 {
    max-width: 10rem;
  }

  .uui-button-secondary-gray-7 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-7:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-navbar07_link-2 {
    font-size: 1rem;
  }

  .uui-navbar07_menu-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogsection04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-button-9 {
    font-size: 1rem;
  }

  .uui-button-9:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

  .uui-heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .uui-blogsection04_list-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-blogsection04_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-page-padding-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogsection04_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-space-small-6 {
    min-height: 1.25rem;
  }

  .uui-blogsection04_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection04_image-link:hover {
    box-shadow: none;
  }

  .uui-button-icon-4.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-text-size-large-6, .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

  .uui-blogsection04_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-blogsection04_meta-wrapper {
    font-size: .75rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogsection04_heading {
    margin-right: 0;
  }

  .uui-button-wrapper-6.max-width-full-mobile-landscape {
    width: 100%;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heroheader22_image {
    max-width: none;
    height: 22rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout03_lightbox {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    justify-content: center;
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-layout03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout03_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout03_image.shadow-xlarge.dailyn-2 {
    object-fit: cover;
    width: 15.5rem;
  }

  .uui-layout03_image.shadow-xlarge.dailyn {
    object-fit: cover;
    object-fit: cover;
    width: 15.5rem;
    max-width: 100%;
  }

  .uui-layout03_image.shadow-xlarge.dailyn-2 {
    object-fit: cover;
  }

  .uui-banner12_close-button {
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner12_close-button:hover {
    color: #9e77ed;
    background-color: #0000;
  }

  .uui-layout26_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-banner12_wrapper {
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
  }

  .uui-banner12_text-wrapper {
    text-align: left;
    flex-direction: column;
  }

  .uui-layout56_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout26_content-right {
    padding-top: 0;
  }

  .uui-layout26_image-wrapper {
    height: 24rem;
    margin-top: 3rem;
  }

  .uui-layout26_image-wrapper.gif {
    height: 30rem;
    padding-top: 0;
  }

  .uui-banner12_content {
    justify-content: flex-start;
  }

  .uui-layout56_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout26_item-list {
    margin-bottom: 2rem;
  }

  .uui-layout13_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    height: 27rem;
    min-height: auto;
    display: grid;
  }

  .uui-layout13_component {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout13_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-page-padding-11, .uui-page-padding-12, .uui-page-padding-13 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout12_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout45_lightbox {
    height: auto;
    margin-top: 3rem;
    padding: 1.5rem 1rem;
  }

  .uui-page-padding-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout45_lightbox-image {
    border-radius: .5rem;
    width: 100%;
    position: static;
  }

  .uui-page-padding-15, .uui-page-padding-16, .uui-page-padding-17, .uui-page-padding-18, .uui-page-padding-19 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-footer04_link:hover {
    color: #667085;
  }

  .uui-footer04_social-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-footer04_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .badge-expertise {
    padding: .125rem .5rem;
  }

  .uui-banner24_close-button:hover {
    color: var(--primary500);
    background-color: #0000;
  }

  .uui-banner24_text-wrapper {
    text-align: left;
  }

  .uui-banner24_content {
    margin-left: 0;
  }

  .uui-banner24_content-wrapper {
    align-items: flex-start;
  }

  .uui-page-padding-20 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-banner06_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner06_close-button:hover {
    color: var(--primary500);
    background-color: #0000;
  }

  .uui-button-12 {
    font-size: 1rem;
  }

  .uui-button-12:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-banner06_text-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-banner06_content {
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .uui-banner06_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .case-study-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-small-7 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-contact08_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-button-13 {
    font-size: 1rem;
  }

  .uui-button-13:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-wrapper-7.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-blogsection10_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection10_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .uui-blogsection10_arrow:hover {
    background-color: var(--white);
  }

  .uui-blogsection10_arrow.left {
    right: 3.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--primary700);
  }

  .uui-space-small-8 {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blogsection10_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection10_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blogsection10_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection10_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection10_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection11_mask {
    width: 80%;
  }

  .uui-blogsection10_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-text-size-large-7 {
    font-size: 1rem;
  }

  .uui-space-xsmall-7 {
    min-height: .75rem;
  }

  .uui-heading-medium-7 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection10_heading {
    margin-right: 0;
  }

  .uui-blogsection10_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-21 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-xxlarge-2 {
    min-height: 3rem;
  }

  .uui-logos03_logo {
    height: 2.5rem;
  }

  .uui-logos03_wrapper {
    width: auto;
  }

  .uui-logos03_logo-list {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .uui-logos03_content-left {
    max-width: none;
  }

  .uui-logos03_component {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-page-padding-22 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

  .uui-space-xxlarge-3 {
    min-height: 3rem;
  }

  .uui-logos02_wrapper {
    padding: .5rem 1rem;
  }

  .uui-text-size-large-8 {
    font-size: 1rem;
  }

  .uui-logos02_component {
    padding: 2.5rem 1.5rem;
  }

  .uui-page-padding-23 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tag-canvas {
    width: 125%;
    height: 125%;
    transform: scale(.8);
  }

  .tag-content-text-1, .tag-content-text-2 {
    font-size: 20px;
  }

  .section-2 {
    width: 100vw;
    height: 100vh;
  }

  .column, .spline-scene {
    display: none;
  }

  .hero-text {
    width: 100%;
  }

  .hero-h {
    max-width: 100%;
    font-size: 2rem;
  }
}

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

  .show-mobile-portrait {
    display: block;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .uui-styleguide_images-layout {
    grid-template-columns: 1fr;
  }

  .uui-text-size-large-6 {
    font-size: .9rem;
  }

  .uui-text-size-xlarge {
    font-size: 1rem;
  }

  .uui-heroheader22_image {
    height: 15rem;
  }

  .uui-layout03_image.shadow-xlarge.businesswallet1 {
    max-width: 100%;
  }

  .uui-layout26_image-wrapper.gif {
    height: 50rem;
  }

  .uui-layout13_image-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    height: 20rem;
  }

  .uui-layout12_image.shadow-xlarge.bigger {
    object-fit: contain;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding: .5rem;
  }

  .background-video {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: 12rem;
  }

  .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .gif-chat {
    height: 45%;
  }

  .uui-blogsection11_mask {
    width: 95%;
  }

  .uui-logos03_logo-list {
    justify-content: center;
  }

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

  .uui-logos01_component {
    justify-content: center;
  }

  .uui-logos02_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .tag-content-text-1, .tag-content-text-2 {
    font-size: 20px;
  }

  .tag-content-wrapper {
    top: 50px;
  }

  .tag-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tag-line-2 {
    width: 26px;
  }

  .section-2 {
    height: 97vh;
  }

  .tag-line-3, .tag-line-1, .tag-line-4 {
    width: 26px;
  }

  .hero-h {
    font-size: 1.5rem;
  }
}

#w-node-c379466e-3b22-72e3-24ad-168cacb04ed5-e1fc1324, #w-node-c379466e-3b22-72e3-24ad-168cacb04ed9-e1fc1324, #w-node-c379466e-3b22-72e3-24ad-168cacb04edb-e1fc1324, #w-node-c379466e-3b22-72e3-24ad-168cacb04edd-e1fc1324, #w-node-c379466e-3b22-72e3-24ad-168cacb04edf-e1fc1324, #w-node-c379466e-3b22-72e3-24ad-168cacb04ee3-e1fc1324, #w-node-c379466e-3b22-72e3-24ad-168cacb04ee9-e1fc1324 {
  justify-self: center;
}

#w-node-_2bf2970a-44e2-6b2d-5aee-3090dd103fc3-dd103fae {
  justify-self: end;
}

#w-node-_611607cc-ae5d-9a4c-c4d2-2ea86963bb74-e1fc1340, #w-node-_27f014f9-c496-205d-a222-69d46b63782b-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27f014f9-c496-205d-a222-69d46b63782c-e1fc1340 {
  justify-self: start;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c372f-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c3730-e1fc1340 {
  justify-self: start;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a942-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a943-e1fc1340 {
  justify-self: start;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea8-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea9-e1fc1340 {
  justify-self: start;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214e-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214f-e1fc1340 {
  justify-self: start;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca489-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca48a-e1fc1340 {
  justify-self: start;
}

#w-node-_34826859-0a03-9fb8-8d59-bca5449dd59b-e1fc1340, #w-node-ce4e8531-7508-d194-4e66-ed664d352681-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce34ec8d-48dd-2624-dd65-63a1d2b3761f-e1fc1340 {
  justify-self: start;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af64-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af65-e1fc1340 {
  justify-self: start;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d3-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d4-e1fc1340 {
  justify-self: start;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c15-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c16-e1fc1340 {
  justify-self: start;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d5-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d6-e1fc1340 {
  justify-self: start;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bc-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bd-e1fc1340 {
  justify-self: start;
}

#w-node-_80d2dd82-0cf2-071e-9875-dac4192eae6f-e1fc1340, #w-node-_4635f455-7122-d962-9614-bf90a260e076-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9639846d-3d42-62ca-be07-71a881d089aa-e1fc1340 {
  justify-self: start;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5d-e1fc1340 {
  justify-self: start;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbaaf-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbab0-e1fc1340 {
  justify-self: start;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b4-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b5-e1fc1340 {
  justify-self: start;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bc-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bd-e1fc1340 {
  justify-self: start;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004017-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004018-e1fc1340 {
  justify-self: start;
}

#w-node-_3884ceb3-f06f-178c-f76e-9f909fa0b8c4-e1fc1340, #w-node-e75743e2-0530-5d56-4143-3b025f2bb3df-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e75743e2-0530-5d56-4143-3b025f2bb3e0-e1fc1340 {
  justify-self: start;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c2-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c3-e1fc1340 {
  justify-self: start;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f48-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f49-e1fc1340 {
  justify-self: start;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e91-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e92-e1fc1340 {
  justify-self: start;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed05-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed06-e1fc1340 {
  justify-self: start;
}

#w-node-_85959611-b184-f1cb-4938-1292fbb6413e-e1fc1340, #w-node-_54da55f7-d012-d5c8-6762-4e3fb8246423-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246424-e1fc1340 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246428-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246429-e1fc1340 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642d-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642e-e1fc1340 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246432-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246433-e1fc1340 {
  justify-self: start;
}

#w-node-c6a804be-5fa9-d9a2-4c26-ddedc86de3f3-e1fc1340, #w-node-_926c497d-e762-67c5-297c-e04d778677a1-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_926c497d-e762-67c5-297c-e04d778677a2-e1fc1340 {
  justify-self: start;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e98-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e99-e1fc1340 {
  justify-self: start;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9b-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9c-e1fc1340 {
  justify-self: start;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602bd-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602be-e1fc1340 {
  justify-self: start;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30cd-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30ce-e1fc1340 {
  justify-self: start;
}

#w-node-_568bfc0c-1df6-e6dd-5bcc-eff70d085390-e1fc1340, #w-node-a5dedb64-b161-6bf7-9083-f332c683030f-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830310-e1fc1340 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830314-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830315-e1fc1340 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830319-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031a-e1fc1340 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031e-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031f-e1fc1340 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830323-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830324-e1fc1340 {
  justify-self: start;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c56-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c57-e1fc1340 {
  justify-self: start;
}

#w-node-_0e1496e1-4f60-0716-0560-094a8fd6f1a5-e1fc1340, #w-node-_7724a18c-3fe5-f33a-bceb-50f473325102-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7724a18c-3fe5-f33a-bceb-50f473325103-e1fc1340 {
  justify-self: start;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c571-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c572-e1fc1340 {
  justify-self: start;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5b-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5c-e1fc1340 {
  justify-self: start;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e1229-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e122a-e1fc1340 {
  justify-self: start;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f217-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f218-e1fc1340 {
  justify-self: start;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee657-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee658-e1fc1340 {
  justify-self: start;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc06-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc07-e1fc1340 {
  justify-self: start;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc5-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc6-e1fc1340 {
  justify-self: start;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894531-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894532-e1fc1340 {
  justify-self: start;
}

#w-node-_41b861b5-4f64-4c43-7229-39048ec9840d-e1fc1340, #w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c11-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c12-e1fc1340 {
  justify-self: start;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a986-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a987-e1fc1340 {
  justify-self: start;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606df-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606e0-e1fc1340 {
  justify-self: start;
}

#w-node-_506b5fbe-e1f5-2018-b14b-6cc52b1ebbe6-e1fc1340, #w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f175-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f176-e1fc1340 {
  justify-self: start;
}

#w-node-ac478db6-3301-0441-1080-3da98a6c5994-e1fc1340, #w-node-_4558a98b-d49a-7218-c1a4-dfadbe92290b-e1fc1340, #w-node-f7592db4-00f6-6056-3e4d-bc630d73b16b-e1fc1340, #w-node-_3aa13419-0814-2b8b-5fcb-c1967dcc04b4-e1fc1340, #w-node-_5536d213-1554-5501-3931-be8d8a809855-e1fc1340, #w-node-_5dadb952-b04c-323a-f40f-77e47d127571-e1fc1340, #w-node-c61ba694-2303-3248-da32-4e515d3c4f2d-e1fc1340, #w-node-_37bf894e-f018-7d40-892c-5605fa30fc89-e1fc1340, #w-node-_657111fd-947a-b1da-ed8c-0a27e9f53e99-e1fc1340, #w-node-_63a7be94-6d00-4da9-a920-7789e8d188ae-e1fc1340, #w-node-c4797e7c-b48f-edb1-72ff-46a5cfb28a87-e1fc1340, #w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123d-e1fc1340 {
  justify-self: start;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06a-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06b-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1241-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1242-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1246-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1247-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124b-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124c-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1250-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1251-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1255-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1256-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125a-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125b-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125f-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1260-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1264-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1265-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1269-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126a-e1fc1340 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126e-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126f-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70d-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70e-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e712-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e713-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e717-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e718-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71d-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e721-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e722-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e726-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e727-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72b-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72c-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e730-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e731-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e735-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e736-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73a-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73b-e1fc1340 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73f-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e740-e1fc1340 {
  justify-self: start;
}

#w-node-_69468a22-fd1b-bdb9-f3ec-ad17f192a556-e1fc1340, #w-node-_04dc89e3-235c-3108-9e2f-6e798f3588c2-e1fc1340, #w-node-_2d5beda5-19cf-2370-9367-4035c91b8858-e1fc1340, #w-node-_6f462cf8-f8ad-1730-6ba6-c3ad3a3d09a1-e1fc1340, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded011-e1fc1340, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded012-e1fc1340, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d3-e1fc1340, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d4-e1fc1340, #w-node-_04cb636f-9a10-3994-1ff6-0de43638409f-e1fc1340, #w-node-_04cb636f-9a10-3994-1ff6-0de4363840a0-e1fc1340, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8103-e1fc1340, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8104-e1fc1340, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849b-e1fc1340, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849c-e1fc1340, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce0-e1fc1340, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce1-e1fc1340, #w-node-_8a369d9b-ce07-f107-5bf4-ce0e71c93e9c-e1fc1340, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087924-e1fc1340, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087925-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087926-e1fc1340 {
  justify-self: start;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087928-e1fc1340, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa82-e1fc1340, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa83-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa84-e1fc1340 {
  justify-self: start;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa88-e1fc1340, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005832-e1fc1340, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005833-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b58005834-e1fc1340 {
  justify-self: start;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b5800583a-e1fc1340, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade21-e1fc1340, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade22-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade23-e1fc1340 {
  justify-self: start;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade27-e1fc1340, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340c-e1fc1340, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340d-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340e-e1fc1340 {
  justify-self: start;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b3414-e1fc1340, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56d-e1fc1340, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56e-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56f-e1fc1340 {
  justify-self: start;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec575-e1fc1340, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c853-e1fc1340, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c854-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c855-e1fc1340 {
  justify-self: start;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c85b-e1fc1340, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae05-e1fc1340, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae06-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae07-e1fc1340 {
  justify-self: start;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae0b-e1fc1340, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68d9-e1fc1340, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68da-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68db-e1fc1340 {
  justify-self: start;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68e1-e1fc1340, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7d-e1fc1340, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7e-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7f-e1fc1340 {
  justify-self: start;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d85-e1fc1340, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68473-e1fc1340, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68474-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68475-e1fc1340 {
  justify-self: start;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa6847b-e1fc1340, #w-node-a5da9f04-3971-3286-163a-446635d1e349-e1fc1340, #w-node-a5da9f04-3971-3286-163a-446635d1e34a-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34b-e1fc1340 {
  justify-self: start;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34f-e1fc1340, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56b-e1fc1340, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56d-e1fc1340 {
  justify-self: start;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f575-e1fc1340, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8e-e1fc1340, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8f-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e90-e1fc1340 {
  justify-self: start;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e98-e1fc1340, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45201-e1fc1340, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45202-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45203-e1fc1340 {
  justify-self: start;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d4520b-e1fc1340, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845b-e1fc1340, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845d-e1fc1340 {
  justify-self: start;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba298461-e1fc1340, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3590-e1fc1340, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3591-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3592-e1fc1340 {
  justify-self: start;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3598-e1fc1340, #w-node-_567fa681-d95e-e5c8-e104-8133881b9456-e1fc1340, #w-node-_567fa681-d95e-e5c8-e104-8133881b9457-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b9458-e1fc1340 {
  justify-self: start;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b945e-e1fc1340, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb0-e1fc1340, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb1-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb2-e1fc1340 {
  justify-self: start;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb8-e1fc1340, #w-node-_27682e82-6b82-214d-fa90-86b894680783-e1fc1340, #w-node-_27682e82-6b82-214d-fa90-86b894680784-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680785-e1fc1340 {
  justify-self: start;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680789-e1fc1340, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac991-e1fc1340, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac992-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac993-e1fc1340 {
  justify-self: start;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac999-e1fc1340, #w-node-edd60730-d7b5-905a-29e7-2371af7399ad-e1fc1340, #w-node-edd60730-d7b5-905a-29e7-2371af7399ae-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399af-e1fc1340 {
  justify-self: start;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399b5-e1fc1340, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67a-e1fc1340, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67b-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67c-e1fc1340 {
  justify-self: start;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67e-e1fc1340, #w-node-_792c04d9-452e-3393-b749-359268974377-e1fc1340, #w-node-_792c04d9-452e-3393-b749-359268974378-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_792c04d9-452e-3393-b749-359268974379-e1fc1340 {
  justify-self: start;
}

#w-node-_792c04d9-452e-3393-b749-35926897437f-e1fc1340, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71d-e1fc1340, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71e-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71f-e1fc1340 {
  justify-self: start;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a725-e1fc1340, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0b-e1fc1340, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0d-e1fc1340 {
  justify-self: start;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0f-e1fc1340, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7a-e1fc1340, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7b-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7c-e1fc1340 {
  justify-self: start;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b84-e1fc1340, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c8-e1fc1340, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c9-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ca-e1fc1340 {
  justify-self: start;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ce-e1fc1340, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526918-e1fc1340, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526919-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691a-e1fc1340 {
  justify-self: start;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691e-e1fc1340, #w-node-cc09a134-61da-66c7-ded5-36593484e99a-e1fc1340, #w-node-cc09a134-61da-66c7-ded5-36593484e99b-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e99c-e1fc1340 {
  justify-self: start;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e9a2-e1fc1340, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e33-e1fc1340, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e34-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e35-e1fc1340 {
  justify-self: start;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e39-e1fc1340, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3742-e1fc1340, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3743-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3744-e1fc1340 {
  justify-self: start;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3748-e1fc1340, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaae-e1fc1340, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaaf-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab0-e1fc1340 {
  justify-self: start;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab4-e1fc1340, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc0-e1fc1340, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc1-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc2-e1fc1340 {
  justify-self: start;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc8-e1fc1340, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0903-e1fc1340, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0904-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0905-e1fc1340 {
  justify-self: start;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0909-e1fc1340, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b5-e1fc1340, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b6-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b7-e1fc1340 {
  justify-self: start;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4bb-e1fc1340, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd127-e1fc1340, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd128-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd129-e1fc1340 {
  justify-self: start;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd12d-e1fc1340, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da16-e1fc1340, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da17-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da18-e1fc1340 {
  justify-self: start;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da1e-e1fc1340, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0571-e1fc1340, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0572-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0573-e1fc1340 {
  justify-self: start;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0577-e1fc1340, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e456-e1fc1340, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e457-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e458-e1fc1340 {
  justify-self: start;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e45c-e1fc1340, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde423-e1fc1340, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde424-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde425-e1fc1340 {
  justify-self: start;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde429-e1fc1340, #w-node-_20edd801-1b57-f335-31c5-bbf698decd81-e1fc1340, #w-node-_20edd801-1b57-f335-31c5-bbf698decd82-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd83-e1fc1340 {
  justify-self: start;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd89-e1fc1340, #w-node-_82eb6af5-010b-9a76-b404-e7b244064447-e1fc1340, #w-node-_82eb6af5-010b-9a76-b404-e7b244064448-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b244064449-e1fc1340 {
  justify-self: start;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b24406444d-e1fc1340, #w-node-_08c21a88-f85d-abba-b798-02b4411180e4-e1fc1340, #w-node-_08c21a88-f85d-abba-b798-02b4411180e5-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180e6-e1fc1340 {
  justify-self: start;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180ea-e1fc1340, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819b-e1fc1340, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819d-e1fc1340 {
  justify-self: start;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b281a1-e1fc1340, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5b-e1fc1340, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5d-e1fc1340 {
  justify-self: start;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a63-e1fc1340, #w-node-_197b72bb-c9f7-0427-6664-8ea9aaf46cd0-e1fc1340, #w-node-_20413161-5260-6e26-b63b-f44b55103841-e1fc1340, #w-node-_20413161-5260-6e26-b63b-f44b55103842-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103843-e1fc1340 {
  justify-self: start;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103847-e1fc1340, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce2-e1fc1340, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce3-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce4-e1fc1340 {
  justify-self: start;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce6-e1fc1340, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b611-e1fc1340, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b612-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b613-e1fc1340 {
  justify-self: start;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b615-e1fc1340, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60b-e1fc1340, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60d-e1fc1340 {
  justify-self: start;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60f-e1fc1340, #w-node-e70beded-003a-5418-9f9a-b493978f3dcb-e1fc1340, #w-node-e70beded-003a-5418-9f9a-b493978f3dcc-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dcd-e1fc1340 {
  justify-self: start;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dd1-e1fc1340, #w-node-d26d1036-766f-826c-7367-e2354959b592-e1fc1340, #w-node-d26d1036-766f-826c-7367-e2354959b593-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26d1036-766f-826c-7367-e2354959b594-e1fc1340 {
  justify-self: start;
}

#w-node-d26d1036-766f-826c-7367-e2354959b598-e1fc1340, #w-node-_4163f697-749c-17b9-df49-5a408422aecd-e1fc1340, #w-node-_4163f697-749c-17b9-df49-5a408422aece-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aecf-e1fc1340 {
  justify-self: start;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aed1-e1fc1340, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2487-e1fc1340, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2488-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a2489-e1fc1340 {
  justify-self: start;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a248d-e1fc1340, #w-node-_51d64813-125e-1286-ddf0-173d9237402b-e1fc1340, #w-node-_51d64813-125e-1286-ddf0-173d9237402c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d64813-125e-1286-ddf0-173d9237402d-e1fc1340 {
  justify-self: start;
}

#w-node-_51d64813-125e-1286-ddf0-173d92374031-e1fc1340, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb62-e1fc1340, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb63-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb64-e1fc1340 {
  justify-self: start;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb66-e1fc1340, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c241-e1fc1340, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c242-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c243-e1fc1340 {
  justify-self: start;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c247-e1fc1340, #w-node-_129de720-99e8-a253-30fa-cdd92986867b-e1fc1340, #w-node-_129de720-99e8-a253-30fa-cdd92986867c-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129de720-99e8-a253-30fa-cdd92986867d-e1fc1340 {
  justify-self: start;
}

#w-node-_129de720-99e8-a253-30fa-cdd929868681-e1fc1340, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e55-e1fc1340, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e56-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e57-e1fc1340 {
  justify-self: start;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e59-e1fc1340, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b5-e1fc1340, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b6-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b7-e1fc1340 {
  justify-self: start;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59bb-e1fc1340, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a7f-e1fc1340, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a80-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a81-e1fc1340 {
  justify-self: start;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a85-e1fc1340, #w-node-_5f9ea9fa-f365-326f-057b-0a3215443d7c-e1fc1340, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d3-e1fc1340, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d4-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d5-e1fc1340 {
  justify-self: start;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0db-e1fc1340, #w-node-_5e9f1d64-8b02-ef12-bf3c-366e2dee7c46-e1fc1340, #w-node-_599a77eb-cbcf-0bc4-ed9e-dc3f0bd242c3-e1fc1340, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d68-e1fc1340, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d69-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6a-e1fc1340 {
  justify-self: start;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6c-e1fc1340, #w-node-_9e57c13a-cf2f-f456-9d4e-c5e778e527d6-e1fc1340, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd15-e1fc1340, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd16-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd17-e1fc1340 {
  justify-self: start;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd1b-e1fc1340, #w-node-_2973ba10-e741-c289-d93c-d78feb58b781-e1fc1340, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db2-e1fc1340, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db3-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db4-e1fc1340 {
  justify-self: start;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db8-e1fc1340, #w-node-cf219997-381a-aac0-d724-994eb48a107d-e1fc1340, #w-node-_007791d2-eb62-18a1-6cc8-4d38c6fdfb97-e1fc1340, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af5-e1fc1340, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af6-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af7-e1fc1340 {
  justify-self: start;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2afd-e1fc1340, #w-node-_41604482-c433-3719-0cf8-593fb40bac3f-e1fc1340, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a2-e1fc1340, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a3-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a4-e1fc1340 {
  justify-self: start;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144aa-e1fc1340, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144ac-e1fc1340, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144b7-e1fc1340, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ece-e1fc1340, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ecf-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed0-e1fc1340 {
  justify-self: start;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed4-e1fc1340, #w-node-adda9b55-7183-35f2-1f4b-e57115cfe82c-e1fc1340, #w-node-_66f615fd-5a02-8744-b784-ccc1b65f74fb-e1fc1340, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab1-e1fc1340, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab2-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab3-e1fc1340 {
  justify-self: start;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab7-e1fc1340, #w-node-_891742b3-694e-7c99-6f26-cf0e25fbfef5-e1fc1340, #w-node-_3755fb04-6258-3b32-b0e4-8e4f3fde80f5-e1fc1340, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5427-e1fc1340, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5428-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5429-e1fc1340 {
  justify-self: start;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e542d-e1fc1340, #w-node-_2f1140c4-a93d-64d6-5bc6-de5dc2ca78ea-e1fc1340, #w-node-fc185db5-54bf-c158-7e5f-d96a7d927b63-e1fc1340, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece30-e1fc1340, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece31-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece32-e1fc1340 {
  justify-self: start;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece36-e1fc1340, #w-node-f068d199-8dfb-ac30-07c5-dfb5997fd832-e1fc1340, #w-node-_864f4332-2852-af32-a1bc-5f2b9fd18286-e1fc1340, #w-node-_70399044-9d7c-8786-8e9b-4caa3836d5db-e1fc1340, #w-node-f00895c0-b31d-a854-b9d4-f9617ea19d7e-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00895c0-b31d-a854-b9d4-f9617ea19d96-e1fc1340 {
  justify-self: start;
}

#w-node-_5a856275-97b2-0d8f-b3ad-755dc0e03f57-e1fc1340, #w-node-_8b0f5845-43ff-d215-9793-4c083b515430-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd6ccb6d-3abe-55a6-09f4-cbf0df22bb5b-e1fc1340 {
  justify-self: start;
}

#w-node-ed2c91ca-61ef-74c8-52b4-1c5d8d5c123a-e1fc1340, #w-node-_699d4328-e619-ac69-81c6-8afcea95f3cf-e1fc1340, #w-node-bb2561cd-00a8-9295-0a63-fcd2e58a5f36-e1fc1340, #w-node-_9ae2ec4a-dba2-3ec2-4a14-98d4b5ccb0e1-e1fc1340, #w-node-e558eae2-0483-a241-49ec-2430441738ba-e1fc1340, #w-node-_366519ab-6374-4145-e9c2-c92b038e07d1-e1fc1340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ef2bfaa-897f-685a-dc4d-12895f5e9cd8-506b5b72 {
  align-self: start;
}

#w-node-_4ef2bfaa-897f-685a-dc4d-12895f5e9cde-506b5b72, #w-node-_4ef2bfaa-897f-685a-dc4d-12895f5e9ce4-506b5b72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4ef2bfaa-897f-685a-dc4d-12895f5e9cf0-506b5b72 {
  align-self: start;
}

#w-node-_4ef2bfaa-897f-685a-dc4d-12895f5e9cea-506b5b72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4ef2bfaa-897f-685a-dc4d-12895f5e9cf6-506b5b72 {
  align-self: start;
}

#w-node-f20e74a4-1d35-927b-1026-c092fdf56c5a-506b5b72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b191d7eb-f9cd-f82b-b189-e1b0b75fa680-506b5b72, #w-node-b191d7eb-f9cd-f82b-b189-e1b0b75fa686-506b5b72, #w-node-b191d7eb-f9cd-f82b-b189-e1b0b75fa68c-506b5b72, #w-node-e0a97873-0b78-5220-65b5-54fe0a9567ed-506b5b72, #w-node-b191d7eb-f9cd-f82b-b189-e1b0b75fa692-506b5b72, #w-node-_0ce887ac-2444-d769-4cd8-ac6579932edb-506b5b72 {
  align-self: start;
}

#w-node-_0ce887ac-2444-d769-4cd8-ac6579932ee1-506b5b72, #w-node-_0ce887ac-2444-d769-4cd8-ac6579932ee7-506b5b72, #w-node-_0ce887ac-2444-d769-4cd8-ac6579932eed-506b5b72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0ce887ac-2444-d769-4cd8-ac6579932ef3-506b5b72, #w-node-_0ce887ac-2444-d769-4cd8-ac6579932ef9-506b5b72 {
  align-self: start;
}

#w-node-ddab061e-22b9-5292-8cc1-01d0bd874f07-506b5b72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b191d7eb-f9cd-f82b-b189-e1b0b75fa6aa-506b5b72 {
  justify-self: center;
}

#w-node-af11d724-49ec-d609-b42e-495e1232f18e-a8c61654, #w-node-af11d724-49ec-d609-b42e-495e1232f194-a8c61654, #w-node-af11d724-49ec-d609-b42e-495e1232f19a-a8c61654, #w-node-af11d724-49ec-d609-b42e-495e1232f1a0-a8c61654, #w-node-_8c9a87d3-5a48-d500-9cc3-84c9e0763858-a8c61654, #w-node-_7e7e6f2e-572a-9dff-617e-0a14cf6e9065-a8c61654, #w-node-_7e7e6f2e-572a-9dff-617e-0a14cf6e905f-a8c61654, #w-node-_7e7e6f2e-572a-9dff-617e-0a14cf6e906b-a8c61654, #w-node-_7e7e6f2e-572a-9dff-617e-0a14cf6e9071-a8c61654, #w-node-_7e7e6f2e-572a-9dff-617e-0a14cf6e9032-a8c61654, #w-node-_7e7e6f2e-572a-9dff-617e-0a14cf6e9038-a8c61654, #w-node-_7e7e6f2e-572a-9dff-617e-0a14cf6e903e-a8c61654, #w-node-_7e7e6f2e-572a-9dff-617e-0a14cf6e9044-a8c61654, #w-node-f6e47bfe-41d6-1c9e-32bd-dd41919a6379-bcb752fa, #w-node-f6e47bfe-41d6-1c9e-32bd-dd41919a637f-bcb752fa, #w-node-f6e47bfe-41d6-1c9e-32bd-dd41919a6385-bcb752fa, #w-node-f6e47bfe-41d6-1c9e-32bd-dd41919a638b-bcb752fa, #w-node-f6e47bfe-41d6-1c9e-32bd-dd41919a6391-bcb752fa {
  align-self: start;
}

#w-node-e0212faf-5f0e-5e51-67e6-2398dc796682-dc44e8ee {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_2bf2970a-44e2-6b2d-5aee-3090dd103fc3-dd103fae {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_70ed9aab-0dc7-ed66-7903-cd05c36e0ce2-e1fc1324, #w-node-_2bf2970a-44e2-6b2d-5aee-3090dd103fb3-dd103fae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b191d7eb-f9cd-f82b-b189-e1b0b75fa6ac-506b5b72, #search-widget.w-node-_3c2018d6-c6ec-6a31-112e-b60193edd870-dc44e8ee, #synchronisation.w-node-_0e8ba12e-fcd3-eb4e-33f3-c2c81f34f12b-dc44e8ee {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-db377bdc-1f14-3101-a4d5-c8e61e547db9-dd103fae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk Vf';
  src: url('../fonts/OverusedGrotesk-VF.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}