:root {
  --black: black;
  --secondary-color: #0ebbb7;
  --primary-color: #03706b;
  --relume-library-lite--rl-gray: #f4f4f4;
  --relume-library-lite--white: white;
  --relume-library-lite--grey: #e4e2df;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --off-cream: #f3f2eb;
  --white: white;
}

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  margin-bottom: 1.25em;
}

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dsg-body {
  color: #b0b0b0;
  background-color: #181818;
  flex-direction: column;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

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

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

.form-field-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

.is-h5 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 1.5625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

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

.btn-sec--med {
  color: #e7e7e7;
  text-align: center;
  background-color: #181818;
  border-radius: 12em;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s linear;
  box-shadow: 0 0 0 0 rgba(219, 244, 12, 0);
}

.btn-sec--med:hover {
  background-color: #111;
  box-shadow: 0 0 0 2px #dbf40c;
}

.btn-sec--med:active {
  color: #181818;
  background-color: #dbf40c;
}

.btn-sec--med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.is-txt-bold {
  font-weight: 700;
}

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

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

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

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

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

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

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

.is-bg-white-125 {
  background-color: #b0b0b0;
}

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

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

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

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

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

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

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

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

.is-bg-green-150 {
  background-color: #839207;
}

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

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

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

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

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

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

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

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

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

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

.is-h6 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

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

.is-txt-green-150 {
  color: #839207;
}

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

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

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

.is-txt-black-75 {
  color: #1d1d1d;
}

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

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

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

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

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

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

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

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

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

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

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

.is-h2 {
  color: var(--black);
  font-family: Sora, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

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

.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-208 {
  padding-top: 13em;
  padding-bottom: 13em;
}

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

.grid--6-6 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  width: 100%;
}

.grid--6-6.is-content01 {
  grid-column-gap: 6em;
}

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

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

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

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

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

.richt-text p {
  margin-bottom: 1em;
}

.richt-text li {
  margin-bottom: .5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-h1 {
  color: var(--black);
  font-family: Sora, sans-serif;
  font-size: 3.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h1.is-margin-b-8 {
  font-weight: 600;
}

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

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

.is-txt-green-125 {
  color: #afc309;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid--8-4.bg {
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: 4rem;
  margin-right: 4rem;
  padding: 20px;
  overflow: hidden;
}

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

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

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

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

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

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

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

.is-txt-black-125 {
  color: #101010;
}

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

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

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

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

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

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

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

.is-txt-white-100 {
  color: #e7e7e7;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

.logo-bar {
  background-color: #dbf40c;
  width: 0;
  height: 2px;
  margin-bottom: 6px;
  margin-left: 3px;
}

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

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

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

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

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

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

.is-h3 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 2.4375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

.is-bg-green-100 {
  background-color: #dbf40c;
}

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

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

.is-black-150 {
  background-color: #000;
}

.dsg-nav_menu {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.is-text-link {
  color: var(--secondary-color);
  font-weight: 500;
  text-decoration: underline;
}

.is-bg-green-75 {
  background-color: #e2f63c;
}

.is-txt-xsmall {
  font-family: Inter, sans-serif;
  font-size: .7rem;
  line-height: 1.6;
}

.dsg-nav_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

.is-txt-small {
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 1.6;
}

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

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

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

.container-col-12 {
  width: 100%;
  max-width: 1416px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-txt-black-150 {
  color: #000;
}

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

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

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

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

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

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

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

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

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

.form-label {
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 400;
}

.is-txt-large {
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
}

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

.is-bg-black-75 {
  background-color: #1d1d1d;
}

.is-bg-white-100 {
  background-color: #e7e7e7;
}

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

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

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

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

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

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

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

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

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

.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-txt-white-75 {
  color: #b0b0b0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.dsg-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 2440px;
  display: grid;
  position: relative;
}

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

.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-b-200 {
  margin-bottom: 12.5em;
}

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

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

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

.dsg-main {
  background-color: #181818;
}

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

.form-radio-icon {
  background-color: #dbf40c;
  border-color: #4a4a4a;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #000;
  border-width: .25rem;
  border-color: #dbf40c;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.is-h4 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.is-bg-black-125 {
  background-color: #101010;
}

.dsg-subnav-link {
  color: #e7e7e7;
  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: #b0b0b0;
  padding-left: 1em;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-t-80 {
  padding-top: 5em;
}

.btn--prm-med {
  background-color: var(--black);
  color: var(--relume-library-lite--rl-gray);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 0 0 #92b22f;
}

.btn--prm-med:hover {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 .4rem rgba(14, 187, 183, .47);
}

.btn--prm-med:active {
  box-shadow: none;
  background-color: #afc309;
}

.btn--prm-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.btn--prm-med.btn-full-width {
  width: 100%;
}

.btn--prm-med.round-corners {
  border-radius: 5rem;
}

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

.is-txt-black-100 {
  color: #181818;
}

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

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

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

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

.dsg-brand-link {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

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

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

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

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

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

.is-txt-xlarge {
  color: #e7e7e7;
  font-family: Sora, sans-serif;
  font-size: 2em;
  line-height: 1.4;
}

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

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

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

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

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

.is-bg-black-100 {
  background-color: #181818;
}

.dsg-sidebar {
  background-color: #181818;
  padding-left: 3em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.is-txt-medium {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

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

.is-txt-medium.green {
  color: var(--secondary-color);
}

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

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

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

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

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

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

.is-bg-green-125 {
  background-color: #afc309;
}

.form-wrapper {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.form-input {
  color: #e7e7e7;
  background-color: #1d1d1d;
  border: .05rem solid rgba(122, 122, 122, .2);
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: all .2s;
}

.form-input:focus {
  color: #fff;
  border-color: rgba(180, 180, 180, .35);
}

.form-input:focus-visible {
  border-color: rgba(180, 180, 180, .35);
}

.form-input[data-wf-focus-visible] {
  border-color: rgba(180, 180, 180, .35);
}

.form-input::placeholder {
  color: #b0b0b0;
}

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

.form-input.is-select-input {
  justify-content: space-between;
}

.form-input.footer {
  background-color: #111;
  border-style: none;
  border-bottom-width: 1rem;
  min-width: 500px;
}

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

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

.grid--4-4-4.is-footer, .grid--4-4-4.is-why {
  grid-column-gap: 8em;
  grid-row-gap: 4em;
}

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

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

.is-txt-green-75 {
  color: #92b22f;
}

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

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

.is-txt-green-50 {
  color: #f1fb9d;
}

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

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

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

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

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

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

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

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

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

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

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

.is-display {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

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

.margin-top, .margin-top.margin-xxsmall, .margin-top.margin-medium, .margin-top.margin-xlarge, .margin-top.margin-huge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.is-txt-green-100 {
  color: #dbf40c;
  flex: 0 auto;
}

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

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

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

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

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

.dsg-navbar {
  z-index: 999;
  background-color: #181818;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

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

.is-bg-black-50 {
  background-color: #4a4a4a;
}

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

.dsg-logo {
  width: 8em;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fullwidth {
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.is-bg-white-150 {
  color: #818181;
}

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

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

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

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

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

.dsg-nav-link {
  color: #fff;
  margin-left: 3em;
  padding: 1.25em 0 1.25em 3em;
  font-size: 1rem;
}

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

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

.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-margin-b-216 {
  margin-bottom: 13.5em;
}

.dsg_footer {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.footer-text {
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 400;
}

.footer__lottie-wrapper {
  width: 1.5em;
  height: 1.5em;
  margin-left: .5em;
  margin-right: .5em;
  position: relative;
  overflow: hidden;
}

.lottie-animation {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.5);
}

.dsg_footer-link {
  color: #fff;
  text-decoration: none;
}

.dsg-body--sample {
  color: #b0b0b0;
  background-color: #1d1d1d;
  flex-direction: column;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
}

.hero02_content-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.card02, .footer_branding {
  padding: 0;
  position: relative;
}

.cta-arrow-wrap {
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: auto;
  bottom: 1em;
  left: auto;
  right: 1em;
}

.content01_img-wrap {
  border-radius: 1em;
  overflow: hidden;
}

.card02_img-wrap {
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.card02_img {
  object-fit: cover;
}

.footer_icon-wrap {
  position: relative;
  overflow: hidden;
}

.hero02_subline-wrap {
  text-align: center;
  max-width: 28em;
}

._3columns03_subline-wrap {
  max-width: 26em;
}

.cta-arrow {
  color: rgba(231, 231, 231, .2);
  transform: rotate(45deg);
}

.social-icon {
  width: 1.8em;
}

.footer_social-wrap {
  justify-content: space-between;
  max-width: 13.7em;
  display: flex;
}

.card01 {
  background-color: #181818;
  border: 1px solid rgba(119, 119, 119, .2);
  border-radius: 1em;
  padding: 2.1em;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.card01:hover {
  background-color: #181818;
  transform: translate(0, -1em);
  box-shadow: 1px 1px 18px 4px rgba(59, 59, 59, .36);
}

.content01_img {
  object-fit: cover;
}

._3columns03_headline-wrap {
  max-width: 26em;
}

.btn-prm--med {
  background-color: var(--secondary-color);
  color: var(--relume-library-lite--white);
  text-align: center;
  border-radius: 12em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 0 0 #92b22f;
}

.btn-prm--med:hover {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 .4rem rgba(14, 187, 183, .7);
}

.btn-prm--med:focus-visible {
  border-radius: 12rem;
}

.btn-prm--med[data-wf-focus-visible] {
  border-radius: 12rem;
}

.hero02 {
  position: relative;
}

.dsg-projects-headline-wrap, ._3columsnso3_header-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-wrapper {
  position: relative;
}

.page-wrapper {
  overflow: visible;
}

.footer01 {
  background-color: #181818;
  border-top: 1px solid rgba(231, 231, 231, .2);
  width: 100%;
}

.card04, .card03 {
  padding: 0;
  position: relative;
}

.card03_icon-wrap {
  position: relative;
  overflow: hidden;
}

.is-bg-green-50 {
  background-color: #f1fb9d;
}

.dsg-popup {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #181818;
  border: 1px solid #474747;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 18em;
  padding: 1.2em;
  display: grid;
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.dsg-popup_logo {
  width: 2em;
  margin-right: .5em;
}

.dsg-pop_cta {
  color: #e7e7e7;
  font-family: Sora, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.hero03 {
  position: relative;
}

.card05 {
  background-color: #181818;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
  position: relative;
}

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

.fig2flow {
  width: 9em;
}

.card05_cta-wrap {
  align-items: center;
  display: flex;
}

.card05_cta-icon {
  width: 3em;
  margin-right: .5em;
}

.card05_cta-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-family: Sora, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

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

.hero03_heading-wrap {
  max-width: 59em;
}

.dsg-popup_link {
  align-items: center;
  display: flex;
}

.rl_styleguide_empty-box {
  z-index: -1;
  background-color: var(--relume-library-lite--grey);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.rl-styleguide-label {
  color: var(--relume-library-lite--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  margin-top: -2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.rl-styleguide_spacing {
  border: 1px dashed var(--relume-library-lite--rl-black);
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.text-color-darkgrey {
  color: rgba(22, 22, 22, .65);
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_styleguide_heading-wrapper {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  width: 100%;
  padding-bottom: .75rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.rl-gray {
  background-color: var(--relume-library-lite--rl-gray);
}

.rl-styleguide_color.rl-white {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-styleguide_color.rl-black {
  background-color: var(--relume-library-lite--rl-black);
}

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

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.form-radio-label-2 {
  margin-bottom: 0;
}

.rl-form-radio-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  margin-top: 0;
}

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

.form-checkbox-label-2 {
  margin-bottom: 0;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

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

.rl-form-select-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  background-image: none;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-select-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

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

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

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

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-small {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-small {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Relative;
  font-size: 1.25rem;
  font-weight: 400;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-heading-style-h4.is-margin-b-8 {
  margin-bottom: 8px;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h3.is-pad-l-20 {
  padding-left: 20px;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h2.is-txt-white-100 {
  color: var(--relume-library-lite--rl-white);
}

.rl-heading-style-h2.is-txt-white-100.is-margin-b-16 {
  margin-bottom: 16px;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_styleguide_component {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.navbar6_component {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  background-image: linear-gradient(to bottom, var(--off-cream), var(--off-cream));
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar6_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.navbar6_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar6_menu-dropdown {
  position: static;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-small.is-txt-underlined {
  text-decoration: underline;
}

.button.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: rgba(0, 0, 0, 0);
}

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

.button.is-small.is-txt-underlined {
  text-decoration: underline;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.navbar6_blog-item {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

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

.navbar6_blog-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar6_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar6_blog-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.navbar6_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

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

.button-group-2.is-center {
  justify-content: center;
}

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

.navbar6_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar6_icon-wrapper {
  flex: none;
}

.navbar6_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: 1.5rem 1rem;
}

.navbar6_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar6_menu-button {
  padding: 0;
}

.navbar6_dropdown-content-wrapper {
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_dropdown-content-wrapper.z-index-1 {
  grid-row-gap: 1rem;
}

.navbar6_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar6_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.navbar6_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  padding: 2rem;
  position: relative;
}

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

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

.navbar6_dropdown-list.w--open {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar6_blog-content {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 18rem;
  display: flex;
}

.navbar6_dropdown-background-layer {
  background-color: var(--\<unknown\|relume-variable-background-color-2\>);
  min-width: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.navbar6_dropdown-content {
  width: 100%;
  display: flex;
}

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

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

.padding-section-large.home {
  padding-bottom: 4rem;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.is-margin-b-8 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.home_hero-header_image-wrapper {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.text-size-medium {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.text-size-medium.is-pad-l-20 {
  padding-left: 20px;
}

.home_hero-header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.home_feature_image-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.home_feature_image-wrapper.sticky-20 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.home_feature_image {
  object-fit: cover;
  object-position: 28% 50%;
  width: 100%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.section_home_feature.is-pad-tb-64 {
  background-color: var(--off-cream);
}

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

.home_feature_component.small-gap {
  grid-column-gap: 0rem;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  justify-items: stretch;
}

.home_feature_item-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_feature_item-list.no-gap {
  padding-top: 0;
  padding-bottom: 0;
}

.home_feature_content.border {
  overflow: hidden;
}

.home_feature_text-wrapper.is-txt-small {
  border: 1px solid #000;
  padding: 40px 20px;
  font-family: Montserrat, sans-serif;
}

.home_feature_text-wrapper.is-txt-small.bg {
  background-color: var(--off-cream);
  border-width: 0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.home_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_benefits_image-wrapper.home {
  border-radius: 8px;
  overflow: hidden;
}

.home_benefits_text-wrapper.is-bg-primary {
  background-color: var(--secondary-color);
}

.home_benefits_text-wrapper.is-bg-primary.is-pad-lr-20.is-pad-tb-16 {
  border-radius: 8px;
}

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

.home_benefits_content.home {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.home_benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

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

.home_testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.home_testimonial_content {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.home_testimonial_mask {
  width: 33.33%;
  overflow: visible;
}

.home_testimonial_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home_testimonial_client-image-wrapper {
  margin-right: 1rem;
}

.home_testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.home_testimonial_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

.home_testimonial_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.home_testimonial_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.home_testimonial_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 4rem;
}

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

.home_testimonial_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

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

.section_home_cta.is-pad-tb-96.white-bg {
  background-color: var(--relume-library-lite--grey);
}

.home_cta_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

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

.home_cta_card-content {
  background-color: var(--primary-color);
  color: var(--relume-library-lite--grey);
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

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

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

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

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

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

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

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

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

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

.footer1_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer1_legal-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-border-color-1\>);
  width: 100%;
  height: 1px;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: rgba(0, 0, 0, .6);
}

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

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.section_services_header {
  background-image: linear-gradient(rgba(14, 187, 183, .72), rgba(14, 187, 183, .72)), url('../images/pexels-cottonbro-5990040.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

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

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

.services_features-list_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.services_features-list_image {
  width: 100%;
  height: 100%;
}

.services_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.services_features-list_image-wrapper {
  width: 100%;
  position: relative;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.services_feature-1_image {
  width: 100%;
  height: 100%;
}

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

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

.services_feature-2_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.services_feature-2_image {
  width: 100%;
  height: 100%;
}

.services_feature-2_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.services_feature-2_item {
  display: flex;
}

.services_feature-2_component, .services_feature-6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.services_feature-6_image {
  width: 100%;
  height: 100%;
}

.services_feature-4_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.services_feature-4_image {
  width: 100%;
  height: 100%;
}

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

.services_feature-5_image {
  width: 100%;
  height: 100%;
}

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

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-color-white {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.section_services_cta {
  position: relative;
}

.about-us_about_image {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-us_about_image-wrapper {
  position: relative;
}

.about-us_about_content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.about-us_about_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.about-us_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.about-us_team_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

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

.about-us_team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-us_award-logos-list_logo {
  max-height: 3.5rem;
}

.about-us_award-logos-list_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-us_award-logos-list_wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.about-us_gallery_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.about-us_gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.about-us_gallery_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.about-us_gallery_image-wrapper {
  width: 100%;
}

.about-us_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-us_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_about-us_cta {
  position: relative;
}

.body {
  background-color: var(--relume-library-lite--grey);
}

.icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.is-pad-lr-20 {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.services {
  border: 2px solid #000;
}

.sticky-20 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.social-proof {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 140px;
  display: flex;
}

.faq3_answer {
  overflow: hidden;
}

.faq3_content.home {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.section_faq3 {
  background-color: var(--off-cream);
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

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

.faq3_list {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

.page-padding.is-pad-tb-64.bg {
  background-image: url('../images/pexels-cottonbro-5990040.jpg');
  background-position: 0 0;
  background-size: auto;
}

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

.heading-small {
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-small.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 100%;
}

.clip {
  overflow: hidden;
}

.line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 100%;
  height: 2px;
}

.home-stats-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-meta {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.text-color-secondary {
  color: #333;
}

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

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

.subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.subnav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.subnav-item.w--current {
  text-decoration: underline;
}

.subnav-item.inverse {
  color: rgba(255, 255, 255, .7);
}

.footer-column {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.nav-item-line {
  background-color: #000;
  width: 0%;
  height: 1px;
}

.nav-item-line.inverse {
  background-color: #fff;
}

.footer {
  z-index: 0;
  color: #fff;
  background-color: #000;
  margin-top: -1px;
  position: relative;
}

.footer.is-pad-tb-64 {
  background-color: var(--primary-color);
  background-image: linear-gradient(rgba(0, 29, 27, .93), rgba(0, 29, 27, .93)), url('../images/pexels-elevate-digital-784230-1647919.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  transition: color .3s;
  display: flex;
}

.nav-item.inverse {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}

.nav-item.inverse:hover {
  color: #fff;
}

.heading-h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.heading-h6.text-uppercase {
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.subnav-item-line {
  background-color: #222;
  width: 0%;
  height: 1px;
}

.subnav-item-line.inverse {
  color: #fff;
}

.footer-grid-right-inner {
  grid-column-gap: 3.4rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.button-line-right {
  background-color: #000;
  width: 0;
  height: 1px;
}

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

.button-inner-text {
  justify-content: center;
  align-items: center;
}

.footer-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.button-line-left {
  background-color: #000;
  width: 20px;
  height: 1px;
}

.nav-item-text {
  font-family: Sora, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  background-color: #f8f8f8;
}

.button-2.secondary {
  background-color: var(--secondary-color);
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.button-2.secondary:hover {
  border-color: #121416;
}

.button-2.primary {
  color: #fff;
  background-color: #000;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.button-2.primary:hover {
  border-color: #121416;
}

.button-inner {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-bottom {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-style-link-2 {
  color: var(--secondary-color);
  text-decoration: underline;
}

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

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

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid.is-margin-b-48 {
  grid-column-gap: 3.2rem;
  grid-template-columns: .5fr 1.75fr;
}

.submit-button {
  background-color: var(--primary-color);
  border-radius: 4px;
  width: 100%;
}

.form-input-footer {
  border-style: none none solid;
  border-width: 0 0 1.7px;
  border-color: black black var(--secondary-color);
  background-color: rgba(255, 255, 255, 0);
  min-width: 550px;
}

.home-services-card-wrapper {
  border-top: 2rem solid rgba(228, 226, 223, .5);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.card {
  border: 1px solid #000;
}

.card.muted {
  background-color: var(--off-cream);
  border-color: rgba(0, 0, 0, 0);
}

.heading-h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
}

.home-services-grid-right-inner {
  flex-direction: column;
  margin-top: -2rem;
  display: flex;
}

.card-padding {
  padding: 3rem;
}

.home-services-grid-left-inner {
  padding-bottom: 7rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.home-services-grid-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.home-services-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.home-services-grid {
  grid-column-gap: 3.2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium-3 {
  font-size: 1.125rem;
  line-height: 170%;
}

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  letter-spacing: 1px;
}

.home-services-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.home-services-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-services-about.is-dsg-hidden {
  display: none;
}

.heading-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h3.text-uppercase {
  letter-spacing: 1px;
}

.service-image-thumbnail.is-margin-b-16 {
  border-radius: 8px;
  overflow: hidden;
}

.sevices-cards-section {
  padding: 2rem;
}

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

.image-copy {
  width: 100%;
  display: none;
}

.div-block {
  overflow: hidden;
}

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

.div-block-3 {
  background-image: linear-gradient(rgba(14, 187, 183, .63), rgba(14, 187, 183, .63)), url('../images/pexels-divinetechygirl-1181245.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: flex;
}

.div-block-3.is-pad-tb-48 {
  background-image: linear-gradient(rgba(9, 113, 111, .82), rgba(9, 113, 111, .82)), url('../images/pexels-timea-kadar-860778-2659578.jpg');
  background-position: 0 0, 50% 34%;
  background-size: auto, cover;
}

.description_2-4 {
  font-size: 2.4rem;
}

.heading1 {
  letter-spacing: -4px;
}

.container {
  margin-left: 8rem;
  margin-right: 8rem;
}

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

.text_bold {
  font-weight: 700;
}

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

.text_right {
  text-align: right;
}

.animations_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.pi_animation {
  background-color: #2a2a2a;
  justify-content: space-between;
  align-items: flex-end;
  height: 20rem;
  padding: 3rem;
  display: flex;
  transform: perspective(200px)perspective(200px)perspective(200px);
}

.text-meta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.form-message-error-2 {
  text-align: center;
  background-color: #f2ff93;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: 1rem;
}

.heading-large {
  font-size: 7rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-large.text-uppercase {
  color: var(--black);
  letter-spacing: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form-message-success-2 {
  background-color: #f2ff93;
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

.contact-hero-grid-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-contact-hero {
  z-index: 1;
}

.form-field-wrapper-3 {
  margin-bottom: 1.5rem;
}

.contact-hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-2 {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 16px;
  line-height: 140%;
  transition: background-color .2s, border .2s;
}

.form-input-2:active, .form-input-2:focus {
  border-color: #d2f65a;
}

.form-input-2::placeholder {
  color: rgba(0, 0, 0, .6);
  text-align: left;
}

.form-input-2.is-text-area {
  min-height: 10rem;
}

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

.text-meta-line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 24px;
  height: 2px;
}

.icon-2 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-3 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .grid--6-6.is-content01 {
    grid-column-gap: 2em;
  }

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

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

  .dsg-menu-button.w--open {
    background-color: #181818;
  }

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

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

  .dsg-nav_menu {
    background-color: #181818;
    flex-direction: column;
    justify-content: center;
  }

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

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

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

  .dsg-main-grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .grid--4-4-4.is-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .grid--4-4-4.is-why {
    grid-column-gap: 4em;
  }

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

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

  .dsg-nav-link {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 2em 5vw;
    display: flex;
  }

  .cta-arrow {
    color: #dbf40c;
  }

  .content01_img {
    height: 100%;
  }

  .dsg-popup {
    bottom: 1.5em;
    right: 1.5em;
  }

  .card05 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .card05_cta-icon {
    width: 2.7em;
  }

  .card05_cta-link {
    border-bottom-width: 1px;
  }

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

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

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

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

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .navbar6_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar6_menu-dropdown {
    width: 100%;
  }

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

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar6_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar6_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar6_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar6_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar6_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar6_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .navbar6_dropdown-list {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .navbar6_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar6_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar6_dropdown-content {
    flex-direction: column;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .home_hero-header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_feature_component, .home_benefits_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_about_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_testimonial_mask {
    width: 50%;
  }

  .home_testimonial_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_testimonial_arrow {
    width: 3rem;
    height: 3rem;
  }

  .home_cta_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_cta_card-content {
    padding: 3rem;
  }

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

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

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

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .services_features-list_list {
    grid-column-gap: 2rem;
  }

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

  .services_feature-1_component, .services_feature-2_component, .services_feature-6_component, .services_feature-4_component, .services_feature-5_component, .about-us_about_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_team_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .faq3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

  .home-stats-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-grid-right-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .footer-bottom {
    flex-direction: column-reverse;
  }

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

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-services-card-wrapper {
    border-top-width: 1.5rem;
  }

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

  .home-services-grid-right-inner {
    margin-top: -1.5rem;
  }

  .card-padding {
    padding: 2.5rem;
  }

  .home-services-item-heading {
    flex-direction: column;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .contact-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .is-btn-l-fw {
    width: 100%;
  }

  .is-h5 {
    font-size: 1.1rem;
  }

  .btn-sec--med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .dsg-table_row-spacing {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .is-h6 {
    font-size: .9rem;
  }

  .list--links.is-footer {
    align-items: center;
  }

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

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

  .container-col-8 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 2.25fr;
  }

  .grid--8-4 {
    grid-template-columns: 1fr 1fr;
  }

  .is-h3 {
    font-size: 2rem;
  }

  .is-text-link {
    color: var(--primary-color);
  }

  .is-txt-small.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .container-col-4, .container-col-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .dsg-table_header-headlines {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid--4-8 {
    grid-template-columns: 1fr 1fr;
  }

  .container-col-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .dsg-subnav-link {
    flex: none;
    padding-left: .5em;
    padding-right: .5em;
  }

  .btn--prm-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .container-col-10 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .dsg-sidebar {
    width: 100%;
    overflow: hidden;
  }

  .is-txt-medium.is-dsg-description {
    max-width: none;
  }

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

  .grid--4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .grid--4-4-4.is-footer, .grid--4-4-4.is-why {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .dsg-table_row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dsg-table_row.is-colors {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .dsg-table_row.is-dsg-helper {
    grid-template-rows: auto;
    grid-template-columns: .6fr;
  }

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

  .is-display {
    font-size: 3rem;
  }

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

  .dsg-table_header-headlines-spacing, .dsg-table_header-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero02_content-wrapper, .footer_branding {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._3columns03_subline-wrap {
    max-width: none;
  }

  .social-icon {
    width: 2.4em;
  }

  .footer_social-wrap {
    width: 100%;
    max-width: 18em;
  }

  ._3columns03_headline-wrap {
    max-width: none;
    margin-bottom: 3em;
  }

  ._3columsnso3_header-wrap {
    flex-direction: column;
  }

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

  .dsg-popup {
    max-width: 19em;
  }

  .dsg-pop_cta {
    font-size: .85rem;
  }

  .card05 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dsg-grid--start_top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .card05_cta-wrap {
    width: 100%;
  }

  .card05_cta-link {
    font-size: 1.1rem;
  }

  .fig2flow_cta-img {
    width: 26em;
  }

  .grid--start_bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

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

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-text-style-large, .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

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

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .navbar6_component {
    min-height: 4rem;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

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

  .navbar6_menu {
    padding-bottom: 6rem;
  }

  .navbar6_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar6_dropdown-content-right {
    padding: 1.5rem;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .home_hero-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .home_feature_image-wrapper {
    position: static;
  }

  .home_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_feature_component.small-gap {
    grid-template-columns: 1.5fr;
  }

  .home_benefits_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_about_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_testimonial_content {
    padding: 1.5rem;
  }

  .home_testimonial_mask {
    width: 100%;
  }

  .home_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home_testimonial_component {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home_testimonial_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home_testimonial_arrow {
    bottom: 3rem;
  }

  .home_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_cta_card-content {
    padding: 2rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

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

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .services_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .services_feature-1_component, .services_feature-2_component, .services_feature-6_component, .services_feature-4_component, .services_feature-5_component, .about-us_about_component, .about-us_team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-us_award-logos-list_logo {
    max-height: 3rem;
  }

  .about-us_award-logos-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .about-us_award-logos-list_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-us_gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-us_gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social-proof {
    margin-top: 40px;
  }

  .faq3_content.home {
    position: static;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .faq3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

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

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

  .heading-small {
    font-size: 3.25rem;
  }

  .home-stats-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .footer-grid-right-inner {
    grid-template-columns: 1fr;
  }

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

  .footer-grid-left {
    width: 100vw;
  }

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

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-grid.is-margin-b-48 {
    grid-template-columns: .5fr;
  }

  .form-input-footer {
    min-width: 300px;
  }

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

  .card-padding {
    padding: 2rem;
  }

  .home-services-grid-left-inner {
    padding-bottom: 4rem;
    position: static;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .form-field-wrapper-3 {
    margin-bottom: 1.5rem;
  }

  .contact-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .form-input-2:active {
    border-color: var(--secondary-color);
  }

  .form-input-2:focus-visible {
    border-color: var(--secondary-color);
  }

  .form-input-2[data-wf-focus-visible] {
    border-color: var(--secondary-color);
  }

  .form-block-2 {
    width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  .is-btn-p-fw {
    width: 100%;
  }

  .is-h5 {
    font-size: 1.1em;
  }

  .dsg-table_row-spacing {
    background-color: #1d1d1d;
  }

  .is-h6 {
    font-size: .9em;
  }

  .is-h2 {
    font-size: 2.5em;
  }

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

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

  .richt-text ul {
    padding-left: 1em;
  }

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

  .is-h1 {
    font-size: 3em;
  }

  .grid--dsg-lists {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid--8-4 {
    grid-template-columns: 1fr;
  }

  .grid--8-4.bg {
    margin-left: 0;
    margin-right: 0;
  }

  .is-h3 {
    font-size: 2em;
  }

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

  .dsg-table_header-headlines.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid--4-8 {
    grid-template-columns: 1fr;
  }

  .is-h4 {
    font-size: 1.5em;
  }

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

  .btn--prm-med.is-form-submit {
    font-size: 1.4em;
  }

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

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

  .dsg-table-cell {
    background-color: #1d1d1d;
  }

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

  .grid--4-4-4.is-footer, .grid--4-4-4.is-why {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .dsg-table_row.is-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dsg-table_row.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .is-display {
    font-size: 3em;
  }

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

  .dsg-projects-headline-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._3columsnso3_header-wrap {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .dsg-popup {
    z-index: 99999;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 100%;
    max-width: none;
    bottom: -2px;
    right: auto;
  }

  .dsg-popup_logo {
    width: 1.8em;
  }

  .dsg-pop_cta {
    font-size: .7rem;
  }

  .dsg-hor-p-scroll-wrap {
    width: 100%;
    max-width: 90vw;
    overflow: scroll;
  }

  .dsg-grid--start_top {
    grid-template-columns: 1fr;
  }

  .card05_cta-link {
    font-size: 1.3em;
  }

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

  .navbar6_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .navbar6_blog-item {
    flex-direction: column;
    display: flex;
  }

  .navbar6_menu {
    background-image: linear-gradient(to bottom, var(--off-cream), var(--off-cream));
  }

  .navbar6_dropdown-link-list {
    grid-row-gap: .5rem;
  }

  .menu-icon_line-middle {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
    color: #1e0b0b;
  }

  .menu-icon_line-bottom {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  }

  .navbar6_menu-button {
    z-index: 5;
    background-color: var(--off-cream);
  }

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

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

  .menu-icon_line-top {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  }

  .navbar6_dropdown-content-right {
    max-width: none;
  }

  .navbar6_container {
    background-color: var(--off-cream);
  }

  .navbar6_blog-content {
    margin-top: .5rem;
  }

  .home_hero-header_component, .home_feature_component, .home_feature_item-list {
    grid-template-columns: 1fr;
  }

  .home_feature_text-wrapper.is-txt-small.bg {
    border-radius: 4px;
  }

  .home_benefits_item-list, .home_benefits_component, .home_about_component, .home_cta_card {
    grid-template-columns: 1fr;
  }

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

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

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .services_features-list_list, .services_feature-1_component, .services_feature-2_component, .services_feature-6_component, .services_feature-4_item-list, .services_feature-4_component, .services_feature-5_component, .about-us_about_component, .about-us_team_list {
    grid-template-columns: 1fr;
  }

  .about-us_award-logos-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .page-padding {
    overflow: hidden;
  }

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

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

  .home-stats-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-meta {
    font-size: 13px;
  }

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

  .subnav {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer-grid-right-inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

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

  .footer-grid-right {
    width: 100vw;
  }

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

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

  .footer-grid.is-margin-b-48 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
  }

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

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .home-services-grid-left-inner {
    padding-bottom: 3rem;
  }

  .home-services-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-medium-3 {
    font-size: 1.125rem;
  }

  .sevices-cards-section {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .contact-hero-grid {
    grid-template-columns: 95vw;
  }
}

#w-node-_7d888659-093b-930c-5940-83aefbc5765e-957c77e6 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-be4b98e9-9d77-f792-1832-a4ee8cf42051-957c77e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2b7f-957c77e7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bb6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bdb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bde-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bdf-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2beb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bec-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bef-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bfc-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bff-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c05-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c06-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c09-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c12-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c13-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c16-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c19-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c20-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c23-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c26-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c2c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c2d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c30-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c33-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c4c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c4d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c50-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c53-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c56-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c59-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c5a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c5d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c60-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c66-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c67-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c6a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c6d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c73-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c74-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c77-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c80-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c81-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c84-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c87-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c91-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c94-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cac-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2caf-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cba-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cbd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cbe-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccc-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccf-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cda-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cdd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ceb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cee-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cef-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cfc-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cfd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d00-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d10-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d13-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d15-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d28-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d29-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d60-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d61-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d62-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d65-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d68-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d6b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d6e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d71-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d72-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d7a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d83-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d8c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d95-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d9e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2da7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2da8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2db0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2db9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dc2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dcb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dd4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ddd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2dde-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2de6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2def-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2df8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e01-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e0a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e21-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e22-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e25-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e28-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e29-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e2c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e36-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e37-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e41-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e46-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e47-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e4a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e4f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e50-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e53-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e58-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e59-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e5c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2edd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ede-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ee5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ee6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2eed-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2eee-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ef5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ef6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ef7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2efe-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2eff-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f00-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f01-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f08-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f09-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f0d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f18-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f19-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f1c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f1f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f22-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f25-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f28-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f2b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f2c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f2f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f32-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f35-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f38-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f3b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f3d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f3e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f41-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f44-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f47-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f4a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f4d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f4f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f50-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f53-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f56-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f59-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f5c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f5f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f61-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f62-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f65-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f68-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f6b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f6e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f71-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f73-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f74-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f77-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f7a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f7d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f80-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f83-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f85-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f86-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f89-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f8c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f8f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f92-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f95-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f97-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f98-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f9b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2f9e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fa9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2faa-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fad-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fb9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fbb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fbc-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fbf-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fc2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fc5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fc8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fcb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fcd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fce-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fd1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fd4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fd7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fda-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fdd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fdf-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fe9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fec-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2fef-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ff8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ffb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ffe-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3001-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3003-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3004-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3007-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc300a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc300d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3010-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3013-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3015-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3016-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3019-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc301c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc301f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3022-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3025-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3027-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3028-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc302b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc302e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3031-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3034-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3037-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3039-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc303a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc303d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3040-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3043-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3046-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3049-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc304b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc304c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc304f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3052-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3055-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3058-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc305b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc305d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc305e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3061-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3064-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3067-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc306a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc306d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc306f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3070-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3073-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3076-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3079-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc307c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc307f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3081-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3082-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3085-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3088-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc308b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc308e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3091-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3093-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3094-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3097-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc309a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc309d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30a9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ac-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30af-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30b8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30bb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30be-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30c9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ca-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30cd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30d9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30db-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30dc-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30df-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30e2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30e5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30e8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30eb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ed-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ee-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30f1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30f4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30f7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30fa-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30fd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc30ff-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3100-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3103-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3106-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3109-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc310c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc310f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3111-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3112-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3115-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3118-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc311b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc311e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3121-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3123-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3124-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3127-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc312a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc312d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3130-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3133-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3135-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3136-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3139-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc313c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc313f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3142-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3145-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3147-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3148-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc314b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc314e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3151-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3154-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3157-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3159-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc315a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc315d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3160-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3163-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3166-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3169-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc316b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc316c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc316f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3172-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3175-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3178-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc317b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3184-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3185-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3188-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc318b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc318e-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3191-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3194-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3197-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3198-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc319b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc319e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31a9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31aa-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ad-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31b9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31bb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31bc-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31bf-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31c2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31c5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31c8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31cb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31cd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ce-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31d1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31d4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31d7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31da-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31dd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31df-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31e9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ec-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31ef-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31f8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31fb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc31fe-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3201-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3203-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3204-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3207-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc320a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc320d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3210-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3213-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3215-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3216-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3219-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc321c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc321f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3222-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3225-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3227-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3228-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc322b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc322e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3231-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3234-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3237-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3239-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc323a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc323d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3240-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3243-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3246-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3249-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc324b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc324c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc324f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3252-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3255-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3258-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc325b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc325d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc325e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3261-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3264-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3267-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc326a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc326d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc326f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3270-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3273-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3276-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3279-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc327c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc327f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3281-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3282-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3285-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3288-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc328b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc328e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3291-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3293-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3294-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3297-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc329a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc329d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32a9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ac-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32af-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32b8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32bb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32be-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32c9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ca-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32cd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32d9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32db-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32dc-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32df-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32e2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32e5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32e8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32eb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ed-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ee-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32f1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32f4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32f7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32fa-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32fd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc32ff-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3300-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3303-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3306-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3309-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc330c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc330f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3311-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3312-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3315-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3318-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc331b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc331e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3321-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3323-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3324-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3327-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc332a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc332d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3330-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3333-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3335-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3336-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3339-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc333c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc333f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3342-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3345-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3347-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3348-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc334b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc334e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3351-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3354-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3357-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3359-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc335a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc335d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3360-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3363-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3366-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3369-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc336b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc336c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc336f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3372-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3375-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3378-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc337b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc337d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc337e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3381-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3384-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3387-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc338a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc338d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc338f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3390-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3393-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3396-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3399-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc339c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc339f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33a8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33ab-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33ae-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33b7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33ba-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33bd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33c9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33cc-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33cf-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33d8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33db-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33de-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33e1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33e4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33e7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fa-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fe-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3401-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3404-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3407-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3408-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc340b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc340e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3411-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3412-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3415-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3418-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3422-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3425-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3426-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3429-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc342c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3436-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3437-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3441-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3444-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3445-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3448-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3452-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3453-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3456-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3460-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3461-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3464-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3467-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3468-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3472-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3475-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3476-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3479-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc347c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc347d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3480-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3483-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3484-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3487-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348b-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348e-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3491-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3492-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3495-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3498-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3499-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc349c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc349f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a7-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34aa-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ad-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ae-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b4-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bb-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bc-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bf-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c3-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c9-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ca-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34cd-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d0-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d1-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d4-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d41-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d42-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d46-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d47-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d4b-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d4c-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d50-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d51-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d55-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d56-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d5a-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d5b-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d63-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d64-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d66-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d68-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d69-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d6b-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d6d-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d6e-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d70-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d72-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d73-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d75-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d77-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d78-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d7a-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d7c-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d7d-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d7f-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d81-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d82-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d84-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d8b-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d8c-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d8d-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d8f-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d92-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d93-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d94-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d96-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d99-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d9a-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d9b-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2d9d-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2da1-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2da2-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2da4-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2da8-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2da9-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dab-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2db6-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2db7-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2db8-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2db9-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dbb-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dbe-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dc2-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dc3-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dc4-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dc9-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dca-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dcb-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dd0-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dd1-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dd2-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dd3-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dd9-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dda-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2ddb-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2ddc-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2dde-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2de2-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2de3-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2de4-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2de5-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2de7-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e03-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e04-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e06-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e08-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e09-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e0b-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e0d-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e0e-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e10-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e12-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e13-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e15-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e17-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e18-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e1a-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e1c-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e1d-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e1f-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e21-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e22-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e24-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e25-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e27-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e28-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e2a-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e2b-957c77e7, #w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e2d-957c77e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e2e-957c77e7 {
  justify-self: start;
}

#w-node-a75f8eb6-ea41-606e-54cd-3c4fefaf2e30-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302ba9-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bb0-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bb7-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bbe-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bc6-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bcd-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bd4-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bdb-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302be3-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bea-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bf1-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302bf8-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302c00-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302c07-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302c0e-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302c15-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302c1d-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302c24-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302c2b-957c77e7, #w-node-bdfab085-ad3f-a775-88f7-44b769302c32-957c77e7, #w-node-cbfa9b04-c66b-b17a-365f-729e025089ec-957c77e8, #w-node-cbfa9b04-c66b-b17a-365f-729e02508a3f-957c77e8, #w-node-cbfa9b04-c66b-b17a-365f-729e02508a41-957c77e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbfa9b04-c66b-b17a-365f-729e02508a94-957c77e8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2ddc1-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2ddc2-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2ddc4-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2ddcd-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2ddce-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2ddd0-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2ddd9-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2ddda-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2dddc-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2dde5-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2dde6-2d8e8d76, #w-node-_691421f8-01e7-7c6b-5ac0-bc37fdd2dde8-2d8e8d76, #w-node-_78fd7a55-9d06-975e-cdc0-c8a67164d941-7164d93c, #w-node-_78fd7a55-9d06-975e-cdc0-c8a67164d944-7164d93c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78fd7a55-9d06-975e-cdc0-c8a67164d946-7164d93c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_78fd7a55-9d06-975e-cdc0-c8a67164d964-7164d93c, #w-node-e2600d08-c2b6-efb2-6030-27b42bf2838a-7a2dd42b, #w-node-e2600d08-c2b6-efb2-6030-27b42bf28391-7a2dd42b, #w-node-e2600d08-c2b6-efb2-6030-27b42bf28393-7a2dd42b, #w-node-ddb3cde2-4881-bc29-8ae9-bf7caa2cb9b3-d663542d, #w-node-ddb3cde2-4881-bc29-8ae9-bf7caa2cb9c4-d663542d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9a9dbff4-3152-b2dd-7c55-40245d26fae2-5d26fae2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2b7f-957c77e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3498-957c77e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7d888659-093b-930c-5940-83aefbc5765e-957c77e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-957c77e7 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-957c77e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-957c77e7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a6-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b4-957c77e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbfa9b04-c66b-b17a-365f-729e02508a94-957c77e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_22bc155e-7136-fdaf-bcbf-84dc28ad188d-2d8e8d76 {
    order: -9999;
  }

  #w-node-_78fd7a55-9d06-975e-cdc0-c8a67164d941-7164d93c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-957c77e7 {
    grid-column-end: 4;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-957c77e7 {
    grid-row: 3 / 4;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-957c77e7 {
    grid-row: 5 / 6;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1d-957c77e7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d28-957c77e7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c2-957c77e7, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d0-957c77e7, #w-node-_78fd7a55-9d06-975e-cdc0-c8a67164d941-7164d93c, #w-node-_78fd7a55-9d06-975e-cdc0-c8a67164d944-7164d93c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78fd7a55-9d06-975e-cdc0-c8a67164d946-7164d93c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}


