@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #1e1e1e;
  --white: white;
  --grey: #747474;
  --light-blue: #c1d0d8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Satoshi, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

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

.navbar-logo-left {
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
}

.navbar-logo-left-container {
  z-index: 999;
  aspect-ratio: auto;
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 2px #0000000f;
}

.nav-link {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1b1f;
  text-align: left;
  letter-spacing: .25px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

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

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

.marbles {
  background-color: #fefcfc;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.marbles.productcategory.productpage {
  margin-top: 100px;
}

.navbar-wrapper {
  grid-column-gap: 71px;
  grid-row-gap: 71px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-flex;
}

.hero-images-wrapper {
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  background-image: url('../images/hero-bg-sky_1hero-bg-sky.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 976px;
  height: 100%;
  line-height: 150px;
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: overlay;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 5vw 0% auto;
}

.hero-image-foreground {
  z-index: 3;
  background-image: url('../images/hero-fg_1hero-fg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

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

.grey-text.bottom-margin-60px {
  margin-bottom: 60px;
}

.about-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 100%;
}

.section {
  grid-template-rows: auto 150px;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.section.bottom-padding-200px {
  padding-bottom: 200px;
}

.section.black-bg {
  background-color: #113f48;
  padding-bottom: 250px;
}

.section.top-padding-0px {
  padding-top: 0;
}

.section.top-100px {
  padding-top: 100px;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
}

.number {
  color: var(--grey);
  margin-top: 2px;
  font-weight: 400;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.separator-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
}

.service-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  min-width: 250px;
  max-width: 20vw;
  color: var(--white);
  background-color: #113f48;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  background-color: #113f48;
  flex: 0 auto;
  left: 0;
  right: auto;
}

.project-label {
  color: var(--light-blue);
  font-size: .875rem;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-text {
  color: #c1d0d8;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  padding-left: 40px;
  padding-right: 40px;
  font-size: .875px;
}

._2x1-grid {
  grid-row-gap: 22px;
  color: #113f48;
  grid-template: "Area-2 Area-3"
                 ". ." minmax(auto, 1fr)
                 / 1.25fr 1.25fr 1.25fr;
  grid-auto-rows: 1fr;
  align-items: stretch;
}

._2x1-grid.antique-collection.collection {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

._2x1-grid.mimexabout {
  grid-column-gap: 78px;
  grid-row-gap: 54px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
}

.about-blocks-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-margin-medium {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 5rem;
}

.bottom-margin-small {
  margin-bottom: 10px;
}

.accordion-item-wrapper {
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  color: var(--black);
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 0;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: auto;
}

.accordion-content-text {
  padding-top: 10px;
  font-size: .8rem;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.bullet-indicator {
  background-color: var(--grey);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.accordion-grid-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
  padding-top: 20px;
}

.animated-grid-image {
  box-sizing: border-box;
  width: 300px;
  height: 100%;
  overflow: clip;
}

.animated-grid-image.antique-collection {
  box-sizing: content-box;
  vertical-align: baseline;
  object-fit: cover;
}

.bgb-fbfbb {
  color: #333;
  background-color: #eef0f41c;
  grid-template-rows: auto;
  grid-template-columns: 20px 1.25fr;
  padding-top: 20px;
}

.bgb-fbfbb.antique-collection {
  grid-template-columns: 20px .5fr;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-top: 76px;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.uppercase-large-heading {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 10vw;
  font-weight: 700;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-image {
  width: 100%;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.large-title {
  text-align: left;
  object-fit: fill;
  margin-top: -26px;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 8vw;
  line-height: 20%;
  text-decoration: none;
}

.animated-overlay-blocks {
  z-index: 4;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(-100%);
}

.right-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(100%);
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.images-wrapper {
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto 0 0% -100px;
}

.image {
  margin-right: 0;
  display: inline-flex;
}

.right-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto -100px 0% 0;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: #113f48;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-75 {
  align-self: center;
}

.white-text {
  color: #fff;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

.bottom-margin-20px {
  margin-bottom: 20px;
}

.form-label {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.form-block {
  max-width: 40vw;
}

.floating-image-wrapper-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
}

.footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.footer-link:hover {
  color: var(--black);
}

.newsletter-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1.75fr 2fr;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-right: 0;
}

.footer-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.dark-footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.dark-footer-link:hover {
  color: var(--black);
}

.dark-footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-block-3 {
  max-width: 40vw;
  padding-top: 250px;
}

.footer-section {
  margin-top: -100px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.styleguide-element-wrapper-2 {
  margin-top: 40px;
}

.secondary-button {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

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

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

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 12px;
}

.color-wrapper {
  width: 100%;
  height: 100%;
}

.white {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  min-height: 60px;
}

.color-palette-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.black {
  background-color: var(--black);
  min-height: 60px;
}

.bottom-margin-150px {
  margin-bottom: 150px;
}

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.project-rich-text {
  margin-bottom: 40px;
}

.buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.primary-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 6px 30px 5px;
  text-decoration: none;
}

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

.light-blue {
  background-color: var(--light-blue);
  min-height: 60px;
}

.help-page-h2 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 4vw;
}

.grey {
  background-color: var(--grey);
  min-height: 60px;
}

.link-text {
  color: var(--black);
  font-weight: 500;
}

.bottom-margin-100px {
  margin-bottom: 100px;
}

.bottom-margin-60px {
  margin-bottom: 60px;
}

.changelog-wrapper {
  width: 100%;
}

.changelog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #9a846a;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #ebe1d2;
  min-height: 40px;
}

.gallery-image {
  width: 100%;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: var(--white);
  background-color: #0055d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.all-templates-popup {
  color: var(--white);
  background-color: #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.image-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 150%;
  margin-top: 60px;
  display: inline-flex;
  overflow: clip;
}

.image-3 {
  margin-bottom: -75px;
}

.paragraph {
  box-sizing: content-box;
  float: right;
  clear: both;
  color: #333;
  width: 500px;
  font-weight: 500;
  overflow: visible;
}

.bold-text {
  letter-spacing: 1px;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3vw;
  font-weight: 400;
  line-height: 50%;
  position: sticky;
}

.heading {
  color: var(--black);
  margin-top: 43px;
}

.heading-2 {
  text-align: left;
  border-radius: 0;
  font-size: 4.5rem;
  font-weight: 700;
}

.list-item, .heading-3 {
  flex: none;
}

.bold-text-2 {
  float: none;
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  flex: none;
}

.block-quote {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  background-color: #113f48;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.block-quote-2 {
  color: var(--white);
  text-align: center;
  background-color: #113f48;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.block-quote-3 {
  color: var(--white);
  text-align: center;
  background-color: #113f48;
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.heading-8 {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 100px;
  font-size: 5vw;
}

.heading-8.product {
  flex-flow: column;
  margin-top: 200px;
  margin-bottom: 100px;
  display: block;
}

.heading-9 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 8vw;
}

.heading-10 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
  font-size: 8vw;
}

.heading-11, .heading-12, .heading-13 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 8vw;
}

.antuqie-shrift {
  vertical-align: baseline;
  flex-flow: row;
  font-size: 1rem;
  font-weight: 700;
  display: inline;
}

.heading-14 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 5vw;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 15px;
}

.heading-15, .heading-16, .heading-17 {
  flex: none;
}

.bold-text-3 {
  flex: none;
  font-size: 1rem;
  display: block;
}

.heading-18 {
  flex: none;
  font-size: .8rem;
  display: flex;
}

.bold-text-4 {
  font-size: 1rem;
  text-decoration: none;
  display: inline;
}

.heading-19 {
  flex: none;
  font-size: 1rem;
}

.heading-20, .heading-21 {
  flex: none;
}

.bold-text-5 {
  font-size: 1rem;
}

.dropdown-toggle {
  display: flex;
}

.image-4 {
  margin-left: 40px;
  position: static;
}

.nav-link-2 {
  vertical-align: baseline;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

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

.number-2 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.block-quote-4 {
  color: #fff;
  text-align: center;
  background-color: #113f48;
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.accordion-trigger-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #1e1e1e;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.number-3 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.heading-22 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 8vw;
}

.accordion-trigger-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #1e1e1e;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-23 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
  font-size: 8vw;
}

.heading-24 {
  flex: none;
}

.number-4 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.heading-25, .heading-26 {
  flex: none;
}

.number-5 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.heading-27, .heading-28 {
  flex: none;
}

.heading-29 {
  flex: none;
  font-size: .8rem;
  display: flex;
}

.heading-30 {
  flex: none;
}

.number-6 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.bold-text-6 {
  flex: none;
  font-size: 1rem;
  display: block;
}

.heading-31 {
  flex: none;
  font-size: 1rem;
}

.bold-text-7 {
  font-size: 1rem;
  text-decoration: none;
  display: inline;
}

.code-embed {
  display: block;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  grid-template: "."
                 "Area"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
  position: absolute;
  top: 100px;
}

.number-7 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.bold-text-8 {
  font-size: .8rem;
}

.heading-32 {
  flex: none;
}

.bold-text-9 {
  color: var(--white);
  background-color: #113f48;
}

.link {
  background-color: #113f48;
}

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

.heading-33 {
  position: static;
  top: 100px;
}

.number-8, .number-9, .number-10 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.block-quote-5 {
  color: #fff;
  text-align: center;
  background-color: #113f48;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.number-11 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.heading-34 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 8vw;
}

.heading-35 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
  font-size: 8vw;
}

.heading-36 {
  flex: none;
}

.number-12 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.heading-37, .heading-38 {
  flex: none;
}

.number-13 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.heading-39 {
  flex: none;
}

.heading-40 {
  text-align: center;
  margin-top: 220px;
  margin-bottom: 100px;
  font-size: 5vw;
}

.heading-41 {
  flex: none;
}

.heading-42 {
  flex: none;
  font-size: .8rem;
  display: flex;
}

.heading-43 {
  flex: none;
}

.number-14 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.bold-text-10 {
  font-size: 1rem;
}

.heading-44 {
  flex: none;
  font-size: 1rem;
}

.bold-text-11 {
  font-size: 1rem;
  text-decoration: none;
  display: inline;
}

.heading-45 {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 100px;
  font-size: 5vw;
}

.heading-46 {
  flex: none;
  font-size: 1rem;
}

.link-block {
  display: none;
}

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

.block-quote-6 {
  color: #fff;
  text-align: center;
  background-color: #113f48;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.block-quote-7 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  background-color: #113f48;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.block-quote-8 {
  color: #fff;
  text-align: center;
  background-color: #113f48;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-47 {
  font-size: 3vw;
}

.heading-48 {
  text-align: center;
  font-size: 3vw;
}

.text-block {
  font-size: 1.5rem;
  font-style: italic;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-style: italic;
}

.section-2 {
  background-color: #113f48;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-5 {
  float: none;
  clear: none;
  text-align: center;
  vertical-align: baseline;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.grid-3 {
  grid-template: ". Area"
  / 1fr 1fr 1fr;
}

.heading-49 {
  flex: none;
}

.code-embed-2 {
  margin-top: 130px;
  display: block;
}

.code-embed-3 {
  margin-top: 100px;
}

.link-2 {
  color: #113f48;
  margin-left: 20px;
}

.link-3 {
  color: #113f48;
}

.section-3 {
  margin-top: 100px;
}

.image-6 {
  vertical-align: baseline;
}

.heading-50, .heading-51 {
  font-size: 5vw;
}

.heading-52 {
  text-align: center;
  font-size: 5vw;
}

.bold-text-12 {
  text-align: center;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

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

  .hero-image-background {
    background-attachment: scroll;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground {
    background-attachment: scroll;
  }

  .section {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-wrapper {
    max-width: none;
  }

  .project-content-box {
    min-width: auto;
    max-width: none;
    box-shadow: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .project-description {
    margin-bottom: 0;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .large-title {
    font-size: 15.5vw;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    max-width: none;
    padding-top: 0;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

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

  .project-rich-text {
    max-width: none;
  }

  .help-page-h2 {
    font-size: 3rem;
  }

  .bottom-margin-100px {
    margin-bottom: 75px;
  }

  .footer {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button-2 {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #1e1e1e;
    background-color: #c8c8c800;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-link {
    display: inline-block;
  }

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

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .about-block {
    flex-flow: column;
    max-width: none;
  }

  .about-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

  .div-block-72 {
    position: static;
  }

  .large-title {
    font-size: 15vw;
  }

  .images-wrapper {
    min-height: auto;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    margin-bottom: 80px;
  }

  .secondary-button {
    flex: 1;
  }

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

  .buttons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .help-page-h2 {
    font-size: 2.5rem;
  }

  .bottom-margin-100px {
    margin-bottom: 50px;
  }

  .nav-menu-two-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

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

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

  .menu-button {
    padding: 0;
  }

  .marbles {
    max-width: none;
  }

  .navbar-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 10vh;
  }

  .stat {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    place-items: center;
  }

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .services-list {
    align-items: flex-start;
    display: block;
  }

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

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  ._2x1-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "Area";
  }

  .accordion-item-wrapper {
    align-items: flex-start;
  }

  .accordion-trigger {
    padding-bottom: 5px;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .bgb-fbfbb {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .large-title {
    font-size: 18vw;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dark-footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-margin-100px {
    margin-bottom: 40px;
  }

  .utility-page-content {
    width: 300px;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }

  .image-2 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 2 / 3;
    vertical-align: top;
    object-fit: cover;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .paragraph {
    text-align: justify;
    width: 350px;
  }

  .bold-text {
    vertical-align: text-bottom;
    font-size: 8vw;
    font-weight: 300;
    position: static;
  }

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

  .block-quote-3 {
    margin-bottom: 40px;
  }

  .image-4 {
    vertical-align: baseline;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 160px;
    max-width: 100%;
    height: 60px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .icon {
    padding-left: 20px;
  }

  .block-quote-4 {
    margin-bottom: 40px;
  }

  .accordion-trigger-2, .accordion-trigger-3 {
    padding-bottom: 5px;
  }

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

  .menu-button-2 {
    padding: 0;
  }

  .block-quote-5, .block-quote-6 {
    margin-bottom: 40px;
  }
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ec7e-93774547 {
  justify-self: center;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ec9d-93774547 {
  justify-self: end;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55eca0-93774547 {
  justify-self: center;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ecbf-93774547 {
  justify-self: end;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ecc2-93774547 {
  justify-self: center;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ece1-93774547 {
  justify-self: end;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ece4-93774547 {
  justify-self: center;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ed03-93774547 {
  justify-self: end;
}

#w-node-_65f6ad60-3170-09da-afbd-fdc6ef2ece6a-93774547 {
  justify-self: center;
}

#w-node-_65f6ad60-3170-09da-afbd-fdc6ef2ece89-93774547 {
  justify-self: end;
}

#w-node-b59f5ce6-990c-6b9f-4e61-64ec5b74626a-93774547 {
  justify-self: center;
}

#w-node-b59f5ce6-990c-6b9f-4e61-64ec5b746289-93774547 {
  justify-self: end;
}

#w-node-dc3c2cb7-a555-9691-7191-49dc8150a930-93774547 {
  justify-self: center;
}

#w-node-dc3c2cb7-a555-9691-7191-49dc8150a94f-93774547 {
  justify-self: end;
}

#w-node-b414f00e-c1a5-08fe-801d-dac00314c50b-93774547 {
  justify-self: center;
}

#w-node-b414f00e-c1a5-08fe-801d-dac00314c52a-93774547 {
  justify-self: end;
}

#w-node-adc7f159-b680-69c7-66ad-a2efef2e3889-93774547 {
  justify-self: center;
}

#w-node-adc7f159-b680-69c7-66ad-a2efef2e38a9-93774547 {
  justify-self: end;
}

#w-node-_1f09b8a6-2022-7a95-ea67-36c42dc95816-93774547 {
  justify-self: center;
}

#w-node-_1f09b8a6-2022-7a95-ea67-36c42dc95835-93774547 {
  justify-self: end;
}

#w-node-_10f27445-0d8e-d610-bfb9-3b1f7dc14286-93774547 {
  justify-self: center;
}

#w-node-_10f27445-0d8e-d610-bfb9-3b1f7dc142a6-93774547 {
  justify-self: end;
}

#w-node-_68ac9e37-aacc-c217-4bf7-136459070b36-93774547 {
  justify-self: center;
}

#w-node-_68ac9e37-aacc-c217-4bf7-136459070b56-93774547 {
  justify-self: end;
}

#w-node-c8cc4efd-a3a3-c9b3-5c7d-d1dcc2027a2a-93774547 {
  justify-self: center;
}

#w-node-c8cc4efd-a3a3-c9b3-5c7d-d1dcc2027a4a-93774547 {
  justify-self: end;
}

#w-node-_427b26cd-8a7b-6c2f-81f3-f0b362a500ee-93774547, #w-node-b46db727-f2de-96bd-e3d3-aad2bd561235-93774547, #w-node-_890817b5-08d3-53c0-9abe-ab5408f7e4cd-93774547, #w-node-_890817b5-08d3-53c0-9abe-ab5408f7e4ce-93774547, #w-node-e8ef3eb2-64d7-a235-b0fc-93317ef75950-93774547, #w-node-e8ef3eb2-64d7-a235-b0fc-93317ef75951-93774547, #w-node-e8ef3eb2-64d7-a235-b0fc-93317ef7595d-93774547, #w-node-e8ef3eb2-64d7-a235-b0fc-93317ef7595e-93774547 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_042fff67-0048-65b8-07b0-43b5c66ed929-c66ed8d9 {
  justify-self: end;
}

#w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7a-9377454b, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7b-9377454b, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda80-9377454b, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda81-9377454b, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda86-9377454b, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda87-9377454b, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8c-9377454b, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8d-9377454b, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda97-9377454b, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42edaa2-9377454b, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf0-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf1-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf3-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf4-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf6-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf7-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf9-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfa-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfc-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfd-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bff-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c00-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c02-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c03-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c04-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c05-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c06-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c07-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c08-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c09-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0a-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0b-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0c-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0d-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0e-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0f-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c10-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c11-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c12-9377454d, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c13-9377454d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd053a-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0549-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd054b-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd055a-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd055c-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd056b-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd056d-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd057c-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd057e-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd058d-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd058f-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd059e-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05a0-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05af-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05b1-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05c0-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05c2-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05d1-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05d3-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05e2-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05e4-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05f3-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd05f5-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0604-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0606-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0615-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0617-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0626-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0628-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0637-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0639-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0648-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd064a-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0659-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd065b-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd066a-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd066c-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd067b-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd067d-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd068c-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd068e-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd069d-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd069f-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06ae-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06b0-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06bf-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06c1-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06d0-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06d2-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06e1-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06e3-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06f2-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd06f4-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0703-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0705-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0714-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0716-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0725-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0727-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0736-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0738-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0747-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0749-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0758-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd075a-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0769-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd076b-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd077a-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd077c-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd078b-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd078d-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd079c-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd079e-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07ad-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07af-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07be-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07c0-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07cf-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07d1-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07e0-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07e2-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07f1-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd07f3-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0802-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0804-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0813-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0815-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0824-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0826-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0835-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0837-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0846-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0848-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0857-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0859-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0868-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd086a-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0879-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd087b-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd088a-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd088c-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd089b-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd089d-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08ac-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08ae-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08bd-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08bf-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08ce-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08d0-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08df-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08e1-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08f0-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd08f2-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0901-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0903-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0912-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0914-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0923-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0925-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0934-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0936-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0945-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0947-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0956-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0958-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0967-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0969-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0978-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd097a-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0989-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd098b-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd099a-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd099c-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09ab-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09ad-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09bc-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09be-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09cd-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09cf-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09de-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09e0-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09ef-12340f30 {
  justify-self: end;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd09f1-12340f30 {
  justify-self: center;
}

#w-node-_49c821d1-9410-b150-8dc9-a3be83cd0a00-12340f30 {
  justify-self: end;
}

#w-node-_4ed5f3b8-ee13-cea1-cde7-4eabb4a7b5da-b4a7b5d6 {
  grid-area: Area;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a47-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a56-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a58-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a67-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a69-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a78-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a7a-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a89-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a8b-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a9a-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6a9c-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6aab-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6aad-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6abc-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6abe-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6acd-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6acf-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6ade-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6ae0-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6aef-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6af1-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b00-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b02-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b11-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b13-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b22-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b24-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b33-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b35-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b44-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b46-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b55-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b57-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b66-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b68-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b77-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b79-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b88-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b8a-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b99-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6b9b-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6baa-2b7ddf7a {
  justify-self: end;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6bac-2b7ddf7a {
  justify-self: center;
}

#w-node-c99585e2-3450-b216-de99-e3da78cb6bbb-2b7ddf7a {
  justify-self: end;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb29-90a3b5a0 {
  justify-self: center;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb38-90a3b5a0 {
  justify-self: end;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb3a-90a3b5a0 {
  justify-self: center;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb49-90a3b5a0 {
  justify-self: end;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb4b-90a3b5a0 {
  justify-self: center;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb5a-90a3b5a0 {
  justify-self: end;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb5c-90a3b5a0 {
  justify-self: center;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb6b-90a3b5a0 {
  justify-self: end;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb6d-90a3b5a0 {
  justify-self: center;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb7c-90a3b5a0 {
  justify-self: end;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb7e-90a3b5a0 {
  justify-self: center;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb8d-90a3b5a0 {
  justify-self: end;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb8f-90a3b5a0 {
  justify-self: center;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cb9e-90a3b5a0 {
  justify-self: end;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cba0-90a3b5a0 {
  justify-self: center;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cbaf-90a3b5a0 {
  justify-self: end;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cbb1-90a3b5a0 {
  justify-self: center;
}

#w-node-_10ce3ad7-2e03-ad96-806c-fa840718cbc0-90a3b5a0 {
  justify-self: end;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e15-2f578d1c {
  justify-self: center;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e24-2f578d1c {
  justify-self: end;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e26-2f578d1c {
  justify-self: center;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e35-2f578d1c {
  justify-self: end;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e37-2f578d1c {
  justify-self: center;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e46-2f578d1c {
  justify-self: end;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e48-2f578d1c {
  justify-self: center;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e57-2f578d1c {
  justify-self: end;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e59-2f578d1c {
  justify-self: center;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e68-2f578d1c {
  justify-self: end;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e6a-2f578d1c {
  justify-self: center;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e79-2f578d1c {
  justify-self: end;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e7b-2f578d1c {
  justify-self: center;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e8a-2f578d1c {
  justify-self: end;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e8c-2f578d1c {
  justify-self: center;
}

#w-node-f037774c-d772-6e55-c190-5a67fee73e9b-2f578d1c {
  justify-self: end;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5ed2-25e93e2e {
  justify-self: center;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5ee1-25e93e2e {
  justify-self: end;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5ee3-25e93e2e {
  justify-self: center;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5ef2-25e93e2e {
  justify-self: end;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5ef4-25e93e2e {
  justify-self: center;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5f03-25e93e2e {
  justify-self: end;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5f05-25e93e2e {
  justify-self: center;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5f14-25e93e2e {
  justify-self: end;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5f16-25e93e2e {
  justify-self: center;
}

#w-node-_6be2bb25-ce1d-f8a8-7b99-7a5ba0da5f25-25e93e2e {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0aaf4-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0aafe-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0aaff-1992f5a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab00-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab0c-1992f5a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab0d-1992f5a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab0e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab1c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab1e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab28-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab2a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab34-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab36-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab40-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab42-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab4c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab4e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab58-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab5a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab64-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab66-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab70-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab72-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab7c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab7e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab88-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab8a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab94-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ab96-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0aba0-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0aba2-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abac-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abae-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abb8-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abba-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abc4-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abc6-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abd0-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abd2-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abdc-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abde-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abe8-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abea-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abf4-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0abf6-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac00-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac02-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac0c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac0e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac18-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac1a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac24-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac26-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac30-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac32-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac3c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac3e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac48-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac4a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac54-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac56-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac60-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac63-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac6d-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac6f-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac79-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac7b-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac85-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac87-1992f5a9, #w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac92-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac9c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ac9e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0aca8-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acaa-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acb4-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acb6-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acc0-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acc2-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0accc-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acce-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acd8-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acda-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ace4-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ace6-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acf0-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acf2-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acfc-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0acfe-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad08-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad0a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad14-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad16-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad20-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad22-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad2c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad2e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad38-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad3a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad44-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad46-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad50-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad52-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad5c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad5e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad68-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad6a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad74-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad76-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad80-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad82-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad8c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad8e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad98-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ad9a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ada4-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ada6-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adb0-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adb2-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adbc-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adbe-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adc8-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adca-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0add4-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0add6-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ade0-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ade2-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adec-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adee-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adf8-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0adfa-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae04-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae06-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae10-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae12-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae1c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae1e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae28-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae2a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae34-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae36-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae40-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae42-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae4c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae4e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae58-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae5a-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae64-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae66-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae70-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae72-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae7c-1992f5a9 {
  justify-self: end;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae7e-1992f5a9 {
  justify-self: center;
}

#w-node-_2f8ea21e-d891-2dd8-89f8-3f10c6e0ae88-1992f5a9 {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-bad632a6-9246-9b39-3da6-f18fee55eca0-93774547 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}