:root {
  --black: black;
  --text: #494554;
  --white: white;
  --secondary: #00bbdc;
  --light-grey: #fafafa;
  --primary: #302a80;
  --accent: #5bfbd8;
  --light-purple: #fbf8ff;
  --light-blue: #e5feff;
  --color: #7067e0;
  --niko-blue: #e2f3fa;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom {
  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;
}

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

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

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

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 1.3rem;
  font-family: Inconsolata, monospace;
  font-size: 1.3rem;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  border: 1px solid var(--text);
  border-radius: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

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

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

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

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

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 10%;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

.margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  color: var(--text);
  font-family: Exo, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.is-white-text {
  color: var(--white);
}

.rl-styleguide-message-delete-this {
  height: 100vh;
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.heading-style-h2 {
  color: var(--text);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.is-white-text {
  color: var(--white);
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  color: var(--text);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

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

.heading-style-h5 {
  color: var(--text);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  color: var(--text);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.is-white-text {
  color: var(--white);
}

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

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

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

.field-label {
  color: var(--text);
  margin-bottom: .5rem;
  font-family: Exo, sans-serif;
  font-weight: 400;
  display: flex;
}

.button {
  border: 2px solid var(--primary);
  background-color: var(--accent);
  color: var(--primary);
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.button.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

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

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  color: var(--white);
  background-color: #302a80;
}

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.heading-style-h4 {
  color: var(--text);
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.is-white-text {
  color: var(--white);
}

.text-style-italic {
  font-style: italic;
}

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

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

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

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

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  color: var(--text);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.sign-up-form {
  margin-bottom: 1rem;
  line-height: 1;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--text);
  background-color: var(--white);
  color: var(--black);
  border-radius: 7px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

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

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

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

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

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

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

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

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

.background-color-white {
  background-color: var(--white);
}

.text-weight-semibold {
  color: var(--text);
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

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

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

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

.icon-height-xxsmall {
  height: 1rem;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

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

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  width: 100%;
  text-align: center;
}

.text-align-center.margin-top.margin-small {
  display: flex;
}

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

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

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

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  color: var(--text);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
}

.text-rich-text h5 {
  color: var(--text);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-rich-text h6 {
  color: var(--text);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
}

.text-rich-text p {
  color: var(--text);
  margin-bottom: 1rem;
  font-family: Exo, sans-serif;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text li {
  color: var(--text);
  font-family: Exo, sans-serif;
}

.icon-height-medium {
  height: 3rem;
}

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

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

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

.padding-section-large {
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.is-black {
  background-color: var(--black);
}

.is-white {
  background-color: var(--white);
}

.is-gray {
  background-color: var(--light-grey);
}

.navbar2_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--black);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

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

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
  position: absolute;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--black);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.section_home_1_hero-header {
  min-height: 100vh;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_home_2_feature {
  height: 105vh;
  background-color: rgba(250, 250, 250, 0);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

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

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

.section_home_3_features-list {
  background-color: #f3feff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_3_features-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home_3_features-list_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--text);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home_3_features-list_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.home_3_features-list_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout-417-instructions-delete {
  background-color: var(--light-grey);
  text-align: left;
  padding: 2rem;
  display: none;
}

.home_4_benefits_instructions-list {
  padding-left: 1.25rem;
}

.home_4_benefits_instructions-list-item {
  padding-left: .5rem;
}

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

.home_4_benefits_component {
  width: 100%;
  height: 400vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.home_4_benefits_content {
  height: 100vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.home_4_benefits_title-wrapper {
  width: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.home_4_benefits_title {
  color: var(--text);
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 10rem;
  display: flex;
}

.home_4_benefits_list {
  width: 100%;
  max-width: 30rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home_4_benefits_card {
  max-width: 30rem;
  min-width: 30rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.home_4_benefits_card.card-1 {
  z-index: 4;
  max-width: none;
  min-width: 30rem;
  border-color: var(--text);
  border-radius: 15px;
  flex: 0 auto;
}

.home_4_benefits_card.card-2 {
  z-index: 3;
  border-radius: 10px;
  transform: rotate(3deg);
}

.home_4_benefits_card.card-3 {
  z-index: 2;
  border-radius: 10px;
  transform: rotate(6deg);
}

.home_4_benefits_card.card-4 {
  z-index: 1;
  border-radius: 10px;
  transform: rotate(12deg);
}

.home_4_benefits_card.card-5 {
  z-index: 0;
  border-radius: 10px;
  transform: rotate(18deg);
}

.home_4_benefits_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_home_5_recent-work {
  background-color: var(--light-purple);
}

.home_5_recent-work_component {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.home_5_recent-work_list {
  width: 100%;
  max-width: 100rem;
  min-width: 70rem;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.home_5_recent-work_item {
  border: 1px none var(--black);
}

.home_5_recent-work_item-link {
  height: auto;
  flex-direction: column;
  display: flex;
}

.home_5_recent-work_image-wrapper {
  width: auto;
  object-fit: fill;
  padding-top: 0%;
  position: static;
  overflow: visible;
}

.home_5_recent-work_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_5_recent-work_image.shadow-large {
  border-radius: 10px;
}

.home_5_recent-work_title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.home_5_recent-work_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.home_5_recent-work_tag-item {
  background-color: var(--light-grey);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.home_5_recent-work_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.home_5_recent-work_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.home_6_pricing_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home_6_pricing_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
  display: none;
}

.home_6_pricing_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem 1.5rem;
}

.home_6_pricing_tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.home_6_pricing_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  display: flex;
}

.home_6_pricing_plan {
  width: 100%;
  max-width: 40rem;
  min-width: 30rem;
  border: 1px solid var(--black);
  border-radius: 10px;
  padding: 2rem;
}

.home_6_pricing_divider {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.home_6_pricing_feature {
  display: flex;
}

.home_6_pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.section_home_7_feature {
  background-color: var(--light-blue);
}

.home_8_faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.home_8_faq_accordion {
  border: 1px solid var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.home_8_faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.home_8_faq_icon-wrappper {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.home_8_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_home_9_cta {
  background-color: var(--primary);
  display: none;
  position: relative;
}

.footer4_component {
  background-color: var(--primary);
  display: none;
}

.footer4_top-wrapper {
  height: 50px;
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_logo-link {
  height: 100%;
  padding-left: 0;
  display: flex;
}

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

.footer4_link {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: none;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  display: none;
}

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

.footer4_credit-text {
  color: var(--white);
  font-size: .875rem;
}

.footer4_legal-link {
  color: var(--white);
  font-size: .875rem;
  text-decoration: underline;
}

.div-block {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg-decoration-grid {
  width: 100%;
  height: 100%;
  max-width: 60rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dot {
  width: 5px;
  height: 5px;
  color: rgba(73, 69, 84, .1);
  background-color: rgba(73, 69, 84, .6);
  border: 1px #000;
  border-radius: 50%;
  display: inline-block;
}

.decoration-container-centered {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  color: var(--text);
  font-family: Exo, sans-serif;
}

.menu-button {
  display: flex;
}

.navbar {
  width: 70px;
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-left: 2%;
  display: flex;
  position: fixed;
}

.icon {
  color: var(--white);
}

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

.navcircle-container {
  z-index: 3;
  width: 70px;
  border-radius: 50%;
  margin-top: 2%;
  margin-left: 2%;
  padding-top: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navcircle {
  width: 55px;
  height: 55px;
  background-color: var(--primary);
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 5px 5% 50% 50%;
  position: absolute;
}

.lottie-animation {
  z-index: 5;
  width: 55px;
  height: 55px;
  position: absolute;
}

.lottie-animation.purple {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-body {
  width: 55px;
  height: 250px;
  background-color: var(--primary);
  mix-blend-mode: normal;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: static;
  transform: translate(0, -205px);
}

.navbar-wrapper {
  z-index: 3;
  padding-top: 0;
  position: relative;
}

.link-block {
  z-index: 3;
  position: absolute;
}

.navbar-body-wrapper {
  width: 55px;
  height: 250px;
  border-radius: 25px;
  position: absolute;
  overflow: hidden;
}

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

.layout9_item {
  display: flex;
}

.layout9_item-icon-wrapper {
  width: 3rem;
  height: 3rem;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.color-card {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-color: var(--primary);
  border-radius: 10px;
  padding: 24px;
  position: relative;
}

.color-card-shadow-color {
  z-index: 0;
  width: 50%;
  height: 50%;
  background-color: var(--accent);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(18px, 18px);
}

.animation-wrapper-small {
  width: 70px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.animation-wrapper-small.margin-xxlarge, .animation-wrapper-small.margin-medium, .animation-wrapper-small.margin-custom3, .animation-wrapper-small.margin-custom1, .animation-wrapper-small.margin-tiny, .animation-wrapper-small.margin-small, .animation-wrapper-small.margin-large, .animation-wrapper-small.margin-0, .animation-wrapper-small.margin-xlarge, .animation-wrapper-small.margin-xhuge, .animation-wrapper-small.margin-xxhuge, .animation-wrapper-small.margin-huge, .animation-wrapper-small.margin-xxsmall, .animation-wrapper-small.margin-custom2, .animation-wrapper-small.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-feature-card-animation-wrapper {
  width: 75px;
  height: 75px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-feature-card-animation-wrapper.margin-xxlarge, .margin-bottom-feature-card-animation-wrapper.margin-medium, .margin-bottom-feature-card-animation-wrapper.margin-custom3, .margin-bottom-feature-card-animation-wrapper.margin-custom1, .margin-bottom-feature-card-animation-wrapper.margin-tiny, .margin-bottom-feature-card-animation-wrapper.margin-small, .margin-bottom-feature-card-animation-wrapper.margin-large, .margin-bottom-feature-card-animation-wrapper.margin-0, .margin-bottom-feature-card-animation-wrapper.margin-xlarge, .margin-bottom-feature-card-animation-wrapper.margin-xhuge, .margin-bottom-feature-card-animation-wrapper.margin-xxhuge, .margin-bottom-feature-card-animation-wrapper.margin-huge, .margin-bottom-feature-card-animation-wrapper.margin-xxsmall, .margin-bottom-feature-card-animation-wrapper.margin-custom2, .margin-bottom-feature-card-animation-wrapper.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-cta-section-animation-wrapper {
  height: 75px;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-cta-section-animation-wrapper.margin-xxlarge, .margin-bottom-cta-section-animation-wrapper.margin-medium, .margin-bottom-cta-section-animation-wrapper.margin-custom3, .margin-bottom-cta-section-animation-wrapper.margin-custom1, .margin-bottom-cta-section-animation-wrapper.margin-tiny, .margin-bottom-cta-section-animation-wrapper.margin-small, .margin-bottom-cta-section-animation-wrapper.margin-large, .margin-bottom-cta-section-animation-wrapper.margin-0, .margin-bottom-cta-section-animation-wrapper.margin-xlarge, .margin-bottom-cta-section-animation-wrapper.margin-xhuge, .margin-bottom-cta-section-animation-wrapper.margin-xxhuge, .margin-bottom-cta-section-animation-wrapper.margin-huge, .margin-bottom-cta-section-animation-wrapper.margin-xxsmall, .margin-bottom-cta-section-animation-wrapper.margin-custom2, .margin-bottom-cta-section-animation-wrapper.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar-links-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 36px;
  display: flex;
}

.link-block-2 {
  width: 100%;
  margin-top: 47px;
  text-decoration: none;
  transform: rotate(-90deg);
}

.link-block-2.w--current {
  transform: rotate(-90deg);
}

.text-block {
  color: var(--white);
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.contact1_component {
  max-width: 30rem;
  min-width: 25rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

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

.error-text {
  color: #e23939;
}

.header-logo-container {
  justify-content: center;
  align-items: center;
  margin: 0 0 12px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-logo-container.margin-custom1, .header-logo-container.margin-huge, .header-logo-container.margin-small, .header-logo-container.margin-tiny, .header-logo-container.margin-custom3, .header-logo-container.margin-medium, .header-logo-container.margin-xxsmall, .header-logo-container.margin-xxhuge, .header-logo-container.margin-custom2, .header-logo-container.margin-xsmall, .header-logo-container.margin-large, .header-logo-container.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header-logo-container.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.header-logo-container.margin-0, .header-logo-container.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_bg-image-wrapper {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: color-burn;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_bg-graphics-grid {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  mix-blend-mode: normal;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  opacity: 1;
  object-fit: fill;
}

.pattern-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  mix-blend-mode: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pattern-shape-wrapper {
  width: 130px;
  height: auto;
}

.layout417_instructions-list {
  padding-left: 1.25rem;
}

.layout417_instructions-list-item {
  padding-left: .5rem;
}

.layout417_component {
  height: 300vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.layout417_content {
  height: 100vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.layout417_title-wrapper {
  width: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.layout417_title {
  white-space: nowrap;
  font-size: 10rem;
}

.layout417_list {
  width: 100%;
  max-width: 30rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout417_card {
  border: 1px solid var(--black);
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.layout417_card.card-1 {
  z-index: 4;
  max-width: none;
  min-width: 30rem;
  border-color: var(--text);
  border-radius: 15px;
  flex: 0 auto;
}

.layout417_card.card-2 {
  z-index: 3;
  border-radius: 10px;
  transform: rotate(3deg);
}

.layout417_card.card-3 {
  z-index: 2;
  border-radius: 10px;
  transform: rotate(6deg);
}

.layout417_card.card-4 {
  z-index: 1;
  border-radius: 10px;
  transform: rotate(12deg);
}

.layout417_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-wrapper-full-screen {
  width: 100%;
  height: 100vh;
  background-color: var(--light-purple);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal_small {
  width: 100%;
  max-width: 400px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 70px 30px 30px;
  display: flex;
  position: relative;
}

.modal_small.shadow-large {
  align-items: center;
  padding-top: 30px;
}

.wrap_steps {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  justify-content: space-around;
  display: none;
  position: absolute;
  top: -75px;
  bottom: auto;
  left: 30px;
  right: 30px;
}

.step {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.step-number {
  width: 55px;
  height: 55px;
  background-color: #f1f1f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.step-number.active {
  background-color: #fcac44;
  position: relative;
}

.number-txt {
  z-index: 1;
  position: relative;
}

.pulse {
  z-index: 0;
  width: 80%;
  height: 80%;
  background-color: rgba(252, 172, 68, .3);
  border-radius: 50px;
  position: absolute;
}

.step-txt {
  font-size: 13px;
}

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

.h1-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

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

.field-wrapper.top {
  margin-top: 0;
  margin-bottom: 0;
}

.field-input {
  height: 40px;
  border: 1px solid #d3d4d8;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 15px;
  transition: border-color .2s;
}

.field-input:hover, .field-input:focus {
  border-color: #fcac44;
}

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

.checkbox-wrap {
  align-items: center;
  margin-bottom: 0;
}

.checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-top: 2px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #fcac44;
  background-size: auto;
  border-color: #fcac44;
}

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

.chekbox-text {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.button_form {
  width: 100%;
  color: #0c033f;
  background-color: #fcac44;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button_form:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
}

.google-button {
  width: 100%;
  grid-column-gap: 10px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.button-text {
  margin-bottom: 0;
}

.button-shadow {
  z-index: -1;
  width: 100px;
  height: 50px;
  background-color: var(--primary);
  border-radius: 8px;
  position: absolute;
  transform: translate(8px, -43px);
}

.button-shadow-group {
  z-index: 5;
  position: relative;
}

.button-shadow-alt {
  z-index: -1;
  width: 100px;
  height: 50px;
  background-color: var(--accent);
  border-radius: 8px;
  position: absolute;
  transform: translate(8px, -43px);
}

.pop-up-bg {
  z-index: 20;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, .31);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-modal {
  z-index: 13;
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 24px;
  display: grid;
  position: relative;
}

.link-block-3 {
  z-index: 3;
  margin-top: .5rem;
  margin-right: .6rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-5 {
  position: static;
  top: 37px;
  bottom: auto;
  left: auto;
  right: 13px;
}

.pop-up-heading {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.pop-up-heading-text {
  color: #302a80;
  text-align: center;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-2 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 22px;
}

.pop-up-form-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-block-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.field-label-2, .textarea {
  display: none;
}

.submit-button {
  color: #302a80;
  background-color: #5bfbd8;
  border-radius: 15px;
  margin-top: 10px;
}

.modal-outside-click-close {
  z-index: 11;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-shadow-consult-alt {
  z-index: -1;
  width: 215px;
  height: 50px;
  background-color: var(--accent);
  border-radius: 8px;
  position: absolute;
  transform: translate(8px, -43px);
}

.text-field {
  border-radius: 6px;
}

.image-6 {
  object-fit: cover;
}

.navbar2_component-2 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-2.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar2_dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

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

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

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

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

.text-size-medium-2 {
  color: var(--text);
  font-family: Exo, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.privacy-policy_legal-page-body_link-wrapper {
  overflow: hidden;
}

.privacy-policy_legal-page-body_link-wrapper.is-h3, .privacy-policy_legal-page-body_link-wrapper.is-h4, .privacy-policy_legal-page-body_link-wrapper.is-h5, .privacy-policy_legal-page-body_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.privacy-policy_legal-page-body_h-trigger {
  display: none;
}

.privacy-policy_legal-page-body_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.privacy-policy_legal-page-body_sidebar-heading {
  font-size: 1.5rem;
}

.privacy-policy_legal-page-body_accordion-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.privacy-policy_legal-page-body_sidebar-heading-text {
  color: var(--text);
  justify-content: space-between;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.privacy-policy_legal-page-body_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.privacy-policy_legal-page-body_sidebar {
  width: 100%;
  flex-direction: column;
  margin-right: 12rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.privacy-policy_legal-page-body_instructions-list {
  padding-left: 1.25rem;
}

.privacy-policy_legal-page-body_instructions-list-item {
  padding-left: .5rem;
}

.privacy-policy_legal-page-body_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.privacy-policy_legal-page-body_link.w--current {
  background-color: var(--light-grey);
  font-weight: 600;
}

.privacy-policy_legal-page-body_link.is-h3.w--current, .privacy-policy_legal-page-body_link.is-h4.w--current, .privacy-policy_legal-page-body_link.is-h5, .privacy-policy_legal-page-body_link.is-h6.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.privacy-policy_legal-page-body_link.current, .privacy-policy_legal-page-body_link.current.w--current {
  background-color: var(--light-grey);
  border-style: none;
  font-weight: 600;
}

.content-27-instructions-delete {
  text-align: left;
  background-color: #f4f4f4;
  padding: 2rem;
  display: none;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: rgba(131, 116, 116, .15);
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.rl-styleguide_label_green {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #038547;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.footer4_logo-link-2 {
  padding-left: 0;
}

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

.footer4_legal-link-2 {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-list-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer4_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link-2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.navbar2_component-3 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-3.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-3.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

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

.terms-and-conditions_legal-page-body_sidebar-heading {
  font-size: 1.5rem;
}

.terms-and-conditions_legal-page-body_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.terms-and-conditions_legal-page-body_link-wrapper {
  overflow: hidden;
}

.terms-and-conditions_legal-page-body_link-wrapper.is-h3, .terms-and-conditions_legal-page-body_link-wrapper.is-h4, .terms-and-conditions_legal-page-body_link-wrapper.is-h5, .terms-and-conditions_legal-page-body_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.terms-and-conditions_legal-page-body_instructions-list {
  padding-left: 1.25rem;
}

.terms-and-conditions_legal-page-body_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.terms-and-conditions_legal-page-body_link.w--current {
  background-color: var(--light-grey);
  font-weight: 600;
}

.terms-and-conditions_legal-page-body_link.current, .terms-and-conditions_legal-page-body_link.current.w--current {
  background-color: var(--light-grey);
  border-style: none;
  font-weight: 600;
}

.terms-and-conditions_legal-page-body_link.is-h3.w--current, .terms-and-conditions_legal-page-body_link.is-h4.w--current, .terms-and-conditions_legal-page-body_link.is-h5, .terms-and-conditions_legal-page-body_link.is-h6.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.terms-and-conditions_legal-page-body_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20rem;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.terms-and-conditions_legal-page-body_accordion-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.terms-and-conditions_legal-page-body_instructions-list-item {
  padding-left: .5rem;
}

.content-28-instructions-delete {
  text-align: left;
  background-color: #f4f4f4;
  padding: 2rem;
  display: block;
}

.terms-and-conditions_legal-page-body_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.terms-and-conditions_legal-page-body_h-trigger {
  display: none;
}

.terms-and-conditions_legal-page-body_sidebar {
  width: 100%;
  flex-direction: column;
  margin-left: 12rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

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

.footer4_credit-text-3 {
  font-size: .875rem;
}

.footer4_legal-link-3 {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-list-3 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer4_top-wrapper-3 {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link-3 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar2_component-4 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.cookie-policy_legal-page-body_link-wrapper {
  overflow: hidden;
}

.cookie-policy_legal-page-body_link-wrapper.is-h3, .cookie-policy_legal-page-body_link-wrapper.is-h4, .cookie-policy_legal-page-body_link-wrapper.is-h5, .cookie-policy_legal-page-body_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.cookie-policy_legal-page-body_h-trigger {
  display: none;
}

.cookie-policy_legal-page-body_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.cookie-policy_legal-page-body_sidebar-heading {
  font-size: 1.5rem;
}

.cookie-policy_legal-page-body_accordion-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.cookie-policy_legal-page-body_sidebar-heading-text {
  color: var(--text);
  justify-content: space-between;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.cookie-policy_legal-page-body_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cookie-policy_legal-page-body_sidebar {
  width: 100%;
  flex-direction: column;
  margin-right: 12rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.cookie-policy_legal-page-body_instructions-list {
  padding-left: 1.25rem;
}

.cookie-policy_legal-page-body_instructions-list-item {
  padding-left: .5rem;
}

.cookie-policy_legal-page-body_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.cookie-policy_legal-page-body_link.w--current {
  background-color: var(--light-grey);
  font-weight: 600;
}

.cookie-policy_legal-page-body_link.is-h3.w--current, .cookie-policy_legal-page-body_link.is-h4.w--current, .cookie-policy_legal-page-body_link.is-h5, .cookie-policy_legal-page-body_link.is-h6.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.cookie-policy_legal-page-body_link.current, .cookie-policy_legal-page-body_link.current.w--current {
  background-color: var(--light-grey);
  border-style: none;
  font-weight: 600;
}

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

.footer4_credit-text-4 {
  font-size: .875rem;
}

.footer4_legal-link-4 {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-list-4 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer4_link-4 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.header-section-wrapper {
  width: 33.3333%;
  height: 70px;
}

.navbar-grid {
  width: 90%;
  height: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--text);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.navbar-section-wrapper {
  height: 50px;
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.navbar-section-wrapper.text-align-left-2 {
  height: 50px;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  position: static;
  overflow: hidden;
}

.navbar-link-wrapper {
  height: 50px;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link-wrapper.text-align-left-2 {
  text-align: left;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.navbar-link-wrapper.text-align-left-2.w--current {
  height: 50px;
  margin-bottom: 0;
}

.navbar-link-text {
  color: var(--text);
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.navbar-border {
  z-index: 0;
  width: 90%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 20px;
  display: flex;
  position: absolute;
}

.navbar-border.hide {
  display: none;
}

.section_home_blog-post-featured {
  height: auto;
  min-height: 105vh;
  background-color: rgba(250, 250, 250, 0);
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.blog-post-feature-content-grid {
  width: 100%;
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-feature-title-column-wrapper {
  align-items: center;
  display: flex;
}

.blog-post-feature-subtitle-wrapper {
  margin-top: 12px;
}

.text-span {
  background-color: var(--accent);
}

.blog-post-feature-content-preview-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-post-feature-content-preview {
  font-family: Inconsolata, monospace;
  font-size: 1.3rem;
}

.blog-post-feature-link-block {
  text-decoration: none;
}

.text-span-2 {
  background-color: var(--accent);
}

.navbar-link-wrapper-second {
  width: 300px;
  height: 50px;
  min-width: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-link-wrapper-second.w--current {
  height: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: static;
}

.navbar-link-wrapper-second.text-align-left-2 {
  text-align: left;
  justify-content: flex-start;
  padding: 0;
}

.footer-container {
  justify-content: center;
  align-items: center;
  margin: 0 0 12px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-container.margin-custom1, .footer-container.margin-huge, .footer-container.margin-small, .footer-container.margin-tiny, .footer-container.margin-custom3, .footer-container.margin-medium, .footer-container.margin-xxsmall, .footer-container.margin-xxhuge, .footer-container.margin-custom2, .footer-container.margin-xsmall, .footer-container.margin-large, .footer-container.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-container.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.footer-container.margin-0, .footer-container.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog-post-feature {
  margin-bottom: 75px;
}

.cta-section {
  flex-direction: column;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 75px;
  display: flex;
}

.container-cta {
  width: 100%;
  max-width: 48rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.field-label-3 {
  display: none;
}

.text-field-2 {
  width: 300px;
  height: 50px;
  border: 2px solid var(--text);
  border-radius: 20px 0 0 20px;
  margin-bottom: 0;
}

.form-2 {
  display: flex;
}

.submit-button-2 {
  width: auto;
  height: 50px;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--text);
  background-color: var(--accent);
  color: var(--text);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

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

.heading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.header-subtitle {
  text-align: left;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.header-subtitle.centered {
  text-align: center;
}

.text-span-3 {
  background-color: var(--accent);
}

.full-page-centered {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-page-link-btn {
  width: 400px;
  height: 50px;
  border: 2px solid var(--text);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  text-decoration: none;
  display: flex;
}

.legal-link-text {
  color: var(--text);
  font-family: Exo, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.padding-global-centered {
  flex-direction: column;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

.contact-formblock {
  margin-bottom: 0;
}

.contact-textfield-email {
  width: 300px;
  height: 50px;
  border: 2px solid var(--text);
  border-radius: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

.textarea-2 {
  border: 2px solid #000;
  border-radius: 20px;
}

.submit-button-contact {
  width: auto;
  height: 50px;
  border: 2px solid var(--text);
  background-color: var(--accent);
  color: var(--text);
  border-radius: 20px;
  font-family: Exo, sans-serif;
}

.textarea-contact {
  border: 2px solid #000;
  border-radius: 20px;
  font-family: Exo, sans-serif;
}

.text-block-2 {
  font-family: Exo, sans-serif;
}

.hero-section-header-container {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-section-header-container-bottom-left {
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.section_blog_1_hero-header {
  min-height: 100vh;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.profile-pic-wrapper-large {
  border-radius: 20px;
  overflow: hidden;
}

.section_about-me_main-content {
  height: auto;
  min-height: 105vh;
  background-color: rgba(250, 250, 250, 0);
  flex-direction: column;
  justify-content: center;
  margin-top: 75px;
  display: flex;
}

.about-me-content-text {
  font-family: Inconsolata, monospace;
  font-size: 1.3rem;
}

.section_about-me-content {
  min-height: auto;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-post-title {
  color: var(--text);
  margin-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog-post-title.is-white-text {
  color: var(--white);
}

.blog-content-paragraph {
  font-family: Inconsolata, monospace;
  font-size: 1.3rem;
}

.blog-post-section-heading {
  color: var(--text);
  margin-top: 2.6rem;
  margin-bottom: 1.3rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.2rem;
}

.container-thank-you-page {
  width: 100%;
  max-width: 48rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-element-hover-trigger {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: static;
}

.navbar-element-hover-trigger.right {
  align-items: flex-end;
}

.navbar-element-group {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: static;
}

.navbar-element-group.right {
  align-items: flex-end;
}

.navbar-link-wrapper-second-right {
  width: 300px;
  height: 50px;
  min-width: 100px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-link-wrapper-second-right.text-align-left-2 {
  text-align: left;
  justify-content: flex-start;
  padding: 0;
}

.footer-container-2 {
  justify-content: center;
  align-items: center;
  margin: 0 0 12px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-container-2.margin-custom1, .footer-container-2.margin-huge, .footer-container-2.margin-small, .footer-container-2.margin-tiny, .footer-container-2.margin-custom3, .footer-container-2.margin-medium, .footer-container-2.margin-xxsmall, .footer-container-2.margin-xxhuge, .footer-container-2.margin-custom2, .footer-container-2.margin-xsmall, .footer-container-2.margin-large, .footer-container-2.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-container-2.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.footer-container-2.margin-0, .footer-container-2.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1-mobile {
  color: var(--text);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.heading-style-h1-mobile.is-white-text {
  color: var(--white);
}

.header-mobile-container {
  z-index: 2;
  height: 10vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-mobile-container.margin-custom1, .header-mobile-container.margin-huge, .header-mobile-container.margin-small, .header-mobile-container.margin-tiny, .header-mobile-container.margin-custom3, .header-mobile-container.margin-medium, .header-mobile-container.margin-xxsmall, .header-mobile-container.margin-xxhuge, .header-mobile-container.margin-custom2, .header-mobile-container.margin-xsmall, .header-mobile-container.margin-large, .header-mobile-container.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header-mobile-container.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.header-mobile-container.margin-0, .header-mobile-container.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-mobile-container {
  justify-content: center;
  align-items: center;
  margin: 0 0 12px;
  display: none;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-mobile-container.margin-custom1, .footer-mobile-container.margin-huge, .footer-mobile-container.margin-small, .footer-mobile-container.margin-tiny, .footer-mobile-container.margin-custom3, .footer-mobile-container.margin-medium, .footer-mobile-container.margin-xxsmall, .footer-mobile-container.margin-xxhuge, .footer-mobile-container.margin-custom2, .footer-mobile-container.margin-xsmall, .footer-mobile-container.margin-large, .footer-mobile-container.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-mobile-container.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.footer-mobile-container.margin-0, .footer-mobile-container.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar-grid-mobile {
  width: 90%;
  height: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--text);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.navbar-container-mobile {
  z-index: 3;
  width: 50px;
  height: 50px;
  border: 2px solid var(--text);
  border-radius: 50%;
  display: flex;
  position: absolute;
}

.navbar-container-mobile.hide {
  display: none;
}

.lottie-animation-2 {
  width: 70px;
  height: 70px;
}

.mobile-dropdown-container {
  z-index: 1;
  width: 100%;
  height: 90vh;
  background-color: var(--light-grey);
  display: none;
  position: absolute;
  transform: translate(0, -100vh);
}

.mobile-menu-container {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mobile-menu-link-wrapper {
  align-items: center;
  padding-left: 2%;
  display: flex;
}

.mobile-navbar-link-text {
  color: var(--text);
  font-family: Exo, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.link-block-4, .mobile-navbar-link-block {
  text-decoration: none;
}

.heading-style-h1-about {
  color: var(--text);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-about.is-white-text {
  color: var(--white);
}

.container-large-post-content {
  width: 100%;
  max-width: 80rem;
  border: 1px solid var(--text);
  border-radius: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-large-post-feature {
  padding: 10%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 9rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .home_2_feature_list {
    grid-column-gap: 2rem;
  }

  .home_3_features-list_card {
    grid-template-columns: 1fr;
  }

  .home_3_features-list_card-content {
    padding: 2rem;
  }

  .home_3_features-list_image-wrapper {
    display: none;
  }

  .home_4_benefits_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .home_4_benefits_content {
    height: 100svh;
  }

  .home_4_benefits_title {
    font-size: 7.5rem;
  }

  .home_5_recent-work_list {
    min-width: 0;
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .layout9_item-list {
    grid-template-columns: 1fr;
  }

  .color-card {
    height: 250px;
    margin-bottom: 40px;
  }

  .animation-wrapper-small, .margin-bottom-feature-card-animation-wrapper, .margin-bottom-cta-section-animation-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-logo-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_bg-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 105vh;
    object-fit: fill;
  }

  .image {
    height: 100%;
    object-fit: fill;
    position: static;
  }

  .section_bg-graphics-grid {
    width: 100%;
    height: 100%;
    min-height: 105vh;
    object-fit: fill;
  }

  .pattern-grid {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    overflow: hidden;
  }

  .layout417_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout417_content {
    height: 100svh;
  }

  .layout417_title {
    font-size: 7.5rem;
  }

  .pop-up-modal {
    max-height: 90vh;
  }

  .menu-icon2_line-bottom-2, .menu-icon2_line-top-2 {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-middle-2 {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .privacy-policy_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .privacy-policy_legal-page-body_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .privacy-policy_legal-page-body_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .privacy-policy_legal-page-body_accordion-icon {
    display: flex;
  }

  .privacy-policy_legal-page-body_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .privacy-policy_legal-page-body_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .footer4_top-wrapper-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .menu-icon2_line-bottom-3 {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .terms-and-conditions_legal-page-body_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .terms-and-conditions_legal-page-body_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .terms-and-conditions_legal-page-body_accordion-icon {
    display: flex;
  }

  .terms-and-conditions_legal-page-body_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .terms-and-conditions_legal-page-body_sidebar {
    width: 100%;
    order: -1;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .footer4_top-wrapper-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .menu-icon2_line-bottom-4 {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cookie-policy_legal-page-body_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cookie-policy_legal-page-body_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .cookie-policy_legal-page-body_accordion-icon {
    display: flex;
  }

  .cookie-policy_legal-page-body_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .cookie-policy_legal-page-body_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .section_home_blog-post-featured {
    margin-top: 100px;
  }

  .blog-post-feature-content-grid {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .footer-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-post-title {
    font-size: 3.25rem;
  }

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

  .heading-style-h1-mobile {
    font-size: 9rem;
  }

  .header-mobile-container, .footer-mobile-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-about {
    font-size: 9rem;
  }

  .padding-large-post-feature {
    padding: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 7rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .section_home_2_feature {
    height: auto;
    min-height: 105vh;
  }

  .home_2_feature_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_3_features-list_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_3_features-list_card {
    grid-template-columns: 1fr;
  }

  .home_3_features-list_card-content {
    padding: 1.5rem;
  }

  .home_3_features-list_image-wrapper {
    display: none;
  }

  .home_4_benefits_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_4_benefits_content {
    grid-template-rows: auto;
    grid-template-columns: 30rem;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .home_4_benefits_title-wrapper {
    padding-top: 5rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .home_4_benefits_title {
    font-size: 5.5rem;
  }

  .home_4_benefits_list {
    min-height: 24.5rem;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .home_4_benefits_card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .home_5_recent-work_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .home_6_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home_8_faq_question {
    padding: 1rem 1.25rem;
  }

  .home_8_faq_icon-wrappper {
    width: 1.75rem;
  }

  .home_8_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .section-bg-decoration-grid {
    max-width: none;
    position: relative;
  }

  .decoration-container-centered {
    display: none;
  }

  .animation-wrapper-small, .margin-bottom-feature-card-animation-wrapper, .margin-bottom-cta-section-animation-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-logo-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_bg-image-wrapper {
    position: absolute;
  }

  .image {
    mix-blend-mode: color-burn;
  }

  .section_bg-graphics-grid {
    position: absolute;
  }

  .layout417_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout417_content {
    grid-template-rows: auto;
    grid-template-columns: 30rem;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .layout417_title-wrapper {
    padding-top: 5rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .layout417_title {
    font-size: 5.5rem;
  }

  .layout417_list {
    min-height: 24.5rem;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .layout417_card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .pop-up-bg {
    display: none;
  }

  .pop-up-modal {
    max-height: 90vh;
  }

  .navbar2_component-2 {
    min-height: 4rem;
  }

  .button-2.is-navbar2-button {
    padding: .25rem 1rem;
  }

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

  .privacy-policy_header_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-2, .privacy-policy_legal-page-body_sidebar-heading-text {
    font-size: 1rem;
  }

  .footer4_credit-text-2 {
    margin-top: 1rem;
  }

  .navbar2_component-3 {
    min-height: 4rem;
  }

  .button-3.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .terms-and-conditions_legal-page-body_sidebar-heading-text {
    font-size: 1rem;
  }

  .footer4_credit-text-3 {
    margin-top: 1rem;
  }

  .navbar2_component-4 {
    min-height: 4rem;
  }

  .cookie-policy_legal-page-body_sidebar-heading-text {
    font-size: 1rem;
  }

  .footer4_credit-text-4 {
    margin-top: 1rem;
  }

  .section_home_blog-post-featured {
    height: auto;
    min-height: 105vh;
  }

  .footer-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_about-me_main-content {
    height: auto;
    min-height: 105vh;
  }

  .blog-post-title {
    font-size: 2.5rem;
  }

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

  .heading-style-h1-mobile {
    font-size: 7rem;
  }

  .header-mobile-container, .footer-mobile-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-about {
    font-size: 7rem;
  }

  .padding-large-post-feature {
    padding: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large {
    width: 90%;
  }

  .main-wrapper {
    max-width: 100vw;
  }

  .padding-large {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.2rem;
  }

  .heading-style-h5.centered {
    text-align: center;
  }

  .heading-style-h1 {
    text-align: left;
    word-break: keep-all;
    font-size: 6rem;
    line-height: 1;
    display: none;
  }

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

  .section_home_1_hero-header {
    max-width: 100vw;
  }

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

  .home_3_features-list_card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home_3_features-list_image-wrapper {
    display: none;
  }

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

  .home_4_benefits_content {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .home_4_benefits_title {
    font-size: 3.25rem;
  }

  .home_4_benefits_list {
    margin-top: 3rem;
  }

  .home_4_benefits_card.card-1, .home_4_benefits_card.card-2, .home_4_benefits_card.card-3, .home_4_benefits_card.card-4, .home_4_benefits_card.card-5 {
    min-width: 0;
  }

  .home_5_recent-work_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home_6_pricing_plan {
    min-width: 0;
  }

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

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

  .layout9_item-list {
    grid-template-columns: 1fr;
  }

  .color-card {
    width: 80%;
  }

  .animation-wrapper-small, .margin-bottom-feature-card-animation-wrapper, .margin-bottom-cta-section-animation-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact1_component {
    min-width: 0;
  }

  .header-logo-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .pattern-grid {
    justify-content: center;
    justify-items: center;
  }

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

  .layout417_content {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .layout417_title {
    font-size: 3.25rem;
  }

  .layout417_list {
    margin-top: 3rem;
  }

  .modal_small {
    min-width: auto;
    text-align: left;
    padding: 66px 20px 20px;
  }

  .wrap_steps {
    padding-left: 10px;
    padding-right: 10px;
    top: -50px;
    left: 20px;
    right: 20px;
  }

  .step {
    padding: 10px;
  }

  .step-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .step-txt {
    white-space: nowrap;
    font-size: 11px;
  }

  .pop-up-bg {
    display: none;
  }

  .pop-up-modal {
    max-height: 90vh;
    max-width: 100vw;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .pop-up-heading {
    max-width: 90vw;
    object-fit: fill;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
  }

  .pop-up-heading-text {
    font-size: 25px;
    line-height: 30px;
  }

  .pop-up-form-wrapper {
    max-width: 80vw;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-block-2 {
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .form-quote-request {
    max-width: 90vw;
  }

  .error-message-2 {
    position: absolute;
    top: 41%;
    bottom: 41%;
    left: 17%;
    right: 17%;
  }

  .privacy-policy_header_component {
    grid-template-columns: 1fr;
  }

  .privacy-policy_legal-page-body_sidebar-heading, .privacy-policy_legal-page-body_sidebar-heading-text, .terms-and-conditions_legal-page-body_sidebar-heading, .terms-and-conditions_legal-page-body_sidebar-heading-text, .cookie-policy_legal-page-body_sidebar-heading, .cookie-policy_legal-page-body_sidebar-heading-text {
    align-self: auto;
  }

  .blog-post-feature-title-column-wrapper {
    max-width: 100%;
    justify-content: center;
  }

  .footer-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-section {
    max-width: 90%;
    min-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field-2 {
    width: 45vw;
  }

  .form-2 {
    max-width: 80%;
    flex-direction: row;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-block-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-subtitle {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
  }

  .legal-page-link-btn {
    width: 100%;
  }

  .hero-section-header-container {
    width: 98%;
  }

  .section_blog_1_hero-header {
    max-width: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-pic-wrapper-large {
    max-width: 90%;
  }

  .footer-container-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .heading-style-h1-mobile {
    max-width: 100%;
    text-align: left;
    word-break: keep-all;
    font-size: 6rem;
    line-height: 1;
    display: flex;
  }

  .heading-style-h1-mobile.centered {
    text-align: center;
    justify-content: flex-start;
  }

  .header-mobile-container, .footer-mobile-container {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .mobile-dropdown-container {
    display: flex;
  }

  .mobile-menu-link-wrapper {
    padding-left: 5%;
  }

  .heading-style-h1-about {
    text-align: center;
    word-break: keep-all;
    font-size: 4rem;
    line-height: 1;
    display: flex;
  }

  .container-large-post-content {
    width: 96%;
  }

  .padding-large-post-feature {
    max-width: 100%;
  }
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902564-60d964ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-60d964ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f90256d-60d964ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9604d3-8ce3-bae3-88f9-e414de8d397b-60d964ad {
  grid-area: 4 / 11 / 7 / 13;
}

#w-node-_57f5bbf8-79ad-6038-0f82-2be64880ea84-60d964ad, #w-node-_841a6194-13a5-8cb0-7fd8-efe1eaae16c1-60d964ad, #w-node-_91c9de82-b226-d03a-d15a-5efff55a690b-60d964ad, #w-node-b0d085fd-ada4-0906-4bac-e17462dd6e27-60d964ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_167751b9-9c36-4860-cbde-66215becb3e8-60d964ad {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-ffb09309-c5d5-5f93-bdb0-dfb64b31b5cf-60d964ad {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-fcd1445e-45c3-bed9-65a4-5ee34701feb0-60d964ad {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_4b508991-3995-877c-7262-b0a30adec844-60d964ad {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_80910eae-bc56-2a07-67e2-e798063db82b-60d964ad {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_37f9aad5-1dbf-a6dd-cf6b-dc4491ee1d25-60d964ad {
  grid-area: 1 / 6 / 2 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_22f4e16e-d84e-963a-d695-3fe1ebc475e2-60d964ad {
  grid-area: 1 / 7 / 2 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_433e75c5-4be4-8a04-0ae1-30999ef2365b-60d964ad {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_0e9ffe53-f8c3-4c27-b862-9082ae296ca6-60d964ad {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-bebeef32-8129-c77e-550d-4efdc61ee39d-60d964ad {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_2965eb37-0671-0670-af0b-dfc8f855ee70-60d964ad {
  grid-area: 2 / 4 / 3 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_6d8b9539-06c8-be92-f4a7-c651fe53f46f-60d964ad {
  grid-area: 2 / 5 / 3 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_069d736c-1f20-5523-db17-4949cd9f0108-60d964ad {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-de9e72e9-53eb-df1a-5c28-d7d20d46b837-60d964ad {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-d6a54f30-e650-e1d9-793f-d5e1a3b497aa-60d964ad {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-fef3bc92-d806-8332-8f68-f153d6bde014-60d964ad {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_29afb42b-1d93-3be6-ef66-ff2fb36bfe63-60d964ad {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d52b9757-79a7-f51a-0831-46f0a8414cfa-60d964ad {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-efebc25d-499d-3f15-2dc8-ca5423109033-60d964ad {
  grid-area: 5 / 1 / 6 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-bacfc07c-c870-1322-47a4-0007adcfca6b-60d964ad {
  grid-area: 16 / 16 / 17 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-fc17e9e7-ab5a-8538-d38f-c82d9b940a57-60d964ad {
  grid-area: 16 / 15 / 17 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_369e87ad-9244-80f7-8e61-0986b4b29743-60d964ad {
  grid-area: 16 / 14 / 17 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_2a3bec98-48c4-65a8-6dcd-ba9a1d086006-60d964ad {
  grid-area: 16 / 13 / 17 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_20ed0f3c-9706-c92a-708a-41c1958a70ce-60d964ad {
  grid-area: 16 / 12 / 17 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_6a2c6ac9-b37e-4514-97ba-ebea02617a58-60d964ad {
  grid-area: 16 / 11 / 17 / 12;
  align-self: center;
  justify-self: center;
}

#w-node-_9872588f-dc85-4c39-14ac-45c36bcf03e1-60d964ad {
  grid-area: 16 / 10 / 17 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-d9a19063-c661-9f94-6e49-f82bdd1bcd3b-60d964ad {
  grid-area: 15 / 16 / 16 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-e12e26a0-abf6-4bf4-a9a5-d43f31bc2cf2-60d964ad {
  grid-area: 15 / 15 / 16 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_540fd224-cc03-7b35-999e-d71e3c1a5786-60d964ad {
  grid-area: 15 / 14 / 16 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_84a435cf-72c2-e514-261e-69558bb5d572-60d964ad {
  grid-area: 15 / 13 / 16 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_46c88440-6812-ca3a-c945-17320d43af8e-60d964ad {
  grid-area: 15 / 12 / 16 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_351207f4-2882-e2a9-92e5-a1ce045b5d72-60d964ad {
  grid-area: 14 / 16 / 15 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-cdad320c-d298-926f-6188-e6c7bccbc6f1-60d964ad {
  grid-area: 14 / 15 / 15 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-dcb84c44-9cdf-798f-0099-323565f8099d-60d964ad {
  grid-area: 14 / 14 / 15 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-ca50ef13-a637-ed26-436a-1a137b446abe-60d964ad {
  grid-area: 14 / 13 / 15 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_4d209781-ede5-040c-35d8-be87da6f837a-60d964ad {
  grid-area: 13 / 16 / 14 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-a2d1bab1-30c5-a961-54cb-0fbdf1484c66-60d964ad {
  grid-area: 13 / 15 / 14 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-c199990e-9561-9d22-f784-6da2a2233028-60d964ad {
  grid-area: 12 / 16 / 13 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-_4c9b4c93-8cee-cea3-e7d7-5bbbec072f41-60d964ad, #w-node-_49541d2a-8a1b-f73f-a354-93f00c6a5767-60d964ad, #w-node-c5485913-f325-765e-e7dc-aefa23542566-60d964ad, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582da-60d964ad, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582dc-60d964ad, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582e7-60d964ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_492225bb-6424-091a-f814-cd7143aed6d8-43aed6d6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_492225bb-6424-091a-f814-cd7143aed6e1-43aed6d6, #w-node-f3794218-357a-330f-61a4-6f61ab3bf3e8-ab3bf3e6, #w-node-f3794218-357a-330f-61a4-6f61ab3bf3f1-ab3bf3e6, #w-node-f3794218-357a-330f-61a4-6f61ab3bf3fa-ab3bf3e6, #w-node-f3794218-357a-330f-61a4-6f61ab3bf403-ab3bf3e6, #w-node-_797448b5-7298-4a71-8b9f-268d4308acf8-a25f2a01, #w-node-f47e9fdd-eef9-e873-fd77-97afb6513094-a25f2a01, #w-node-_0ae72e68-d444-f3d2-7e3e-a7439eefe35c-a25f2a01, #w-node-_948d7593-674c-bc20-711d-b5f3d9cc461b-a25f2a01, #w-node-b7a7868e-a9f1-d639-8f80-8f934aca10db-60d964b9, #w-node-b7a7868e-a9f1-d639-8f80-8f934aca10df-60d964b9, #w-node-b7a7868e-a9f1-d639-8f80-8f934aca10e3-60d964b9, #w-node-b7a7868e-a9f1-d639-8f80-8f934aca10e7-60d964b9, #w-node-_24a96814-ed6f-0c87-cabf-f63f2be5730c-60d964b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24a96814-ed6f-0c87-cabf-f63f2be57323-60d964b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902564-60d964c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-60d964c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f90256d-60d964c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9604d3-8ce3-bae3-88f9-e414de8d397b-60d964c5 {
  grid-area: 4 / 11 / 7 / 13;
}

#w-node-_167751b9-9c36-4860-cbde-66215becb3e8-60d964c5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-ffb09309-c5d5-5f93-bdb0-dfb64b31b5cf-60d964c5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-fcd1445e-45c3-bed9-65a4-5ee34701feb0-60d964c5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_4b508991-3995-877c-7262-b0a30adec844-60d964c5 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_80910eae-bc56-2a07-67e2-e798063db82b-60d964c5 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_37f9aad5-1dbf-a6dd-cf6b-dc4491ee1d25-60d964c5 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_22f4e16e-d84e-963a-d695-3fe1ebc475e2-60d964c5 {
  grid-area: 1 / 7 / 2 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_433e75c5-4be4-8a04-0ae1-30999ef2365b-60d964c5 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_0e9ffe53-f8c3-4c27-b862-9082ae296ca6-60d964c5 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-bebeef32-8129-c77e-550d-4efdc61ee39d-60d964c5 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_2965eb37-0671-0670-af0b-dfc8f855ee70-60d964c5 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_6d8b9539-06c8-be92-f4a7-c651fe53f46f-60d964c5 {
  grid-area: 2 / 5 / 3 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_069d736c-1f20-5523-db17-4949cd9f0108-60d964c5 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-de9e72e9-53eb-df1a-5c28-d7d20d46b837-60d964c5 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-d6a54f30-e650-e1d9-793f-d5e1a3b497aa-60d964c5 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-fef3bc92-d806-8332-8f68-f153d6bde014-60d964c5 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_29afb42b-1d93-3be6-ef66-ff2fb36bfe63-60d964c5 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d52b9757-79a7-f51a-0831-46f0a8414cfa-60d964c5 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-efebc25d-499d-3f15-2dc8-ca5423109033-60d964c5 {
  grid-area: 5 / 1 / 6 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-bacfc07c-c870-1322-47a4-0007adcfca6b-60d964c5 {
  grid-area: 16 / 16 / 17 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-fc17e9e7-ab5a-8538-d38f-c82d9b940a57-60d964c5 {
  grid-area: 16 / 15 / 17 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_369e87ad-9244-80f7-8e61-0986b4b29743-60d964c5 {
  grid-area: 16 / 14 / 17 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_2a3bec98-48c4-65a8-6dcd-ba9a1d086006-60d964c5 {
  grid-area: 16 / 13 / 17 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_20ed0f3c-9706-c92a-708a-41c1958a70ce-60d964c5 {
  grid-area: 16 / 12 / 17 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_6a2c6ac9-b37e-4514-97ba-ebea02617a58-60d964c5 {
  grid-area: 16 / 11 / 17 / 12;
  align-self: center;
  justify-self: center;
}

#w-node-_9872588f-dc85-4c39-14ac-45c36bcf03e1-60d964c5 {
  grid-area: 16 / 10 / 17 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-d9a19063-c661-9f94-6e49-f82bdd1bcd3b-60d964c5 {
  grid-area: 15 / 16 / 16 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-e12e26a0-abf6-4bf4-a9a5-d43f31bc2cf2-60d964c5 {
  grid-area: 15 / 15 / 16 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_540fd224-cc03-7b35-999e-d71e3c1a5786-60d964c5 {
  grid-area: 15 / 14 / 16 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_84a435cf-72c2-e514-261e-69558bb5d572-60d964c5 {
  grid-area: 15 / 13 / 16 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_46c88440-6812-ca3a-c945-17320d43af8e-60d964c5 {
  grid-area: 15 / 12 / 16 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_351207f4-2882-e2a9-92e5-a1ce045b5d72-60d964c5 {
  grid-area: 14 / 16 / 15 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-cdad320c-d298-926f-6188-e6c7bccbc6f1-60d964c5 {
  grid-area: 14 / 15 / 15 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-dcb84c44-9cdf-798f-0099-323565f8099d-60d964c5 {
  grid-area: 14 / 14 / 15 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-ca50ef13-a637-ed26-436a-1a137b446abe-60d964c5 {
  grid-area: 14 / 13 / 15 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_4d209781-ede5-040c-35d8-be87da6f837a-60d964c5 {
  grid-area: 13 / 16 / 14 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-a2d1bab1-30c5-a961-54cb-0fbdf1484c66-60d964c5 {
  grid-area: 13 / 15 / 14 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-c199990e-9561-9d22-f784-6da2a2233028-60d964c5 {
  grid-area: 12 / 16 / 13 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-d5b37a23-77de-b017-36f4-b9d7723dce16-60d964c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_62d5e202-8c22-cc30-9723-aae9ec3a8964-60d964c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35db4191-15e2-580b-2855-b1299c5de1b1-60d964c5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6cfd6631-5ff1-aea0-5802-702f3a7f70a3-60d964c5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9a39c4b2-31da-c311-64d6-59ece7a91997-60d964c5 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_84f9df63-32cc-e454-f2a6-9baff07bb071-60d964c5 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_40cc946d-0a9d-4e1a-b756-7c38e78277ef-60d964c5 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-b736e49d-f651-98cc-dca0-85457e9a1345-60d964c5 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_6379d7a7-11e8-e48d-029e-8385deb71949-60d964c5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f437659c-738a-5ca1-e3ca-0948699bbeef-60d964c5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2b11154-a0f0-9e12-aafc-d24b0592cf59-60d964c5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e8905519-fda5-3365-a673-0a4daf222233-60d964c5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_254d38b6-8398-7fa9-6f12-7dc58af1e4fe-60d964c5 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_46a5361e-b9fd-87a3-c70b-88be7c22a4f8-60d964c5 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-a18b97f2-70ce-a460-983d-395aaf4b3007-60d964c5 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_63a69697-28ad-3e03-b3c8-4b5af8409286-60d964c5 {
  grid-area: 2 / 8 / 3 / 9;
}

#w-node-_7bae7a01-687c-6621-f2b5-a7bd2777da85-60d964c5, #w-node-_7bae7a01-687c-6621-f2b5-a7bd2777da8e-60d964c5, #w-node-fb3512f3-30c5-01e8-7627-ed10e2ef04d2-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b3650f-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b36514-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b36519-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b3651e-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b36523-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b3653c-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b36541-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b36546-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b3655d-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b36562-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b36567-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b3656c-60d964c5, #w-node-e84925cd-5662-bdd5-06df-fb7693b36571-60d964c5 {
  align-self: start;
}

#w-node-ae24594b-cda3-01e6-6128-af52e3aac591-60d964c5 {
  justify-self: center;
}

#w-node-_397d5d60-ceea-fd00-1a4e-4495b8de4110-b8de410a {
  align-self: center;
  justify-self: start;
}

#w-node-_397d5d60-ceea-fd00-1a4e-4495b8de411f-b8de410a {
  justify-self: end;
}

#w-node-aec37dec-7650-471a-56b9-0e11ad633c8e-60d964ca, #w-node-aec37dec-7650-471a-56b9-0e11ad633c92-60d964ca, #w-node-aec37dec-7650-471a-56b9-0e11ad633c96-60d964ca, #w-node-aec37dec-7650-471a-56b9-0e11ad633c9a-60d964ca, #w-node-feca12e8-e1b8-cbb9-1f50-8e7c49ca07d4-60d964ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feca12e8-e1b8-cbb9-1f50-8e7c49ca07eb-60d964ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-60d964cc {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-60d964cc, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-60d964cc, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-60d964cc {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-60d964cc, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-60d964cc, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-60d964cc {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-60d964cc, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-60d964cc, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-60d964cc {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-60d964cc, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-60d964cc, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-60d964cc {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-60d964cc, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-60d964cc, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-60d964cc {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-60d964cc, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-60d964cc, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-60d964cc {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-60d964cc, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-60d964cc, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-60d964cc {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-60d964cc, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-60d964cc, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-60d964cc {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-60d964cc, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-60d964cc {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-60d964cc {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-60d964cc {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-60d964cc, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-60d964cc, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-60d964cc, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-60d964cc {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-60d964cc, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-60d964cc, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-60d964cc {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-60d964cc, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-60d964cc, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-60d964cc {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-60d964cc, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-60d964cc, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-60d964cc {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-60d964cc, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-60d964cc, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-60d964cc {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-60d964cc, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-60d964cc, #w-node-ee961e8d-845a-edc3-3307-509470022457-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-60d964cc {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-60d964cc, #w-node-ee961e8d-845a-edc3-3307-50947002245b-60d964cc, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-60d964cc {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-60d964cc, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-60d964cc, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-60d964cc {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-60d964cc, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-60d964cc, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-60d964cc {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-60d964cc, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-60d964cc, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-60d964cc {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-60d964cc, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-60d964cc, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-60d964cc {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-60d964cc, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-60d964cc, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-60d964cc {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-60d964cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-60d964cc {
  justify-self: start;
}

#w-node-_0b28dbb1-0766-d7e1-6dc6-02813576f2be-60d964ce, #w-node-_0b28dbb1-0766-d7e1-6dc6-02813576f2c2-60d964ce, #w-node-_0b28dbb1-0766-d7e1-6dc6-02813576f2c6-60d964ce, #w-node-_0b28dbb1-0766-d7e1-6dc6-02813576f2ca-60d964ce, #w-node-_55ba062a-e41d-e5fc-9f5b-ad7dcf23831f-60d964ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55ba062a-e41d-e5fc-9f5b-ad7dcf238336-60d964ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_320bf691-3dab-2cda-415e-a619791a5b2c-0a533f9e, #w-node-_320bf691-3dab-2cda-415e-a619791a5b30-0a533f9e, #w-node-_320bf691-3dab-2cda-415e-a619791a5b34-0a533f9e, #w-node-_320bf691-3dab-2cda-415e-a619791a5b38-0a533f9e, #w-node-c1e567fc-3d1a-f58f-f385-4f182171ae35-e14dce39, #w-node-c1e567fc-3d1a-f58f-f385-4f182171ae39-e14dce39, #w-node-c1e567fc-3d1a-f58f-f385-4f182171ae3d-e14dce39, #w-node-c1e567fc-3d1a-f58f-f385-4f182171ae41-e14dce39, #w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902564-2e12e603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-2e12e603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f90256d-2e12e603, #w-node-af6f65d3-4763-8cae-526d-a58fdfda0533-2e12e603, #w-node-af6f65d3-4763-8cae-526d-a58fdfda0537-2e12e603, #w-node-af6f65d3-4763-8cae-526d-a58fdfda053b-2e12e603, #w-node-af6f65d3-4763-8cae-526d-a58fdfda053f-2e12e603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_167751b9-9c36-4860-cbde-66215becb3e8-2e12e603 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-ffb09309-c5d5-5f93-bdb0-dfb64b31b5cf-2e12e603 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-fcd1445e-45c3-bed9-65a4-5ee34701feb0-2e12e603 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_4b508991-3995-877c-7262-b0a30adec844-2e12e603 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_80910eae-bc56-2a07-67e2-e798063db82b-2e12e603 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_37f9aad5-1dbf-a6dd-cf6b-dc4491ee1d25-2e12e603 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_22f4e16e-d84e-963a-d695-3fe1ebc475e2-2e12e603 {
  grid-area: 1 / 7 / 2 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_433e75c5-4be4-8a04-0ae1-30999ef2365b-2e12e603 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_0e9ffe53-f8c3-4c27-b862-9082ae296ca6-2e12e603 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-bebeef32-8129-c77e-550d-4efdc61ee39d-2e12e603 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_2965eb37-0671-0670-af0b-dfc8f855ee70-2e12e603 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_6d8b9539-06c8-be92-f4a7-c651fe53f46f-2e12e603 {
  grid-area: 2 / 5 / 3 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_069d736c-1f20-5523-db17-4949cd9f0108-2e12e603 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-de9e72e9-53eb-df1a-5c28-d7d20d46b837-2e12e603 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-d6a54f30-e650-e1d9-793f-d5e1a3b497aa-2e12e603 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-fef3bc92-d806-8332-8f68-f153d6bde014-2e12e603 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_29afb42b-1d93-3be6-ef66-ff2fb36bfe63-2e12e603 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d52b9757-79a7-f51a-0831-46f0a8414cfa-2e12e603 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-efebc25d-499d-3f15-2dc8-ca5423109033-2e12e603 {
  grid-area: 5 / 1 / 6 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-bacfc07c-c870-1322-47a4-0007adcfca6b-2e12e603 {
  grid-area: 16 / 16 / 17 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-fc17e9e7-ab5a-8538-d38f-c82d9b940a57-2e12e603 {
  grid-area: 16 / 15 / 17 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_369e87ad-9244-80f7-8e61-0986b4b29743-2e12e603 {
  grid-area: 16 / 14 / 17 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_2a3bec98-48c4-65a8-6dcd-ba9a1d086006-2e12e603 {
  grid-area: 16 / 13 / 17 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_20ed0f3c-9706-c92a-708a-41c1958a70ce-2e12e603 {
  grid-area: 16 / 12 / 17 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_6a2c6ac9-b37e-4514-97ba-ebea02617a58-2e12e603 {
  grid-area: 16 / 11 / 17 / 12;
  align-self: center;
  justify-self: center;
}

#w-node-_9872588f-dc85-4c39-14ac-45c36bcf03e1-2e12e603 {
  grid-area: 16 / 10 / 17 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-d9a19063-c661-9f94-6e49-f82bdd1bcd3b-2e12e603 {
  grid-area: 15 / 16 / 16 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-e12e26a0-abf6-4bf4-a9a5-d43f31bc2cf2-2e12e603 {
  grid-area: 15 / 15 / 16 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_540fd224-cc03-7b35-999e-d71e3c1a5786-2e12e603 {
  grid-area: 15 / 14 / 16 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_84a435cf-72c2-e514-261e-69558bb5d572-2e12e603 {
  grid-area: 15 / 13 / 16 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_46c88440-6812-ca3a-c945-17320d43af8e-2e12e603 {
  grid-area: 15 / 12 / 16 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_351207f4-2882-e2a9-92e5-a1ce045b5d72-2e12e603 {
  grid-area: 14 / 16 / 15 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-cdad320c-d298-926f-6188-e6c7bccbc6f1-2e12e603 {
  grid-area: 14 / 15 / 15 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-dcb84c44-9cdf-798f-0099-323565f8099d-2e12e603 {
  grid-area: 14 / 14 / 15 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-ca50ef13-a637-ed26-436a-1a137b446abe-2e12e603 {
  grid-area: 14 / 13 / 15 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_4d209781-ede5-040c-35d8-be87da6f837a-2e12e603 {
  grid-area: 13 / 16 / 14 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-a2d1bab1-30c5-a961-54cb-0fbdf1484c66-2e12e603 {
  grid-area: 13 / 15 / 14 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-c199990e-9561-9d22-f784-6da2a2233028-2e12e603 {
  grid-area: 12 / 16 / 13 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-_4c9b4c93-8cee-cea3-e7d7-5bbbec072f41-2e12e603, #w-node-_49541d2a-8a1b-f73f-a354-93f00c6a5767-2e12e603, #w-node-c5485913-f325-765e-e7dc-aefa23542566-2e12e603, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582da-2e12e603, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582dc-2e12e603, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582e7-2e12e603, #w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902564-e1536e7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-e1536e7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f90256d-e1536e7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9604d3-8ce3-bae3-88f9-e414de8d397b-e1536e7b {
  grid-area: 4 / 11 / 7 / 13;
}

#w-node-_3a6be6ab-d64c-1f4f-d747-b728301ae048-e1536e7b, #w-node-_3a6be6ab-d64c-1f4f-d747-b728301ae04c-e1536e7b, #w-node-_3a6be6ab-d64c-1f4f-d747-b728301ae050-e1536e7b, #w-node-_3a6be6ab-d64c-1f4f-d747-b728301ae054-e1536e7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_167751b9-9c36-4860-cbde-66215becb3e8-e1536e7b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-ffb09309-c5d5-5f93-bdb0-dfb64b31b5cf-e1536e7b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-fcd1445e-45c3-bed9-65a4-5ee34701feb0-e1536e7b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_4b508991-3995-877c-7262-b0a30adec844-e1536e7b {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_80910eae-bc56-2a07-67e2-e798063db82b-e1536e7b {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_37f9aad5-1dbf-a6dd-cf6b-dc4491ee1d25-e1536e7b {
  grid-area: 1 / 6 / 2 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_22f4e16e-d84e-963a-d695-3fe1ebc475e2-e1536e7b {
  grid-area: 1 / 7 / 2 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_433e75c5-4be4-8a04-0ae1-30999ef2365b-e1536e7b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_0e9ffe53-f8c3-4c27-b862-9082ae296ca6-e1536e7b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-bebeef32-8129-c77e-550d-4efdc61ee39d-e1536e7b {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_2965eb37-0671-0670-af0b-dfc8f855ee70-e1536e7b {
  grid-area: 2 / 4 / 3 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_6d8b9539-06c8-be92-f4a7-c651fe53f46f-e1536e7b {
  grid-area: 2 / 5 / 3 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_069d736c-1f20-5523-db17-4949cd9f0108-e1536e7b {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-de9e72e9-53eb-df1a-5c28-d7d20d46b837-e1536e7b {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-d6a54f30-e650-e1d9-793f-d5e1a3b497aa-e1536e7b {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-fef3bc92-d806-8332-8f68-f153d6bde014-e1536e7b {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_29afb42b-1d93-3be6-ef66-ff2fb36bfe63-e1536e7b {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d52b9757-79a7-f51a-0831-46f0a8414cfa-e1536e7b {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-efebc25d-499d-3f15-2dc8-ca5423109033-e1536e7b {
  grid-area: 5 / 1 / 6 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-bacfc07c-c870-1322-47a4-0007adcfca6b-e1536e7b {
  grid-area: 16 / 16 / 17 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-fc17e9e7-ab5a-8538-d38f-c82d9b940a57-e1536e7b {
  grid-area: 16 / 15 / 17 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_369e87ad-9244-80f7-8e61-0986b4b29743-e1536e7b {
  grid-area: 16 / 14 / 17 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_2a3bec98-48c4-65a8-6dcd-ba9a1d086006-e1536e7b {
  grid-area: 16 / 13 / 17 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_20ed0f3c-9706-c92a-708a-41c1958a70ce-e1536e7b {
  grid-area: 16 / 12 / 17 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_6a2c6ac9-b37e-4514-97ba-ebea02617a58-e1536e7b {
  grid-area: 16 / 11 / 17 / 12;
  align-self: center;
  justify-self: center;
}

#w-node-_9872588f-dc85-4c39-14ac-45c36bcf03e1-e1536e7b {
  grid-area: 16 / 10 / 17 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-d9a19063-c661-9f94-6e49-f82bdd1bcd3b-e1536e7b {
  grid-area: 15 / 16 / 16 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-e12e26a0-abf6-4bf4-a9a5-d43f31bc2cf2-e1536e7b {
  grid-area: 15 / 15 / 16 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_540fd224-cc03-7b35-999e-d71e3c1a5786-e1536e7b {
  grid-area: 15 / 14 / 16 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_84a435cf-72c2-e514-261e-69558bb5d572-e1536e7b {
  grid-area: 15 / 13 / 16 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_46c88440-6812-ca3a-c945-17320d43af8e-e1536e7b {
  grid-area: 15 / 12 / 16 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_351207f4-2882-e2a9-92e5-a1ce045b5d72-e1536e7b {
  grid-area: 14 / 16 / 15 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-cdad320c-d298-926f-6188-e6c7bccbc6f1-e1536e7b {
  grid-area: 14 / 15 / 15 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-dcb84c44-9cdf-798f-0099-323565f8099d-e1536e7b {
  grid-area: 14 / 14 / 15 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-ca50ef13-a637-ed26-436a-1a137b446abe-e1536e7b {
  grid-area: 14 / 13 / 15 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_4d209781-ede5-040c-35d8-be87da6f837a-e1536e7b {
  grid-area: 13 / 16 / 14 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-a2d1bab1-30c5-a961-54cb-0fbdf1484c66-e1536e7b {
  grid-area: 13 / 15 / 14 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-c199990e-9561-9d22-f784-6da2a2233028-e1536e7b {
  grid-area: 12 / 16 / 13 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-c5485913-f325-765e-e7dc-aefa23542566-e1536e7b, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582da-e1536e7b, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582dc-e1536e7b, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582e7-e1536e7b, #w-node-_889d20d6-482e-4895-e0e6-ace46423b26e-e1536e7b, #w-node-_889d20d6-482e-4895-e0e6-ace46423b270-e1536e7b, #w-node-_889d20d6-482e-4895-e0e6-ace46423b27b-e1536e7b, #w-node-_889d20d6-482e-4895-e0e6-ace46423b282-e1536e7b, #w-node-_889d20d6-482e-4895-e0e6-ace46423b284-e1536e7b, #w-node-_889d20d6-482e-4895-e0e6-ace46423b28f-e1536e7b, #w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902564-cbb48a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-cbb48a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f90256d-cbb48a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9604d3-8ce3-bae3-88f9-e414de8d397b-cbb48a0f {
  grid-area: 4 / 11 / 7 / 13;
}

#w-node-_467c3c06-fb26-73e3-5b70-14085930af60-cbb48a0f, #w-node-_467c3c06-fb26-73e3-5b70-14085930af64-cbb48a0f, #w-node-_467c3c06-fb26-73e3-5b70-14085930af68-cbb48a0f, #w-node-_467c3c06-fb26-73e3-5b70-14085930af6c-cbb48a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_167751b9-9c36-4860-cbde-66215becb3e8-cbb48a0f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-ffb09309-c5d5-5f93-bdb0-dfb64b31b5cf-cbb48a0f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-fcd1445e-45c3-bed9-65a4-5ee34701feb0-cbb48a0f {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_4b508991-3995-877c-7262-b0a30adec844-cbb48a0f {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_80910eae-bc56-2a07-67e2-e798063db82b-cbb48a0f {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_37f9aad5-1dbf-a6dd-cf6b-dc4491ee1d25-cbb48a0f {
  grid-area: 1 / 6 / 2 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_22f4e16e-d84e-963a-d695-3fe1ebc475e2-cbb48a0f {
  grid-area: 1 / 7 / 2 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_433e75c5-4be4-8a04-0ae1-30999ef2365b-cbb48a0f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_0e9ffe53-f8c3-4c27-b862-9082ae296ca6-cbb48a0f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-bebeef32-8129-c77e-550d-4efdc61ee39d-cbb48a0f {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_2965eb37-0671-0670-af0b-dfc8f855ee70-cbb48a0f {
  grid-area: 2 / 4 / 3 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_6d8b9539-06c8-be92-f4a7-c651fe53f46f-cbb48a0f {
  grid-area: 2 / 5 / 3 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_069d736c-1f20-5523-db17-4949cd9f0108-cbb48a0f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-de9e72e9-53eb-df1a-5c28-d7d20d46b837-cbb48a0f {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-d6a54f30-e650-e1d9-793f-d5e1a3b497aa-cbb48a0f {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-fef3bc92-d806-8332-8f68-f153d6bde014-cbb48a0f {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_29afb42b-1d93-3be6-ef66-ff2fb36bfe63-cbb48a0f {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d52b9757-79a7-f51a-0831-46f0a8414cfa-cbb48a0f {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-efebc25d-499d-3f15-2dc8-ca5423109033-cbb48a0f {
  grid-area: 5 / 1 / 6 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-bacfc07c-c870-1322-47a4-0007adcfca6b-cbb48a0f {
  grid-area: 16 / 16 / 17 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-fc17e9e7-ab5a-8538-d38f-c82d9b940a57-cbb48a0f {
  grid-area: 16 / 15 / 17 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_369e87ad-9244-80f7-8e61-0986b4b29743-cbb48a0f {
  grid-area: 16 / 14 / 17 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_2a3bec98-48c4-65a8-6dcd-ba9a1d086006-cbb48a0f {
  grid-area: 16 / 13 / 17 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_20ed0f3c-9706-c92a-708a-41c1958a70ce-cbb48a0f {
  grid-area: 16 / 12 / 17 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_6a2c6ac9-b37e-4514-97ba-ebea02617a58-cbb48a0f {
  grid-area: 16 / 11 / 17 / 12;
  align-self: center;
  justify-self: center;
}

#w-node-_9872588f-dc85-4c39-14ac-45c36bcf03e1-cbb48a0f {
  grid-area: 16 / 10 / 17 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-d9a19063-c661-9f94-6e49-f82bdd1bcd3b-cbb48a0f {
  grid-area: 15 / 16 / 16 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-e12e26a0-abf6-4bf4-a9a5-d43f31bc2cf2-cbb48a0f {
  grid-area: 15 / 15 / 16 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-_540fd224-cc03-7b35-999e-d71e3c1a5786-cbb48a0f {
  grid-area: 15 / 14 / 16 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-_84a435cf-72c2-e514-261e-69558bb5d572-cbb48a0f {
  grid-area: 15 / 13 / 16 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_46c88440-6812-ca3a-c945-17320d43af8e-cbb48a0f {
  grid-area: 15 / 12 / 16 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_351207f4-2882-e2a9-92e5-a1ce045b5d72-cbb48a0f {
  grid-area: 14 / 16 / 15 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-cdad320c-d298-926f-6188-e6c7bccbc6f1-cbb48a0f {
  grid-area: 14 / 15 / 15 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-dcb84c44-9cdf-798f-0099-323565f8099d-cbb48a0f {
  grid-area: 14 / 14 / 15 / 15;
  align-self: center;
  justify-self: center;
}

#w-node-ca50ef13-a637-ed26-436a-1a137b446abe-cbb48a0f {
  grid-area: 14 / 13 / 15 / 14;
  align-self: center;
  justify-self: center;
}

#w-node-_4d209781-ede5-040c-35d8-be87da6f837a-cbb48a0f {
  grid-area: 13 / 16 / 14 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-a2d1bab1-30c5-a961-54cb-0fbdf1484c66-cbb48a0f {
  grid-area: 13 / 15 / 14 / 16;
  align-self: center;
  justify-self: center;
}

#w-node-c199990e-9561-9d22-f784-6da2a2233028-cbb48a0f {
  grid-area: 12 / 16 / 13 / 17;
  align-self: center;
  justify-self: center;
}

#w-node-c5485913-f325-765e-e7dc-aefa23542566-cbb48a0f, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582da-cbb48a0f, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582dc-cbb48a0f, #w-node-_5542a5bb-9ab7-9a27-62e4-ef18b72582e7-cbb48a0f, #w-node-_889d20d6-482e-4895-e0e6-ace46423b26e-cbb48a0f, #w-node-_889d20d6-482e-4895-e0e6-ace46423b270-cbb48a0f, #w-node-_889d20d6-482e-4895-e0e6-ace46423b27b-cbb48a0f, #w-node-_889d20d6-482e-4895-e0e6-ace46423b282-cbb48a0f, #w-node-_889d20d6-482e-4895-e0e6-ace46423b284-cbb48a0f, #w-node-_889d20d6-482e-4895-e0e6-ace46423b28f-cbb48a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_24a96814-ed6f-0c87-cabf-f63f2be57323-60d964b9 {
    justify-self: start;
  }

  #w-node-_397d5d60-ceea-fd00-1a4e-4495b8de4110-b8de410a, #w-node-_397d5d60-ceea-fd00-1a4e-4495b8de411f-b8de410a {
    justify-self: center;
  }

  #w-node-feca12e8-e1b8-cbb9-1f50-8e7c49ca07eb-60d964ca, #w-node-_55ba062a-e41d-e5fc-9f5b-ad7dcf238336-60d964ce {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_397d5d60-ceea-fd00-1a4e-4495b8de412d-b8de410a {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-60d964ad, #w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-60d964c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_397d5d60-ceea-fd00-1a4e-4495b8de4110-b8de410a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-2e12e603, #w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-e1536e7b, #w-node-_5fa1c750-ae13-2b9c-5782-cfaf4f902566-cbb48a0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


