.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

body {
  color: #acb8c4;
  background-color: #0d1117;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.333;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

a {
  color: #c5cfd9;
  text-decoration: none;
  transition: opacity .3s, background-color .3s, color .3s;
}

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

blockquote {
  color: #c5cfd9;
  border-left: 4px solid #c5cfd9;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: .25em 2em;
  font-size: 1.125em;
  line-height: 1.5;
}

.section-before-footer {
  margin-bottom: -4em;
  padding-bottom: 4em;
  position: relative;
}

.section-before-footer.bg-neutral-800 {
  background-color: #161127;
}

.example-wrap {
  width: 100%;
  color: #c5cfd9;
  background-color: #151b22;
  border-radius: .5em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #20262d;
}

.button-animated {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #856fed;
  background-image: linear-gradient(to right, #00c4ff, #856fed 52%, #e923cb);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.25em;
  font-family: Inter Display, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-animated.small {
  letter-spacing: 0;
  background-image: linear-gradient(to right, #00c4ff, #856fed 53%, #e923cb);
  font-size: .75em;
  font-weight: 600;
}

.button-animated.small.bg-neutral-600 {
  background-color: #2f363d;
}

.button-animated.small.header-btn {
  width: 130px;
  height: auto;
}

.button-animated.small.header-btn.hide-mobile.hide-tablet {
  width: auto;
  margin-left: 10px;
}

.button-animated.small.outline-btn {
  width: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #64768b;
  margin-right: 1em;
}

.button-animated.large {
  font-size: 1.5em;
}

.button-animated.large.bg-accent {
  color: #fff;
  font-family: Inter, sans-serif;
}

.button-animated.large.ent-btn {
  margin-top: 50px;
}

.avatar-3xl {
  width: 12em;
  height: 12em;
  object-fit: cover;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section {
  width: 100%;
  color: #fff;
  background-image: none;
  padding-top: 5em;
  padding-bottom: 5em;
  font-family: Inter, sans-serif;
  position: relative;
}

.section.more-space {
  min-height: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
}

.section.more-space.bg-tile-middle-lg.bg-cyan-900 {
  background-color: #153966;
  background-image: linear-gradient(to top, #050114, rgba(13, 17, 23, 0) 15%), linear-gradient(#050114, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side, rgba(13, 17, 23, 0), #050114), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section.more-space.bg-tile-middle-lg.bg-cyan-800 {
  background-image: linear-gradient(to top, #161127, rgba(13, 17, 23, 0) 15%), linear-gradient(#161127, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side, rgba(13, 17, 23, 0), #161127), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section.more-space.bg-tile-middle-lg.bg-neutral-600 {
  background-color: #a31d8f;
  background-image: linear-gradient(to top, #050114, rgba(13, 17, 23, 0) 15%), linear-gradient(#050114, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side, rgba(13, 17, 23, 0), #050114), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section.more-space.bg-tile-top-lg.bg-teal-700 {
  background-color: #0b627c;
  background-image: linear-gradient(to top, #290022, rgba(13, 17, 23, 0) 15%), linear-gradient(#0a0227, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #0a0227), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section.more-space.gradient__02 {
  background-image: linear-gradient(#050114 7%, rgba(13, 17, 23, 0) 20%), radial-gradient(circle farthest-side at -25% 150%, #100c21 48%, rgba(13, 17, 23, 0) 65%), radial-gradient(circle at -25% -125%, rgba(13, 17, 23, 0) 50%, #100c21 70%, rgba(13, 17, 23, 0) 72%), radial-gradient(circle at 0 -50%, #000 32%, rgba(255, 255, 255, 0) 62%), radial-gradient(circle farthest-side at 0 -25%, #211a3c 50%, rgba(13, 17, 23, 0) 72%), radial-gradient(circle at 50% -100%, #00c4ff 26%, rgba(13, 17, 23, 0) 72%);
}

.section.bg-neutral-800 {
  background-color: rgba(22, 17, 39, 0);
}

.section.bg-neutral-800.curve-top {
  background-color: #161127;
}

.section.bg-tile-top-lg.bg-indigo-700 {
  background-color: #0c4a6e;
  background-image: linear-gradient(to top, #050114, rgba(13, 17, 23, 0) 15%), linear-gradient(#050114, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #050114), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section.bg-tile-top-lg.bg-neutral-700 {
  background-color: rgba(5, 1, 20, .34);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.bg-tile-top-lg.bg-amber-900 {
  background-color: rgba(0, 196, 255, .31);
  background-image: linear-gradient(to top, #0a0227, rgba(13, 17, 23, 0) 15%), linear-gradient(#0a0227, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #0a0227), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section.bg-tile-top {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.bg-tile-top.bg-neutral-600 {
  background-color: #1e7e9b;
  background-image: linear-gradient(to top, #161127, rgba(13, 17, 23, 0) 15%), linear-gradient(#161127, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #161127), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 32px;
}

.section.bg-tile-top.bg-neutral-500 {
  background-color: rgba(133, 52, 120, 0);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.bg-tile-middle-lg.bg-amber-900 {
  background-color: rgba(233, 35, 203, .52);
  background-image: linear-gradient(to top, #0a0227, rgba(13, 17, 23, 0) 15%), linear-gradient(#0a0227, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side, rgba(13, 17, 23, 0), #161127), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section.bg-tile-middle-lg.bg-indigo-900 {
  background-image: linear-gradient(to top, #161127, rgba(13, 17, 23, 0) 15%), linear-gradient(#161127, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side, rgba(13, 17, 23, 0), #161127), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section.gradient__01 {
  background-image: radial-gradient(circle at -25% -50%, #0d1117 36%, rgba(13, 17, 23, 0) 48%), radial-gradient(circle at -25% 150%, #0a0227 45%, rgba(13, 17, 23, 0) 89%), radial-gradient(circle at -25% -100%, rgba(13, 17, 23, 0) 55%, rgba(13, 17, 23, .28) 65%, rgba(13, 17, 23, 0) 68%), radial-gradient(circle at -33% -75%, #286797 48%, rgba(131, 5, 49, 0) 56%), radial-gradient(circle farthest-side at 0 -50%, #181347 64%, rgba(21, 1, 36, .4) 69%, rgba(13, 17, 23, 0) 81%), radial-gradient(circle at 0 -50%, rgba(19, 13, 23, 0) 33%, #286797 51%, rgba(13, 17, 23, 0) 72%);
}

.section.gradient__01.home-main {
  margin-top: -3em;
}

.section.overflow-hidden {
  padding-bottom: 2px;
}

.section.overflow-hidden.bg-tile-top-lg.bg-sky-900 {
  background-color: #5b2b83;
  background-image: linear-gradient(to top, #050114, rgba(13, 17, 23, 0) 15%), linear-gradient(#050114, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #100c21), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section.overflow-hidden.bg-tile-top {
  background-image: linear-gradient(#0d1117, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #0d1117), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, -1px -1px;
}

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

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

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

.section.less-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}

.title-sm {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.1;
}

.title-sm._20ch {
  max-width: 20ch;
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.title-sm.text-indent {
  text-indent: -.35em;
}

.title-xl {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 4.5em;
  font-weight: 900;
  line-height: 1;
}

.title-xl._12ch {
  max-width: 14ch;
  color: #fff;
  font-size: 5em;
}

.container-md {
  z-index: 5;
  width: 100%;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.margin-b-md {
  margin-bottom: 1.25em;
}

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

.button {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #856fed;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.25em;
  font-family: Inter Display, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  transition: background-color .3s, opacity .3s, box-shadow .3s, color .3s;
  display: flex;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: inset 0 0 200px 200px rgba(0, 0, 0, .15);
}

.button.button-outline.large {
  font-size: 14px;
}

.button.small {
  font-size: .75em;
}

.row-xs {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  color: #00c4ff;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
  position: relative;
}

.row-xs.items-center {
  align-items: center;
}

.material-icons {
  text-transform: none;
  font-family: ICONS FILLED, sans-serif;
}

.material-icons.footer {
  color: #f8fafc;
  text-align: right;
}

.column-md {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.column-md.content-centered {
  z-index: 5;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.title-xs {
  z-index: 5;
  color: #fff;
  letter-spacing: -.025em;
  font-family: Inter Display, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.1;
  position: relative;
}

.padding-base {
  padding: 1em;
  position: relative;
}

.margin-b-lg {
  margin-bottom: 2em;
}

.text-sm {
  color: #fff;
  letter-spacing: -.005em;
  cursor: none;
  font-size: .875em;
  line-height: 1.25;
  position: relative;
}

.text-sm.leading-none {
  cursor: auto;
}

.text-sm.leading-none.accordion-btn {
  cursor: pointer;
  margin-top: 10px;
  text-decoration: underline;
}

.text-sm.text-color-text {
  color: #acb8c4;
}

.font-mono {
  font-family: Calling Code, sans-serif;
  font-weight: 400;
}

.heading-h5 {
  color: #c5cfd9;
  letter-spacing: -.025em;
  font-size: 1.25em;
  line-height: 1.2;
}

.padding-xl {
  padding: 1.75em;
  position: relative;
}

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

.container-lg {
  z-index: 5;
  width: 100%;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.container-lg.first-sec {
  margin-top: 0;
}

.column-lg {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.column-lg.max-width-xl.auto {
  margin-left: auto;
  margin-right: auto;
}

.column-lg.content-centered {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

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

.title-md {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Inter Display, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
}

.title-md._20ch {
  max-width: 20ch;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 3em;
}

.title-md.title-white {
  color: #fff;
}

.title-lg {
  z-index: 5;
  color: #fff;
  letter-spacing: -.02em;
  font-family: Inter Display, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.title-lg._16ch {
  max-width: 16ch;
  color: #fff;
}

.title-lg._16ch.compress {
  max-width: 14ch;
  min-width: 50px;
}

.title-lg._12ch {
  max-width: 12ch;
}

.title-lg._12ch.leading-none {
  color: #fff;
}

.title-lg._20ch {
  max-width: 20ch;
  color: #fff;
}

.title-lg.leading-none {
  color: #fff;
}

.text-lg {
  color: #fff;
  letter-spacing: -.02em;
  border-bottom: 1px #000;
  font-family: Inter, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
}

.text-lg._52ch {
  max-width: 52ch;
}

.text-lg._48ch {
  max-width: 48ch;
}

.text-lg._48ch.text-black {
  color: #000;
}

.text-lg._36ch {
  max-width: 36ch;
}

.text-lg._32ch {
  max-width: 32ch;
}

.rating-stars {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.material-icons-round {
  text-transform: none;
  font-family: ICONS ROUNDED, sans-serif;
  font-weight: 400;
}

.column-xs {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: start;
  display: grid;
}

.column-xs.content-centered {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.column-xs.stretch {
  justify-items: stretch;
}

.text-xs {
  font-size: .75em;
  line-height: 1.5;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.font-weight-medium {
  font-weight: 500;
}

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

.column-base {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 5rem;
  display: grid;
  position: relative;
}

.column-base.content-centered {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.text-xl {
  color: #fff;
  letter-spacing: .005em;
  font-family: Inter Display, sans-serif;
  font-size: 1.5em;
}

.text-xl._40ch {
  max-width: 40ch;
  color: #fff;
}

.max-52-ch {
  max-width: 52ch;
}

.image-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: none;
  cursor: default;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-background.top {
  object-position: 50% 0%;
}

.image-background.nova-classe {
  z-index: 10;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.image-background.no-click {
  cursor: none;
}

.system-item {
  padding-top: 16px;
}

.example-color-badge {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.row-sm {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.row-sm.items-center {
  align-items: center;
}

.font-weight-normal {
  font-weight: 400;
}

.text-purple-300 {
  color: #c084fc;
}

.bg-purple-200 {
  background-color: #e9d5ff;
}

.bg-purple-50 {
  background-color: #faf5ff;
}

.container-xl {
  z-index: 5;
  width: 100%;
  max-width: 72em;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.container-xl.showcase-images {
  margin-top: 0;
}

.container-xl.no-margin {
  margin-top: 50px;
}

.text-color-black {
  color: #0d1117;
}

.container-sm {
  z-index: 5;
  width: 100%;
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.column-sm {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
  position: relative;
}

.column-sm.content-centered {
  align-items: center;
}

.column-sm.hidden {
  display: none;
}

.avatar-xl {
  width: 4em;
  height: 4em;
  object-fit: cover;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-xl.outline-white {
  border: 3px solid #fff;
}

.avatar-xl.outline-white.shadow-md {
  box-shadow: inset 0 0 0 1px #2f363d, 0 8px 24px -8px #6c7681;
}

.text-2xl {
  z-index: 5;
  color: #c5cfd9;
  letter-spacing: -.02em;
  font-family: Inter Display, sans-serif;
  font-size: 1.875em;
  font-weight: 600;
  position: relative;
}

.text-2xl._32ch {
  max-width: 32ch;
  color: #fff;
}

.avatar-md {
  width: 2.25em;
  height: 2.25em;
  object-fit: cover;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error {
  color: #ef4848;
  background-color: rgba(248, 113, 113, .1);
  border-radius: .25em;
  font-size: .75em;
  box-shadow: inset 0 0 0 1px rgba(248, 113, 113, .1);
}

.padding-lg {
  padding: 1.5em;
  position: relative;
}

.padding-lg.space-between {
  height: 100%;
}

.padding-lg.bg-neutral-800 {
  background-color: #211839;
}

.padding-lg.bg-neutral-800.rounded-xs.shadow.fade-in-on-scroll {
  box-shadow: none;
  background-color: #211839;
  border: 1px solid #3a2a65;
}

.bg-blue-300 {
  background-color: #93c5fd;
}

.bg-teal-200 {
  background-color: #99f6e4;
}

.square-base {
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link {
  color: #3aecba;
}

.text-link:hover {
  opacity: .75;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.text-link.career-item {
  padding-bottom: 10px;
}

.text-link.career-item.cms-careers-item {
  padding-top: 10px;
}

.text-color-yellow-300 {
  color: #fde847;
}

.bg-purple-100 {
  background-color: #f3e8ff;
}

.bg-teal-100 {
  background-color: #ccfbf1;
}

.bg-blue-100 {
  background-color: #dfeeff;
}

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

.text-color-green-400 {
  color: #4ade80;
}

.text-color-blue-300 {
  color: #93c5fd;
}

.text-teal-300 {
  color: #2dd4bf;
}

.bg-purple-50 {
  background-color: #faf5ff;
}

.bg-teal-50 {
  background-color: #f0fdfa;
}

.bg-blue-50 {
  background-color: #eff6ff;
}

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

.content-centered {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-centered.margin-bottom-custom {
  padding-bottom: 30px;
}

.opacity-60 {
  opacity: .6;
}

.row-md {
  z-index: 5;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
  position: relative;
}

.row-md.items-center {
  align-items: center;
}

.image-contain {
  z-index: 5;
  width: 100%;
  object-fit: contain;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
}

.image-contain.rounded-xs.image-withwithout {
  display: none;
}

.image-contain.image-footer {
  width: 130px;
  margin-bottom: 13px;
}

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

.bg-red-50 {
  background-color: #fef2f2;
}

.bg-yellow-50 {
  background-color: #fefce8;
}

.material-icons-outlined {
  text-transform: none;
  margin-top: -.05em;
  font-family: ICONS OUTLINED, sans-serif;
}

.opacity-50 {
  opacity: .5;
}

.opacity-30 {
  opacity: .3;
}

.component-name {
  z-index: 50;
  color: #0d1117;
  cursor: pointer;
  background-color: #475669;
  background-image: url('../images/content_copy_white_24dp.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 3px;
  align-items: center;
  padding: 4px 10px 3px 24px;
  font-family: Calling Code, sans-serif;
  font-size: 11px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 12px;
  left: 12px;
}

.component-name.social-icons {
  color: #fff;
  background-color: #856fed;
  padding: 8px 12px 8px 32px;
  font-size: 16px;
  position: static;
}

.component-name.social-icons:hover {
  background-color: #93c5fd;
}

.component-section {
  z-index: 5;
  width: 100%;
  background-color: #f8fafc;
  border: 1px dashed #e2e9f0;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0);
}

.component-section:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #3aecba;
}

.component-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.dropdown-link {
  min-width: 200px;
  color: #253858;
  justify-content: space-between;
  padding: .5em 1.125em;
  font-size: .875em;
  transition: color .3s, background-color .3s;
  display: flex;
  overflow: hidden;
}

.dropdown-link:hover {
  color: #181b1e;
  background-color: #f1f5f9;
}

.dropdown {
  z-index: 50;
}

.line-static {
  width: 100%;
  height: 1px;
  background-color: #21262d;
}

.avatar-sm {
  width: 1.5em;
  height: 1.5em;
  object-fit: cover;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uppercase {
  text-transform: uppercase;
}

.square-sm {
  width: 1.3125em;
  height: 1.3125em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #474f58;
}

.button-outline:hover {
  box-shadow: inset 0 0 0 2px #fff;
}

.list-plan-pricing {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-top: 1em;
}

.team-pricing {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.header-team-pricing {
  background-color: #151b22;
  flex-direction: column;
  align-items: center;
  padding: 2.5em 1.5em 1.5em;
  display: flex;
  position: relative;
}

.description-team-pricing {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 1.5em 1.5em 2.5em;
  display: flex;
  position: relative;
}

.bg-green-300 {
  background-color: #86efac;
}

.item-team-pricing {
  border: 1px solid #21262d;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

._2x-pricing-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.pricing-info-list {
  z-index: 5;
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 2em;
  position: relative;
}

.avatar-2xl {
  width: 6em;
  height: 6em;
  object-fit: cover;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-2xl.outline-white {
  border: 4px solid #fff;
}

.avatar-2xl.outline-white.shadow-md {
  box-shadow: 0 8px 24px -8px #474f58;
}

.social-icons {
  font-family: Social Icons, sans-serif;
  line-height: 1;
}

.mixed-gallery-1 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
}

.info-on-hover {
  z-index: 5;
  color: #c5cfd9;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
  padding: 2em 1em 1em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-h4 {
  color: #c5cfd9;
  letter-spacing: -.01em;
  font-size: 1.5em;
  line-height: 1.2;
}

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

.image-wrapper-1-1.rounded-xs {
  padding-top: 100%;
}

.image-wrapper-1-1.rounded-xs.video {
  z-index: 5;
  padding-top: 0%;
}

.image-wrapper-1-1.rounded-xs.video.small-wide-push {
  height: 70%;
}

.image-wrapper-1-1.video {
  padding-top: 0%;
}

.timeline {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.timeline-chapter {
  z-index: 5;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-chapter-item {
  width: 40%;
}

.timeline-chapter-indicator {
  width: 1em;
  height: 1em;
  background-color: #3aecba;
  border: 4px solid #0d1117;
  border-radius: 9999px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-way-bg {
  z-index: 0;
  width: 2px;
  height: 100%;
  position: absolute;
  left: auto;
  right: auto;
  overflow: hidden;
}

.logo-tile-list {
  width: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 1px;
}

.logo-tile {
  height: 12em;
  background-color: #211839;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-tile-section {
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.client-logo-base {
  height: 2em;
  max-width: 6em;
}

.logo-tile-caption {
  height: 2em;
  text-align: center;
  text-transform: none;
  background-color: #0d1117;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .75em;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: -1em;
}

.logo-tile-caption.shadow-md {
  color: #fff;
  background-color: #211839;
  box-shadow: inset 0 0 0 1px #856fed, 0 8px 24px -8px #856fed;
}

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

.image-wrapper-4-3.rounded-xs {
  overflow: hidden;
}

.image-wrapper-4-3.rounded-xs-top {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.stats-3-column-sm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

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

.image-wrapper-16-9 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper-16-9.rounded-xs.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.image-wrapper-16-9.rounded-xs.fade-in-on-scroll {
  margin-top: 4rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: inline-block;
}

.image-wrapper-16-9.rounded-xs.fade-in-on-scroll.video {
  padding-top: 0%;
}

.image-wrapper-16-9.bg-indigo-500 {
  background-color: #856fed;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 48px;
  overflow: hidden;
}

.slide-nav-centered {
  height: 8em;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .25em;
  display: flex;
}

.circled-arrow-bottom {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  margin-bottom: 0;
  font-size: 12px;
}

.bg-blue-500 {
  background-color: #3b82f6;
}

.square-h4 {
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.square-h4.rounded-sm.bg-pink-100 {
  background-color: #d6f5ff;
}

.square-h3 {
  width: 2.25em;
  height: 2.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.square-h3.rounded-xs.bg-neutral-700 {
  background-color: #291e48;
}

.square-h3.rounded-full {
  overflow: hidden;
}

.link-with-underline {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.relative.bg-neutral-800 {
  min-height: 16%;
  background-color: rgba(22, 17, 39, 0);
}

.bg-white {
  background-color: #fff;
  position: relative;
}

.bg-red-400 {
  -webkit-text-fill-color: inherit;
  background-color: #f87575;
  background-clip: border-box;
}

.bg-red-300 {
  background-color: #fca9a9;
}

.bg-red-200 {
  background-color: #fecaca;
}

.bg-red-600 {
  background-color: #dc2828;
}

.bg-red-500 {
  background-color: #ef4848;
}

.bg-red-100 {
  background-color: #fee2e2;
}

.text-color-white {
  color: #fff;
}

.footer-1-link-gray {
  opacity: 1;
  color: #6c7681;
  font-size: .875em;
  transition: opacity .25s, color .25s;
}

.footer-1-link-gray:hover {
  color: #fff;
}

.bg-green-200 {
  background-color: #bbf7d0;
}

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

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

.pricing-title-cell {
  text-align: center;
  letter-spacing: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 700;
}

.pricing-cell {
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.content-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rounded-full {
  border-radius: 9999px;
}

.bg-blue-600 {
  background-color: #2563eb;
}

.bg-blue-200 {
  background-color: #bfdbfe;
}

.pricing-cell-1st {
  text-align: left;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-weight: 500;
  display: flex;
}

.square-h2 {
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.square-h2.rounded-sm.bg-neutral-800 {
  background-color: #211839;
}

.accordion-bottom-wrap {
  width: 100%;
}

.accordion-top-icon-wrap {
  width: 1em;
  height: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion {
  width: 100%;
  cursor: pointer;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  position: relative;
}

.accordion-divider {
  height: 0;
  border-top: 1px solid #21262d;
}

.accordion-bottom-text {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.accordion-icon-stripe-1 {
  width: 1px;
  height: 100%;
  background-color: #2f363d;
}

.accordion-top {
  width: 100%;
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-icon-stripe-2 {
  width: 100%;
  height: 1px;
  background-color: #2f363d;
  position: absolute;
}

.accordion-bottom {
  width: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.accordion-divider-wrap {
  display: block;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 1em;
  padding-bottom: 1em;
}

.post-thumb-simple {
  grid-column-gap: 1em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-thumb-simple._2x {
  grid-template-columns: 1fr 1fr;
}

.flex-vertical {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.post-thumb-simple-info {
  z-index: 10;
  width: 100%;
  background-color: #211839;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.avatar-xs {
  width: 1.125em;
  height: 1.125em;
  object-fit: cover;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-lg {
  width: 3em;
  height: 3em;
  object-fit: cover;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-lg.outline {
  border: 3px solid #fff;
}

.system-centered-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin: 8px 4px;
  display: grid;
  position: relative;
}

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

.global-social-list {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: start;
}

.global-social-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: auto;
  align-items: center;
}

.team-5x-sm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

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

.lightbox-play-button {
  z-index: 10;
  width: 6.25em;
  height: 6.25em;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

.lightbox-play-wrap {
  justify-content: center;
  align-items: center;
  font-size: 4em;
  line-height: 1;
  display: flex;
}

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

.text-base {
  letter-spacing: -.02em;
  font-size: 1em;
  line-height: 1.5;
}

.tab-link-simple {
  opacity: .5;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0f033a;
  border-radius: .375em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: .875em;
  font-weight: 600;
  line-height: 1;
  transition: opacity .25s;
  display: flex;
}

.tab-link-simple:hover {
  opacity: 1;
}

.tab-link-simple.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0d1117;
  background-image: linear-gradient(rgba(0, 196, 255, .11), rgba(0, 196, 255, .11));
  box-shadow: inset 0 0 0 1px #00c4ff;
}

.tab-simple-menu {
  z-index: 5;
  width: 100%;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 1em;
  display: grid;
}

.tab-simple-pane, .tab-simple-content {
  position: static;
}

.tab-simple {
  margin-top: 2em;
  position: static;
}

.static {
  position: static;
}

.author-inside-wrap {
  align-items: flex-end;
  margin-top: -2.625em;
  margin-bottom: 1.25em;
  display: flex;
}

.author-inside-image {
  border-radius: 9999px;
  box-shadow: 0 0 0 2.5px #0d1117;
}

.overflow-visible {
  overflow: visible;
}

.mixed-gallery-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1.5fr 1fr 1fr;
}

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

.title-3xl {
  letter-spacing: -.04em;
  font-family: Inter Display, sans-serif;
  font-size: 12em;
  font-weight: 700;
  line-height: 1.1;
}

.feature-underlined {
  width: 100%;
  color: #c5cfd9;
  border-bottom: 0 #21262d;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1em;
  display: flex;
}

.material-icons-sharp {
  text-transform: none;
  font-family: ICONS SHARP, sans-serif;
  font-weight: 400;
}

.reverse {
  direction: rtl;
}

.padding-2xl {
  padding: 2em;
  position: relative;
}

.post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .25fr;
}

.post-share {
  padding-bottom: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 5em;
}

.bg-twitter {
  color: #0d1117;
  background-color: #25a0ef;
  font-family: Social Icons, sans-serif;
}

.bg-facebook {
  color: #0d1117;
  background-color: #4367b0;
  font-family: Social Icons, sans-serif;
}

.bg-linkedin {
  color: #0d1117;
  background-color: #3375b0;
  font-family: Social Icons, sans-serif;
}

.share-column {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.letters-tighter {
  letter-spacing: -.05em;
}

.letters-tight {
  letter-spacing: -.025em;
}

.letters-normal {
  letter-spacing: 0;
}

.letters-loose {
  letter-spacing: .025em;
}

.letters-looser {
  letter-spacing: .05em;
}

.leading-none {
  line-height: 1;
}

.leading-tighter {
  line-height: 1.16;
}

.leading-tight {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 1.625;
}

.leading-looser {
  line-height: 2;
}

.title-2xl {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Inter Display, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1;
}

.font-weight-light {
  font-weight: 300;
}

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

.style-section {
  z-index: 0;
  width: 100%;
  padding-bottom: 2em;
  position: relative;
}

.style-section-heading {
  align-items: flex-start;
  margin-top: -3em;
  padding-top: 3em;
  display: flex;
  position: relative;
}

.rounded-sm {
  border-radius: .75em;
  overflow: hidden;
}

.rounded-md {
  border-radius: 1.5em;
  overflow: hidden;
}

.rounded-lg {
  border-radius: 2.25em;
  overflow: hidden;
}

.rounded-xl {
  border-radius: 3em;
}

.rounded-2xl {
  border-radius: 3.75em;
}

.system-class {
  color: #3aecba;
  letter-spacing: 0;
  font-family: Calling Code, sans-serif;
  font-size: 90%;
  font-weight: 400;
}

.hint {
  max-width: 80ch;
  color: #68758a;
  font-family: Calling Code, sans-serif;
  font-size: .75em;
}

.row-lg {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.hint-indent {
  margin-left: 7.5px;
  line-height: 2;
}

.square-lg {
  width: 1.875em;
  height: 1.875em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider {
  width: 100%;
  border-top: 1px dashed #20262d;
}

.example-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 8em 1fr;
  align-items: center;
  justify-items: start;
  position: relative;
  overflow: hidden;
}

.example-2x {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
}

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

.column-xxs {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.column-xxs.content-centered {
  justify-items: center;
  display: grid;
}

.row-xxs {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.row-xxs.items-center {
  align-items: center;
  display: grid;
}

.row-xxs.accordion {
  cursor: pointer;
  margin-top: 10px;
}

.row-base {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.row-base.items-center {
  align-items: center;
  display: grid;
}

.row-base.column-mobile {
  font-size: 12px;
}

.margin-xxs {
  margin: .25em;
}

.margin-xs {
  margin: .5em;
}

.margin-sm {
  margin: .75em;
}

.margin-base {
  margin: 1em;
}

.margin-md {
  margin: 1.25em;
}

.margin-lg {
  margin: 1.5em;
}

.margin-xl {
  margin: 1.75em;
}

.margin-2xl {
  margin: 2em;
}

.margin-3xl {
  margin: 2.25em;
}

.margin-4xl {
  margin: 2.5em;
}

.margin-5xl {
  margin: 3em;
}

.padding-xxs {
  padding: .25em;
}

.padding-xs {
  padding: .5em;
}

.padding-sm {
  padding: .75em;
}

.padding-md {
  width: 100%;
  padding: 1.25em;
  position: relative;
  overflow: hidden;
}

.padding-md.rounded-xs.bg-neutral-800 {
  background-color: #151b22;
}

.padding-3xl {
  padding: 2.25em;
  position: relative;
}

.padding-3xl.grow {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.padding-3xl.grow.bg-neutral-800 {
  background-color: #161127;
}

.padding-4xl {
  padding: 2.5em;
  position: relative;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.show-mobile {
  display: none;
}

.max-width-xxs {
  width: 100%;
  max-width: 12em;
}

.max-width-xs {
  width: 100%;
  max-width: 16em;
}

.max-width-sm {
  width: 100%;
  max-width: 20em;
}

.max-width-md {
  width: 100%;
  max-width: 24em;
}

.max-width-md.auto {
  margin-left: auto;
  margin-right: auto;
}

.max-width-lg {
  width: 100%;
  max-width: 32em;
}

.max-width-xl {
  width: 100%;
  max-width: 40em;
}

.max-width-2xl {
  width: 100%;
  max-width: 48em;
}

.max-width-2xl.logos {
  max-width: 100em;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.scrolling-loop {
  z-index: 10;
  display: flex;
  position: relative;
}

.scrolling-loop-item {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-guide-shadow-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 96px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.shadow-sm {
  box-shadow: inset 0 0 0 1px rgba(58, 70, 88, .12), 0 2px 4px -2px rgba(58, 70, 88, .64);
}

.shadow {
  box-shadow: inset 0 0 0 1px #20262d, 0 4px 8px -4px #0d1117;
}

.shadow-md {
  box-shadow: inset 0 0 0 1px #2f363d, 0 8px 24px -8px #6c7681;
}

.shadow-lg {
  box-shadow: inset 0 0 0 1px rgba(58, 70, 88, .12), 0 24px 40px -24px rgba(58, 70, 88, .32);
}

.shadow-xl {
  box-shadow: inset 0 0 0 1px rgba(58, 70, 88, .12), 0 32px 56px -24px rgba(58, 70, 88, .32);
}

.shadow-2xl {
  box-shadow: inset 0 0 0 1px rgba(58, 70, 88, .12), 0 40px 64px -32px rgba(58, 70, 88, .64);
}

.font-weight-extrabold {
  font-weight: 800;
}

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

.code {
  color: #3aecba;
  font-family: Calling Code, sans-serif;
  font-size: 80%;
  font-weight: 400;
}

.code.default {
  color: #b5518c;
}

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

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

.font-sans {
  font-family: Inter, sans-serif;
}

.font-serif {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.font-weight-black {
  font-weight: 900;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-extralight {
  font-weight: 200;
}

.example-color-row {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
}

.example-color {
  height: 44px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
  overflow: hidden;
}

.bg-slate-50 {
  background-color: #f8fafc;
}

.bg-slate-100 {
  background-color: #f1f5f9;
}

.bg-slate-200 {
  background-color: #e2e9f0;
}

.bg-slate-300 {
  background-color: #cbd5e1;
}

.bg-slate-400 {
  background-color: #94a4b8;
}

.bg-slate-500 {
  background-color: #64768b;
}

.bg-slate-600 {
  background-color: #475669;
}

.bg-slate-700 {
  background-color: #334255;
}

.bg-slate-800 {
  background-color: #1e2a3b;
}

.bg-slate-900 {
  color: #acb8c4;
  background-color: #0f182a;
}

.example-color-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.bg-red-700 {
  background-color: #b91e1e;
}

.bg-red-800 {
  background-color: #991f1f;
}

.bg-red-900 {
  background-color: #3e0d01;
}

.bg-orange-50 {
  background-color: #fff7ed;
}

.bg-orange-100 {
  background-color: #ffedd5;
}

.bg-orange-200 {
  background-color: #fed9af;
}

.bg-orange-300 {
  background-color: #fdbd79;
}

.bg-orange-400 {
  background-color: #fb9541;
}

.bg-orange-500 {
  background-color: #f9761b;
}

.bg-orange-600 {
  background-color: #ea5b10;
}

.bg-orange-700 {
  background-color: #c24310;
}

.bg-orange-800 {
  background-color: #9a3716;
}

.bg-orange-900 {
  background-color: #7c2f15;
}

.example-color-name {
  height: 44px;
  color: #c5cfd9;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.bg-yellow-100 {
  background-color: #fefcc3;
}

.bg-yellow-200 {
  background-color: #fef68a;
}

.bg-yellow-300 {
  background-color: #fde847;
}

.bg-yellow-400 {
  background-color: #fad815;
}

.bg-yellow-500 {
  background-color: #eab908;
}

.bg-yellow-600 {
  background-color: #ca9504;
}

.bg-yellow-700 {
  background-color: #a16907;
}

.bg-yellow-800 {
  background-color: #85530e;
}

.bg-yellow-900 {
  background-color: #714312;
}

.bg-lime-50 {
  background-color: #f7fee7;
}

.bg-lime-100 {
  background-color: #ecfccb;
}

.bg-lime-200 {
  background-color: #d9f99d;
}

.bg-lime-300 {
  background-color: #bef264;
}

.bg-lime-400 {
  background-color: #a3e635;
}

.bg-lime-500 {
  background-color: #84cc16;
}

.bg-lime-600 {
  background-color: #65a30d;
}

.bg-lime-700 {
  background-color: #4d7c0f;
}

.bg-lime-800 {
  background-color: #3f6212;
}

.bg-lime-900 {
  background-color: #365314;
}

.bg-green-400 {
  background-color: #4ade80;
}

.bg-green-500 {
  background-color: #22c55e;
}

.bg-green-600 {
  background-color: #16a34a;
}

.bg-green-700 {
  background-color: #15803d;
}

.bg-green-800 {
  background-color: #166534;
}

.bg-green-900 {
  background-color: #14532d;
}

.bg-teal-300 {
  background-color: #5eead4;
}

.bg-teal-400 {
  background-color: #2dd4bf;
}

.bg-teal-500 {
  background-color: #14b8a6;
}

.bg-teal-600 {
  background-color: #0d9488;
}

.bg-teal-700 {
  background-color: #0f766e;
}

.bg-teal-800 {
  background-color: #115e59;
}

.bg-teal-900 {
  background-color: #043a2d;
}

.bg-cyan-50 {
  background-color: #ecfeff;
}

.bg-cyan-100 {
  background-color: #cffafe;
}

.bg-cyan-200 {
  background-color: #a5f3fc;
}

.bg-cyan-300 {
  background-color: #67e8f9;
}

.bg-cyan-400 {
  background-color: #22d3ee;
}

.bg-cyan-500 {
  background-color: #06b6d4;
}

.bg-cyan-600 {
  background-color: #0891b2;
}

.bg-cyan-700 {
  background-color: #0e7490;
}

.bg-cyan-800 {
  background-color: #155e75;
}

.bg-cyan-900 {
  background-color: #164e63;
}

.bg-sky-50 {
  background-color: #f0f9ff;
}

.bg-sky-100 {
  background-color: #e0f2fe;
}

.bg-sky-200 {
  background-color: #bae6fd;
}

.bg-sky-300 {
  background-color: #7dd3fc;
}

.bg-sky-400 {
  background-color: #38bdf8;
}

.bg-sky-500 {
  background-color: #0ea5e9;
}

.bg-sky-600 {
  background-color: #0284c7;
}

.bg-sky-700 {
  background-color: #0369a1;
}

.bg-sky-800 {
  background-color: #075985;
}

.bg-sky-900 {
  background-color: #0c4a6e;
}

.bg-blue-400 {
  background-color: #60a5fa;
}

.bg-blue-700 {
  background-color: #1d4ed8;
}

.bg-blue-800 {
  background-color: #1e40af;
}

.bg-blue-900 {
  background-color: #1e3a8a;
}

.bg-indigo-50 {
  background-color: #eef2ff;
}

.bg-indigo-100 {
  background-color: #e0e7ff;
}

.bg-indigo-200 {
  background-color: #c7d2fe;
}

.bg-indigo-300 {
  background-color: #a5b4fc;
}

.bg-indigo-400 {
  background-color: #818cf8;
}

.bg-indigo-500 {
  background-color: #6366f1;
}

.bg-indigo-600 {
  background-color: #4f46e5;
}

.bg-indigo-700 {
  background-color: #4338ca;
}

.bg-indigo-800 {
  background-color: #3730a3;
}

.bg-indigo-900 {
  background-color: #312e81;
}

.bg-violet-50 {
  background-color: #f5f3ff;
}

.bg-violet-100 {
  background-color: #ede9fe;
}

.bg-violet-200 {
  background-color: #ddd6fe;
}

.bg-violet-300 {
  background-color: #c4b5fd;
}

.bg-violet-400 {
  background-color: #a78bfa;
}

.bg-violet-500 {
  background-color: #8b5cf6;
}

.bg-violet-600 {
  background-color: #7c3aed;
}

.bg-violet-700 {
  background-color: #6d28d9;
}

.bg-violet-800 {
  background-color: #5b21b6;
}

.bg-violet-900 {
  background-color: #4c1d95;
}

.bg-purple-300 {
  background-color: #d8b4fe;
}

.bg-purple-400 {
  background-color: #c084fc;
}

.bg-purple-500 {
  background-color: #a855f7;
}

.bg-purple-600 {
  background-color: #9333ea;
}

.bg-purple-700 {
  background-color: #7e22ce;
}

.bg-purple-800 {
  background-color: #6b21a8;
}

.bg-purple-900 {
  background-color: #581c87;
}

.bg-pink-50 {
  background-color: #fdf2f8;
}

.bg-pink-100 {
  background-color: #fce7f3;
}

.bg-pink-200 {
  background-color: #fbcfe8;
}

.bg-pink-300 {
  background-color: #f9a8d4;
}

.bg-pink-400 {
  background-color: #f472b6;
}

.bg-pink-500 {
  background-color: #ec4899;
}

.bg-pink-600 {
  background-color: #db2777;
}

.bg-pink-700 {
  background-color: #be185d;
}

.bg-pink-800 {
  background-color: #9d174d;
}

.bg-pink-900 {
  background-color: #831843;
}

.bg-rose-50 {
  background-color: #fff1f2;
}

.bg-rose-100 {
  background-color: #ffe4e6;
}

.bg-rose-200 {
  background-color: #fecdd3;
}

.bg-rose-300 {
  background-color: #fda4af;
}

.bg-rose-400 {
  background-color: #fb7185;
}

.bg-rose-500 {
  background-color: #f43f5e;
}

.bg-rose-600 {
  background-color: #e11d48;
}

.bg-rose-700 {
  background-color: #be123c;
}

.bg-rose-800 {
  background-color: #9f1239;
}

.example-color-item {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.bg-amber-50 {
  background-color: #fffbeb;
}

.bg-amber-100 {
  background-color: #fef3c7;
}

.bg-amber-200 {
  background-color: #fde68a;
}

.bg-amber-300 {
  background-color: #fcd34d;
}

.bg-amber-400 {
  background-color: #fbbf24;
}

.bg-amber-500 {
  background-color: #f59e0b;
}

.bg-amber-600 {
  background-color: #d97706;
}

.bg-amber-700 {
  background-color: #b45309;
}

.bg-amber-800 {
  background-color: #92400e;
}

.bg-amber-900 {
  background-color: #78350f;
}

.bg-rose-900 {
  background-color: #881337;
}

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

.book-wrap {
  perspective: 1200px;
  margin-bottom: 1em;
  position: relative;
}

.book-title {
  z-index: 5;
  height: 20em;
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #0d1117;
  background-image: url('../images/Rectangle-26.jpg'), linear-gradient(131deg, #f87575 5%, #f59e0b 95%);
  background-position: 100%, 0 0;
  background-size: cover, auto;
  border-radius: .125em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1em 1em 1em 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.book-title._2nd {
  background-image: url('../images/Image-7.jpg'), linear-gradient(131deg, #fde847 5%, #22c55e 95%);
  background-position: 100%, 0 0;
  background-size: cover, auto;
}

.book-title._3rd {
  background-image: url('../images/Rectangle-38.jpg'), linear-gradient(131deg, #38bdf8 5%, #4f46e5 95%);
  background-position: 0%, 0 0;
  background-size: cover, auto;
}

.book-title._4th {
  background-image: url('../images/Rectangle-7.jpg'), linear-gradient(131deg, #8b5cf6 5%, #db2777 95%);
  background-position: 100%, 0 0;
  background-size: cover, auto;
}

.book-bottom {
  z-index: 0;
  color: #0d1117;
  background-color: #fffbeb;
  border-radius: .125em;
  padding: 1em .5em 1em 1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 6px 6px 20px -12px #78350f, 0 12px 24px -16px #78350f, -17px 17px 32px -36px #f59e0b;
}

.book-bottom._2nd {
  background-color: #f0fdf4;
  box-shadow: 6px 6px 20px -12px #15803d, 0 12px 24px -16px #14532d, -17px 17px 32px -36px #4ade80;
}

.book-bottom._3rd {
  background-color: #eef2ff;
  box-shadow: 6px 6px 20px -12px #4f46e5, 0 12px 24px -16px #312e81, -17px 17px 32px -36px #818cf8;
}

.book-bottom._4th {
  background-color: #fdf2f8;
  box-shadow: 6px 6px 20px -12px #831843, 0 12px 24px -16px #831843, -17px 17px 32px -36px #f472b6;
}

.book-side {
  width: .75em;
  mix-blend-mode: soft-light;
  background-image: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0) 53%);
  border-right: 1px solid rgba(255, 255, 255, .34);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.book-caption {
  z-index: 1;
  opacity: .5;
  color: #0d1117;
  letter-spacing: -.02em;
  mix-blend-mode: multiply;
  font-weight: 600;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: 1.5em;
  right: auto;
}

.text-xxs {
  font-size: .625em;
  line-height: 1.5;
}

.padding-xxxs {
  padding: .125em;
}

.padding-6xl {
  padding: 4em;
  position: relative;
}

.padding-6xl.rounded-xs.gradient__03 {
  background-image: radial-gradient(circle at 0 -50%, rgba(255, 255, 255, 0) 3%, #00c4ff 44%, rgba(255, 255, 255, 0) 72%), radial-gradient(circle at 50% 100%, #e923cb, #00c4ff);
}

.padding-6xl.rounded-xs.bg-neutral-800.fade-in-on-scroll {
  background-color: #161127;
  padding-top: 0;
}

.padding-7xl {
  padding: 5em;
}

.padding-8xl {
  padding: 6em;
  position: relative;
}

.padding-9xl {
  padding: 8em;
}

.padding-10xl {
  padding: 10em;
}

.padding-11xl {
  padding: 12em;
}

.padding-0 {
  padding: 0;
}

.margin-xxxs {
  margin: .125em;
}

.margin-6xl {
  margin: 4em;
}

.margin-7xl {
  margin: 5em;
}

.margin-8xl {
  margin: 6em;
}

.margin-9xl {
  margin: 8em;
}

.margin-10xl {
  margin: 10em;
}

.margin-11xl {
  margin: 12em;
}

.show-tablet {
  display: none;
}

.padding-5xl {
  padding: 3em;
  position: relative;
}

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

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

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

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

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

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

.margin-top.margin-9xl.home-main {
  margin-top: 6em;
}

.margin-top.margin-9xl.home-main.margin-top-extra {
  margin-top: 9em;
}

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

.margin-bottom.margin-2xl {
  margin-bottom: 8em;
}

.margin-bottom.logos-margin {
  margin-bottom: .5em;
}

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

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

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

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

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

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

.gradient__01 {
  height: 100%;
  background-image: radial-gradient(circle at -25% -50%, #0d1117 36%, rgba(13, 17, 23, 0) 48%), radial-gradient(circle at -25% 150%, #0d1117 45%, rgba(13, 17, 23, 0) 89%), radial-gradient(circle at -25% -100%, rgba(13, 17, 23, 0) 55%, rgba(13, 17, 23, .28) 65%, rgba(13, 17, 23, 0) 68%), radial-gradient(circle at -33% -75%, #1f00cc 48%, rgba(131, 5, 49, 0) 56%), radial-gradient(circle farthest-side at 0 -50%, rgba(13, 17, 23, 0) 64%, rgba(1, 2, 36, .4) 69%, rgba(13, 17, 23, 0) 81%), radial-gradient(circle at 0 -50%, rgba(13, 17, 23, 0) 33%, #010c5f 51%, rgba(13, 17, 23, 0) 72%);
  border-radius: 1px;
}

.cms {
  width: 100%;
}

.rounded-xs {
  border-radius: .5em;
  position: relative;
  overflow: hidden;
}

.rounded-xs.bg-neutral-800 {
  background-color: #151b22;
}

.micons-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  margin-top: 5rem;
  padding-top: 0;
  position: relative;
}

.text-color-red-400 {
  color: #f87575;
}

.line-horiz {
  height: 1px;
  background-color: #20262d;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.line-vert {
  width: 1px;
  background-color: #20262d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.text-color-amber-500 {
  color: #f59e0b;
}

.text-color-teal-500 {
  color: #14b8a6;
}

.text-color-sky-500 {
  color: #0ea5e9;
  font-style: normal;
}

.text-color-red-500 {
  color: #ef4848;
}

.footer-1-cta-grid {
  z-index: 1;
  width: 100%;
  max-width: 40em;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  position: relative;
}

.column-xl {
  z-index: 5;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
  position: relative;
}

.column-xl.content-centered {
  justify-items: center;
  display: grid;
}

.footer-1-logo {
  width: 8em;
}

.footer-1-sub-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-top: .5em;
}

.browser-icon {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.browser-top-bar-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.browser-top-bar-right-contents {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.browser-mockup {
  z-index: 5;
  width: 100%;
  border-radius: .5em;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.browser-mockup.bg-neutral-800 {
  background-color: rgba(21, 27, 34, 0);
}

.browser-mockup.outline {
  border: 1px solid rgba(100, 116, 139, .25);
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.browser-top-bar-left {
  width: 170px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.browser-top-bar-center {
  max-width: 40%;
  flex: 1;
  position: relative;
}

.browser-arrows {
  display: flex;
}

.browser-search-bar {
  height: 26px;
  max-width: 100%;
  color: #acb8c4;
  text-align: center;
  white-space: nowrap;
  background-color: #f8fafc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.browser-window {
  flex: 1;
  padding: 1.15em;
  position: relative;
}

.browser-top-bar {
  z-index: 10;
  color: #474f58;
  justify-content: space-between;
  align-items: center;
  padding: 10px 1.25em;
  font-family: ICONS FILLED, sans-serif;
  display: flex;
}

.browser-top-bar.underlined {
  border-bottom: 1px solid #20262d;
}

.browser-top-bar.underlined.white {
  border-bottom-color: rgba(100, 116, 139, .25);
}

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

.text-color-neutral-600 {
  color: #2f363d;
}

.font-title {
  color: #fff;
  font-family: Inter Display, sans-serif;
  position: relative;
}

.font-title.text-color-white {
  color: #fff;
}

.font-title.text-color-red-500 {
  color: #ef4848;
}

.font-title.text-color-teal-500 {
  color: #14b8a6;
}

.font-title.text-color-sky-500 {
  color: #0ea5e9;
}

.font-title.text-color-amber-500 {
  color: #f59e0b;
}

.font-title.text-black {
  color: #000;
  font-family: DM Sans, sans-serif;
}

.font-title.font-3em {
  font-size: 3em;
}

.font-title.margin-about {
  padding-bottom: 30px;
}

.contact-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.container-fluid {
  z-index: 5;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.template-thumb-wrap {
  background-color: #151b22;
  border-radius: .25em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em 2em 1em;
  transition: box-shadow .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-thumb-wrap:hover {
  background-color: #20262d;
}

.template-thumb-desktop {
  width: 100%;
  object-fit: contain;
  background-color: #0d1117;
  border-radius: .25em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-animated {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #21262d, rgba(33, 38, 45, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.fade-in-on-scroll {
  color: #fff;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

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

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

.bg-gray-300 {
  background-color: #d1d5db;
}

.bg-gray-400 {
  background-color: #9ca4af;
}

.bg-gray-500 {
  background-color: #6b7380;
}

.bg-gray-600 {
  background-color: #4b5663;
}

.bg-gray-700 {
  background-color: #374251;
}

.bg-gray-800 {
  color: #fff;
  background-color: #1f2a37;
}

.bg-gray-900 {
  color: #0d1117;
  background-color: #111927;
}

.bg-neutral-50 {
  background-color: #eaf3fc;
}

.bg-neutral-100 {
  background-color: #c5cfd9;
}

.bg-neutral-200 {
  background-color: #acb8c4;
}

.bg-neutral-300 {
  background-color: #88939e;
}

.bg-neutral-400 {
  background-color: #6c7681;
}

.bg-neutral-500 {
  background-color: #474f58;
}

.bg-neutral-600 {
  background-color: #2f363d;
}

.bg-neutral-700 {
  background-color: #20262d;
}

.bg-neutral-800 {
  background-color: #151b22;
}

.bg-neutral-800.curve-bottom {
  background-color: #161127;
}

.bg-neutral-900 {
  background-color: #0d1117;
}

.cms-work-2x-link {
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-10 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.fill-text-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #0d1117;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-image {
  width: 40px;
}

.text-work-link {
  letter-spacing: -.02em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-play-animated {
  letter-spacing: -.04em;
  text-transform: uppercase;
  border: .125em solid #0d1117;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .4em .5em .1em;
  font-size: 2em;
  line-height: 1;
  transition: padding .6s cubic-bezier(.55, 0, .1, 1);
  display: flex;
  position: relative;
}

.lightbox-play-animated:hover {
  padding-right: 2em;
}

.header-section {
  width: 100%;
  padding-top: 12em;
  padding-bottom: 8em;
}

.hero-grid-halves {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.nav-link {
  z-index: 1;
  perspective: 800px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  color: #c5cfd9;
  letter-spacing: .03em;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter Display, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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

.nav-link.w--current {
  color: #3b82f6;
}

.nav-link._1st {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.nav-link._1st.hide-mobile.sales-btn {
  margin-right: 1em;
  padding-left: 0;
  padding-right: 0;
}

.nav-link._1st.only-mobile, .nav-link.hidden {
  display: none;
}

.nav-link.language {
  max-width: 54px;
}

.navbar-nav-menu {
  align-items: center;
  display: flex;
}

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

.nav-link-dropdown {
  color: #c5cfd9;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link-dropdown.language {
  max-width: 100px;
}

.nav-link-dropdown-list {
  min-width: 200px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5em;
  margin-left: -32px;
  padding: 0;
}

.nav-link-dropdown-list.lang-dropdown.w--open {
  max-width: 160px;
  min-width: 160px;
}

.navbar-shadow {
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(13, 17, 23, .88);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-list {
  z-index: 1001;
  width: 100%;
  max-width: 64em;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.brand {
  width: 120px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  display: flex;
}

.navbar {
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-under-navbar {
  margin-top: -100px;
  position: relative;
  overflow: hidden;
}

.section-under-navbar.bg-tile-top-lg.bg-indigo-900 {
  background-color: #104c5d;
  background-image: linear-gradient(to top, #100c1c, rgba(13, 17, 23, 0) 15%), linear-gradient(#100c1c, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #100c1c), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section-under-navbar.bg-tile-top-lg.bg-sky-900 {
  background-color: #5b2b83;
  background-image: linear-gradient(to top, #0d1117, rgba(13, 17, 23, 0) 15%), linear-gradient(#0d1117, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #100c21), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
}

.section-under-navbar.gradient__02 {
  background-image: linear-gradient(#050114 7%, rgba(13, 17, 23, 0) 20%), radial-gradient(circle farthest-side at -25% 150%, #050114 48%, rgba(13, 17, 23, 0) 65%), radial-gradient(circle at -25% -125%, rgba(13, 17, 23, 0) 50%, #050114 70%, rgba(13, 17, 23, 0) 72%), radial-gradient(circle at 0 -50%, #050114 32%, rgba(255, 255, 255, 0) 62%), radial-gradient(circle farthest-side at 0 -25%, #856fed 50%, rgba(13, 17, 23, 0) 72%), radial-gradient(circle at 50% -100%, #00c4ff 26%, rgba(13, 17, 23, 0) 72%);
}

.section-under-navbar.gradient__01 {
  background-image: radial-gradient(circle at -25% -50%, #0a0227 36%, rgba(13, 17, 23, 0) 48%), radial-gradient(circle at -25% 150%, #050114 45%, rgba(13, 17, 23, 0) 89%), radial-gradient(circle at -25% -100%, rgba(13, 17, 23, 0) 55%, rgba(13, 17, 23, .28) 65%, rgba(13, 17, 23, 0) 68%), radial-gradient(circle at -33% -75%, #00c4ff 48%, rgba(131, 5, 49, 0) 56%), radial-gradient(circle farthest-side at 0 -50%, rgba(13, 17, 23, 0) 64%, rgba(1, 2, 36, .4) 69%, rgba(13, 17, 23, 0) 81%), radial-gradient(circle at 0 -50%, rgba(13, 17, 23, 0) 33%, #640055 51%, rgba(13, 17, 23, 0) 72%);
}

.section-under-navbar.gradient__01._404 {
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
}

.section-under-navbar.gray {
  background-color: #474747;
}

.button-label {
  z-index: 5;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.button-label.icon-dropdown {
  margin-right: 1em;
  font-family: ICONS FILLED, sans-serif;
}

.button-hover-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 9999px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._20ch {
  max-width: 20ch;
}

.sticky-scalable {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.footer-1-dark-with-cta {
  z-index: 10;
  width: 100%;
  color: #0d1117;
  background-color: #0d1117;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 2em;
  position: relative;
}

.footer-1-nav-heading {
  color: #c5cfd9;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: .625em;
  font-weight: 700;
}

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

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

.icon-base {
  width: 2em;
}

._3x-feature-line-bottom {
  height: 1px;
  background-color: #3a2a65;
  position: absolute;
  top: auto;
  bottom: -1.5em;
  left: 0%;
  right: 0%;
}

._3x-feature-line-bottom.tablet, ._3x-feature-line-bottom.mobile {
  display: none;
}

._3x-feature-line-left {
  width: 1px;
  background-color: #3a2a65;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -1.5em;
  right: auto;
}

._3x-feature-line-left.tablet {
  display: none;
}

._3x-feature-line-left.hide-mobile {
  background-color: #3a2a65;
}

.pricing-4x-item {
  border-radius: .25em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-4x-item.popular-plan {
  box-shadow: 0 0 0 6px #856fed;
}

.pricing-4x-top {
  width: 100%;
  color: #c5cfd9;
  background-color: #151b22;
  border-radius: .25em;
  padding-top: 3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.pricing-4x-price {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.price-md {
  color: #fff;
  font-family: Inter Display, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}

.pricing-4x-dollar-sign {
  position: absolute;
  left: -.1em;
  transform: translate(-100%);
}

.pricing-4x-monthly {
  position: absolute;
  right: 0;
  transform: translate(100%);
}

.pricing-4x-bottom {
  width: 100%;
  flex: 1;
  padding: 3em 1.5em 1.5em;
}

.price-inside {
  transform: translate(0, 50%);
}

.badge-most-popular {
  z-index: 10;
  color: #fff;
  text-transform: none;
  background-color: #856fed;
  border-radius: 9999px;
  margin-top: -2px;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  transform: translate(0, -50%);
}

.tweet-card {
  width: 100%;
  height: 100%;
  max-width: 20em;
  background-color: #151b22;
  border-radius: .5em;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
  display: flex;
  box-shadow: inset 0 0 0 1px #20262d;
}

.icon-2xl {
  width: 6em;
}

.tooltip-text {
  z-index: 100;
  width: 12em;
  color: #acb8c4;
  text-align: left;
  letter-spacing: -.01em;
  background-color: #151b22;
  border-radius: 4px;
  padding: 10px;
  font-size: .75em;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 32px;
  right: auto;
  box-shadow: inset 0 0 0 1px #20262d;
}

.accordion-wrapper {
  z-index: 3;
  width: 100%;
  color: #64748b;
  cursor: pointer;
  border-bottom: 1px solid #e2e8f0;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  position: relative;
  overflow: hidden;
}

.column-base-2 {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
  position: relative;
}

.accordion-content {
  z-index: 2;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.annual-badge {
  color: #3aecba;
  font-size: .75em;
  position: absolute;
  top: .5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.annual-badge.annual {
  color: #00c4ff;
}

.tooltip-icon {
  font-family: ICONS ROUNDED, sans-serif;
}

.container-xs {
  z-index: 5;
  width: 100%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.tab-link-rounded {
  color: #c5cfd9;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .25em;
  padding: 1em 3em;
  font-size: 1em;
}

.tab-link-rounded.w--current {
  color: #fff;
  background-color: rgba(0, 82, 204, .25);
  box-shadow: inset 0 0 0 1px #856fed;
}

.tooltip-wrap {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.tooltip-wrap:hover {
  color: #3aecba;
}

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

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

.tabs-menu-rounded {
  background-color: #151b22;
  border-radius: .25em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: .25em;
}

.text-color-accent {
  color: #3aecba;
}

.form-vertical {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.circle-shape__1 {
  width: 32em;
  height: 32em;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  box-shadow: 0 -32px 80px -72px rgba(236, 58, 236, .25);
}

.bg-shapes-wrap {
  z-index: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.circle-shape__5 {
  width: 96em;
  height: 96em;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  box-shadow: 0 -32px 80px -72px rgba(236, 58, 236, .25);
}

.circle-shape__4 {
  width: 80em;
  height: 80em;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  box-shadow: 0 -32px 80px -72px rgba(236, 58, 236, .25);
}

.text-field-rounded {
  height: 3.35em;
  color: #c5cfd9;
  background-color: #151b22;
  border: 1px #000;
  border-radius: 2em;
  align-items: center;
  margin-bottom: 0;
  padding: 1em 1.5em;
  font-size: 1.125em;
  font-weight: 400;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #20262d;
}

.text-field-rounded:hover {
  box-shadow: inset 0 0 0 1px #2f363d;
}

.text-field-rounded:focus {
  box-shadow: inset 0 0 0 1px #acb8c4;
}

.text-field-rounded::-ms-input-placeholder {
  color: #474f58;
}

.text-field-rounded::placeholder {
  color: #474f58;
}

.circle-shape__0 {
  width: 16em;
  height: 16em;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  box-shadow: 0 -32px 80px -72px rgba(236, 58, 236, .25);
}

.circle-shape__3 {
  width: 64em;
  height: 64em;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  box-shadow: 0 -32px 80px -72px rgba(236, 58, 236, .25);
}

.container-xxs {
  z-index: 5;
  width: 100%;
  max-width: 32em;
  perspective: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.circle-shape__2 {
  width: 48em;
  height: 48em;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  box-shadow: 0 -32px 80px -72px rgba(236, 58, 236, .25);
}

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

.form-block.linkform {
  width: 80%;
}

.footer-1-cta-box {
  z-index: 5;
  text-align: center;
  background-color: #856fed;
  border-radius: .5em;
  flex-direction: column;
  align-items: center;
  margin-top: -4em;
  margin-bottom: 3em;
  padding: 4em 6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-gray-500 {
  color: #6b7380;
}

.nav-link-angle {
  z-index: 0;
  width: 18px;
  height: 10px;
  position: absolute;
  top: -6px;
  bottom: auto;
  left: 52px;
  right: auto;
}

.style-intro-wrap {
  width: 100%;
  min-height: 75vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.text-block-8 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: .75em;
}

.book-description {
  color: #acb8c4;
  font-size: .75em;
}

.book-bottom-text {
  opacity: .2;
  font-size: .25em;
}

.book-description-wrap {
  padding-left: .75em;
  padding-right: .75em;
}

.style-header {
  border-radius: .5em;
  padding: 12em 6em;
  position: relative;
  overflow: hidden;
}

.style-header.bg-neutral-800 {
  background-color: #161127;
}

.steps-icon {
  height: 2em;
  min-width: 2em;
  border-radius: 32%;
  justify-content: center;
  align-items: center;
  font-size: .75em;
  line-height: 1;
  display: flex;
  box-shadow: inset 0 0 0 1px #2f363d;
}

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

.steps-line {
  width: 1px;
  background-color: #20262d;
  flex: 1;
  margin-top: .5em;
  margin-bottom: -1.5em;
}

.hint-wrap {
  width: 100%;
  border-top: 1px solid rgba(23, 23, 23, .1);
  margin-top: 1.25em;
  padding-top: .5em;
}

.gradient__02 {
  height: 100%;
  background-image: linear-gradient(#0d1117 7%, rgba(13, 17, 23, 0) 20%), radial-gradient(circle farthest-side at -25% 150%, #0d1117 48%, rgba(13, 17, 23, 0) 65%), radial-gradient(circle at -25% -125%, rgba(13, 17, 23, 0) 50%, #0d1117 70%, rgba(13, 17, 23, 0) 72%), radial-gradient(circle at 0 -50%, #0d1117 32%, rgba(255, 255, 255, 0) 62%), radial-gradient(circle farthest-side at 0 -25%, #007252 50%, rgba(13, 17, 23, 0) 72%), radial-gradient(circle at 50% -100%, #05f 26%, rgba(13, 17, 23, 0) 72%);
}

.icon-xl {
  width: 5em;
}

.icon-lg {
  width: 4em;
}

.icon-md {
  width: 3em;
}

.side-by-side-3-to-2 {
  width: 100%;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.image-bg-contain {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side-by-side-2-to-3 {
  width: 100%;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.side-by-side-list {
  z-index: 5;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  position: relative;
}

.image-bg-cover {
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: grayscale();
  mix-blend-mode: multiply;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-bg-cover.luminosity {
  filter: none;
  mix-blend-mode: luminosity;
}

.how-to-list {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.how-to-column {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
  position: relative;
}

.integration-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 5em;
  height: 5em;
  background-color: #fff;
  border-radius: 9999px;
  margin: .5em;
  padding: 1em;
}

.bg-pattern-image {
  width: 100%;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-pattern-image.cover {
  height: 100%;
  object-fit: cover;
}

.bg-pattern-wrap {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-pattern-wrap.centered {
  align-items: center;
}

.side-by-side-1-to-1 {
  width: 100%;
  height: auto;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 0;
  position: relative;
}

.side-by-side-1-to-1.extra-padding {
  padding-top: 6rem;
}

.side-by-side-1-to-1.flip-side {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.curve-bottom {
  width: auto;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin-left: -40em;
  margin-right: -40em;
  padding-bottom: 10em;
  padding-left: 40em;
  padding-right: 40em;
  position: relative;
  overflow: hidden;
}

.template-thumb-image {
  z-index: 6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.template-thumb-image.center {
  object-position: 50% 50%;
}

.line-holder {
  width: 100%;
  position: relative;
}

.line-holder.invert {
  transform: rotate(180deg);
}

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

.curve-top {
  width: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -40em;
  margin-right: -40em;
  padding-top: 10em;
  padding-left: 40em;
  padding-right: 40em;
  position: relative;
  overflow: hidden;
}

.text-color-cyan-500 {
  color: #06b6d4;
}

.image-wrapper-3-4 {
  width: 100%;
  background-color: #3aecba;
  padding-top: 124%;
  position: relative;
  overflow: hidden;
}

.image-wrapper-3-4.rounded-xs.fade-in-on-scroll.video {
  padding-top: 0%;
}

.split-section-full {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

.sign-up-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  position: relative;
}

.sign-up-container {
  z-index: 5;
  width: 100%;
  max-width: 24em;
  perspective: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sign-up-text-field {
  height: 3.5em;
  color: #c5cfd9;
  background-color: #161127;
  border: 1px #000;
  margin-bottom: 0;
  padding: 1em 1.125em 1em 3em;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
  transition: background-color .25s, box-shadow .25s;
  position: relative;
  box-shadow: inset 0 0 0 1px #291e48;
}

.sign-up-text-field:hover {
  background-color: #20262d;
}

.sign-up-text-field:active {
  color: #c5cfd9;
}

.sign-up-text-field:focus {
  box-shadow: inset 0 0 0 1px #475669;
}

.sign-up-text-field::-ms-input-placeholder {
  color: #acb8c4;
}

.sign-up-text-field::placeholder {
  color: #acb8c4;
}

.sign-up-text-field.first {
  background-color: #161127;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  box-shadow: inset 0 0 0 1px #291e48;
}

.sign-up-text-field.last {
  background-color: #161127;
  border-bottom-right-radius: .5em;
  border-bottom-left-radius: .5em;
  box-shadow: inset 0 0 0 1px #291e48;
}

.sign-up-field-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.checkbox {
  width: 1.3em;
  height: 1.3em;
  border-color: #2f363d;
  margin-top: 0;
  margin-left: -2em;
}

.checkbox:hover {
  border-color: #474f58;
}

.checkbox.w--redirected-checked {
  background-color: #3aecba;
  background-size: 50%;
  border-color: #3aecba;
}

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

.checkbox-field {
  margin-bottom: 0;
  padding-left: 2em;
  font-size: .75em;
}

.slider-arrow {
  width: 2.5em;
  height: 2.5em;
  color: #6c7681;
  background-color: #2f363d;
  border-radius: 9999px;
  font-size: .75em;
  transition: color .3s, background-color .3s;
}

.slider-arrow:hover {
  color: #c5cfd9;
  background-color: #20262d;
}

.slider-arrow.align-bottom {
  margin-bottom: 0;
}

.sign-up-social-link {
  position: relative;
}

.sign-up-other {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 2em;
  display: grid;
  position: relative;
}

.sign-up-other.none {
  margin-top: 0;
}

.sign-up-sign-in-button {
  position: absolute;
  top: 2.5em;
  bottom: auto;
  left: auto;
  right: 2.5em;
}

.slider-copy {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 4em;
  overflow: hidden;
}

.sign-up-field-icon {
  color: #64768b;
  font-family: ICONS ROUNDED, sans-serif;
  font-size: .75em;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 1em;
  right: auto;
}

.sign-up-field-item {
  align-items: center;
  display: flex;
  position: relative;
}

.snippet-wrap {
  width: 75%;
  margin: 2em auto;
  position: relative;
}

.snippet-body {
  min-height: 6em;
  background-color: #20262d;
  border-radius: .375em;
  justify-content: flex-end;
  align-items: flex-start;
  padding: .75em;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 1.5px #151b22, 0 0 0 3px #20262d;
}

.snippet-body.centered {
  justify-content: center;
  align-items: center;
}

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

.text-block-11 {
  min-width: 2em;
  color: #acb8c4;
  text-align: center;
  text-transform: uppercase;
  background-color: #2f363d;
  border-radius: .375em;
  padding-left: .5em;
  padding-right: .5em;
  font-size: .875em;
  font-weight: 400;
  line-height: 2;
}

.text-block-11.plus {
  background-color: rgba(0, 0, 0, 0);
  font-size: .625em;
}

.outline-on-hover {
  transition: box-shadow .2s;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.outline-on-hover:hover {
  box-shadow: inset 0 0 0 1px #474f58;
}

.snipper-copy-paste {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
}

.caption {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Inter Display, sans-serif;
  font-size: .625em;
  font-weight: 600;
}

.caption-holder {
  z-index: 5;
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
}

.text-block-11-copy {
  z-index: 1;
  min-width: 2em;
  color: #c5cfd9;
  text-align: center;
  text-transform: none;
  background-color: #856fed;
  border-radius: 9999px;
  padding-left: .5em;
  padding-right: .5em;
  font-family: ICONS SHARP, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 2;
  position: relative;
  box-shadow: 0 12px 24px -12px #000;
}

.snippet-dot-list {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.snippet-dot {
  width: 2px;
  height: 2px;
  opacity: .15;
  background-color: #3aecba;
  border-radius: 24%;
}

.snippet-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-11-copy-copy {
  z-index: 1;
  min-height: 1.75em;
  min-width: 2em;
  color: #c5cfd9;
  text-align: center;
  text-transform: none;
  background-image: linear-gradient(270deg, #2f363d 2%, rgba(48, 54, 61, 0));
  border-radius: .25em;
  font-family: ICONS SHARP, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2;
  position: relative;
}

.snippet-search {
  width: 100%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
}

.price-span {
  color: #0d1117;
  letter-spacing: .02em;
  background-color: #3aecba;
  border-radius: .25em;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 50%;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  top: -.3em;
}

.testimonial-shift-wrap {
  z-index: 5;
  width: 100%;
  align-items: stretch;
  display: flex;
  position: relative;
}

.shift-image-wrap {
  z-index: 1;
  width: 33.3%;
  margin-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shift-body {
  z-index: 0;
  background-color: #151b22;
  border-radius: .5em;
  flex: 1;
  margin-top: 4em;
  margin-left: -4em;
  padding: 6em 4em 6em 8em;
  position: relative;
  overflow: hidden;
}

.shift-body.fade-in-on-scroll {
  background-color: #100c21;
}

.shift-title {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1em;
  left: 1em;
  right: auto;
}

.heading {
  color: #c5cfd9;
  background-color: #0d1117;
  border-radius: 3px;
  padding: 4px 8px 6px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.heading-copy {
  color: #acb8c4;
  background-color: #0d1117;
  border-radius: 3px;
  margin-top: -4px;
  padding: 4px 8px 6px;
  font-size: 12px;
  line-height: 1;
}

.case-shift-title-wrap {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 33.3%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.text-span-3 {
  color: #fff;
  background-image: linear-gradient(rgba(132, 216, 219, 0) 70%, #856fed 71%);
}

.image-4 {
  width: 100%;
  height: 2em;
  max-width: 8em;
}

.gradient__03 {
  background-image: radial-gradient(circle at 0 -50%, rgba(255, 255, 255, 0) 3%, #0ea5e9 44%, rgba(255, 255, 255, 0) 72%), radial-gradient(circle at 50% 100%, #a855f7, #3b82f6);
}

.opacity-20 {
  opacity: .2;
}

.opacity-70 {
  opacity: .7;
}

.opacity-15 {
  opacity: .15;
}

.opacity-10 {
  opacity: .1;
}

.logo-inside-text {
  width: 3em;
  color: rgba(0, 0, 0, 0);
  background-color: #20262d;
  background-image: url('../images/logo_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 64%;
  border-radius: 9999px;
  line-height: .9;
  display: inline-block;
  position: relative;
}

.study-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.bg-accent {
  color: #0d1117;
  background-color: #3aecba;
}

.bg-primary {
  background-color: #856fed;
}

.stats-2x {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.gradient__04 {
  background-image: radial-gradient(circle farthest-side at 0 -50%, rgba(255, 255, 255, 0) 11%, #3aecba 48%, rgba(255, 255, 255, 0) 88%), radial-gradient(circle at 100% 100%, #6d28d9, #14b8a6 64%);
}

.section-75vh {
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.section-75vh.bg-cyan-300 {
  background-color: #00c4ff;
}

.about-title-wrap {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 4em;
  left: 0%;
  right: 0%;
}

.timeline-chapter-image {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.cms-link {
  width: 100%;
  position: relative;
}

.cms-customer-2x {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-info-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .25));
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  height: 2em;
  max-width: 8em;
  margin-top: .5em;
}

.timeline-way {
  width: 100%;
  background-color: #474f58;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-color-neutral-500 {
  color: #474f58;
}

.text-color-primary {
  color: #856fed;
}

.gradient-bg-top {
  background-image: linear-gradient(#0d1117, rgba(13, 17, 23, 0));
}

.worldmap {
  z-index: 1;
  margin-top: -16em;
  margin-bottom: -4em;
  position: relative;
}

.quote-sign {
  height: 2em;
  margin-bottom: 2em;
  line-height: 1;
}

.tabs-horizontal {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: grid;
}

.tabs-menu-side {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu-side-link {
  color: #acb8c4;
  background-color: #100c21;
  border-radius: .5em;
  padding: 1.5em;
  box-shadow: inset 0 0 0 1px #1d163c;
}

.tabs-menu-side-link.w--current {
  background-color: #211a3c;
  box-shadow: 0 0 24px -12px #111927, inset 0 0 0 1px #342751;
}

.image-6 {
  width: 3em;
  height: 3em;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 32%;
  margin-right: 1em;
  padding: .5em;
}

.accordion-item-wrapper {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.tab-title {
  width: 100%;
  height: 3em;
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.accordion-arrow {
  color: #fff;
  font-family: ICONS FILLED, sans-serif;
}

.text-block-12 {
  color: #94a4b8;
}

.tab-pane-tab-1-2 {
  width: 100%;
  height: 100%;
}

.rotated-shape-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 4em;
  display: flex;
  position: relative;
}

.rotated-shape-wrap.tight {
  padding-left: 6em;
  padding-right: 6em;
}

.rotated-shape-1 {
  width: 100%;
  height: 100%;
  border-radius: .5em;
  position: absolute;
  overflow: hidden;
  transform: scale(.9)rotate(-4deg);
}

.code-row {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 2em 1fr;
  font-family: Calling Code, sans-serif;
  position: relative;
  overflow: hidden;
}

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

.code-list.text-color-slate-600 {
  color: #64768b;
  color: #64768b;
}

.text-color-cyan-400 {
  color: #22d3ee;
}

.rotated-shape-2 {
  width: 100%;
  height: 100%;
  border-radius: .5em;
  position: absolute;
  overflow: hidden;
  transform: scale(.9)rotate(3deg);
}

.bg-tile-middle {
  background-image: linear-gradient(to top, #0d1117, rgba(13, 17, 23, 0) 15%), linear-gradient(#0d1117, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side, rgba(13, 17, 23, 0), #0d1117), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 32px;
  position: relative;
}

.bg-tile-middle.bg-indigo-900 {
  background-color: rgba(41, 51, 124, 0);
  background-image: none;
  background-position: 0 0;
}

.how-it-works-item-3 {
  width: 100%;
  margin-top: -64px;
  transform: translate(25%);
}

.how-it-works-content {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  position: relative;
}

.how-it-works-content.fade-in-on-scroll {
  grid-column-gap: 0em;
  grid-template-columns: 3.5fr;
}

.how-it-works-item-2 {
  width: 75%;
}

.how-it-works-number {
  z-index: 5;
  width: 2em;
  height: 2em;
  color: #fff;
  text-align: center;
  background-color: #151b22;
  border: 1px solid #20262d;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-50%, -50%);
}

.how-it-works-number.icon {
  font-family: ICONS FILLED, sans-serif;
}

.how-it-works {
  width: 100%;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  grid-template-rows: auto;
}

.how-it-works-item-1 {
  width: 100%;
}

.how-it-works-item-5 {
  transform: translate(66%);
}

.how-it-works-item-4 {
  width: 75%;
  margin-bottom: -64px;
}

.process-steps {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.process-steps-step {
  z-index: 5;
  width: 100%;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.process-steps-indicator {
  width: 3em;
  height: 3em;
  outline-offset: 0px;
  background-color: #856fed;
  border: 5px solid #5242a0;
  border-radius: 9999px;
  outline: 10px solid #251d42;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.process-steps-item {
  background-color: #151b22;
  flex: 1;
  margin-left: 2em;
  padding: 3em;
}

.process-steps-item.rounded-xs.fade-in-on-scroll {
  background-color: #1c1438;
}

.process-steps-way-bg {
  z-index: 0;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 1.5em;
  right: auto;
  overflow: hidden;
}

.process-steps-way {
  width: 100%;
  background-color: #312e81;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.process-steps-indicator-icon {
  color: #fff;
  font-family: ICONS SHARP, sans-serif;
  font-size: 1.5em;
  line-height: 1;
}

.bg-bottom-25 {
  width: 100%;
  height: 25%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-bottom-25.bg-neutral-800 {
  background-color: #161127;
}

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

.container-2xl {
  z-index: 5;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.feature-2-column-sm {
  width: 100%;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  padding-top: 2rem;
}

.snippet-switch-row {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.image-10 {
  width: 1em;
}

.snippet-swith {
  width: 2em;
  height: 1em;
  background-color: #3aecba;
  border-radius: 9999px;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 3px;
  display: flex;
  position: relative;
}

.snippet-swith.disable {
  background-color: #2f363d;
  justify-content: flex-start;
}

.snippet-switch-dot {
  width: .75em;
  height: .75em;
  background-color: #fff;
  border-radius: 9999px;
}

.snippet-switch-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.snippet-divider {
  width: 100%;
  height: 1px;
  background-color: #2f363d;
}

.snippet-grow {
  flex: 1;
}

.snippet-word {
  width: 100%;
  height: 5px;
  background-color: #2f363d;
  border-radius: 9999px;
}

.snippet-avatar-wrap {
  grid-column-gap: 1em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: auto .5fr;
  align-items: center;
}

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

.snippet-avatar {
  width: 2em;
  height: 2em;
  object-fit: cover;
  border-radius: 9999px;
}

.snippet-avatar._2 {
  margin-left: -.5em;
  box-shadow: 0 0 0 2.5px #20262d;
}

.snippet-check {
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  background-color: #3aecba;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  font-family: ICONS FILLED, sans-serif;
  font-size: .75em;
  display: flex;
}

.team-logos {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-logo {
  width: 8%;
  height: auto;
  margin: 1em 2em;
}

.text-block-14 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(63deg, #00c4ff, #e923cb);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.text-link-gray {
  color: #c5cfd9;
  position: relative;
}

.text-link-gray:hover {
  color: #3aecba;
}

.side-by-side-2-to-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.side-by-side-2-to-1.flipped {
  grid-template-columns: 1fr 2fr;
}

.button-outlined {
  color: #acb8c4;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  padding: .75em;
  font-size: 1em;
  line-height: 1;
  transition: background-color .3s, opacity .3s, box-shadow .3s, color .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #2f363d;
}

.button-outlined:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-outlined.section-btn {
  max-width: 280px;
  margin-top: 30px;
}

.text-color-indigo-500 {
  color: #6366f1;
}

.text-color-indigo-400 {
  color: #818cf8;
}

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

.block-inside-bottom {
  margin-bottom: -6em;
}

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

.gradient-titles-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5em;
  display: flex;
}

.gradient-titles-wrap.home-main {
  padding-bottom: 0;
}

.heading-wrapper {
  position: relative;
}

.heading-hero {
  z-index: 0;
  width: 100%;
  color: #20262d;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: -.2em;
  font-family: Inter Display, sans-serif;
  font-size: 9em;
  font-weight: 800;
  line-height: 1;
  position: absolute;
}

.heading-hero.gradient-1 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle farthest-side at 75% -50%, #2dd4bf 33%, rgba(56, 189, 248, 0) 81%), linear-gradient(#1e40af, #bfdbfe);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.heading-hero.gradient-2 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle farthest-side at -25% -50%, #4ade80, rgba(255, 251, 235, 0)), linear-gradient(#84cc16, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.heading-hero.gradient-3 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ef4848, #fef68a);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.bg-tile-top-lg {
  background-image: linear-gradient(to top, #0d1117, rgba(13, 17, 23, 0) 15%), linear-gradient(#0d1117, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #0d1117), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
  position: relative;
}

.bg-tile-middle-lg {
  background-image: linear-gradient(to top, #0d1117, rgba(13, 17, 23, 0) 15%), linear-gradient(#0d1117, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side, rgba(13, 17, 23, 0), #0d1117), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 64px;
  position: relative;
}

.text-gradient__1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(207deg, #0ac6ff 33%, #009ccc 74%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.text-gradient__2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(28deg, #e923cb 29%, #0ac6ff 82%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.text-rotation-wrapper {
  font-size: 3em;
  display: flex;
}

.track-vertical {
  flex-direction: column;
  display: flex;
  position: absolute;
}

.track-overlay {
  z-index: 1;
  background-image: linear-gradient(#f9f5ff, rgba(0, 0, 0, 0) 50%, #f9f5ff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.track-overlay.top {
  width: 100%;
  height: 40%;
  background-image: linear-gradient(#0d1117 50%, rgba(13, 17, 23, 0));
  position: absolute;
}

.track-overlay.bottom {
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to top, #0d1117 50%, rgba(13, 17, 23, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.infinite-rotation-holder {
  width: 100%;
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vertical-scroll-wrapper {
  width: 8em;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.text-rotation-heading {
  color: #acb8c4;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.text-rotation-heading.rotate-text {
  color: #fff;
  white-space: nowrap;
}

.anchor-section {
  margin-left: -2em;
  margin-right: -2em;
  padding: 4em 2em 2em;
  position: relative;
}

.section-icon {
  width: 2.75em;
  height: 2.75em;
  color: #fff;
  text-align: center;
  background-color: #856fed;
  background-image: radial-gradient(circle farthest-side at -50%, #e923cb, #952484);
  border: 3px solid #e923cb;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: ICONS SHARP, sans-serif;
  font-size: 1.25em;
  display: flex;
  box-shadow: inset 0 0 5px #46133f, 0 8px 24px -8px #e923cb;
}

.section-icon.red {
  color: #fecaca;
  background-color: #b91e1e;
  background-image: radial-gradient(circle farthest-side at -50%, #dc2828, #b91e1e);
  border-color: #f87575;
  box-shadow: inset 0 0 5px #991f1f, 0 8px 24px -8px #f87575;
}

.section-icon.teal {
  color: #9ae8ff;
  background-color: #00c4ff;
  background-image: radial-gradient(circle farthest-side at -50%, #00c4ff, #0a89b0);
  border-color: #00c4ff;
  box-shadow: inset 0 0 5px #115e59, 0 8px 24px -8px #2dd4bf;
}

.section-icon.pink {
  color: #fff;
  background-color: #009ccc;
  background-image: radial-gradient(circle farthest-side at -50%, #0ac6ff, #009ccc);
  border-color: #009ccc;
  box-shadow: inset 0 0 5px #074254, 0 8px 24px -8px #009ccc;
}

.section-icon.amber {
  color: #fff;
  background-color: #ab99ff;
  background-image: radial-gradient(circle farthest-side at -50%, #ab99ff, #715bd9);
  border-color: #ab99ff;
  outline-color: #fbbf24;
  box-shadow: inset 0 0 5px #5d45cb, 0 8px 24px -8px #ab99ff;
}

.faq-wrap {
  padding-left: 4.125em;
  padding-right: 4.125em;
}

.text-gradient__google {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f87575, #fad815 33%, #4ade80 66%, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.bg-tile-top {
  background-image: linear-gradient(to top, #0d1117, rgba(13, 17, 23, 0) 15%), linear-gradient(#0d1117, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #0d1117), url('../images/bg-tile-dark.svg');
  background-position: 0 0, 0 0, 0 0, -1px -1px;
  background-size: auto, auto, auto, 32px;
  position: relative;
}

._2-columns-paragraph {
  column-count: 2;
  column-gap: 4em;
}

.light-line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(13, 17, 23, 0), #21262d 50%, rgba(13, 17, 23, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-gradient__teal {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(243deg, #e923cb 23%, #00c4ff 87%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.text-gradient__indigo {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #00c4ff, #856fed 53%, #e923cb);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.caption-holder-center {
  z-index: 5;
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
}

.text-gradient__pink-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(321deg, #e923cb 23%, #856fed 59%, #00c4ff 98%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

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

._40ch {
  max-width: 40ch;
}

.text-gradient__purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(241deg, #e923cb 20%, #4f46e5 56%, #00c4ff 84%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.feature-2x {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
}

.section-icon-sm {
  width: 2.5em;
  height: 2.5em;
  color: #c7d2fe;
  text-align: center;
  background-color: #4338ca;
  background-image: radial-gradient(circle farthest-side at -50%, #e923cb, #a6038d);
  border: 2px solid #e638cc;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: ICONS SHARP, sans-serif;
  font-size: 1em;
  display: flex;
  box-shadow: inset 0 0 5px #8c0377, 0 8px 24px -8px #e923cb;
}

.section-icon-sm.teal {
  color: #99f6e4;
  background-color: #009ccc;
  background-image: radial-gradient(circle farthest-side at -50%, #0ac6ff, #009ccc);
  border-color: #3dbce3;
  outline-color: #2dd4bf;
  box-shadow: inset 0 0 5px #055b76, 0 8px 24px -8px #009ccc;
}

.list-4x {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2em;
}

._2-column {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-gradient__lime {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(81deg, #00c4ff 23%, #e923cb 87%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.text-gradient__indigo-red {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(207deg, #00c4ff 22%, #856fed 50%, #e923cb 82%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.logo-levitate-1 {
  width: 5em;
  height: 5em;
  object-fit: cover;
  border-radius: 9999px;
  position: absolute;
  top: 25%;
  left: 17%;
}

.logo-levitate-1.fade-in-on-scroll {
  width: auto;
  height: 130px;
}

.logo-levitate-1.fade-in-on-scroll.hide-mobile {
  width: auto;
  height: 130px;
  max-width: 267px;
  object-fit: cover;
  border-radius: 0;
}

.logo-levitate-1.fade-in-on-scroll.hide-mobile.collaboration-cursors {
  height: 100px;
  left: 15%;
}

.logo-levitate-1.fade-in-on-scroll.hide-mobile.collaboration-cursors.hide-tablet {
  height: 60px;
  left: 3%;
}

.logo-levitate-9 {
  width: 6.25em;
  height: 6.25em;
  border-radius: 9999px;
  position: absolute;
  top: 45%;
  left: 10%;
}

.logo-levitate-9.fade-in-on-scroll {
  width: auto;
  height: 150px;
}

.logo-levitate-9.fade-in-on-scroll.hide-mobile.hide-tablet.collaboration-cursor5 {
  height: 100px;
  border-radius: 0;
}

.logo-levitate-8 {
  width: 4em;
  height: 4em;
  object-fit: cover;
  border-radius: 9999px;
  position: absolute;
  bottom: 16%;
  left: 30%;
}

.logo-levitate-7 {
  width: 6.5em;
  height: 6.5em;
  border-radius: 9999px;
  position: absolute;
  bottom: -7%;
  left: 42%;
}

.logo-levitate-6 {
  width: 6.25em;
  border-radius: 9999px;
  position: absolute;
  top: 8%;
  right: 54%;
}

.logo-levitate-5 {
  width: 6em;
  height: 6em;
  object-fit: cover;
  border-radius: 9999px;
  position: absolute;
  top: 6%;
  right: 32%;
}

.logo-levitate-5.fade-in-on-scroll {
  width: auto;
  height: 120px;
}

.logo-levitate-5.fade-in-on-scroll.collaboration-cursor4 {
  height: 100px;
  border-radius: 0;
}

.logo-levitate-4 {
  width: 4em;
  height: 4em;
  object-fit: cover;
  border-radius: 9999px;
  position: absolute;
  bottom: 58%;
  right: 17%;
}

.logo-levitate-4.fade-in-on-scroll {
  width: auto;
  height: 130px;
}

.logo-levitate-4.fade-in-on-scroll.collaboration-cursor3 {
  height: 100px;
  border-radius: 0;
}

.logo-levitate-4.fade-in-on-scroll.collaboration-cursor3.hide-mobile.hide-tablet {
  height: 80px;
  right: 3%;
}

.logo-levitate-3 {
  width: 6.25em;
  border-radius: 9999px;
  position: absolute;
  bottom: 29%;
  right: 5%;
}

.logo-levitate-3.fade-in-on-scroll {
  width: auto;
  height: 120px;
}

.logo-levitate-3.fade-in-on-scroll.hide-mobile.collaboration-cursor2 {
  height: 100px;
  border-radius: 0;
}

.logo-levitate-2 {
  width: 4.5em;
  height: 4.5em;
  border-radius: 9999px;
  position: absolute;
  bottom: 12%;
  right: 25%;
}

.quick-link-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.rounded-xxs {
  border-radius: .25em;
  position: relative;
  overflow: hidden;
}

.nav-link-sup {
  height: 14px;
  min-width: 14px;
  color: #0d1117;
  text-align: center;
  background-color: #3aecba;
  border-radius: 9999px;
  padding-top: 2px;
  font-size: 8px;
  display: inline-block;
  transform: translate(4px, -50%);
}

.nav-link-sup.hidden {
  display: none;
}

.onboarding-wrap {
  z-index: 9998;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(13, 17, 23, .88);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.onboarding-card {
  height: 100%;
  outline-offset: 0px;
  background-color: #151b22;
  border-radius: .5em;
  outline: 1px solid #20262d;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.onboarding-slider {
  width: 20em;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.onboarding-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5em 1em 3em;
  display: flex;
  position: relative;
}

.onboarding-mask {
  position: relative;
  overflow: visible;
}

.onboarding-caption {
  color: #0d1117;
  background-color: #3aecba;
  border-radius: 9999px;
  margin-bottom: .5em;
  padding: .25em .5em;
  font-size: .625em;
  font-weight: 600;
  line-height: 1;
}

.onboarding-nav {
  z-index: 1;
  width: 50%;
  height: 6em;
  align-items: center;
  margin-left: 0;
  padding: 0 1em 0 2em;
  font-size: 6px;
  display: flex;
  left: 0;
}

.onboarding-next {
  width: 6.5em;
  height: 2em;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #856fed;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .75em 0;
  font-family: Inter Display, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  transition: background-color .3s, opacity .3s, box-shadow .3s, color .3s;
  display: flex;
  top: auto;
  bottom: 1em;
  left: auto;
  right: 1em;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0);
}

.onboarding-next:hover {
  box-shadow: inset 0 0 200px 200px rgba(0, 0, 0, .15);
}

.onboarding-close {
  width: 3em;
  height: 3em;
  color: #fff;
  background-color: #20262d;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  font-family: ICONS FILLED, sans-serif;
  font-size: 1.125em;
  display: flex;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: 1em;
  right: auto;
}

.onboarding-close:hover {
  background-color: #2f363d;
}

.nav-link-content-list {
  z-index: 1;
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1a152c;
  border: 1px solid #1a152c;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
  position: relative;
  box-shadow: inset 0 0 0 1px #2a2341;
}

.nav-link-content {
  min-width: 18em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.nav-link-content.hidden {
  display: none;
}

.nav-link-content.lang {
  width: 200px;
  max-width: 200px;
}

.nav-link-icon-wrap {
  width: 3.5em;
  height: 3.5em;
  color: #2a2341;
  text-align: center;
  border-radius: 32%;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  font-family: ICONS ROUNDED, sans-serif;
  font-weight: 400;
  display: flex;
  box-shadow: inset 0 0 0 1px rgba(33, 38, 45, .6);
}

.nav-link-text {
  color: #c5cfd9;
  letter-spacing: .03em;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.nav-link-icon {
  color: #fff;
  font-family: ICONS ROUNDED, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.nav-link-wrap {
  color: #474f58;
  font-size: 12px;
  transition-property: none;
}

.nav-link-wrap.hidden {
  display: none;
}

.nav-link-wrap.lang {
  max-width: 300px;
}

.nav-link-column-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: stretch;
  display: grid;
}

.nav-link-caption {
  height: 32px;
  color: #acb8c4;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.nav-link-column-divider {
  width: 1px;
  background-color: #2a2341;
  position: absolute;
  top: 32px;
  bottom: 0%;
  left: -32px;
  right: auto;
}

.nav-link-item {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: grid;
}

.nav-link-item.hidden {
  display: none;
}

.nav-link-icon-arrow {
  color: #c5cfd9;
  text-transform: none;
  font-family: ICONS SHARP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.nav-link-icon-arrow._1 {
  font-size: 11px;
  line-height: 1;
}

.nav-link-text-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  margin-bottom: 2px;
  display: grid;
}

.text-color-pink-500 {
  color: #006b8f;
}

.text-gradient__pink {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(304deg, #e923cb 13%, #0ac6ff 77%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.text-gradient__amber {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(87deg, #00c4ff 13%, #e923cb 75%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.tab-holder {
  padding-left: 4em;
}

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

.text-color-sky-700 {
  color: #0369a1;
}

.text-color-pink-900 {
  color: #831843;
}

.text-color-green-800 {
  color: #166534;
}

.text-color-orange-800 {
  color: #9a3716;
}

.footer-1-link-gray-copy {
  opacity: 1;
  color: #c5cfd9;
  font-size: 1em;
  transition: opacity .25s, color .25s;
}

.footer-1-link-gray-copy:hover {
  color: #fff;
}

.nav-link-small-icon {
  text-align: center;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(33, 38, 45, .6);
  margin-top: 16px;
  margin-bottom: 16px;
}

.nav-link-column {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: stretch;
  display: grid;
}

.nav-link-trustpilot-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  color: #acb8c4;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto auto;
  align-items: end;
  font-size: 11px;
  line-height: 1;
}

.nav-link-trustpilot-logo {
  height: 20px;
  margin-bottom: -3px;
}

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

.float-right {
  width: 40%;
  float: right;
  margin-bottom: 1em;
  margin-left: 2em;
}

.profile-divider {
  width: 60%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 2em;
}

.team-member-footer {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

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

.utility-page-content {
  z-index: 5;
  width: 100%;
  max-width: 24em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: relative;
}

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

.rich-text-block {
  line-height: 1.5;
}

.rich-text-block h4, .rich-text-block h2, .rich-text-block h1, .rich-text-block h3, .rich-text-block h5 {
  margin-bottom: .25em;
}

.rich-text-block a {
  color: #475669;
}

.rich-text-block a:hover {
  color: #c5cfd9;
}

.link {
  background-color: #20262d;
  border-radius: 9999px;
  padding: .5em 1em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1;
  transition-property: box-shadow, background-color, color;
  box-shadow: inset 0 0 0 1px #2f363d;
}

.link:hover {
  color: #fff;
  background-color: rgba(0, 82, 204, .25);
  box-shadow: inset 0 0 0 1px #856fed;
}

.link.ghost {
  color: #acb8c4;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #151b22;
}

.link.ghost:hover {
  color: #fff;
  background-color: rgba(0, 82, 204, .25);
  box-shadow: inset 0 0 0 1px #856fed;
}

.link.ghost.material-icons {
  padding-left: .5em;
  padding-right: .5em;
  font-weight: 400;
}

.cms-item {
  width: 100%;
  height: 100%;
  display: flex;
}

.opacity-30-copy {
  opacity: .3;
  margin-top: .5em;
}

.post-section {
  background-color: #151b22;
  flex-direction: column;
  align-items: flex-start;
  padding: 4em 6em;
  display: flex;
}

.container-md-copy {
  z-index: 5;
  width: 100%;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-member-section {
  background-color: #151b22;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  margin-bottom: -2em;
  padding-bottom: 6em;
  padding-left: 4em;
  padding-right: 4em;
}

.team-member-header {
  height: 12em;
  margin-left: -4em;
  margin-right: -4em;
  position: relative;
}

.blog-breadcrumb-section {
  z-index: 50;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(13, 17, 23, .88);
  border-top: 1px solid #21262d;
  border-bottom: 1px solid #21262d;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  margin-bottom: 4em;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.blog-breadcrumb-cms-list {
  display: flex;
}

.blog-breadcrumb-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: -1px;
  margin-right: .75em;
  font-size: 1em;
  font-weight: 600;
  line-height: 3;
  transition-property: border-color, background-color, color;
}

.blog-breadcrumb-link:hover {
  color: #3aecba;
  border-bottom-color: #3aecba;
}

.blog-breadcrumb-link.w--current {
  border-bottom: 1px solid #3aecba;
}

.blog-breadcrumb-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: .875em;
}

.blog-breadcrumb-cms-item {
  display: flex;
}

.section-blog-header {
  width: 100%;
  padding-bottom: 4em;
  position: relative;
}

.category-dropdown-mobile {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Inter Display, sans-serif;
  font-size: .625em;
  font-weight: 600;
  display: none;
}

.blog-breadcrumb-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.font-title-none {
  font-family: Inter Display, sans-serif;
  position: relative;
}

.link-block-12 {
  position: relative;
}

.link-block-12:hover {
  color: #3aecba;
}

.nav-link-dropdown-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.form {
  position: relative;
}

.submit-inside {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 1.5em;
}

.pricing-header-60 {
  width: 60%;
}

.pricing-3x-benefits {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 5rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.next-button {
  color: #c5cfd9;
  background-color: #20262d;
  border-style: none;
  border-radius: 9999px;
  align-items: center;
  padding: .5em 1em;
  font-family: Inter Display, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  transition-property: box-shadow, background-color, color;
  display: flex;
  box-shadow: inset 0 0 0 1px #2f363d;
}

.next-button:hover {
  color: #fff;
  background-color: rgba(0, 82, 204, .25);
  box-shadow: inset 0 0 0 1px #856fed;
}

.stats-4x {
  z-index: 100;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  perspective: 800px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  transform: translate(0, 50%);
}

.stats-3x {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.stats-3x.grid-enterprise {
  display: flex;
}

._16ch {
  max-width: 16ch;
}

._16ch.metrics-text {
  max-width: 50ch;
  font-size: 8px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: 0%;
}

.cms-team-5x {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.history-card {
  width: 100%;
  height: 100%;
  background-color: #151b22;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.press-section {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.cms-careers-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #21262d;
  grid-template-rows: auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.cms-careers-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms-careers-item {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  border-bottom: 1px solid #21262d;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  padding-bottom: 1em;
}

.cms-careers-avatar {
  width: 2em;
  height: 2em;
  border-radius: 9999px;
  box-shadow: 0 0 0 3px #0d1117;
}

.cms-careers-avatar-list {
  align-items: center;
  display: flex;
}

.cms-careers-avatar-wrap {
  position: relative;
}

.cms-careers-avatar-wrap:nth-child(2n+1), .cms-careers-avatar-wrap:nth-child(2n) {
  margin-left: -.75em;
}

.holder {
  width: 64%;
  height: 64%;
  position: relative;
}

.holder.hide {
  display: none;
}

._1st-image {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.moving-image {
  width: 100%;
  border-radius: 9999px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

._2nd-image {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.last-image {
  z-index: 50;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 32px -24px #000;
}

.testimonial-list-2x {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
}

.link-arrow {
  color: #c5cfd9;
  text-transform: none;
  font-family: ICONS SHARP, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.careers-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.careers-sidebar {
  padding-top: 4em;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.careers-apply-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #20262d;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -2em;
  margin-right: -2em;
  padding: 2em;
  display: grid;
}

.careers-sidebar-tablet {
  display: none;
}

.text-color-violet-300 {
  color: #c4b5fd;
}

.text-color-indigo-300 {
  color: #a5b4fc;
}

.text-color-sky-300 {
  color: #7dd3fc;
}

.text-color-teal-300 {
  color: #5eead4;
}

.text-color-violet-500 {
  color: #8b5cf6;
}

.stats-4x-1st {
  color: #92400e;
  transform-style: preserve-3d;
  background-color: #856fed;
  border-radius: .25em;
  padding: 2em;
  transform: translate(-1em, -2em)rotateX(-17deg)rotateY(26deg)rotateZ(-9deg);
}

.stats-4x-2nd {
  color: #14532d;
  transform-style: preserve-3d;
  background-color: #00c4ff;
  border-radius: .25em;
  padding: 2em;
  transform: translate(-.3em, -1.3em)rotateX(14deg)rotateY(14deg)rotateZ(6deg);
}

.stats-4x-3rd {
  color: #155e75;
  transform-style: preserve-3d;
  background-color: #e923cb;
  border-radius: .25em;
  padding: 2em;
  transform: translate(-1.9em, -1em)rotateX(14deg)rotateY(6deg)rotateZ(-14deg);
}

.stats-4x-4th {
  color: #3730a3;
  transform-style: preserve-3d;
  background-color: #00c4ff;
  border-radius: .25em;
  padding: 2em;
  transform: translate(-1.9em, -1em)rotateX(14deg)rotateY(-43deg)rotateZ(9deg);
}

.logomark-wrap {
  width: 6em;
  height: 6em;
  text-align: center;
  border-radius: 28%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tweet-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.tweet-column {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.customer-section {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 20em 1fr;
}

.customer-logo {
  z-index: 1;
  width: 6em;
  height: 6em;
  background-color: #151b22;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #20262d;
}

.customer-quick-facts {
  background-color: #151b22;
  margin-bottom: 2em;
  padding: 2em;
}

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

.side-by-side-1-to-2 {
  width: 100%;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  align-items: center;
}

.testimonial-with-avatar-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
}

.testimonial-with-avatar {
  text-align: center;
  border-radius: .5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.testimonial-with-avatar.bg-neutral-800.shadow.fade-in-on-scroll {
  background-color: #161127;
  border: 1px solid #291e48;
}

.testimonial-avatar-top {
  width: 6em;
  height: 6em;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 9999px;
  margin-top: -3em;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.ui-snippet {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #161127;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding: 1em 1.5em;
  display: grid;
  box-shadow: inset 0 0 0 1px #342751;
}

.width-32em {
  width: 32em;
}

.customer-stats {
  z-index: 5;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  position: relative;
}

.customer-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.team-title {
  color: #fff;
  line-height: 1;
}

.info-3x {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.image-wrapper-2-3.rounded-xs {
  overflow: hidden;
}

.feature-circle {
  width: 6em;
  height: 6em;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integrations-4x {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.integration-card {
  background-color: #20262d;
  padding: 1em;
}

.integration-card.rounded-xs.shadow {
  box-shadow: none;
  background-color: #211839;
  border: 1px solid #3a2a65;
}

.bg-bottom-50 {
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-bottom-50.bg-neutral-800 {
  background-color: #161127;
}

.pricing-icon-wrap {
  width: 3em;
  height: 3em;
  object-fit: cover;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  font-family: ICONS ROUNDED, sans-serif;
  font-size: 1.25em;
  display: flex;
}

.pricing-icon-wrap.bg-neutral-700.shadow {
  box-shadow: inset 0 0 0 1px #2f363d, 0 4px 8px -4px #0d1117;
}

.footer-1-meta {
  border-top: 1px solid #21262d;
  padding-top: 1em;
}

.footer-grid {
  z-index: 5;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.template-thumb-image-scroll {
  z-index: 5;
  width: 100%;
  object-fit: contain;
  line-height: 1;
  position: absolute;
}

.text-link-primary {
  color: #00c4ff;
}

.text-link-primary:hover {
  opacity: .75;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.nav-link-content-list-1x {
  z-index: 1;
  grid-column-gap: 64px;
  grid-row-gap: 44px;
  color: #fff;
  background-color: #1a152c;
  border: 1px solid #1a152c;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 32px;
  position: relative;
  box-shadow: inset 0 0 0 1px #2a2341;
}

.template-thumb-title {
  letter-spacing: .01em;
  text-transform: none;
  margin-top: 1em;
  font-family: Inter Display, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.global-styles {
  display: none;
}

.bg-black {
  background-color: #0d1117;
}

.opacity-40 {
  opacity: .4;
}

.opacity-75 {
  opacity: .75;
}

.opacity-80 {
  opacity: .8;
}

.opacity-90 {
  opacity: .9;
}

.onboarding-close-last {
  z-index: 1000;
  width: 6.5em;
  height: 2em;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #856fed;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .75em 0;
  font-family: Inter Display, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  transition: background-color .3s, opacity .3s, box-shadow .3s, color .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1em;
  left: auto;
  right: 1em;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0);
}

.onboarding-close-last:hover {
  box-shadow: inset 0 0 200px 200px rgba(0, 0, 0, .15);
}

.left-arrow {
  width: 0;
  height: 0;
  display: none;
}

._3x-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: start;
  display: grid;
}

._3x-box.headerbox {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3rem;
}

.template-thumb-wrap-static {
  background-color: #151b22;
  border-radius: .25em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em 2em 1em;
  transition: box-shadow .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-thumb-wrap-static:hover {
  background-color: #20262d;
}

.changelog-badge {
  color: #fff;
  text-transform: none;
  border-radius: 9999px;
  padding: .5em 1em;
  font-size: .625em;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -.25em;
}

.changelog-badge.status {
  color: #78350f;
  background-color: #fcd34d;
}

.changelog-badge.bug {
  color: #3e0d01;
  background-color: #fca9a9;
}

.body {
  background-color: #050114;
  font-family: DM Sans, sans-serif;
}

.text-block-15, .text-block-16 {
  font-family: DM Sans, sans-serif;
}

.text-block-16.header-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-17 {
  font-family: DM Sans, sans-serif;
}

.text-block-17.header-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-18 {
  color: #6d6177;
  font-family: DM Sans, sans-serif;
}

.text-color-red-400-2 {
  color: #f87575;
}

.button-animated-2 {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0052cc;
  background-image: linear-gradient(to right, #00c4ff, #856fed 52%, #e923cb);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.25em;
  font-family: Inter Display, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-animated-2.large {
  font-size: 1.5em;
}

.text-gradient__indigo-red-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(207deg, #ef4848 23%, #6366f1 87%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.browser-top-bar-2 {
  z-index: 10;
  color: #474f58;
  justify-content: space-between;
  align-items: center;
  padding: 10px 1.25em;
  font-family: ICONS FILLED, sans-serif;
  display: flex;
}

.browser-top-bar-2.underlined {
  border-bottom: 1px solid #20262d;
}

.browser-top-bar-2.underlined.white {
  border-bottom-color: rgba(100, 116, 139, .25);
}

.title-xl-2 {
  color: #c5cfd9;
  letter-spacing: -.03em;
  font-family: Inter Display, sans-serif;
  font-size: 5em;
  font-weight: 800;
  line-height: 1;
}

.text-color-cyan-400-2 {
  color: #22d3ee;
}

.text-link-gray-2 {
  color: #c5cfd9;
  position: relative;
}

.text-link-gray-2:hover {
  color: #3aecba;
}

.font-title-2 {
  color: #c5cfd9;
  font-family: Inter Display, sans-serif;
  position: relative;
}

.font-title-2.text-black {
  color: #000;
}

.text-block-19 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(63deg, #3aecba, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.body-2 {
  background-color: #0a0227;
  font-family: DM Sans, sans-serif;
}

.line-animated-2 {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #21262d, rgba(33, 38, 45, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-icon-2 {
  width: 2.75em;
  height: 2.75em;
  color: #c7d2fe;
  text-align: center;
  background-color: #4338ca;
  background-image: radial-gradient(circle farthest-side at -50%, #4f46e5, #4338ca);
  border: 3px solid #818cf8;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: ICONS SHARP, sans-serif;
  font-size: 1.25em;
  display: flex;
  box-shadow: inset 0 0 5px #3730a3, 0 8px 24px -8px #818cf8;
}

.section-icon-2.amber {
  color: #fde68a;
  background-color: #b45309;
  background-image: radial-gradient(circle farthest-side at -50%, #d97706, #b45309);
  border-color: #f59e0b;
  outline-color: #fbbf24;
  box-shadow: inset 0 0 5px #92400e, 0 8px 24px -8px #fbbf24;
}

.text-gradient__amber-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(191deg, #fde847 25%, #d97706 87%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.tab-link-simple-2 {
  opacity: .5;
  color: #c5cfd9;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #151b22;
  border-radius: .375em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: .875em;
  font-weight: 600;
  line-height: 1;
  transition: opacity .25s;
  display: flex;
}

.tab-link-simple-2:hover {
  opacity: 1;
}

.tab-link-simple-2.w--current {
  max-width: 100%;
  opacity: 1;
  color: #fff;
  background-color: #2f2465;
  background-image: linear-gradient(rgba(245, 158, 11, .1), rgba(245, 158, 11, .1));
  box-shadow: inset 0 0 0 1px #856fed;
}

.title-md-2 {
  color: #c5cfd9;
  letter-spacing: -.02em;
  font-family: Inter Display, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
}

.youtube {
  width: 80%;
  margin-top: 80px;
  margin-left: 10%;
  display: block;
}

.body-3 {
  background-color: #050114;
  font-family: DM Sans, sans-serif;
}

.text-block-20, .text-block-21 {
  color: #fff;
}

.body-4 {
  background-color: #050114;
}

.body-5 {
  background-color: #0a0227;
}

.body-6 {
  background-color: #050114;
}

.body-7 {
  background-color: #100c1c;
}

.body-8 {
  max-width: 100vw;
  background-color: #050114;
  overflow: visible;
}

.body-9 {
  background-color: #0a0227;
}

.body-10, .body-11 {
  background-color: #161127;
}

.body-12 {
  background-color: #100c1c;
}

.text-block-22 {
  color: #856fed;
}

.html-embed {
  width: 80%;
  margin-top: 5rem;
  margin-left: 10%;
}

.columns {
  border-top: 1px solid #21262d;
  padding-top: 15px;
}

.columns.custom-footer {
  background-color: #0d1117;
  border-top-style: none;
  padding: 20px;
}

.column {
  height: 99%;
  border: 0 solid #000;
}

.image-11 {
  width: 30px;
  height: auto;
  margin-top: auto;
  padding-top: 20px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-12 {
  width: 130px;
  padding-bottom: 13px;
}

.text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
  color: #6d6177;
}

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

.header-full {
  min-width: 100%;
}

.heading-hero-2 {
  z-index: 0;
  width: 100%;
  color: #20262d;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: -.2em;
  font-family: Inter Display, sans-serif;
  font-size: 9em;
  font-weight: 800;
  line-height: 1;
  position: absolute;
}

.heading-hero-2.gradient-3 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(274deg, #00c4ff, #856fed 50%, #e923cb);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.heading-hero-2._3 {
  color: #fff;
}

.heading-hero-2.gradient-2 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(273deg, #e923cb 22%, #856fed 54%, #00c4ff);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  overflow: visible;
}

.heading-hero-2.gradient-1 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(274deg, #00c4ff, #856fed 48%, #e923cb 83%);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.heading-hero-2._2 {
  color: #fff;
  overflow: hidden;
}

.heading-hero-2._1 {
  color: #fff;
}

.background-video {
  z-index: 10;
}

.link-showcase {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-style: normal;
  text-decoration: none;
}

.html-embed-2 {
  width: 1px;
  height: 1px;
  max-height: 1px;
  max-width: 1px;
  position: absolute;
}

.icon-flag {
  width: 20px;
  height: 20px;
  max-width: 20px;
}

.background-video-2 {
  z-index: 10;
}

.html-embed-3 {
  width: 100%;
}

.html-embed-3.html-border {
  border-radius: 20px;
}

.link-block-13 {
  z-index: 2147483647;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  margin-right: 40px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hidden {
  height: 0;
  overflow: visible;
}

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

.text-color-gray-500-2 {
  color: #6b7380;
}

.sign-up-text-field-2 {
  height: 3.5em;
  color: #c5cfd9;
  background-color: #161127;
  border: 1px #000;
  margin-bottom: 0;
  padding: 1em 1.125em 1em 3em;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
  transition: background-color .25s, box-shadow .25s;
  position: relative;
  box-shadow: inset 0 0 0 1px #291e48;
}

.sign-up-text-field-2:hover {
  background-color: #20262d;
}

.sign-up-text-field-2:active {
  color: #c5cfd9;
}

.sign-up-text-field-2:focus {
  box-shadow: inset 0 0 0 1px #475669;
}

.sign-up-text-field-2::-ms-input-placeholder {
  color: #acb8c4;
}

.sign-up-text-field-2::placeholder {
  color: #acb8c4;
}

.sign-up-text-field-2.last {
  background-color: #161127;
  border-bottom-right-radius: .5em;
  border-bottom-left-radius: .5em;
  box-shadow: inset 0 0 0 1px #291e48;
}

.sign-up-text-field-2.first {
  background-color: #161127;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  box-shadow: inset 0 0 0 1px #291e48;
}

.sign-up-field-icon-2 {
  color: #64768b;
  font-family: ICONS ROUNDED, sans-serif;
  font-size: .75em;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 1em;
  right: auto;
}

.error-2 {
  color: #ef4848;
  background-color: rgba(248, 113, 113, .1);
  border-radius: .25em;
  font-size: .75em;
  box-shadow: inset 0 0 0 1px rgba(248, 113, 113, .1);
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #856fed;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.25em;
  font-family: Inter Display, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  transition: background-color .3s, opacity .3s, box-shadow .3s, color .3s;
  display: flex;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0);
}

.button-2:hover {
  box-shadow: inset 0 0 200px 200px rgba(0, 0, 0, .15);
}

.button-outlined-2 {
  color: #acb8c4;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  padding: .75em;
  font-size: 1em;
  line-height: 1;
  transition: background-color .3s, opacity .3s, box-shadow .3s, color .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #2f363d;
}

.button-outlined-2:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-outlined-2.section-btn {
  max-width: 280px;
  margin-top: 30px;
}

.div-block {
  height: 100%;
}

.div-block-2 {
  height: auto;
}

.main-video {
  border-radius: .5em;
  padding-bottom: 0%;
}

.background-video-3 {
  object-fit: fill;
  display: block;
}

.section-icon-3 {
  width: 2.75em;
  height: 2.75em;
  color: #fff;
  text-align: center;
  background-color: #856fed;
  background-image: radial-gradient(circle farthest-side at -50%, #e923cb, #952484);
  border: 3px solid #e923cb;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: ICONS SHARP, sans-serif;
  font-size: 1.25em;
  display: flex;
  box-shadow: inset 0 0 5px #46133f, 0 8px 24px -8px #e923cb;
}

.font-title-3 {
  color: #fff;
  font-family: Inter Display, sans-serif;
  position: relative;
}

.div-block-3 {
  height: auto;
}

.lightbox-link {
  cursor: default;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: .833333vw;
  }
}

@media screen and (max-width: 991px) {
  .section.more-space {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .title-sm {
    font-size: 2.5em;
  }

  .title-xl {
    font-size: 5em;
  }

  .content-centered-tablet {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .title-xs {
    font-size: 2.25em;
  }

  .padding-xl {
    padding: 1.625em;
  }

  .title-md {
    font-size: 3.5em;
  }

  .title-lg {
    font-size: 3.25em;
  }

  .example-color-badge {
    top: 14px;
    bottom: auto;
  }

  .padding-lg {
    padding: 1.375em;
  }

  .feature-4-column {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .component-name {
    background-color: #091e42;
  }

  .component-name:hover {
    background-color: #181b1e;
  }

  .team-pricing {
    max-width: 24em;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .header-team-pricing {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .description-team-pricing {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._2x-pricing-grid {
    grid-template-columns: 1fr;
  }

  .logo-tile-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-cell-1st {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-thumb-simple {
    width: 50%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .post-thumb-simple._2x {
    width: 100%;
  }

  .team-5x-sm {
    width: 75%;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-video-3-column {
    width: 75%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-simple {
    flex: none;
  }

  .tab-simple-menu {
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .feature-3-column {
    width: 75%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-2xl {
    padding: 1.875em;
  }

  .title-2xl {
    font-size: 4em;
  }

  .example-2x {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .row-base.column-tablet {
    grid-auto-flow: row;
  }

  .margin-lg {
    margin: 1.375em;
  }

  .margin-xl {
    margin: 1.625em;
  }

  .margin-2xl {
    margin: 1.875em;
  }

  .margin-3xl {
    margin: 2.125em;
  }

  .margin-4xl {
    margin: 2.25em;
  }

  .margin-5xl {
    margin: 2.75em;
  }

  .padding-3xl {
    padding: 2.125em;
  }

  .padding-4xl {
    padding: 2.25em;
  }

  .hide, .hide-tablet {
    display: none;
  }

  .show {
    display: block;
  }

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

  .feature-4-column-sm {
    width: 75%;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .example-4x, .example-3x {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .example-color-row {
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .example-color-grid {
    grid-row-gap: 4px;
  }

  .books-list {
    width: 65%;
    grid-column-gap: .5em;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-6xl {
    padding: 3.5em;
  }

  .padding-7xl {
    padding: 4.5em;
  }

  .padding-8xl {
    padding: 5.5em;
  }

  .padding-9xl {
    padding: 7em;
  }

  .padding-10xl {
    padding: 8.5em;
  }

  .padding-11xl {
    padding: 10em;
  }

  .padding-0 {
    padding: 0;
  }

  .margin-6xl {
    margin: 3.5em;
  }

  .margin-7xl {
    margin: 4.5em;
  }

  .margin-8xl {
    margin: 5.5em;
  }

  .margin-9xl {
    margin: 7em;
  }

  .margin-10xl {
    margin: 8.5em;
  }

  .margin-11xl {
    margin: 10em;
  }

  .letters-normal-tablet {
    letter-spacing: 0;
  }

  .letters-loose-tablet {
    letter-spacing: .025em;
  }

  .letters-looser-tablet {
    letter-spacing: .05em;
  }

  .letters-tight-tablet {
    letter-spacing: -.025em;
  }

  .letters-tighter-tablet {
    letter-spacing: -.05em;
  }

  .show-tablet {
    display: block;
  }

  .leading-none-tablet {
    line-height: 1;
  }

  .leading-looser-tablet {
    line-height: 2;
  }

  .leading-loose-tablet {
    line-height: 1.625;
  }

  .leading-normal-tablet {
    line-height: 1.5;
  }

  .leading-tight-tablet {
    line-height: 1.375;
  }

  .leading-tighter-tablet {
    line-height: 1.25;
  }

  .padding-5xl {
    padding: 2.75em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .footer-1-cta-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-1-sub-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-thumb-wrap {
    min-height: auto;
  }

  .cms-work-2x-link {
    flex-direction: column;
  }

  .text-work-link {
    padding-top: 2vw;
  }

  .lightbox-play-animated:hover {
    padding-right: .5em;
  }

  .hero-grid-halves {
    max-width: 512px;
    text-align: center;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    justify-content: flex-start;
    padding: 24px 0;
    display: block;
  }

  .nav-link._1st {
    padding-left: 32px;
  }

  .navbar-nav-menu {
    background-color: #20262d;
    border-radius: 0;
    margin-top: -100px;
    padding-top: 100px;
    display: block;
    overflow: scroll;
  }

  .navbar-controls {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    display: grid;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    color: #acb8c4;
    border-radius: 9999px;
    padding: 0;
    font-size: 16px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-dropdown {
    padding: 0 32px;
  }

  .nav-link-dropdown-list {
    margin-left: 0;
  }

  .nav-link-dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
  }

  .navbar-list {
    grid-template-columns: auto 1fr;
  }

  .navbar {
    position: static;
  }

  .button-hover-background {
    display: none;
  }

  ._3x-feature {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-4x {
    max-width: 420px;
    grid-column-gap: .5em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  ._3x-feature-line-bottom.tablet, ._3x-feature-line-left.tablet {
    display: block;
  }

  .tooltip-text {
    width: 100%;
    box-shadow: none;
    color: #474f58;
    text-align: left;
    letter-spacing: -.01em;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #21262d;
    margin-top: .5em;
    padding: .5em 0 0;
    font-size: .75em;
    position: static;
    transform: none;
  }

  .tooltip-icon {
    display: none;
  }

  .tooltip-wrap {
    align-items: flex-start;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-rounded {
    box-shadow: none;
    background-image: linear-gradient(#20262d, #20262d);
  }

  .text-field-rounded:hover, .text-field-rounded:focus {
    box-shadow: none;
  }

  .nav-link-angle {
    display: none;
  }

  .style-header {
    padding-left: 4em;
    padding-right: 4em;
  }

  .side-by-side-3-to-2, .side-by-side-2-to-3 {
    width: 75%;
    grid-column-gap: 5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .how-to-list {
    grid-template-columns: 1fr;
  }

  .how-to-column {
    justify-items: stretch;
  }

  .side-by-side-1-to-1 {
    width: 75%;
    grid-column-gap: 5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .split-section-full {
    grid-template-columns: 1fr;
  }

  .testimonial-shift-wrap {
    flex-direction: column;
  }

  .shift-image-wrap {
    width: 100%;
    margin-bottom: -4em;
  }

  .shift-body {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 4em;
    padding-left: 4em;
  }

  .case-shift-title-wrap {
    margin-left: 0;
  }

  .study-card {
    grid-template-columns: 1fr;
  }

  .case-info-wrap {
    padding: 1em;
  }

  .tabs-horizontal {
    grid-template-columns: 1fr;
  }

  .how-it-works-item-2, .how-it-works-item-1, .how-it-works-item-4 {
    width: 100%;
  }

  .feature-2-column-sm {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .side-by-side-2-to-1 {
    width: 75%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-3x {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .block-inside-bottom {
    margin-bottom: 4em;
  }

  .intro-list {
    grid-template-columns: 1fr 1fr;
  }

  .heading-hero {
    font-size: 8em;
  }

  .text-rotation-wrapper {
    flex-direction: column;
  }

  .track-overlay {
    display: none;
  }

  .vertical-scroll-wrapper {
    width: auto;
    height: 2.8125rem;
    overflow: hidden;
  }

  .text-rotation-heading {
    font-size: 2.25rem;
  }

  .anchor-section {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-wrap {
    padding-left: 6.125em;
  }

  ._3-column {
    width: 75%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .list-4x {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._2-column {
    width: 75%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-levitate-1 {
    left: 8%;
  }

  .logo-levitate-9 {
    width: 3em;
    height: 3em;
  }

  .logo-levitate-8 {
    left: 12%;
  }

  .logo-levitate-7 {
    width: 4em;
    height: 4em;
  }

  .logo-levitate-6 {
    width: 4em;
  }

  .logo-levitate-5 {
    width: 4em;
    height: 4em;
    top: 2%;
    right: 24%;
  }

  .logo-levitate-4 {
    bottom: 72%;
    right: 2%;
  }

  .logo-levitate-3 {
    width: 4.25em;
  }

  .logo-levitate-2 {
    width: 2.5em;
    height: 2.5em;
    right: 12%;
  }

  .nav-link-content-list {
    box-shadow: none;
    border-radius: 0;
    margin-top: 24px;
  }

  .tab-holder {
    padding-left: 0;
  }

  .feature-3-column-lg-copy {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .menu-button-wrap {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-family: ICONS FILLED, sans-serif;
    font-size: 24px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-open {
    position: relative;
  }

  .menu-close {
    display: none;
    position: relative;
  }

  .post-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .blog-breadcrumb-section {
    position: relative;
    top: 0;
  }

  .pricing-header-60 {
    width: 75%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing-3x-benefits {
    width: 75%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-3x {
    width: 75%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .press-section {
    width: 75%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .holder {
    width: 12em;
    height: 12em;
  }

  .last-image {
    overflow: visible;
  }

  .testimonial-list-2x, .careers-section {
    grid-template-columns: 1fr;
  }

  .careers-sidebar {
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .careers-apply-box {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .careers-sidebar-wrap {
    display: none;
  }

  .careers-sidebar-tablet {
    display: block;
  }

  .stats-4x-1st {
    transform: translate(-1em, -2em)rotateX(-17deg)rotateY(26deg)rotateZ(-9deg);
  }

  .customer-section {
    grid-column-gap: 4em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .customer-logo {
    margin-left: 0;
  }

  .customer-quick-facts {
    margin-bottom: 0;
  }

  .customer-sidebar {
    align-items: stretch;
  }

  .side-by-side-1-to-2 {
    width: 75%;
    grid-column-gap: 5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-with-avatar-list {
    width: 75%;
    grid-template-columns: 1fr;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-stats {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-sticky {
    position: relative;
    top: 0;
  }

  .team-title {
    font-size: 1em;
  }

  .info-3x {
    width: 50%;
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .integrations-4x {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-link-content-list-1x {
    box-shadow: none;
    border-radius: 0;
    margin-top: 24px;
  }

  .template-thumb-wrap-static {
    min-height: auto;
  }

  .title-xl-2 {
    font-size: 5em;
  }

  .tab-link-simple-2 {
    flex: none;
  }

  .title-md-2 {
    font-size: 3.5em;
  }

  .body-5 {
    max-width: 100%;
  }

  .heading-hero-2 {
    font-size: 8em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25em;
  }

  h2 {
    font-size: 1.875em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.375em;
  }

  .section, .section.more-space {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .title-sm {
    font-size: 2.25em;
  }

  .title-xl {
    font-size: 4em;
  }

  .title-xs {
    font-size: 2.125em;
  }

  .padding-base {
    padding: .875em;
  }

  .padding-xl {
    padding: 1.5em;
  }

  .title-md {
    font-size: 3.125em;
  }

  .title-lg {
    font-size: 3.25em;
  }

  .text-lg {
    font-size: 1.125em;
  }

  .text-xl {
    font-size: 1.375em;
    line-height: 1.4;
  }

  .font-weight-normal {
    font-weight: 400;
  }

  .text-2xl {
    letter-spacing: 0;
    font-size: 1.5em;
  }

  .padding-lg {
    padding: 1.25em;
  }

  .row-md {
    grid-column-gap: 1em;
    grid-row-gap: .5em;
  }

  .feature-4-column {
    grid-template-columns: 1fr;
  }

  .component-name {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .component-name.social-icons {
    padding-left: 12px;
    font-size: 1em;
  }

  .component-grid {
    grid-row-gap: 3em;
  }

  ._2x-pricing-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .mixed-gallery-1 {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-row-gap: 2.5em;
  }

  .timeline-chapter, .timeline-chapter.reverse {
    flex-direction: column;
  }

  .timeline-chapter-item {
    width: 75%;
    text-align: center;
    background-color: #0d1117;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .pricing-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-title-cell {
    text-align: center;
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-cell {
    text-align: center;
    align-items: center;
    padding: 1em 0;
    display: flex;
  }

  .pricing-cell-1st {
    text-align: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
  }

  .accordion-bottom-text {
    padding-bottom: 3em;
  }

  .post-thumb-simple._2x {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .global-social-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tab-link-simple {
    padding: 1em;
  }

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

  .feature-3-column {
    width: 75%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .title-3xl {
    line-height: 1.2;
  }

  .padding-2xl {
    padding: 1.75em;
  }

  .post-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .post-share {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .share-column {
    grid-auto-flow: column;
    justify-items: center;
  }

  .title-2xl {
    font-size: 3em;
  }

  .style-section-heading {
    margin-top: -3em;
    padding-top: 3em;
  }

  .rounded-md {
    border-radius: .75em;
  }

  .row-lg {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .example-2x, .example-2x._3x {
    grid-template-columns: 1fr;
  }

  .row-base {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .row-base.column-mobile {
    grid-auto-flow: row;
  }

  .margin-xs {
    margin: .375em;
  }

  .margin-sm {
    margin: .625em;
  }

  .margin-base {
    margin: .875em;
  }

  .margin-md {
    margin: 1em;
  }

  .margin-lg {
    margin: 1.25em;
  }

  .margin-xl {
    margin: 1.5em;
  }

  .margin-2xl {
    margin: 1.75em;
  }

  .margin-3xl {
    margin: 2em;
  }

  .margin-4xl {
    margin: 2.125em;
  }

  .margin-5xl {
    margin: 2.5em;
  }

  .padding-xs {
    padding: .375em;
  }

  .padding-sm {
    padding: .625em;
  }

  .padding-md {
    padding: 1em;
  }

  .padding-3xl {
    padding: 2em;
  }

  .padding-4xl {
    padding: 2.125em;
  }

  .hide, .hide-mobile {
    display: none;
  }

  .show, .show-mobile {
    display: block;
  }

  .feature-4-column-sm, .example-4x, .example-3x {
    grid-template-columns: 1fr;
  }

  .example-color-row {
    grid-column-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .example-color-grid {
    grid-row-gap: 3em;
  }

  .example-color-name {
    height: auto;
  }

  .books-list {
    width: 85%;
    grid-column-gap: .5em;
    grid-row-gap: 2em;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-6xl {
    padding: 3em;
  }

  .padding-7xl {
    padding: 4em;
  }

  .padding-8xl {
    padding: 4.5em;
  }

  .padding-9xl {
    padding: 6em;
  }

  .padding-10xl {
    padding: 7em;
  }

  .padding-11xl {
    padding: 8em;
  }

  .padding-0 {
    padding: 0;
  }

  .margin-6xl {
    margin: 3em;
  }

  .margin-7xl {
    margin: 4em;
  }

  .margin-8xl {
    margin: 4.5em;
  }

  .margin-9xl {
    margin: 6em;
  }

  .margin-10xl {
    margin: 7em;
  }

  .margin-11xl {
    margin: 8em;
  }

  .letters-looser-mobile {
    letter-spacing: .05em;
  }

  .letters-loose-mobile {
    letter-spacing: .025em;
  }

  .letters-normal-mobile {
    letter-spacing: 0;
  }

  .letters-tight-mobile {
    letter-spacing: -.025em;
  }

  .letters-tighter-mobile {
    letter-spacing: -.05em;
  }

  .leading-none-mobile {
    line-height: 1;
  }

  .leading-looser-mobile {
    line-height: 2;
  }

  .leading-loose-mobile {
    line-height: 1.625;
  }

  .leading-normal-mobile {
    line-height: 1.5;
  }

  .leading-tight-mobile {
    line-height: 1.375;
  }

  .leading-tighter-mobile {
    line-height: 1.25;
  }

  .padding-5xl {
    padding: 2.5em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .micons-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .line-horiz, .line-vert {
    display: none;
  }

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

  .footer-1-cta-grid {
    grid-row-gap: 1em;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .browser-top-bar-right, .browser-top-bar-left {
    display: none;
  }

  .browser-top-bar-center {
    max-width: 100%;
  }

  .footer-1-main-grid, .contact-list {
    grid-template-columns: 1fr;
  }

  .lightbox-play-animated {
    border-color: #c5cfd9;
    font-size: 1.5em;
  }

  .header-section {
    padding-bottom: 2em;
  }

  .navbar {
    height: 80px;
  }

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

  .form-block {
    min-width: auto;
  }

  .footer-1-cta-box {
    padding-left: 2em;
    padding-right: 2em;
  }

  .style-intro-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .style-header {
    padding: 8em 2.5em;
  }

  .sign-up-section {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .snippet-body {
    margin-left: auto;
    margin-right: auto;
  }

  .shift-body {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .timeline-chapter-image {
    width: 75%;
    text-align: center;
    background-color: #fff;
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .cms-customer-2x {
    grid-column-gap: 1.5em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .worldmap {
    margin-top: -2em;
    margin-bottom: 0;
  }

  .how-it-works-item-3 {
    margin-top: 0;
    transform: none;
  }

  .how-it-works-content {
    grid-template-columns: 1fr;
  }

  .how-it-works {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-content: start;
    align-items: start;
  }

  .how-it-works-item-1 {
    width: 100%;
  }

  .how-it-works-item-5 {
    width: 100%;
    transform: none;
  }

  .how-it-works-item-4 {
    margin-bottom: 0;
  }

  .process-steps {
    grid-row-gap: 2.5em;
  }

  .process-steps-indicator {
    margin-top: 1em;
  }

  .process-steps-item {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .team-logo {
    width: 16%;
    margin-left: 2em;
    margin-right: 2em;
  }

  .side-by-side-2-to-1 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .faq-3x, .intro-list {
    grid-template-columns: 1fr;
  }

  .heading-hero {
    margin-bottom: -.8rem;
    font-size: 20vw;
  }

  .vertical-scroll-wrapper {
    height: 2.34375rem;
    overflow: hidden;
  }

  .text-rotation-heading {
    font-size: 1.875rem;
  }

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

  .faq-wrap {
    padding-left: 4.125em;
    padding-right: 0;
  }

  ._2-columns-paragraph {
    column-count: 1;
  }

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

  .list-4x {
    grid-template-columns: 1fr 1fr;
  }

  .logo-levitate-1 {
    width: 4em;
    height: 4em;
    top: 15%;
    left: 2%;
  }

  .logo-levitate-9 {
    top: auto;
    bottom: 25%;
    left: 0%;
  }

  .logo-levitate-8 {
    width: 2em;
    height: 2em;
    bottom: 5%;
  }

  .logo-levitate-6 {
    width: 3em;
    top: -5%;
  }

  .logo-levitate-5 {
    top: -5%;
  }

  .logo-levitate-4 {
    right: -5%;
  }

  .logo-levitate-3 {
    width: 3.5em;
    right: -2%;
  }

  .nav-link-content-list {
    grid-template-columns: 1fr;
  }

  .nav-link-item {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .feature-3-column-lg-copy {
    width: 75%;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .float-right {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .profile-divider {
    width: 100%;
    padding-right: 0;
  }

  .blog-breadcrumb-section {
    margin-bottom: 2.5em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .blog-breadcrumb-cms-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-breadcrumb-link {
    margin-bottom: 0;
    margin-right: 0;
    line-height: 2.5;
  }

  .blog-breadcrumb-links {
    background-color: #151b22;
    border-radius: .25em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    justify-items: stretch;
    padding: 1em;
    display: none;
    position: absolute;
    top: 36px;
    box-shadow: inset 0 0 0 1px #20262d;
  }

  .section-blog-header {
    z-index: 20;
  }

  .category-dropdown-mobile {
    height: 32px;
    border-radius: .25em;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 10px;
    display: flex;
    box-shadow: inset 0 0 0 1px #21262d;
  }

  .pricing-header-60 {
    text-align: left;
    align-items: flex-start;
  }

  .pricing-3x-benefits {
    width: 75%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-4x {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr;
    margin-bottom: .5em;
    transform: none;
  }

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

  .careers-apply-box {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .stats-4x-1st, .stats-4x-2nd, .stats-4x-3rd, .stats-4x-4th {
    transform: none;
  }

  .tweet-list, .tweet-column._2x {
    grid-template-columns: 1fr 1fr;
  }

  .width-32em {
    width: 100%;
  }

  .info-3x {
    width: 75%;
  }

  .integrations-4x {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-content-list-1x {
    grid-template-columns: 1fr;
  }

  ._3x-box {
    width: 75%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .title-xl-2 {
    font-size: 4em;
  }

  .tab-link-simple-2 {
    padding: 1em;
  }

  .title-md-2 {
    font-size: 3.125em;
  }

  .heading-hero-2 {
    margin-bottom: -.8rem;
    font-size: 20vw;
  }

  .email {
    margin-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .example-wrap {
    padding: 1.25em;
  }

  .button-animated {
    font-size: 1em;
  }

  .button-animated.large {
    font-size: 1.25em;
  }

  .section {
    padding-top: 0;
    padding-bottom: 2em;
  }

  .section.bg-tile-top.bg-neutral-500 {
    padding-bottom: 0;
  }

  .section.overflow-hidden.bg-tile-top-lg.bg-sky-900 {
    background-image: linear-gradient(to top, #050114, rgba(13, 17, 23, 0) 15%), linear-gradient(#050114, rgba(13, 17, 23, 0) 15%), radial-gradient(circle farthest-side at 50% 0, rgba(13, 17, 23, 0), #100c21), url('../images/bg-tile-dark.svg');
    background-position: 0 0, 0 0, 0 0, -1px -1px;
    background-size: auto, auto, auto, 64px;
  }

  .section.first-section {
    margin-top: 2em;
  }

  .title-sm {
    font-size: 1.75em;
  }

  .title-xl {
    font-size: 2.5em;
  }

  .title-xl._12ch.enterprise {
    font-size: 3em;
  }

  .button.button-outline.large {
    font-size: 1.25em;
  }

  .button.full {
    width: 100%;
    margin-top: 20px;
  }

  .title-xs {
    font-size: 1.75em;
  }

  .padding-base {
    padding: 1.5em;
  }

  .padding-xl {
    padding: 1.375em;
  }

  .container-lg.first-sec {
    margin-top: 2em;
  }

  .title-md {
    font-size: 2.5em;
  }

  .title-lg {
    letter-spacing: -.01em;
    font-size: 1.875em;
  }

  .title-lg.leading-none {
    font-size: 2.2em;
  }

  .title-lg.leading-none.mobile-amplify {
    font-size: 2.5em;
  }

  .text-lg {
    font-size: 1.125em;
  }

  .text-xs {
    font-size: .75em;
  }

  .column-base.content-centered.fade-in-on-scroll.ent {
    margin-top: 2rem;
  }

  .text-xl {
    font-size: 1.25em;
  }

  .row-sm.items-center.headerb {
    margin-top: 0;
    padding-top: 15px;
  }

  .text-2xl {
    font-size: 1.375em;
    line-height: 1.25;
  }

  .padding-lg {
    padding: 1.125em;
  }

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

  .component-name {
    margin-top: 8px;
    margin-bottom: 4px;
    margin-left: 1.5em;
    position: static;
  }

  .component-name.static {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .component-section {
    padding-top: 4px;
    overflow: hidden;
  }

  .header-team-pricing, .description-team-pricing {
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .pricing-info-list {
    grid-template-columns: 1fr;
  }

  .image-wrapper-1-1.rounded-xs.video.small-wide-push {
    height: 100%;
  }

  .timeline-chapter-item {
    width: 100%;
  }

  .logo-tile-list {
    grid-template-columns: 1fr 1fr;
  }

  .stats-3-column-sm {
    width: 100%;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: auto;
  }

  .image-wrapper-16-9.rounded-xs.fade-in-on-scroll {
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper-16-9.rounded-xs.fade-in-on-scroll.video {
    margin-left: 0;
    margin-right: 0;
  }

  .slide {
    overflow: hidden;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .post-thumb-simple {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .global-social-list {
    grid-template-columns: 1fr;
  }

  .team-5x-sm {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-play-button {
    width: 5em;
    height: 5em;
  }

  .lightbox-play-wrap {
    font-size: 3em;
  }

  .lightbox-video-3-column {
    width: 100%;
  }

  .tab-link-simple {
    width: 60%;
  }

  .feature-3-column {
    width: 100%;
  }

  .padding-2xl {
    padding: 1.625em 1.5em;
  }

  .share-column {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .title-2xl {
    font-size: 2.5em;
  }

  .style-section {
    padding-bottom: 1.25em;
  }

  .example-grid {
    grid-row-gap: .5em;
    grid-template-columns: 1fr;
  }

  .row-base.column-mobile {
    grid-auto-flow: row;
  }

  .margin-lg {
    margin: 1.125em;
  }

  .margin-xl {
    margin: 1.375em;
  }

  .margin-2xl {
    margin: 1.625em;
  }

  .margin-3xl {
    margin: 1.75em;
  }

  .margin-4xl {
    margin: 1.875em;
  }

  .margin-5xl {
    margin: 2.25em;
  }

  .padding-3xl {
    padding: 1.75em 1.5em;
  }

  .padding-4xl {
    padding: 1.875em;
  }

  .hide {
    display: none;
  }

  .show {
    display: block;
  }

  .feature-4-column-sm {
    width: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .example-color-row {
    grid-column-gap: 1px;
    grid-template-columns: 1fr;
  }

  .books-list {
    width: 80%;
    grid-template-columns: 1fr;
  }

  .text-xxs {
    font-size: .75em;
  }

  .padding-6xl {
    padding: 2.5em;
  }

  .padding-7xl {
    padding: 3.5em;
  }

  .padding-8xl {
    padding: 4em 1.25em;
  }

  .padding-9xl {
    padding: 5em;
  }

  .padding-10xl {
    padding: 5.5em;
  }

  .padding-11xl {
    padding: 6em;
  }

  .padding-0 {
    padding: 0;
  }

  .margin-6xl {
    margin: 2.5em;
  }

  .margin-7xl {
    margin: 3.5em;
  }

  .margin-8xl {
    margin: 4em;
  }

  .margin-9xl, .margin-10xl {
    margin: 5em;
  }

  .margin-11xl {
    margin: 6em;
  }

  .padding-5xl {
    padding: 2.25em 1.5em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .spacing-clean-mobile, .spacing-clean-tablet {
    margin: 0;
    padding: 0;
  }

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

  .footer-1-sub-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .browser-search-bar {
    border-radius: 4px;
    justify-content: flex-start;
    padding-left: 12px;
  }

  .browser-top-bar {
    padding-left: .5em;
    padding-right: .5em;
  }

  .font-title.padding-mobile {
    margin-top: 32px;
  }

  .template-thumb-wrap {
    padding: 1.5em;
  }

  .nav-link._1st.only-mobile {
    display: block;
  }

  .nav-link.language {
    margin-right: -10px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
  }

  ._3x-feature {
    grid-template-columns: 1fr;
  }

  ._3x-feature-line-bottom.mobile {
    display: block;
  }

  ._3x-feature-line-left, ._3x-feature-line-left.tablet {
    display: none;
  }

  .tabs-menu-rounded {
    width: 100%;
    border-radius: .5em;
  }

  .form-vertical {
    align-content: stretch;
  }

  .form-vertical.bioform {
    display: inline-block;
  }

  .footer-1-cta-box {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .side-by-side-3-to-2, .side-by-side-2-to-3 {
    width: 100%;
    grid-column-gap: 5em;
    grid-row-gap: 2em;
  }

  .side-by-side-list {
    grid-column-gap: 5em;
    grid-row-gap: 4em;
    align-content: start;
  }

  .how-to-column {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .image-3 {
    width: 3em;
    height: 3em;
    margin: .25em;
    padding: .25em;
  }

  .side-by-side-1-to-1 {
    width: 100%;
    grid-column-gap: 5em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    padding-top: 0;
  }

  .side-by-side-1-to-1.flip-side {
    grid-template-columns: 3.25fr;
  }

  .sign-up-sign-in-button {
    padding-left: 1.25em;
    padding-right: 1.25em;
    position: static;
  }

  .snippet-body {
    width: 100%;
  }

  .shift-body {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .case-shift-title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-6xl {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .timeline-chapter-image {
    width: 100%;
  }

  .image-5 {
    height: 1.5em;
    max-width: 6em;
  }

  .quote-sign {
    margin-bottom: 1em;
  }

  .tabs-horizontal {
    margin-top: 0;
    padding-top: 0;
  }

  .tabs-menu-side-link {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-6 {
    margin-bottom: .5em;
    margin-right: 0;
  }

  .rotated-shape-wrap {
    flex-wrap: wrap-reverse;
    padding: 0;
  }

  .rotated-shape-wrap.tight {
    padding-left: 1em;
    padding-right: 1em;
  }

  .code-row {
    grid-template-columns: 1.5em 1fr;
  }

  .how-it-works-number {
    top: 12px;
    left: 12px;
    transform: none;
  }

  .how-it-works {
    grid-template-columns: 1fr;
  }

  .process-steps-indicator {
    width: 2.5em;
    height: 2.5em;
    margin-top: 1.25em;
  }

  .process-steps-item {
    margin-left: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .process-steps-indicator-icon {
    font-size: 1em;
  }

  .tab-content {
    flex-direction: column;
  }

  .feature-2-column-sm {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .team-logos {
    justify-content: space-around;
  }

  .team-logo {
    width: 25%;
    height: auto;
    margin-left: 1em;
    margin-right: 1em;
  }

  .side-by-side-2-to-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .side-by-side-2-to-1.flipped.enterprise {
    grid-template-columns: 12.25fr;
  }

  .faq-3x {
    width: 100%;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .faq-wrap {
    padding-left: 0;
  }

  ._3-column {
    width: 100%;
  }

  .list-4x {
    grid-template-columns: 1fr;
  }

  ._2-column {
    width: 100%;
  }

  .logo-levitate-1 {
    width: 2em;
    height: 2em;
    left: 2%;
  }

  .logo-levitate-9 {
    width: 2em;
    height: 2em;
    top: 44%;
    left: 0%;
  }

  .logo-levitate-8 {
    bottom: 2%;
  }

  .logo-levitate-6 {
    width: 3em;
    top: -6%;
  }

  .logo-levitate-5, .logo-levitate-4 {
    width: 2em;
    height: 2em;
  }

  .logo-levitate-3 {
    width: 2em;
  }

  .logo-levitate-2 {
    bottom: 4%;
  }

  .onboarding-slider {
    z-index: 1;
    width: auto;
  }

  .onboarding-close {
    z-index: 2;
    top: auto;
    bottom: 4%;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .nav-link-content.mobile-compress {
    margin-top: -38px;
  }

  .nav-link-caption.mobile-menu {
    display: none;
  }

  .feature-3-column-lg-copy {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .profile-divider {
    width: 100%;
    padding-right: 0;
  }

  .team-member-footer {
    grid-template-columns: 1fr;
  }

  .link {
    font-size: .75em;
  }

  .post-section {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
  }

  .team-member-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .team-member-header {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }

  .submit-inside {
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
    position: static;
  }

  .pricing-header-60 {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  .pricing-3x-benefits {
    width: 100%;
  }

  .next-button {
    font-size: .75em;
  }

  .stats-4x {
    grid-template-columns: 1fr;
  }

  .stats-3x {
    width: 100%;
  }

  .stats-3x.grid-enterprise {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

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

  .press-section {
    width: 100%;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .holder {
    width: 8em;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

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

  ._2nd-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tweet-list, .tweet-column._2x {
    grid-template-columns: 1fr;
  }

  .customer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .side-by-side-1-to-2 {
    width: 100%;
    grid-column-gap: 5em;
    grid-row-gap: 2em;
  }

  .testimonial-with-avatar-list {
    width: 100%;
    margin-top: 2em;
  }

  .testimonial-avatar-top {
    width: 4em;
    height: 4em;
    margin-top: -2em;
  }

  .ui-snippet {
    padding-left: 1em;
    padding-right: 1em;
  }

  .customer-stats {
    grid-auto-flow: row;
  }

  .info-3x {
    width: 100%;
  }

  .integrations-4x {
    grid-template-columns: 1fr;
  }

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

  ._3x-box {
    width: 100%;
  }

  ._3x-box.headerbox {
    display: block;
  }

  .template-thumb-wrap-static {
    padding: 1.5em;
  }

  .button-animated-2 {
    font-size: 1em;
  }

  .button-animated-2.large {
    font-size: 1.25em;
  }

  .browser-top-bar-2 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .title-xl-2 {
    font-size: 2.5em;
  }

  .tab-link-simple-2 {
    width: 60%;
    flex: 0 auto;
  }

  .title-md-2 {
    font-size: 2.5em;
  }

  .body-5 {
    max-width: 100vw;
    overflow: hidden;
  }

  .column {
    max-height: 40px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-11 {
    top: -20%;
  }

  .heading-hero-2.gradient-3, .heading-hero-2._3, .heading-hero-2.gradient-2 {
    font-size: 18vw;
  }

  .heading-hero-2.gradient-1 {
    max-width: 100vw;
    font-size: 18vw;
  }

  .heading-hero-2._2, .heading-hero-2._1 {
    font-size: 18vw;
  }

  .button-2.mpadding {
    width: 100%;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
  }
}

#w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe55994-442c7dab, #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe559a3-442c7dab, #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe559d2-442c7dab, #w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea8e0-442c7dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea8eb-442c7dab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea8f1-442c7dab, #w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea909-442c7dab, #w-node-_567fbae5-c6f9-4585-4288-bb7c1daaf02a-442c7dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c8e-442c7dab {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c9c-442c7dab, #w-node-_90910534-8503-0140-553b-dd5cfa0cbf35-fa0cbf10, #w-node-_56189fd0-4411-09d7-8483-03e003fd4464-fa0cbf10, #w-node-_71173191-d1d0-20d4-62d8-61472df44a41-fa0cbf10, #w-node-f7041bd2-cf8e-6842-e6d6-9f0927a1da3f-fa0cbf10, #w-node-_2ac2aaf8-be72-9ea0-52f7-f94e9ecd330b-fa0cbf10, #w-node-d1796ec6-0f49-c1fd-20c5-2abb5464b91b-fa0cbf10, #w-node-_3060c00b-7e13-255d-0aa0-3b2f4e3ac824-fa0cbf10, #w-node-_3060c00b-7e13-255d-0aa0-3b2f4e3ac825-fa0cbf10, #w-node-_3060c00b-7e13-255d-0aa0-3b2f4e3ac826-fa0cbf10, #w-node-_3060c00b-7e13-255d-0aa0-3b2f4e3ac829-fa0cbf10, #w-node-aff1ec44-ddab-0238-9333-b3bbd2b21344-fa0cbf10, #w-node-aff1ec44-ddab-0238-9333-b3bbd2b21345-fa0cbf10, #w-node-aff1ec44-ddab-0238-9333-b3bbd2b21346-fa0cbf10, #w-node-aff1ec44-ddab-0238-9333-b3bbd2b21349-fa0cbf10, #w-node-e649961b-5963-f53c-3a97-bc760aa3b788-fa0cbf10, #w-node-e649961b-5963-f53c-3a97-bc760aa3b789-fa0cbf10, #w-node-e649961b-5963-f53c-3a97-bc760aa3b78a-fa0cbf10, #w-node-e649961b-5963-f53c-3a97-bc760aa3b78d-fa0cbf10, #w-node-_71f39182-3b6c-9bc8-0a27-188090d3222b-fa0cbf10, #w-node-_71f39182-3b6c-9bc8-0a27-188090d3222c-fa0cbf10, #w-node-_71f39182-3b6c-9bc8-0a27-188090d3222d-fa0cbf10, #w-node-_71f39182-3b6c-9bc8-0a27-188090d32230-fa0cbf10, #w-node-_71f39182-3b6c-9bc8-0a27-188090d32234-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cce-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cd2-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cd3-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cd4-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cd7-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cdd-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cde-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cdf-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40ce2-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40ce8-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40ce9-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cea-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40ced-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cf3-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cf4-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cf5-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cf8-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cfe-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40cff-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40d00-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40d03-fa0cbf10, #w-node-_8de7000d-e5e1-eb16-705b-1c4284f40d07-fa0cbf10, #w-node-a6b362f4-21da-4d5e-836c-6ea62697d918-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a049c-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a049d-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a049e-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a04a1-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a04a5-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a04a9-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a04aa-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a04ab-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a04ae-fa0cbf10, #w-node-dde05536-10e5-7621-b151-0985964a04b2-fa0cbf10, #w-node-_69ab39c0-ee26-9ba9-3cab-599b7e46a53a-fa0cbf10, #w-node-_69ab39c0-ee26-9ba9-3cab-599b7e46a53b-fa0cbf10, #w-node-_69ab39c0-ee26-9ba9-3cab-599b7e46a53c-fa0cbf10, #w-node-_69ab39c0-ee26-9ba9-3cab-599b7e46a53f-fa0cbf10, #w-node-_69ab39c0-ee26-9ba9-3cab-599b7e46a543-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b179-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b17a-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b17b-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b17e-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b182-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b16c-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b16d-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b16e-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b171-fa0cbf10, #w-node-_3901a64a-a1b4-191d-d34e-1c73bbf2b175-fa0cbf10, #w-node-f51f9d5c-484b-1a76-b826-5ad2eab8e721-fa0cbf10, #w-node-f51f9d5c-484b-1a76-b826-5ad2eab8e722-fa0cbf10, #w-node-f51f9d5c-484b-1a76-b826-5ad2eab8e723-fa0cbf10, #w-node-f51f9d5c-484b-1a76-b826-5ad2eab8e726-fa0cbf10, #w-node-f51f9d5c-484b-1a76-b826-5ad2eab8e72a-fa0cbf10, #w-node-a17af08a-1e55-2b3f-7ec5-e6657f6f155b-fa0cbf10, #w-node-_458eeaf6-0938-2283-ae91-98a18f347049-fa0cbf10, #w-node-_26ed6938-376f-c773-61bf-943b276bd081-fa0cbf10, #w-node-_4ff2dde2-d9f3-9e2a-e993-7a47276e5608-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4c7-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4c8-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4c9-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4cc-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4d2-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4d3-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4d4-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4d7-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4dd-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4de-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4df-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4e2-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4e8-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4e9-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4ea-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4ed-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4f3-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4f4-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4f5-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4f8-fa0cbf10, #w-node-_7bb1a891-5497-0690-187f-2836dea8e4fc-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df48b-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df491-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df492-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df493-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df496-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df49a-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df49c-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df49d-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df49e-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df4a1-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df4a5-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df4a7-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df4a8-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df4a9-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df4ac-fa0cbf10, #w-node-_253ea4ae-8056-f32f-8b03-6e2fb84df4b0-fa0cbf10, #w-node-c285e946-b8c6-6fe9-8ee6-1c506fdf2fc6-fa0cbf10, #w-node-c285e946-b8c6-6fe9-8ee6-1c506fdf2fc7-fa0cbf10, #w-node-c285e946-b8c6-6fe9-8ee6-1c506fdf2fc8-fa0cbf10, #w-node-c285e946-b8c6-6fe9-8ee6-1c506fdf2fcb-fa0cbf10, #w-node-c285e946-b8c6-6fe9-8ee6-1c506fdf2fcf-fa0cbf10, #w-node-_797e2814-0ee6-dae0-56dc-cddf1cc14fe1-fa0cbf10, #w-node-_797e2814-0ee6-dae0-56dc-cddf1cc14fe2-fa0cbf10, #w-node-_797e2814-0ee6-dae0-56dc-cddf1cc14fe3-fa0cbf10, #w-node-_797e2814-0ee6-dae0-56dc-cddf1cc14fe6-fa0cbf10, #w-node-_797e2814-0ee6-dae0-56dc-cddf1cc14fea-fa0cbf10, #w-node-_133d6a18-62e3-96ca-7f55-029db0f5d333-fa0cbf10, #w-node-_133d6a18-62e3-96ca-7f55-029db0f5d334-fa0cbf10, #w-node-_133d6a18-62e3-96ca-7f55-029db0f5d335-fa0cbf10, #w-node-_133d6a18-62e3-96ca-7f55-029db0f5d338-fa0cbf10, #w-node-_133d6a18-62e3-96ca-7f55-029db0f5d33c-fa0cbf10, #w-node-_006dc94b-a58e-2184-5652-9b2e4e182fef-fa0cbf10, #w-node-_006dc94b-a58e-2184-5652-9b2e4e182ff0-fa0cbf10, #w-node-_006dc94b-a58e-2184-5652-9b2e4e182ff1-fa0cbf10, #w-node-_006dc94b-a58e-2184-5652-9b2e4e182ff4-fa0cbf10, #w-node-_006dc94b-a58e-2184-5652-9b2e4e182ff8-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc42-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc48-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc49-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc4a-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc4d-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc51-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc53-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc54-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc55-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc58-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc5c-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc5e-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc5f-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc60-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc63-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc67-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc6b-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc6c-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc6d-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc70-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc74-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc76-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc77-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc78-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc7b-fa0cbf10, #w-node-_8421b097-ed86-b17d-c66c-000efee7fc7f-fa0cbf10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90910534-8503-0140-553b-dd5cfa0cbf37-fa0cbf10 {
  justify-self: end;
}

#w-node-_94ee8bc7-2c9e-eac0-dac6-82c4798a5ddc-fa0cbf10, #en-button.w-node-_94ee8bc7-2c9e-eac0-dac6-82c4798a5de0-fa0cbf10, #w-node-_94ee8bc7-2c9e-eac0-dac6-82c4798a5de2-fa0cbf10, #w-node-_94ee8bc7-2c9e-eac0-dac6-82c4798a5de5-fa0cbf10, #w-node-_94ee8bc7-2c9e-eac0-dac6-82c4798a5deb-fa0cbf10, #pt-button.w-node-_94ee8bc7-2c9e-eac0-dac6-82c4798a5dec-fa0cbf10, #w-node-_94ee8bc7-2c9e-eac0-dac6-82c4798a5ded-fa0cbf10, #w-node-_94ee8bc7-2c9e-eac0-dac6-82c4798a5df0-fa0cbf10, #whatsapp.w-node-dd1626fe-6a0a-2e20-8b3c-bbd272ca431f-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbdc0-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbdc3-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbdc6-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbdc8-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbdca-2fe08bdf, #w-node-_5dbf63a4-a439-266d-83d5-d2d26778ac9d-2fe08bdf, #w-node-_5dbf63a4-a439-266d-83d5-d2d26778aca0-2fe08bdf, #w-node-_5dbf63a4-a439-266d-83d5-d2d26778aca2-2fe08bdf, #w-node-_5dbf63a4-a439-266d-83d5-d2d26778aca6-2fe08bdf, #w-node-f242633a-877c-7b1e-8442-8cee518a61b8-2fe08bdf, #w-node-_46bc4587-82cc-640a-ea31-8f84dd1057ed-2fe08bdf, #w-node-_775f52a9-dd9d-cf68-5a49-ffe86716355e-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbddd-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbde2-2fe08bdf, #w-node-_0ed21ca5-1cff-b782-b2d6-20858cd0270b-2fe08bdf, #w-node-_6ef7c7d0-17c0-1504-3bf4-a5d89321cc11-2fe08bdf, #w-node-_787b6e1e-46ce-caeb-c6e9-3d0a1327e90f-2fe08bdf, #w-node-_4105c200-27ff-abd5-58ce-23bc18d6a2fe-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbde4-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbded-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbdf0-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbdf6-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbdf8-2fe08bdf, #w-node-_598acf63-6fc0-dede-3f54-83925da51cef-2fe08bdf, #w-node-_727102ce-b656-69bb-a139-e1cef18449fa-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbdff-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbe01-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbe03-2fe08bdf, #w-node-a7e12a0c-d703-16d6-f053-4efa14dbbe05-2fe08bdf, #w-node-_862cc286-1078-b284-77d4-277cd711baf8-d711baeb, #w-node-_862cc286-1078-b284-77d4-277cd711bafa-d711baeb, #w-node-_862cc286-1078-b284-77d4-277cd711bb00-d711baeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e801546c-092c7e2a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015470-092c7e2a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015472-092c7e2a, #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015474-092c7e2a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e00e248-304b-b966-ec91-40b09e5155b3-092c7e2a, #w-node-_0e00e248-304b-b966-ec91-40b09e5155c0-092c7e2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e00e248-304b-b966-ec91-40b09e5155c3-092c7e2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c725d6a4-20d7-dce2-d647-40dc2fb1913a-6c2c7e2b, #w-node-b7f8d36b-bb1e-8be2-86e1-f14e2add5786-6c2c7e2b, #w-node-c3013e85-c250-3d43-7385-0b3e23c07f5e-6c2c7e2b, #w-node-a92734d7-3ed9-abdc-fdfc-11564ce5d19d-6c2c7e2b, #w-node-a6849d44-5f91-07d7-f714-dc6fc467871e-6c2c7e2b, #w-node-efc9477d-d07e-9c66-1332-9fc02ffe77d2-6c2c7e2b, #w-node-efc9477d-d07e-9c66-1332-9fc02ffe77d3-6c2c7e2b, #w-node-efc9477d-d07e-9c66-1332-9fc02ffe77d5-6c2c7e2b, #w-node-_550e4bec-8c1d-612d-d660-32dcf88fd2fe-6c2c7e2b, #w-node-_0a81ceee-68e8-9c30-638a-234fa841c017-6c2c7e2b, #w-node-_0a81ceee-68e8-9c30-638a-234fa841c018-6c2c7e2b, #w-node-_0a81ceee-68e8-9c30-638a-234fa841c01a-6c2c7e2b, #w-node-d27db5c7-af20-3fa9-0750-2185081c154f-6c2c7e2b, #w-node-_3c4954b3-bda8-b1f4-e7d8-399a305eded4-6c2c7e2b, #w-node-_3c4954b3-bda8-b1f4-e7d8-399a305eded5-6c2c7e2b, #w-node-_3c4954b3-bda8-b1f4-e7d8-399a305eded7-6c2c7e2b, #w-node-_99e6236b-a72d-2c5d-c304-9dabca8ec246-6c2c7e2b, #w-node-_99e6236b-a72d-2c5d-c304-9dabca8ec249-6c2c7e2b, #w-node-_04c3294f-a3f3-d3db-1ea5-7e57f0d6d191-6c2c7e2b, #w-node-_04c3294f-a3f3-d3db-1ea5-7e57f0d6d192-6c2c7e2b, #w-node-_04c3294f-a3f3-d3db-1ea5-7e57f0d6d196-6c2c7e2b, #w-node-_99e6236b-a72d-2c5d-c304-9dabca8ec26f-6c2c7e2b, #w-node-_99e6236b-a72d-2c5d-c304-9dabca8ec272-6c2c7e2b, #w-node-_9cb1b8c0-94d9-aa0d-6e94-fd5f0a374498-6c2c7e2b, #w-node-_9cb1b8c0-94d9-aa0d-6e94-fd5f0a374499-6c2c7e2b, #w-node-_9cb1b8c0-94d9-aa0d-6e94-fd5f0a37449d-6c2c7e2b, #w-node-_99e6236b-a72d-2c5d-c304-9dabca8ec298-6c2c7e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270dca-6c2c7e2b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d9152363-bafd-652c-7ddb-2745f3cb983a-6c2c7e2b, #w-node-_88f6dba7-acc6-a108-df8e-518570c1d6ed-6c2c7e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270ddd-6c2c7e2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3886f4be-6b27-5b8a-abe5-ae6dcf65c98d-6c2c7e2b, #w-node-_3886f4be-6b27-5b8a-abe5-ae6dcf65c98f-6c2c7e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e03-6c2c7e2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f3a2ff2-5147-b4cd-2d16-5551d081bef8-6c2c7e2b, #w-node-_4f3a2ff2-5147-b4cd-2d16-5551d081befa-6c2c7e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e16-6c2c7e2b {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-e32dc4eb-da5a-dc35-a7ca-bcc0769f4919-6c2c7e2b, #w-node-e32dc4eb-da5a-dc35-a7ca-bcc0769f491b-6c2c7e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e29-6c2c7e2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a974de9c-0b61-ade3-a777-1a44aece249d-6c2c7e2b, #w-node-a974de9c-0b61-ade3-a777-1a44aece249f-6c2c7e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e3c-6c2c7e2b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6bead811-7d19-2b96-854b-be80cf4b8178-6c2c7e2b, #w-node-_6bead811-7d19-2b96-854b-be80cf4b817a-6c2c7e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e4f-6c2c7e2b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2d9395ea-73a6-a48f-b921-e3edd031c866-6c2c7e2b, #w-node-_2d9395ea-73a6-a48f-b921-e3edd031c868-6c2c7e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5ad78ba-bc62-d9a2-188f-5d114aa38b4b-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3de85370-19e9-2689-0132-eb668a7c1931-252c7e2c, #w-node-_3de85370-19e9-2689-0132-eb668a7c1937-252c7e2c, #w-node-_3de85370-19e9-2689-0132-eb668a7c1932-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4d73046-d7b6-115f-8ad8-9c717206afb3-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_497317a1-bb9c-d20f-9441-50ec7fc5da4a-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_497317a1-bb9c-d20f-9441-50ec7fc5da4b-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_497317a1-bb9c-d20f-9441-50ec7fc5da4e-252c7e2c, #w-node-_497317a1-bb9c-d20f-9441-50ec7fc5da52-252c7e2c, #w-node-_7ab78629-02df-9ff1-8dcc-92913bf30e9d-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ab78629-02df-9ff1-8dcc-92913bf30e9e-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7ab78629-02df-9ff1-8dcc-92913bf30ea1-252c7e2c, #w-node-_7ab78629-02df-9ff1-8dcc-92913bf30ea5-252c7e2c, #w-node-d184190d-7166-a6df-8230-cda9809703f0-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d184190d-7166-a6df-8230-cda9809703f1-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d184190d-7166-a6df-8230-cda9809703f4-252c7e2c, #w-node-d184190d-7166-a6df-8230-cda9809703f8-252c7e2c, #w-node-_22588391-0b1d-c315-6fc0-557c0c709bd1-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22588391-0b1d-c315-6fc0-557c0c709bd2-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_22588391-0b1d-c315-6fc0-557c0c709bd5-252c7e2c, #w-node-_22588391-0b1d-c315-6fc0-557c0c709bd9-252c7e2c, #w-node-fa4706c4-4b01-4ff0-a402-fd24b6dabf50-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa4706c4-4b01-4ff0-a402-fd24b6dabf51-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fa4706c4-4b01-4ff0-a402-fd24b6dabf54-252c7e2c, #w-node-fa4706c4-4b01-4ff0-a402-fd24b6dabf58-252c7e2c, #w-node-b7db3238-cc09-e5ec-8118-e380fd29d6c9-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7db3238-cc09-e5ec-8118-e380fd29d6ca-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b7db3238-cc09-e5ec-8118-e380fd29d6cd-252c7e2c, #w-node-b7db3238-cc09-e5ec-8118-e380fd29d6d1-252c7e2c, #w-node-_1daa1488-7704-afcc-eb7d-e919951f96af-252c7e2c, #w-node-_1daa1488-7704-afcc-eb7d-e919951f96b0-252c7e2c, #w-node-_1daa1488-7704-afcc-eb7d-e919951f96b4-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ecfc-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ecfd-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ecfe-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ecff-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed01-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed03-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed05-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed06-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed07-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed08-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed0a-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed0c-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed0e-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed0f-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed10-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed11-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed13-252c7e2c, #w-node-_6e8cebf5-c5b3-4847-765e-c028aa99ed15-252c7e2c, #w-node-e8204f36-9a25-aa91-e958-bc2404b5fc0a-252c7e2c, #w-node-e8204f36-9a25-aa91-e958-bc2404b5fc0b-252c7e2c, #w-node-e8204f36-9a25-aa91-e958-bc2404b5fc11-252c7e2c, #w-node-e8204f36-9a25-aa91-e958-bc2404b5fc12-252c7e2c, #w-node-f4bcf800-ebe1-d4cf-7712-0be4e1e1af42-252c7e2c, #w-node-_4fddfd83-f3d1-8ab9-e20c-50e1cc355fc3-252c7e2c, #w-node-_3f477185-ff1f-4f6a-e840-a1cd4b8b2e02-252c7e2c, #w-node-_7c662f33-2eb7-48d1-2248-ff3833929985-252c7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ba91165-044a-c260-b081-8c50e8880611-252c7e2c {
  align-self: end;
}

#w-node-_16ab590e-665b-548e-ae4a-e7452b1625ce-fd2c7e2f, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d44fe-fd2c7e2f, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4504-fd2c7e2f, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4505-fd2c7e2f, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4509-fd2c7e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4510-fd2c7e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4512-fd2c7e2f, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4516-fd2c7e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4518-fd2c7e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d451a-fd2c7e2f, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d451e-fd2c7e2f, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896baf-fd2c7e2f, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bb5-fd2c7e2f, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bba-fd2c7e2f, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bbc-fd2c7e2f, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bbd-fd2c7e2f, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bc1-fd2c7e2f, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bc8-fd2c7e2f, #w-node-_8fb9717e-d91d-bb0d-fbf3-2a06ffe5ceff-fd2c7e2f, #w-node-_8fb9717e-d91d-bb0d-fbf3-2a06ffe5cf00-fd2c7e2f, #w-node-_8fb9717e-d91d-bb0d-fbf3-2a06ffe5cf04-fd2c7e2f, #w-node-_8fb9717e-d91d-bb0d-fbf3-2a06ffe5cedf-fd2c7e2f, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dcfe-502c7e30, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd01-502c7e30, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c2-502c7e30, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c3-502c7e30, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c7-502c7e30, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd3a-502c7e30, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b1-502c7e30, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b2-502c7e30, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b6-502c7e30, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd65-502c7e30, #w-node-b8688aa4-3167-e375-4517-01914627942a-502c7e30, #w-node-b8688aa4-3167-e375-4517-01914627942c-502c7e30, #w-node-b8688aa4-3167-e375-4517-019146279434-502c7e30, #w-node-b8688aa4-3167-e375-4517-019146279435-502c7e30, #w-node-b8688aa4-3167-e375-4517-019146279439-502c7e30, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d588-502c7e30, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d589-502c7e30, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d58d-502c7e30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_118047e9-d0f8-5398-e968-77e743789441-0d2c7e33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_944546c5-964c-37b2-96ce-ea6f19304976-0d2c7e33, #w-node-_78372733-4b68-805a-1cf6-b81bf4f0a90b-0d2c7e33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eeebe0-210c-9942-a617-cc02b0f511ec-0d2c7e33 {
  align-self: end;
}

#w-node-af57eb03-09ed-2d99-9f8a-3fb533543345-2f2c7e42, #w-node-_05ea0a65-18e8-f1cf-9e27-429e1ae5cceb-2f2c7e42, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543368-2f2c7e42, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543369-2f2c7e42, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354336f-2f2c7e42, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543370-2f2c7e42, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354337b-2f2c7e42, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543383-2f2c7e42, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354338b-2f2c7e42, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a34-2f2c7e42, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a3a-2f2c7e42, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a46-2f2c7e42, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a4d-2f2c7e42, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a50-2f2c7e42, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a5c-2f2c7e42, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a62-2f2c7e42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5b8c942-226f-1fe6-2393-e624a0c23c2a-a0c23c2a {
  align-self: center;
  justify-self: end;
}

#w-node-_2550b360-10f5-071a-6951-0c4c809e9a6e-be2c7e44, #w-node-_2550b360-10f5-071a-6951-0c4c809e9a75-be2c7e44, #w-node-_2550b360-10f5-071a-6951-0c4c809e9a76-be2c7e44, #w-node-_2550b360-10f5-071a-6951-0c4c809e9a77-be2c7e44, #w-node-f2ce36e9-6be1-a5a7-d970-8e94842704dd-be2c7e44, #w-node-f2ce36e9-6be1-a5a7-d970-8e94842704e4-be2c7e44, #w-node-f2ce36e9-6be1-a5a7-d970-8e94842704e5-be2c7e44, #w-node-f2ce36e9-6be1-a5a7-d970-8e94842704e6-be2c7e44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ff5296-1bff-fb36-1e1e-23d9c7f10e1e-be2c7e44 {
  align-self: center;
}

#w-node-b8ff5296-1bff-fb36-1e1e-23d9c7f10e20-be2c7e44, #w-node-b8ff5296-1bff-fb36-1e1e-23d9c7f10e23-be2c7e44, #w-node-_9a838c3c-c6b5-cb2f-2018-1d866541d25b-be2c7e44, #w-node-_94bc93d8-914a-a955-582a-355bba98b648-be2c7e44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5266c7b-0bc5-b096-18a1-340dca65385c-be2c7e44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_52b1f522-5742-484f-205c-562187206a93-be2c7e44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ceab07d-cb68-71a7-f04b-2a9c5cb36243-be2c7e44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_9067e4cb-909e-0d2c-9b55-6417d51b10b7-be2c7e44, #w-node-be6f4720-5082-e214-f3c1-efd174c0b7fb-be2c7e44, #w-node-_4959b79d-bc07-f336-317a-f758cbb22da7-be2c7e44, #w-node-bf14bd2f-d3eb-c2b1-7945-f32df043598d-be2c7e44, #w-node-_37f69e1c-9609-61ac-a81b-f4ecec1a7101-be2c7e44, #w-node-_9ba2ccbd-04e9-5138-b25c-8fa01d90614e-be2c7e44, #w-node-_2ebad125-f4d0-d3ce-eb12-c8c44430244b-be2c7e44, #w-node-_525eb933-319f-9d79-f8f9-7c4ffeaf2842-be2c7e44, #w-node-e350e334-a28a-15a2-3b8b-12a244c4f327-be2c7e44, #w-node-_60c0224b-2fd0-b614-83cb-f9ccef8ce43a-be2c7e44, #w-node-_61fbec49-0ace-3da1-08d6-7b61b12b4069-c82c7e45, #w-node-_61fbec49-0ace-3da1-08d6-7b61b12b406a-c82c7e45, #w-node-_61fbec49-0ace-3da1-08d6-7b61b12b406e-c82c7e45, #w-node-_61fbec49-0ace-3da1-08d6-7b61b12b406f-c82c7e45, #w-node-_61fbec49-0ace-3da1-08d6-7b61b12b4072-c82c7e45, #w-node-_04c218a1-9745-0615-b17b-5f273f4d3337-c82c7e45, #w-node-_04c218a1-9745-0615-b17b-5f273f4d3338-c82c7e45, #w-node-_04c218a1-9745-0615-b17b-5f273f4d333c-c82c7e45, #w-node-_04c218a1-9745-0615-b17b-5f273f4d333d-c82c7e45, #w-node-_04c218a1-9745-0615-b17b-5f273f4d3340-c82c7e45, #w-node-a14bf9d6-e400-cb7c-c1c6-3b67a98b4d6f-c82c7e45, #w-node-a14bf9d6-e400-cb7c-c1c6-3b67a98b4d70-c82c7e45, #w-node-a14bf9d6-e400-cb7c-c1c6-3b67a98b4d74-c82c7e45, #w-node-a14bf9d6-e400-cb7c-c1c6-3b67a98b4d75-c82c7e45, #w-node-a14bf9d6-e400-cb7c-c1c6-3b67a98b4d78-c82c7e45, #w-node-_573bef2a-1aa5-ac91-6c48-5d5891040209-c82c7e45, #w-node-_573bef2a-1aa5-ac91-6c48-5d589104020a-c82c7e45, #w-node-_573bef2a-1aa5-ac91-6c48-5d589104020d-c82c7e45, #w-node-_573bef2a-1aa5-ac91-6c48-5d589104020e-c82c7e45, #w-node-_573bef2a-1aa5-ac91-6c48-5d5891040211-c82c7e45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e1d63be-161b-10b1-c4f5-240c5c67d866-5c67d85e {
  align-self: end;
}

#w-node-_667a08d9-5d82-fb4a-c10f-f6ea68080dc4-5c67d85e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e1d63be-161b-10b1-c4f5-240c5c67d878-5c67d85e {
  align-self: end;
}

#w-node-ef06561a-01a7-4f46-f52d-8b0f0386d632-5c67d85e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e1d63be-161b-10b1-c4f5-240c5c67d88a-5c67d85e {
  align-self: end;
}

#w-node-_26abf579-332f-bf5e-597b-502f4b6685f5-5c67d85e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e1d63be-161b-10b1-c4f5-240c5c67d89c-5c67d85e {
  align-self: end;
}

#w-node-_6bc7ae20-f938-cfaa-445d-e1b613741792-5c67d85e, #w-node-_64fa98b0-f747-e8a0-3255-6b9965bc0208-7c2c7e46, #w-node-_64fa98b0-f747-e8a0-3255-6b9965bc0209-7c2c7e46, #w-node-_64fa98b0-f747-e8a0-3255-6b9965bc020a-7c2c7e46, #w-node-_64fa98b0-f747-e8a0-3255-6b9965bc020b-7c2c7e46, #w-node-_64fa98b0-f747-e8a0-3255-6b9965bc0217-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0e97-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0e9a-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0ea2-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0ea3-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0ea7-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0eae-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0eb6-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0eb7-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0ebb-7c2c7e46, #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0ec1-7c2c7e46, #w-node-_2c9ed044-58bb-56d3-d5fb-2437c00ba125-642c7e4b, #w-node-_2d08e80b-12ec-3ebb-6cab-cd1fbd2a86b6-642c7e4b, #w-node-_9668ea0d-ca99-4148-bc59-590ffa2ec02d-642c7e4b, #w-node-_9668ea0d-ca99-4148-bc59-590ffa2ec030-642c7e4b, #w-node-f7beae96-4675-c83d-9206-d40fcb98661c-642c7e4b, #w-node-fdc7e6a8-1137-8d48-6575-db41714a0295-642c7e4b, #w-node-_9668ea0d-ca99-4148-bc59-590ffa2ec034-642c7e4b, #w-node-_9668ea0d-ca99-4148-bc59-590ffa2ec03c-642c7e4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9668ea0d-ca99-4148-bc59-590ffa2ec049-642c7e4b {
  justify-self: end;
}

#w-node-f93bf9ef-daf1-911e-7fa5-fc10b545301c-642c7e4b, #w-node-_545b30e9-610a-1b4f-32ac-0d0ddba22ffd-642c7e4b, #w-node-_545b30e9-610a-1b4f-32ac-0d0ddba23001-642c7e4b, #w-node-_545b30e9-610a-1b4f-32ac-0d0ddba23002-642c7e4b, #w-node-_545b30e9-610a-1b4f-32ac-0d0ddba23003-642c7e4b, #w-node-_545b30e9-610a-1b4f-32ac-0d0ddba23006-642c7e4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccb380ca-54ba-962c-c933-e4d817783190-862c7e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ccb380ca-54ba-962c-c933-e4d817783191-862c7e58, #w-node-ccb380ca-54ba-962c-c933-e4d817783193-862c7e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ede7113d-674c-a3ab-bb84-c3dbafd74eb9-862c7e58 {
  align-self: end;
}

#w-node-_246104a4-52cc-2395-3994-3ad8e6b94f5c-592c7e59 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6693099d-f79b-380a-f07b-bbe329179e1a-592c7e59, #w-node-cd7bad86-e7dd-3f56-cca1-d614a0ae7a91-592c7e59, #w-node-c68694d9-d3f6-0583-af07-77eb62cab32d-592c7e59, #w-node-_7b8a1ff1-c5f2-1d2c-82fb-101d128ebf31-592c7e59, #w-node-_55b2dd02-311d-caa4-1ded-65de8aef26d5-592c7e59, #w-node-_54aace73-ecc1-eecd-7337-23aee2a25dd3-592c7e59, #w-node-a662fc33-f0f0-44cc-a8bd-7dcd258f71b8-592c7e59, #w-node-cd3de07a-39d0-8043-ef42-dd25ca57831d-592c7e59, #w-node-cd3de07a-39d0-8043-ef42-dd25ca57831f-592c7e59, #w-node-_6841d5ed-f934-0c2a-0af1-a44df6a8708d-592c7e59, #w-node-ebd9b214-2e10-826f-80b0-17100afef51e-592c7e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_373e1e4a-ba89-adcd-e292-752ce69443f7-592c7e59 {
  justify-self: stretch;
}

#w-node-_373e1e4a-ba89-adcd-e292-752ce6944403-592c7e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33d6-592c7e59 {
  justify-self: stretch;
}

#w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33d8-592c7e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33dd-592c7e59, #w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33df-592c7e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33e1-592c7e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33e6-592c7e59, #w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33e8-592c7e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33ea-592c7e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33ef-592c7e59, #w-node-_4ece6f56-c8bf-faf4-f5dd-23359d9b33f1-592c7e59, #w-node-_0da1ec8a-73b6-ae52-a15d-e430b5825cba-972c7e5a, #w-node-_4592308e-abd4-a28b-29f0-d67dec007c32-972c7e5a, #w-node-_652fc11a-5e9a-0bbf-c2c6-3b44a424af35-972c7e5a, #w-node-_652fc11a-5e9a-0bbf-c2c6-3b44a424af37-972c7e5a, #w-node-b9bd447e-145e-58dc-ca2c-2b6580c6cb0e-972c7e5a, #w-node-_88180220-6ca6-80a2-c1cf-c08a9aa59cf6-972c7e5a, #w-node-bf4f3275-956b-a12c-f574-ae72350262ca-972c7e5a, #w-node-_32cefd9b-df1c-4134-5bb0-c842e8b580fd-972c7e5a, #w-node-_90cb632c-ce07-f82b-7b9b-45b18ae6ad24-972c7e5a, #w-node-_90cb632c-ce07-f82b-7b9b-45b18ae6ad26-972c7e5a, #w-node-b6303ef1-ff6e-21ed-34f6-85f4f54f9e75-972c7e5a, #w-node-b8b760db-ad20-10aa-5f6e-000aa52d98db-972c7e5a, #w-node-b8b760db-ad20-10aa-5f6e-000aa52d98dd-972c7e5a, #w-node-a0b11b34-e888-0f83-c4f1-2c9e2911369c-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39016-972c7e5a {
  justify-self: stretch;
}

#w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39017-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39018-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39019-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f3901b-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f3901c-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f3901e-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39020-972c7e5a {
  justify-self: stretch;
}

#w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39022-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39025-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39026-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39028-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f3902a-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f3902b-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f3902d-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f3902f-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39030-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39032-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39034-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39035-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39040-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39041-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4622-972c7e5a {
  align-self: center;
}

#w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4625-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4628-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d462b-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d462e-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d462f-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4631-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4633-972c7e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4639-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d463a-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d463b-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d463c-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d463d-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d463f-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4640-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4641-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4643-972c7e5a, #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4644-972c7e5a, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041c8-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041c9-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041cb-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041cc-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041ce-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041d0-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041d1-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041d3-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041d4-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041d5-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041d6-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041d7-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041d8-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041f6-872c7e5b, #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041f8-872c7e5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a9cdebc-c882-52b1-d2ea-83289c004209-872c7e5b {
  align-self: end;
}

#w-node-_3b0fb0da-6293-20cd-8cb7-db10b9e56168-812c7e5c, #w-node-a6d96773-99c6-17e9-2708-338d7f6432ad-812c7e5c, #w-node-_2a7eabce-b9d8-eb57-94d3-6d550167e2cb-812c7e5c, #w-node-_847eaac6-2dc4-5d28-85da-487dc477c075-812c7e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6c0ab32-b558-5280-f756-4330bd573a16-812c7e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d6c0ab32-b558-5280-f756-4330bd573a1b-812c7e5c, #w-node-d6c0ab32-b558-5280-f756-4330bd573a18-812c7e5c, #w-node-d6c0ab32-b558-5280-f756-4330bd573a19-812c7e5c, #w-node-_01fa7d13-59b9-197c-7c6a-42b113ff2645-f82c7e5d, #w-node-_01fa7d13-59b9-197c-7c6a-42b113ff2649-f82c7e5d, #w-node-_7cda04a1-834b-1944-09f7-ea9f87b56e5c-f82c7e5d, #w-node-fb8acd62-6d93-e53c-4e0d-8ce12a5e50d7-f82c7e5d, #w-node-_3a38900b-ef4a-aa9a-592c-ad80eeb1e625-f82c7e5d, #w-node-_35aadd0b-b4cd-c656-373a-247ab4dfee90-f82c7e5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7711374-48a0-939d-da5c-0de9920bdcc8-f82c7e5d {
  align-self: center;
  justify-self: end;
}

#w-node-_1ce30199-b327-a648-2558-bb711c886905-f82c7e5d, #w-node-_1ce30199-b327-a648-2558-bb711c886907-f82c7e5d, #w-node-_1adeed36-03ea-4bbe-ace2-f0d157891f55-f82c7e5d, #w-node-_10c0acfd-36b2-4861-a5b0-f0c0e535b30c-f82c7e5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10c0acfd-36b2-4861-a5b0-f0c0e535b30d-f82c7e5d {
  align-self: center;
  justify-self: end;
}

#w-node-_01fa7d13-59b9-197c-7c6a-42b113ff267e-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56967-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56969-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5696c-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5696f-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56971-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56973-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56975-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56977-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5697a-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5697d-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5697f-f82c7e5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db862559-d734-7f88-fbdb-09fb82e56981-f82c7e5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-db862559-d734-7f88-fbdb-09fb82e56983-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56985-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56988-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5698b-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5698d-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5698f-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56991-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56993-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56995-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56997-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e56999-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5699b-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e5699e-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569a1-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569a3-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569a5-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569a7-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569aa-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569ac-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569ae-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569b0-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569b2-f82c7e5d, #w-node-db862559-d734-7f88-fbdb-09fb82e569b4-f82c7e5d, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf758-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf759-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf75a-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf75b-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf75d-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf75f-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf761-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf762-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf763-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf764-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf766-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf768-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf76a-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf76b-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf76c-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf76d-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf76f-912c7e5e, #w-node-_0c18568f-9da3-9852-558f-dd2e5ddbf771-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e528d792-0f75-d29a-f384-259168207f8e-912c7e5e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e528d792-0f75-d29a-f384-259168207f9c-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb51-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb52-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb58-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb59-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb6d-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb6e-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb72-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb73-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb76-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb79-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb7d-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb7e-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb81-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb84-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb88-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb89-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb8c-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb8f-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb93-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb94-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb97-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb99-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb9b-912c7e5e, #w-node-_4c63c9c1-0586-338b-65e7-2d8793fffb9d-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f5d9-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f5e1-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f5e2-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f5e6-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f513e9d-2873-d49a-8815-34454ed7f5f0-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7f513e9d-2873-d49a-8815-34454ed7f5f2-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f644-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f64a-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f513e9d-2873-d49a-8815-34454ed7f64c-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7f513e9d-2873-d49a-8815-34454ed7f64e-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f65b-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f661-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f513e9d-2873-d49a-8815-34454ed7f663-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_7f513e9d-2873-d49a-8815-34454ed7f665-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f674-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f67a-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f513e9d-2873-d49a-8815-34454ed7f67c-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_7f513e9d-2873-d49a-8815-34454ed7f67e-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f698-912c7e5e, #w-node-_7f513e9d-2873-d49a-8815-34454ed7f69b-912c7e5e, #w-node-f26d9c76-33bf-18a5-6b0b-6c40819844b5-912c7e5e, #w-node-dbebe378-8777-e213-52a1-a44d77efb507-912c7e5e, #w-node-dbebe378-8777-e213-52a1-a44d77efb50d-912c7e5e, #w-node-dbebe378-8777-e213-52a1-a44d77efb512-912c7e5e, #w-node-fbb969fa-105f-88b1-3272-2a98118f0656-912c7e5e, #w-node-f26d9c76-33bf-18a5-6b0b-6c40819844b8-912c7e5e, #w-node-f26d9c76-33bf-18a5-6b0b-6c40819844bd-912c7e5e, #w-node-caad8e4a-5082-d0fb-a953-611b1eefc3bc-912c7e5e, #w-node-f26d9c76-33bf-18a5-6b0b-6c40819844c7-912c7e5e, #w-node-f26d9c76-33bf-18a5-6b0b-6c40819844ce-912c7e5e, #w-node-f26d9c76-33bf-18a5-6b0b-6c40819844d4-912c7e5e, #w-node-f26d9c76-33bf-18a5-6b0b-6c40819844d9-912c7e5e, #w-node-_4dbfa449-bcac-78fd-b7dd-9c8dcb519a72-912c7e5e, #w-node-_4dbfa449-bcac-78fd-b7dd-9c8dcb519a74-912c7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6744dfbe-51cc-9ea8-c456-f031e87da560-3b2c7e6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6744dfbe-51cc-9ea8-c456-f031e87da564-3b2c7e6a, #w-node-_6744dfbe-51cc-9ea8-c456-f031e87da566-3b2c7e6a, #w-node-_6744dfbe-51cc-9ea8-c456-f031e87da569-3b2c7e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6744dfbe-51cc-9ea8-c456-f031e87da577-3b2c7e6a {
  justify-self: center;
}

#w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bd2-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bd4-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bd7-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bda-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bdc-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bde-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4be0-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4be2-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4be5-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4be8-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bea-3b2c7e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bec-3b2c7e6a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bee-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bf0-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bf3-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bf6-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bf8-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bfa-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bfc-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4bfe-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c00-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c02-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c04-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c06-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c09-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c0c-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c0e-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c10-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c12-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c15-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c17-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c19-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c1b-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c1d-3b2c7e6a, #w-node-d0c43f24-c5ba-642a-f224-3b84a1dc4c1f-3b2c7e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e88ea24b-d518-0b8a-f480-1272223fca53-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_78ff6320-6507-8a29-d023-d27462e02801-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02803-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02806-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02808-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e0280d-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e0280f-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02819-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e0281b-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e0281e-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02821-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02823-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02827-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02829-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e0282e-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02830-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02833-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02835-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02838-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e0283a-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02840-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02842-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02848-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e0284a-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02850-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02852-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e0285b-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e0285d-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02863-922c7e70, #w-node-_78ff6320-6507-8a29-d023-d27462e02865-922c7e70, #w-node-_6075894e-b50c-f6cd-5cef-806f89e630c9-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31811b6-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31811b7-922c7e70, #w-node-f7e3c4ae-7405-d7b8-7289-b46be387bafb-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0545aeda-1284-ab13-dad8-9edbb31811bf-922c7e70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cd6633db-5b6e-3b14-1879-c2bf3dd1b584-922c7e70, #w-node-_3ebe0119-2626-edf0-d362-cbfe3156bf58-922c7e70, #w-node-_4314f172-ef18-bcae-b4d8-184ead759699-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31811ec-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31811ee-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31811f1-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31811f3-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31811f8-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31811fa-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181204-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181206-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181209-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318120c-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318120e-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181212-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181214-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181219-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318121b-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318121e-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181220-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181223-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181225-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318122b-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318122d-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181233-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181235-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318123b-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318123d-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181246-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181248-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318124e-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181250-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318125c-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318125e-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181261-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181263-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181268-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318126a-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181274-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181276-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181279-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318127c-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318127e-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181282-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181284-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181289-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318128b-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318128e-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181290-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181293-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181295-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318129b-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318129d-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812a3-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812a5-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812ab-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812ad-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812b6-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812b8-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812be-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812c0-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812cc-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812ce-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812d1-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812d3-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812d8-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812da-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812e4-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812e6-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812e9-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812ec-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812ee-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812f2-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812f4-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812f9-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812fb-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb31812fe-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181300-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181303-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181305-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318130b-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318130d-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181313-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181315-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318131b-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318131d-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181326-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181328-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb318132e-922c7e70, #w-node-_0545aeda-1284-ab13-dad8-9edbb3181330-922c7e70, #w-node-_713d4701-fb90-443a-7328-43fbda41086d-922c7e70, #w-node-f757f6d9-be9c-0b3b-c6b1-119163f35945-922c7e70, #w-node-_5f644a01-9df3-9426-a612-1d8eb15a4158-922c7e70, #w-node-eda18893-9c45-37f5-aa12-03f8fe94cea4-922c7e70, #w-node-_3bd50c3c-78a2-a9da-e021-a04e6c77fc22-922c7e70, #w-node-a7b1718f-cc92-c292-dc8d-5c6694e8f8c5-922c7e70, #w-node-_1a17cda6-e295-b2c4-3694-573d76ade39c-922c7e70, #w-node-_75a20ae9-95b3-15c4-af2b-c93598718981-922c7e70, #w-node-_75a20ae9-95b3-15c4-af2b-c93598718982-922c7e70, #w-node-_8faf3660-662d-5c98-4ca7-47c989e1c3b7-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a17cda6-e295-b2c4-3694-573d76ade3a2-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1a17cda6-e295-b2c4-3694-573d76ade3a4-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474151-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474152-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474153-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474154-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474155-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474156-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474157-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474158-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474159-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47415a-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47415b-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47415c-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47415d-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47415e-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47415f-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474160-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474161-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474162-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474163-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474164-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474165-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474166-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474167-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474168-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474169-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47416a-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47416b-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47416c-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47416d-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47416e-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47416f-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474170-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474171-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474172-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474173-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474174-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474175-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474176-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474177-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474178-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474179-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47417a-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47417b-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47417c-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47417d-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47417e-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47417f-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474180-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474181-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474182-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474183-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474184-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474185-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474186-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474187-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474188-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474189-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47418a-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47418b-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47418c-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47418d-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47418e-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd47418f-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474190-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474191-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474192-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474193-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474194-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474195-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474196-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474197-922c7e70, #w-node-_6ec959a6-8f17-58b4-dbd8-b6c1dd474198-922c7e70, #w-node-_1a17cda6-e295-b2c4-3694-573d76ade3a6-922c7e70, #w-node-_1a17cda6-e295-b2c4-3694-573d76ade3a9-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a17cda6-e295-b2c4-3694-573d76ade3ab-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1a17cda6-e295-b2c4-3694-573d76ade3ad-922c7e70, #w-node-_1a17cda6-e295-b2c4-3694-573d76ade3af-922c7e70, #w-node-_1a17cda6-e295-b2c4-3694-573d76ade3b2-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a17cda6-e295-b2c4-3694-573d76ade3b4-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_1a17cda6-e295-b2c4-3694-573d76ade3b6-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10a4f5b0-e80c-d8ac-4d2d-7d478b4968fd-922c7e70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_179072f8-0c92-c9e3-7885-3184bc3e488e-922c7e70, #w-node-_0e3e07ac-24eb-e1a1-111b-5ff21f1fa666-922c7e70, #w-node-ed6db7ef-e2c4-5e62-7acc-333dfb08891a-922c7e70, #w-node-_1a17cda6-e295-b2c4-3694-573d76ade3b8-922c7e70, #w-node-_1a17cda6-e295-b2c4-3694-573d76ade3bb-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a17cda6-e295-b2c4-3694-573d76ade3bd-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_1a17cda6-e295-b2c4-3694-573d76ade3bf-922c7e70, #w-node-_3fe6c59b-c77b-1748-0feb-9c28a53b584e-922c7e70, #w-node-_58aedc62-3660-3171-c5aa-e60edfa8f109-922c7e70, #w-node-_83f81b6e-b2be-b051-1ce0-6202cacdb9c8-922c7e70, #w-node-c692d9bb-8173-c9b1-785c-7b431dbbd69f-922c7e70, #w-node-cc8f055f-a05a-689d-6b79-b8b86f84b553-922c7e70, #w-node-cc8f055f-a05a-689d-6b79-b8b86f84b554-922c7e70, #w-node-cc8f055f-a05a-689d-6b79-b8b86f84b556-922c7e70, #w-node-bb971fb0-7da0-6b35-22d1-ca68e59fd799-922c7e70, #w-node-de0c56f1-a25d-76e9-cca8-e8588706e9d5-922c7e70, #w-node-de0c56f1-a25d-76e9-cca8-e8588706e9d6-922c7e70, #w-node-de0c56f1-a25d-76e9-cca8-e8588706e9d8-922c7e70, #w-node-_1a17cda6-e295-b2c4-3694-573d76ade3c1-922c7e70, #w-node-_1a17cda6-e295-b2c4-3694-573d76ade3c4-922c7e70, #w-node-eee3ba42-f1c2-bc7d-f5b0-21097461182f-922c7e70, #w-node-eee3ba42-f1c2-bc7d-f5b0-210974611830-922c7e70, #w-node-_24e48ca1-379a-564e-72d4-01cde05a0b19-922c7e70, #w-node-_24e48ca1-379a-564e-72d4-01cde05a0b1a-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62f18972-fdd2-2fe4-c0b4-16620798ca4b-922c7e70 {
  align-self: center;
  justify-self: end;
}

#w-node-_5597c9df-d918-8aea-edcc-ed057c3ae329-922c7e70, #w-node-_5597c9df-d918-8aea-edcc-ed057c3ae32a-922c7e70, #w-node-e13ec2b8-089e-bc2a-0d27-7e3667ff480a-922c7e70, #w-node-e1276ffa-3985-7df7-d35c-2936e61881b7-922c7e70, #w-node-_315e3dd6-ae89-4e14-3aaa-2b28481a585e-922c7e70, #w-node-_4a92a0fb-c378-8f40-aaa3-2e6f2a94b167-922c7e70, #w-node-c85f8521-4d37-0287-50d0-83949dafdf29-922c7e70, #w-node-c85f8521-4d37-0287-50d0-83949dafdf2a-922c7e70, #w-node-c85f8521-4d37-0287-50d0-83949dafdf2c-922c7e70, #w-node-_995734db-19f1-0423-345f-9dd76582ceb3-922c7e70, #w-node-_995734db-19f1-0423-345f-9dd76582ceb4-922c7e70, #w-node-_995734db-19f1-0423-345f-9dd76582ceba-922c7e70, #w-node-_995734db-19f1-0423-345f-9dd76582cebb-922c7e70, #w-node-b0e8813a-adad-f3dd-2d32-71a635be6e69-922c7e70, #w-node-_5977c1f0-2597-44a1-ca63-7d7c1b652d86-922c7e70, #w-node-_5977c1f0-2597-44a1-ca63-7d7c1b652d87-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f7ff687-48f9-c187-9d4e-b294798572c8-922c7e70 {
  align-self: center;
  justify-self: end;
}

#w-node-b3f86023-12d0-91b1-4672-8ae9be8f3c63-922c7e70, #w-node-_9cc3bfe1-75dd-4b4c-c82f-50b4e395bcd0-922c7e70, #w-node-_9cc3bfe1-75dd-4b4c-c82f-50b4e395bcd1-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbab2126-40c8-ae50-0699-da4869cf442a-922c7e70 {
  align-self: center;
  justify-self: end;
}

#w-node-_4ea6125a-3d2e-3235-8219-9b33fe289104-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289105-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe28910b-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe28910c-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289111-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289116-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289117-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe28911d-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe28911f-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289121-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289122-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289127-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289128-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe28912e-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289130-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289132-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289133-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289138-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289139-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe28913f-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289141-922c7e70, #w-node-_4ea6125a-3d2e-3235-8219-9b33fe289143-922c7e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14757ac6-2cec-e934-3155-325667c9fbc9-922c7e70 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2671e0b0-a529-46d9-3efd-507f1f3d807f-922c7e70, #w-node-_2671e0b0-a529-46d9-3efd-507f1f3d8080-922c7e70, #w-node-_2671e0b0-a529-46d9-3efd-507f1f3d8084-922c7e70, #w-node-fe29a2f6-d3c5-5273-ffaa-7afbe7f8d6de-aa2c7e76, #w-node-fe29a2f6-d3c5-5273-ffaa-7afbe7f8d6e0-aa2c7e76, #w-node-fe29a2f6-d3c5-5273-ffaa-7afbe7f8d6e2-aa2c7e76, #w-node-fe29a2f6-d3c5-5273-ffaa-7afbe7f8d6e3-aa2c7e76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd70c2fe-2c5f-975f-da98-72b213df2c99-aa2c7e76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2e90ffcd-35bf-e2fb-4301-4b4dfe38b569-aa2c7e76, #w-node-_22b7d833-3dd2-c620-4f8f-db0b3e972fc9-aa2c7e76, #w-node-_7e818523-4893-5ece-adf5-675d96451cde-aa2c7e76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f318bedb-cd5b-7121-152f-449b101bf3ce-aa2c7e76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f318bedb-cd5b-7121-152f-449b101bf3cf-aa2c7e76, #w-node-f318bedb-cd5b-7121-152f-449b101bf3d2-aa2c7e76, #w-node-f318bedb-cd5b-7121-152f-449b101bf3d4-aa2c7e76, #w-node-cc7cf0e1-18aa-d304-559c-7c585cfef9dd-aa2c7e76, #w-node-_457228ca-4711-113b-ae5c-5a7fd42e430f-aa2c7e76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7deaa98e-7414-d24d-c91e-843b210ac43c-aa2c7e76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7deaa98e-7414-d24d-c91e-843b210ac43d-aa2c7e76, #w-node-_7deaa98e-7414-d24d-c91e-843b210ac440-aa2c7e76, #w-node-_7deaa98e-7414-d24d-c91e-843b210ac442-aa2c7e76, #w-node-bc28dd23-b113-9da4-2a58-390ee0258510-aa2c7e76, #w-node-_2780505d-de69-dccf-02d5-38ebe09146f0-aa2c7e76, #w-node-_4c953c85-a81c-2ef3-396a-75db98bfd5a0-aa2c7e76, #w-node-d5d4141b-9ffd-06da-138c-8c90ff22f807-aa2c7e76, #w-node-d5d4141b-9ffd-06da-138c-8c90ff22f808-aa2c7e76, #w-node-d5d4141b-9ffd-06da-138c-8c90ff22f80c-aa2c7e76, #w-node-_3110edcf-9116-6c79-16a2-f20c3ef39b4c-aa2c7e76, #w-node-_3110edcf-9116-6c79-16a2-f20c3ef39b50-aa2c7e76, #w-node-_3110edcf-9116-6c79-16a2-f20c3ef39b54-aa2c7e76, #w-node-_3110edcf-9116-6c79-16a2-f20c3ef39b57-aa2c7e76, #w-node-_8fd39107-5fe9-34c3-dc1b-24ad0db67a0f-aa2c7e76, #w-node-_8fd39107-5fe9-34c3-dc1b-24ad0db67a10-aa2c7e76, #w-node-_8fd39107-5fe9-34c3-dc1b-24ad0db67a16-aa2c7e76, #w-node-_8fd39107-5fe9-34c3-dc1b-24ad0db67a17-aa2c7e76, #w-node-_3665ecc2-dd34-3ed0-27ea-781c71082432-aa2c7e76, #w-node-c43d1356-7f68-7449-fb9c-add398e4fa88-aa2c7e76, #w-node-_506c85b6-ee21-f4ab-085e-e58d47ab5779-aa2c7e76, #w-node-_944b9185-81bd-d96d-527c-90de38883fbd-aa2c7e76, #w-node-_0d37081c-9fd1-aa4d-1995-15548622c266-aa2c7e76, #w-node-_3066dff8-4a3b-32c1-5de3-b1c4ee56ba8d-aa2c7e76, #w-node-_3066dff8-4a3b-32c1-5de3-b1c4ee56ba8f-aa2c7e76, #w-node-f3ccca47-aa88-94c9-82cf-76f7d7f6340e-aa2c7e76, #w-node-_3066dff8-4a3b-32c1-5de3-b1c4ee56ba92-aa2c7e76, #w-node-_0fa821a0-7ad7-9032-eee0-ddf91a2e924f-aa2c7e76, #w-node-_0fa821a0-7ad7-9032-eee0-ddf91a2e9251-aa2c7e76, #w-node-_1426618d-aa3d-cea1-3f30-63c6da6c2a17-aa2c7e76, #w-node-_0fa821a0-7ad7-9032-eee0-ddf91a2e9254-aa2c7e76, #w-node-_557acc59-7a00-90b7-2ece-413a5f2c169b-aa2c7e76, #w-node-_557acc59-7a00-90b7-2ece-413a5f2c169d-aa2c7e76, #w-node-_63b91394-0c43-ed17-2296-9f95a534310a-aa2c7e76, #w-node-ce0be5f5-68fa-4471-f9a8-af483f446471-aa2c7e76, #w-node-cd3ce7a3-93da-c2fc-751f-d5e44562ce30-aa2c7e76, #w-node-a50a51fe-2935-d1e0-6831-8438fefcd9ea-aa2c7e76, #w-node-_06ef2253-5725-13f0-5611-42c77d3b805c-aa2c7e76, #w-node-_010348a6-07d7-7a34-6598-a29c06235e96-aa2c7e76, #w-node-_010348a6-07d7-7a34-6598-a29c06235e98-aa2c7e76, #w-node-_010348a6-07d7-7a34-6598-a29c06235e9a-aa2c7e76, #w-node-_05b7eaa4-fca8-7304-114c-b5a1b5464ab4-aa2c7e76, #w-node-_05b7eaa4-fca8-7304-114c-b5a1b5464ab5-aa2c7e76, #w-node-_05b7eaa4-fca8-7304-114c-b5a1b5464abb-aa2c7e76, #w-node-_05b7eaa4-fca8-7304-114c-b5a1b5464abc-aa2c7e76, #w-node-_9f2e4939-48c0-91c5-f177-712c8ab4e822-aa2c7e76, #w-node-_9f2e4939-48c0-91c5-f177-712c8ab4e823-aa2c7e76, #w-node-_9f2e4939-48c0-91c5-f177-712c8ab4e829-aa2c7e76, #w-node-_9f2e4939-48c0-91c5-f177-712c8ab4e82a-aa2c7e76, #w-node-_9887cce5-df86-7bed-52f8-dd19c34c044b-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af1217a-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af1217e-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af12184-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af12188-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af1218e-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af12192-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af12199-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af1219d-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af121a4-aa2c7e76, #w-node-_762f4767-71bb-00d2-0727-37860af121a5-aa2c7e76, #w-node-_1203b77d-dd36-84bf-9715-ee1f345b8b3e-aa2c7e76, #w-node-_1203b77d-dd36-84bf-9715-ee1f345b8b3f-aa2c7e76, #w-node-_1203b77d-dd36-84bf-9715-ee1f345b8b43-aa2c7e76, #w-node-c8c08a2a-9608-2831-5666-0c652adf51ce-aa2c7e76, #w-node-c8c08a2a-9608-2831-5666-0c652adf51d4-aa2c7e76, #w-node-c8c08a2a-9608-2831-5666-0c652adf51d6-aa2c7e76, #w-node-c8c08a2a-9608-2831-5666-0c652adf51de-aa2c7e76, #w-node-c8c08a2a-9608-2831-5666-0c652adf51e0-aa2c7e76, #w-node-c8c08a2a-9608-2831-5666-0c652adf51e8-aa2c7e76, #w-node-c8c08a2a-9608-2831-5666-0c652adf51ea-aa2c7e76, #w-node-c8c08a2a-9608-2831-5666-0c652adf51fb-aa2c7e76, #w-node-_3204f662-1258-bb80-e57c-787b7e9b896e-aa2c7e76, #w-node-_3204f662-1258-bb80-e57c-787b7e9b896f-aa2c7e76, #w-node-_3204f662-1258-bb80-e57c-787b7e9b8973-aa2c7e76, #w-node-_813c9f3b-a05c-7881-8d03-60ba7c8e9588-f52c7e78, #w-node-_0e82ab82-2a14-8cfc-9919-bef62a2853d4-f52c7e78, #w-node-e698e0d4-30bf-bc1a-a8b4-474b79a33d4f-f52c7e78, #w-node-ede2d20e-29a2-1cae-f878-746cf858e09d-f52c7e78, #w-node-ca641312-6e09-83cc-4892-23facd8dc1a3-f52c7e78, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fa0-f52c7e78, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fa4-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fae-f52c7e78 {
  justify-self: center;
}

#w-node-_33658259-629c-0d4e-d9c6-b1c5ea560faf-f52c7e78, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fb0-f52c7e78, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fb2-f52c7e78, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fb3-f52c7e78, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fb5-f52c7e78, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fb7-f52c7e78, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fb9-f52c7e78, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fbb-f52c7e78, #w-node-_1c7db816-7e48-2817-f5cd-1bc0c26ee614-f52c7e78, #w-node-_1c7db816-7e48-2817-f5cd-1bc0c26ee615-f52c7e78, #w-node-_1c7db816-7e48-2817-f5cd-1bc0c26ee61b-f52c7e78, #w-node-_1c7db816-7e48-2817-f5cd-1bc0c26ee61c-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4516b-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4516c-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4516d-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4516e-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4516f-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45170-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45171-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45172-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45173-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45174-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45175-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45176-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45177-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45178-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45179-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4517a-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4517b-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4517c-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4517d-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4517e-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4517f-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45180-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45181-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45182-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45183-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45184-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45185-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45186-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45187-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45188-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45189-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4518a-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4518b-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4518c-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4518d-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4518e-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4518f-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45190-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45191-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45192-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45193-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45194-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45195-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45196-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45197-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45198-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f45199-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4519a-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4519b-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4519c-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4519d-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4519e-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f4519f-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a0-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a1-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a2-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a3-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a4-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a5-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a6-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a7-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a8-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451a9-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451aa-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451ab-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451ac-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451ad-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451ae-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451af-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451b0-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451b1-f52c7e78, #w-node-_0011223c-cc9e-6ceb-49e7-5cc966f451b2-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_797ae121-2974-5257-979d-41910f572ea8-f52c7e78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_797ae121-2974-5257-979d-41910f572eab-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_797ae121-2974-5257-979d-41910f572eaf-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_797ae121-2974-5257-979d-41910f572eb0-f52c7e78, #w-node-_1c59c263-d2ca-f454-e8e0-35b38e2d0366-f52c7e78, #w-node-_1c59c263-d2ca-f454-e8e0-35b38e2d0367-f52c7e78, #w-node-_1c59c263-d2ca-f454-e8e0-35b38e2d0369-f52c7e78, #w-node-_1c59c263-d2ca-f454-e8e0-35b38e2d036b-f52c7e78, #w-node-_1c59c263-d2ca-f454-e8e0-35b38e2d0374-f52c7e78, #w-node-_1c59c263-d2ca-f454-e8e0-35b38e2d0375-f52c7e78, #w-node-_1c59c263-d2ca-f454-e8e0-35b38e2d0377-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dcfe-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd01-f52c7e78, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c2-f52c7e78, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c3-f52c7e78, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c7-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd0d-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd0e-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd0f-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd10-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd12-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd13-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd15-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd16-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd17-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd18-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd1b-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd1c-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd1e-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd1f-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd20-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd21-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd24-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd27-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd28-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd29-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd2a-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd2d-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd2e-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd30-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd31-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd32-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd33-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd36-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd37-f52c7e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dd3a-f52c7e78, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b1-f52c7e78, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b2-f52c7e78, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b6-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd49-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd4b-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd4c-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd56-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd58-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd59-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd63-f52c7e78, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd65-f52c7e78, #w-node-_17a6cbfa-91c9-607c-2610-80e6b76d547a-f52c7e78, #w-node-_3bc2f434-a6d5-ba76-1c9b-3d2e9c7caf75-f52c7e78, #w-node-b58f5582-303a-43e3-46d6-4a7e8758f128-f52c7e78, #w-node-_3bc2f434-a6d5-ba76-1c9b-3d2e9c7caf7f-f52c7e78, #w-node-_2d3401bd-18e4-0040-7a23-1073f2c3b470-f52c7e78, #w-node-_15b19176-5edd-ddad-49f8-a47f63f0be12-f52c7e78, #w-node-_3bc2f434-a6d5-ba76-1c9b-3d2e9c7caf89-f52c7e78, #w-node-c61f0142-1b0b-3c24-ac60-1aac0dfd9252-f52c7e78, #w-node-_63f366a3-0b2d-d339-98b9-e5da7cc492b6-f52c7e78, #w-node-_3bc2f434-a6d5-ba76-1c9b-3d2e9c7caf93-f52c7e78, #w-node-_7cd049a7-7ae3-9b01-962f-1980db48e7dd-f52c7e78, #w-node-c021ebfc-e877-9461-026d-731b0535bb33-f52c7e78, #w-node-_3bc2f434-a6d5-ba76-1c9b-3d2e9c7caf9d-f52c7e78, #w-node-_25f54620-0298-1fe9-565d-b44eaddc076d-f52c7e78, #w-node-_355035bf-5b6f-c82b-12bd-c7bd766afeba-f52c7e78, #w-node-_3bc2f434-a6d5-ba76-1c9b-3d2e9c7cafa7-f52c7e78, #w-node-c5f9ac5c-5150-3eeb-be67-d04f328f6eca-f52c7e78, #w-node-d5ef2d8c-5ffd-357a-e8d5-9d911bac4ed0-f52c7e78, #w-node-d5ef2d8c-5ffd-357a-e8d5-9d911bac4ed1-f52c7e78, #w-node-d5ef2d8c-5ffd-357a-e8d5-9d911bac4ed5-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe28410880-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe28410881-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe28410894-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe28410895-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe284108a9-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe284108aa-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe284108bd-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe284108be-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe284108d2-f52c7e78, #w-node-_84c4beee-e3e2-8c36-0263-0cbe284108d3-f52c7e78, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543345-a82c7e79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af57eb03-09ed-2d99-9f8a-3fb533543351-a82c7e79 {
  align-self: center;
}

#w-node-af57eb03-09ed-2d99-9f8a-3fb533543353-a82c7e79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-af57eb03-09ed-2d99-9f8a-3fb533543368-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543369-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354336f-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543370-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354337b-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543383-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354338b-a82c7e79, #w-node-_09d7f458-2d70-86e0-f9b9-cf9ad8d5242e-a82c7e79, #w-node-_09d7f458-2d70-86e0-f9b9-cf9ad8d52433-a82c7e79, #w-node-a684ab41-c432-6a0e-e7c8-e7fb6583c4ab-a82c7e79, #w-node-a684ab41-c432-6a0e-e7c8-e7fb6583c4b0-a82c7e79, #w-node-_6a79bc86-e11a-3786-de66-05b35394898f-a82c7e79, #w-node-_6a79bc86-e11a-3786-de66-05b353948994-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543391-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543393-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543397-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543398-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354339a-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354339d-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354339e-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433a0-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433a3-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433a4-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433a6-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433a9-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433aa-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433ac-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433af-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433b0-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433b2-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433b5-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433b6-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433b8-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433bb-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433bc-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433be-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433c1-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433c2-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433c4-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433c7-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433c8-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433ca-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433cd-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433ce-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433d0-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433d3-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433d4-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433d6-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433d9-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433da-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433dc-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433df-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433e2-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433e5-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433ee-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433ef-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433f0-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433f6-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433f7-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433fd-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb5335433fe-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543404-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543405-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354340b-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354340e-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543417-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543418-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543419-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354341f-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543420-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543426-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543427-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354342d-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354342e-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543434-a82c7e79, #w-node-_6f42e3a1-66c8-9641-3e33-ce9e9ba5cc49-a82c7e79, #w-node-_6f42e3a1-66c8-9641-3e33-ce9e9ba5cc4a-a82c7e79, #w-node-_6f42e3a1-66c8-9641-3e33-ce9e9ba5cc50-a82c7e79, #w-node-_6f42e3a1-66c8-9641-3e33-ce9e9ba5cc51-a82c7e79, #w-node-e6e8b57d-6d92-c01c-a5a5-2bc97c605424-a82c7e79, #w-node-e6e8b57d-6d92-c01c-a5a5-2bc97c60542b-a82c7e79, #w-node-e6e8b57d-6d92-c01c-a5a5-2bc97c605431-a82c7e79, #w-node-e6e8b57d-6d92-c01c-a5a5-2bc97c605433-a82c7e79, #w-node-e6e8b57d-6d92-c01c-a5a5-2bc97c60543b-a82c7e79, #w-node-_3f6d97fb-cf5c-4aca-4513-260597323a27-a82c7e79, #w-node-d4ebb01b-8a3e-e52b-87e5-fe210fecfb23-a82c7e79, #w-node-_33ff00c8-6f05-e130-583e-881a4d8a96e3-a82c7e79, #w-node-da35b259-bf5a-e1fc-1905-583900284800-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354343c-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb53354343d-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543443-a82c7e79, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543444-a82c7e79, #w-node-_35b64e27-be9a-30c5-587c-62749a1c6d5b-a82c7e79, #w-node-_35b64e27-be9a-30c5-587c-62749a1c6d60-a82c7e79, #w-node-_35b64e27-be9a-30c5-587c-62749a1c6d61-a82c7e79, #w-node-_35b64e27-be9a-30c5-587c-62749a1c6d67-a82c7e79, #w-node-_35b64e27-be9a-30c5-587c-62749a1c6d69-a82c7e79, #w-node-_35b64e27-be9a-30c5-587c-62749a1c6d6b-a82c7e79, #w-node-c2b80f45-d74e-266f-91f0-2cab085ea259-a82c7e79, #w-node-c2b80f45-d74e-266f-91f0-2cab085ea25f-a82c7e79, #w-node-bfbf4fe8-111e-2a80-5825-a30d7471d9ad-a82c7e79, #w-node-bfbf4fe8-111e-2a80-5825-a30d7471d9af-a82c7e79, #w-node-bfbf4fe8-111e-2a80-5825-a30d7471d9b1-a82c7e79, #w-node-_441315fd-8fbe-b4c2-2c85-cefca9c13dee-d12c7e7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_441315fd-8fbe-b4c2-2c85-cefca9c13dfc-d12c7e7a {
  align-self: center;
}

#w-node-_441315fd-8fbe-b4c2-2c85-cefca9c13e00-d12c7e7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_23f41074-6827-95f6-8330-51022ab72089-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab7208b-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab7208e-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab72090-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab72095-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab72097-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720a1-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720a3-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720a6-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720a9-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720ab-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720af-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720b1-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720b6-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720b8-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720bb-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720bd-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720c0-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720c2-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720c8-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720ca-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720d0-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720d2-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720d8-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720da-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720e3-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720e5-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720eb-d12c7e7a, #w-node-_23f41074-6827-95f6-8330-51022ab720ed-d12c7e7a, #w-node-_4334496f-1640-2356-acd6-b99bd106a099-d12c7e7a, #w-node-_4334496f-1640-2356-acd6-b99bd106a09a-d12c7e7a, #w-node-_4334496f-1640-2356-acd6-b99bd106a0a0-d12c7e7a, #w-node-_4334496f-1640-2356-acd6-b99bd106a0a1-d12c7e7a, #w-node-_5bf2be64-e58f-29bc-4ab1-8c2cd5156f00-d12c7e7a, #w-node-_789bf5bc-f81e-6478-62cb-547bf6b45ae0-d12c7e7a, #w-node-_324db24e-8b26-1753-7b5f-83a4a01887b3-d12c7e7a, #w-node-_0ae9120c-2f81-568d-2fcb-51613b90ec26-d12c7e7a, #w-node-b33ef577-86a1-fbdb-83d2-91d3e54331fc-d12c7e7a, #w-node-b33ef577-86a1-fbdb-83d2-91d3e5433200-d12c7e7a, #w-node-b33ef577-86a1-fbdb-83d2-91d3e5433201-d12c7e7a, #w-node-b33ef577-86a1-fbdb-83d2-91d3e5433203-d12c7e7a, #w-node-a718eafa-d73c-f597-2da5-601d0b25f183-d12c7e7a, #w-node-a718eafa-d73c-f597-2da5-601d0b25f187-d12c7e7a, #w-node-a718eafa-d73c-f597-2da5-601d0b25f188-d12c7e7a, #w-node-a718eafa-d73c-f597-2da5-601d0b25f18a-d12c7e7a, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e5a-d12c7e7a, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e5b-d12c7e7a, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e61-d12c7e7a, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e62-d12c7e7a, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e69-d12c7e7a, #w-node-_94d9dc32-3b7c-4948-d0d0-85ed456c4067-d12c7e7a, #w-node-_6fc667b2-04ec-ad3a-17ec-3873d97c0cd9-d12c7e7a, #w-node-_845fd29c-f2a9-f172-f1d2-568c8b5f415a-d12c7e7a, #w-node-b50eebd5-8904-733b-d811-637315569ddc-d12c7e7a, #w-node-_67644fd6-2872-af6f-70f1-c0ae843c3f08-d12c7e7a, #w-node-_67644fd6-2872-af6f-70f1-c0ae843c3f0b-d12c7e7a, #w-node-_67644fd6-2872-af6f-70f1-c0ae843c3f0c-d12c7e7a, #w-node-_67644fd6-2872-af6f-70f1-c0ae843c3f0f-d12c7e7a, #w-node-_5a6d1313-f3f3-310b-fe65-33ea3883f044-d12c7e7a, #w-node-_5449df45-1c96-352d-501b-cd855ea70db7-d12c7e7a, #w-node-_5449df45-1c96-352d-501b-cd855ea70dba-d12c7e7a, #w-node-_5449df45-1c96-352d-501b-cd855ea70dbb-d12c7e7a, #w-node-_5449df45-1c96-352d-501b-cd855ea70dbe-d12c7e7a, #w-node-_3a30213b-e2c8-2a08-1bea-6bd75f70683e-d12c7e7a, #w-node-_5a9965f6-cb98-fa3a-42d1-b2be0c23a7af-d12c7e7a, #w-node-_5a9965f6-cb98-fa3a-42d1-b2be0c23a7b2-d12c7e7a, #w-node-_5a9965f6-cb98-fa3a-42d1-b2be0c23a7b3-d12c7e7a, #w-node-_5a9965f6-cb98-fa3a-42d1-b2be0c23a7b6-d12c7e7a, #w-node-_395576ba-358c-065a-773a-e8c559f17699-d12c7e7a, #w-node-_669734b6-7451-f5be-6136-86627d60dc85-d12c7e7a, #w-node-_669734b6-7451-f5be-6136-86627d60dc88-d12c7e7a, #w-node-_669734b6-7451-f5be-6136-86627d60dc89-d12c7e7a, #w-node-_669734b6-7451-f5be-6136-86627d60dc8c-d12c7e7a, #w-node-_919361b4-68d8-12a2-d953-06d939653b5e-d12c7e7a, #w-node-_44670769-dcf7-2c50-de69-18fb7b659d1b-d12c7e7a, #w-node-_44670769-dcf7-2c50-de69-18fb7b659d1e-d12c7e7a, #w-node-_44670769-dcf7-2c50-de69-18fb7b659d1f-d12c7e7a, #w-node-_44670769-dcf7-2c50-de69-18fb7b659d22-d12c7e7a, #w-node-fb12d918-f98a-8495-190e-7517e9753656-d12c7e7a, #w-node-_0d9af4c1-64fb-4fbe-da93-a5ffab49de6f-d12c7e7a, #w-node-_0d9af4c1-64fb-4fbe-da93-a5ffab49de72-d12c7e7a, #w-node-_0d9af4c1-64fb-4fbe-da93-a5ffab49de73-d12c7e7a, #w-node-_0d9af4c1-64fb-4fbe-da93-a5ffab49de76-d12c7e7a, #w-node-_6f87fef4-5c6c-2c19-9013-69f96eddfe0a-d12c7e7a, #w-node-e81be5d3-d2e1-db30-54f6-c95b85b33d19-d12c7e7a, #w-node-e81be5d3-d2e1-db30-54f6-c95b85b33d1c-d12c7e7a, #w-node-e81be5d3-d2e1-db30-54f6-c95b85b33d1d-d12c7e7a, #w-node-e81be5d3-d2e1-db30-54f6-c95b85b33d20-d12c7e7a, #w-node-f31366c6-3f19-b9e9-bb8a-408f671804ce-d12c7e7a, #w-node-_67b13eae-44c0-aba2-173a-c8c6b1304b56-d12c7e7a, #w-node-_67b13eae-44c0-aba2-173a-c8c6b1304b59-d12c7e7a, #w-node-_67b13eae-44c0-aba2-173a-c8c6b1304b5a-d12c7e7a, #w-node-_67b13eae-44c0-aba2-173a-c8c6b1304b5d-d12c7e7a, #w-node-f80d47fa-f882-1460-9195-a93ecced0e0b-d12c7e7a, #w-node-_3f73f6df-c549-411a-7243-d9e8f1a8b45b-d12c7e7a, #w-node-_3f73f6df-c549-411a-7243-d9e8f1a8b45e-d12c7e7a, #w-node-_3f73f6df-c549-411a-7243-d9e8f1a8b45f-d12c7e7a, #w-node-_3f73f6df-c549-411a-7243-d9e8f1a8b462-d12c7e7a, #w-node-_8bf9633a-6838-7408-6a96-2527be019394-d12c7e7a, #w-node-_0ec96855-7035-a776-fed3-4a1d6dfb6e54-d12c7e7a, #w-node-_0ec96855-7035-a776-fed3-4a1d6dfb6e57-d12c7e7a, #w-node-_0ec96855-7035-a776-fed3-4a1d6dfb6e58-d12c7e7a, #w-node-_0ec96855-7035-a776-fed3-4a1d6dfb6e5b-d12c7e7a, #w-node-_10899619-5e0e-c906-af1f-6f21297201f1-d12c7e7a, #w-node-c4603090-f2ad-5c54-098a-722456b88734-d12c7e7a, #w-node-c4603090-f2ad-5c54-098a-722456b88737-d12c7e7a, #w-node-c4603090-f2ad-5c54-098a-722456b88738-d12c7e7a, #w-node-c4603090-f2ad-5c54-098a-722456b8873b-d12c7e7a, #w-node-_0108cbca-5e8f-d56d-9625-5c078cf222f6-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a2267949ff-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a00-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a06-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a07-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a12-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a19-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a1a-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a1c-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a1e-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a25-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a26-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a28-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a2a-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a31-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a32-d12c7e7a, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a34-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c87-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c88-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c8e-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c8f-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c96-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c97-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c98-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c9a-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c9b-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c9c-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970c9e-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ca0-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ca3-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ca4-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ca6-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ca7-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ca8-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970caa-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cac-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970caf-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cb0-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cb2-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cb3-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cb4-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cb6-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cb8-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cbb-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cbc-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cbd-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cbf-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cc0-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cc1-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cc3-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cc5-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cc8-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cc9-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ccb-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ccc-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ccd-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ccf-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cd1-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cd4-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cd5-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cd7-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cd8-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cd9-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cdb-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cdd-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ce0-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ce1-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ce2-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ce4-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ce5-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ce6-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ce8-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cea-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970ced-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cee-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cf0-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cf1-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cf2-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cf4-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cf6-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cf9-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cfa-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cfc-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cfd-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970cfe-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970d00-d12c7e7a, #w-node-c57162a9-1b84-b835-a993-53ab57970d02-d12c7e7a, #w-node-de6c3c94-b485-2829-38f6-7c8205789093-d12c7e7a, #w-node-c408ff54-74f3-db89-81d3-217995d2a2b3-d12c7e7a, #w-node-_35fcd00a-db8b-0513-931d-82a77b041006-d12c7e7a, #w-node-e3b83f03-8b7b-2205-14c8-dac022d59b2c-b52c7e7f, #w-node-_8f51e7be-f273-880b-04c8-7dffe9df0cf1-b52c7e7f, #w-node-e5deee73-9271-b5b4-754e-1dd045d1a27d-b52c7e7f, #w-node-_5c6c6e13-d289-4fa7-2e7b-dd52b4257d5f-b52c7e7f, #w-node-_5c6c6e13-d289-4fa7-2e7b-dd52b4257d60-b52c7e7f, #w-node-c35a7c84-9cb1-a248-9a45-ccfbb96c5662-b52c7e7f, #w-node-_19c7ee1b-a600-c4eb-3313-6efbdbee6942-b52c7e7f, #w-node-d11f2ca2-50e1-61ce-4c43-775d967af422-b52c7e7f, #w-node-d11f2ca2-50e1-61ce-4c43-775d967af423-b52c7e7f, #w-node-d11f2ca2-50e1-61ce-4c43-775d967af427-b52c7e7f, #w-node-d11f2ca2-50e1-61ce-4c43-775d967af428-b52c7e7f, #w-node-d11f2ca2-50e1-61ce-4c43-775d967af42a-b52c7e7f, #w-node-_85ebec45-315e-83d0-ba73-6f85f9e39bc1-b52c7e7f, #w-node-_85ebec45-315e-83d0-ba73-6f85f9e39bc2-b52c7e7f, #w-node-_85ebec45-315e-83d0-ba73-6f85f9e39bc6-b52c7e7f, #w-node-_85ebec45-315e-83d0-ba73-6f85f9e39bc7-b52c7e7f, #w-node-_85ebec45-315e-83d0-ba73-6f85f9e39bca-b52c7e7f, #w-node-cc32ab72-8d88-2e56-f299-49a4be8bfc3e-b52c7e7f, #w-node-cc32ab72-8d88-2e56-f299-49a4be8bfc3f-b52c7e7f, #w-node-cc32ab72-8d88-2e56-f299-49a4be8bfc43-b52c7e7f, #w-node-cc32ab72-8d88-2e56-f299-49a4be8bfc44-b52c7e7f, #w-node-cc32ab72-8d88-2e56-f299-49a4be8bfc47-b52c7e7f, #w-node-f04c4cec-272d-b427-1f75-7061df9c4eaf-b52c7e7f, #w-node-f04c4cec-272d-b427-1f75-7061df9c4eb0-b52c7e7f, #w-node-f04c4cec-272d-b427-1f75-7061df9c4eb3-b52c7e7f, #w-node-f04c4cec-272d-b427-1f75-7061df9c4eb4-b52c7e7f, #w-node-f04c4cec-272d-b427-1f75-7061df9c4eb7-b52c7e7f, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543345-912c7e80, #w-node-f9e2bbf3-1df5-c49f-e8a2-c87563d81e26-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa08ea-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa08ed-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa08f5-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa08f6-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa08fa-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa0901-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa0909-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa090a-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa090e-912c7e80, #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa0914-912c7e80, #w-node-b54abe17-a7c1-7136-43c1-ba9c731ae5a0-912c7e80, #w-node-b54abe17-a7c1-7136-43c1-ba9c731ae5a3-912c7e80, #w-node-b54abe17-a7c1-7136-43c1-ba9c731ae5ab-912c7e80, #w-node-b54abe17-a7c1-7136-43c1-ba9c731ae5ac-912c7e80, #w-node-b54abe17-a7c1-7136-43c1-ba9c731ae5b0-912c7e80, #w-node-_99562a75-e1eb-7c95-a26f-051ab5c0989b-912c7e80, #w-node-_99562a75-e1eb-7c95-a26f-051ab5c098a3-912c7e80, #w-node-_99562a75-e1eb-7c95-a26f-051ab5c098a4-912c7e80, #w-node-_99562a75-e1eb-7c95-a26f-051ab5c098a8-912c7e80, #w-node-_99562a75-e1eb-7c95-a26f-051ab5c098ae-912c7e80, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fbf7-ae2c7e89, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fbfa-ae2c7e89, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fbfb-ae2c7e89, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fbff-ae2c7e89, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fc00-ae2c7e89, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fc03-ae2c7e89, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fc11-ae2c7e89, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fc12-ae2c7e89, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fc15-ae2c7e89, #w-node-_52f42314-b674-6fe7-3782-2aed90b7fc16-ae2c7e89, #w-node-bfda0731-a1dd-229e-f5f8-8aa6856d10dd-ae2c7e89, #w-node-_6cb3229d-8ee4-e0ae-8692-ff3f2b992038-ae2c7e89, #w-node-_021950db-625d-aab2-9139-ea5b8ab9ddbe-ae2c7e89, #w-node-_1c581499-5536-c226-f8c5-4f64b5edebb2-ae2c7e89, #w-node-bc21a062-e81f-f712-85b5-d9ac97828c5c-ae2c7e89, #w-node-bc21a062-e81f-f712-85b5-d9ac97828c5d-ae2c7e89, #w-node-bc21a062-e81f-f712-85b5-d9ac97828c60-ae2c7e89, #w-node-bc21a062-e81f-f712-85b5-d9ac97828c61-ae2c7e89, #w-node-bc21a062-e81f-f712-85b5-d9ac97828c70-ae2c7e89, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdb3-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdb5-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdb6-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdba-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdbb-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdbe-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdc9-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdca-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdce-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdcf-d82c7e8a, #w-node-_04e579ea-40eb-4cd2-afc0-54d5b76ecdd2-d82c7e8a, #w-node-f5eecb0d-8117-a0fb-6c68-8f9ed78a8b78-d82c7e8a, #w-node-f5eecb0d-8117-a0fb-6c68-8f9ed78a8b79-d82c7e8a, #w-node-f5eecb0d-8117-a0fb-6c68-8f9ed78a8b7c-d82c7e8a, #w-node-f5eecb0d-8117-a0fb-6c68-8f9ed78a8b7d-d82c7e8a, #w-node-f5eecb0d-8117-a0fb-6c68-8f9ed78a8b80-d82c7e8a, #w-node-cd49f020-3201-373d-67b5-0238b163a282-be2c7e93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd49f020-3201-373d-67b5-0238b163a289-be2c7e93 {
  align-self: center;
  justify-self: end;
}

#w-node-a89634fd-6518-169f-0053-cd477f53e66c-be2c7e93, #w-node-ae379a56-3396-0a1d-354e-c2370be519e9-be2c7e93, #w-node-_35658b12-5dff-c121-af46-829af059fbc8-be2c7e93, #w-node-d70defe9-f919-ec3b-6e08-844860f2602f-be2c7e93, #w-node-_04fa531f-c1a0-f99b-19b7-8ad9da7fea9b-be2c7e93, #w-node-_637b5d1c-ad9c-24bb-ac47-66e381833fa4-be2c7e93, #w-node-fb895c6e-6d3c-33a0-f3da-94ff50d30413-be2c7e93, #w-node-_671a4b64-981c-db98-9aca-cca483d6010c-be2c7e93, #w-node-_17c6ea51-4616-07f4-11c8-5e94450e3992-be2c7e93, #w-node-_54c0c89a-f86f-b5a2-d7c2-b23aacb443e5-be2c7e93, #w-node-a78bc388-bf63-0909-8359-2a02fd4d3452-be2c7e93, #w-node-_13d07067-c66f-4da3-d793-83500960eacf-be2c7e93, #w-node-a8591e38-8f43-558e-4aeb-acbf5af28054-be2c7e93, #w-node-f65e7432-a601-a1d2-022d-cd9bfc885be5-be2c7e93, #w-node-_87d546be-7672-7812-0fe4-7760f876563d-be2c7e93, #w-node-_9e06368c-db06-e738-3d59-d7db8fa6930f-be2c7e93, #w-node-_9f203784-3aa2-917c-e533-a6e00b8741c9-be2c7e93, #w-node-d622e706-0d49-bd41-c2fe-ae8d9c1c2f01-be2c7e93, #w-node-d8ff2040-6ea3-fc8d-9292-60850046208b-be2c7e93, #w-node-a8c71eb1-5936-93f6-8d16-0f4281361016-be2c7e93, #w-node-_58bb05c2-691a-8411-eeb7-dde59460d4b3-be2c7e93, #w-node-_1e61976b-0ce7-7191-4d05-baf0847b45e7-be2c7e93, #w-node-bb3a9502-2d4c-f0d4-ced9-4ba59dc7fffb-be2c7e93, #w-node-_76ea3531-1415-eaf0-84a0-2b4a6b121094-be2c7e93, #w-node-_3b69ce82-f015-5cb2-3ef8-ec22ee1839c9-be2c7e93, #w-node-_7a6a43dd-d6bb-e731-b656-bb0d8e2e3d96-be2c7e93, #w-node-_7a6a43dd-d6bb-e731-b656-bb0d8e2e3d9a-be2c7e93, #w-node-_23e2d182-8e15-10fd-834e-806ca7c70cd4-be2c7e93, #w-node-_17c3f5fb-d9dd-6d8c-cc0f-22c0fb4d141d-be2c7e93, #w-node-_23e2d182-8e15-10fd-834e-806ca7c70cd8-be2c7e93, #w-node-_4c3642c7-de45-510f-8f2d-ff03b87d60c9-be2c7e93, #w-node-_4c3642c7-de45-510f-8f2d-ff03b87d60cd-be2c7e93, #w-node-_4c3642c7-de45-510f-8f2d-ff03b87d60d3-be2c7e93, #w-node-a4d3213e-7159-2bc6-aab8-cd55b778f3a6-be2c7e93, #w-node-_4c3642c7-de45-510f-8f2d-ff03b87d60d7-be2c7e93, #w-node-_41be3a85-bd9a-c755-bd91-44bb7ba5d08c-be2c7e93, #w-node-_01b0a0bf-b7b4-67c8-936b-af40ddd9e83d-be2c7e93, #w-node-_01b0a0bf-b7b4-67c8-936b-af40ddd9e841-be2c7e93, #w-node-_99126c08-9d2d-9195-5e1c-6fbbb3bc5a53-be2c7e93, #w-node-_8fe7befc-e558-dd9d-2274-1c1819f3036c-be2c7e93, #w-node-_01b0a0bf-b7b4-67c8-936b-af40ddd9e847-be2c7e93, #w-node-_1b8236f4-6ffe-d14c-dc1e-61f15e88f188-be2c7e93, #w-node-_01b0a0bf-b7b4-67c8-936b-af40ddd9e84b-be2c7e93, #w-node-_074cea06-c369-77be-f769-10cf79872af2-1a2c7e95, #w-node-_074cea06-c369-77be-f769-10cf79872af3-1a2c7e95, #w-node-_074cea06-c369-77be-f769-10cf79872af9-1a2c7e95, #w-node-_074cea06-c369-77be-f769-10cf79872afa-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0c9-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0cf-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0d6-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0d8-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0d9-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0dd-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0e6-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0e9-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0f2-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0f3-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0f7-1a2c7e95, #w-node-_5c053dab-27f5-01a2-242b-ca0bc10ae0ff-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d84-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d88-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d89-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d8b-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d8d-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d91-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d92-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d94-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d96-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d9a-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d9b-1a2c7e95, #w-node-_969f1520-2d13-fdf9-0fe7-facb78846d9d-1a2c7e95, #w-node-e2e418ad-e41b-470f-23de-3088388b8f27-1a2c7e95, #w-node-e2e418ad-e41b-470f-23de-3088388b8f2f-1a2c7e95, #w-node-e2e418ad-e41b-470f-23de-3088388b8f30-1a2c7e95, #w-node-e2e418ad-e41b-470f-23de-3088388b8f34-1a2c7e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2e418ad-e41b-470f-23de-3088388b8f3e-1a2c7e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e2e418ad-e41b-470f-23de-3088388b8f40-1a2c7e95, #w-node-e2e418ad-e41b-470f-23de-3088388b8f98-1a2c7e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2e418ad-e41b-470f-23de-3088388b8f9a-1a2c7e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e2e418ad-e41b-470f-23de-3088388b8f9c-1a2c7e95, #w-node-e2e418ad-e41b-470f-23de-3088388b8faf-1a2c7e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2e418ad-e41b-470f-23de-3088388b8fb1-1a2c7e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-e2e418ad-e41b-470f-23de-3088388b8fb3-1a2c7e95, #w-node-e2e418ad-e41b-470f-23de-3088388b8fc8-1a2c7e95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b2ca048-6954-6aa2-477b-feb53c4265d0-232c7e9c, #w-node-_2b2ca048-6954-6aa2-477b-feb53c4265d9-232c7e9c, #w-node-_2b2ca048-6954-6aa2-477b-feb53c4265e0-232c7e9c {
  justify-self: start;
}

#w-node-_29f620ca-8f64-fe6f-690b-eb5cf0fb3d60-232c7e9c, #w-node-_29f620ca-8f64-fe6f-690b-eb5cf0fb3d96-232c7e9c, #w-node-_29f620ca-8f64-fe6f-690b-eb5cf0fb3dd4-232c7e9c, #w-node-_29f620ca-8f64-fe6f-690b-eb5cf0fb3e14-232c7e9c {
  align-self: end;
}

#w-node-ec06cfad-9df9-8c68-9453-bff0fb79e800-952c7e9d, #w-node-_0f231c45-1705-ea11-7973-649bf4915344-952c7e9d, #w-node-c1d42228-db68-3b73-6837-db82191f7605-952c7e9d, #w-node-_2ad9a33a-c8c5-d3ac-a3c7-0d4ade1cb9a9-952c7e9d, #w-node-ad49994c-e34d-758a-445e-a011eb2901b0-952c7e9d, #w-node-_8f6b770f-66b9-e6b5-21ad-6c35b7857e71-952c7e9d, #w-node-_8f6b770f-66b9-e6b5-21ad-6c35b7857e72-952c7e9d, #w-node-_8f6b770f-66b9-e6b5-21ad-6c35b7857e74-952c7e9d, #w-node-_2dbf85ee-7e45-956b-a49b-ce19c6586524-952c7e9d, #w-node-_2dbf85ee-7e45-956b-a49b-ce19c6586525-952c7e9d, #w-node-_2dbf85ee-7e45-956b-a49b-ce19c6586527-952c7e9d, #w-node-_560d0111-eaee-11e5-81b1-f2f6c6162114-952c7e9d, #w-node-_560d0111-eaee-11e5-81b1-f2f6c6162115-952c7e9d, #w-node-_560d0111-eaee-11e5-81b1-f2f6c6162117-952c7e9d, #w-node-b12ad3e7-bd49-a0b3-2c61-68585eefb267-952c7e9d, #w-node-b12ad3e7-bd49-a0b3-2c61-68585eefb268-952c7e9d, #w-node-b12ad3e7-bd49-a0b3-2c61-68585eefb26a-952c7e9d, #w-node-_060920a1-0446-c4e8-8cac-04b20ca73afd-952c7e9d, #w-node-_060920a1-0446-c4e8-8cac-04b20ca73afe-952c7e9d, #w-node-_060920a1-0446-c4e8-8cac-04b20ca73b00-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa98e-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa991-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa9a8-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa9a9-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa9ab-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa9ad-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa9ae-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa9b0-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa9b2-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa9b3-952c7e9d, #w-node-_41ec3454-ada3-5745-1ecd-b837fc4aa9b5-952c7e9d, #w-node-c1f674e9-f829-bd49-c3a8-42da44266ff4-952c7e9d, #w-node-c1f674e9-f829-bd49-c3a8-42da44266ff7-952c7e9d, #w-node-bcd44418-eac9-4ea3-32bd-eafa30998c43-952c7e9d, #w-node-bcd44418-eac9-4ea3-32bd-eafa30998c44-952c7e9d, #w-node-bcd44418-eac9-4ea3-32bd-eafa30998c46-952c7e9d, #w-node-bcd44418-eac9-4ea3-32bd-eafa30998c48-952c7e9d, #w-node-bcd44418-eac9-4ea3-32bd-eafa30998c49-952c7e9d, #w-node-bcd44418-eac9-4ea3-32bd-eafa30998c4b-952c7e9d, #w-node-_131a3e5a-b93d-f6d4-97ce-54cac2ecb106-952c7e9d, #w-node-_131a3e5a-b93d-f6d4-97ce-54cac2ecb109-952c7e9d, #w-node-_2fadeb7c-639f-7ba5-caba-3afb629c5cf9-952c7e9d, #w-node-_2fadeb7c-639f-7ba5-caba-3afb629c5cfa-952c7e9d, #w-node-_2fadeb7c-639f-7ba5-caba-3afb629c5cfc-952c7e9d, #w-node-_2fadeb7c-639f-7ba5-caba-3afb629c5cfe-952c7e9d, #w-node-_2fadeb7c-639f-7ba5-caba-3afb629c5cff-952c7e9d, #w-node-_2fadeb7c-639f-7ba5-caba-3afb629c5d01-952c7e9d, #w-node-_2a899919-2f9a-e11e-4f14-8fd3515e6648-952c7e9d, #w-node-ed9d1bbb-151d-38cb-fd07-90838c5e5b92-952c7e9d, #w-node-_106fd873-16c4-0f4e-d0e4-6faf36d0cdc0-952c7e9d, #w-node-de2cdb8a-a8d4-a62b-6032-a56115a14ca5-952c7e9d, #w-node-ab8c0101-526a-5c9e-5fc9-d3bab2ea03b8-952c7e9d, #w-node-_696dd707-6a98-67d3-e9af-20b2e8ad12e5-952c7e9d, #w-node-_1f320308-a920-3a87-5cd3-117814d321fd-952c7e9d, #w-node-e2cf07a8-bc30-584e-cb9c-b87dc7075852-952c7e9d, #w-node-_3c97c66d-1708-5f88-4cd4-5cc351beb518-952c7e9d, #w-node-_16940b6b-242a-3cb7-0b49-145f11248e0d-952c7e9d, #w-node-_910f64be-1c9d-926d-32ff-8955601c784a-952c7e9d, #w-node-_06900987-1076-2414-96b3-023cfc5a6c44-952c7e9d, #w-node-_159f6f80-c279-666e-116b-ebffe8686d3b-952c7e9d, #w-node-_0acfa872-6cab-4e18-18ad-9a79f532836d-952c7e9d, #w-node-bafe6f24-b67f-3506-1219-6e4dbdbfe231-952c7e9d, #w-node-_3a6a5e47-d76f-970b-40f3-35e74f273258-952c7e9d, #w-node-bafe6f24-b67f-3506-1219-6e4dbdbfe236-952c7e9d, #w-node-_73a68a1c-b724-1cd2-7c46-58ff450d41ad-952c7e9d, #w-node-e44935e1-a5dd-9c24-d165-c0925669377e-952c7e9d, #w-node-_67b0f790-cb86-6662-d53e-f1e819e7586b-952c7e9d, #w-node-d0758581-ba28-a0ba-6616-2eca8d22a9b7-952c7e9d, #w-node-_67b0f790-cb86-6662-d53e-f1e819e75870-952c7e9d, #w-node-_41e06448-0254-0d1f-947c-1e233f546d21-952c7e9d, #w-node-_48176dec-9c24-43c8-5431-438a63855628-952c7e9d, #w-node-e76f4316-106b-7425-7940-13d5c3e68c84-952c7e9d, #w-node-d68a71fa-7a2b-8426-2a36-fd32a96e9316-952c7e9d, #w-node-e76f4316-106b-7425-7940-13d5c3e68c89-952c7e9d, #w-node-b708de9c-6eed-a903-a666-5c5b7c8c6fc2-952c7e9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b2ca048-6954-6aa2-477b-feb53c4265d0-502c7ea1, #w-node-_2b2ca048-6954-6aa2-477b-feb53c4265d9-502c7ea1, #w-node-_2b2ca048-6954-6aa2-477b-feb53c4265e0-502c7ea1, #w-node-_2b2ca048-6954-6aa2-477b-feb53c4265e7-502c7ea1, #w-node-_2b2ca048-6954-6aa2-477b-feb53c4265ee-502c7ea1, #w-node-_2b2ca048-6954-6aa2-477b-feb53c4265f5-502c7ea1 {
  justify-self: start;
}

#w-node-_29f620ca-8f64-fe6f-690b-eb5cf0fb3d60-502c7ea1, #w-node-_29f620ca-8f64-fe6f-690b-eb5cf0fb3d96-502c7ea1, #w-node-_29f620ca-8f64-fe6f-690b-eb5cf0fb3dd4-502c7ea1, #w-node-_29f620ca-8f64-fe6f-690b-eb5cf0fb3e14-502c7ea1 {
  align-self: end;
}

#w-node-_8299ea4d-11ef-4124-1a9c-be0e78335a07-cc2c7ea2, #w-node-_8299ea4d-11ef-4124-1a9c-be0e78335a0e-cc2c7ea2, #w-node-_8299ea4d-11ef-4124-1a9c-be0e78335a15-cc2c7ea2, #w-node-_8299ea4d-11ef-4124-1a9c-be0e78335a1c-cc2c7ea2, #w-node-_8299ea4d-11ef-4124-1a9c-be0e78335a23-cc2c7ea2, #w-node-_8299ea4d-11ef-4124-1a9c-be0e78335a2a-cc2c7ea2, #w-node-_688f0509-cb2b-4208-c51a-846d60e89c86-cc2c7ea2, #w-node-_688f0509-cb2b-4208-c51a-846d60e89c8d-cc2c7ea2, #w-node-_688f0509-cb2b-4208-c51a-846d60e89c94-cc2c7ea2, #w-node-_688f0509-cb2b-4208-c51a-846d60e89c9b-cc2c7ea2, #w-node-_688f0509-cb2b-4208-c51a-846d60e89ca2-cc2c7ea2, #w-node-_688f0509-cb2b-4208-c51a-846d60e89ca9-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc117-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc11e-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc125-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc12c-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc133-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc13a-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc14e-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc155-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc15c-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc163-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc16a-cc2c7ea2, #w-node-_58ff494a-a5d5-7ef0-9cdf-f6cf592cc171-cc2c7ea2 {
  align-self: center;
}

#w-node-cd49412e-10fa-45a9-2a11-df1b630c2dfe-cc2c7ea2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd49412e-10fa-45a9-2a11-df1b630c2e01-cc2c7ea2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cd49412e-10fa-45a9-2a11-df1b630c2e04-cc2c7ea2 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_441315fd-8fbe-b4c2-2c85-cefca9c13dee-452c7ea6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_441315fd-8fbe-b4c2-2c85-cefca9c13dfc-452c7ea6 {
  align-self: center;
}

#w-node-_441315fd-8fbe-b4c2-2c85-cefca9c13e00-452c7ea6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_23f41074-6827-95f6-8330-51022ab72089-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab7208b-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab7208e-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab72090-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab72095-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab72097-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720a1-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720a3-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720a6-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720a9-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720ab-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720af-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720b1-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720b6-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720b8-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720bb-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720bd-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720c0-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720c2-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720c8-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720ca-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720d0-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720d2-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720d8-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720da-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720e3-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720e5-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720eb-452c7ea6, #w-node-_23f41074-6827-95f6-8330-51022ab720ed-452c7ea6, #w-node-_4334496f-1640-2356-acd6-b99bd106a099-452c7ea6, #w-node-_4334496f-1640-2356-acd6-b99bd106a09a-452c7ea6, #w-node-_4334496f-1640-2356-acd6-b99bd106a0a0-452c7ea6, #w-node-_4334496f-1640-2356-acd6-b99bd106a0a1-452c7ea6, #w-node-_5bf2be64-e58f-29bc-4ab1-8c2cd5156f00-452c7ea6, #w-node-_789bf5bc-f81e-6478-62cb-547bf6b45ae0-452c7ea6, #w-node-_324db24e-8b26-1753-7b5f-83a4a01887b3-452c7ea6, #w-node-_0ae9120c-2f81-568d-2fcb-51613b90ec26-452c7ea6, #w-node-b33ef577-86a1-fbdb-83d2-91d3e54331fc-452c7ea6, #w-node-b33ef577-86a1-fbdb-83d2-91d3e5433200-452c7ea6, #w-node-b33ef577-86a1-fbdb-83d2-91d3e5433201-452c7ea6, #w-node-b33ef577-86a1-fbdb-83d2-91d3e5433203-452c7ea6, #w-node-a718eafa-d73c-f597-2da5-601d0b25f183-452c7ea6, #w-node-a718eafa-d73c-f597-2da5-601d0b25f187-452c7ea6, #w-node-a718eafa-d73c-f597-2da5-601d0b25f188-452c7ea6, #w-node-a718eafa-d73c-f597-2da5-601d0b25f18a-452c7ea6, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e5a-452c7ea6, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e5b-452c7ea6, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e61-452c7ea6, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e62-452c7ea6, #w-node-ad5c4326-bdf5-2e31-b4d8-7034f5c04e69-452c7ea6, #w-node-_94d9dc32-3b7c-4948-d0d0-85ed456c4067-452c7ea6, #w-node-_6fc667b2-04ec-ad3a-17ec-3873d97c0cd9-452c7ea6, #w-node-_845fd29c-f2a9-f172-f1d2-568c8b5f415a-452c7ea6, #w-node-b50eebd5-8904-733b-d811-637315569ddc-452c7ea6, #w-node-_67644fd6-2872-af6f-70f1-c0ae843c3f08-452c7ea6, #w-node-_67644fd6-2872-af6f-70f1-c0ae843c3f0b-452c7ea6, #w-node-_67644fd6-2872-af6f-70f1-c0ae843c3f0c-452c7ea6, #w-node-_67644fd6-2872-af6f-70f1-c0ae843c3f0f-452c7ea6, #w-node-_5a6d1313-f3f3-310b-fe65-33ea3883f044-452c7ea6, #w-node-_5449df45-1c96-352d-501b-cd855ea70db7-452c7ea6, #w-node-_5449df45-1c96-352d-501b-cd855ea70dba-452c7ea6, #w-node-_5449df45-1c96-352d-501b-cd855ea70dbb-452c7ea6, #w-node-_5449df45-1c96-352d-501b-cd855ea70dbe-452c7ea6, #w-node-_3a30213b-e2c8-2a08-1bea-6bd75f70683e-452c7ea6, #w-node-_5a9965f6-cb98-fa3a-42d1-b2be0c23a7af-452c7ea6, #w-node-_5a9965f6-cb98-fa3a-42d1-b2be0c23a7b2-452c7ea6, #w-node-_5a9965f6-cb98-fa3a-42d1-b2be0c23a7b3-452c7ea6, #w-node-_5a9965f6-cb98-fa3a-42d1-b2be0c23a7b6-452c7ea6, #w-node-_395576ba-358c-065a-773a-e8c559f17699-452c7ea6, #w-node-_669734b6-7451-f5be-6136-86627d60dc85-452c7ea6, #w-node-_669734b6-7451-f5be-6136-86627d60dc88-452c7ea6, #w-node-_669734b6-7451-f5be-6136-86627d60dc89-452c7ea6, #w-node-_669734b6-7451-f5be-6136-86627d60dc8c-452c7ea6, #w-node-_919361b4-68d8-12a2-d953-06d939653b5e-452c7ea6, #w-node-_44670769-dcf7-2c50-de69-18fb7b659d1b-452c7ea6, #w-node-_44670769-dcf7-2c50-de69-18fb7b659d1e-452c7ea6, #w-node-_44670769-dcf7-2c50-de69-18fb7b659d1f-452c7ea6, #w-node-_44670769-dcf7-2c50-de69-18fb7b659d22-452c7ea6, #w-node-fb12d918-f98a-8495-190e-7517e9753656-452c7ea6, #w-node-_0d9af4c1-64fb-4fbe-da93-a5ffab49de6f-452c7ea6, #w-node-_0d9af4c1-64fb-4fbe-da93-a5ffab49de72-452c7ea6, #w-node-_0d9af4c1-64fb-4fbe-da93-a5ffab49de73-452c7ea6, #w-node-_0d9af4c1-64fb-4fbe-da93-a5ffab49de76-452c7ea6, #w-node-_6f87fef4-5c6c-2c19-9013-69f96eddfe0a-452c7ea6, #w-node-e81be5d3-d2e1-db30-54f6-c95b85b33d19-452c7ea6, #w-node-e81be5d3-d2e1-db30-54f6-c95b85b33d1c-452c7ea6, #w-node-e81be5d3-d2e1-db30-54f6-c95b85b33d1d-452c7ea6, #w-node-e81be5d3-d2e1-db30-54f6-c95b85b33d20-452c7ea6, #w-node-f31366c6-3f19-b9e9-bb8a-408f671804ce-452c7ea6, #w-node-_67b13eae-44c0-aba2-173a-c8c6b1304b56-452c7ea6, #w-node-_67b13eae-44c0-aba2-173a-c8c6b1304b59-452c7ea6, #w-node-_67b13eae-44c0-aba2-173a-c8c6b1304b5a-452c7ea6, #w-node-_67b13eae-44c0-aba2-173a-c8c6b1304b5d-452c7ea6, #w-node-f80d47fa-f882-1460-9195-a93ecced0e0b-452c7ea6, #w-node-_3f73f6df-c549-411a-7243-d9e8f1a8b45b-452c7ea6, #w-node-_3f73f6df-c549-411a-7243-d9e8f1a8b45e-452c7ea6, #w-node-_3f73f6df-c549-411a-7243-d9e8f1a8b45f-452c7ea6, #w-node-_3f73f6df-c549-411a-7243-d9e8f1a8b462-452c7ea6, #w-node-_8bf9633a-6838-7408-6a96-2527be019394-452c7ea6, #w-node-_0ec96855-7035-a776-fed3-4a1d6dfb6e54-452c7ea6, #w-node-_0ec96855-7035-a776-fed3-4a1d6dfb6e57-452c7ea6, #w-node-_0ec96855-7035-a776-fed3-4a1d6dfb6e58-452c7ea6, #w-node-_0ec96855-7035-a776-fed3-4a1d6dfb6e5b-452c7ea6, #w-node-_10899619-5e0e-c906-af1f-6f21297201f1-452c7ea6, #w-node-c4603090-f2ad-5c54-098a-722456b88734-452c7ea6, #w-node-c4603090-f2ad-5c54-098a-722456b88737-452c7ea6, #w-node-c4603090-f2ad-5c54-098a-722456b88738-452c7ea6, #w-node-c4603090-f2ad-5c54-098a-722456b8873b-452c7ea6, #w-node-_0108cbca-5e8f-d56d-9625-5c078cf222f6-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a2267949ff-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a00-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a06-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a07-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a12-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a19-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a1a-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a1c-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a1e-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a25-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a26-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a28-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a2a-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a31-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a32-452c7ea6, #w-node-_5c951f7b-5dfa-05f8-998d-77a226794a34-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c87-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c88-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c8e-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c8f-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c96-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c97-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c98-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c9a-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c9b-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c9c-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970c9e-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ca0-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ca3-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ca4-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ca6-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ca7-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ca8-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970caa-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cac-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970caf-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cb0-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cb2-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cb3-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cb4-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cb6-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cb8-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cbb-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cbc-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cbd-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cbf-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cc0-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cc1-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cc3-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cc5-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cc8-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cc9-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ccb-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ccc-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ccd-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ccf-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cd1-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cd4-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cd5-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cd7-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cd8-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cd9-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cdb-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cdd-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ce0-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ce1-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ce2-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ce4-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ce5-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ce6-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ce8-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cea-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970ced-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cee-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cf0-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cf1-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cf2-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cf4-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cf6-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cf9-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cfa-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cfc-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cfd-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970cfe-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970d00-452c7ea6, #w-node-c57162a9-1b84-b835-a993-53ab57970d02-452c7ea6, #w-node-de6c3c94-b485-2829-38f6-7c8205789093-452c7ea6, #w-node-c408ff54-74f3-db89-81d3-217995d2a2b3-452c7ea6, #w-node-_35fcd00a-db8b-0513-931d-82a77b041006-452c7ea6, #w-node-d1967602-4651-f99b-64c4-4088ecb0d335-f52c7eaa, #w-node-d1967602-4651-f99b-64c4-4088ecb0d33a-f52c7eaa, #w-node-_0b717c8d-2cd5-cf97-6196-e31e8ac03d19-f52c7eaa, #w-node-_0b717c8d-2cd5-cf97-6196-e31e8ac03d1a-f52c7eaa, #w-node-_0b717c8d-2cd5-cf97-6196-e31e8ac03d1e-f52c7eaa, #w-node-_0b717c8d-2cd5-cf97-6196-e31e8ac03d20-f52c7eaa, #w-node-_0b717c8d-2cd5-cf97-6196-e31e8ac03d22-f52c7eaa, #w-node-_0b717c8d-2cd5-cf97-6196-e31e8ac03d23-f52c7eaa, #w-node-_0b717c8d-2cd5-cf97-6196-e31e8ac03d27-f52c7eaa, #w-node-_0b717c8d-2cd5-cf97-6196-e31e8ac03d29-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fcf-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fd0-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fd4-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fd5-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fd8-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fdb-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fdf-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fe0-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fe3-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fe6-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fea-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3feb-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3fee-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3ff1-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3ff5-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3ff6-f52c7eaa, #w-node-_9ee4cac1-6e9b-7d5c-ebd2-7e679beb3ff9-f52c7eaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270dca-062c7ead {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_052cd6f6-6ea2-e392-cfbd-eed90d357af3-062c7ead, #w-node-d9152363-bafd-652c-7ddb-2745f3cb983a-062c7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270ddd-062c7ead {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3886f4be-6b27-5b8a-abe5-ae6dcf65c98d-062c7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e03-062c7ead {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f3a2ff2-5147-b4cd-2d16-5551d081bef8-062c7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e16-062c7ead {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-e32dc4eb-da5a-dc35-a7ca-bcc0769f4919-062c7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e29-062c7ead {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a974de9c-0b61-ade3-a777-1a44aece249d-062c7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e3c-062c7ead {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6bead811-7d19-2b96-854b-be80cf4b8178-062c7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e4f-062c7ead {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2d9395ea-73a6-a48f-b921-e3edd031c866-062c7ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26453693-0673-2920-00d7-68eb5613a83a-f52c7eaf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26453693-0673-2920-00d7-68eb5613a83e-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a842-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a849-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a84d-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a85a-f52c7eaf, #w-node-_39636efd-c9dd-a143-3f58-8902cabb71d2-f52c7eaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26453693-0673-2920-00d7-68eb5613a85e-f52c7eaf {
  justify-self: center;
}

#w-node-_26453693-0673-2920-00d7-68eb5613a85f-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a860-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a862-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a863-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a865-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a867-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a869-f52c7eaf, #w-node-_26453693-0673-2920-00d7-68eb5613a86b-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db66-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db68-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db6b-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db6e-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db70-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db72-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db74-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db76-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db79-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db7c-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db7e-f52c7eaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db80-f52c7eaf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db82-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db84-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db87-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db8a-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db8c-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db8e-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db90-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db92-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db94-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db96-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db98-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db9a-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2db9d-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dba0-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dba2-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dba4-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dba6-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dba9-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dbab-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dbad-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dbaf-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dbb1-f52c7eaf, #w-node-_6efe1a4f-45aa-0c0c-032f-f15fd3e2dbb3-f52c7eaf, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819ca86-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819ca8a-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819ca8c-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819ca8e-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819ca91-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819ca95-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819ca99-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819ca9d-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819caa6-8a2c7eb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c1b497d-2d2d-6538-1900-7cf51819caaa-8a2c7eb0 {
  justify-self: center;
}

#w-node-_7c1b497d-2d2d-6538-1900-7cf51819caab-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819caac-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819caae-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819caaf-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cab1-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cab3-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cab5-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cab7-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cabf-8a2c7eb0, #w-node-_2e059877-fe29-5e3b-1af1-e598f0188a2a-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cac5-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cac6-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cac8-8a2c7eb0, #w-node-_2cfd75fc-f4fc-2aa4-552a-0fe1156c854e-8a2c7eb0, #w-node-_2cfd75fc-f4fc-2aa4-552a-0fe1156c854f-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cacd-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cacf-8a2c7eb0, #w-node-_3de92f77-e838-4f38-8bb5-78d7f51c0299-8a2c7eb0, #w-node-_3de92f77-e838-4f38-8bb5-78d7f51c029a-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cad4-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cad6-8a2c7eb0, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cadd-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e4b-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e4d-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e50-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e53-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e55-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e57-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e59-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e5b-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e5e-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e61-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e63-8a2c7eb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e65-8a2c7eb0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e67-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e69-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e6c-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e6f-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e71-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e73-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e75-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e77-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e79-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e7b-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e7d-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e7f-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e82-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e85-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e87-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e89-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e8b-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e8e-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e90-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e92-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e94-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e96-8a2c7eb0, #w-node-_8fe621ba-52ed-d54c-c1cd-cfe91f636e98-8a2c7eb0, #w-node-_2458c141-e1b0-9aa4-df4c-a5bde6aa9c01-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a68e0-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6915-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a694a-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a697f-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a69b4-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a69e9-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a1e-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a53-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a88-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6abd-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6af2-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b27-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b5c-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b91-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6bc6-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6bfb-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6c30-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6c65-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64ad-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64ae-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64b2-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64b3-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64b6-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64c4-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64c5-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64c8-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64c9-9c2c7eb4, #w-node-_3c09fdef-1e3b-a306-1d50-65828a9f64cc-9c2c7eb4, #w-node-_3e353535-fba6-398b-47c6-0f2f00762870-9c2c7eb4, #w-node-_3e353535-fba6-398b-47c6-0f2f00762871-9c2c7eb4, #w-node-_3e353535-fba6-398b-47c6-0f2f00762872-9c2c7eb4, #w-node-_3e353535-fba6-398b-47c6-0f2f00762873-9c2c7eb4, #w-node-_3e353535-fba6-398b-47c6-0f2f00762874-9c2c7eb4, #w-node-_8e243391-97c1-99f8-bd55-689dbe6629ff-312c7eb9, #w-node-_8e243391-97c1-99f8-bd55-689dbe662a00-312c7eb9, #w-node-_8e243391-97c1-99f8-bd55-689dbe662a04-312c7eb9, #w-node-_8e243391-97c1-99f8-bd55-689dbe662a05-312c7eb9, #w-node-_5f3df61d-6b13-0772-b7d9-66107e373621-312c7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3df61d-6b13-0772-b7d9-66107e373623-312c7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5f3df61d-6b13-0772-b7d9-66107e373624-312c7eb9, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a34-312c7eb9, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a3a-312c7eb9, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a3f-312c7eb9, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a41-312c7eb9, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a42-312c7eb9, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a46-312c7eb9, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a4d-312c7eb9, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d44fe-312c7eb9, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4504-312c7eb9, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4505-312c7eb9, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4509-312c7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4510-312c7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4512-312c7eb9, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4516-312c7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4518-312c7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d451a-312c7eb9, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d451e-312c7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4520-312c7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4522-312c7eb9, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4526-312c7eb9, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896baf-312c7eb9, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bb5-312c7eb9, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bba-312c7eb9, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bbc-312c7eb9, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bbd-312c7eb9, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bc1-312c7eb9, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bc8-312c7eb9, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba7c-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba7d-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba81-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba82-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba85-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba88-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba8c-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba8d-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba90-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba93-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba97-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba98-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba9b-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232ba9e-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232baa2-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232baa3-2a2c7ec5, #w-node-e5de0ce3-f581-4b4d-b843-18dc4232baa6-2a2c7ec5, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d588-2a2c7ec5, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d589-2a2c7ec5, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d58d-2a2c7ec5, #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe55994-3a2c6ef3, #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe559a3-3a2c6ef3, #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe559d2-3a2c6ef3, #w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea8e0-3a2c6ef3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea8eb-3a2c6ef3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea8f1-3a2c6ef3, #w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea909-3a2c6ef3, #w-node-_567fbae5-c6f9-4585-4288-bb7c1daaf02a-3a2c6ef3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c8e-3a2c6ef3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c9c-3a2c6ef3, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a34-a62a62c1, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a3a-a62a62c1, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a46-a62a62c1, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a4d-a62a62c1, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a50-a62a62c1, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a5c-a62a62c1, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a62-a62a62c1, #w-node-_64cdcaaa-7c0d-aea6-5196-fb2a86ea8894-a62a62c1, #w-node-_64cdcaaa-7c0d-aea6-5196-fb2a86ea889a-a62a62c1, #w-node-_64cdcaaa-7c0d-aea6-5196-fb2a86ea889f-a62a62c1, #w-node-_5d7c4efe-925a-1f02-e908-05fc0a832636-a62a62c1, #w-node-_5d7c4efe-925a-1f02-e908-05fc0a83263b-a62a62c1, #w-node-_5d7c4efe-925a-1f02-e908-05fc0a832645-a62a62c1, #w-node-af57eb03-09ed-2d99-9f8a-3fb533543345-1f9544dd, #w-node-_044d3b44-6561-0759-2997-bb1287ea4738-1f9544dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#signup1.w-node-_044d3b44-6561-0759-2997-bb1287ea4740-1f9544dd {
  justify-self: center;
}

#w-node-_2731a03b-8b19-6a62-4130-973acf092eb1-1f9544dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1435bc78-c29d-1354-38aa-13692ebffb81-1f9544dd {
  justify-self: center;
}

#w-node-_1435bc78-c29d-1354-38aa-13692ebffb86-1f9544dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1435bc78-c29d-1354-38aa-13692ebffb89-1f9544dd {
  justify-self: center;
}

#w-node-_1435bc78-c29d-1354-38aa-13692ebffb8e-1f9544dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1435bc78-c29d-1354-38aa-13692ebffb91-1f9544dd {
  justify-self: center;
}

#w-node-_1435bc78-c29d-1354-38aa-13692ebffb96-1f9544dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cb8e97c-f964-0d82-169a-fc98c5b21c6a-1f9544dd {
  justify-self: center;
}

#w-node-_7cb8e97c-f964-0d82-169a-fc98c5b21c6f-1f9544dd, #w-node-_77a6344a-01db-cbc6-6537-11700180074b-1f9544dd, #w-node-_77a6344a-01db-cbc6-6537-117001800751-1f9544dd, #w-node-_77a6344a-01db-cbc6-6537-117001800756-1f9544dd, #w-node-f9d498fd-dc63-c467-09fb-f73db79b8d15-1f9544dd, #w-node-_77a6344a-01db-cbc6-6537-11700180075e-1f9544dd, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a50-1f9544dd, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a5c-1f9544dd, #w-node-df1ed239-164e-729e-7cc7-2989d21024ef-1f9544dd, #w-node-_08b41438-9e84-ccc2-7a23-e75bd38e7a62-1f9544dd, #w-node-_7f309f77-e67b-6264-3dff-291dfd1a9db6-1f9544dd, #w-node-_7f309f77-e67b-6264-3dff-291dfd1a9dbc-1f9544dd, #w-node-a704ff4b-02b7-d144-840f-6a6c0f377149-1f9544dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#signup2.w-node-a704ff4b-02b7-d144-840f-6a6c0f37714d-1f9544dd {
  justify-self: center;
}

#w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe55994-5800917e, #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe559a3-5800917e, #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe559d2-5800917e, #w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea8e0-5800917e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea8eb-5800917e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea8f1-5800917e, #w-node-_1f988328-3f19-bbe7-ac82-dfcd1b4ea909-5800917e, #w-node-_567fbae5-c6f9-4585-4288-bb7c1daaf02a-5800917e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c8e-5800917e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c9c-5800917e, #w-node-_16ab590e-665b-548e-ae4a-e7452b1625ce-c500b0d8, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d44fe-c500b0d8, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4504-c500b0d8, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4505-c500b0d8, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4509-c500b0d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4510-c500b0d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4512-c500b0d8, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4516-c500b0d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4518-c500b0d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d451a-c500b0d8, #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d451e-c500b0d8, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896baf-c500b0d8, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bb5-c500b0d8, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bba-c500b0d8, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bbc-c500b0d8, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bbd-c500b0d8, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bc1-c500b0d8, #w-node-_21e1332f-45e9-d76e-7081-d6f0ff896bc8-c500b0d8, #w-node-_8fb9717e-d91d-bb0d-fbf3-2a06ffe5ceff-c500b0d8, #w-node-_8fb9717e-d91d-bb0d-fbf3-2a06ffe5cf00-c500b0d8, #w-node-_8fb9717e-d91d-bb0d-fbf3-2a06ffe5cf04-c500b0d8, #w-node-_8fb9717e-d91d-bb0d-fbf3-2a06ffe5cedf-c500b0d8, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dcfe-aab29691, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd01-aab29691, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c2-aab29691, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c3-aab29691, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c7-aab29691, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd3a-aab29691, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b1-aab29691, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b2-aab29691, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b6-aab29691, #w-node-_56602fc4-cb5e-f4a5-da9e-30fb1a844985-aab29691, #w-node-a102c253-ff75-3f5f-55e7-d19d2a3d538d-aab29691, #w-node-b8688aa4-3167-e375-4517-01914627942c-aab29691, #w-node-b8688aa4-3167-e375-4517-019146279434-aab29691, #w-node-b8688aa4-3167-e375-4517-019146279435-aab29691, #w-node-b8688aa4-3167-e375-4517-019146279439-aab29691, #w-node-_56975697-a738-b97c-b1b7-d9b675db0fbb-aab29691, #w-node-_56975697-a738-b97c-b1b7-d9b675db0fc3-aab29691, #w-node-_56975697-a738-b97c-b1b7-d9b675db0fc4-aab29691, #w-node-_56975697-a738-b97c-b1b7-d9b675db0fc8-aab29691, #w-node-_56975697-a738-b97c-b1b7-d9b675db0fd0-aab29691, #w-node-d9ef027c-e3c6-0900-38e1-c509eb46cb0e-aab29691, #w-node-d9ef027c-e3c6-0900-38e1-c509eb46cb10-aab29691, #w-node-d9ef027c-e3c6-0900-38e1-c509eb46cb18-aab29691, #w-node-d9ef027c-e3c6-0900-38e1-c509eb46cb19-aab29691, #w-node-d9ef027c-e3c6-0900-38e1-c509eb46cb1d-aab29691, #w-node-_98cf5439-a682-1666-7d44-4fae90147b22-aab29691, #w-node-_98cf5439-a682-1666-7d44-4fae90147b24-aab29691, #w-node-_98cf5439-a682-1666-7d44-4fae90147b26-aab29691, #w-node-_98cf5439-a682-1666-7d44-4fae90147b28-aab29691, #w-node-_4241f03d-1b23-52d3-9c1e-021b6434ecfb-053a2eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4241f03d-1b23-52d3-9c1e-021b6434ed07-053a2eb3 {
  align-self: center;
}

#w-node-_4241f03d-1b23-52d3-9c1e-021b6434ed09-053a2eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0cda5a5-075d-075a-3efd-657b1d91dcfe-053a2eb3, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd01-053a2eb3, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c2-053a2eb3, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c3-053a2eb3, #w-node-_697b76f6-4c09-6ac7-81c6-96f2f85d04c7-053a2eb3, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd3a-053a2eb3, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b1-053a2eb3, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b2-053a2eb3, #w-node-_7bf97354-370b-9142-3f78-e4592a9546b6-053a2eb3, #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd65-053a2eb3, #w-node-b8688aa4-3167-e375-4517-01914627942a-053a2eb3, #w-node-b8688aa4-3167-e375-4517-01914627942c-053a2eb3, #w-node-b8688aa4-3167-e375-4517-019146279434-053a2eb3, #w-node-b8688aa4-3167-e375-4517-019146279435-053a2eb3, #w-node-b8688aa4-3167-e375-4517-019146279439-053a2eb3, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d588-053a2eb3, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d589-053a2eb3, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d58d-053a2eb3, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93a9a-cb204408, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93a9c-cb204408, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93aa4-cb204408, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93aa5-cb204408, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93aa9-cb204408, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93ab5-cb204408, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93abd-cb204408, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93abe-cb204408, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93ac2-cb204408, #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93acf-cb204408, #w-node-_18dbe4de-675d-1e14-49c3-04961e6e6559-cb204408, #w-node-_18dbe4de-675d-1e14-49c3-04961e6e655b-cb204408, #w-node-_18dbe4de-675d-1e14-49c3-04961e6e6563-cb204408, #w-node-_18dbe4de-675d-1e14-49c3-04961e6e6564-cb204408, #w-node-_18dbe4de-675d-1e14-49c3-04961e6e6568-cb204408, #w-node-b5a23a51-28fa-c49c-364a-afa5f6940242-cb204408, #w-node-b5a23a51-28fa-c49c-364a-afa5f694024a-cb204408, #w-node-b5a23a51-28fa-c49c-364a-afa5f694024b-cb204408, #w-node-b5a23a51-28fa-c49c-364a-afa5f694024f-cb204408, #w-node-b5a23a51-28fa-c49c-364a-afa5f6940258-cb204408, #w-node-_0bc9231e-c8dd-19db-3ca7-5c5d22070775-cb204408, #w-node-_0bc9231e-c8dd-19db-3ca7-5c5d22070777-cb204408, #w-node-_0bc9231e-c8dd-19db-3ca7-5c5d2207077f-cb204408, #w-node-_0bc9231e-c8dd-19db-3ca7-5c5d22070780-cb204408, #w-node-_0bc9231e-c8dd-19db-3ca7-5c5d22070784-cb204408, #w-node-_0e85d936-6ffd-2390-0994-1b4589e88f2f-cb204408, #w-node-_0e85d936-6ffd-2390-0994-1b4589e88f31-cb204408, #w-node-_0e85d936-6ffd-2390-0994-1b4589e88f33-cb204408, #w-node-_0e85d936-6ffd-2390-0994-1b4589e88f35-cb204408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d587b286-15bb-8244-8e66-82c860c07541-a8a85a09 {
  align-self: center;
}

#w-node-d587b286-15bb-8244-8e66-82c860c07544-a8a85a09, #w-node-d587b286-15bb-8244-8e66-82c860c07547-a8a85a09, #w-node-d587b286-15bb-8244-8e66-82c860c0754a-a8a85a09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d587b286-15bb-8244-8e66-82c860c0754e-a8a85a09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7b02b833-3a42-9736-d2d1-3678131c70fe-a8a85a09, #w-node-_7b02b833-3a42-9736-d2d1-3678131c70ff-a8a85a09, #w-node-_7b02b833-3a42-9736-d2d1-3678131c7100-a8a85a09, #w-node-_7b02b833-3a42-9736-d2d1-3678131c7102-a8a85a09, #w-node-_7b02b833-3a42-9736-d2d1-3678131c7104-a8a85a09, #w-node-_7b02b833-3a42-9736-d2d1-3678131c7105-a8a85a09, #w-node-_7b02b833-3a42-9736-d2d1-3678131c7107-a8a85a09, #w-node-_7b02b833-3a42-9736-d2d1-3678131c7109-a8a85a09, #w-node-b8d3ccfe-dc0e-2e9f-db3c-8f11d77fd68d-a8a85a09, #w-node-b8d3ccfe-dc0e-2e9f-db3c-8f11d77fd68e-a8a85a09, #w-node-b8d3ccfe-dc0e-2e9f-db3c-8f11d77fd68f-a8a85a09, #w-node-b8d3ccfe-dc0e-2e9f-db3c-8f11d77fd691-a8a85a09, #w-node-b8d3ccfe-dc0e-2e9f-db3c-8f11d77fd693-a8a85a09, #w-node-b8d3ccfe-dc0e-2e9f-db3c-8f11d77fd694-a8a85a09, #w-node-b8d3ccfe-dc0e-2e9f-db3c-8f11d77fd696-a8a85a09, #w-node-b8d3ccfe-dc0e-2e9f-db3c-8f11d77fd698-a8a85a09, #w-node-_4b8d6e2a-df11-7c89-e856-7a8ccd469195-a8a85a09, #w-node-_4b8d6e2a-df11-7c89-e856-7a8ccd469196-a8a85a09, #w-node-_4b8d6e2a-df11-7c89-e856-7a8ccd469197-a8a85a09, #w-node-_4b8d6e2a-df11-7c89-e856-7a8ccd469199-a8a85a09, #w-node-_4b8d6e2a-df11-7c89-e856-7a8ccd46919b-a8a85a09, #w-node-_4b8d6e2a-df11-7c89-e856-7a8ccd46919c-a8a85a09, #w-node-_4b8d6e2a-df11-7c89-e856-7a8ccd46919e-a8a85a09, #w-node-_4b8d6e2a-df11-7c89-e856-7a8ccd4691a0-a8a85a09, #w-node-_3d4c9133-23e8-6713-3d12-30054889db01-a8a85a09, #w-node-_3d4c9133-23e8-6713-3d12-30054889db02-a8a85a09, #w-node-_3d4c9133-23e8-6713-3d12-30054889db03-a8a85a09, #w-node-_3d4c9133-23e8-6713-3d12-30054889db05-a8a85a09, #w-node-_3d4c9133-23e8-6713-3d12-30054889db07-a8a85a09, #w-node-_3d4c9133-23e8-6713-3d12-30054889db08-a8a85a09, #w-node-_3d4c9133-23e8-6713-3d12-30054889db0a-a8a85a09, #w-node-_3d4c9133-23e8-6713-3d12-30054889db0c-a8a85a09, #w-node-d11d4aa2-ab93-f1e6-1118-5f2b2375cec9-a8a85a09, #w-node-d11d4aa2-ab93-f1e6-1118-5f2b2375ceca-a8a85a09, #w-node-d11d4aa2-ab93-f1e6-1118-5f2b2375cecb-a8a85a09, #w-node-d11d4aa2-ab93-f1e6-1118-5f2b2375cecd-a8a85a09, #w-node-d11d4aa2-ab93-f1e6-1118-5f2b2375cecf-a8a85a09, #w-node-d11d4aa2-ab93-f1e6-1118-5f2b2375ced0-a8a85a09, #w-node-d11d4aa2-ab93-f1e6-1118-5f2b2375ced2-a8a85a09, #w-node-d11d4aa2-ab93-f1e6-1118-5f2b2375ced4-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c95561518fb-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c95561518fd-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c95561518ff-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c9556151905-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c9556151909-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c955615190f-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c9556151913-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c955615191a-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c955615191e-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c9556151925-a8a85a09, #w-node-_4f262897-d961-193f-8ea5-8c9556151926-a8a85a09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e801546c-a8a85a09 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015470-a8a85a09 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015472-a8a85a09, #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015474-a8a85a09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21ef027b-0075-19f8-6ea0-e4630a8bcb07-a8a85a09, #w-node-_21ef027b-0075-19f8-6ea0-e4630a8bcb0d-a8a85a09, #w-node-b5870e92-9523-1cc0-3af6-e624f65148cd-a8a85a09, #w-node-b5870e92-9523-1cc0-3af6-e624f65148cf-a8a85a09, #w-node-b5870e92-9523-1cc0-3af6-e624f65148d1-a8a85a09, #w-node-b5870e92-9523-1cc0-3af6-e624f65148d3-a8a85a09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-af57eb03-09ed-2d99-9f8a-3fb533543353-a82c7e79, #w-node-_441315fd-8fbe-b4c2-2c85-cefca9c13e00-d12c7e7a, #w-node-_441315fd-8fbe-b4c2-2c85-cefca9c13e00-452c7ea6, #w-node-_4241f03d-1b23-52d3-9c1e-021b6434ed09-053a2eb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe559d2-442c7dab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c8e-442c7dab {
    grid-column: span 2 / span 2;
  }

  #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd65-502c7e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d598-502c7e30, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d59f-502c7e30 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5b8c942-226f-1fe6-2393-e624a0c23c2a-a0c23c2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-b8ff5296-1bff-fb36-1e1e-23d9c7f10e20-be2c7e44 {
    justify-self: center;
  }

  #w-node-_783fd2d3-9458-6652-0f76-b3baed6d0ec1-7c2c7e46 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_246104a4-52cc-2395-3994-3ad8e6b94f5c-592c7e59 {
    grid-row: span 1 / span 1;
  }

  #w-node-_6841d5ed-f934-0c2a-0af1-a44df6a8708d-592c7e59 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_652fc11a-5e9a-0bbf-c2c6-3b44a424af33-972c7e5a {
    align-self: start;
  }

  #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39016-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39024-972c7e5a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39025-972c7e5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_2d8f4b90-aba2-2fa3-0f8d-4d3f149d4625-972c7e5a {
    justify-self: center;
  }

  #w-node-c7711374-48a0-939d-da5c-0de9920bdcc8-f82c7e5d, #w-node-_10c0acfd-36b2-4861-a5b0-f0c0e535b30d-f82c7e5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-e528d792-0f75-d29a-f384-259168207f8e-912c7e5e {
    grid-column: span 2 / span 2;
  }

  #w-node-_62f18972-fdd2-2fe4-c0b4-16620798ca4b-922c7e70, #w-node-_3f7ff687-48f9-c187-9d4e-b294798572c8-922c7e70, #w-node-fbab2126-40c8-ae50-0699-da4869cf442a-922c7e70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_14757ac6-2cec-e934-3155-325667c9fbc9-922c7e70 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3110edcf-9116-6c79-16a2-f20c3ef39b57-aa2c7e76 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_23bc1fd0-3063-ed11-4dff-5a9c225011c6-aa2c7e76, #w-node-_23bc1fd0-3063-ed11-4dff-5a9c225011cd-aa2c7e76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd65-f52c7e78 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7cd049a7-7ae3-9b01-962f-1980db48e7dd-f52c7e78, #w-node-c021ebfc-e877-9461-026d-731b0535bb33-f52c7e78, #w-node-_355035bf-5b6f-c82b-12bd-c7bd766afeba-f52c7e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e5f2ac9-f51b-f3b2-ffb8-216a21fa0914-912c7e80, #w-node-_99562a75-e1eb-7c95-a26f-051ab5c098ae-912c7e80 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cd49f020-3201-373d-67b5-0238b163a289-be2c7e93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_73a68a1c-b724-1cd2-7c46-58ff450d41ad-952c7e9d, #w-node-e44935e1-a5dd-9c24-d165-c0925669377e-952c7e9d, #w-node-_48176dec-9c24-43c8-5431-438a63855628-952c7e9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c1b497d-2d2d-6538-1900-7cf51819cabf-8a2c7eb0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a68b9-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a68ee-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6923-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6958-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a698d-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a69c2-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a69f7-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a2c-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a61-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a96-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6acb-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b00-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b35-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b6a-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b9f-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6bd4-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6c09-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6c3e-9c2c7eb4, #w-node-_19a5e326-b8f7-f5dd-9d01-6b98582ba4a0-9c2c7eb4, #w-node-ff6fc2b9-6f25-b3d9-c9cd-ee7e966ec04d-9c2c7eb4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: start;
  }

  #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d598-2a2c7ec5, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d59f-2a2c7ec5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe559d2-3a2c6ef3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c8e-3a2c6ef3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8e2f2e4e-9738-a225-aa6f-bd14ebe559d2-5800917e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c8e-5800917e {
    grid-column: span 2 / span 2;
  }

  #w-node-e0cda5a5-075d-075a-3efd-657b1d91dd65-053a2eb3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d598-053a2eb3, #w-node-_9b754d16-ba24-1a8f-538b-bf43d287d59f-053a2eb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bdaec2d5-e324-adf4-0d25-2d1d2ab93acf-cb204408, #w-node-b5a23a51-28fa-c49c-364a-afa5f6940258-cb204408 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d587b286-15bb-8244-8e66-82c860c07544-a8a85a09 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c8e-442c7dab {
    grid-column: span 1 / span 1;
  }

  #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e801546c-092c7e2a {
    grid-column: span 2 / span 2;
  }

  #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015470-092c7e2a, #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270dca-6c2c7e2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270ddd-6c2c7e2b, #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e03-6c2c7e2b {
    grid-column: span 1 / span 1;
  }

  #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e16-6c2c7e2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e29-6c2c7e2b, #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e3c-6c2c7e2b, #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e4f-6c2c7e2b {
    grid-column: span 1 / span 1;
  }

  #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d44fe-fd2c7e2f {
    grid-column: span 2 / span 2;
  }

  #w-node-_33fa26f5-f200-37db-8ba9-0b2c56f7ed5e-0d2c7e33, #w-node-ccb380ca-54ba-962c-c933-e4d81778318d-862c7e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_373e1e4a-ba89-adcd-e292-752ce69443f7-592c7e59, #w-node-_373e1e4a-ba89-adcd-e292-752ce6944407-592c7e59, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39016-972c7e5a, #w-node-_8677de7b-3d27-d9d4-03e6-8e0b28f39024-972c7e5a {
    grid-column: span 1 / span 1;
  }

  #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041e6-872c7e5b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e528d792-0f75-d29a-f384-259168207f8e-912c7e5e {
    grid-column: span 1 / span 1;
  }

  #w-node-_7f513e9d-2873-d49a-8815-34454ed7f5d9-912c7e5e {
    grid-column: span 2 / span 2;
  }

  #w-node-_7f513e9d-2873-d49a-8815-34454ed7f663-912c7e5e {
    align-self: start;
  }

  #w-node-_1a17cda6-e295-b2c4-3694-573d76ade39c-922c7e70 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1a17cda6-e295-b2c4-3694-573d76ade3b4-922c7e70 {
    align-self: start;
  }

  #w-node-_14757ac6-2cec-e934-3155-325667c9fbc9-922c7e70 {
    grid-column: span 1 / span 1;
  }

  #w-node-fe29a2f6-d3c5-5273-ffaa-7afbe7f8d6e2-aa2c7e76 {
    justify-self: stretch;
  }

  #w-node-fe29a2f6-d3c5-5273-ffaa-7afbe7f8d6e5-aa2c7e76 {
    justify-self: center;
  }

  #w-node-c57162a9-1b84-b835-a993-53ab57970ce0-d12c7e7a {
    grid-column: span 2 / span 2;
  }

  #w-node-cd49f020-3201-373d-67b5-0238b163a287-be2c7e93 {
    justify-self: center;
  }

  #w-node-e2e418ad-e41b-470f-23de-3088388b8f27-1a2c7e95 {
    grid-column: span 2 / span 2;
  }

  #w-node-e2e418ad-e41b-470f-23de-3088388b8fb1-1a2c7e95 {
    align-self: start;
  }

  #w-node-cd49412e-10fa-45a9-2a11-df1b630c2dfe-cc2c7ea2, #w-node-cd49412e-10fa-45a9-2a11-df1b630c2e01-cc2c7ea2, #w-node-cd49412e-10fa-45a9-2a11-df1b630c2e04-cc2c7ea2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd49412e-10fa-45a9-2a11-df1b630c2e09-cc2c7ea2, #w-node-cd49412e-10fa-45a9-2a11-df1b630c2e17-cc2c7ea2, #w-node-cd49412e-10fa-45a9-2a11-df1b630c2e25-cc2c7ea2, #w-node-cd49412e-10fa-45a9-2a11-df1b630c2e38-cc2c7ea2, #w-node-cd49412e-10fa-45a9-2a11-df1b630c2e49-cc2c7ea2, #w-node-cd49412e-10fa-45a9-2a11-df1b630c2e5f-cc2c7ea2, #w-node-cd49412e-10fa-45a9-2a11-df1b630c2e75-cc2c7ea2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c57162a9-1b84-b835-a993-53ab57970ce0-452c7ea6 {
    grid-column: span 2 / span 2;
  }

  #w-node-d1967602-4651-f99b-64c4-4088ecb0d35a-f52c7eaa {
    justify-self: center;
  }

  #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270dca-062c7ead {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270ddd-062c7ead, #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e03-062c7ead {
    grid-column: span 1 / span 1;
  }

  #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e16-062c7ead {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e29-062c7ead, #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e3c-062c7ead, #w-node-_6d3daa47-4b54-4e8f-6b09-b05ced270e4f-062c7ead {
    grid-column: span 1 / span 1;
  }

  #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a68b9-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a68ee-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6923-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6958-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a698d-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a69c2-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a69f7-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a2c-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a61-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a96-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6acb-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b00-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b35-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b6a-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b9f-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6bd4-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6c09-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6c3e-9c2c7eb4, #w-node-_19a5e326-b8f7-f5dd-9d01-6b98582ba4a0-9c2c7eb4, #w-node-ff6fc2b9-6f25-b3d9-c9cd-ee7e966ec04d-9c2c7eb4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d44fe-312c7eb9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d4520-312c7eb9 {
    align-self: start;
  }

  #w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c8e-3a2c6ef3, #w-node-f2fdcc5d-7d2e-cead-4462-843fa3034c8e-5800917e {
    grid-column: span 1 / span 1;
  }

  #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d44fe-c500b0d8, #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e801546c-a8a85a09 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015470-a8a85a09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7bb1a891-5497-0690-187f-2836dea8e4c3-fa0cbf10 {
    order: 0;
  }

  #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e801546e-092c7e2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015470-092c7e2a {
    grid-column: span 2 / span 2;
  }

  #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d44fe-fd2c7e2f {
    grid-column: span 1 / span 1;
  }

  #w-node-_9668ea0d-ca99-4148-bc59-590ffa2ec049-642c7e4b {
    justify-self: stretch;
  }

  #w-node-_7a9cdebc-c882-52b1-d2ea-83289c0041f4-872c7e5b {
    justify-self: center;
  }

  #w-node-d6c0ab32-b558-5280-f756-4330bd573a16-812c7e5c {
    justify-self: start;
  }

  #w-node-d6c0ab32-b558-5280-f756-4330bd573a18-812c7e5c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7f513e9d-2873-d49a-8815-34454ed7f5d9-912c7e5e {
    grid-column: span 1 / span 1;
  }

  #w-node-f26d9c76-33bf-18a5-6b0b-6c40819844b7-912c7e5e {
    order: 0;
  }

  #w-node-_6744dfbe-51cc-9ea8-c456-f031e87da577-3b2c7e6a {
    justify-self: stretch;
  }

  #w-node-_1a17cda6-e295-b2c4-3694-573d76ade39c-922c7e70 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0e3e07ac-24eb-e1a1-111b-5ff21f1fa666-922c7e70 {
    justify-self: end;
  }

  #w-node-dd70c2fe-2c5f-975f-da98-72b213df2c99-aa2c7e76, #w-node-f318bedb-cd5b-7121-152f-449b101bf3ce-aa2c7e76, #w-node-_7deaa98e-7414-d24d-c91e-843b210ac43c-aa2c7e76, #w-node-_33658259-629c-0d4e-d9c6-b1c5ea560fae-f52c7e78 {
    justify-self: stretch;
  }

  #w-node-_797ae121-2974-5257-979d-41910f572eaf-f52c7e78 {
    justify-self: end;
  }

  #w-node-_355035bf-5b6f-c82b-12bd-c7bd766afeba-f52c7e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5ef2d8c-5ffd-357a-e8d5-9d911bac4ed5-f52c7e78 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c57162a9-1b84-b835-a993-53ab57970ce0-d12c7e7a {
    grid-column: span 1 / span 1;
  }

  #w-node-cd49f020-3201-373d-67b5-0238b163a288-be2c7e93, #w-node-cd49f020-3201-373d-67b5-0238b163a28a-be2c7e93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e2e418ad-e41b-470f-23de-3088388b8f27-1a2c7e95 {
    grid-column: span 1 / span 1;
  }

  #w-node-_48176dec-9c24-43c8-5431-438a63855628-952c7e9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c57162a9-1b84-b835-a993-53ab57970ce0-452c7ea6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_26453693-0673-2920-00d7-68eb5613a85e-f52c7eaf, #w-node-_7c1b497d-2d2d-6538-1900-7cf51819caaa-8a2c7eb0 {
    justify-self: stretch;
  }

  #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a68b9-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a68ee-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6923-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6958-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a698d-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a69c2-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a69f7-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a2c-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a61-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6a96-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6acb-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b00-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b35-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b6a-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6b9f-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6bd4-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6c09-9c2c7eb4, #w-node-_8d10f2de-9dc7-c06c-1864-9f07c53a6c3e-9c2c7eb4, #w-node-_19a5e326-b8f7-f5dd-9d01-6b98582ba4a0-9c2c7eb4, #w-node-ff6fc2b9-6f25-b3d9-c9cd-ee7e966ec04d-9c2c7eb4 {
    grid-column: span 5 / span 5;
  }

  #w-node-_5f3df61d-6b13-0772-b7d9-66107e373623-312c7eb9 {
    justify-self: stretch;
  }

  #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d44fe-312c7eb9 {
    grid-column: span 1 / span 1;
  }

  #signup1.w-node-_044d3b44-6561-0759-2997-bb1287ea4740-1f9544dd, #signup2.w-node-a704ff4b-02b7-d144-840f-6a6c0f37714d-1f9544dd {
    justify-self: stretch;
  }

  #w-node-_50b87adf-be1f-8d4c-6d85-47aaef8d44fe-c500b0d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e801546e-a8a85a09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f8af541-5c0d-a0e7-3b55-c5b7e8015470-a8a85a09 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Social Icons';
  src: url('../fonts/social-icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calling Code';
  src: url('../fonts/Dharma-Type---Calling-Code-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS FILLED';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS OUTLINED';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS ROUNDED';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS SHARP';
  src: url('../fonts/MaterialIconsSharp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}