:root {
  --blue: #1845ba;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-black: black;
  --spark-library-foreground-tertiary: #0000008f;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-border-default: #00000029;
  --white: #dedede;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.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;
}

body {
  color: #aaacb3;
  letter-spacing: .5px;
  background-color: #080a14;
  font-family: Clashdisplay, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h2 {
  margin-bottom: 0;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #d9dce2;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

label {
  margin-bottom: 5px;
  display: block;
}

.is-margin-tb-176 {
  margin-top: 11em;
  margin-bottom: 11em;
}

.is-margin-tb-96 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.is-txt-danger-500 {
  color: #dd2241;
}

.is-bg-color-primary-400 {
  background-color: #999bff;
}

.is-pad-tb-56 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.is-pad-t-56 {
  padding-top: 3.5em;
}

.is-pad-t-8 {
  padding-top: .5em;
}

.is-margin-tb-128 {
  margin-top: 8em;
  margin-bottom: 8em;
}

.is-pad-b-208 {
  padding-bottom: 13em;
}

.is-pad-b-8 {
  padding-bottom: .5em;
}

.is-margin-b-64 {
  margin-bottom: 4em;
}

.is-pad-b-240 {
  padding-bottom: 15em;
}

.list-item--check {
  margin-bottom: .5rem;
  display: flex;
}

.is-pad-b-88 {
  padding-bottom: 5.5em;
}

.is-txt-white-150 {
  color: #b0b0b0;
}

.is-txt-small {
  font-size: .813rem;
  font-weight: 500;
  line-height: 1.6;
}

.is-txt-small.is-txt-green-100 {
  color: #4b4b4b;
}

.is-pad-tb-200 {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.form-field-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.is-pad-t-48 {
  padding-top: 3em;
}

.is-txt-xsmall {
  font-size: .688rem;
  font-weight: 500;
  line-height: 1.6;
}

.is-margin-b-24 {
  margin-bottom: 1.5em;
}

.spacing-sample {
  background-color: #919191;
  height: 1.75em;
}

.spacing-sample._96px {
  width: 6em;
}

.spacing-sample._32px {
  width: 2em;
}

.spacing-sample._168px {
  width: 10.5em;
}

.spacing-sample._80px {
  width: 5em;
}

.spacing-sample._64px {
  width: 4em;
}

.spacing-sample._88px {
  width: 5.5em;
}

.spacing-sample._48px {
  width: 3em;
}

.spacing-sample._40px {
  width: 2.5em;
}

.spacing-sample._56px {
  width: 3.5em;
}

.spacing-sample._104px {
  width: 6.5em;
}

.spacing-sample._192px {
  width: 12em;
}

.spacing-sample._24px {
  width: 1.5em;
}

.spacing-sample._176px {
  width: 11em;
}

.spacing-sample._120px {
  width: 7.5em;
}

.spacing-sample._208px {
  width: 13em;
}

.spacing-sample._232px {
  width: 14.5em;
}

.spacing-sample._216px {
  width: 13.5em;
}

.spacing-sample._152px {
  width: 9.5em;
}

.spacing-sample._72px {
  width: 4.5em;
}

.spacing-sample._256px {
  width: 16em;
}

.spacing-sample._144px {
  width: 9em;
}

.spacing-sample._136px {
  width: 8.5em;
}

.spacing-sample._200px {
  width: 12.5em;
}

.spacing-sample._224px {
  width: 14em;
}

.spacing-sample._8px {
  width: .5em;
}

.spacing-sample._248px {
  width: 15.5em;
}

.spacing-sample._160px {
  width: 10em;
}

.spacing-sample._184px {
  width: 11.5em;
}

.spacing-sample._112px {
  width: 7em;
}

.spacing-sample._128px {
  width: 8em;
}

.spacing-sample._240px {
  width: 15em;
}

.spacing-sample._16px {
  width: 1em;
}

.spacing-sample._4px {
  width: .25em;
}

.is-pad-tb-160 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.is-pad-b-136 {
  padding-bottom: 8.5em;
}

.is-txt-gray-400 {
  color: #4a4a4a;
}

.is-txt-allcaps {
  text-transform: uppercase;
}

.btn--sec-med {
  color: #5e61e8;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: .1rem solid #5e61e8;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  max-height: 4rem;
  padding: .75rem 1.5rem;
  transition: all .2s;
}

.btn--sec-med:hover {
  color: #fafafa;
  background-color: #5e61e8;
  border-color: #0000;
}

.btn--sec-med:active {
  background-color: #3b3c8c;
}

.is-margin-t-96 {
  margin-top: 6em;
}

.is-margin-b-184 {
  margin-bottom: 11.5em;
}

.is-bg-gray-400 {
  background-color: #595959;
}

.dsg_aspect {
  color: #ddd;
}

.is-margin-tb-168 {
  margin-top: 10.5em;
  margin-bottom: 10.5em;
}

.grid--8-4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

.is-pad-t-248 {
  padding-top: 15.5em;
}

.btn--link-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  max-height: 4rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.btn--link-arrow:hover {
  color: #71988c;
}

.btn--link-arrow:active {
  color: #1b3b3b;
}

.btn--link-arrow.hover {
  color: #385650;
}

.is-pad-tb-96 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.html-embed {
  width: 24px;
  height: 24px;
}

.is-d-hidden {
  display: none;
}

.is-txt-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(175deg, #fff, #ffffff59);
  -webkit-background-clip: text;
  background-clip: text;
}

.is-pad-tb-120 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.is-bg-color-primary-700 {
  background-color: #4a4cb5;
}

.is-pad-t-64 {
  padding-top: 4em;
}

.is-txt-color-primary-400 {
  color: #71988c;
}

.is-pad-t-152 {
  padding-top: 9.5em;
}

.is-pad-t-16 {
  padding-top: 1em;
}

.is-pad-tb-48 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.is-pad-b-120 {
  padding-bottom: 7.5em;
}

.is-pad-t-200 {
  padding-top: 12.5em;
}

.form-radio-icon {
  border-color: #6b6eff;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #6b6eff;
  border-width: .125rem;
  border-color: #fafafa;
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 5px #6b6eff;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
}

.is-margin-tb-88 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}

.is-margin-tb-192 {
  margin-top: 12em;
  margin-bottom: 12em;
}

.is-margin-tb-120 {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

.ds-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(363px, .25fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 2440px;
  display: grid;
  position: relative;
}

.dsg-aspect-area {
  text-align: center;
  background-color: #d2d5c1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-pad-t-80 {
  padding-top: 5em;
}

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

.is-margin-b-48 {
  margin-bottom: 3em;
}

.is-margin-b-248 {
  margin-bottom: 15.5em;
}

.is-margin-tb-72 {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.is-margin-tb-24 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.is-pad-b-176 {
  padding-bottom: 11em;
}

.is-margin-t-48 {
  margin-top: 3em;
}

.is-pad-tb-256 {
  padding-top: 16em;
  padding-bottom: 16em;
}

.form-checkbox-label {
  font-size: 1rem;
}

.is-margin-b-200 {
  margin-bottom: 12.5em;
}

.is-pad-b-112 {
  padding-bottom: 7em;
}

.is-txt-color-primary-500 {
  color: #5e61e8;
}

.is-margin-b-120 {
  margin-bottom: 7.5em;
}

.is-pad-b-144 {
  padding-bottom: 9em;
}

.is-pad-t-40 {
  padding-top: 2.5em;
}

.richt-text {
  font-size: 1rem;
}

.is-pad-tb-8 {
  padding-top: .5em;
  padding-bottom: .5em;
}

.grid--4-8 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  justify-items: center;
  width: 100%;
}

.dsg-table-cell {
  padding: 1em;
  font-size: .88rem;
}

.dsg-table-cell.is-dsg-aspect {
  width: 5.9em;
}

.grid--3-3-3-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.is-pad-tb-168 {
  padding-top: 10.5em;
  padding-bottom: 10.5em;
}

.is-pad-tb-24 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.is-margin-t-4 {
  margin-top: .25em;
}

.is-margin-b-40 {
  margin-bottom: 2.5em;
}

.is-pad-tb-184 {
  padding-top: 11.5em;
  padding-bottom: 11.5em;
}

.is-pad-t-88 {
  padding-top: 5.5em;
}

.is-margin-tb-208 {
  margin-top: 13em;
  margin-bottom: 13em;
}

.is-margin-t-168 {
  margin-top: 10.5em;
}

.is-margin-tb-152 {
  margin-top: 9.5em;
  margin-bottom: 9.5em;
}

.is-margin-b-192 {
  margin-bottom: 12em;
}

.is-margin-tb-8 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.is-btn-d-fw {
  width: 100%;
}

.is-margin-t-16 {
  margin-top: 1em;
}

.is-bg-success-500 {
  background-color: #1a932c;
}

.is-pad-b-152 {
  padding-bottom: 9.5em;
}

.is-margin-b-144 {
  margin-bottom: 9em;
}

.is-pad-tb-144 {
  padding-top: 9em;
  padding-bottom: 9em;
}

.is-pad-b-216 {
  padding-bottom: 13.5em;
}

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

.is-pad-t-232 {
  padding-top: 14.5em;
}

.is-margin-t-8 {
  margin-top: .5em;
}

.is-margin-b-256 {
  margin-bottom: 16em;
}

.dsg_containers {
  color: #7e7e7e;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.is-pad-b-80 {
  padding-bottom: 5em;
}

.list--links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dsg_flex {
  color: #d8d8d8;
}

.is-margin-t-144 {
  margin-top: 9em;
}

.is-margin-t-24 {
  margin-top: 1.5em;
}

.is-pad-t-216 {
  padding-top: 13.5em;
}

.is-txt-italic {
  font-style: italic;
}

.btn--gris-med {
  color: #385650;
  text-align: center;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ebebeb;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  max-height: 4rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.is-bg-success-700 {
  background-color: #0d682b;
}

.is-margin-t-120 {
  margin-top: 7.5em;
}

.is-margin-t-192 {
  margin-top: 12em;
}

.is-pad-b-256 {
  padding-bottom: 16em;
}

.is-margin-b-224 {
  margin-bottom: 14em;
}

.is-pad-tb-216 {
  padding-top: 13.5em;
  padding-bottom: 13.5em;
}

.is-margin-t-128 {
  margin-top: 8em;
}

.form-checkbox-icon {
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon:hover {
  background-color: #e4f6ec;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 99% 99%;
  border-color: #6b6eff;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: #6b6eff;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 3px -1px #c4c4c4;
}

.is-margin-tb-64 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.is-margin-tb-200 {
  margin-top: 12.5em;
  margin-bottom: 12.5em;
}

.is-pad-b-192 {
  padding-bottom: 12em;
}

.is-pad-t-208 {
  padding-top: 13em;
}

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

.is-txt-gray-600 {
  color: #2e2e2e;
}

.dsg-color-field {
  width: 100%;
  height: 5.3em;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}

.is-pad-t-160 {
  padding-top: 10em;
}

.grid--dsg-lists {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.is-pad-tb-16 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.is-d-visible {
  display: block;
}

.is-pad-t-120 {
  padding-top: 7.5em;
}

.ds-table_header-headlines {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
  width: 100%;
}

.is-margin-b-88 {
  margin-bottom: 5.5em;
}

.is-bg-gray-100 {
  background-color: #969696;
}

.is-margin-t-152 {
  margin-top: 9.5em;
}

.is-txt-gray-200 {
  color: #666;
}

.is-margin-tb-112 {
  margin-top: 7em;
  margin-bottom: 7em;
}

.is-bg-white-75 {
  background-color: #fafafa;
}

.is-margin-tb-216 {
  margin-top: 13.5em;
  margin-bottom: 13.5em;
}

.is-margin-t-64 {
  margin-top: 4em;
}

.grid--6-6 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid--6-6.about {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
}

.is-margin-b-112 {
  margin-bottom: 7em;
}

.is-margin-b-216 {
  margin-bottom: 13.5em;
}

.is-pad-t-256 {
  padding-top: 16em;
}

.is-margin-t-240 {
  margin-top: 15em;
}

.is-pad-b-184 {
  padding-bottom: 11.5em;
}

.is-pad-b-232 {
  padding-bottom: 14.5em;
}

.is-txt-color-primary-900 {
  color: #0a2329;
}

.is-margin-tb-4 {
  margin-top: .25em;
  margin-bottom: .25em;
}

.is-txt-medium {
  font-weight: 500;
  line-height: 1.6;
}

.is-txt-medium.is-dsg-description {
  max-width: 40em;
  font-weight: 300;
}

.is-margin-b-240 {
  margin-bottom: 15em;
}

.is-txt-color-primary-100 {
  color: #e4f6ec;
}

.is-margin-b-72 {
  margin-bottom: 4.5em;
}

.is-pad-t-176 {
  padding-top: 11em;
}

.is-margin-tb-224 {
  margin-top: 14em;
  margin-bottom: 14em;
}

.grid--4-4-4 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
}

.is-margin-tb-232 {
  margin-top: 14.5em;
  margin-bottom: 14.5em;
}

.is-h5 {
  max-width: 29em;
  font-size: 1.563rem;
  font-weight: 500;
}

.is-margin-b-208 {
  margin-bottom: 13em;
}

.ds-sidebar {
  background-color: #0000;
  padding-left: 3em;
  position: sticky;
  top: 0;
}

.is-bg-gray-600 {
  background-color: #3d3d3d;
}

.is-pad-b-72 {
  padding-bottom: 4.5em;
}

.form-input {
  background-color: #0000;
  border: .063rem solid #dedede;
  border-radius: .5rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  transition: all .3s;
}

.form-input:hover, .form-input:focus {
  border-color: #b0b0b0;
}

.form-input.is-select-input {
  background-color: #0000;
  justify-content: space-between;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .8rem;
}

.is-margin-b-32 {
  margin-bottom: 2em;
}

.ds-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.ds-table_row.is-colors {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ds-table_row.is-button {
  grid-template-columns: .25fr 1fr;
}

.ds-table_row.is-dsg-helper {
  grid-template-columns: .3fr 1fr;
}

.is-margin-tb-256 {
  margin-top: 16em;
  margin-bottom: 16em;
}

.is-margin-b-80 {
  margin-bottom: 5em;
}

.is-dsg-hidden {
  display: none;
}

.is-bg-color-primary-900 {
  background-color: #2c2d6d;
}

.is-pad-tb-176 {
  padding-top: 11em;
  padding-bottom: 11em;
}

.is-pad-t-168 {
  padding-top: 10.5em;
}

.is-pad-tb-152 {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

.is-margin-t-88 {
  margin-top: 5.5em;
}

.wrap-flex-hor-c {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-margin-t-136 {
  margin-top: 8.5em;
}

.is-bg-white-40 {
  background-color: #c9c9c9;
}

.is-txt-success-500 {
  color: #1a932c;
}

.is-txt-success-500.w--current {
  color: #dbf40c;
}

.dsg_container-area {
  outline-offset: 0px;
  text-align: center;
  background-color: #181818;
  border-radius: 1rem;
  outline: .05rem dashed gray;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-pad-b-24 {
  padding-bottom: 1.5em;
}

.is-margin-t-176 {
  margin-top: 11em;
}

.is-margin-b-104 {
  margin-bottom: 6.5em;
}

.dsg-subnav-menu {
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 11.2em;
  padding: 1.6em 3em;
  display: flex;
  position: sticky;
  top: 1em;
}

.is-display {
  max-width: 90vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.313rem;
  font-weight: 500;
  line-height: 1.2;
}

.is-pad-t-136 {
  padding-top: 8.5em;
}

.is-pad-b-224 {
  padding-bottom: 14em;
}

.form-label {
  color: #464a53;
  font-size: .8rem;
  font-weight: 500;
}

.is-pad-t-224 {
  padding-top: 14em;
}

.is-pad-t-192 {
  padding-top: 12em;
}

.is-pad-t-128 {
  padding-top: 8em;
}

.is-margin-tb-40 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.is-h4 {
  max-width: 90vw;
  margin-top: 10px;
  font-size: 1.938rem;
  font-weight: 500;
  line-height: 1.2;
}

.is-h4.process-tab {
  color: #c2c5cc;
}

.inner-btn--link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: .75em;
  padding-bottom: .75em;
  display: flex;
  position: relative;
}

.is-bg-color-primary-100 {
  background-color: #d1d1ff;
}

.is-bg-white-60 {
  background-color: #a3a3a3;
}

.is-margin-t-208 {
  margin-top: 13em;
}

.is-txt-white-75 {
  color: #fafafa;
}

.is-txt-white-75.w--current {
  color: #dbf40c;
}

.is-pad-t-104 {
  padding-top: 6.5em;
}

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

.is-margin-b-232 {
  margin-bottom: 14.5em;
}

.is-margin-t-184 {
  margin-top: 11.5em;
}

.is-margin-tb-32 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.list-item--bullets {
  margin-bottom: .5em;
  list-style-type: disc;
}

.is-bg-danger-500 {
  background-color: #dd2241;
}

.is-margin-b-128 {
  margin-bottom: 8em;
}

.is-pad-t-240 {
  padding-top: 15em;
}

.is-margin-b-160 {
  margin-bottom: 10em;
}

.is-txt-gray-800 {
  color: #0d0d0d;
}

.is-bg-color-primary-500 {
  background-color: #5e61e8;
}

.is-pad-t-184 {
  padding-top: 11.5em;
}

.is-bg-gray-200 {
  background-color: #707070;
}

.is-pad-tb-224 {
  padding-top: 14em;
  padding-bottom: 14em;
}

.list-item--links {
  margin-bottom: .5em;
  list-style-type: disc;
}

.is-pad-t-4 {
  padding-top: .25em;
}

.wrap-flex-vert-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-pad-tb-128 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.is-margin-t-216 {
  margin-top: 13.5em;
}

.is-pad-tb-192 {
  padding-top: 12em;
  padding-bottom: 12em;
}

.is-bg-gray-800 {
  background-color: #262626;
}

.is-pad-b-16 {
  padding-bottom: 1em;
}

.list-item_icon-wrap.is-txt-green-100 {
  padding-top: .2em;
}

.is-pad-b-64 {
  padding-bottom: 4em;
}

.is-txt-white-125 {
  color: #c2c5cc;
}

.is-txt-white-125.is-txt-medium.egmt-title {
  flex: none;
}

.is-margin-b-8 {
  margin-bottom: .5em;
}

.is-txt-color-primary-50 {
  color: #e4f6ec;
}

.is-pad-tb-88 {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.is-margin-tb-80 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.is-pad-t-32 {
  padding-top: 2em;
}

.container-col-8 {
  max-width: 1000px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-pad-tb-40 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.is-bg-color-primary-50 {
  background-color: #f0f0ff;
}

.ds-table_header-colors {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
}

.ds-table_header-colors.is-buttons {
  grid-template-columns: 1fr 3.25fr;
}

.dsg-spacing-label {
  color: #b0b0b0;
  font-size: .9rem;
  line-height: 1.6;
}

.dsg-spacing-label.is-txt-green-100 {
  color: #525252;
}

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

.container-fullwidth {
  width: 100%;
  max-width: 120vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

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

.is-text-link {
  color: #b4bcd0;
  flex: none;
  font-size: .88rem;
  text-decoration: none;
  transition: color .3s;
}

.icon--check-circle {
  color: #abaca6;
  flex: none;
  width: 1rem;
  margin-top: -.01rem;
  margin-right: .5rem;
}

.is-pad-b-4 {
  padding-bottom: .25em;
}

.container-col-4 {
  max-width: 584px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-txt-white-50 {
  color: #fff;
}

.is-margin-t-104 {
  margin-top: 6.5em;
}

.container-col-10 {
  max-width: 1208px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-b-176 {
  margin-bottom: 11em;
}

.is-margin-b-152 {
  margin-bottom: 9.5em;
}

.is-pad-t-144 {
  padding-top: 9em;
}

.is-margin-t-80 {
  margin-top: 5em;
}

.is-pad-b-168 {
  padding-bottom: 10.5em;
}

.is-pad-tb-240 {
  padding-top: 15em;
  padding-bottom: 15em;
}

.is-txt-gray-100 {
  color: #757575;
}

.is-margin-b-56 {
  margin-bottom: 3.5em;
}

.is-margin-t-224 {
  margin-top: 14em;
}

.is-margin-t-40 {
  margin-top: 2.5em;
}

.is-pad-tb-112 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.is-margin-b-96 {
  margin-bottom: 6em;
}

.dsg_visibility {
  color: #cecece;
}

.is-pad-b-32 {
  padding-bottom: 2em;
}

.is-margin-tb-136 {
  margin-top: 8.5em;
  margin-bottom: 8.5em;
}

.is-pad-tb-248 {
  padding-top: 15.5em;
  padding-bottom: 15.5em;
}

.btn--prm-link {
  white-space: nowrap;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  max-height: 4rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  display: inline;
}

.is-margin-tb-48 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.container-col-12 {
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.is-pad-tb-104 {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.is-margin-tb-160 {
  margin-top: 10em;
  margin-bottom: 10em;
}

.is-margin-t-200 {
  margin-top: 12.5em;
}

.is-pad-tb-136 {
  padding-top: 8.5em;
  padding-bottom: 8.5em;
}

.is-pad-b-48 {
  padding-bottom: 3em;
}

.dsg-table-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  border-radius: 1em;
  grid-template-columns: 1fr;
  width: 100%;
}

.dsg-table-spacing.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.is-margin-t-32 {
  margin-top: 2em;
}

.is-pad-b-200 {
  padding-bottom: 12.5em;
}

.is-pad-t-96 {
  padding-top: 6em;
}

.is-margin-b-16 {
  margin-bottom: 1em;
}

.is-pad-b-104 {
  padding-bottom: 6.5em;
}

.is-pad-tb-232 {
  padding-top: 14.5em;
  padding-bottom: 14.5em;
}

.is-pad-tb-208 {
  padding-top: 13em;
  padding-bottom: 13em;
}

.is-pad-t-72 {
  padding-top: 4.5em;
}

.is-txt-large {
  font-size: 1.25rem;
  line-height: 1.6;
}

.is-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.813rem;
  font-weight: 500;
  line-height: 1.2;
}

.is-margin-tb-144 {
  margin-top: 9em;
  margin-bottom: 9em;
}

.is-pad-t-24 {
  padding-top: 1.5em;
}

.is-margin-t-56 {
  margin-top: 3.5em;
}

.is-pad-tb-72 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.is-pad-tb-4 {
  padding-top: .25em;
  padding-bottom: .25em;
}

.ds-table_header-headlines-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
  width: 100%;
}

.is-pad-b-128 {
  padding-bottom: 8em;
}

.ds-table_row-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.is-h3 {
  max-width: 90vw;
  margin-top: 0;
  font-size: 2.438rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.is-h3.folio {
  max-width: 60vw;
}

.is-margin-b-4 {
  margin-bottom: .25em;
}

.is-txt-tagline {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.6;
}

.is-pad-t-112 {
  padding-top: 7em;
}

.is-margin-t-256 {
  margin-top: 16em;
}

.is-txt-white-100 {
  color: #ebebeb;
}

.is-txt-white-100.w--current {
  color: #dbf40c;
}

.is-bg-white-30 {
  background-color: #e3e3e3;
}

.is-pad-b-40 {
  padding-bottom: 2.5em;
}

.dsg-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.is-margin-t-160 {
  margin-top: 10em;
}

.dsg-subnav-link {
  color: #646464;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 700;
}

.dsg-subnav-link.w--current {
  color: #dbf40c;
}

.dsg-subnav-link.is-dsg-sub-chapter {
  color: #9b9b9b;
  padding-left: 1em;
  font-weight: 400;
}

.dsg-subnav-link.is-dsg-sub-chapter.w--current {
  color: #dbf40c;
}

.is-margin-tb-56 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.container-col-6 {
  max-width: 792px;
  padding-left: 6em;
  padding-right: 6em;
}

.form-message-success {
  padding: 1.25rem;
}

.is-margin-tb-184 {
  margin-top: 11.5em;
  margin-bottom: 11.5em;
}

.is-bg-white-50 {
  background-color: #fff;
}

.is-pad-b-160 {
  padding-bottom: 10em;
}

.is-pad-b-248 {
  padding-bottom: 15.5em;
}

.is-pad-b-56 {
  padding-bottom: 3.5em;
}

.is-margin-b-136 {
  margin-bottom: 8.5em;
}

.is-margin-b-168 {
  margin-bottom: 10.5em;
}

.btn--prm-med {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5e61e8;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  max-height: 4rem;
  padding: .75rem 1.5rem;
  transition: all .2s;
}

.btn--prm-med:hover {
  background-color: #4a4cb5;
}

.btn--prm-med:active {
  background-color: #3b3c8c;
}

.list--bullets {
  padding-left: 1em;
  font-size: 1rem;
}

.is-txt-align-center {
  z-index: 3;
  text-align: center;
  max-width: 50ch;
}

.is-margin-tb-248 {
  margin-top: 15.5em;
  margin-bottom: 15.5em;
}

.dsg-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  border-radius: 1em;
  grid-template-columns: 1fr;
  width: 100%;
  overflow: hidden;
}

.dsg-table.is-dsg-helpers {
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.dsg-table.is-dsg-helpers.is-dsg-aspect {
  grid-template-rows: 3.25em;
  grid-auto-rows: 8em;
}

.dsg-table.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.is-pad-tb-80 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.is-margin-t-248 {
  margin-top: 15.5em;
}

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

.is-h2 {
  z-index: 1;
  max-width: 90vw;
  margin-top: 10px;
  font-size: 3.063rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.is-h2.folio {
  max-width: 50vw;
}

.is-bg-gradient {
  background-image: linear-gradient(150deg, #385650, #85b084);
}

.is-margin-t-72 {
  margin-top: 4.5em;
}

.grid--2-2-2-2-2-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.is-pad-tb-32 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.is-margin-t-232 {
  margin-top: 14.5em;
}

.dsg-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12em;
  display: flex;
}

.is-txt-xlarge {
  font-size: 1.563rem;
  line-height: 1.4;
}

.form-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.is-margin-t-112 {
  margin-top: 7em;
}

.is-pad-b-96 {
  padding-bottom: 6em;
}

.is-txt-color-primary-700 {
  color: #1b3b3b;
}

.is-margin-tb-240 {
  margin-top: 15em;
  margin-bottom: 15em;
}

.is-margin-tb-104 {
  margin-top: 6.5em;
  margin-bottom: 6.5em;
}

.is-pad-tb-64 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.is-txt-success-700 {
  color: #0d682b;
}

.is-txt-success-700.w--current {
  color: #dbf40c;
}

.is-h6 {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.heading_bg {
  z-index: 9999;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.heading_bg.other-page {
  height: 75vh;
  max-height: 100%;
}

.large_img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.grid-bg {
  z-index: -1;
  aspect-ratio: 2 / 3;
  opacity: .6;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 5% 0% 0%;
}

.grid-bg.other-page {
  aspect-ratio: 1;
}

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

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

.nav-link {
  color: #c2c5cc;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8rem;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .3s;
}

.nav-link:hover {
  opacity: .75;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #4f93f0;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #bbc1d0;
  background-color: #0000;
  background-image: radial-gradient(circle, #ffffff1a, #fff0);
  border: 1px solid #ffffff1a;
  border-radius: 2rem;
  flex: none;
  padding: .5rem 1.75rem;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.navbar {
  display: none;
}

.navbar-no-shadow {
  z-index: 3;
  width: 100%;
  transition: all .3s;
  position: fixed;
  top: 0;
}

.navbar-no-shadow-container {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 20px;
}

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

.navbar-brand {
  max-width: 70px;
}

.navbar-brand.mobile {
  display: none;
}

.nav-menu-wrapper {
  filter: blur(20px);
  background-color: #5757576b;
  border: 1px solid #b1b1b142;
  border-radius: 2rem;
}

.nav-menu {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-button-wrapper {
  display: none;
}

.nav_menu {
  justify-content: center;
  display: flex;
  position: absolute;
}

.glace_bg {
  background-image: radial-gradient(circle, #ffffff40, #fff0);
  border: 1px solid #ffffff1a;
  border-radius: 40px;
  position: absolute;
  inset: 0%;
}

.glass_wrapper {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #3523440d;
  border: 1px solid #ffffff1a;
  border-radius: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.75rem;
  display: flex;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.glass_wrapper.fixed {
  position: fixed;
}

.form-text-field {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #f3f8fa;
  border: 1px #fff;
  border-radius: 1rem;
  min-height: 3.5rem;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.glass_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.glass-title-tip {
  opacity: .8;
  color: #fbf9fc80;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}

.form-error-msg {
  text-align: center;
  background-color: #28272980;
  border-radius: 1rem;
  margin-top: 0;
  padding: 2rem;
}

.heading-3 {
  color: #243843;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1;
}

.heading-3.is-white {
  color: #fbf9fc;
  text-shadow: none;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-2 {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition-property: none;
}

.button:hover {
  opacity: .8;
}

.button.is-form {
  border-radius: 1rem;
}

.form-success-msg {
  background-color: #28272980;
  border-radius: 1rem;
  padding: 2rem;
}

.shadow {
  box-shadow: 0 3px 4px #0000001c;
}

.cta-wrap--center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-txt--wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about_section {
  z-index: 3;
  margin-top: -15vh;
  position: relative;
}

.small-icon {
  flex: none;
}

.features-cont--wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.button-secondery:hover {
  background-color: #3e4545;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.features-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.features-image-wrapper.mobile {
  display: none;
}

.features-image-wrapper._404 {
  width: 50%;
}

.featured-tabs-content-wrapper {
  width: 100%;
  height: 100%;
}

.featured-tabs-content {
  align-items: center;
  width: 50%;
  padding-top: 10%;
  display: flex;
  position: absolute;
  inset: 0% 15px 0% auto;
}

.tabs-paragraph {
  max-width: 100%;
  overflow: hidden;
}

.tabs-link-title-icon {
  width: 38px;
  height: 38px;
}

.tabs-link-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.tabs-link {
  color: #aaacb3;
  background-color: #0000;
  border-radius: .8rem;
  flex-direction: column;
  padding: 1em;
  transition: opacity .25s;
  display: flex;
  overflow: hidden;
}

.tabs-link:hover {
  opacity: .85;
}

.tabs-link.w--current {
  background-color: #0f0f0f99;
  background-image: linear-gradient(150deg, #fff0, #316bff33);
  border-top: 1px solid #2c3557;
  border-left: 1px solid #2c3557;
}

.featured-tabs-menu {
  flex-direction: column;
  display: flex;
}

.featured-tabs {
  width: 100%;
  margin-bottom: 32px;
  position: static;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 32px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-grid {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1550px;
  display: grid;
}

.container-grid.relative {
  position: relative;
}

.services_section {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.ligne {
  height: 1px;
}

.halo-gradient {
  z-index: 1;
  filter: blur(40px);
  background-color: #316bff2b;
  border-radius: 100%;
  width: 870px;
  max-width: 100vw;
  height: 681px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.halo-gradient.webflow {
  width: 579px;
  height: 558px;
  inset: 0% 0% auto;
}

.halo-gradient.process {
  background-color: #316bff66;
  width: 830px;
  height: 600px;
  inset: -17% auto 0% -31%;
}

.halo-gradient.process.right {
  background-color: #316bff4d;
  inset: -8% -16% 0% auto;
}

.folio-section {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  position: relative;
}

.folio-section.container-col-12.is-pad-tb-80 {
  display: none;
}

.folio-card {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: #334b6166;
  border-top: 1px solid #686a74;
  border-left: 1px solid #686a74;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tooltip {
  color: #333;
  background-color: #e6e6e6;
  border-radius: 2rem;
  max-height: 28px;
  padding: .3rem .5rem .25rem;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.tooltip.process {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  cursor: pointer;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
}

.tooltip.process._2 {
  bottom: 12%;
  left: 63px;
}

.tooltip.process._1 {
  bottom: 36%;
}

.tooltip.process._3 {
  background-color: #d9d9d9;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  bottom: 36%;
  left: 15%;
}

.tooltip.process._4 {
  width: 130px;
  bottom: 50%;
  left: 29.5%;
}

.tooltip.process._5 {
  width: 240px;
  bottom: 33%;
  left: 42%;
}

.tooltip.process._6 {
  width: 230px;
  bottom: 76%;
  left: 64%;
}

.tooltip.process._7 {
  width: 130px;
  bottom: 50%;
  left: 78%;
}

.tooltip.process._8 {
  width: 110px;
  bottom: 76%;
  left: 88.6%;
}

.tag-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.folio-card--head {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.folio-head--txt {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.folio-card--space {
  width: 100%;
  min-height: 20px;
}

.cell, .folio-card--cell {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.folio-card--stack {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding: 0;
}

.faq-link {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.faq-paragraph {
  margin-bottom: 0;
  overflow: hidden;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.faq-arrow-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.heading-5-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.faq-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #b4bcd0;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #00000021;
  border-top: 1px solid #2c3557;
  border-left: 1px solid #2c3557;
  border-radius: 16px;
  flex-direction: column;
  padding: 1.5em;
  display: flex;
}

.faq-classic-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.faq_section {
  z-index: 3;
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  width: 100%;
  position: relative;
}

.lottie-animation {
  width: 60px;
  height: 60px;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_horizontal-line {
  background-color: #dedede;
  border-radius: 1px;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_vertical-line {
  background-color: #dedede;
  border-radius: 1px;
  width: 2px;
  height: 1rem;
  position: absolute;
}

.webflow-card {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: #0000;
  background-image: linear-gradient(149deg, #fff0, #316bff33);
  border-top: 1px solid #2c3557;
  border-left: 1px solid #2c3557;
  border-radius: .75rem;
  flex-direction: row;
  width: 100%;
  min-height: 100%;
  padding: 1.5em 2em;
  display: flex;
  position: relative;
}

.webflow-card.anime {
  background-image: none;
  border-top-style: none;
  border-left-style: none;
  padding: 0 1em;
}

.webflow-card.vertical {
  flex-direction: column;
}

._wf-txt--cont.large {
  max-width: 40ch;
}

.webflow_section {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.webflow-big-card--img {
  z-index: 1;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.webflow-big-card--img.large {
  justify-content: center;
  max-width: 100%;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.webflow-big-card--img.plugins {
  justify-content: flex-end;
  position: relative;
}

.big-card--img {
  max-width: 45%;
}

.webflow-card-small--img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hivoo_footer {
  align-items: flex-end;
  min-height: 35rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.body-cont {
  z-index: 3;
  position: relative;
}

.curve {
  background-color: #080a14;
  border-radius: 0 0% 50% 50%;
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.footer-text--cont {
  color: #c2c5cc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-txt--link {
  color: #c2c5cc;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-txt--link:hover {
  opacity: .75;
}

.footer-elements {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-txt-link--cont {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.footer-icon--link {
  transition: opacity .3s;
}

.footer-icon--link:hover {
  opacity: .7;
}

.footer-link--cont {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.footer-icon--cont {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  display: inline;
}

.footer-txt--side {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.folio-card--icon {
  max-width: 10vw;
}

.accordion-paragraph {
  width: 80%;
  max-width: 80ch;
  margin-top: 18px;
  margin-bottom: 0;
}

.is-h4-2 {
  letter-spacing: 1px;
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 1.2;
}

.accordion-item-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-title {
  padding-right: 20%;
}

.grid--6-6-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.faq-section {
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.faq-section.container-col-12 {
  display: none;
}

.faq--body {
  max-width: 50ch;
}

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

.is-h2-2 {
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.441rem;
  font-weight: 400;
  line-height: 1.2;
}

.accordion-item {
  cursor: pointer;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1.5em;
  display: flex;
}

.accordion-item.tabs-accordion {
  transition: padding .2s;
}

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

.open-close-line {
  background-color: #fff;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

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

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

.faq-cont {
  z-index: 2;
  grid-column-gap: 12em;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-devider {
  min-height: 1.5em;
  display: none;
}

.div-block-2 {
  position: absolute;
}

.hero-txt--wrap {
  z-index: 999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.section-typo-zoom-in {
  justify-content: center;
  width: 100%;
  height: 150vh;
  display: flex;
  position: relative;
}

.typo-zoom-sticky {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky.other-page {
  position: absolute;
}

.typo-zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
}

.typo-zoom-text-wrapper.mobile {
  display: none;
}

.typo-zoom-text-wrapper.other-page {
  width: 55vw;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.typo-zoom-text-image {
  width: 100%;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.text-overlap-end {
  background-color: #080a14;
  height: 100%;
  position: absolute;
  inset: auto 0% -100%;
}

.section-text-gradient-effect {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.text-effect-wrapper {
  height: 200vh;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}

.text-effect-wrapper._1 {
  z-index: 1;
  top: 25rem;
}

.text-effect-wrapper._2 {
  position: sticky;
  top: 0;
  bottom: auto;
}

.text-effect-wrapper._3 {
  position: sticky;
  top: 0;
}

.text-effect-inner {
  background-color: #080a14;
  position: relative;
  overflow: hidden;
}

.text-effect-gradient {
  mix-blend-mode: darken;
  background-image: linear-gradient(#080a14 12%, #081b4d 26%, #383fce 38%, #90a9eb 50%, #21256d 64%, #081b4c 76%, #080a14 88%);
  height: 260vh;
  position: absolute;
  inset: 0%;
}

.text-effect-overflow-hidden {
  overflow: hidden;
}

.text-effect-sticky-element {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-effect-text {
  color: #f5f5f7;
  font-size: 3.3em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline;
}

.noise {
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .5rem 1.5rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.button-text {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  position: relative;
}

.button-text.second {
  flex: none;
  font-size: .88rem;
  transition: opacity .3s;
}

.button-text.second:hover {
  opacity: .8;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.styles---glowing-button {
  display: none;
}

.process-section {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.process-title--cont {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.process-cont {
  z-index: 2;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 991px;
  height: 260px;
  display: flex;
  position: relative;
}

.process-img {
  width: 100%;
  position: absolute;
}

.process-sticky {
  z-index: 2;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-3 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.folio-card-img {
  align-self: center;
}

.webflow-card--grid {
  padding: 0;
}

.footer-curve--cont {
  width: 100vw;
  height: 25svh;
  position: relative;
  bottom: -10svh;
  overflow: hidden;
}

.menu-cont {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-icon {
  display: flex;
}

.link-text {
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.arrow-wrapper {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  top: 2px;
}

.arrow-wrapper.is-before {
  flex-flow: row;
  flex: none;
  align-self: center;
  align-items: center;
  height: auto;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 20% -1.5rem;
}

.link-09_underline {
  background-color: #b4bcd0;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-09 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #b4bcd0;
  justify-content: flex-start;
  align-self: center;
  align-items: baseline;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow_image {
  object-fit: contain;
  background-color: #0000;
  border: 1px solid #0000;
  width: auto;
  height: auto;
}

.tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.tooltip-anchor.top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  inset: auto 0% 100%;
}

.tooltip-anchor.top.w--open {
  display: flex;
}

.tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.tooltip-dropdown.inline {
  display: inline-block;
}

.relative {
  position: relative;
}

.tooltip-content {
  padding: 0;
  display: block;
}

.tooltip-wrapper {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-wrapper._200 {
  width: 200px;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-container._10 {
  padding: 10px;
}

.super {
  padding-left: 3px;
  position: absolute;
  top: -2px;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.bottom {
  top: auto;
  bottom: -7px;
}

.tooltip-i {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1em;
  font-style: italic;
  display: flex;
  position: relative;
  top: -.1em;
}

.tooltip-icon {
  transition: all .2s;
}

.tooltip-icon.invert {
  filter: invert();
}

.nav-link-mobile {
  color: #fff;
  white-space: nowrap;
  border-left: 3px solid #0000;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 60px;
  line-height: 60px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-mobile:hover, .nav-link-mobile.w--current {
  color: #b3763d;
  border-left-color: #b3763d;
}

.nav-link-mobile.bottom {
  margin-bottom: 0;
}

.nav-link-social {
  opacity: .6;
  color: #b4bcd0;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 3px #000;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-social:hover {
  opacity: 1;
  color: #fff;
  border-left-color: #3d66fc;
}

.nav-link-social.bottom {
  margin-bottom: 0;
}

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

.nav-column.right {
  align-items: flex-end;
}

.mega-nav-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.mega-nav-wrap {
  z-index: 9;
  background-color: #212121;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0%;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.blue-line {
  background-color: #316bff;
  width: 45px;
  height: 3px;
  margin-bottom: 20px;
}

.hamburger-wrap {
  cursor: pointer;
  width: 50px;
  padding-top: 7px;
  transition: all .2s;
  display: none;
}

.hamburger-wrap:hover {
  opacity: .8;
}

.pop-up-button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-paragraph {
  text-align: center;
  max-width: 50ch;
  margin-bottom: 10px;
  font-size: .9rem;
  line-height: 1.4em;
}

.pop-up-text-input {
  color: #4a546e;
  background-color: #f8f9fa;
  border: 1px solid #eff1f3;
  border-radius: 8px;
  height: 44px;
  margin-bottom: 10px;
  padding: 10px 16px;
}

.pop-up-text-input:hover {
  border-color: #e4e8ec;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-text-input.is-text-area {
  height: 90px;
}

.pop-up-text-box {
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5em;
  position: relative;
}

.pop-up-exit-button {
  z-index: 4;
  opacity: .45;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.pop-up-back {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #202020d9;
  position: absolute;
  inset: 0%;
}

.pop-up-header {
  text-align: center;
}

.pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.contact-form {
  margin-bottom: 8px;
}

.pop-up-box {
  z-index: 99999;
  cursor: auto;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  min-width: 610px;
  max-width: 610px;
  max-height: 90svh;
  padding: 1em 3em 2em;
  display: flex;
  position: absolute;
  overflow: scroll;
}

.pop-up-form {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #0000;
  border-radius: 4px;
  padding: 4em 2.5em;
  line-height: 1.4em;
}

.form-cont {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.radio-buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.radio-button--field {
  color: #4a546e;
  cursor: pointer;
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  margin-bottom: 0;
  padding: 1em;
  font-size: .9rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.radio-button--field:hover {
  border-color: #e4e8ec;
}

.radiobox {
  border-color: #0000;
  border-radius: 0%;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radiobox.w--redirected-checked {
  border: 1px solid var(--blue);
  background-image: none;
  border-radius: 8px;
}

.radiobox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  font-size: .8rem;
  font-weight: 500;
  position: relative;
}

.ms-radio-row {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-button {
  padding-left: 0;
}

.ms-hide {
  display: none;
}

.ms-radio-button-tab {
  color: #121331;
  border: 1px solid #12133140;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 700;
}

.form-field--cont {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.icon-embed {
  z-index: 2;
  max-height: 24px;
  position: relative;
}

.icon-embed.big {
  max-height: 40px;
}

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

.text-color-yellow {
  color: #ffc933;
}

.text-color-red {
  color: #f6285f;
}

.text-color-green {
  color: #41e88d;
}

.text-color-grey {
  color: #757373;
  flex: none;
  position: relative;
}

.text-color-grey._1 {
  color: #000;
}

.tab-content {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.tabs-content-wrapper {
  width: 100%;
}

.tabs-menu {
  padding: .5em;
  display: flex;
}

.tablink {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: .5em;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
}

.tablink.w--current {
  color: #1ac500;
  background-color: #0000;
}

.tablink._1 {
  color: #757373;
}

.tablink._1.w--current {
  color: var(--blue);
}

.tablink._3 {
  color: #757373;
}

.tablink._3.w--current {
  color: #ffc933;
}

.tablink._2 {
  color: #4d4d4d;
}

.tablink._2.w--current {
  color: var(--blue);
}

.content-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.active-tablink {
  z-index: 0;
  grid-column-gap: 12px;
  border-bottom: 2px solid var(--blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.active-tablink.w--current {
  color: #1ac500;
  background-color: #0000;
}

.tab-content-inner {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.txt--cont.about {
  max-width: 75ch;
}

.txt--cont._404 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
}

.txt--cont.other-page {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  max-width: 80ch;
  display: flex;
}

.calendly-embed {
  overflow: hidden;
}

.spacer-xs {
  width: 24px;
  height: 8px;
}

.navbar-brand-2 {
  max-width: 70px;
}

.navbar-brand-2.mobile {
  display: none;
}

.folio-cont {
  z-index: 2;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  position: relative;
}

.webflow-cont {
  z-index: 2;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  position: relative;
}

.folio-tag {
  color: #333;
  background-color: #d9d9d9;
  border-radius: 2rem;
  flex: none;
  padding: .3rem .5rem .25rem;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.folio-tag.process {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 74px;
  left: 0;
}

.folio-tag.process._2 {
  top: 202px;
  left: 63px;
}

.folio-tag.process._1 {
  top: 143px;
}

.folio-tag.process._3 {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  top: 138px;
  left: 15%;
}

.folio-tag.process._4 {
  width: 130px;
  top: 109px;
  left: 29.5%;
}

.folio-tag.process._5 {
  width: 240px;
  top: 152px;
  left: 42%;
}

.folio-tag.process._6 {
  width: 230px;
  top: 37px;
  left: 64%;
}

.folio-tag.process._7 {
  width: 130px;
  top: 98px;
  left: 78%;
}

.folio-tag.process._8 {
  width: 110px;
  top: 36px;
  left: 88.6%;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.heading {
  text-align: center;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

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

.investor-grid.contained {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card {
  background-color: #ffffff0d;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border-radius: .63rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content {
  opacity: .85;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-wrapper {
  z-index: 2;
  color: #c2cadd;
  text-align: center;
  max-width: 420px;
  padding: 2rem;
  line-height: 1.3;
  position: relative;
}

.card-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.custom-style {
  display: none;
}

.body-bg {
  z-index: 0;
  background-color: #080a14;
  position: absolute;
  inset: 0%;
}

.services-card--title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.first-section--wrapper {
  height: 340vh;
  position: relative;
}

.tab-line--load {
  background-image: linear-gradient(to right, #2866e21a, #2866e2d9 90%, #2866e200);
  width: 100%;
  height: 2px;
}

.tab-line-cont {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.link-line {
  background-image: linear-gradient(to right, #2866e21a, #2866e2 50%, #2866e21a);
  border-radius: 2rem;
  justify-content: center;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  transform: scale(0);
}

.card-animation {
  display: none;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.folio_cont {
  z-index: 2;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cursor_wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.folio_section {
  z-index: 3;
  position: relative;
}

.page-padding {
  padding: 2em 5%;
}

.page-padding.is-hover {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.cursor_list {
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0%;
}

.hover_item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #91919133;
  justify-content: space-between;
  align-items: center;
  padding: 2em 4em;
  text-decoration: none;
  transition: padding .2s, color .2s;
  display: flex;
}

.hover_item:hover {
  color: #ffffff4d;
  padding-left: 3em;
  padding-right: 3em;
}

.cursor_move {
  width: 40em;
  max-width: 90%;
  height: 60%;
}

.cursor_wrapper {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  inset: 0%;
  transform: scale(.5);
}

.cursor_item {
  width: 100%;
  height: 100%;
}

.cursor_item.mobile {
  display: none;
}

.project-css {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.hover_title, .hover_number {
  line-height: 1;
}

.cursor_img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.title_cont {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about_wrapper {
  z-index: 2;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.egmt_wrapper, .div-block-4 {
  display: flex;
}

.about_spacer {
  width: 55%;
}

.egmt_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.utility-page-wrap {
  background-image: url('../images/BLUE-HUE.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.halo-light {
  z-index: 1;
  opacity: .4;
  align-items: flex-end;
  padding-left: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.halo-light.services {
  justify-content: center;
}

.halo-light.process, .halo-light.folio {
  align-items: center;
}

.halo-light.webflow {
  justify-content: center;
  margin-top: -93px;
  padding-left: 0%;
  inset: 0% 0% auto;
}

.halo-light.faq {
  padding-left: 0%;
  inset: 0% 0% auto;
}

.halo-light.about {
  inset: 0%;
}

.halo-img {
  width: 50%;
}

.halo-img.services {
  width: 60vw;
}

.halo-img.process {
  width: 100%;
}

.halo-img.webflow {
  width: 60%;
}

.rich-txt--cont {
  z-index: 4;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.rich-txt--list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

._wf-txt--wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .btn--sec-med {
    display: none;
  }

  .ds-main-grid, .is-t-visible {
    display: block;
  }

  .is-t-hidden {
    display: none;
  }

  .grid--4-8 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: auto;
  }

  .grid--3-3-3-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .grid--6-6 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .is-btn-t-fw {
    width: 100%;
  }

  .grid--4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .ds-sidebar {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .dsg-subnav-menu {
    border-radius: 0;
    flex-direction: row;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .is-pad-tb-128 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container-col-8 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-fullwidth {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-col-4, .container-col-10 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-subnav-link {
    font-size: .8rem;
  }

  .container-col-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .btn--prm-med {
    max-width: none;
  }

  .is-pad-tb-80 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .is-h2.folio {
    max-width: 90vw;
  }

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

  .grid-bg {
    min-height: 100vh;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

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

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

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

  .button-primary.navbar {
    padding: 4px 10px;
    display: none;
  }

  .menu-button {
    padding: 12px;
  }

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

  .navbar-no-shadow.scroll {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #0f14208f;
    border-bottom: 1px solid #3c4253;
  }

  .navbar-no-shadow.hidden {
    top: -50px;
  }

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

  .nav-menu {
    padding-left: 0;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .nav_menu.container-col-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .glass_wrapper {
    display: flex;
  }

  .button {
    white-space: nowrap;
  }

  .button-secondery {
    transition: none;
  }

  .button-secondery:hover {
    background-color: #0000;
  }

  .features-image-wrapper._404 {
    width: 100%;
  }

  .featured-tabs-content {
    width: 58%;
  }

  .tabs-link {
    transition: none;
  }

  .tabs-link:hover {
    opacity: 1;
  }

  .heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-column {
    text-align: center;
    align-items: center;
  }

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

  .services_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .halo-gradient {
    display: flex;
  }

  .folio-card--space {
    display: none;
  }

  .faq-link {
    transition: none;
  }

  .faq-link:hover {
    opacity: 1;
  }

  .faq_section {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .webflow-card {
    flex-direction: column;
    align-items: center;
  }

  .webflow-big-card--img {
    justify-content: center;
    max-width: 50%;
  }

  .webflow-big-card--img.plugins {
    max-width: 60%;
  }

  .footer-txt--side {
    flex-direction: column;
  }

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

  .grid--6-6-2 {
    grid-template-columns: 1fr;
  }

  .faq-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .faq-cont {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
  }

  .typo-zoom-text-wrapper {
    width: 80vw;
    display: none;
  }

  .typo-zoom-text-wrapper.mobile {
    display: block;
  }

  .typo-zoom-text-wrapper.other-page {
    width: 95%;
    display: flex;
  }

  .text-effect-text {
    font-size: 3em;
  }

  .process-section {
    min-height: 350vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2em;
    padding-right: 0;
  }

  .process-title--cont {
    width: 90vw;
  }

  .process-cont {
    justify-content: flex-start;
    align-self: flex-start;
    min-width: 64rem;
  }

  .process-sticky {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    width: 100%;
    height: 100svh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .process-spacer {
    display: none;
  }

  .link-text {
    flex: none;
    width: 100%;
  }

  .nav-column {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-column.right {
    padding-right: 20px;
  }

  .mega-nav-inner {
    position: relative;
  }

  .mega-nav-wrap {
    z-index: 2;
    background-color: #0f1420;
    overflow: hidden;
  }

  .mega-nav-wrap.show {
    height: 100%;
  }

  .hamburger-wrap {
    justify-content: center;
    align-items: center;
    height: 50px;
    display: none;
  }

  .lottie-animation-2 {
    filter: invert();
  }

  .pop-up-button {
    position: relative;
  }

  .tablink._3 {
    font-size: 14px;
  }

  .heading {
    font-size: 4.5rem;
  }

  .investor-grid.contained {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    height: 10rem;
  }

  .list-item {
    flex: none;
  }

  .plugins {
    max-width: 140%;
  }

  .services-title--cont {
    text-align: left;
  }

  .hover_component.is-pad-t-64 {
    padding-top: 2em;
  }

  .hover_item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hover_item:hover {
    color: #aaacb3;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cursor_wrapper {
    display: none;
  }

  .cursor_item.mobile {
    display: block;
  }

  .about_spacer {
    display: none;
  }

  .utility-page-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column-reverse;
  }

  .halo-light {
    opacity: .5;
  }

  .halo-light.services {
    align-items: flex-start;
  }

  .halo-light.process {
    align-items: flex-start;
    padding-left: 0%;
  }

  .halo-light.folio {
    background-image: url('../images/blue-halo.webp');
    background-position: 0 0;
    background-size: cover;
    align-items: flex-start;
    margin-top: -100px;
    padding-left: 0%;
  }

  .halo-light.webflow {
    align-items: flex-start;
    height: 100%;
  }

  .halo-light.faq {
    justify-content: center;
    align-items: flex-start;
    margin-top: -103px;
  }

  .halo-light.about {
    align-items: flex-start;
  }

  .halo-img {
    width: 100%;
  }

  .halo-img.services {
    width: 100vw;
  }

  .halo-img.folio {
    opacity: .8;
    width: 100%;
    height: 30%;
  }

  .halo-img.webflow, .halo-img.about {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .is-txt-small.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .grid--8-4 {
    grid-template-columns: 1fr 1fr;
  }

  .dsg-table-cell.is-dsg-aspect {
    width: 5em;
  }

  .is-btn-l-fw {
    width: 100%;
  }

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

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 2.25fr;
  }

  .ds-table_header-headlines {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid--6-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .is-txt-medium {
    font-size: .813rem;
  }

  .is-txt-medium.is-dsg-description {
    max-width: none;
  }

  .grid--4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .ds-sidebar {
    width: 100%;
    overflow: hidden;
  }

  .ds-table_row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .ds-table_row.is-colors {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .ds-table_row.is-button {
    grid-template-columns: 1fr;
  }

  .ds-table_row.is-dsg-helper {
    grid-template-rows: auto;
    grid-template-columns: .6fr;
  }

  .is-l-visible {
    display: block;
  }

  .is-h4.process-tab {
    font-size: 1.4rem;
  }

  .is-l-hidden {
    display: none;
  }

  .is-pad-tb-128 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container-col-8 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ds-table_header-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container-col-4, .container-col-10, .container-col-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-txt-large {
    font-size: 1.2rem;
  }

  .ds-table_header-headlines-spacing, .ds-table_row-spacing {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .is-txt-tagline {
    font-size: 1rem;
  }

  .dsg-subnav-link {
    flex: none;
    padding-left: .5em;
    padding-right: .5em;
  }

  .container-col-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-pad-tb-80 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

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

  .is-pad-tb-64 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

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

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

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

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

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

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

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

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

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

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

  .navbar-brand {
    min-width: 12vw;
    padding-left: 0;
  }

  .fn-button {
    width: 100%;
  }

  .features-image-wrapper {
    height: 350px;
  }

  .features-image-wrapper.mobile {
    align-self: center;
    display: block;
  }

  .features-image-wrapper._404 {
    height: 100%;
  }

  .featured-tabs-content {
    width: 100%;
    margin-top: 12px;
    display: none;
    position: static;
  }

  .paragraph {
    margin-bottom: 24px;
  }

  .heading-2 {
    font-size: 34px;
  }

  .fn-column {
    align-items: center;
  }

  .container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .services_section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .heading-5-no-margin {
    font-size: 18px;
  }

  .faq_section {
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .webflow-card {
    flex-direction: column;
    align-items: stretch;
  }

  .webflow-big-card--img {
    position: relative;
    left: 25%;
  }

  .webflow-big-card--img.plugins {
    justify-content: center;
    left: auto;
  }

  .hivoo_footer {
    padding-top: 7.3rem;
    position: relative;
  }

  .footer-text--cont {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .footer-elements {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .footer-txt-link--cont {
    flex-direction: column;
  }

  .footer-link--cont {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer-txt--side {
    flex-direction: row;
  }

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

  .grid--6-6-2 {
    grid-template-columns: 1fr;
  }

  .text-effect-text {
    font-size: 2.3em;
  }

  .process-section {
    max-width: none;
  }

  .footer-curve--cont {
    height: 20svh;
    bottom: -7svh;
  }

  .nav-link-mobile {
    border-left-style: none;
    padding-left: 0;
  }

  .nav-column {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    margin-bottom: 30px;
  }

  .nav-column.right {
    align-items: flex-start;
    margin-top: 30px;
  }

  .mega-nav-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 45px;
  }

  .pop-up-exit-button {
    width: 30px;
    height: 30px;
  }

  .pop-up-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pop-up-box {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100svh;
    max-height: 100svh;
    margin-top: 4em;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .text-color-grey.hide-mobile {
    display: none;
  }

  .tabs-menu {
    padding: 10px;
  }

  .tab-content-inner {
    grid-row-gap: 12px;
  }

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

  .folio-cont {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .webflow-cont {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .heading {
    font-size: 3.25rem;
  }

  .list-item {
    flex: none;
  }

  .plugins {
    max-width: 70%;
  }

  .services-title--cont {
    text-align: left;
  }

  .tab-line--load {
    display: none;
  }

  .hover_title {
    font-size: 2.1em;
  }
}

@media screen and (max-width: 479px) {
  .grid--8-4 {
    grid-template-columns: 1fr;
  }

  .form-checkbox-label, .richt-text {
    font-size: 1rem;
  }

  .is-p-visible {
    display: block;
  }

  .grid--4-8 {
    grid-auto-columns: 1fr;
  }

  .dsg-table-cell {
    background-color: #1d1d1d;
  }

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

  .dsg-hor-p-scroll-wrap {
    width: 100%;
    max-width: 90vw;
    overflow: scroll;
  }

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

  .grid--dsg-lists {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .is-btn-p-fw {
    width: 100%;
  }

  .ds-table_header-headlines.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid--4-4-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .is-h5.about-mobile {
    font-size: 1.2rem;
  }

  .ds-table_row.is-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ds-table_row.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .is-display {
    font-size: 3rem;
  }

  .is-h4 {
    font-size: 1.2rem;
  }

  .is-h4.is-txt-gradient.mobile {
    font-size: 1.8rem;
  }

  .is-h4.process-tab {
    font-size: 1.938rem;
  }

  .btn--prm-link {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .is-p-hidden {
    display: none;
  }

  .is-h1 {
    font-size: 2.1rem;
  }

  .ds-table_row-spacing {
    background-color: #1d1d1d;
  }

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

  .btn--prm-med {
    width: 100%;
    max-width: 100%;
  }

  .btn--prm-med.is-form-submit {
    font-size: 1.4em;
  }

  .is-txt-align-center {
    max-width: 32ch;
  }

  .dsg-table.is-dsg-helpers.is-dsg-aspect {
    grid-template-rows: .25fr;
    grid-auto-rows: 1fr;
  }

  .is-h2 {
    font-size: 1.8rem;
  }

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

  .is-h6 {
    font-size: 1rem;
  }

  .container {
    max-width: none;
  }

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

  .nav-link {
    font-size: 2rem;
  }

  .button-primary.navbar {
    display: block;
  }

  .navbar-no-shadow {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #0f14208f;
    border-bottom: 1px solid #3c4253;
    align-items: center;
    height: 52px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
  }

  .navbar-no-shadow-container {
    padding: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand.mobile, .navbar-brand.mobile.w--current {
    display: block;
  }

  .nav-menu {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .glass_wrapper {
    grid-row-gap: 1.5rem;
    min-width: 0;
    padding: 3rem 2rem;
  }

  .glass-title-tip {
    font-size: 1rem;
    display: none;
  }

  .form-error-msg {
    margin-bottom: 0;
  }

  .heading-3.is-white {
    font-size: 1.5rem;
  }

  .form-2 {
    margin-bottom: 0;
  }

  .cta-wrap--center {
    flex-direction: column;
    width: 100%;
  }

  .features-cont {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .button-secondery, .fn-button, .button-wrapper {
    width: 100%;
  }

  .features-image-wrapper {
    height: 220px;
  }

  .webflow-card {
    height: auto;
  }

  .webflow-big-card--img {
    max-width: 100%;
    left: auto;
  }

  .hivoo_footer {
    position: sticky;
  }

  .footer-txt--side {
    flex-direction: column;
    align-items: center;
  }

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

  .is-h4-2 {
    font-size: 1.1rem;
  }

  .grid--6-6-2 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .is-h2-2 {
    font-size: 1.7rem;
  }

  .accordion-item.tabs-accordion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .section-typo-zoom-in {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-curve--cont {
    height: 10svh;
    bottom: -5svh;
  }

  .menu-cont {
    display: none;
  }

  .link-text {
    white-space: nowrap;
    flex: 0 auto;
  }

  .nav-link-mobile {
    line-height: 45px;
  }

  .mega-nav-inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .radio-button--field {
    flex: 1;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .tab-content-inner {
    grid-row-gap: 8px;
  }

  .navbar-brand-2.mobile {
    display: block;
  }

  .heading {
    font-size: 3rem;
  }

  .investor-grid.contained {
    grid-template-columns: 1fr;
  }

  .hover_title {
    font-size: 1.9em;
  }

  .hover_number {
    font-size: 1em;
  }

  .about_wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .halo-light.about {
    background-image: url('../images/blue-halo.webp');
    background-position: 0 100%;
    background-size: cover;
    align-items: flex-end;
  }

  .halo-img.process {
    height: 50%;
  }

  .halo-img.about {
    display: none;
  }
}

#w-node-_1bc9bae7-0131-74ad-e98f-eebda60a6357-5fe1b941 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_0aca25a3-dc47-f56c-961f-d0f2e2165023-5fe1b941, #w-node-b815bfeb-32a9-045b-469b-bf65b63d8689-5fe1b941 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bcd32c9-72e2-1ca9-6029-e525fed6972f-5fe1b941 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#cards.w-node-ca1ac227-4f35-96e4-2916-6c289c621f98-5fe1b941 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b8aa0b4a-6784-4e6e-9568-0f124bb3272a-5fe1b941, #w-node-b89ebcc1-963a-5b6e-e2f6-167c99e663d7-5fe1b941, #w-node-ab223718-b008-5808-afca-52aba668d0e7-5fe1b941, #w-node-d571ef4e-ee56-1d62-4624-965133ddb136-5fe1b941 {
  grid-column: span 2 / span 2;
}

#w-node-_11b54192-202a-c3db-ea1d-2393201d811a-5fe1b941 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_52391c55-8738-674e-4c4f-dddcca26692a-5fe1b941, #w-node-_57189450-8257-81c7-7d9e-30ccb0bef616-5fe1b941, #w-node-da9d3c06-9f11-3d0b-482a-58431d592e7b-5fe1b941, #w-node-_94c954bd-7d51-8eab-9d53-239fb2d96f6b-5fe1b941, #w-node-af8258db-b8fc-8f8d-7b66-fb0bafdbca20-5fe1b941, #w-node-e735a6d6-df01-bbc7-0a52-25db3def85da-3def85da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#cards.w-node-_266e19df-2804-f8f0-8077-dc1b792808bb-5fe1b943 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_266e19df-2804-f8f0-8077-dc1b792808c5-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b792808e7-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b79280900-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b79280922-5fe1b943 {
  grid-column: span 2 / span 2;
}

#w-node-_44037eca-50c7-43fc-c4f9-0be2fbd1af2b-5fe1b945, #w-node-_44037eca-50c7-43fc-c4f9-0be2fbd1af2d-5fe1b945, #w-node-_86dcd5f8-00e6-8292-02ad-8cc6bf13214a-5fe1b945, #w-node-_119adf2e-394a-dbd3-53a3-5254c53062b3-5fe1b945, #w-node-_80c72f3f-836c-70c6-246c-c066da8c706b-5fe1b945, #w-node-_80c72f3f-836c-70c6-246c-c066da8c706f-5fe1b945, #w-node-b76fdeb2-399e-e4ae-05c8-849c98389561-5fe1b945, #w-node-cf63afab-d048-acce-3511-807b53029ab4-5fe1b945, #w-node-_4f102827-a211-82ec-ee3c-9d517764c591-5fe1b945, #w-node-_4f102827-a211-82ec-ee3c-9d517764c595-5fe1b945, #w-node-_2cbe3b18-2a73-5072-1309-7119c58d924e-5fe1b945, #w-node-_2cbe3b18-2a73-5072-1309-7119c58d9252-5fe1b945, #w-node-_0edbd24a-aa85-1ac6-33f3-4a04d31c80a5-5fe1b945, #w-node-_0edbd24a-aa85-1ac6-33f3-4a04d31c80a7-5fe1b945, #w-node-_44037eca-50c7-43fc-c4f9-0be2fbd1af2b-5fe1b948, #w-node-_44037eca-50c7-43fc-c4f9-0be2fbd1af2d-5fe1b948, #w-node-_86dcd5f8-00e6-8292-02ad-8cc6bf13214a-5fe1b948, #w-node-_119adf2e-394a-dbd3-53a3-5254c53062b3-5fe1b948, #w-node-b76fdeb2-399e-e4ae-05c8-849c98389561-5fe1b948, #w-node-cf63afab-d048-acce-3511-807b53029ab4-5fe1b948, #w-node-_4f102827-a211-82ec-ee3c-9d517764c591-5fe1b948, #w-node-_4f102827-a211-82ec-ee3c-9d517764c595-5fe1b948, #w-node-_80c72f3f-836c-70c6-246c-c066da8c706b-5fe1b948, #w-node-_80c72f3f-836c-70c6-246c-c066da8c706f-5fe1b948, #w-node-_2cbe3b18-2a73-5072-1309-7119c58d924e-5fe1b948, #w-node-_2cbe3b18-2a73-5072-1309-7119c58d9252-5fe1b948, #w-node-_0edbd24a-aa85-1ac6-33f3-4a04d31c80a5-5fe1b948, #w-node-_0edbd24a-aa85-1ac6-33f3-4a04d31c80a7-5fe1b948, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b15-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b3b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b4f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b50-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b53-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b56-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b59-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b5c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b5d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b60-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b63-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b66-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b69-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b6a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b6d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b70-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b73-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b76-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b77-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b7a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b7d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b80-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b83-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b84-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b87-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b8a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b8d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b90-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b91-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b94-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b97-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b9a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b9d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b9e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ba1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ba4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ba7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307baa-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bab-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bae-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bb1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bb4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bc8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bc9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bcc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bcf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bd2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bd5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bd6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bd9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bdc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bdf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307be2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307be3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307be6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307be9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bec-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bef-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bf0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bf3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bf6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bf9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bfc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bfd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c00-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c03-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c06-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c09-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c0a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c0d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c10-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c13-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c16-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c17-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c1a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c1d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c20-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c2a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c2b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c2e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c31-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c32-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c35-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c38-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c39-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c3c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c3f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c40-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c43-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c46-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c47-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c4a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c4d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c4e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c51-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c54-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c55-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c58-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c5b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c5c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c5f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c62-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c63-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c66-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c69-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c6a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c6d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c70-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c71-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c74-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c77-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c78-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c7b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c7e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c7f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c82-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c85-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c86-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c89-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c95-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c96-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c98-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c99-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c9b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c9c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c9e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ca6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ca7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cb1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cb2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ce9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cea-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ced-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cf0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cf3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cf6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cf9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cfc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cfd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d05-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d0e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d17-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d20-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d29-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d32-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d33-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d3b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d44-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d4d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d56-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d5f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d68-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d69-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d71-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d7a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d83-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d8c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d95-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d9e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307d9f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307da7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307db0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307db9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307dc2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307dcb-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ddb-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ddc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ddf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307de2-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307de3-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307de6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307de9-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307dea-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ded-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307df0-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307df1-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307df4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307dfa-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307dfb-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307dfe-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e01-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e02-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e05-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e12-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e13-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e16-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e19-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e1a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e1d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e22-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e23-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e26-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e2b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e2c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e2f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e34-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e35-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307e38-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307eb9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307eba-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ec1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ec2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ec9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307eca-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ed1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ed2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ed3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307eda-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307edb-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307edc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307edd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ee4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ee5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ee6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ee7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ee8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ee9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ef5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ef6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ef9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307efc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307eff-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f02-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f05-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f08-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f09-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f0c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f0f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f12-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f15-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f18-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f1a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f1b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f1e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f21-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f24-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f27-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f2a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f2c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f2d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f30-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f33-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f36-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f39-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f3c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f3e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f3f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f42-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f45-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f48-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f4b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f4e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f50-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f51-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f54-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f57-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f5a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f5d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f60-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f62-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f63-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f66-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f69-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f6c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f6f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f72-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f74-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f75-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f78-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f7b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f7e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f81-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f84-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f86-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f87-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f8a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f8d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f90-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f93-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f96-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f98-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f99-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f9c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307f9f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fa2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fa5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fa8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307faa-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fab-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fae-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fb1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fb4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fb7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fba-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fbc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fbd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fc0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fc3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fc6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fc9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fcc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fce-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fcf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fd2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fd5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fd8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fdb-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fde-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fe0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fe1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fe4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fe7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fea-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fed-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ff0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ff2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ff3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ff6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ff9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ffc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307fff-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308002-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308004-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308005-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308008-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30800b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30800e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308011-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308014-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308016-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308017-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30801a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30801d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308020-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308023-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308026-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308028-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308029-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30802c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30802f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308032-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308035-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308038-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30803a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30803b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30803e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308041-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308044-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308047-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30804a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30804c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30804d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308050-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308053-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308056-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308059-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30805c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30805e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30805f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308062-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308065-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308068-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30806b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30806e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308070-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308071-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308074-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308077-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30807a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30807d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308080-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308082-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308083-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308086-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308089-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30808c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30808f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308092-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308094-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308095-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308098-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30809b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30809e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080a1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080a4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080a6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080a7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080aa-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080ad-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080b0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080b3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080b6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080b8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080b9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080bc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080bf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080c2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080c5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080c8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080ca-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080cb-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080ce-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080d1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080d4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080d7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080da-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080dc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080dd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080e0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080e3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080e6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080e9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080ec-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080ee-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080ef-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080f2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080f5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080f8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080fb-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3080fe-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308100-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308101-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308104-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308107-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30810a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30810d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308110-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308112-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308113-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308116-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308119-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30811c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30811f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308122-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308124-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308125-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308128-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30812b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30812e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308131-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308134-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308136-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308137-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30813a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30813d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308140-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308143-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308146-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308148-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308149-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30814c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30814f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308152-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308155-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308158-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308162-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308163-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308166-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308169-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30816c-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30816f-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308172-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308175-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308176-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308179-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30817c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30817f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308182-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308185-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308187-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308188-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30818b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30818e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308191-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308194-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308197-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308199-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30819a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30819d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081a0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081a3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081a6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081a9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081ab-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081ac-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081af-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081b2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081b5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081b8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081bb-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081bd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081be-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081c1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081c4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081c7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081ca-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081cd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081cf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081d0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081d3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081d6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081d9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081dc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081df-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081e1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081e2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081e5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081e8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081eb-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081ee-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081f1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081f3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081f4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081f7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081fa-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3081fd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308200-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308203-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308205-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308206-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308209-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30820c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30820f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308212-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308215-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308217-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308218-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30821b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30821e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308221-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308224-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308227-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308229-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30822a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30822d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308230-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308233-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308236-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308239-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30823b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30823c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30823f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308242-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308245-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308248-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30824b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30824d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30824e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308251-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308254-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308257-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30825a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30825d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30825f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308260-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308263-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308266-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308269-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30826c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30826f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308271-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308272-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308275-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308278-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30827b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30827e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308281-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308283-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308284-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308287-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30828a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30828d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308290-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308293-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308295-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308296-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308299-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30829c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30829f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082a2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082a5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082a7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082a8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082ab-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082ae-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082b1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082b4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082b7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082b9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082ba-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082bd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082c0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082c3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082c6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082c9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082cb-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082cc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082cf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082d2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082d5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082d8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082db-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082dd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082de-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082e1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082e4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082e7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082ea-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082ed-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082ef-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082f0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082f3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082f6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082f9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082fc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3082ff-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308301-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308302-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308305-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308308-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30830b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30830e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308311-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308313-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308314-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308317-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30831a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30831d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308320-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308323-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308325-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308326-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308329-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30832c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30832f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308332-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308335-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308337-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308338-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30833b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30833e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308341-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308344-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308347-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308349-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30834a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30834d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308350-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308353-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308356-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308359-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30835b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30835c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30835f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308362-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308365-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308368-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30836b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30836d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30836e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308371-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308374-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308377-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30837a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30837d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30837f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308380-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308383-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308386-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308389-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30838c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30838f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308391-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308392-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308395-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308398-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30839b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30839e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083a1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083a3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083a4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083a7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083aa-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083ad-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083b0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083b3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083b5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083b6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083b9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083bc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083bf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083c2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083c5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083d1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083d2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083d5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083d8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083db-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083dc-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083df-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083e2-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083e5-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083e6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083e9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083ec-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083ef-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083f0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083f3-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083f6-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083f9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083fa-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3083fd-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308400-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308403-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308404-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308407-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30840a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308414-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308415-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308418-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30841b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30841c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30841f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308422-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308423-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308426-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308429-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30842a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30842d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308430-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308431-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308434-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30843e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30843f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308442-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308445-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308446-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308449-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30844c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30844d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308450-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308453-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308454-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308457-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30845a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30845b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30845e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308461-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308462-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308465-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308468-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308469-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30846c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30846f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308470-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308473-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308476-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308477-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30847a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30847d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30847e-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308481-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308484-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308485-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308488-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30848b-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30848c-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30848f-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308492-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308493-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308496-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308499-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30849a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b30849d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084a0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084a1-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084a4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084a7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084a8-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084ab-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084ae-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084af-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084b2-5fe1b94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1bc9bae7-0131-74ad-e98f-eebda60a6357-5fe1b941 {
    grid-column: span 3 / span 3;
  }

  #w-node-_9bcd32c9-72e2-1ca9-6029-e525fed6972f-5fe1b941 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #cards.w-node-ca1ac227-4f35-96e4-2916-6c289c621f98-5fe1b941 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b8aa0b4a-6784-4e6e-9568-0f124bb3272a-5fe1b941, #w-node-b89ebcc1-963a-5b6e-e2f6-167c99e663d7-5fe1b941, #w-node-ab223718-b008-5808-afca-52aba668d0e7-5fe1b941, #w-node-d571ef4e-ee56-1d62-4624-965133ddb136-5fe1b941 {
    grid-column: span 2 / span 2;
  }

  #w-node-_11b54192-202a-c3db-ea1d-2393201d811a-5fe1b941 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #cards.w-node-_266e19df-2804-f8f0-8077-dc1b792808bb-5fe1b943 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_266e19df-2804-f8f0-8077-dc1b792808c5-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b792808e7-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b79280900-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b79280922-5fe1b943 {
    grid-column: span 2 / span 2;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308468-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308476-5fe1b94a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1bc9bae7-0131-74ad-e98f-eebda60a6357-5fe1b941 {
    grid-column: span 4 / span 4;
  }

  #cards.w-node-ca1ac227-4f35-96e4-2916-6c289c621f98-5fe1b941 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_627477aa-7d3c-be6f-0118-0d57acf1ebac-5fe1b941, #w-node-b8aa0b4a-6784-4e6e-9568-0f124bb3272a-5fe1b941, #w-node-_93e807d3-72b5-2ec4-b34f-facceef241f8-5fe1b941, #w-node-b89ebcc1-963a-5b6e-e2f6-167c99e663d7-5fe1b941, #w-node-ab223718-b008-5808-afca-52aba668d0e7-5fe1b941, #w-node-_51739ca9-cf21-8597-d64d-7f7ac88e8493-5fe1b941, #w-node-d571ef4e-ee56-1d62-4624-965133ddb136-5fe1b941, #w-node-_3bf6e64a-86c6-4769-1333-9c1004f37b3e-5fe1b941 {
    grid-column: span 2 / span 2;
  }

  #w-node-_11b54192-202a-c3db-ea1d-2393201d811a-5fe1b941 {
    grid-column: span 4 / span 4;
  }

  #cards.w-node-_266e19df-2804-f8f0-8077-dc1b792808bb-5fe1b943 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_266e19df-2804-f8f0-8077-dc1b792808bc-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b792808c5-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b792808de-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b792808e7-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b79280900-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b79280919-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b79280922-5fe1b943, #w-node-_266e19df-2804-f8f0-8077-dc1b7928092b-5fe1b943 {
    grid-column: span 2 / span 2;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b66-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b73-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b80-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b8d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b9a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ba7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bb4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bdf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bec-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bf9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c06-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c13-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c20-5fe1b94a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c98-5fe1b94a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c9b-5fe1b94a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308484-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b308492-5fe1b94a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b66-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b73-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b80-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b8d-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307b9a-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ba7-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bb4-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bdf-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bec-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307bf9-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c06-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c13-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c20-5fe1b94a {
    grid-column-end: 4;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c98-5fe1b94a {
    grid-row: 3 / 4;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307c9b-5fe1b94a {
    grid-row: 5 / 6;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307ca6-5fe1b94a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b307cb1-5fe1b94a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084a0-5fe1b94a, #w-node-dfab7c8a-6a96-c1c1-6d8f-c83f3b3084ae-5fe1b94a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}