:root {
  --light-2: #fffc;
  --light-1: white;
  --light-3: #fff3;
  --dark-1: black;
  --light-4: #ffffff1f;
  --primary-1: #6b37d9;
  --primary-2: #2d1859;
  --dark-2: #232323;
}


/* try button css */
.try {
    font-size: 17px !important;
    font-weight: 500;
    color: #fff !important;
    background: linear-gradient(90deg, rgb(218, 34, 255), rgb(255, 168, 36)); 
    letter-spacing: 0.7px;
}

.try:hover {

    color: #000 !important;
   
}
/* try button css end */
.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

.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-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

@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(--light-2);
  background-color: #000;
  font-family: Uncut Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  color: var(--light-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.05em;
}

h2 {
  color: var(--light-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  color: var(--light-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--light-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fragment Mono, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  color: var(--light-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fragment Mono, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

h6 {
  color: var(--light-1);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fragment Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--light-1);
  font-weight: 500;
  text-decoration: none;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
  display: flex;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 1px solid var(--light-3);
  color: var(--light-1);
  margin-bottom: 10px;
  padding: 36px 48px;
  font-family: Fragment Mono, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 1em;
  font-size: 14px;
}

.loading-container {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section {
  z-index: 1;
  padding-top: 144px;
  padding-bottom: 144px;
  display: block;
  position: relative;
}

.section.wide {
  perspective: 1px;
  max-width: 1680px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: block;
}

.section.wide.no-top-padding {
  margin-left: auto;
  padding-top: 0;
}

.section.wide.no-top-padding.orgcon {
  margin-top: 0;
  padding-top: 24px;
}

.section.wide.no-top-padding.orgcon.displaynone.visibility {
  visibility: hidden;
}

.section.wide.horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.section.wide.displaynone,
.section.wide.hidesection {
  display: none;
}

.section.reduced-top-padding {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.reduced-top-padding.no-bottom-padding {
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
}

.section.reduced-top-padding.displaynone {
  display: none;
}

.section.reduced-bottom-padding {
  padding-top: 60px;
  padding-bottom: 72px;
  display: block;
  overflow: visible scroll;
}

.section.reduced-bottom-padding.no-top-padding {
  padding-top: 0;
}

.section.reduced-bottom-padding.displaynone {
  display: none;
}

.section.reduced-padding {
  padding-top: 72px;
  padding-bottom: 72px;
}

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

.section.no-top-padding {
  padding-top: 0;
  display: block;
}

.section.has-shine-effect {
  background-image: linear-gradient(
    0deg,
    var(--dark-1),
    transparent 20%,
    transparent 80%,
    var(--dark-1)
  );
  color: var(--light-4);
  display: block;
  overflow: hidden;
}

.section.has-shine-effect.displaynone {
  display: none;
}

.section.mission {
  padding-top: 40px;
}

.section.abtcolate {
  padding-top: 140px;
}

.section.vision {
  padding-top: 40px;
}

.container---main {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  width: 100%;
  max-width: 1356px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container---main.wide {
  text-align: center;
}

.container---main.wide.nowide {
  max-width: 1356px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 10px;
}

.container---main.text-center {
  max-width: 1500px;
}

.container---main.show-overflow {
  overflow: visible;
}

.container---main.inside-left-section {
  flex-flow: row;
  justify-content: center;
  height: 100%;
  display: flex;
}

.container---main.neon-bg {
  background-image: url("../images/ab-bg-1.png");
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: auto;
}

.style-guide {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.template-utility-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 0.33fr 1fr;
}

.style-guide-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-colors._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.style-guide-colors._2 {
  grid-template-columns: 1fr 1fr;
}

.style-guide-color {
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.style-guide-color.border {
  border: 1px solid var(--light-3);
}

.bg-primary-1 {
  background-color: var(--primary-1);
}

.bg-primary-2 {
  background-color: var(--primary-2);
}

.bg-dark {
  background-color: var(--dark-1);
}

.bg-light-1 {
  background-color: var(--light-1);
}

.style-guide-section-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.large-text {
  text-align: center;
  font-size: 24px;
  line-height: 1.35em;
}

.large-text.text-center {
  display: block;
}

.large-text.margintop10 {
  margin-top: 20px;
}

.small-text {
  font-size: 14px;
  line-height: 1.4em;
}

.small-text.muted {
  opacity: 0.5;
}

.small-text.text-center {
  display: none;
}

.small-text.terms-text {
  max-width: 90%;
}

.small-text.align-right {
  align-self: flex-end;
}

.button {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--light-1);
  color: var(--dark-1);
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 36px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.button:hover {
  background-color: var(--light-3);
  color: var(--light-1);
}

.button.small {
  padding-left: 18px;
  padding-right: 18px;
}

.button.small.nav-button.wdithsml {
  width: 200px;
}

.button.icon {
  padding-left: 24px;
  padding-right: 24px;
}

.button.icon.bg-light-3.smlbtn {
  width: 250px;
}

.button.icon.bg-light-3.smlbtn.margin-top-12 {
  margin-top: 20px;
}

.button.play {
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 9px;
  display: flex;
}

.button.play.grow {
  justify-content: flex-start;
}

.button.play.grow.displaynone,
.button.play.displaynone {
  display: none;
}

.button.circle {
  border-radius: 50%;
  width: 48px;
  padding: 0;
}

.button.bg-light-3 {
  color: var(--light-1);
}

.button.bg-light-3:hover {
  background-color: var(--light-1);
  color: var(--dark-2);
}

.button.xs {
  height: auto;
  padding: 6px 30px;
  font-size: 14px;
}

.button.align-center {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-self: center;
}

.button.align-right {
  align-self: flex-end;
}

.button.grow {
  flex: 1;
}

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

.form-input {
  background-color: var(--light-4);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 9px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 18px;
  transition: border-color 0.2s, background-color 0.2s;
}

.form-input:hover {
  border-color: var(--light-4);
}

.form-input:focus {
  border-color: var(--light-3);
  background-color: var(--light-3);
}

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

.form-input.text-area {
  min-height: 216px;
  padding: 18px;
}

.form-input.bg-dark-2 {
  box-shadow: 0 12px 48px #0000004d;
}

.form-input.bg-dark-2.displaynone {
  display: none;
}

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

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  margin-bottom: 0;
  margin-left: 18px;
}

.footer {
  padding-top: 144px;
  padding-bottom: 144px;
}

.back-to-top-button {
  z-index: 10;
  background-color: var(--light-3);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color 0.2s;
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
}

.back-to-top-button:hover {
  background-color: #ffffff4d;
}

.announcement-bar {
  background-color: #0000;
  align-items: center;
  display: none;
  overflow: hidden;
}

.announcement-cross {
  cursor: pointer;
  transition: opacity 0.2s;
  display: block;
  position: absolute;
  right: 0;
}

.announcement-cross:hover {
  opacity: 0.5;
  display: block;
}

.announcement-contents {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 588px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.select-wrapper {
  background-color: var(--light-4);
  border: 1px #000;
  border-radius: 9px;
  padding: 7px;
  transition: background-color 0.2s;
  overflow: hidden;
}

.select-wrapper:hover {
  background-color: var(--light-3);
}

.select-field {
  color: var(--light-1);
  background-color: #0000;
  background-image: url("../images/interface-icon-chevron-down.svg");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
  font-size: 18px;
}

.checkbox {
  border-color: var(--light-2);
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--light-3);
  background-color: var(--light-3);
  background-image: url("../images/interface-icon-check.svg");
  background-size: 18px 18px;
}

.radio {
  border-color: var(--light-2);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: var(--light-1);
}

.style-guide-row-heading {
  margin-bottom: 0;
}

.style-guide-color-label {
  color: var(--light-1);
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.style-guide-color-label.text-dark {
  color: var(--dark-1);
}

.form-success {
  color: var(--light-1);
  background-color: #2c5533;
  border-radius: 9px;
  padding: 12px;
  font-size: 14px;
}

.form-error {
  color: var(--light-1);
  text-align: center;
  background-color: #492222;
  border-radius: 9px;
  margin-top: 12px;
  padding: 12px;
  font-size: 14px;
}

.menu-button-wrapper {
  justify-content: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-button-horziontal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross-line {
  background-color: var(--light-1);
  width: 75%;
  height: 2px;
  position: absolute;
}

.menu-button-horizontal-line {
  background-color: var(--light-1);
  width: 100%;
  height: 2px;
}

.navbar-wrapper {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #0000;
}

.navbar-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
}

.changelog {
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 0.33fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.photography-license-link {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-image {
  opacity: 0.5;
  border-radius: 18px;
  overflow: hidden;
}

.license-text {
  z-index: 2;
  color: #fff;
  position: absolute;
}

.typography-license-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  color: var(--light-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.typography-demo {
  font-size: 96px;
  line-height: 1em;
}

.typography-demo.b {
  font-family: Hubot Sans, sans-serif;
}

.typography-demo.c {
  font-family: Fragment Mono, sans-serif;
}

.iconography-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: flex;
}

.article {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.article p {
  margin-bottom: 0;
  display: block;
}

.article h4 {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.article blockquote {
  margin-bottom: 0;
}

.article figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.article strong {
  color: var(--light-1);
}

.article.lineheight1 {
  line-height: 0.5em;
}

.seciton-inner {
  border-radius: 36px;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
  overflow: hidden;
}

.seciton-inner.reduced-top-padding {
  padding-top: 72px;
}

.seciton-inner.reduced-top-padding.bg-primary-1 {
  background-color: var(--primary-1);
}

.seciton-inner.reduced-top-padding.show-overflow {
  overflow: visible;
}

.seciton-inner.bg-dark-2 {
  padding-top: 144px;
}

.seciton-inner.bg-dark-2.spacingtop0 {
  padding-top: 0;
}

.seciton-inner.bg-dark-2.margin-minus-2 {
  padding-top: 60px;
}

.seciton-inner.reduced-bottom-padding.bg-primary-1.spacing0 {
  padding-top: 140px;
}

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

.seciton-inner.no-top-padding.bg-primary-2 {
  background-color: var(--primary-2);
  -webkit-text-fill-color: inherit;
  background-color: #2d1859;
  background-clip: border-box;
}

.seciton-inner.bg-primary-2,
.seciton-inner.bg-primary-2.bg-primary-1 {
  background-color: var(--primary-1);
}

.wave {
  opacity: 0.3;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.wave.minusspacing {
  object-fit: cover;
  margin-top: -125px;
  inset: 0%;
}

/* .gradient-bg {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 0% 50%;
  background-clip: border-box;
  border: 1px #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
} */

.gradient-bg {
    box-sizing: content-box;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    object-position: 0% 50%;
    /* background-clip: border-box; */
    /* border: 1px #000; */
    width: 100%;
    height: 100%;
    /* display: block; */
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
}


.gradient-bg.revers-1e {
  background-image: linear-gradient(180deg, #0000, var(--dark-1));
  flex: 0 auto;
}

.gradient-bg.revers-1e.hero {
  background-image: linear-gradient(180deg, #0000, var(--dark-1) 80%);
  height: 100%;
}

.gradient-bg.revers-1e.hero.remove-gradient {
  background-image: linear-gradient(
    180deg,
    #0000,
    #000000fc 0%,
    var(--dark-1) 80%
  );
}

.gradient-bg.alt {
  background-image: linear-gradient(#000 68%, #0000);
}

.gradient-bg.left {
  background-image: linear-gradient(270deg, #000, #0000);
}

.blurred-circle {
  pointer-events: auto;
  mix-blend-mode: overlay;
  width: 60vw;
  height: 60vw;
  font-size: 100px;
  display: block;
  position: absolute;
  overflow: visible;
}

.blurred-circle.bottom-right {
  bottom: -20vw;
  right: -20vw;
}

.blurred-circle.shine-effect {
  z-index: 2;
  opacity: 0.08;
  display: block;
  bottom: auto;
  right: auto;
}

.blurred-circle.middle {
  flex: 0 auto;
  width: 60vw;
  left: 20vw;
}

.blurred-circle.top-middle {
  top: -30vw;
  left: 20vw;
}

.blurred-circle.bottom-middle {
  bottom: -30vw;
  left: 20vw;
}

.blurred-circle.top-left {
  top: -15vw;
  left: -15vw;
}

.blurred-circle.marginright3 {
  z-index: 999;
  margin-top: -75px;
  margin-right: -50px;
  position: absolute;
  right: 150px;
}

.fdf {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.fdf.align-center {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1em;
}

.fdf.align-center.text-center {
  text-align: center;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 848px;
  display: block;
}

.fdf.align-left {
  margin-left: 0;
  margin-right: 0;
}

.fdf.maxwidth33 {
  min-width: 900px;
  max-width: 2500px;
  max-height: 800px;
}

.fdf.container---xl {
  margin-left: 85px;
}

.rows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.rows.gap-2x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  display: flex;
}

.rows.gap-2x.justify-between {
  justify-content: space-between;
}

.rows.gap-2x.ai-bg-list {
  text-align: left;
  z-index: 1;
  background-color: #0000;
  background-image: url("../images/ai-purple-bg-corp.png");
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-start;
  min-width: 1500px;
  min-height: 85vh;
  padding: 60px 40px 40px;
  display: block;
}

.rows.gap-4x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.rows.gap-4x.margintop-50 {
  margin-top: 100px;
}

.rows.ff {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: inline-flex;
}

.rows.ff.metrics-columns {
  text-align: left;
}

.rows.ff.account-header {
  justify-content: space-between;
  height: 100%;
}

.rows.gap-1x {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  justify-content: center;
}

.rows.gap-1x.pricing-top {
  flex: 1;
}

.rows.gap-1x.margintop20 {
  margin-top: 105px;
}

.rows.gap-0-75x {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.rows.gap-0-5x {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.rows.gap-3x {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  text-align: left;
}

.rows.gap-3x.logos {
  align-items: center;
}

.rows.align-left {
  align-items: flex-start;
}

.rows.align-center {
  align-items: center;
}

.rows.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
}

.rows.gap-0-25x {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.container---s {
  width: 100%;
  max-width: 503px;
}

.container---s.footer-subscribe {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.container---s.align-center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.buttons.align-center {
  justify-content: center;
}

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

.columns.gap-3x {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.columns.gap-3x.logos {
  grid-template-columns: 190px 1fr;
  align-items: center;
}

.columns.gap-3x.sidebar-layout {
  grid-template-columns: 388px 1fr;
  align-items: start;
  position: relative;
}

.columns.gap-3x.text-cluster-row {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  grid-template-columns: 1fr 1fr;
  align-self: center;
}

.columns.gap-3x.text-cluster-row.addbg1 {
  grid-column-gap: 5px;
  grid-row-gap: 65px;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #afafaf1c;
  border-radius: 25px;
  grid-template-columns: 1fr minmax(auto, 1fr);
  width: 1150px;
  padding: 40px 10px 40px 20px;
}

.columns.gap-3x.text-cluster-row.minus-2 {
  margin-top: -20px;
}

.columns.gap-3x.contact-methods {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: start;
  display: grid;
}

.columns.gap-3x.story-details-wrapper {
  grid-template-columns: 2fr 1px 1fr;
  align-items: end;
}

.columns.gap-3x.footer-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
}

.columns.gap-3x.align-top {
  align-items: start;
  position: relative;
}

.columns.gap-3x.align-top.pt75 {
  padding-top: 100px;
}

.columns.gap-3x.martintop40 {
  margin-top: 50px;
}

.columns.gap-3x.paddingtop100 {
  padding-top: 100px;
}

.columns.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr 1fr;
}

.columns.gap-1-5x.boxes {
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.columns.gap-1-5x.blog-posts,
.columns.gap-1-5x.customers {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns.gap-1-5x.cluster {
  grid-template-columns: 1fr 320px 1fr;
}

.columns.gap-1-5x.metric-cluster {
  grid-template-columns: 503px 1fr;
  min-height: 504px;
}

.columns.gap-1-5x.large-boxes {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns.gap-1x.form {
  grid-template-columns: 1fr auto;
}

.columns.gap-0-75x.plans {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.columns.gap-0-75x.agree {
  align-items: center;
  display: flex;
}

.columns.gap-4x {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.columns.gap-4x.career-header {
  align-items: end;
}

.columns.hero {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  perspective: 800px;
  grid-template-columns: 1fr minmax(500px, 0.5fr);
  align-items: center;
}

.columns.pt100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.columns.pt100.flexhorzon {
  padding-top: 100px;
  display: flex;
}

.columns.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

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

.logo-wrapper {
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo-wrapper.grid {
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
}

.horizontal-scrim {
  background-image: linear-gradient(
    90deg,
    var(--dark-1),
    #0000 15%,
    #0000 85%,
    var(--dark-1)
  );
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.ui-snippet-frame {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ui-snippet-frame.inside-tab {
  background-color: var(--light-4);
  border-radius: 18px;
  min-height: 420px;
  padding: 36px 36px 72px;
}

.ui-snippet-frame.column-hide {
  display: none;
}

.container---xs {
  flex: none;
  width: 100%;
  max-width: 388px;
  position: relative;
}

.container---xs.ui-snippet {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-self: auto;
  display: flex;
  position: absolute;
}

.container---xs.ui-snippet.displaynone.codenone {
  display: none;
}

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

.container---xs.ui-snippet {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.code-snippet {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--dark-1);
  color: var(--light-1);
  border-radius: 12px;
  flex-direction: column;
  padding: 24px 12px;
  font-family: Fragment Mono, sans-serif;
  font-size: 14px;
  display: block;
  box-shadow: 0 12px 48px #0000004d;
}

.code-snippet.bg-white {
  background-color: var(--light-1);
  color: var(--dark-2);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
}

.code-snippet.bg-white.overlay-bottom {
  width: 100%;
  position: absolute;
  bottom: -48px;
  right: -48px;
}

.code-snippet.code-displaynone {
  display: none;
}

.code-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.snippet-switch {
  background-color: #20bf55;
  border-radius: 200px;
  justify-content: flex-end;
  align-items: center;
  width: 42px;
  height: 18px;
  padding-right: 4px;
  display: flex;
}

.snippet-switch-nub {
  background-color: var(--light-1);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.underline {
  background-color: var(--light-1);
  width: 100%;
  height: 1px;
}

.underline.divider-left {
  background-color: #0000;
  background-image: linear-gradient(to right, #fff0, #fff);
}

.underline.divider-right {
  background-color: #0000;
  background-image: linear-gradient(270deg, #fff0, #fff);
}

.underline.gradient {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--light-1), transparent);
}

.arrow-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.arrow-link.align-center {
  align-self: center;
}

.arrow-link.wide {
  justify-content: space-between;
  width: 100%;
  transition: opacity 0.2s;
}

.arrow-link.wide:hover {
  opacity: 0.5;
}

.arrow-link.wide-copy {
  justify-content: space-between;
  width: 100%;
  transition: opacity 0.2s;
}

.arrow-link.wide-copy:hover {
  opacity: 0.5;
}

.medium-heading {
  color: var(--light-1);
  text-align: center;
  font-family: Hubot Sans, sans-serif;
  font-size: 57px;
  line-height: 1.1em;
  display: block;
}

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

.medium-heading.text-center.smltxt {
  font-size: 20px;
}

.medium-heading.text-center.centerall {
  text-align: center;
}

.medium-heading.text-center.pt100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.medium-heading.text-left.fontsize35 {
  font-size: 45px;
}

.medium-heading.text34 {
  font-size: 50px;
}

.medium-heading.mb50 {
  text-align: left;
  margin-bottom: 60px;
}

.code-badge {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--light-3);
  background-color: var(--dark-1);
  color: var(--light-1);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Fragment Mono, sans-serif;
  font-size: 14px;
  display: flex;
  box-shadow: 0 12px 48px #00000008;
}

.code-badge.highlighted {
  background-color: #fe7f2d;
  border-color: #fe7f2d;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.check-item.label-style {
  background-color: var(--dark-2);
  border-radius: 200px;
  flex: none;
  padding: 12px 36px 12px 12px;
  box-shadow: 0 12px 48px #0000004d;
}

.check-item.small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.section-inner.right {
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.logo-wrapper.grid {
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
}
.strike
{
  text-decoration:line-through;
  color: red;
}
.logo-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rows.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}
/* new check item 1 */

.check-item1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex !important;
}

.check-item1.label-style {
  background-color: var(--dark-2);
  border-radius: 200px;
  flex: none;
  padding: 12px 36px 12px 12px;
  box-shadow: 0 12px 48px #0000004d;
}

.check-item1.small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

/* new check item 1 end */

.check-circle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-3);
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 0;
  display: none;
  box-shadow: 0 12px 48px #0000001a;
}

.container---xl {
  width: 100%;
  max-width: 1078px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container---xl.align-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container---xl.minusmargin30 {
  margin-top: -100px;
}

.box {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-4);
  color: var(--light-4);
  border: 1px solid #0000;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 230px;
  padding: 36px;
  transition: border-color 0.2s;
  display: flex;
}

.box:hover {
  border-color: var(--primary-1);
}

.box.benefit-box {
  background-color: var(--light-4);
}

.box.large {
  min-height: 345px;
}

.box.demo-box {
  pointer-events: auto;
  cursor: auto;
  align-items: stretch;
  min-height: auto;
  transition: border-color 0.2s;
  display: block;
}

.box.demo-box.displaynone {
  display: none;
}

.box.demo-box.grey {
  background-color: var(--light-4);
  cursor: pointer;
}

.box.text-left {
  background-color: var(--light-4);
  color: var(--light-1);
}

.box.text-left.blob-bg.paddingblob {
  min-height: 4vw;
  margin-top: 0;
  padding: 20px;
}

.box.text-left.blog-bg-2 {
  background-image: url("../images/blog-bg-2.svg");
  background-position: 50%;
  background-size: auto;
}

.box.box-light-layere {
  background-color: var(--light-3);
  color: var(--light-1);
}

.box.boxtext {
  color: var(--light-1);
}

.box.boxborder {
  border-color: var(--light-3);
}

.container---m {
  width: 800px;
  max-width: 618px;
}

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

.container---m.inside-left-section.valigncenter {
  text-decoration: none;
}

.container---m.padding7 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.progress-item-wrapper.newprogress {
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
}

.progress-bar-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 6px;
  align-items: center;
  padding: 12px 24px 12px 12px;
  display: flex;
}

.progress-bar-wrapper.highlighted {
  border: 1px solid var(--light-1);
  flex-flow: wrap;
}

.progress-bar {
  background-color: var(--light-3);
  border-radius: 3px;
  flex: 1;
  height: 24px;
}

.progress-bar._69 {
  max-width: 69%;
}

.progress-bar._42 {
  max-width: 42%;
}

.progress-bar._13 {
  max-width: 13%;
}

.progress-bar.highlighted {
  background-image: linear-gradient(to right, #fff0, #fff);
}

.customer-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--light-4);
  color: var(--light-2);
  border: 1px solid #0000;
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 360px 1fr 1px 220px;
  grid-auto-columns: 1fr;
  padding: 36px;
  font-weight: 400;
  transition: border-color 0.2s;
  display: grid;
}

.customer-box:hover {
  border-color: var(--primary-1);
}

.customer-quote-and-author {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vertical-rule {
  background-color: var(--light-3);
  width: 1px;
}

.metric-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--light-3);
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.metric-box.large {
  background-color: var(--light-4);
  border-style: none;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 36px;
  display: flex;
  box-shadow: 0 12px 48px #0000001a;
}

.metric-box.highlighted {
  border-color: var(--primary-1);
}

.metric-box.bg-light-4 {
  border-style: none;
}

.large-heading {
  color: var(--light-1);
  text-align: left;
  font-family: Hubot Sans, sans-serif;
  font-size: 76px;
  line-height: 1.05em;
}

.section-title-with-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-post {
  background-color: var(--light-4);
  color: var(--light-2);
  text-align: left;
  border: 1px solid #0000;
  border-radius: 18px;
  flex-direction: column;
  display: block;
}

.blog-post.customer {
  display: flex;
}

.blog-post.wide {
  width: 100%;
}

.blog-post-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 72px 36px 36px;
  display: flex;
}

.blog-post-body.increased-padding {
  flex: 1;
  justify-content: space-between;
}

.video-wrapper {
  background-color: var(--primary-2);
  border-radius: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 48px #0000004d;
}

.video-wrapper.short {
  max-height: 562px;
  overflow: clip;
}

.video-wrapper.newvar1 {
  background-color: var(--light-4);
}

.tabs {
  display: flex;
}

.tab-icon-with-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.bg-dark-2 {
  background-color: var(--dark-2);
}

.bar-graphs {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--light-1);
  flex: none;
  justify-content: center;
  align-items: flex-end;
  height: 420px;
  display: none;
}

.bar-graph-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: inline-flex;
}

.bar-graph-wrapper._69 {
  height: 82%;
}

.bar-graph-wrapper._42 {
  height: 60%;
}

.bar-graph-wrapper._13 {
  height: 40%;
}

.bar-graph {
  background-color: var(--light-4);
  border-radius: 3px;
  width: 24px;
  height: 300px;
}

.bar-graph.emphasis {
  background-image: linear-gradient(to bottom, var(--light-1), #0000);
  width: 72px;
}

.blog-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--light-4);
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 636px 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.blog-box-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.label-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.circle-button {
  background-color: var(--light-4);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: auto auto 0;
  transition: background-color 0.2s;
  display: flex;
  bottom: -72px;
  left: 18px;
  right: auto;
}

.circle-button:hover {
  background-color: var(--light-3);
}

.circle-button.right {
  left: 78px;
  right: auto;
}

.quote-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--light-4);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
  box-shadow: 0 12px 48px #0000001a;
}

.quote-box.dis {
  display: none;
}

.reviews-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  transform-style: preserve-3d;
  flex-direction: column;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reviews-row {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews-row.scroll-left {
  justify-content: flex-start;
}

.reviews-row.scroll-right {
  justify-content: flex-end;
}

.review-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--light-4);
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  align-self: stretch;
  max-width: 504px;
  padding: 36px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 48px #0000004d;
}

.tweet-author {
  position: relative;
}

.reviews-scrim {
  z-index: 1;
  background-image: linear-gradient(to right, #000, #0000);
  width: 20%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews-scrim.right {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.pricing-plan-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--light-4);
  border: 2px solid #0000;
  border-radius: 18px;
  flex-direction: column;
  padding: 36px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 48px #0000001a;
}

.pricing-plan-2.highlighted {
  border-color: var(--primary-1);
  box-shadow: 0 12px 48px #0000004d;
}

.badge {
  background-color: var(--primary-1);
  color: var(--light-1);
  border-radius: 6px;
  padding: 2px 9px;
  font-size: 14px;
  font-weight: 500;
}

.badge.pricing-badge.small {
  position: absolute;
  top: 12px;
  right: 12px;
}

.accordion {
  flex-direction: column;
  display: flex;
}

.accordion-title {
  color: var(--light-1);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: opacity 0.2s;
  display: flex;
}

.accordion-title:hover {
  opacity: 0.5;
}

.accordion-title.fontsize20 {
  font-size: 20px;
}

.horizontal-rule {
  background-color: var(--light-3);
  width: 100%;
  height: 1px;
}

.table {
  color: var(--light-1);
}

.table-rows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-rows.emphasised {
  background-color: var(--light-4);
}

.table-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 72px;
  padding: 18px;
  display: flex;
}

.table-cell.top {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.table-cell.top.emphasised {
  border-top: 2px solid var(--primary-1);
  background-color: var(--primary-1);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.table-cell.emphasised {
  border-right: 2px solid var(--primary-1);
  border-left: 2px solid var(--primary-1);
  background-color: var(--light-4);
}

.table-cell.bottom.emphasised {
  border-bottom: 2px solid var(--primary-1);
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  box-shadow: 0 12px 48px #0000001a;
}

.table-cell.align-left {
  justify-content: flex-start;
}

.gallery {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blockquote {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-left: 0px solid var(--light-3);
  flex-direction: column;
  padding: 36px 48px 36px 20px;
  display: flex;
}

.team-member {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-member-social {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.secition.right {
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.secition.right.carrerbagbg {
  background-image: url("../images/carrer-bag.png");
  background-position: 0 0;
  background-size: cover;
}

.secition.bg-primary-1.padding144 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.form-divider {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.customer-story-metric {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--primary-1);
  background-color: #00000040;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.customer-story-badge {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon-dark {
  filter: invert();
}

.play-icon-circle {
  background-color: var(--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.bg-light-2 {
  background-color: var(--light-2);
}

.bg-light-3 {
  background-color: var(--light-3);
}

.bg-light-4 {
  background-color: var(--light-4);
}

.underlined-link {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.arrow-link-icon {
  max-height: 18px;
}

.dropdown-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--light-2);
  align-items: center;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.dropdown-link:hover {
  color: var(--light-1);
}

.dropdown-link.padded {
  padding: 6px 18px;
}

.dropdown-link-icon {
  opacity: 0.5;
}

.field-label {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: Fragment Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--light-2);
  border-radius: 200px;
  padding: 6px 18px;
  transition: color 0.2s, background-color 0.2s;
  display: inline-flex;
}

.nav-link:hover {
  background-color: var(--light-3);
  color: var(--light-1);
}

.nav-link.no-padding {
  padding: 0;
  display: block;
}

.nav-link.inside-right-contents.loginhide {
  display: none;
}

.navbar-right-contents {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hover-link {
  transition: opacity 0.2s;
}

.hover-link:hover,
.muted {
  opacity: 0.5;
}

.muted.text-center.textc {
  text-align: left;
}

.footer-link {
  color: var(--light-2);
  transition: opacity 0.2s;
}

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

.footer-link.small {
  opacity: 0.5;
  color: var(--light-1);
}

.footer-link.small:hover {
  opacity: 1;
}

.footer-link.dispalynone {
  display: none;
}

.footer-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-details {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.footer-copyright-text {
  flex: 1;
}

.footer-fine-print {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  align-items: center;
  display: none;
}

.fade-in-first {
  align-self: flex-start;
  overflow: hidden;
}

.fade-in-first.container---l.wide {
  width: 900%;
  max-width: 900px;
}

.fade-in-contents {
  text-align: center;
  display: block;
}

.fade-in-second {
  overflow: hidden;
}

.scrolling-logos {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.scrolling-logo {
  opacity: 0.7;
  flex: none;
}

.code-number {
  opacity: 0.5;
  text-align: right;
}

.text-orange {
  color: #fe7f2d;
}

.text-purple {
  color: #a684f0;
}

.text-green {
  color: #20bf55;
}

.vignette {
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #0000,
    var(--dark-1) 85%
  );
  width: 100%;
  max-width: 618px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: translate(0);
}

.vignette.img-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.grid-background.gridbg-small {
  width: 80%;
}

.code-badges {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-over-image {
  position: absolute;
}

.button-over-image.bottom-right {
  bottom: 24px;
  left: 24px;
}

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

.comparison-logo {
  display: none;
}

.customer-box-image {
  border: 1px solid #0000;
  border-radius: 18px;
  display: block;
  box-shadow: 0 12px 48px #0000004d;
}

.text-light-1 {
  color: var(--light-1);
}

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

.blog-post-image {
  border: 1px solid #0000;
  border-radius: 18px;
  width: 100%;
  margin-bottom: -36px;
  display: block;
  box-shadow: 0 12px 48px #0000001a;
}

.blog-post-image.blog-box-image {
  margin-bottom: 0;
}

.blog-post-image.wide {
  object-fit: cover;
  max-height: 500px;
}

.post-meta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.post-meta.text-large {
  font-size: 18px;
}

.multiply-image {
  filter: brightness(200%) saturate(0%);
  mix-blend-mode: overlay;
  object-fit: cover;
  display: block;
}

.tabs-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  flex: none;
  width: 388px;
  display: flex;
}

.tabs-menu.sticky {
  position: sticky;
  top: 96px;
}

.tabs-content {
  margin-left: 72px;
  text-decoration: none;
  top: 100px;
}

.tabs-content.minuspadding {
  top: 0;
}

.tab-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--light-4);
  color: var(--light-1);
  background-color: #0000;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  transition: background-color 0.2s, border-color 0.2s;
  display: flex;
}

.tab-link:hover {
  background-color: var(--light-4);
}

.tab-link.w--current {
  border-color: var(--primary-1);
  background-color: var(--light-4);
}

.bar-graph-logo {
  display: none;
}

.bar-graph-label {
  font-size: 14px;
}

.bar-graph-logo-wrapper {
  display: inline-block;
}

.blog-box-image {
  border-radius: 18px;
  display: block;
}

.avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.avatar-author {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.slider-mask {
  max-width: 636px;
  overflow: visible;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-left: -18px;
  overflow: visible;
}

.slide {
  max-width: 636px;
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
}

.hide {
  display: none;
}

.slider-wrapper {
  margin-bottom: 72px;
}

.pricing-check {
  max-height: 18px;
}

.pricing-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pricing-text {
  flex: 1;
}

.accordion-item {
  border-bottom: 1px solid var(--light-3);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.accordion-item.last,
.accordion-item.last-copy {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-content {
  padding-top: 24px;
}

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

.align-left {
  align-self: flex-start;
}

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

.logo-grid-item {
  display: inline-block;
}

.review-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.empty-state {
  background-color: var(--light-4);
  text-align: center;
  border-radius: 9px;
  padding: 24px;
}

.collection-item {
  flex-direction: row;
  display: flex;
}

.blog-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 503px;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image {
  border-radius: 18px;
}

.gallery-image {
  border-radius: 18px;
  flex: none;
  max-height: 240px;
  box-shadow: 0 12px 48px #0000004d;
}

.gallery-image-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.careers-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.careers {
  flex-direction: column;
  margin-bottom: -24px;
  display: flex;
}

.career {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-3);
  color: var(--light-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-weight: 400;
  transition: opacity 0.2s;
  display: grid;
}

.career:hover {
  opacity: 0.5;
}

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

.career-basis.text-mono {
  font-family: Fragment Mono, sans-serif;
  font-weight: 400;
}

.career-title {
  color: var(--light-1);
  font-weight: 500;
}

.job-description {
  margin-bottom: -10px;
}

.case-studiy-image {
  border-radius: 18px;
  box-shadow: 0 12px 48px #0000004d;
}

.metric-text {
  max-width: 90%;
}

.case-study-logo {
  opacity: 0.7;
}

.text-light-2 {
  color: var(--light-2);
}

.team-member-image {
  filter: grayscale();
  border-radius: 18px;
}

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

.contact-methods {
  flex-direction: column;
  display: flex;
}

.form-divider-text {
  flex: none;
}

.search-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-results-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.search-results-url {
  margin-bottom: 3px;
  font-size: 14px;
}

.dropdown-body {
  border-radius: 12px;
  width: 388px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 12px 48px #0000004d;
}

.dropdown-section {
  padding: 30px 36px;
}

.dropdown-section.bg-light-1 {
  color: var(--dark-1);
}

.dropdown-section.bottom {
  color: var(--dark-1);
  background-color: #e9e9e9;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
}

.dropdown-arrow {
  filter: invert();
  max-height: 20px;
}

.dropdown-link-text {
  color: var(--dark-1);
}

.dropdown-bottom-link {
  color: var(--dark-1);
  transition: opacity 0.2s;
}

.dropdown-bottom-link:hover {
  opacity: 0.5;
}

.dropdown-list.w--open {
  background-color: #0000;
  left: 50%;
}

.icon {
  flex: none;
}

.demo-screenshot {
  border: 1px solid #000;
  border-radius: 9px;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 12px 48px #0000004d;
}

.demo-screenshot._1.imgflexcenter {
  width: 100%;
  height: auto;
  display: block;
}

.demo-screenshot.resizeimg {
  min-height: 250px;
}

.fake-screenshot {
  z-index: 0;
  background-color: var(--light-4);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  right: -6px;
}

.fake-screenshot._2 {
  top: 12px;
  right: -12px;
}

.fake-screenshot._3 {
  top: 18px;
  right: -18px;
}

.fake-screenshot._4 {
  top: 24px;
  right: -24px;
}

.ui-cluster {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ui-cluster-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.ui-cluster-columns.displaynone {
  display: none;
}

.grow {
  flex: 1;
}

.ui-scheme {
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 48px #0000004d;
}

.ui-scheme.displaynone {
  display: none;
}

.ui-scheme-color {
  flex: 1;
  width: 48px;
  height: 48px;
}

.ui-scheme-color.bg-primary-1.displaynone {
  display: none;
}

.figma-screenshot-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figma-screenshot {
  border-radius: 9px;
  margin-bottom: -100px;
  display: block;
  box-shadow: 0 12px 48px #0000004d;
}

.figma-badge {
  background-color: var(--dark-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 24px;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.demo-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.demo-link-arrow {
  max-height: 18px;
}

.screenshot-column-wrapper {
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(-15deg) rotateZ(0);
}

.screenshots-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 600px;
  display: flex;
}

.heading {
  text-align: left;
  letter-spacing: normal;
  column-count: auto;
  white-space: break-spaces;
  word-break: keep-all;
  overflow-wrap: normal;
}

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

.logo-hide {
  opacity: 1;
  display: none;
}

.vignette-copy {
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #0000,
    var(--dark-1) 85%
  );
  width: 100%;
  max-width: 618px;
  height: 100%;
  position: absolute;
  transform: translate(0);
}

.displaynone {
  display: none;
}

.heading-3 {
  font-family: Baumans, sans-serif;
}

.heading-4 {
  font-family: Baumans, sans-serif;
  font-size: 45px;
}

.text-light-1-copy {
  color: var(--light-1);
}

.text-light-1-copy.bold {
  font-weight: 500;
}

.text-block {
  text-align: left;
  margin-top: 20px;
  padding: 0;
}

.text-block.textover {
  padding-left: 220px;
  padding-right: 220px;
}

.heading-5 {
  font-family: Baumans, sans-serif;
}

.heading-6 {
  font-family: Baumans, sans-serif;
  font-size: 25px;
}

.heading-6.h6sml {
  font-size: 0;
}

.nav-links-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--primary-2);
  opacity: 1;
  filter: blur();
  color: var(--light-2);
  mix-blend-mode: normal;
  border-radius: 14px;
  flex-flow: row;
  order: 0;
  align-self: auto;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: -327px;
  overflow: visible;
}

.button-2.hovereffect.displaynone {
  display: none;
}

.text-block-2,
.text-block-3,
.text-block-4 {
  margin-top: 10px;
}

.text-block-5 {
  display: block;
}

.list {
  text-align: left;
  width: 350px;
  display: flex;
}

.list.featurelist {
  flex-flow: column;
  width: 50vw;
  margin-top: 14px;
  display: none;
}

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

.margingtop20 {
  margin-top: 125px;
}

.text-block-6 {
  color: var(--light-2);
  text-align: center;
}

.text-block-6.lineheight20 {
  line-height: 1.3em;
}

.heading-7 {
  display: none;
}

.heading-8 {
  text-align: center;
  display: block;
}

.paddingall10 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 600px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-9 {
  display: block;
}

.heading-10,
.heading-11 {
  display: none;
}

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

.heading-12.paddingbtm15 {
  padding-bottom: 20px;
}

.heading-13,
.heading-14,
.heading-15 {
  display: none;
}

.heading-16 {
  margin-top: 25px;
}

.heading-17 {
  display: none;
}

.text-block-7 {
  font-size: 18px;
}

.text-block-7.text-left.margin-top-12 {
  margin-top: 40px;
}

.text-block-8 {
  padding-top: 10px;
  display: inline-block;
}

.text-block-8.text-left {
  color: var(--light-1);
  text-align: left;
}

.text-block-8.text-left.displaynone {
  display: none;
}

.image {
  display: inline-block;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  width: 800px;
  padding: 80px 0;
  display: block;
  position: relative;
}

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

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

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--primary-2);
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url("../images/");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url("../images/");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.heading-18 {
  display: block;
}

.heading-19 {
  display: none;
}

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

.text-block-9.displaynone {
  display: none;
}

.smllist {
  padding-left: 0;
  font-size: 16px;
}

.img-border {
  border-radius: 25px;
  margin-left: 0;
  display: block;
}

.img-border.displaynone {
  display: none;
}

.img-border.filter3 {
  mix-blend-mode: normal;
}

.img-border.img-res {
  width: 100%;
}

.bold-text-2,
.bold-text-3 {
  font-size: 57px;
  font-weight: 400;
}

.text-block-10 {
  display: none;
}

.flex-block {
  display: inline-flex;
}

.text-block-11 {
  display: none;
}

.whatdoesimg {
  border-radius: 15px;
  margin-top: 50px;
  text-decoration: line-through;
}

.text-block-12,
.bold-text-4,
.heading-20,
.heading-21,
.heading-22,
.text-block-13,
.text-block-14,
.heading-23,
.heading-24,
.heading-25,
.text-block-15,
.text-block-16,
.text-block-17 {
  text-align: left;
}

.list-item {
  text-align: left;
  font-size: 17px;
  line-height: 1.2em;
  text-decoration: none;
}

.list-item.visibilityhidden {
  visibility: hidden;
}

.bold-text-5 {
  font-weight: 400;
}

.heading-26,
.heading-27 {
  display: none;
}

.heading-28 {
  width: 670px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.heading-28.text-center.slidertextcustom {
  margin-top: 4em;
}

.heading-28.displaynone {
  display: none;
}

.slider-2 {
  background-color: #0000;
}

.slider-2.borderradius-2 {
  border-radius: 25px !important;
}

.slider-2.grid-background {
  height: 75vh;
}

.slider-2.grid-background.sliderfeature {
  height: 35vh;
}

.bold-text-6,
.bold-text-7 {
  font-weight: 400;
}

.setbgforslider {
  vertical-align: baseline;
  background-color: #0000;
  border: 25px;
  border-radius: 18px;
}

.setbgforslider.sliderheight {
  color: var(--light-2);
  background-color: #0000;
  min-height: 250px;
}

.setbgforslider-copy {
  background-color: #0000;
  border: 25px;
  border-radius: 18px;
}

.setbgforslider-copy.autoheight100 {
  box-sizing: border-box;
  object-fit: scale-down;
  background-color: #875151;
  border-radius: 6px;
  height: 0;
  min-height: 250px;
}

.setbgforslider-copy-copy {
  background-color: #736e6e;
  border: 25px;
  border-radius: 18px;
}

.setbgforslider-copy-copy-copy {
  background-color: #0000;
  border: 25px;
  border-radius: 18px;
}

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

.icon-img {
  clear: none;
  float: left;
  margin-right: auto;
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

.text-block-19 {
  float: none;
  clear: none;
  text-align: justify;
  display: block;
}

.div-block {
  float: none;
  text-align: left;
  position: relative;
  left: 10%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
}

.div-block-3,
.div-block-4,
.div-block-5 {
  display: block;
}

.image-2 {
  width: 100px;
}

.image-2.icon-img.displaynone {
  display: none;
}

.div-block-6,
.div-block-7 {
  display: block;
}

.image-3 {
  width: auto;
}

.div-block-8 {
  grid-column-gap: 3.3em;
  grid-row-gap: 3.3em;
  display: block;
}

.image-4,
.image-5 {
  width: 50%;
}

.text-trans {
  text-transform: capitalize;
}

.imageblock {
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 450px;
  max-width: 615px;
  max-height: 319.275px;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: relative;
}

.imagecenter {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.list-sml {
  font-size: 18px;
  line-height: 1.2em;
}

.list-sml.arrow-list {
  padding-left: 0;
  list-style-type: disc;
}

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

.list-item-2.list_tick {
  text-align: left;
  background-image: url("../images/interface-icon-check.svg");
  background-position: 1% 0;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding-left: 50px;
  text-decoration: none;
  list-style-type: none;
}

.div-block-9 {
  background-color: #a86666;
  min-width: 500px;
}

.list-item-3 {
  font-size: 0;
}

.bold-text-8 {
  font-weight: 400;
}

.list-tick {
  float: left;
  -webkit-text-fill-color: inherit;
  background-image: url("../images/interface-icon-check.svg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  padding-left: 20px;
  text-decoration: none;
  position: static;
}

.list-tick.backgroundnorepeat {
  background-image: url("../images/interface-icon-check.svg");
  background-position: -5px 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-left: 40px;
  font-weight: 400;
}

.heading-29,
.bold-text-9 {
  font-weight: 400;
}

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

.hero-heading-left.sliderblock.nopaddingtop {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-heading-left.sliderblock.nopaddingtop.nobg {
  background-color: #0000;
  padding-bottom: 10px;
}

.hero-heading-left.transparent {
  background-color: #0000;
  border-bottom-width: 0;
  padding-bottom: 220px;
}

.hero-heading-left.transparent.margintop22 {
  padding-top: 0;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.margin-bottom-24px.greypara {
  color: var(--light-1);
  margin-bottom: 0;
  padding-top: 20px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two.radius10 {
  border-radius: 15px;
}

.darkcolor {
  color: var(--dark-2);
  font-size: 25px;
}

.margin40 {
  margin-top: 0;
}

.left-arrow {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  inset: 0% 0% 0% auto;
}

.whitecolor {
  color: var(--light-1);
}

.overflowscroll22 {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #fff3 #ffffff1f;
  height: 50vh;
  margin-top: 100px;
  overflow: hidden auto;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.marginbottom30 {
  z-index: 2;
  margin-bottom: 15px;
}

.marginbottom30.margintop15 {
  text-align: left;
  margin-top: 10px;
}

.marginbottom30.imgradius10 {
  border-radius: 15px;
}

.marginbottom30.imgradius10.smwidth {
  width: 95%;
}

.tab-pane-tab-5 {
  text-decoration: none;
}

.div-block-11,
.div-block-12,
.image-6,
.image-7,
.image-8,
.div-block-13 {
  display: block;
}

.overlayerdark {
  z-index: 1;
  background-image: linear-gradient(#fff, #292929 78%, #000);
}

.bold-text-10 {
  font-weight: 400;
}

.width400 {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.width400.marginleft90 {
  margin-left: 140px;
}

.features-list {
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-list.customfeatures {
  border: 1px #000;
  padding: 10px 0 20px;
}

.features-list.large-text {
  text-align: center;
  margin-left: 10px;
  padding-top: 10px;
  padding-left: 0;
}

.features-list.large-text.text-left {
  padding-bottom: 40px;
}

.features-list.large-text.text-left.center-text {
  text-align: left;
}

.features-list.large-text.left-text {
  text-align: left;
  border-bottom-width: 0;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

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

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

.arrow-embed.displaynone {
  display: none;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  list-style-type: disc;
  display: flex;
}

.features-block-two.leftrightcombo {
  background-color: #5c4668;
  background-image: linear-gradient(#0e0d16, #6c479b 98%, #fff);
  border-radius: 13px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

.features-block-two.leftrightcombo.odddiv {
  background-color: #430b5b;
  background-image: linear-gradient(#00000080, #00000080);
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.testimonial-image-left {
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.testimonial-image-left.posabove {
  position: relative;
  top: 550px;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.testimonial-right.bg-primary-2.padding25 {
  padding: 20px;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.bold-text-11 {
  font-weight: 400;
}

.section-2 {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-2.is-location {
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.parallax-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #000000b3, #0000);
  position: absolute;
  inset: 0%;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.margin-bottom-8 {
  margin-bottom: 0.5rem;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.margin-top-32 {
  text-align: center;
  min-width: 500px;
  margin-top: 2rem;
  overflow: visible;
}

.margin-top-32.radiusborder7 {
  border-radius: 25px;
  display: block;
}

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

.container-large {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.pt75 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.text-size-eyebrow {
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  font-family: Uncut Sans, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.locations_wrap {
  z-index: 2;
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.locations_wrap.displaynone.divhide {
  display: none;
}

.parallax-wrap {
  z-index: 1;
  background-color: #080808;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  color: #080808;
  text-transform: uppercase;
  background-color: #ceff65;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.locations_visual {
  aspect-ratio: 330 / 180;
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.locations_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.locations_list.displaynone {
  display: block;
}

.locations_list.displaynone.hidelist {
  display: none;
}

.heading-style-h4 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

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

.text-color-lightgrey {
  color: #d8d8d8;
}

.parallax-img {
  opacity: 0.7;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 120%;
  position: relative;
}

.bold-text-12,
.bold-text-13 {
  font-weight: 400;
}

.list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  list-style-type: none;
}

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

.bold-text-14,
.bold-text-15,
.bold-text-16 {
  font-weight: 400;
}

.bold-text-17 {
  text-align: center;
  vertical-align: baseline;
  font-weight: 400;
  display: block;
}

.bold-text-17.fontsize57 {
  text-align: center;
  font-size: 57px;
}

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

.bold-text-18 {
  font-weight: 400;
}

.testimonial-slider-large {
  background-color: #0000;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-quote.text50 {
  background-color: #0000;
  font-size: 35px;
  line-height: 55px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

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

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

.wdith400 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: 71px auto;
  grid-template-columns: 1fr 0.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 650px;
  min-width: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.text-block-20 {
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

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

.text-block-22 {
  position: relative;
  overflow: visible;
}

.text-block-23 {
  margin-left: 10px;
  padding-right: 20px;
}

.text-block-24 {
  padding-left: 10px;
  padding-right: 20px;
}

.icon-17 {
  background-color: #8e5353;
  inset: auto 0% 0% auto;
}

.icon-18 {
  background-color: #ed2222;
}

.textshaddown {
  letter-spacing: 2px;
  text-shadow: 0 11px #1a1a1a, 0 12px #181818, 0 14px #141414, 0 15px #121212,
    0 22px 30px #000000e6, 2px 2px 2px #ce593700;
}

.paragraph {
  text-align: left;
}

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

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.bold-text-19 {
  text-align: center;
  font-weight: 400;
}

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

.features-list-2 {
  border: 1px #000;
  margin-right: 0;
  padding: 80px 0;
  position: relative;
}

.features-list-2.lessmargin {
  padding-top: 40px;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  text-align: left;
  margin-bottom: 24px;
}

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

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

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.features-image-2.img-border {
  background-color: #0000;
  width: 120px;
  max-width: 62%;
  height: 100px;
}

.features-image-2.img-border.imgbglight {
  background-color: #eab7b7;
  width: 120px;
  padding: 0;
}

.features-image-2.img-border.imgbglight.con-list {
  padding: 10px;
}

.features-image-2.img-border.imgbgdark {
  background-color: #2d2a2a;
  padding-left: 0;
}

.features-image-2.img-border.imgbglight-copy {
  background-color: #eab7b7;
  width: 120px;
  padding: 0;
}

.features-image-2.img-border.imgbglight-copy.con-list {
  padding: 10px;
}

.paragraph-2,
.paragraph-3,
.paragraph-4 {
  text-align: left;
}

.smlpara {
  text-align: left;
  font-size: 16px;
  line-height: 1.2em;
}

.list-item-5 {
  text-align: left;
  list-style-type: none;
}

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

.list-item-6.list7 {
  text-align: left;
}

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

.list-item-7.list7 {
  text-align: left;
}

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

.list-item-8.list7 {
  text-align: left;
}

.mediablock {
  color: var(--light-1);
  text-align: left;
  margin-top: 40px;
  padding-left: 25px;
  display: block;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left-2.customlayer1 {
  background-color: #0000;
  padding: 0;
}

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

.hero-wrapper-2 {
  border: 2px #693939;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  text-align: left;
  margin-bottom: 24px;
}

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

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.bold-text-20 {
  text-align: left;
  font-weight: 400;
}

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

.grid-2 {
  grid-column-gap: 17px;
  grid-template:
    "asds sfdfd erer"
    ". sfdfd Area"
    "Area-2 . ."
    / minmax(200px, 1.5fr) 1fr 1fr;
}

.faqs_head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  display: flex;
}

.faqs_list {
  flex: 1;
  padding-left: 0;
  list-style-type: none;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: relative;
}

.faqs_item {
  cursor: pointer;
  border-bottom: 1px solid #ceff6533;
  padding-bottom: 0.75rem;
  transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.faqs_item:hover {
  color: #ceff65;
}

.margin-top-8 {
  margin: 4rem auto;
}

.faqs_wrap {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  display: flex;
}

.max-width-440-2 {
  width: 100%;
  max-width: 27.5rem;
}

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

.faqs_body {
  overflow: hidden;
}

.text-style-link {
  color: #ceff65;
  text-decoration: underline;
}

.text-style-link:hover {
  text-decoration: none;
}

.text-block-25,
.heading-32,
.text-block-26,
.heading-33,
.text-block-27,
.heading-34,
.text-block-28,
.heading-35,
.text-left {
  text-align: left;
}

.text-left.minusmarin9 {
  margin-top: -2px;
}

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

.list-3 {
  text-align: left;
  list-style-type: none;
}

.list-3.margin-top-32.light1 {
  color: var(--light-1);
}

.list-4 {
  text-align: left;
  list-style-type: none;
}

.list-4.margin-top-32.light1 {
  color: var(--light-1);
}

.bold-text-21 {
  font-weight: 400;
}

.blob-bg {
  background-image: url("../images/blog-bg.svg");
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  min-height: 25vw;
  margin-top: 60px;
  padding: 40px;
}

.blob-bg.backshadow {
  text-align: center;
  background-image: url("../images/blog-bg-3.svg");
  min-width: 800px;
}

.leftdiv {
  min-height: 95vh;
  margin-top: -800px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.text-block-29 {
  background-color: #160c0c;
}

.text-block-29.paddingall33 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 220px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.topmargin40 {
  margin-top: 40px;
  margin-left: 0;
}

.paragraph-5 {
  text-align: left;
  padding-left: 25px;
}

.paragraph-5.margin-top-32.text-black {
  color: var(--light-1);
}

.bold-text-22,
.bold-text-23,
.bold-text-24,
.bold-text-25 {
  font-weight: 400;
}

.spline-scene {
  background-color: #662b2b;
  min-width: 100px;
  min-height: 50vh;
  margin-left: 0;
  position: relative;
}

.heading-36,
.heading-37,
.text-block-30,
.heading-38,
.heading-39,
.heading-40,
.heading-41 {
  text-align: left;
}

.hero-heading-left-3 {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  text-align: left;
  margin-bottom: 24px;
}

.margin-bottom-24px-3.text-white {
  color: #fff;
}

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

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

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.heading-42.paddingbtm20 {
  padding-bottom: 20px;
}

.div-block-15 {
  margin-top: 140px;
}

.gridcon1 {
  max-width: 800px;
  margin-top: 100px;
}

.grid-3 {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  grid-template:
    "Area . ." 1.25fr
    "Area-2 Area-2 Area-3" minmax(400px, 1fr)
    ". . ."
    / 0.75fr 0.75fr 0.75fr;
  grid-auto-columns: 1.5fr;
  grid-auto-flow: row;
  place-content: stretch start;
  place-items: stretch start;
}

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

.list-5.gridlist1.neon-list-bg {
  background-image: url("../images/list-bg-neon.png");
  background-position: 0 0;
  background-size: auto;
}

.list-5.gridlist1.neon-list-bg.img-border {
  background-image: url("../images/line-pattern.png");
  background-position: 50% 100%;
  background-size: contain;
  padding-left: 1.25em;
}

.list-5.gridlist1.neon-list-bg.img-border.glow {
  background-image: none;
  border: 2px solid #3810d8;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.list-5.gridlist1.neon-list-bg.img-border.glow.minh33 {
  min-height: 50vh;
}

.list-5.gridlist1.neon-list-bg.img-border.glow.minh33.addbg2 {
  background-color: #1f1f1f;
  border-style: none;
  border-width: 1px;
  min-height: 54vh;
  padding-left: 2em;
}

.list-5.gridlist1.neon-list-bg.img-border.glow.minh33.addbg2.box {
  background-image: none;
}

.mb10 {
  margin-bottom: 20px;
  padding-left: 35px;
}

.mb10.titleiconlist {
  background-image: url("../images/icon-social-instagram.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px;
}

.mb10.titleiconlist.pngglow {
  background-image: url("../images/hosting-ss.png");
}

.mb10.hostingicon {
  background-image: url("../images/hosting-ss.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
}

.mb10.hostingicon.grey-text {
  color: var(--dark-2);
}

.mb10.host11 {
  background-image: url("../images/host-11.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
}

.mb10.host11.grey-text {
  color: var(--dark-2);
}

.mb10.devlopicon {
  background-image: url("../images/devlopment-glow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
}

.mb10.devlopicon.grey-text {
  color: var(--dark-2);
}

.mb10.observe {
  background-image: url("../images/observ-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
}

.mb10.observe.grey-text {
  color: var(--dark-2);
}

.mb10.secicon {
  background-image: url("../images/security-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.mb10.secicon.grey-text {
  color: var(--dark-2);
}

.mb10.managicon {
  background-image: url("../images/management-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.mb10.managicon.grey-text {
  color: var(--dark-2);
}

.list5.gridlist1 {
  list-style-type: none;
}

.list5.gridlist1.neon-list-bg.img-border.glow.list-5.minh33 {
  min-height: 50vh;
}

.list5.gridlist1.neon-list-bg.img-border.glow.list-5.minh33.addbg2 {
  min-height: 54vh;
}

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

.text-block-31,
.text-block-32,
.text-block-33 {
  text-align: left;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.backhome {
  position: relative;
  top: 0;
  left: 100px;
}

.hmbtn {
  margin-top: 40px;
  display: inline-flex;
}

.text-block-34 {
  padding-left: 40px;
}

.text-block-34.space22 {
  padding-left: 20px;
}

.text-block-34.space22.bgarrow1 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  text-align: left;
  background-image: url("../images/interface-icon-chevron-left.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: auto;
  padding-left: 25px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.text-block-34.space22.bgarrow1.winarrow {
  background-image: url("../images/icon-decorative-01.svg");
  background-position: 3%;
  background-size: 23px;
  padding-left: 30px;
}

.bold-text-26,
.bold-text-27 {
  font-weight: 400;
}

.div-block-17 {
  margin-right: auto;
}

.div-block-17.text-center.padding-30 {
  padding-left: 20px;
}

.div-block-17.text-center.padding-30.text-left {
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 40px;
}

.pngglow {
  filter: drop-shadow(0 0 10px #0ffc);
}

.checkmark-list-cion {
  color: var(--light-2);
  border-top: 0 solid #000;
  border-bottom: 0 solid #6b37d9;
  border-left: 0 solid #6b37d9;
  border-top-left-radius: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Uncut Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  list-style-type: square;
}

.ai-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-position: 50% 0%;
  justify-content: center;
  align-items: flex-start;
  min-width: 500px;
  min-height: 100vh;
  text-decoration: none;
  display: flex;
}

.fullheight100vh {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 0% 0%;
  flex: 0 0 500px;
  width: 800px;
  height: 100vh;
}

.fullheight100vh.flex11 {
  flex-grow: 0;
  flex-basis: 400px;
  align-self: auto;
  height: 100vh;
}

.div-block-18 {
  z-index: 1;
  box-sizing: border-box;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--dark-1);
  -webkit-backdrop-filter: invert() blur(5px);
  backdrop-filter: invert() blur(5px);
  text-align: left;
  object-fit: none;
  border: 0 solid #000;
  border-radius: 25px;
  flex: 0 5 800px;
  order: 0;
  align-self: auto;
  min-width: 500px;
  height: 0;
  min-height: 60vh;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: block;
  position: static;
}

.div-block-18.div {
  flex-shrink: 1;
}

.paragraph-6 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-6.fontnormal {
  background-color: #19122f;
  flex-flow: row;
  display: block;
}

.paragraph-6.fontnormal.padding40 {
  text-align: left;
  background-color: #0000;
  padding: 20px 20px 0 40px;
}

.vdo100vh {
  height: 100vh;
}

.vdo100vh.z-index {
  z-index: 1;
}

._100vhvd0 {
  object-fit: none;
  object-position: 50% 0%;
  background-color: #0000;
  max-width: 400px;
  min-height: 100vh;
  display: block;
  overflow: visible;
}

._100vhvd0.img-border {
  height: 100vh;
}

.bold-text-28 {
  font-weight: 400;
}

.slider-flex-1 {
  height: 60vh;
}

.slider60vh {
  background-color: #0000;
  min-width: 0;
  min-height: 0;
  padding: 20px 0 20px 40px;
  overflow: auto;
}

.removebg {
  vertical-align: top;
  background-color: #0000;
}

.div-block-19 {
  float: none;
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  min-width: 1024px;
  display: block;
}

.div-block-20 {
  align-self: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-20.alighcenter22 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  min-width: 800px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.hflex200 {
  min-width: 400px;
  min-height: 100vh;
}

.div-block-21 {
  position: relative;
  top: auto;
  right: auto;
}

.div-block-21.divtoprel {
  top: -800px;
  right: -400px;
}

.titlebg2 {
  background-color: var(--light-4);
  padding-top: 10px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 400;
}

.titlebg2.opct {
  background-color: var(--light-4);
}

.titlebg2.bgnone {
  background-color: #0000 !important;
}

.bold-text-29 {
  font-weight: 400;
}

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

.width800 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.width800.justif9y {
  object-fit: cover;
  background-color: #000;
  flex: auto;
  order: 0;
  align-self: auto;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.width800.justif9y.pt100 {
  border: 1px solid #000;
  border-radius: 25px;
  flex-flow: column;
  width: 800px;
  margin-top: 10px;
  padding-top: 0;
}

.width800.justif9y.pt100.width1078 {
  width: 1078px;
}

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

.div-block-22 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.gridcustom2 {
  grid-column-gap: 15px;
  grid-row-gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  display: grid;
}

.gr1 {
  background-color: #0000;
  grid-area: 1 / 1 / 2 / 2;
}

.gr2 {
  grid-area: 1 / 2 / 2 / 3;
  min-height: 0;
}

.gr3 {
  grid-area: 1 / 3 / 2 / 4;
}

.gr4 {
  grid-area: 1 / 4 / 2 / 5;
}

.gr5,
.gr6 {
  grid-area: 1 / 2 / 2 / 3;
}

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

.list-6.listingtop3 {
  padding-top: 20px;
  padding-left: 40px;
}

.bold-text-30,
.bold-text-31,
.bold-text-32 {
  font-weight: 400;
}

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

.div-block-23 {
  text-align: center;
}

.div-block-23.left-block-2 {
  text-align: left;
  align-self: center;
  margin-left: 450px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.div-block-24 {
  min-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.left-mar2 {
  margin-left: 23px;
}

.img-adjust-1 {
  vertical-align: baseline;
  flex: 0 auto;
  max-width: 50%;
}

.rows-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows-2.gap-2x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.fade-in-first-2 {
  overflow: hidden;
}

.container---main-2 {
  z-index: 1;
  width: 100%;
  max-width: 1356px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container---main-2.show-overflow {
  overflow: visible;
}

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

.container---xl-2.align-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container---m-2 {
  width: 100%;
  max-width: 618px;
}

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

.large-text-2 {
  font-size: 24px;
  line-height: 1.35em;
}

.button-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 36px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.button-4:hover {
  color: #fff;
  background-color: #fff3;
}

.button-4.align-center {
  align-self: center;
}

.medium-heading-2 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 57px;
  line-height: 1.1em;
}

.gradient-bg-2 {
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-3 {
  z-index: 1;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
}

.section-3.wide {
  perspective: 1px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.gradient-bg-2-copy {
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bold-text-33 {
  text-align: left;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-34,
.bold-text-35 {
  font-weight: 400;
}

.item-ai-1 {
  width: 643px;
}

.item-ai-1.margin100 {
  margin-top: 100px;
  margin-right: 0;
}

.item-ai-1.margin100.margin-left-100 {
  margin-right: 60px;
}

.list-7 {
  padding-left: 0;
  list-style-type: none;
}

.bold-text-36 {
  font-weight: 400;
}

.mt50 {
  margin-top: 20px;
}

.bold-text-37,
.bold-text-38 {
  font-weight: 400;
}

.img-adjust-2 {
  max-width: 75%;
}

.neon-bg {
  box-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff;
}

.neon-bg.img-border {
  box-shadow: 0 0 10px #0ff, 0 0 10px #0ff, 0 0 10px #0ff;
}

.width500 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.flex89 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: flex-start;
  align-items: flex-start;
}

.bold-text-39 {
  font-weight: 400;
}

.bold-text-40 {
  text-align: center;
  font-weight: 400;
}

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

.section-m.carrerbagbg {
  background-image: url("../images/carrer-bag.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.paratext {
  font-size: 22px;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
}

.image-9.img-sml {
  max-width: 85%;
}

.image-9.img-sml.glowimg33 {
  box-shadow: 0 0 10px #0ff, 0 0 2px #0ff, 0 0 4px #0ff;
}

.text-glow2 {
  text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff;
}

.rows-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows-3.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.box-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffff1f;
  border: 1px solid #0000;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 230px;
  padding: 36px;
  transition: border-color 0.2s;
  display: flex;
}

.box-2:hover {
  border-color: #6b37d9;
}

.blurred-circle-2 {
  mix-blend-mode: overlay;
  width: 60vw;
  height: 60vw;
  display: block;
  position: absolute;
}

.blurred-circle-2.bottom-middle {
  bottom: -30vw;
  left: 20vw;
}

.blurred-circle-2.bottom-right {
  bottom: -20vw;
  right: -20vw;
}

.section-4 {
  z-index: 1;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
}

.section-4.wide {
  perspective: 1px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.career-tab {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.career-tab.margin-top-8.displaynone {
  display: none;
}

.tablborder2 {
  border-radius: 16px 0 0 16px;
}

.tabborder {
  border-radius: 10px 0 0 10px;
}

.tabrightborder {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--light-3);
  justify-content: flex-start;
  align-items: center;
}

.div-block-25,
.div-block-26 {
  display: flex;
}

.car1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #0000;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: block;
}

.car2 {
  background-color: #0000;
  border-left: 0 solid #dddbdb;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  padding-top: 10px;
  display: block;
}

.paragraph-7 {
  margin-left: auto;
  margin-right: auto;
}

.width900 {
  width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.rows-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows-4.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.button-5 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 36px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.button-5:hover {
  color: #fff;
  background-color: #fff3;
}

.button-5.icon {
  padding-left: 24px;
  padding-right: 24px;
}

.rows-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows-5.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.button-6 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 36px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.button-6:hover {
  color: #fff;
  background-color: #fff3;
}

.button-6.icon {
  padding-left: 24px;
  padding-right: 24px;
}

.rows-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows-6.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.rows-6.gap-4x {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.rows-6.gap-2x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

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

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

.form-success-2 {
  color: #fff;
  background-color: #2c5533;
  border-radius: 9px;
  padding: 12px;
  font-size: 14px;
}

.form-input-2 {
  color: #fff;
  background-color: #ffffff1f;
  border: 1px solid #0000;
  border-radius: 9px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 18px;
  transition: border-color 0.2s, background-color 0.2s;
}

.form-input-2:hover {
  border-color: #ffffff1f;
}

.form-input-2:focus {
  background-color: #fff3;
  border-color: #fff3;
}

.form-input-2::placeholder {
  color: #ffffff80;
}

.form-input-2.text-area {
  min-height: 216px;
  padding: 18px;
}

.button-7 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 36px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.button-7:hover {
  color: #fff;
  background-color: #fff3;
}

.form-error-2 {
  color: #fff;
  text-align: center;
  background-color: #492222;
  border-radius: 9px;
  margin-top: 12px;
  padding: 12px;
  font-size: 14px;
}

.checkbox-2 {
  border-color: #fffc;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: #fff3;
  background-image: url("../images/interface-icon-check.svg");
  background-size: 18px 18px;
  border-color: #fff3;
}

.section-5 {
  z-index: 1;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
}

.section-5.reduced-bottom-padding {
  padding-bottom: 72px;
}

.section-5.wide {
  perspective: 1px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.section-5.wide.no-top-padding {
  padding-top: 0;
}

.newtab-left {
  background-image: url("../images/interface-icon-chevron-right.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 40px;
}

.contactwidth {
  width: 800px;
}

.rows-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows-7.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.rows-7.gap-2x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.form-success-3 {
  color: #fff;
  background-color: #2c5533;
  border-radius: 9px;
  padding: 12px;
  font-size: 14px;
}

.form-input-3 {
  color: #fff;
  background-color: #ffffff1f;
  border: 1px solid #0000;
  border-radius: 9px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 18px;
  transition: border-color 0.2s, background-color 0.2s;
}

.form-input-3:hover {
  border-color: #ffffff1f;
}

.form-input-3:focus {
  background-color: #fff3;
  border-color: #fff3;
}

.form-input-3::placeholder {
  color: #ffffff80;
}

.form-input-3.text-area {
  min-height: 216px;
  padding: 18px;
}

.button-8 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 36px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.button-8:hover {
  color: #fff;
  background-color: #fff3;
}

.form-error-3 {
  color: #fff;
  text-align: center;
  background-color: #492222;
  border-radius: 9px;
  margin-top: 12px;
  padding: 12px;
  font-size: 14px;
}

.img-align-center {
  text-align: left;
  display: block;
}

.careerbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -100px;
  display: block;
}

.smlimg22 {
  max-width: 45%;
}

.text-white {
  color: #fff;
}

.text-white.minusmargin {
  margin-bottom: 100px;
}

.text-white.min22 {
  margin-bottom: 40px;
}

.bold-text-41,
.bold-text-42 {
  font-weight: 400;
}

.uncutsans {
  font-family: Uncut Sans, sans-serif;
}

.bold-text-43,
.bold-text-44 {
  font-weight: 400;
}

.customer-story-metric-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #00000040;
  border: 2px solid #6b37d9;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.large-heading-2 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 76px;
  line-height: 1.05em;
}

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

.rows-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows-8.gap-2x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

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

.rows-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows-9.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.rows-9.gap-0-5x {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.rows-9.gap-2x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.rows-9.gap-4x {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.rows-9.gap-1x {
  justify-content: center;
}

.rows-9.gap-1x.displaynone {
  display: none;
}

.empty-state-2 {
  text-align: center;
  background-color: #ffffff1f;
  border-radius: 9px;
  padding: 24px;
}

.list-article {
  list-style: disc;
}

.mt20 {
  margin-top: 40px;
}

.mb30 {
  margin-bottom: 40px;
}

.width1000 {
  width: 1024px;
}

.vertical-rule-2 {
  background-color: #fff3;
  width: 1px;
}

.text-light-3 {
  color: #fff;
}

.block-quote {
  border-left-width: 0;
}

.block-quote.lesspadding {
  padding-left: 0;
}

.block-quote-2 {
  border-left-width: 0;
}

.block-quote-2.lesspadding {
  padding-left: 0;
}

.img-height-200 {
  min-width: 13%;
  min-height: 25%;
}

.features-paragraph-copy {
  margin-bottom: 24px;
}

.margintop10 {
  margin-top: 20px;
}

.div-block-27.paddingtblr {
  padding-left: 20px;
  padding-right: 20px;
}

.badge-2 {
  color: #fff;
  background-color: #6b37d9;
  border-radius: 6px;
  padding: 2px 9px;
  font-size: 14px;
  font-weight: 500;
}

.badge-2.pricing-badge.small {
  position: absolute;
  top: 12px;
  right: 12px;
}

.container---m-3 {
  width: 100%;
  max-width: 618px;
}

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

.large-text-3 {
  font-size: 24px;
  line-height: 1.35em;
}

.button-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 36px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.button-9:hover {
  color: #fff;
  background-color: #fff3;
}

.button-9.bg-light-3 {
  color: #fff;
}

.button-9.bg-light-3:hover {
  color: #232323;
  background-color: #fff;
}

.button-9.align-center {
  align-self: center;
}

.check-item-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.check-item-2.small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.pricing-plan-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #ffffff1f;
  border: 2px solid #0000;
  border-radius: 18px;
  flex-direction: column;
  padding: 36px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 48px #0000001a;
}

.pricing-plan-3.highlighted {
  border-color: #6b37d9;
  box-shadow: 0 12px 48px #0000004d;
}

.underline-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.underline-2.gradient {
  background-color: #0000;
  background-image: linear-gradient(to right, #fff, #0000);
}

.bg-list-heading {
  background-image: url("../images/host-11.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
}

.bg-list-heading.obsr {
  background-image: url("../images/observ-icon.png");
}

.bg-list-heading.dev {
  background-image: url("../images/hosting-ss.png");
}

.bg-list-heading.secimg {
  background-image: url("../images/security-icon.png");
}

.bg-list-heading.magagment {
  background-image: url("../images/management-icon.png");
}

.bg-list-heading.devlop {
  background-image: url("../images/devlopment-glow.png");
}

.button-10 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 36px;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  box-shadow: 0 12px 48px #0000004d;
}

.button-10:hover {
  color: #fff;
  background-color: #fff3;
}

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

.demo-screenshot-2 {
  border: 1px solid #000;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 12px 48px #0000004d;
}

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

.heading-44.text-left,
.heading-45 {
  text-align: left;
}

.wrapping {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 57px;
    line-height: 1.1em;
  }

  h2 {
    font-size: 43px;
    line-height: 1.2em;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.wide.horizontal {
    grid-template-columns: 1fr;
  }

  .section.reduced-bottom-padding {
    padding-bottom: 60px;
  }

  .section.reduced-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container---main {
    max-width: 551px;
  }

  .container---main.wide {
    max-width: 100%;
  }

  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .style-guide-colors._4 {
    grid-template-columns: 1fr 1fr;
  }

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

  .changelog {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .article blockquote {
    font-size: 18px;
  }

  .seciton-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .seciton-inner.reduced-top-padding {
    padding-top: 60px;
  }

  .gradient-bg.left {
    background-image: linear-gradient(#000, #0000);
  }

  .blurred-circle {
    width: 1000px;
    max-width: none;
    height: 1000px;
  }

  .fdf {
    max-width: 618px;
  }

  .fdf.container---xl {
    width: 300%;
    max-width: 618px;
  }

  .rows.gap-2x {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .rows.gap-4x.faq {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .rows.ff.metrics-inside-cluster {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .columns.gap-3x {
    grid-template-columns: 1fr;
  }

  .columns.gap-3x.logos {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .columns.gap-3x.sidebar-layout {
    grid-template-columns: 1fr;
  }

  .columns.gap-3x.faq-bottom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .columns.gap-3x.text-cluster-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column-reverse;
    display: flex;
  }

  .columns.gap-3x.story-details-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .columns.gap-3x.footer-columns {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns.gap-3x.footer-menus {
    width: 100%;
    max-width: 503px;
  }

  .columns.gap-1-5x.boxes {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .columns.gap-1-5x.blog-posts,
  .columns.gap-1-5x.customer-cluster,
  .columns.gap-1-5x.customers,
  .columns.gap-1-5x.cluster,
  .columns.gap-1-5x.plans {
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.metric-cluster {
    grid-template-columns: 1fr 1fr;
  }

  .columns.gap-1-5x.large-boxes {
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.case-study-header {
    grid-template-columns: 1fr;
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns.gap-1x.form {
    flex-direction: column;
    display: flex;
  }

  .columns.gap-0-75x.plans {
    grid-template-columns: 1fr 1fr;
  }

  .columns.gap-4x.career-header {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .columns.hero,
  .columns.gap-1-5x.plans {
    grid-template-columns: 1fr;
  }

  .logo-wrapper {
    width: 100%;
  }

  .medium-heading {
    font-size: 43px;
    line-height: 1.2em;
  }

  .box.large {
    min-height: auto;
  }

  .customer-box {
    grid-template-columns: 1fr;
  }

  .vertical-rule.inside-customer-box {
    width: 100%;
    height: 1px;
  }

  .large-heading {
    font-size: 57px;
    line-height: 1.1em;
  }

  .section-title-with-button {
    flex-direction: column;
  }

  .blog-post.blog-box {
    grid-template-columns: 1fr;
  }

  .tabs {
    flex-direction: column;
  }

  .team-member {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
  }

  .secition.right {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .dropdown-link.padded {
    justify-content: space-between;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .nav-link.no-padding:hover {
    background-color: #0000;
  }

  .footer-details {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-fine-print {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: flex-start;
  }

  .vignette {
    background-image: radial-gradient(
      circle farthest-corner at 50% 50%,
      #0000,
      var(--dark-1)
    );
  }

  .comparison-logo {
    max-height: 24px;
  }

  .tabs-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 48px;
    display: grid;
  }

  .tabs-menu.sticky {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    position: static;
  }

  .tabs-menu.inside-collection-list {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .tabs-content {
    margin-left: 0;
  }

  .blog-meta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column-reverse;
    display: flex;
  }

  .career {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    position: relative;
  }

  .career-arrow {
    position: absolute;
    top: 12px;
    right: 0;
  }

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

  .nav-menu {
    background-color: var(--dark-1);
    border-radius: 18px;
    padding: 24px 9px;
  }

  .dropdown-body {
    width: 100%;
    transform: none;
  }

  .dropdown-section.bg-dark-2 {
    display: none;
  }

  .dropdown-section.bg-light-1 {
    background-color: var(--light-3);
    color: var(--light-1);
    padding: 18px;
  }

  .dropdown-section.bottom {
    display: none;
  }

  .dropdown-arrow {
    filter: none;
  }

  .dropdown-link-text {
    color: var(--light-2);
  }

  .dropdown-list.w--open {
    position: static;
  }

  .demo-screenshot.inside-column {
    max-height: 240px;
  }

  .screenshot-column-wrapper {
    transform: none;
  }

  .screenshots-column {
    flex-direction: row;
    justify-content: center;
  }

  .vignette-copy {
    background-image: radial-gradient(
      circle farthest-corner at 50% 50%,
      #0000,
      var(--dark-1)
    );
  }

  .nav-links-copy {
    flex-direction: column;
    align-items: stretch;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

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

  .margin-bottom-8 {
    margin-bottom: 0.375rem;
  }

  .margin-top-32 {
    margin-top: 1.75rem;
  }

  .locations_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .locations_list {
    width: 100%;
  }

  .margin-bottom-20 {
    margin-bottom: 1rem;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-top-8 {
    margin-top: 0.375rem;
  }

  .faqs_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .ai-flex {
    display: block;
  }

  .fullheight100vh.flex11 {
    width: 500px;
  }

  .paragraph-6.fontnormal.padding40 {
    width: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  ._100vhvd0 {
    flex-flow: row;
    display: block;
  }

  .titlebg2.bgnone {
    width: 500px;
  }

  .list-6.listingtop3 {
    width: 500px;
    padding-left: 0;
  }

  .bold-text-31 {
    width: 250px;
  }

  .rows-2.gap-2x {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .container---main-2 {
    max-width: 551px;
  }

  .container---main-2.wide {
    max-width: 100%;
  }

  .medium-heading-2 {
    font-size: 43px;
    line-height: 1.2em;
  }

  .section-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blurred-circle-2 {
    width: 1000px;
    max-width: none;
    height: 1000px;
  }

  .section-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rows-6.gap-2x {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .container---l {
    max-width: 618px;
  }

  .section-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-5.reduced-bottom-padding {
    padding-bottom: 60px;
  }

  .rows-7.gap-2x {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .large-heading-2 {
    font-size: 57px;
    line-height: 1.1em;
  }

  .rows-8.gap-2x,
  .rows-9.gap-2x {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .vertical-rule-2.inside-customer-box {
    width: 100%;
    height: 1px;
  }

  .demo-screenshot-2.inside-column {
    max-height: 240px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 43px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4em;
  }

  h4 {
    font-size: 1em;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.reduced-bottom-padding {
    padding-bottom: 48px;
  }

  .section.reduced-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container---main {
    max-width: 436px;
  }

  .style-guide-color {
    height: 150px;
  }

  .large-text {
    font-size: 1em;
    line-height: 1.4em;
  }

  .footer {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .typography-license-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .article blockquote {
    font-size: 16px;
  }

  .seciton-inner {
    border-radius: 18px;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .seciton-inner.reduced-top-padding {
    padding-top: 48px;
  }

  .blurred-circle {
    width: 800px;
    height: 800px;
  }

  .rows.gap-2x {
    flex-flow: wrap;
  }

  .rows.gap-4x {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .rows.ff.metrics-columns,
  .rows.ff.metrics-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .rows.ff.box-cluster {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows.ff.metrics-inside-cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .rows.gap-3x.text-cluster {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .columns.gap-3x.sidebar-layout {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .columns.gap-3x.text-cluster-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .columns.gap-1-5x.boxes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .columns.gap-1-5x.customer-cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .columns.gap-1-5x.blog-posts-large {
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .columns.gap-1-5x.metric-cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns.gap-1-5x.large-boxes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .columns.gap-0-75x.plans {
    grid-template-columns: 1fr;
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-wrapper.grid {
    grid-column-gap: 48px;
    grid-row-gap: 36px;
  }

  .code-snippet.bg-white.overlay-bottom {
    right: -24px;
  }

  .box {
    padding: 24px;
  }

  .progress-item-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .logo-comparison-wrapper {
    margin-bottom: 3px;
  }

  .progress-bar-wrapper {
    padding-left: 0;
  }

  .progress-bar-wrapper.highlighted {
    padding-left: 12px;
  }

  .large-heading {
    font-size: 43px;
    line-height: 1.2em;
  }

  .blog-post.blog-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .blog-post-body {
    padding: 48px 24px 24px;
  }

  .bar-graphs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bar-graph.emphasis {
    width: 48px;
  }

  .quote-box {
    padding: 24px;
  }

  .review-box {
    max-width: 388px;
    padding: 24px;
  }

  .table {
    font-size: 14px;
  }

  .customer-story-badge {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .nav-link.inside-right-contents {
    display: none;
  }

  .fade-in-first {
    align-self: stretch;
  }

  .code-badges {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .blog-post-image {
    margin-bottom: -24px;
  }

  .post-meta.text-large {
    font-size: 14px;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .bar-graph-logo {
    max-height: 18px;
  }

  .logo-grid-item {
    max-height: 24px;
  }

  .blog-meta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .career-arrow {
    display: none;
  }

  .metric-text {
    max-width: 100%;
  }

  .case-study-logo {
    max-height: 24px;
  }

  .nav-menu {
    padding-top: 0;
  }

  .demo-screenshot.inside-column {
    max-height: 140px;
  }

  .figma-screenshot {
    margin-bottom: -75px;
  }

  .figma-badge {
    width: 150px;
    height: 150px;
  }

  .heading-12.paddingbtm15 {
    text-align: left;
  }

  .features-table,
  .hero-heading-left,
  .features-list,
  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .margin-top-32 {
    margin-top: 1.5rem;
  }

  .locations_item {
    flex: none;
    width: 90%;
  }

  .locations_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

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

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .features-list-2,
  .hero-heading-left-2,
  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .ai-flex {
    min-width: 100%;
    display: block;
  }

  .paragraph-6.fontnormal.padding40 {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20.alighcenter22 {
    min-width: 50%;
    margin-right: 0;
  }

  .titlebg2.bgnone {
    width: 300px;
  }

  .list-6.listingtop3 {
    width: 300px;
    padding-left: 0;
  }

  .container---main-2 {
    max-width: 436px;
  }

  .large-text-2 {
    font-size: 1em;
    line-height: 1.4em;
  }

  .section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .box-2 {
    padding: 24px;
  }

  .blurred-circle-2 {
    width: 800px;
    height: 800px;
  }

  .section-4 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .rows-6.gap-4x {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .section-5 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-5.reduced-bottom-padding {
    padding-bottom: 48px;
  }

  .large-heading-2 {
    font-size: 43px;
    line-height: 1.2em;
  }

  .rows-9.gap-4x {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .div-block-27 {
    margin-left: auto;
    margin-right: auto;
  }

  .large-text-3 {
    font-size: 1em;
    line-height: 1.4em;
  }

  .demo-screenshot-2.inside-column {
    max-height: 140px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.2em;
  }

  h2 {
    font-size: 28px;
    line-height: 1.3em;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 1em;
    line-height: 1.4em;
  }

  h6 {
    font-size: 12px;
  }

  .container---main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .template-utility-section {
    grid-row-gap: 35px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .style-guide-colors._4,
  .style-guide-colors._2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .style-guide-color {
    border-radius: 12px;
    height: 120px;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .large-text {
    font-size: 18px;
  }

  .button {
    align-self: auto;
    height: 42px;
  }

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

  .button.play {
    padding: 6px;
  }

  .form-input {
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .footer {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .announcement-contents {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
  }

  .checkbox {
    width: 18px;
    height: 18px;
  }

  .navbar-row {
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

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

  .typography-demo {
    font-size: 60px;
  }

  .article {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .article blockquote {
    padding: 24px;
    font-size: 14px;
  }

  .seciton-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .seciton-inner.reduced-top-padding {
    padding-top: 30px;
  }

  .blurred-circle {
    width: 500px;
    height: 500px;
  }

  .fdf.container---xl {
    margin-left: 0;
    margin-right: 0;
  }

  .rows.gap-2x {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows.gap-2x.story-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rows.gap-4x {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .rows.ff {
    grid-row-gap: 24px;
  }

  .rows.ff.account-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows.ff.box-cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .rows.ff.form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .rows.gap-0-5x {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .rows.gap-0-5x.bottom-metric {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .rows.gap-3x {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .rows.gap-3x.text-cluster {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows.colors {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .buttons {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .columns.gap-3x {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .columns.gap-3x.text-cluster-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .columns.gap-3x.story-details-wrapper {
    grid-template-columns: 1fr;
  }

  .columns.gap-3x.footer-columns {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .columns.gap-3x.footer-menus {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    display: flex;
  }

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

  .columns.gap-1-5x.boxes {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.blog-posts,
  .columns.gap-1-5x.customers {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .columns.gap-1-5x.footer-subscribe {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .columns.gap-1-5x.large-boxes {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .columns.gap-1-5x.form {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.case-study-header {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .columns.gap-0-75x.buttons {
    grid-template-columns: 1fr;
  }

  .columns.gap-4x.career-header {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .logo-wrapper.grid {
    grid-column-gap: 36px;
    grid-row-gap: 24px;
  }

  .ui-snippet-frame.inside-tab {
    background-color: #0000;
    min-height: auto;
    padding: 0;
  }

  .container---xs.ui-snippet {
    max-width: 100%;
    position: relative;
  }

  .code-snippet {
    border: 1px solid var(--light-3);
    padding: 18px 9px;
    font-size: 10px;
  }

  .code-snippet.bg-white.overlay-bottom {
    padding: 12px;
    position: static;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 1.3em;
  }

  .code-badge {
    padding: 9px 18px;
    font-size: 10px;
  }

  .code-badge.highlighted {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .check-item.small {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .box {
    border-radius: 9px;
    flex-direction: row;
    align-items: center;
    min-height: auto;
  }

  .box.benefit-box {
    flex-direction: column;
  }

  .box.large {
    flex-direction: column;
    align-items: flex-start;
  }

  .box.demo-box {
    flex-direction: column;
  }

  .box.box-light-layere {
    flex-flow: wrap;
  }

  .progress-bar-wrapper {
    padding: 0;
  }

  .progress-bar-wrapper.highlighted {
    padding: 9px;
  }

  .customer-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 9px;
    padding: 19px;
  }

  .metric-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 24px;
  }

  .metric-box.large {
    padding: 24px;
  }

  .large-heading {
    font-size: 36px;
    line-height: 1.2em;
  }

  .blog-post {
    border-radius: 9px;
  }

  .blog-post.blog-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .blog-post-body {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }

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

  .bar-graph.emphasis {
    width: 24px;
  }

  .circle-button {
    left: 0;
  }

  .circle-button.right {
    left: 66px;
  }

  .quote-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 9px;
  }

  .quote-box.large {
    padding: 18px;
  }

  .reviews-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    transform: scale3d(1none, 1none, 1none);
  }

  .reviews-row.scroll-left {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .review-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 9px;
    max-width: 300px;
    padding: 12px;
  }

  .pricing-plan-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    border-radius: 9px;
    padding: 18px;
  }

  .table {
    border: 1px solid var(--light-3);
    background-color: var(--light-4);
    border-radius: 9px;
  }

  .table-rows {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table-rows.emphasised {
    border-top: 1px none var(--light-3);
    background-color: #0000;
    border-radius: 0;
  }

  .table-cell {
    height: 54px;
    padding: 9px;
    font-size: 12px;
  }

  .table-cell.top.emphasised {
    border-radius: 0;
  }

  .table-cell.top.left {
    display: none;
  }

  .table-cell.emphasised {
    background-color: #0000;
    border-left-style: none;
    border-right-style: none;
  }

  .table-cell.bottom.emphasised {
    border-bottom-style: none;
    border-radius: 0;
  }

  .table-cell.align-left {
    border-top: 1px solid var(--light-3);
    text-align: center;
    justify-content: center;
  }

  .blockquote {
    padding: 24px;
  }

  .team-member {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .team-member-social {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .form-divider {
    grid-column-gap: 12px;
  }

  .customer-story-metric {
    border-radius: 9px;
  }

  .customer-story-badge {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .dropdown-link.padded {
    padding: 9px;
  }

  .nav-links {
    grid-row-gap: 0px;
  }

  .nav-link {
    padding: 9px;
  }

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

  .vignette,
  .grid-background {
    display: none;
  }

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

  .button-over-image.bottom-right {
    bottom: auto;
    left: auto;
  }

  .comparison-logo {
    max-height: 22px;
  }

  .customer-box-image,
  .blog-post-image {
    border-radius: 9px;
  }

  .play-button-label {
    display: none;
  }

  .tab-link {
    border-radius: 4px;
    padding: 12px 18px;
  }

  .tab-icon {
    display: none;
  }

  .bar-graph-label {
    flex: none;
    height: 48px;
  }

  .bar-graph-logo-wrapper {
    height: 48px;
  }

  .avatar-author {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .avatar-author.review {
    flex-direction: row;
    align-items: center;
  }

  .slider-mask {
    overflow: hidden;
  }

  .slider {
    margin-left: 0;
  }

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

  .pricing-check {
    max-height: 12px;
  }

  .accordion-content {
    padding-top: 18px;
  }

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

  .gallery-image {
    border-radius: 9px;
    max-height: 150px;
  }

  .gallery-image-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .careers-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .careers {
    margin-bottom: -18px;
  }

  .career {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .case-studiy-image {
    border-radius: 9px;
  }

  .divider {
    display: none;
  }

  .team-member-image {
    border-radius: 9px;
  }

  .search-form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .search-results-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dropdown-body {
    border-radius: 6px;
  }

  .demo-screenshot {
    border-radius: 4px;
  }

  .demo-screenshot.inside-column {
    max-height: 140px;
  }

  .fake-screenshot,
  .fake-screenshot._2,
  .fake-screenshot._3,
  .fake-screenshot._4 {
    display: none;
  }

  .figma-screenshot {
    border-radius: 4px;
    margin-bottom: -50px;
  }

  .figma-badge {
    width: 100px;
    height: 100px;
  }

  .screenshot-column-wrapper {
    display: none;
  }

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

  .announcement-text {
    max-width: 90%;
  }

  .vignette-copy {
    display: none;
  }

  .nav-links-copy {
    grid-row-gap: 0px;
  }

  .container {
    max-width: none;
  }

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

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .section-2,
  .section-2.is-location {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .locations_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

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

  .faqs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .paragraph-6.fontnormal.padding40,
  ._100vhvd0 {
    width: 250px;
  }

  .div-block-20.alighcenter22 {
    flex-flow: column;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .titlebg2.bgnone {
    width: 200px;
    padding-left: 0;
  }

  .list-6.listingtop3 {
    width: 230px;
    padding-left: 0;
  }

  .rows-2.gap-2x {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container---main-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .large-text-2 {
    font-size: 18px;
  }

  .button-4 {
    align-self: auto;
    height: 42px;
  }

  .medium-heading-2 {
    font-size: 28px;
    line-height: 1.3em;
  }

  .rows-3.gap-1-5x {
    grid-row-gap: 24px;
  }

  .box-2 {
    border-radius: 9px;
    flex-direction: row;
    align-items: center;
    min-height: auto;
  }

  .box-2.benefit-box {
    flex-direction: column;
  }

  .blurred-circle-2 {
    width: 500px;
    height: 500px;
  }

  .rows-4.gap-1-5x {
    grid-row-gap: 24px;
  }

  .button-5 {
    align-self: auto;
    height: 42px;
  }

  .rows-5.gap-1-5x {
    grid-row-gap: 24px;
  }

  .button-6 {
    align-self: auto;
    height: 42px;
  }

  .rows-6.gap-1-5x {
    grid-row-gap: 24px;
  }

  .rows-6.gap-1-5x.form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .rows-6.gap-4x {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .rows-6.gap-2x {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .form-input-2 {
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .button-7 {
    align-self: auto;
    height: 42px;
  }

  .checkbox-2 {
    width: 18px;
    height: 18px;
  }

  .rows-7.gap-1-5x {
    grid-row-gap: 24px;
  }

  .rows-7.gap-1-5x.form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .rows-7.gap-2x {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .form-input-3 {
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .button-8 {
    align-self: auto;
    height: 42px;
  }

  .customer-story-metric-2 {
    border-radius: 9px;
  }

  .large-heading-2 {
    font-size: 36px;
    line-height: 1.2em;
  }

  .rows-8.gap-2x {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows-9.gap-1-5x {
    grid-row-gap: 24px;
  }

  .rows-9.gap-0-5x {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .rows-9.gap-2x {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows-9.gap-2x.story-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rows-9.gap-4x {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .large-text-3 {
    font-size: 18px;
  }

  .button-9 {
    align-self: auto;
    height: 42px;
  }

  .check-item-2.small {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .pricing-plan-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    border-radius: 9px;
    padding: 18px;
  }

  .button-10 {
    align-self: auto;
    height: 42px;
  }

  .demo-screenshot-2 {
    border-radius: 4px;
  }

  .demo-screenshot-2.inside-column {
    max-height: 140px;
  }
}

#w-node-_57ee7d54-b19b-567b-92da-83345b62fc0a-563b1a7f,
#w-node-_57ee7d54-b19b-567b-92da-83345b62fc17-563b1a7f,
#w-node-_57ee7d54-b19b-567b-92da-83345b62fc1b-563b1a7f,
#w-node-_57ee7d54-b19b-567b-92da-83345b62fc1e-563b1a7f,
#w-node-_1c9264be-94be-c283-153b-19e89e8340b5-563b1a7f,
#w-node-_3823a064-c9b1-8ba0-2417-d945a78ede73-563b1a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3823a064-c9b1-8ba0-2417-d945a78edebd-563b1a7f {
  place-self: center;
}

#w-node-_3823a064-c9b1-8ba0-2417-d945a78edebe-563b1a7f,
#w-node-_3823a064-c9b1-8ba0-2417-d945a78edeca-563b1a7f,
#w-node-_3823a064-c9b1-8ba0-2417-d945a78eded2-563b1a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3823a064-c9b1-8ba0-2417-d945a78edef0-563b1a7f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3823a064-c9b1-8ba0-2417-d945a78edef1-563b1a7f,
#w-node-_3823a064-c9b1-8ba0-2417-d945a78edefd-563b1a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f85b752a-55ad-4597-77d7-98a715f37944-563b1a7f,
#w-node-f85b752a-55ad-4597-77d7-98a715f3798a-563b1a7f {
  place-self: center;
}

#w-node-f85b752a-55ad-4597-77d7-98a715f3798b-563b1a7f,
#w-node-f85b752a-55ad-4597-77d7-98a715f37997-563b1a7f,
#w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771b0-563b1a7f,
#w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771b3-563b1a7f,
#w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771be-563b1a7f,
#w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771b6-563b1a7f,
#w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771ba-563b1a7f,
#w-node-_7486cf66-909a-2e2a-784d-74783b65c670-563b1a7f,
#w-node-_7486cf66-909a-2e2a-784d-74783b65c675-563b1a7f,
#w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a84-563b1a7f,
#w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a87-563b1a7f,
#w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a88-563b1a7f,
#w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a8e-563b1a7f,
#w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a94-563b1a7f,
#w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d33-563b1a7f,
#w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d36-563b1a7f,
#w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d37-563b1a7f,
#w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d3d-563b1a7f,
#w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d43-563b1a7f,
#w-node-_44d03627-7a58-5ec9-b135-9d2f736f601e-563b1a7f,
#w-node-_618e9c00-c441-0d91-9dc3-0561017c10ba-563b1a7f,
#w-node-_6a9f8f7a-2ec3-3686-d038-1dd7ae99b57f-563b1a7f,
#w-node-c8dfec6a-630a-7d02-cb2b-21b7e61692aa-563b1a7f,
#w-node-_847f983d-5d09-a4df-0f8b-4ad5fc48174c-563b1a7f,
#w-node-_136c8120-7b77-38a8-dd9a-ec336304125e-563b1a7f,
#w-node-_136c8120-7b77-38a8-dd9a-ec3363041262-563b1a7f,
#w-node-_136c8120-7b77-38a8-dd9a-ec3363041268-563b1a7f,
#w-node-_136c8120-7b77-38a8-dd9a-ec336304126e-563b1a7f,
#w-node-_136c8120-7b77-38a8-dd9a-ec3363041274-563b1a7f,
#w-node-_136c8120-7b77-38a8-dd9a-ec336304127a-563b1a7f,
#w-node-_136c8120-7b77-38a8-dd9a-ec3363041280-563b1a7f,
#w-node-_136c8120-7b77-38a8-dd9a-ec3363041286-563b1a7f,
#w-node-e42cbd6f-efc6-20ef-60fd-cf7f344dfa98-563b1a7f,
#w-node-ca026904-cd16-b31a-6b80-1a4baffcc46e-563b1a7f,
#w-node-ca026904-cd16-b31a-6b80-1a4baffcc46f-563b1a7f,
#w-node-ca026904-cd16-b31a-6b80-1a4baffcc475-563b1a7f,
#w-node-ca026904-cd16-b31a-6b80-1a4baffcc47b-563b1a7f,
#w-node-_63d88005-ffae-cab0-4d09-0729622b83e8-563b1a7f,
#w-node-_63d88005-ffae-cab0-4d09-0729622b83f0-563b1a7f,
#w-node-_63d88005-ffae-cab0-4d09-0729622b83f3-563b1a7f,
#w-node-f031d993-80f8-969b-4afd-9b33233fd37a-563b1a7f,
#w-node-f031d993-80f8-969b-4afd-9b33233fd382-563b1a7f,
#w-node-f031d993-80f8-969b-4afd-9b33233fd385-563b1a7f,
#w-node-ff9f6072-6ad2-3795-0dfa-cad91730348f-55b37658,
#w-node-ff9f6072-6ad2-3795-0dfa-cad9173034a3-55b37658,
#w-node-ff9f6072-6ad2-3795-0dfa-cad9173034a4-55b37658,
#w-node-ff9f6072-6ad2-3795-0dfa-cad9173034bc-55b37658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba6332a3-d912-9f0b-fbe8-1bc83ef584ea-824c25a7 {
  justify-self: start;
}

#w-node-ba6332a3-d912-9f0b-fbe8-1bc83ef584eb-824c25a7 {
  place-self: center;
}

#w-node-_8c199542-f1b2-c7a4-8438-684bc0388a59-824c25a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ab-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ac-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ae-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535af-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535b5-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535b6-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535bd-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c3-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c4-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c9-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d3-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d4-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d9-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e3-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e4-563b1a82,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e9-563b1a82,
#w-node-_28fef8ec-25c3-fd2d-c0ce-4bd87d6b189c-7d6b1896,
#w-node-_28fef8ec-25c3-fd2d-c0ce-4bd87d6b18a4-7d6b1896,
#w-node-_28fef8ec-25c3-fd2d-c0ce-4bd87d6b18a7-7d6b1896,
#w-node-_28fef8ec-25c3-fd2d-c0ce-4bd87d6b18a9-7d6b1896,
#w-node-fd9ccfb4-6a43-59ab-f7ba-5b0a61b0993f-563b1a85,
#w-node-_8cfb0c64-cdae-3398-a999-2390e0ab0409-563b1a85,
#w-node-c00e6c9e-1889-468c-9e83-c5cb36e0906c-563b1a85,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf12-563b1a85,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf16-563b1a85,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf18-563b1a85,
#w-node-_7ebe4ce7-b087-32f1-3578-87fd2a086e3d-2a086e36,
#w-node-_7ebe4ce7-b087-32f1-3578-87fd2a086e41-2a086e36,
#w-node-_7ebe4ce7-b087-32f1-3578-87fd2a086e45-2a086e36,
#w-node-_55f02b12-1d8a-8139-7bdb-2e83562f4cef-563b1a86,
#w-node-_456a5f30-b776-4189-cacb-f2e81d3551c1-563b1a86,
#w-node-_6d53b13e-ad53-a25d-d4ed-5d9c13c82285-563b1a86,
#w-node-_61a726da-003c-0d39-519c-73c3185eba96-563b1a86,
#w-node-_764ec67e-72a3-2fc4-26f9-9bd6bbe9584d-563b1a86,
#w-node-d6f188d9-0367-6e5e-1974-449e09c4ffe5-563b1a88,
#w-node-_5260b989-18d4-328f-3f3f-85b84d55579e-563b1a88,
#w-node-_5260b989-18d4-328f-3f3f-85b84d5557a0-563b1a88,
#w-node-_5260b989-18d4-328f-3f3f-85b84d5557a1-563b1a88,
#w-node-_5260b989-18d4-328f-3f3f-85b84d5557a4-563b1a88,
#w-node-_5260b989-18d4-328f-3f3f-85b84d5557a6-563b1a88,
#w-node-_64c2f50d-c08b-8d38-5109-2674bf7d01c9-563b1a88,
#w-node-_64c2f50d-c08b-8d38-5109-2674bf7d01ca-563b1a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64c2f50d-c08b-8d38-5109-2674bf7d01ce-563b1a88 {
  place-self: auto;
}

#w-node-_64c2f50d-c08b-8d38-5109-2674bf7d01d6-563b1a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64c2f50d-c08b-8d38-5109-2674bf7d01d7-563b1a88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64c2f50d-c08b-8d38-5109-2674bf7d01d9-563b1a88,
#w-node-_64c2f50d-c08b-8d38-5109-2674bf7d01dd-563b1a88,
#w-node-_64c2f50d-c08b-8d38-5109-2674bf7d01e1-563b1a88,
#w-node-b7251005-4af8-6382-db86-5be9eff24741-563b1a88,
#Message-Us.w-node-_0f5f68c9-1fe7-af9e-7b08-a88eb54780da-563b1a88,
#w-node-a9c5623b-a06b-42a9-57bc-ef4646e26af0-563b1a88,
#Message-Us.w-node-_4df1992b-a8c7-15d5-0ed8-0451c5c3748a-563b1a88,
#w-node-_4df1992b-a8c7-15d5-0ed8-0451c5c37493-563b1a88,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed3d-563b1a89,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed42-563b1a89,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed46-563b1a89,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed49-563b1a89,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed4b-563b1a89,
#w-node-d3b45965-a0a7-b86a-d10d-026e39a2297e-563b1a89,
#w-node-_50503afc-5dc2-f1a1-175c-dc5eb25ffbb3-563b1a89,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed5b-563b1a89,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed64-563b1a89,
#w-node-_7033183f-301d-32ca-94ed-374a935c9dc1-563b1a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebc9eb8e-5ee9-3512-8b7d-e81cbb23f947-563b1a8a {
  justify-self: end;
}

#w-node-ebc9eb8e-5ee9-3512-8b7d-e81cbb23f94b-563b1a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebc9eb8e-5ee9-3512-8b7d-e81cbb23f94e-563b1a8a {
  justify-self: end;
}

#w-node-ebc9eb8e-5ee9-3512-8b7d-e81cbb23f952-563b1a8a,
#w-node-_7033183f-301d-32ca-94ed-374a935c9dce-563b1a8a,
#w-node-_7033183f-301d-32ca-94ed-374a935c9dd2-563b1a8a,
#w-node-_7033183f-301d-32ca-94ed-374a935c9dd5-563b1a8a,
#w-node-_2596ae38-9fff-509b-d3de-14b627d04081-563b1a8a,
#w-node-_2596ae38-9fff-509b-d3de-14b627d0408a-563b1a8a,
#w-node-_2596ae38-9fff-509b-d3de-14b627d0408d-563b1a8a,
#w-node-_2596ae38-9fff-509b-d3de-14b627d0408f-563b1a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2596ae38-9fff-509b-d3de-14b627d04092-563b1a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2596ae38-9fff-509b-d3de-14b627d04095-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e654-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e657-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e65b-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e65e-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e660-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e664-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e669-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e66c-563b1a8a,
#w-node-de32f2ca-806a-108b-1f36-db0acd561808-563b1a8a,
#w-node-de32f2ca-806a-108b-1f36-db0acd56180a-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e676-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e678-563b1a8a,
#w-node-d657dfd1-149c-a853-c08d-293b10f1e67b-563b1a8a,
#w-node-bff0be02-7680-a9be-63d2-0c7b505154a2-563b1a8b,
#w-node-_4bc9d172-1103-08d7-4563-1aacd878a549-563b1a8b,
#w-node-_4bc9d172-1103-08d7-4563-1aacd878a55b-563b1a8b,
#w-node-_4bc9d172-1103-08d7-4563-1aacd878a55f-563b1a8b,
#w-node-_4bc9d172-1103-08d7-4563-1aacd878a561-563b1a8b,
#w-node-_788bb91a-ec85-1ce4-2f59-fcd5dc122a6d-563b1a8c,
#w-node-_788bb91a-ec85-1ce4-2f59-fcd5dc122a76-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bdb-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bdc-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be0-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be2-563b1a8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be4-563b1a8c {
  align-self: stretch;
}

#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be5-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be6-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be9-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603beb-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bee-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bf0-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bf3-563b1a8c,
#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bf5-563b1a8c,
#w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe22-563b1a8c,
#w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe2d-563b1a8c,
#w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe2f-563b1a8c,
#w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe30-563b1a8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe32-563b1a8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe34-563b1a8c,
#w-node-_892cfb48-e864-ab24-15db-d67d4ebe4ceb-563b1a8d,
#w-node-_8ad05b8a-6346-99bf-a80c-fd8d844a50dd-563b1a8d,
#w-node-_51df8b87-8510-0e7f-1611-ebc3ca6780bd-563b1a8d,
#w-node-_9bc09d4b-509d-4dd0-3049-c586415bb455-563b1a8d,
#Apply.w-node-_9bc09d4b-509d-4dd0-3049-c586415bb484-563b1a8d,
#w-node-_9bc09d4b-509d-4dd0-3049-c586415bb489-563b1a8d,
#w-node-a7cee04b-058c-a4b1-7e40-37e2630bf8f8-563b1a8d,
#w-node-a7cee04b-058c-a4b1-7e40-37e2630bf8f9-563b1a8d,
#w-node-a7cee04b-058c-a4b1-7e40-37e2630bf8fa-563b1a8d,
#w-node-a7cee04b-058c-a4b1-7e40-37e2630bf8fe-563b1a8d,
#w-node-_6a3ac698-5508-c75e-aabf-40a9cc96c03d-563b1a8e,
#w-node-_0d931999-f986-fdd7-d824-64aed829345d-563b1a8e,
#w-node-_2d7e9501-2b2c-20bf-040f-b8d45b9cce5e-563b1a8e,
#w-node-_8527f977-e583-0ba1-f16d-27d408a4d5bf-563b1a8e,
#w-node-_12304721-6848-845a-512d-9e4bf8422910-563b1a8e,
#w-node-_12304721-6848-845a-512d-9e4bf8422916-563b1a8e,
#w-node-_12304721-6848-845a-512d-9e4bf842291a-563b1a8e,
#w-node-_12304721-6848-845a-512d-9e4bf842291c-563b1a8e,
#w-node-_78bf8b94-7d3a-e67e-c44d-57d747ca257f-563b1a8f,
#w-node-_78bf8b94-7d3a-e67e-c44d-57d747ca2582-563b1a8f,
#w-node-_78bf8b94-7d3a-e67e-c44d-57d747ca25a2-563b1a8f,
#w-node-b3e2e710-a105-b600-3bc2-7d61e181c898-563b1a90,
#w-node-a26f0efd-407c-edde-7ee5-da7991724730-563b1a91,
#w-node-_97d9d335-9069-13a3-a0c2-eb5305bb7891-563b1a92,
#w-node-_2ad042be-3075-79ee-2a63-e120e8c6bee6-563b1a92,
#w-node-_19314966-2370-958f-838a-785327c84595-563b1a92,
#w-node-e9a27537-97bf-069c-2f6c-d1523e4cf349-563b1a92,
#w-node-b43aebc0-f0d5-4c0a-977e-2c1fd12b562e-563b1a92,
#w-node-_15b9e4e3-f032-3f4c-29a6-405dad032aae-563b1a92,
#w-node-_3e81f591-c58d-9e2f-41e7-7f4bc5b82314-563b1a92,
#w-node-f5ab0473-aae0-8ce4-9cfa-ba409b96b234-563b1a92,
#w-node-_2522c0f3-bfb2-edb6-5a8e-e4ee848aef86-563b1a92,
#w-node-_1da3a42a-38f7-3f07-2eb5-69e98d70ca3d-563b1a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e586784-9b46-0fbd-00fa-65b08170e624-563b1a93 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4e586784-9b46-0fbd-00fa-65b08170e625-563b1a93,
#w-node-_4e586784-9b46-0fbd-00fa-65b08170e62f-563b1a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e586784-9b46-0fbd-00fa-65b08170e637-563b1a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee306-563b1a93,
#w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee309-563b1a93,
#w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee30c-563b1a93,
#w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee30f-563b1a93,
#w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee312-563b1a93,
#w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee315-563b1a93,
#w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee318-563b1a93,
#w-node-_4e586784-9b46-0fbd-00fa-65b08170e652-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af084-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af085-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af087-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af08d-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af090-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af092-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af098-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af09c-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0a0-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0a4-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0a6-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0a9-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0af-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0b2-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0b4-563b1a93,
#w-node-_95ae80ce-023a-c496-892e-c310f3fdd190-563b1a93,
#w-node-_95ae80ce-023a-c496-892e-c310f3fdd194-563b1a93,
#w-node-_95ae80ce-023a-c496-892e-c310f3fdd198-563b1a93,
#w-node-_95ae80ce-023a-c496-892e-c310f3fdd19c-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0ce-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0d4-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0d7-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0d9-563b1a93,
#w-node-_02056292-f1a8-1d1c-37df-ee4a1b5cad80-563b1a93,
#w-node-_02056292-f1a8-1d1c-37df-ee4a1b5cad84-563b1a93,
#w-node-_02056292-f1a8-1d1c-37df-ee4a1b5cad88-563b1a93,
#w-node-_02056292-f1a8-1d1c-37df-ee4a1b5cad8c-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0f0-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0f6-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0f9-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0fb-563b1a93,
#w-node-_3d1eb674-d709-e2e5-2c70-435017b9028b-563b1a93,
#w-node-_3d1eb674-d709-e2e5-2c70-435017b9028f-563b1a93,
#w-node-_3d1eb674-d709-e2e5-2c70-435017b90293-563b1a93,
#w-node-_3d1eb674-d709-e2e5-2c70-435017b90297-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af111-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af113-563b1a93,
#w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af116-563b1a93,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650a7-c7e650a5,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650a8-c7e650a5,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650ae-c7e650a5,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650b6-c7e650a5,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650be-c7e650a5,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650c6-c7e650a5,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650ce-c7e650a5,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650d4-c7e650a5,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650d6-c7e650a5,
#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650d8-c7e650a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650da-c7e650a5 {
  justify-self: start;
}

#w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650db-c7e650a5,
#w-node-d7608c0c-17de-d7b2-521a-2bd2dd8dadbc-dd8dadba,
#w-node-d7608c0c-17de-d7b2-521a-2bd2dd8dadbd-dd8dadba,
#w-node-_007a5261-de15-2b65-406d-1ebe527089dc-563b1a94,
#w-node-_007a5261-de15-2b65-406d-1ebe527089e9-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a6a-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a6b-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a6d-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a73-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a76-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a78-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a7a-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a7c-563b1a94,
#w-node-b252f69b-e4b9-f826-3b2d-ac87abdf7379-563b1a94,
#w-node-b252f69b-e4b9-f826-3b2d-ac87abdf737d-563b1a94,
#w-node-b252f69b-e4b9-f826-3b2d-ac87abdf7381-563b1a94,
#w-node-b252f69b-e4b9-f826-3b2d-ac87abdf7385-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a90-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a93-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a99-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a9c-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4a9e-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4aa0-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4aa2-563b1a94,
#w-node-fd99687f-f4cd-8562-0e10-9cfbbec89f98-563b1a94,
#w-node-fd99687f-f4cd-8562-0e10-9cfbbec89f9c-563b1a94,
#w-node-fd99687f-f4cd-8562-0e10-9cfbbec89fa0-563b1a94,
#w-node-fd99687f-f4cd-8562-0e10-9cfbbec89fa4-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4ab6-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4abc-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4ac2-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4ac5-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4ac7-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4ac9-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4acb-563b1a94,
#w-node-_4e0b465a-4ebc-56c9-de30-686dc5cba48e-563b1a94,
#w-node-_4e0b465a-4ebc-56c9-de30-686dc5cba492-563b1a94,
#w-node-_4e0b465a-4ebc-56c9-de30-686dc5cba496-563b1a94,
#w-node-_4e0b465a-4ebc-56c9-de30-686dc5cba49a-563b1a94,
#w-node-_0acbe500-a776-8556-733c-c1e52cee4adf-563b1a94,
#w-node-_1ec611d3-5770-f194-2017-748b7118a84d-563b1a94,
#w-node-_1ec611d3-5770-f194-2017-748b7118a852-563b1a94,
#w-node-d5551ec7-3445-e0a4-fc6a-051a4810e91d-563b1a95,
#w-node-a8810476-1033-b54f-c7fe-f67bc45c8fbd-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc853-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc855-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc860-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc865-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc868-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc86b-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc86d-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc872-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc875-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc878-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc87a-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc87f-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc882-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc885-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc887-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc88c-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc88f-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc892-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc894-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc899-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc89c-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc89f-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc8a1-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc8a6-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc8a9-563b1a95,
#w-node-_3f966407-2e74-d60c-f4c7-57d3157bc8ac-563b1a95,
#w-node-ede0f36f-1b06-353c-6adc-1c11390072fa-563b1a95,
#w-node-ede0f36f-1b06-353c-6adc-1c11390072ff-563b1a95,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35362f-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353635-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353639-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35363c-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35364e-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35364f-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353654-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353656-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353659-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35365b-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35365e-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353660-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353663-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353665-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353668-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35366a-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35366d-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35366f-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353672-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353674-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353677-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353679-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35367c-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353681-563b1a98 {
  place-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353682-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353687-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35368e-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b0-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b2-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b4-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b7-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b9-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46bc-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46be-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c2-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c5-563b1a98,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c7-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353690-563b1a98 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353691-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353696-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536bf-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536c1-563b1a98 {
  place-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536c9-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536cc-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536df-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536e3-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536e6-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536ea-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536f7-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536fb-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536f3-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536ee-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353705-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353706-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370a-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370c-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370e-563b1a98 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353712-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353715-563b1a98 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353719-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b35371c-563b1a98 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353720-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353723-563b1a98 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353727-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353729-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35372d-563b1a98,
#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c3-563b1a98,
#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c5-563b1a98,
#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c6-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c8-563b1a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556ca-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35375c-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35375f-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353760-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353765-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353768-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35376a-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35376e-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353773-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353775-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353777-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35377a-563b1a98,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353783-563b1a98,
#w-node-d161dcfc-23f9-91db-2f31-71c26096dbf0-563b1a98,
#w-node-d161dcfc-23f9-91db-2f31-71c26096dbf3-563b1a98,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bdf9-563b1a99,
#w-node-_3e608595-46e3-6841-9ea8-1e4fc6071ce8-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be0c-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be1a-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be1c-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be20-563b1a99,
#w-node-_7eb8e3ca-b8e0-aa5d-2d8c-c2d664f56d13-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be2e-563b1a99,
#w-node-_1cd25761-a19d-a610-5101-7674b545293e-563b1a99,
#w-node-f10f6072-c61a-1b28-3583-ee8c6e4eca8d-563b1a99,
#w-node-c81ef67f-164c-c9b3-5933-544a9ed80acf-563b1a99,
#w-node-a943efe4-e2ee-e3fa-e7e5-1e0750751612-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc742-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc744-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc749-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc74b-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc752-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc754-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc75c-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc75e-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc761-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc763-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc76b-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc76d-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc770-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc772-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc777-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc779-563b1a99,
#w-node-e3c00130-312b-8f99-f198-070eed5bc781-563b1a99,
#w-node-_1cf104c9-2b3e-519a-388a-d0f8f4a31acf-563b1a99,
#w-node-_1cf104c9-2b3e-519a-388a-d0f8f4a31ad2-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaec-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaee-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaf3-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaf5-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaafc-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaafe-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab06-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab08-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab0b-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab0d-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab15-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab17-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab1a-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab1c-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab21-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab23-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab2b-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab2f-563b1a99,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab32-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4633-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4635-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c463a-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c463c-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4643-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4645-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c464d-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c464f-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4652-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4654-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c465c-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c465e-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4661-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4663-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4668-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c466a-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4672-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4676-563b1a99,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4679-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e239-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e23b-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e240-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e242-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e249-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e24b-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e253-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e255-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e258-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e25a-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e262-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e264-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e267-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e269-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e26e-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e270-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e278-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e27c-563b1a99,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e27f-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be86-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be89-563b1a99,
#w-node-_52c0053f-b567-c5ab-b695-5bf90cf4dd57-563b1a99,
#w-node-_1411fbd5-c876-c65c-5336-238cb45df1fc-563b1a99,
#w-node-_1411fbd5-c876-c65c-5336-238cb45df201-563b1a99,
#w-node-_1411fbd5-c876-c65c-5336-238cb45df204-563b1a99,
#w-node-_1411fbd5-c876-c65c-5336-238cb45df206-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be96-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be9a-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be9f-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bea1-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bea3-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bea6-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beaf-563b1a99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd5d-563b1a99 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd5e-563b1a99,
#w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd6a-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beb1-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beb4-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beb7-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beba-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bebd-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bec0-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bec3-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bec6-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6becb-563b1a99,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bedb-563b1a99,
#w-node-_74e0c5c9-04f2-9758-d305-905269d08a36-563b1a99,
#w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd44-563b1a9a,
#w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd55-563b1a9a,
#w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd58-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22356-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22365-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22366-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bcc-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bce-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bd3-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bd5-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bdc-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bde-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3be6-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3be8-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3beb-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bed-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bf5-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bf7-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bfa-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bfc-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c01-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c03-563b1a9a,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c0b-563b1a9a,
#w-node-e6f170f2-17e1-cd1d-6462-806d26d5290c-563b1a9a,
#w-node-e6f170f2-17e1-cd1d-6462-806d26d52918-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d3c-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d3e-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d40-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d43-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d45-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d48-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d4a-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d4e-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d51-563b1a9a,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d53-563b1a9a,
#w-node-_30b72065-8401-06c2-aeea-f380be3c85f1-563b1a9a,
#w-node-_7c99052a-5867-ff5d-a9cc-93f753f0fe29-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240a-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240d-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240e-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22417-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2241a-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2241e-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22422-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22425-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22427-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2242a-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2242e-563b1a9a,
#w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a13-563b1a9a,
#w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a15-563b1a9a,
#w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a16-563b1a9a,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2245e-563b1a9a,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951dfc-563b1a9a,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951dfe-563b1a9a,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951e01-563b1a9a,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951e03-563b1a9a,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fba-563b1a9a,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fbc-563b1a9a,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fbf-563b1a9a,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fc1-563b1a9a,
#w-node-b2cafce6-044f-ae30-3631-bb254c695dda-563b1a9a,
#w-node-b2cafce6-044f-ae30-3631-bb254c695ddc-563b1a9a,
#w-node-b2cafce6-044f-ae30-3631-bb254c695ddf-563b1a9a,
#w-node-b2cafce6-044f-ae30-3631-bb254c695de1-563b1a9a,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb95-563b1a9a,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb97-563b1a9a,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb9a-563b1a9a,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb9c-563b1a9a,
#w-node-fc896d32-9ca4-c903-d914-24288044cbd8-563b1a9a,
#w-node-fc896d32-9ca4-c903-d914-24288044cbdc-563b1a9a,
#w-node-fc896d32-9ca4-c903-d914-24288044cbe1-563b1a9a,
#w-node-fc896d32-9ca4-c903-d914-24288044cbe4-563b1a9a,
#w-node-_9e6c8465-4d02-e15c-b7f8-f1620ce74438-563b1a9b,
#w-node-_9e6c8465-4d02-e15c-b7f8-f1620ce74445-563b1a9b,
#w-node-a6e3d811-b2d5-36e4-bae2-39f29a45a44e-563b1a9b,
#w-node-_5ccdf294-6f10-ca36-381b-3dab00b23b71-563b1a9c,
#w-node-b5e7bd18-124d-f6d5-747d-c3237955005f-563b1a9d,
#w-node-b5e7bd18-124d-f6d5-747d-c32379550062-563b1a9d,
#w-node-_4b65c649-c743-6b9c-f331-2826a09e3374-563b1a9d,
#w-node-_4b65c649-c743-6b9c-f331-2826a09e3376-563b1a9d,
#w-node-_4b65c649-c743-6b9c-f331-2826a09e3377-563b1a9d,
#w-node-_4b65c649-c743-6b9c-f331-2826a09e337b-563b1a9d,
#w-node-b5e7bd18-124d-f6d5-747d-c32379550077-563b1a9d,
#w-node-aee6fcd3-c2d1-bc18-d42f-27c26ad9366f-563b1a9e,
#w-node-e7ff9b22-c1d4-3b1d-b3b4-f14a575c21ee-563b1a9e,
#w-node-_7721b76b-8ddf-3cda-7fae-767cf857a348-563b1a9e,
#w-node-dffc54a8-14c8-6727-7a59-c491aab5d8c4-563b1a9e,
#w-node-ab4a921e-2767-6160-3364-a73e548a6e79-563b1a9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db6f8040-2921-dcc8-dbbd-aa0d5272bed0-563b1a9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_50898f1e-30f5-22c2-7c50-8cab48a42d4f-563b1a9e,
#w-node-_6ff55292-d3d9-a1d5-4a41-7c10c5c0c603-563b1a9e,
#w-node-_92d0a255-3cee-cb39-b8e3-85f64ee1222c-563b1a9e,
#w-node-beb45f57-ee6b-1472-4564-b43975a06909-563b1a9e {
  justify-self: stretch;
}

#w-node-_663167c3-36a3-52fc-274a-5515135e9651-563b1aa0,
#w-node-_663167c3-36a3-52fc-274a-5515135e965e-563b1aa0,
#w-node-_30de33ec-0492-ad7b-b450-fb72076f5fe8-563b1aa0,
#w-node-_30de33ec-0492-ad7b-b450-fb72076f5fea-563b1aa0,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcda7-563b1aa0,
#w-node-_13720968-db1a-4fa8-3790-dbb392076d99-563b1aa0,
#w-node-_13720968-db1a-4fa8-3790-dbb392076d9b-563b1aa0,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdb4-563b1aa0,
#w-node-fbac4c71-3493-bbe6-032d-ce9000f20b0e-563b1aa0,
#w-node-fbac4c71-3493-bbe6-032d-ce9000f20b10-563b1aa0,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdc1-563b1aa0,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e2-563b1aa0,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e4-563b1aa0,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e6-563b1aa0,
#w-node-_8167d650-e958-eeac-799c-f8b637789561-563b1aa0,
#w-node-_8167d650-e958-eeac-799c-f8b637789563-563b1aa0,
#w-node-_8167d650-e958-eeac-799c-f8b637789566-563b1aa0,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177add7-563b1aa0,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177add9-563b1aa0,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177addb-563b1aa0,
#w-node-a600da0c-4af1-7923-214a-bd426617ec3e-563b1aa0,
#w-node-a600da0c-4af1-7923-214a-bd426617ec40-563b1aa0,
#w-node-a600da0c-4af1-7923-214a-bd426617ec42-563b1aa0,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb38-563b1aa0,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3a-563b1aa0,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3c-563b1aa0,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1384-563b1aa0,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1386-563b1aa0,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1388-563b1aa0,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d859-563b1aa0,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d85b-563b1aa0,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d85d-563b1aa0,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1390-563b1aa0,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1392-563b1aa0,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1394-563b1aa0,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139c-563b1aa0,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139e-563b1aa0,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df13a0-563b1aa0,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f682-563b1aa0,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f684-563b1aa0,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f686-563b1aa0,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859d-563b1aa0,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859f-563b1aa0,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea85a1-563b1aa0,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578b-563b1aa0,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578d-563b1aa0,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578f-563b1aa0,
#w-node-_5443fca3-135a-631a-d431-9846ce42446e-563b1aa0,
#w-node-_5443fca3-135a-631a-d431-9846ce424470-563b1aa0,
#w-node-_5443fca3-135a-631a-d431-9846ce424472-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5085-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5087-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b508a-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5092-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5094-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5096-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b509e-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a0-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a2-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50aa-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ac-563b1aa0,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ae-563b1aa0,
#w-node-_8cc0a79a-46bc-bd42-760e-9efa04a998ed-563b1aa1,
#w-node-ef3fa3ee-8982-5a87-811a-4b8d7e4a1bd6-563b1aa1,
#w-node-_04b1b45a-67fe-bed3-bf4d-c67c32a11400-563b1aa1,
#w-node-_04b1b45a-67fe-bed3-bf4d-c67c32a11404-563b1aa1,
#w-node-_04b1b45a-67fe-bed3-bf4d-c67c32a11406-563b1aa1,
#w-node-_084f9f84-e669-84a5-41b2-1c60475b72dc-563b1aa2,
#w-node-_68c6de98-ab85-0a44-09d5-897abf93d628-563b1aa2,
#w-node-_68c6de98-ab85-0a44-09d5-897abf93d62c-563b1aa2,
#w-node-_68c6de98-ab85-0a44-09d5-897abf93d62e-563b1aa2,
#w-node-_0db02ae0-1de8-5bab-5c88-a1189736bc69-563b1aa2,
#w-node-_0db02ae0-1de8-5bab-5c88-a1189736bc6b-563b1aa2,
#w-node-_958d439b-a975-67b4-aa8b-e0ec55439f1b-563b1aa3,
#w-node-ea113e43-3845-fe1f-ad5c-cf7726d8ad52-563b1aa3,
#w-node-_958d439b-a975-67b4-aa8b-e0ec55439f2d-563b1aa3,
#w-node-_958d439b-a975-67b4-aa8b-e0ec55439f30-563b1aa3,
#w-node-_03d2781b-8c5b-fb1e-f846-b6cc769247e7-563b1aa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a132d9a3-de14-66b9-3b53-199ca858f4a4-563b1aa3 {
  align-self: auto;
}

#w-node-a132d9a3-de14-66b9-3b53-199ca858f4a6-563b1aa3,
#w-node-a132d9a3-de14-66b9-3b53-199ca858f4a9-563b1aa3,
#w-node-a132d9a3-de14-66b9-3b53-199ca858f4ab-563b1aa3,
#w-node-a132d9a3-de14-66b9-3b53-199ca858f4ac-563b1aa3,
#w-node-a132d9a3-de14-66b9-3b53-199ca858f4b0-563b1aa3,
#w-node-a132d9a3-de14-66b9-3b53-199ca858f4c4-563b1aa3,
#w-node-a132d9a3-de14-66b9-3b53-199ca858f4d0-563b1aa3,
#w-node-_803477e8-b187-53c6-f8b5-62888d6f6165-563b1aa3,
#w-node-d3bf83d6-3a3a-36ec-ec9e-f4b4cc98eec4-563b1aa3,
#w-node-a132d9a3-de14-66b9-3b53-199ca858f49d-563b1aa3,
#w-node-a132d9a3-de14-66b9-3b53-199ca858f4a0-563b1aa3,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48b2-563b1aa3,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa08-563b1aa3,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0b-563b1aa3,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0f-563b1aa3,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa14-563b1aa3,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa19-563b1aa3,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c2-563b1aa3,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c5-563b1aa3,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c9-563b1aa3,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48ce-563b1aa3,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48d3-563b1aa3,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259aef-563b1aa3,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af0-563b1aa3,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af1-563b1aa3,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af5-563b1aa3,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e7-563b1aa3,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e8-563b1aa3,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e9-563b1aa3,
#w-node-_6437da39-f264-5134-8796-2a3afc7561ed-563b1aa3,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bdf9-d162d7c2,
#w-node-_3e608595-46e3-6841-9ea8-1e4fc6071ce8-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be0c-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be1a-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be1c-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be20-d162d7c2,
#w-node-_7eb8e3ca-b8e0-aa5d-2d8c-c2d664f56d13-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be2e-d162d7c2,
#w-node-_1cd25761-a19d-a610-5101-7674b545293e-d162d7c2,
#w-node-f10f6072-c61a-1b28-3583-ee8c6e4eca8d-d162d7c2,
#w-node-c81ef67f-164c-c9b3-5933-544a9ed80acf-d162d7c2,
#w-node-a943efe4-e2ee-e3fa-e7e5-1e0750751612-d162d7c2,
#w-node-_5f2f1096-ce4d-2388-5da3-daae16b344fe-d162d7c2,
#w-node-fc75fcca-eaf5-554c-def5-6cb9c918b93a-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc742-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc744-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc749-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc74b-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc752-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc754-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc75c-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc75e-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc761-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc763-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc76b-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc76d-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc770-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc772-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc777-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc779-d162d7c2,
#w-node-e3c00130-312b-8f99-f198-070eed5bc781-d162d7c2,
#w-node-_1cf104c9-2b3e-519a-388a-d0f8f4a31acf-d162d7c2,
#w-node-ccd20032-d01a-c794-bd2e-358ce436656a-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaec-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaee-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaf3-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaf5-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaafc-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaafe-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab06-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab08-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab0b-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab0d-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab15-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab17-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab1a-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab1c-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab21-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab23-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab2b-d162d7c2,
#w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab2f-d162d7c2,
#w-node-a5042ca3-2a5b-56b7-3eb2-a336c56e2f72-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4633-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4635-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c463a-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c463c-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4643-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4645-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c464d-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c464f-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4652-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4654-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c465c-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c465e-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4661-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4663-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4668-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c466a-d162d7c2,
#w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4672-d162d7c2,
#w-node-_8addeba6-c787-77d6-bebf-5f014a15f84c-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e239-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e23b-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e240-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e242-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e249-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e24b-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e253-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e255-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e258-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e25a-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e262-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e264-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e267-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e269-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e26e-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e270-d162d7c2,
#w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e278-d162d7c2,
#w-node-_2f6da911-509d-98d2-46ef-25f31c648b0a-d162d7c2,
#w-node-_6250d63d-ee58-67e5-7ee1-cd5c50f892bd-d162d7c2,
#w-node-_0f130ba6-754e-3b62-c889-e93ffb25c97b-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be86-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be89-d162d7c2,
#w-node-_52c0053f-b567-c5ab-b695-5bf90cf4dd57-d162d7c2,
#w-node-_1411fbd5-c876-c65c-5336-238cb45df1fc-d162d7c2,
#w-node-_1411fbd5-c876-c65c-5336-238cb45df201-d162d7c2,
#w-node-_1411fbd5-c876-c65c-5336-238cb45df204-d162d7c2,
#w-node-_1411fbd5-c876-c65c-5336-238cb45df206-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be96-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be9a-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be9f-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bea1-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bea3-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bea6-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beaf-d162d7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd5d-d162d7c2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd5e-d162d7c2,
#w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd6a-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beb1-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beb4-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beb7-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beba-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bebd-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bec0-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bec3-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bec6-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6becb-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bb3-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bb6-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bb7-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bb8-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bc0-d162d7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bc1-d162d7c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bc3-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bc7-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bcb-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bcd-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bcf-d162d7c2,
#w-node-f3c20e12-5409-b61b-9ae3-f054abc02bd2-d162d7c2,
#w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bedb-d162d7c2,
#w-node-_74e0c5c9-04f2-9758-d305-905269d08a36-d162d7c2,
#w-node-efb30ff0-6b5a-f679-f9c9-bba156223e72-d162d7c2,
#w-node-efb30ff0-6b5a-f679-f9c9-bba156223e7a-d162d7c2,
#w-node-efb30ff0-6b5a-f679-f9c9-bba156223e7d-d162d7c2,
#w-node-efb30ff0-6b5a-f679-f9c9-bba156223e7f-d162d7c2,
#w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd44-ebf97032,
#w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd55-ebf97032,
#w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd58-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22356-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22365-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22366-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bcc-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bce-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bd3-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bd5-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bdc-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bde-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3be6-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3be8-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3beb-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bed-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bf5-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bf7-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bfa-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bfc-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c01-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c03-ebf97032,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c0b-ebf97032,
#w-node-e6f170f2-17e1-cd1d-6462-806d26d5290c-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d3c-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d3e-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d40-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d43-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d45-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d48-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d4a-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d4e-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d51-ebf97032,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d53-ebf97032,
#w-node-_30b72065-8401-06c2-aeea-f380be3c85f1-ebf97032,
#w-node-_7c99052a-5867-ff5d-a9cc-93f753f0fe29-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240a-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240d-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240e-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2241a-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22417-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2241e-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22422-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22425-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2242a-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2242e-ebf97032,
#w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a13-ebf97032,
#w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a15-ebf97032,
#w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a16-ebf97032,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2245e-ebf97032,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951dfc-ebf97032,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951dfe-ebf97032,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951e01-ebf97032,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951e03-ebf97032,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fba-ebf97032,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fbc-ebf97032,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fbf-ebf97032,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fc1-ebf97032,
#w-node-b2cafce6-044f-ae30-3631-bb254c695dda-ebf97032,
#w-node-b2cafce6-044f-ae30-3631-bb254c695ddc-ebf97032,
#w-node-b2cafce6-044f-ae30-3631-bb254c695ddf-ebf97032,
#w-node-b2cafce6-044f-ae30-3631-bb254c695de1-ebf97032,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb95-ebf97032,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb97-ebf97032,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb9a-ebf97032,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb9c-ebf97032,
#w-node-fc896d32-9ca4-c903-d914-24288044cbd8-ebf97032,
#w-node-fc896d32-9ca4-c903-d914-24288044cbdc-ebf97032,
#w-node-fc896d32-9ca4-c903-d914-24288044cbe1-ebf97032,
#w-node-fc896d32-9ca4-c903-d914-24288044cbe4-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f5e5-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f5e6-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f5fe-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f600-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f605-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f607-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f60e-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f610-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f618-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f61a-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f61d-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f61f-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f627-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f629-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f62c-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f62e-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f633-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f635-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f63d-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f642-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f64f-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f651-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f653-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f656-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f658-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f65b-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f65d-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f661-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f664-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f666-ebf97032,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f676-ebf97032,
#w-node-_71b8bb0a-c880-75fb-e5ab-769d0ecf5af6-0ecf5af0,
#w-node-_71b8bb0a-c880-75fb-e5ab-769d0ecf5afe-0ecf5af0,
#w-node-_71b8bb0a-c880-75fb-e5ab-769d0ecf5b01-0ecf5af0,
#w-node-_71b8bb0a-c880-75fb-e5ab-769d0ecf5b03-0ecf5af0,
#w-node-a26f0efd-407c-edde-7ee5-da7991724730-f2a48e9d,
#w-node-_3b0e95fe-87b9-8ae8-3461-f2782b124e0c-c958a11d,
#w-node-_3b0e95fe-87b9-8ae8-3461-f2782b124e19-c958a11d,
#w-node-_3b0e95fe-87b9-8ae8-3461-f2782b124e1d-c958a11d,
#w-node-_3b0e95fe-87b9-8ae8-3461-f2782b124e20-c958a11d,
#w-node-_3b0e95fe-87b9-8ae8-3461-f2782b124e23-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35362f-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353639-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35363c-c958a11d,
#w-node-f5c139b8-560a-1ca4-19fb-66306dd127d8-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5c139b8-560a-1ca4-19fb-66306dd127e2-c958a11d {
  place-self: center;
}

#w-node-f5c139b8-560a-1ca4-19fb-66306dd127e3-c958a11d,
#w-node-f5c139b8-560a-1ca4-19fb-66306dd127f7-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5c139b8-560a-1ca4-19fb-66306dd12815-c958a11d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-f5c139b8-560a-1ca4-19fb-66306dd12816-c958a11d,
#w-node-f5c139b8-560a-1ca4-19fb-66306dd12822-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35364f-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353654-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353656-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353659-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35365b-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35365e-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353660-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353663-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353665-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353668-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35366a-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35366d-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35366f-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353672-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353674-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353677-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353679-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35367c-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353681-c958a11d {
  place-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353687-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35368e-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b0-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b2-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b4-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b7-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b9-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46bc-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46be-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c2-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c5-c958a11d,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c7-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353690-c958a11d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353691-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353696-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac12c-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac12e-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac133-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac135-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac13c-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac13e-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac146-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac148-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac14b-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac14d-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac155-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac157-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac15a-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac15c-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac161-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac163-c958a11d,
#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac16b-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac16f-c958a11d {
  place-self: center;
}

#w-node-e00a8bd4-e337-0c33-620e-9bff3cfac17d-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536bf-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536c1-c958a11d {
  place-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536c9-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536cc-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536df-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536e3-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536e6-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536f3-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353705-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353706-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370a-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370c-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370e-c958a11d {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353712-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353715-c958a11d {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353719-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b35371c-c958a11d {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353720-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353723-c958a11d {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353727-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353729-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e7a66f8-3c34-6567-16c7-fd62745cbd52-c958a11d,
#w-node-_3e7a66f8-3c34-6567-16c7-fd62745cbd57-c958a11d {
  place-self: center;
}

#w-node-_3e7a66f8-3c34-6567-16c7-fd62745cbd58-c958a11d,
#w-node-_3e7a66f8-3c34-6567-16c7-fd62745cbd64-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bf85-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bf86-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bf88-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bf8e-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bf91-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bf93-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bf95-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bf97-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bf9d-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfa1-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfa5-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfa9-c958a11d,
#w-node-f978ca7e-1e1c-d881-8a74-e8d80a373448-c958a11d,
#w-node-_9aa37dc3-a473-eda3-0a66-0d366fd752c4-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfab-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfae-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfb4-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfb7-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfb9-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfbb-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfbd-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfc3-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfc7-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfcb-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfcf-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfd1-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfd7-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfdd-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfe0-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfe2-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfe4-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfe6-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bfec-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bff0-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bff4-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bff8-c958a11d,
#w-node-f7439237-3bcf-43f6-3b67-20197879b7d5-c958a11d,
#w-node-a082bdb6-5a52-2afe-90fc-027dbad084db-c958a11d,
#w-node-b63d2cbf-f2d6-b6b1-c81c-3d23f1d9fcc1-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bffa-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5a7-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5ad-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5b0-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5b2-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5b4-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5b6-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5bc-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5c0-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5c4-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5c8-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5d2-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5d5-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5db-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5de-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5e0-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5e2-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5e4-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5ea-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5ee-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5f2-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5f6-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5f8-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc5fe-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc604-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc607-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc609-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc60b-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc60d-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc613-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc617-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc61b-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc61f-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc623-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc627-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc62b-c958a11d,
#w-node-_14db7284-08e9-1fd9-1b80-61e7213dc62d-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6bffe-c958a11d,
#w-node-_7e7b4eb5-635a-920a-6ada-8b0836c6c001-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35372d-c958a11d,
#w-node-cf899aa8-4378-05dc-480b-a00afd96865f-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28782a6-50be-00ad-428a-f7571da438ef-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c3-c958a11d,
#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c5-c958a11d,
#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c6-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c8-c958a11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556ca-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35375c-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35375f-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353760-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353765-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353768-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35376a-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35376e-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353773-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353775-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353777-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35377a-c958a11d,
#w-node-e612dc5a-5a87-bdac-d559-2159ca3ad210-c958a11d,
#w-node-e612dc5a-5a87-bdac-d559-2159ca3ad220-c958a11d,
#w-node-e612dc5a-5a87-bdac-d559-2159ca3ad23f-c958a11d,
#w-node-e612dc5a-5a87-bdac-d559-2159ca3ad26a-c958a11d,
#w-node-e612dc5a-5a87-bdac-d559-2159ca3ad26c-c958a11d,
#w-node-e612dc5a-5a87-bdac-d559-2159ca3ad270-c958a11d,
#w-node-e612dc5a-5a87-bdac-d559-2159ca3ad273-c958a11d,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353783-c958a11d,
#w-node-d161dcfc-23f9-91db-2f31-71c26096dbf0-c958a11d,
#w-node-d161dcfc-23f9-91db-2f31-71c26096dbf3-c958a11d,
#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c65c-7df7c65a,
#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c65d-7df7c65a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20d4d414-db91-ef64-b3f4-161110f0702e-7df7c65a {
  align-self: start;
}

#w-node-_3d7fedc2-5ff3-a353-4556-a58106fc63a2-7df7c65a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c664-7df7c65a,
#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c66c-7df7c65a,
#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c674-7df7c65a,
#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c67c-7df7c65a,
#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c684-7df7c65a,
#w-node-_36d6216e-efff-ed76-2bcc-f0e3de14c9e3-7df7c65a,
#w-node-_3a6d4f29-623a-7fe4-f2d9-3eeaec64586f-7df7c65a,
#w-node-_8fc12b76-732d-d97c-ad41-bdbb2aa394a6-7df7c65a,
#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c68a-7df7c65a,
#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c68c-7df7c65a,
#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c68e-7df7c65a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c690-7df7c65a {
  justify-self: start;
}

#w-node-_49378a6c-beee-55f9-b123-c2dd7df7c691-7df7c65a,
#w-node-_6a49de29-a1bd-7ef9-a7d5-1cdd18fa65f4-18fa65ee,
#w-node-e8d1f2ea-d83f-306b-45af-c00817cdec37-18fa65ee,
#w-node-e8d1f2ea-d83f-306b-45af-c00817cdec4f-18fa65ee,
#w-node-_6a49de29-a1bd-7ef9-a7d5-1cdd18fa65fc-18fa65ee,
#w-node-_6a49de29-a1bd-7ef9-a7d5-1cdd18fa65ff-18fa65ee,
#w-node-_6a49de29-a1bd-7ef9-a7d5-1cdd18fa6601-18fa65ee,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ac-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ae-05160ed8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5171795-deb4-e965-ef6c-36c41b4f6f9b-05160ed8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535b5-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535b6-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535bd-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c3-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c4-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c9-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d3-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d4-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d9-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e3-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e4-05160ed8,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e9-05160ed8,
#w-node-_1b231985-3c35-1552-f643-08ec573c9507-05160ed8,
#w-node-_1b231985-3c35-1552-f643-08ec573c9508-05160ed8,
#w-node-_1b231985-3c35-1552-f643-08ec573c951b-05160ed8,
#w-node-_5c670800-9c6a-9185-913c-8db630ad68df-30ad68d9,
#w-node-_5c670800-9c6a-9185-913c-8db630ad68e7-30ad68d9,
#w-node-_5c670800-9c6a-9185-913c-8db630ad68ea-30ad68d9,
#w-node-_5c670800-9c6a-9185-913c-8db630ad68ec-30ad68d9,
#w-node-fd9ccfb4-6a43-59ab-f7ba-5b0a61b0993f-6a102c8b,
#w-node-_8cfb0c64-cdae-3398-a999-2390e0ab0409-6a102c8b,
#w-node-c00e6c9e-1889-468c-9e83-c5cb36e0906c-6a102c8b,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf12-6a102c8b,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf16-6a102c8b,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf18-6a102c8b,
#w-node-_151cd7fd-9c8e-55cb-b03b-1843c2bbafb5-c2bbafae,
#w-node-_551e038f-4ab3-4187-52d6-d694a3ce1b65-a3ce1b5f,
#w-node-fd9ccfb4-6a43-59ab-f7ba-5b0a61b0993f-ce36c15d,
#w-node-_8cfb0c64-cdae-3398-a999-2390e0ab0409-ce36c15d,
#w-node-c00e6c9e-1889-468c-9e83-c5cb36e0906c-ce36c15d,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf12-ce36c15d,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf16-ce36c15d,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf18-ce36c15d,
#w-node-c38367cf-dd81-7788-0736-fc6f78feaf09-78feaf02,
#w-node-_9ec2a531-f1ee-5e89-ab02-9e260a7a2014-0a7a200e,
#w-node-fd9ccfb4-6a43-59ab-f7ba-5b0a61b0993f-a68cd92f,
#w-node-_8cfb0c64-cdae-3398-a999-2390e0ab0409-a68cd92f,
#w-node-c00e6c9e-1889-468c-9e83-c5cb36e0906c-a68cd92f,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf12-a68cd92f,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf16-a68cd92f,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf18-a68cd92f,
#w-node-a69cd442-3977-6217-a628-6a44dae969b6-a68cd92f,
#w-node-_08088424-b00f-98f7-93a2-bfb791cb685b-91cb6854,
#w-node-a1d847a4-baa0-b8c2-3415-b89c0adf1be2-0adf1bd1,
#w-node-b3e2e710-a105-b600-3bc2-7d61e181c898-053d27a0,
#w-node-e7c02124-9556-990a-e203-e58d62ac4072-053d27a0,
#w-node-e7c02124-9556-990a-e203-e58d62ac4075-053d27a0,
#w-node-e7c02124-9556-990a-e203-e58d62ac407a-053d27a0,
#w-node-e7c02124-9556-990a-e203-e58d62ac4092-053d27a0,
#w-node-fd9ccfb4-6a43-59ab-f7ba-5b0a61b0993f-9398aba5,
#w-node-_8cfb0c64-cdae-3398-a999-2390e0ab0409-9398aba5,
#w-node-c00e6c9e-1889-468c-9e83-c5cb36e0906c-9398aba5,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf12-9398aba5,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf16-9398aba5,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf18-9398aba5,
#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4db-9398aba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4dc-9398aba5 {
  place-self: center;
}

#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4e7-9398aba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4f2-9398aba5,
#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a3e-9398aba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a3f-9398aba5 {
  place-self: center;
}

#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a4a-9398aba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a55-9398aba5,
#w-node-_27543cee-4a60-a6ea-1b5d-febf6bc58bd0-6bc58bc9,
#w-node-c251577a-6997-d5aa-0bda-39108fb15cd2-8fb15cc1,
#w-node-fd9ccfb4-6a43-59ab-f7ba-5b0a61b0993f-fb5d4c62,
#w-node-_8cfb0c64-cdae-3398-a999-2390e0ab0409-fb5d4c62,
#w-node-c00e6c9e-1889-468c-9e83-c5cb36e0906c-fb5d4c62,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf12-fb5d4c62,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf16-fb5d4c62,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf18-fb5d4c62,
#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4db-fb5d4c62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4dc-fb5d4c62 {
  place-self: center;
}

#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4e7-fb5d4c62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4f2-fb5d4c62,
#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a3e-fb5d4c62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a3f-fb5d4c62 {
  place-self: center;
}

#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a4a-fb5d4c62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a55-fb5d4c62,
#w-node-_71d26982-f4f3-3c66-5e4d-b86063d4feeb-63d4fee4,
#w-node-_747617c8-b228-e57b-77e1-ce8ad503e59d-d503e58c,
#w-node-fd9ccfb4-6a43-59ab-f7ba-5b0a61b0993f-37ed8f4f,
#w-node-_8cfb0c64-cdae-3398-a999-2390e0ab0409-37ed8f4f,
#w-node-c00e6c9e-1889-468c-9e83-c5cb36e0906c-37ed8f4f,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf12-37ed8f4f,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf16-37ed8f4f,
#w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf18-37ed8f4f,
#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4db-37ed8f4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4dc-37ed8f4f {
  place-self: center;
}

#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4e7-37ed8f4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_92affc82-c18d-5ffd-2df5-53b25c9cb4f2-37ed8f4f,
#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a3e-37ed8f4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a3f-37ed8f4f {
  place-self: center;
}

#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a4a-37ed8f4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4853a5cb-96f4-c22a-ed2e-ed74cf032a55-37ed8f4f,
#w-node-_3cbe9765-9424-4a7a-4a55-faefb9c54e3d-b9c54e36,
#w-node-_4c47b049-aad6-e447-11b0-50ba191c2088-191c2077,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed3d-50d39261,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed42-50d39261,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed46-50d39261,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed49-50d39261,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed4b-50d39261,
#w-node-d3b45965-a0a7-b86a-d10d-026e39a2297e-50d39261,
#w-node-_50503afc-5dc2-f1a1-175c-dc5eb25ffbb3-50d39261,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed5b-50d39261,
#w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed64-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e850900ed-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e850900fe-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e85090103-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e85090106-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e85090119-50d39261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_553e2eab-c639-0404-8d9e-6c8e8509011d-50d39261 {
  align-self: auto;
}

#w-node-_553e2eab-c639-0404-8d9e-6c8e8509011f-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e85090122-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e85090124-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e85090125-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e85090129-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e8509013d-50d39261,
#w-node-_553e2eab-c639-0404-8d9e-6c8e85090149-50d39261,
#w-node-_0b26d052-12f7-a163-f68d-28d44fdaf9d6-50d39261,
#w-node-_0b26d052-12f7-a163-f68d-28d44fdaf9d7-50d39261,
#w-node-_0b26d052-12f7-a163-f68d-28d44fdaf9d9-50d39261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b26d052-12f7-a163-f68d-28d44fdaf9da-50d39261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0b26d052-12f7-a163-f68d-28d44fdaf9e0-50d39261,
#w-node-_0b26d052-12f7-a163-f68d-28d44fdaf9e1-50d39261,
#w-node-af00b0e8-c03c-5b02-d726-cd5b8e8106fe-50d39261,
#w-node-af00b0e8-c03c-5b02-d726-cd5b8e8106ff-50d39261,
#w-node-af00b0e8-c03c-5b02-d726-cd5b8e810701-50d39261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af00b0e8-c03c-5b02-d726-cd5b8e810702-50d39261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-af00b0e8-c03c-5b02-d726-cd5b8e810708-50d39261,
#w-node-af00b0e8-c03c-5b02-d726-cd5b8e810709-50d39261,
#w-node-_53f44367-1ca8-ede7-3e3d-b1f13bc8700c-50d39261,
#w-node-_53f44367-1ca8-ede7-3e3d-b1f13bc8700f-50d39261,
#w-node-_53f44367-1ca8-ede7-3e3d-b1f13bc87011-50d39261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53f44367-1ca8-ede7-3e3d-b1f13bc87012-50d39261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_53f44367-1ca8-ede7-3e3d-b1f13bc87018-50d39261,
#w-node-_53f44367-1ca8-ede7-3e3d-b1f13bc87019-50d39261,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ac-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ae-ae2c0e6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5171795-deb4-e965-ef6c-36c41b4f6f9b-ae2c0e6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535b5-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535b6-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535bd-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c3-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c4-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c9-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d3-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d4-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d9-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e3-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e4-ae2c0e6c,
#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e9-ae2c0e6c,
#w-node-_1b231985-3c35-1552-f643-08ec573c9507-ae2c0e6c,
#w-node-_1b231985-3c35-1552-f643-08ec573c9508-ae2c0e6c,
#w-node-_1b231985-3c35-1552-f643-08ec573c951b-ae2c0e6c,
#w-node-_803477e8-b187-53c6-f8b5-62888d6f6165-b1963f7d,
#w-node-d3bf83d6-3a3a-36ec-ec9e-f4b4cc98eec4-b1963f7d,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48b2-b1963f7d,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c2-b1963f7d,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c5-b1963f7d,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c9-b1963f7d,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48ce-b1963f7d,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48d3-b1963f7d,
#w-node-_19bc6766-7f9f-9bd9-8977-c14e47828e1b-b1963f7d,
#w-node-df80fc3e-0865-49a4-ede6-723cf3d9c388-b1963f7d,
#w-node-c1e2d8aa-de31-c25d-cd8b-72499d073739-b1963f7d,
#w-node-_24d6f678-f131-f919-3165-a11f43537d78-b1963f7d,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a5-1a66fb29,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a9-1a66fb29,
#w-node-_64ad6009-1656-9cba-090d-70782880f0b0-1a66fb29,
#w-node-_803477e8-b187-53c6-f8b5-62888d6f6165-1a66fb29,
#w-node-d3bf83d6-3a3a-36ec-ec9e-f4b4cc98eec4-1a66fb29,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b615e-1a66fb29,
#Apply.w-node-_27044351-ef29-56fa-0fdd-fd2f353b6191-1a66fb29,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b6196-1a66fb29,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48b2-1a66fb29,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c2-1a66fb29,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c5-1a66fb29,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c9-1a66fb29,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48ce-1a66fb29,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48d3-1a66fb29,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259aef-1a66fb29,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af0-1a66fb29,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af1-1a66fb29,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af5-1a66fb29,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e7-1a66fb29,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e8-1a66fb29,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e9-1a66fb29,
#w-node-_6437da39-f264-5134-8796-2a3afc7561ed-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc0ce-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc0d1-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc0d5-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc0da-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc0df-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc106-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc107-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc108-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc10c-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc10e-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc10f-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc110-1a66fb29,
#w-node-_2a820bdd-60f3-539d-884c-e3391e5fc114-1a66fb29,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa08-1a66fb29,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0b-1a66fb29,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0f-1a66fb29,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa14-1a66fb29,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa19-1a66fb29,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a5-c7f6349c,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a9-c7f6349c,
#w-node-_64ad6009-1656-9cba-090d-70782880f0b0-c7f6349c,
#w-node-_803477e8-b187-53c6-f8b5-62888d6f6165-c7f6349c,
#w-node-d3bf83d6-3a3a-36ec-ec9e-f4b4cc98eec4-c7f6349c,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b615e-c7f6349c,
#Apply.w-node-_27044351-ef29-56fa-0fdd-fd2f353b6191-c7f6349c,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b6196-c7f6349c,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48b2-c7f6349c,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c2-c7f6349c,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c5-c7f6349c,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c9-c7f6349c,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48ce-c7f6349c,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48d3-c7f6349c,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259aef-c7f6349c,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af0-c7f6349c,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af1-c7f6349c,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af5-c7f6349c,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e7-c7f6349c,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e8-c7f6349c,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e9-c7f6349c,
#w-node-_6437da39-f264-5134-8796-2a3afc7561ed-c7f6349c,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa08-c7f6349c,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0b-c7f6349c,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0f-c7f6349c,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa14-c7f6349c,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa19-c7f6349c,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a5-1f9d7755,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a9-1f9d7755,
#w-node-_64ad6009-1656-9cba-090d-70782880f0b0-1f9d7755,
#w-node-_803477e8-b187-53c6-f8b5-62888d6f6165-1f9d7755,
#w-node-d3bf83d6-3a3a-36ec-ec9e-f4b4cc98eec4-1f9d7755,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b615e-1f9d7755,
#Apply.w-node-_27044351-ef29-56fa-0fdd-fd2f353b6191-1f9d7755,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b6196-1f9d7755,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48b2-1f9d7755,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c2-1f9d7755,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c5-1f9d7755,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c9-1f9d7755,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48ce-1f9d7755,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48d3-1f9d7755,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259aef-1f9d7755,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af0-1f9d7755,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af1-1f9d7755,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af5-1f9d7755,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e7-1f9d7755,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e8-1f9d7755,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e9-1f9d7755,
#w-node-_6437da39-f264-5134-8796-2a3afc7561ed-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086aca-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086acd-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086ad1-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086ad6-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086adb-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086b02-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086b03-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086b04-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086b08-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086b0a-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086b0b-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086b0c-1f9d7755,
#w-node-db0abad8-0957-43be-f602-44afdf086b10-1f9d7755,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa08-1f9d7755,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0b-1f9d7755,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0f-1f9d7755,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa14-1f9d7755,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa19-1f9d7755,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a5-ee8a5f5f,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a9-ee8a5f5f,
#w-node-_64ad6009-1656-9cba-090d-70782880f0b0-ee8a5f5f,
#w-node-_803477e8-b187-53c6-f8b5-62888d6f6165-ee8a5f5f,
#w-node-d3bf83d6-3a3a-36ec-ec9e-f4b4cc98eec4-ee8a5f5f,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b615e-ee8a5f5f,
#Apply.w-node-_27044351-ef29-56fa-0fdd-fd2f353b6191-ee8a5f5f,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b6196-ee8a5f5f,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48b2-ee8a5f5f,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c2-ee8a5f5f,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c5-ee8a5f5f,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c9-ee8a5f5f,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48ce-ee8a5f5f,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48d3-ee8a5f5f,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259aef-ee8a5f5f,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af0-ee8a5f5f,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af1-ee8a5f5f,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af5-ee8a5f5f,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e7-ee8a5f5f,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e8-ee8a5f5f,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e9-ee8a5f5f,
#w-node-_6437da39-f264-5134-8796-2a3afc7561ed-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e970-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e973-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e977-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e97c-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e981-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e9a8-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e9a9-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e9aa-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e9ae-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e9b0-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e9b1-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e9b2-ee8a5f5f,
#w-node-_1fff9cfc-b2d9-c54c-7c6d-a0c19ef8e9b6-ee8a5f5f,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa08-ee8a5f5f,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0b-ee8a5f5f,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0f-ee8a5f5f,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa14-ee8a5f5f,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa19-ee8a5f5f,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a5-80a09195,
#w-node-_64ad6009-1656-9cba-090d-70782880f0a9-80a09195,
#w-node-_64ad6009-1656-9cba-090d-70782880f0b0-80a09195,
#w-node-_803477e8-b187-53c6-f8b5-62888d6f6165-80a09195,
#w-node-d3bf83d6-3a3a-36ec-ec9e-f4b4cc98eec4-80a09195,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b615e-80a09195,
#Apply.w-node-_27044351-ef29-56fa-0fdd-fd2f353b6191-80a09195,
#w-node-_27044351-ef29-56fa-0fdd-fd2f353b6196-80a09195,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48b2-80a09195,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c2-80a09195,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c5-80a09195,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c9-80a09195,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48ce-80a09195,
#w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48d3-80a09195,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259aef-80a09195,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af0-80a09195,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af1-80a09195,
#w-node-_025567d9-0c0a-dd20-dbba-eb7cfd259af5-80a09195,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e7-80a09195,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e8-80a09195,
#w-node-_6437da39-f264-5134-8796-2a3afc7561e9-80a09195,
#w-node-_6437da39-f264-5134-8796-2a3afc7561ed-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a570882-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a570885-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a570889-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a57088e-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a570893-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a5708ba-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a5708bb-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a5708bc-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a5708c0-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a5708c2-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a5708c3-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a5708c4-80a09195,
#w-node-_655f411f-8173-2166-498d-ae020a5708c8-80a09195,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa08-80a09195,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0b-80a09195,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa0f-80a09195,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa14-80a09195,
#w-node-_23b660e4-68f3-070e-11ed-17c383d4aa19-80a09195,
#w-node-_663167c3-36a3-52fc-274a-5515135e9651-20c536ae,
#w-node-_663167c3-36a3-52fc-274a-5515135e965e-20c536ae,
#w-node-_30de33ec-0492-ad7b-b450-fb72076f5fe8-20c536ae,
#w-node-_30de33ec-0492-ad7b-b450-fb72076f5fea-20c536ae,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcda7-20c536ae,
#w-node-_13720968-db1a-4fa8-3790-dbb392076d99-20c536ae,
#w-node-_13720968-db1a-4fa8-3790-dbb392076d9b-20c536ae,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdb4-20c536ae,
#w-node-fbac4c71-3493-bbe6-032d-ce9000f20b0e-20c536ae,
#w-node-fbac4c71-3493-bbe6-032d-ce9000f20b10-20c536ae,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdc1-20c536ae,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e2-20c536ae,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e4-20c536ae,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e6-20c536ae,
#w-node-_8167d650-e958-eeac-799c-f8b637789561-20c536ae,
#w-node-_8167d650-e958-eeac-799c-f8b637789563-20c536ae,
#w-node-_8167d650-e958-eeac-799c-f8b637789566-20c536ae,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177add7-20c536ae,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177add9-20c536ae,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177addb-20c536ae,
#w-node-a600da0c-4af1-7923-214a-bd426617ec3e-20c536ae,
#w-node-a600da0c-4af1-7923-214a-bd426617ec40-20c536ae,
#w-node-a600da0c-4af1-7923-214a-bd426617ec42-20c536ae,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb38-20c536ae,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3a-20c536ae,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3c-20c536ae,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1384-20c536ae,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1386-20c536ae,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1388-20c536ae,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d859-20c536ae,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d85b-20c536ae,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d85d-20c536ae,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1390-20c536ae,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1392-20c536ae,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1394-20c536ae,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139c-20c536ae,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139e-20c536ae,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df13a0-20c536ae,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f682-20c536ae,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f684-20c536ae,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f686-20c536ae,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859d-20c536ae,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859f-20c536ae,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea85a1-20c536ae,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578b-20c536ae,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578d-20c536ae,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578f-20c536ae,
#w-node-_5443fca3-135a-631a-d431-9846ce42446e-20c536ae,
#w-node-_5443fca3-135a-631a-d431-9846ce424470-20c536ae,
#w-node-_5443fca3-135a-631a-d431-9846ce424472-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5085-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5087-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b508a-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5092-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5094-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5096-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b509e-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a0-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a2-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50aa-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ac-20c536ae,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ae-20c536ae,
#w-node-_80d82c91-6ab1-fb35-c6f3-2cecb07f1c0b-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88a9f-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88aa0-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88aa6-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88aa8-20c536ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31511756-de23-5166-6dfa-193143a88aaa-20c536ae {
  align-self: stretch;
}

#w-node-_31511756-de23-5166-6dfa-193143a88aab-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88aac-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88aaf-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88ab1-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88ab4-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88ab6-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88ab9-20c536ae,
#w-node-_31511756-de23-5166-6dfa-193143a88abb-20c536ae,
#w-node-_663167c3-36a3-52fc-274a-5515135e9651-53693e4c,
#w-node-_663167c3-36a3-52fc-274a-5515135e965e-53693e4c,
#w-node-_30de33ec-0492-ad7b-b450-fb72076f5fe8-53693e4c,
#w-node-_30de33ec-0492-ad7b-b450-fb72076f5fea-53693e4c,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcda7-53693e4c,
#w-node-_13720968-db1a-4fa8-3790-dbb392076d99-53693e4c,
#w-node-_13720968-db1a-4fa8-3790-dbb392076d9b-53693e4c,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdb4-53693e4c,
#w-node-fbac4c71-3493-bbe6-032d-ce9000f20b0e-53693e4c,
#w-node-fbac4c71-3493-bbe6-032d-ce9000f20b10-53693e4c,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdc1-53693e4c,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e2-53693e4c,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e4-53693e4c,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e6-53693e4c,
#w-node-_8167d650-e958-eeac-799c-f8b637789561-53693e4c,
#w-node-_8167d650-e958-eeac-799c-f8b637789563-53693e4c,
#w-node-_8167d650-e958-eeac-799c-f8b637789566-53693e4c,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177add7-53693e4c,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177add9-53693e4c,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177addb-53693e4c,
#w-node-a600da0c-4af1-7923-214a-bd426617ec3e-53693e4c,
#w-node-a600da0c-4af1-7923-214a-bd426617ec40-53693e4c,
#w-node-a600da0c-4af1-7923-214a-bd426617ec42-53693e4c,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb38-53693e4c,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3a-53693e4c,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3c-53693e4c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1384-53693e4c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1386-53693e4c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1388-53693e4c,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d859-53693e4c,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d85b-53693e4c,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d85d-53693e4c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1390-53693e4c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1392-53693e4c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1394-53693e4c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139c-53693e4c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139e-53693e4c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df13a0-53693e4c,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f682-53693e4c,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f684-53693e4c,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f686-53693e4c,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859d-53693e4c,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859f-53693e4c,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea85a1-53693e4c,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578b-53693e4c,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578d-53693e4c,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578f-53693e4c,
#w-node-_5443fca3-135a-631a-d431-9846ce42446e-53693e4c,
#w-node-_5443fca3-135a-631a-d431-9846ce424470-53693e4c,
#w-node-_5443fca3-135a-631a-d431-9846ce424472-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5085-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5087-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b508a-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5092-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5094-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5096-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b509e-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a0-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a2-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50aa-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ac-53693e4c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ae-53693e4c,
#w-node-_80d82c91-6ab1-fb35-c6f3-2cecb07f1c0b-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-910187551672-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-910187551673-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-910187551677-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-910187551679-53693e4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b8de71-258b-f80e-390b-91018755167b-53693e4c {
  align-self: stretch;
}

#w-node-c0b8de71-258b-f80e-390b-91018755167c-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-91018755167d-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-910187551680-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-910187551682-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-910187551685-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-910187551687-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-91018755168a-53693e4c,
#w-node-c0b8de71-258b-f80e-390b-91018755168c-53693e4c,
#w-node-_663167c3-36a3-52fc-274a-5515135e9651-bcbd8f3c,
#w-node-_663167c3-36a3-52fc-274a-5515135e965e-bcbd8f3c,
#w-node-_30de33ec-0492-ad7b-b450-fb72076f5fe8-bcbd8f3c,
#w-node-_30de33ec-0492-ad7b-b450-fb72076f5fea-bcbd8f3c,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcda7-bcbd8f3c,
#w-node-_13720968-db1a-4fa8-3790-dbb392076d99-bcbd8f3c,
#w-node-_13720968-db1a-4fa8-3790-dbb392076d9b-bcbd8f3c,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdb4-bcbd8f3c,
#w-node-fbac4c71-3493-bbe6-032d-ce9000f20b0e-bcbd8f3c,
#w-node-fbac4c71-3493-bbe6-032d-ce9000f20b10-bcbd8f3c,
#w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdc1-bcbd8f3c,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e2-bcbd8f3c,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e4-bcbd8f3c,
#w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e6-bcbd8f3c,
#w-node-_8167d650-e958-eeac-799c-f8b637789561-bcbd8f3c,
#w-node-_8167d650-e958-eeac-799c-f8b637789563-bcbd8f3c,
#w-node-_8167d650-e958-eeac-799c-f8b637789566-bcbd8f3c,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177add7-bcbd8f3c,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177add9-bcbd8f3c,
#w-node-_697aad84-b2a5-6f37-bd43-ece3d177addb-bcbd8f3c,
#w-node-a600da0c-4af1-7923-214a-bd426617ec3e-bcbd8f3c,
#w-node-a600da0c-4af1-7923-214a-bd426617ec40-bcbd8f3c,
#w-node-a600da0c-4af1-7923-214a-bd426617ec42-bcbd8f3c,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb38-bcbd8f3c,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3a-bcbd8f3c,
#w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3c-bcbd8f3c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1384-bcbd8f3c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1386-bcbd8f3c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1388-bcbd8f3c,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d859-bcbd8f3c,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d85b-bcbd8f3c,
#w-node-_360c6708-53cf-f77b-e30e-9552b671d85d-bcbd8f3c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1390-bcbd8f3c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1392-bcbd8f3c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1394-bcbd8f3c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139c-bcbd8f3c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139e-bcbd8f3c,
#w-node-_35029de1-1ff6-eaf5-c4aa-eea171df13a0-bcbd8f3c,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f682-bcbd8f3c,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f684-bcbd8f3c,
#w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f686-bcbd8f3c,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859d-bcbd8f3c,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859f-bcbd8f3c,
#w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea85a1-bcbd8f3c,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578b-bcbd8f3c,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578d-bcbd8f3c,
#w-node-_566423f5-75af-0c82-5fb0-930182d4578f-bcbd8f3c,
#w-node-_5443fca3-135a-631a-d431-9846ce42446e-bcbd8f3c,
#w-node-_5443fca3-135a-631a-d431-9846ce424470-bcbd8f3c,
#w-node-_5443fca3-135a-631a-d431-9846ce424472-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5085-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5087-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b508a-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5092-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5094-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b5096-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b509e-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a0-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a2-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50aa-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ac-bcbd8f3c,
#w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ae-bcbd8f3c,
#w-node-_80d82c91-6ab1-fb35-c6f3-2cecb07f1c0b-bcbd8f3c,
#w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd44-cf74ae4b,
#w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd55-cf74ae4b,
#w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd58-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22356-cf74ae4b,
#w-node-_18fb27fd-9500-798a-5d63-a1864ead01f6-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22365-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22366-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bcc-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bce-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bd3-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bd5-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bdc-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bde-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3be6-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3be8-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3beb-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bed-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bf5-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bf7-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bfa-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bfc-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c01-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c03-cf74ae4b,
#w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c0b-cf74ae4b,
#w-node-e6f170f2-17e1-cd1d-6462-806d26d5290c-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d3c-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d3e-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d40-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d43-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d45-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d48-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d4a-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d4e-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d51-cf74ae4b,
#w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d53-cf74ae4b,
#w-node-_30b72065-8401-06c2-aeea-f380be3c85f1-cf74ae4b,
#w-node-_7c99052a-5867-ff5d-a9cc-93f753f0fe29-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240a-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240d-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240e-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2241a-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22417-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2241e-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22422-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e22425-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2242a-cf74ae4b,
#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2242e-cf74ae4b,
#w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a13-cf74ae4b,
#w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a15-cf74ae4b,
#w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a16-cf74ae4b,
#w-node-aeb6c388-7595-ec0b-7c14-a99d8f8e6f9f-cf74ae4b,
#w-node-aeb6c388-7595-ec0b-7c14-a99d8f8e6fa1-cf74ae4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aeb6c388-7595-ec0b-7c14-a99d8f8e6fa2-cf74ae4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6bf4448a-3fba-1501-9a62-d0c191e2245e-cf74ae4b,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951dfc-cf74ae4b,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951dfe-cf74ae4b,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951e01-cf74ae4b,
#w-node-_9ab56aa8-e731-9b51-782e-af3c93951e03-cf74ae4b,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fba-cf74ae4b,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fbc-cf74ae4b,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fbf-cf74ae4b,
#w-node-fa902139-edc1-8150-a13e-22ca0a339fc1-cf74ae4b,
#w-node-b2cafce6-044f-ae30-3631-bb254c695dda-cf74ae4b,
#w-node-b2cafce6-044f-ae30-3631-bb254c695ddc-cf74ae4b,
#w-node-b2cafce6-044f-ae30-3631-bb254c695ddf-cf74ae4b,
#w-node-b2cafce6-044f-ae30-3631-bb254c695de1-cf74ae4b,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb95-cf74ae4b,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb97-cf74ae4b,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb9a-cf74ae4b,
#w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb9c-cf74ae4b,
#w-node-fc896d32-9ca4-c903-d914-24288044cbd8-cf74ae4b,
#w-node-fc896d32-9ca4-c903-d914-24288044cbdc-cf74ae4b,
#w-node-fc896d32-9ca4-c903-d914-24288044cbe1-cf74ae4b,
#w-node-fc896d32-9ca4-c903-d914-24288044cbe4-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f5e5-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f5e6-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f5fe-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f600-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f605-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f607-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f60e-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f610-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f618-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f61a-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f61d-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f61f-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f627-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f629-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f62c-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f62e-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f633-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f635-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f63d-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f642-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f64f-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f651-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f653-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f656-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f658-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f65b-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f65d-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f661-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f664-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f666-cf74ae4b,
#w-node-_24a6cfbb-8a8e-4ab8-4b24-520c2d11f676-cf74ae4b,
#w-node-_336b6a3a-d558-025c-55b8-cd7d5eb52ed0-5eb52eca,
#w-node-_336b6a3a-d558-025c-55b8-cd7d5eb52edc-5eb52eca,
#w-node-_336b6a3a-d558-025c-55b8-cd7d5eb52ede-5eb52eca,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35362f-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353635-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353639-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35363c-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35364e-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35364f-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353654-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353656-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353659-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35365b-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35365e-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353660-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353663-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353665-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353668-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35366a-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35366d-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35366f-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353672-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353674-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353677-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353679-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35367c-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353681-e3528ad7 {
  place-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353682-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35368e-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b0-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b2-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b4-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b7-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b9-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46bc-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46be-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c2-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c5-e3528ad7,
#w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c7-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353690-e3528ad7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353691-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353696-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536bf-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536c1-e3528ad7 {
  place-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536c9-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536cc-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536df-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536e3-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536e6-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536ea-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536f7-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536fb-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536f3-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536ee-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353705-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353706-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370a-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370c-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370e-e3528ad7 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353712-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353715-e3528ad7 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353719-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b35371c-e3528ad7 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353720-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353723-e3528ad7 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353727-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353729-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35372d-e3528ad7,
#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c3-e3528ad7,
#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c5-e3528ad7,
#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c6-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c8-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556ca-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35375c-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35375f-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353760-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353765-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353768-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35376a-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35376e-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353773-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353775-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353777-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b35377a-e3528ad7,
#w-node-_2dec13e9-5da5-54db-3d80-647e8b353783-e3528ad7,
#w-node-d161dcfc-23f9-91db-2f31-71c26096dbf0-e3528ad7,
#w-node-d161dcfc-23f9-91db-2f31-71c26096dbf3-e3528ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3823a064-c9b1-8ba0-2417-d945a78edef0-563b1a7f,
  #w-node-_4e586784-9b46-0fbd-00fa-65b08170e624-563b1a93,
  #w-node-_2dec13e9-5da5-54db-3d80-647e8b353690-563b1a98,
  #w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd5d-563b1a99,
  #w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd5d-d162d7c2,
  #w-node-f5c139b8-560a-1ca4-19fb-66306dd12815-c958a11d,
  #w-node-_2dec13e9-5da5-54db-3d80-647e8b353690-c958a11d,
  #w-node-_2dec13e9-5da5-54db-3d80-647e8b353690-e3528ad7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be4-563b1a8c {
    justify-self: stretch;
  }

  #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc857-563b1a95 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc85a-563b1a95 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc85d-563b1a95 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc861-563b1a95,
  #w-node-_46b24e5c-95a7-b6dd-3e8e-d160d7b85f40-563b1a95,
  #w-node-_15155ec4-4aa5-c990-fe6c-673c9abbf0c2-563b1a95,
  #w-node-_712c78ae-f4d1-cea4-9ab8-80188af48760-563b1a95,
  #w-node-_56eb8fad-01b0-2184-11d1-1d66f22b66a8-563b1a95,
  #w-node-_3ed8e53b-6f77-ee80-412a-91d22fadc061-563b1a95 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_31511756-de23-5166-6dfa-193143a88aaa-20c536ae,
  #w-node-c0b8de71-258b-f80e-390b-91018755167b-53693e4c {
    justify-self: stretch;
  }

  #w-node-_50a13557-197e-4620-731e-00ab8e6d15bf-cf74ae4b {
    align-self: auto;
  }
}

@font-face {
  font-family: "Hubot Sans";
  src: url("../fonts/Hubot-Sans-RegularWide.woff2") format("woff2"),
    url("../fonts/Hubot-Sans-RegularWide.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Uncut Sans";
  src: url("../fonts/UncutSans-Regular.woff2") format("woff2"),
    url("../fonts/UncutSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Uncut Sans";
  src: url("../fonts/UncutSans-Medium.woff2") format("woff2"),
    url("../fonts/UncutSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Fragment Mono";
  src: url("../fonts/FragmentMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
