:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color: white;
  --base-color-neutral--white: white;
  --base-color-brand--white: white;
  --light-text: darkgrey;
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-neutral--neutral-light: #aaa;
  --primary: #2563d1;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--neutral-lightest: #eee;
  --hover: #3b73d6;
  --base-color-neutral--black: black;
  --background-primary: #0b0f19;
  --navbar-transparent: #10141e1a;
  --base-color-neutral--neutral-dark: #444;
  --background-secondary: #151822;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --black-archive: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--success-green: #027a48;
  --base-color-system--error-red: #b42318;
  --navbar-bg-opaque: #10141ee6;
  --base-color-brand--black: black;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--base-color-neutral--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  color: var(--base-color-brand--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--light-text);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

a {
  color: var(--link-color--link-primary);
  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 {
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  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;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  font-family: Manrope, sans-serif;
  text-decoration: underline;
}

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

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

.max-width-medium.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.container-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.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-large.align-center {
  text-align: center;
}

.max-width-large.align-center.landing {
  max-width: 52rem;
}

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  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: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .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 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-top.margin-medium.center-cta {
  justify-content: center;
  align-items: center;
}

.margin-top.margin-medium.align-left {
  align-self: flex-start;
}

.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-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.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-small.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-large, .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-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-build {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.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-family: Manrope, sans-serif;
  font-weight: 500;
}

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

.text-size-medium.text-color-grey {
  color: var(--base-color-neutral--neutral-light);
}

.text-size-medium.text-color-grey.margin-top-2 {
  margin-top: 2rem;
}

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

.text-size-medium.center-vertical {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.heading-style-h2.gradient-primary {
  padding-bottom: 0;
}

.heading-style-h2.margin-right-small {
  margin-right: 30px;
}

.heading-style-h2.center {
  text-align: center;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.heading-style-h6.text-color-grey {
  color: var(--base-color-neutral--neutral-light);
  font-family: Manrope, sans-serif;
}

.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;
  font-family: Manrope, sans-serif;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.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 #00000024;
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

.heading-style-h5.tos-margin {
  margin-top: 4rem;
}

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

.heading-style-h5.center.step-titles {
  margin-top: 1rem;
}

.text-style-strikethrough {
  font-family: Manrope, sans-serif;
  text-decoration: line-through;
}

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

.heading-style-h1.hero-header {
  font-size: 4rem;
}

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

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

.form_checkbox-label.text-size-small {
  color: #ccc;
  font-family: Montserrat, sans-serif;
}

.text-size-tiny {
  font-family: Manrope, sans-serif;
  font-size: .75rem;
}

.form_field-label {
  color: var(--base-color-neutral--neutral-lightest);
  margin-bottom: .5rem;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  box-shadow: none;
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  background-color: var(--hover);
  box-shadow: none;
}

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

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  color: var(--text-color);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0072ff, #7db7ff 49%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Manrope, sans-serif;
  transition: opacity .2s, box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button.is-link.is-icon:hover {
  color: var(--text-color);
  background-image: linear-gradient(90deg, #fff, #fff 49%, #fff);
}

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

.button.is-secondary {
  border-color: var(--text-color);
  color: var(--text-color);
  background-color: #0000;
  font-family: Manrope, sans-serif;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), border-color .2s cubic-bezier(.455, .03, .515, .955), box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button.is-secondary:hover {
  border-color: var(--hover);
  color: var(--hover);
}

.button.is-secondary.is-alternate {
  box-shadow: none;
  color: var(--base-color-neutral--white);
  background-color: #0000;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), border-color .2s cubic-bezier(.455, .03, .515, .955), box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button.is-secondary.is-alternate:hover {
  border-color: var(--primary);
  box-shadow: none;
  color: var(--primary);
}

.button.is-secondary.calculator {
  align-self: center;
  width: 175px;
  font-family: Manrope, sans-serif;
}

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

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

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--background-primary);
  font-family: Manrope, sans-serif;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), border-color .2s cubic-bezier(.455, .03, .515, .955), box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button.is-alternate:hover {
  border-color: var(--hover);
  background-color: var(--hover);
  color: var(--text-color);
}

.button.is-alternate.button-pricing {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 30px;
  position: absolute;
  inset: auto auto 0%;
}

.button.is-alternate.button-pricing.not-absolute {
  position: static;
}

.button.is-alternate.margin-top-10 {
  align-self: center;
  max-width: 180px;
  margin-top: 10px;
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

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

.button.toggle-calculator {
  background-color: var(--text-color);
  color: var(--background-primary);
  align-self: center;
  width: 175px;
  font-family: Manrope, sans-serif;
}

.button.toggle-calculator:active {
  background-color: var(--primary);
  color: var(--text-color);
}

.button.cusomt-reviews {
  background-color: var(--navbar-transparent);
  background-image: url('../images/avatar-container.webp');
  background-size: cover;
  border-right-style: none;
  padding: 1.5rem 11.5rem 1.5rem 2rem;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.text-weight-normal {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

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

.text-style-italic {
  font-family: Manrope, sans-serif;
  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;
  place-content: start;
  place-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 #0000002e;
}

.text-weight-light {
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.text-size-regular.text-color-grey.align-center {
  text-align: center;
}

.text-weight-xbold {
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  font-family: Manrope, sans-serif;
}

.text-weight-bold {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

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

.heading-style-h3 {
  color: var(--base-color-brand--white);
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.gradient-primary.margin-top-10 {
  margin-top: 10px;
}

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

.form_input {
  border: 1px solid var(--base-color-neutral--neutral-dark);
  background-color: var(--background-secondary);
  color: var(--base-color-neutral--neutral-lighter);
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form_input::placeholder {
  color: var(--base-color-neutral--neutral-lighter);
}

.form_input.is-text-area {
  color: var(--base-color-neutral--neutral-light);
  resize: none;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-text-area::placeholder {
  color: var(--base-color-neutral--neutral-light);
}

.form_input.is-text-area.background-color-secondary {
  resize: none;
}

.form_input.is-text-area.background-color-secondary:focus {
  border-color: var(--base-color-neutral--neutral-lighter);
}

.form_input.is-text-area.background-color-secondary::placeholder {
  color: var(--light-text);
}

.form_input.is-select-input {
  border-color: var(--base-color-neutral--neutral);
  background-image: none;
  background-color: var(--background-secondary);
  color: var(--primary);
  border-radius: 10px;
  width: 100%;
  font-weight: 500;
}

.form_input.is-select-input:focus {
  border-color: var(--base-color-neutral--neutral-lighter);
}

.form_input.background-color-secondary {
  border-color: var(--base-color-neutral--neutral);
  color: var(--text-color);
  border-radius: 10px;
}

.form_input.background-color-secondary:active {
  border-color: var(--base-color-neutral--neutral-lighter);
}

.form_input.background-color-secondary:focus {
  border-color: var(--base-color-neutral--neutral-lighter);
  color: var(--base-color-neutral--neutral-lighter);
}

.form_input.background-color-secondary::placeholder {
  color: var(--light-text);
}

.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;
  place-items: center 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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.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;
  align-self: center;
}

.button-group.mobile {
  display: none;
}

.text-color-white {
  color: var(--base-color-neutral--white);
  font-family: Manrope, sans-serif;
}

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

.text-weight-semibold {
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
  font-family: Manrope, sans-serif;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Manrope, sans-serif;
}

.text-align-left {
  text-align: left;
  font-family: Manrope, sans-serif;
}

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive);
  font-family: Manrope, sans-serif;
}

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

.icon-embed-xxsmall:hover {
  color: var(--text-color);
}

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

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.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;
  background-color: var(--background-color--background-secondary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

.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_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;
  font-family: Manrope, sans-serif;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.text-align-center {
  text-align: center;
  font-family: Manrope, sans-serif;
}

.text-size-small {
  color: var(--light-text);
  font-family: Manrope, sans-serif;
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.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 #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  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;
  font-family: Poppins, sans-serif;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Manrope, sans-serif;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
}

.text-style-2lines {
  font-family: Manrope, 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 #0000001a, 0 2px 4px -2px #0000000f;
}

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

.icon-1x1-medium.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-medium.center.first {
  justify-content: flex-start;
  align-items: center;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-style-3lines {
  font-family: Manrope, sans-serif;
}

.text-size-large {
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

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

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

.padding-global {
  color: var(--light-text);
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.padding-cta-landing {
  padding-top: 75px;
}

.padding-section-medium {
  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;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: var(--link-color--link-primary);
  background-color: #fff;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar5_logo {
  max-width: 144px;
}

.navbar5_menu-dropdown {
  position: static;
}

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

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

.navbar5_icon-wrapper {
  flex: none;
}

.navbar5_blog-image-wrapper {
  width: 100%;
}

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

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

.navbar5_component {
  z-index: 999;
  background-color: #10141e;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar5_menu-button {
  padding: 0;
}

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

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

.navbar5_dropdown-list.w--open {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

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

.navbar5_blog-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

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

.navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

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

.navbar5_dropdown-content-wrapper.z-index-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-auto-rows: max-content;
  width: 100%;
}

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

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

.navbar5_dropdown-background-layer {
  background-color: var(--base-color-neutral--neutral-lightest);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar5_link {
  color: var(--base-color-brand--white);
  padding: 1.5rem 1rem;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.navbar5_link:hover {
  color: var(--primary);
}

.navbar5_link.w--current {
  border-bottom: 1px solid var(--primary);
  color: var(--text-color);
}

.navbar5_link.w--current:hover {
  color: var(--hover);
}

.navbar5_link.first {
  padding-left: 0;
}

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

.image-overlay-layer {
  z-index: 1;
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

.section_home_1_hero-header {
  position: relative;
}

.home_1_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_1_hero-header_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.home_1_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_2_logo-list_logo {
  filter: grayscale();
  max-height: 3.5rem;
}

.section_home_2_logo-list {
  overflow: hidden;
}

.home_2_logo-list_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_2_logo-list_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  margin-right: 2rem;
  display: grid;
}

.home_2_logo-list_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home_3_stats_item {
  border-left: 2px solid var(--base-color-neutral--neutral-lightest);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

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

.home_3_stats_number {
  color: var(--base-color-neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.home_3_stats_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_4_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_4_cta_content {
  flex: 1;
}

.home_4_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.home_4_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_4_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_home_8-1_cta {
  position: relative;
}

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

.home_5_about_item-list.margin-top-small {
  margin-top: 1rem;
}

.home_5_about_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home_5_about_item {
  display: flex;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

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

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_home_9_header.background-color-primary {
  display: block;
}

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

.layout179_image-wrapper {
  width: 300px;
  position: relative;
}

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

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

.home_7_features-list_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.section_home_8_cta {
  position: relative;
}

.home_8_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_8_cta_content {
  flex: 1;
}

.home_8_cta_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_8_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.home_8_cta_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

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

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

.home_11_testimonial_logo {
  max-height: 3rem;
}

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

.home_11_testimonial_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.home_11_testimonial_mask {
  width: 50%;
  overflow: visible;
}

.home_11_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.home_11_testimonial_rating-wrapper {
  display: flex;
}

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

.home_11_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.home_11_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_11_testimonial_slide {
  padding-right: 4rem;
}

.home_11_testimonial_client-image-wrapper {
  margin-right: 1.25rem;
}

.home_11_testimonial_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home_11_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.home_11_testimonial_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.home_11_testimonial_arrow.is-left {
  right: 4rem;
}

.home_12_contact_form {
  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-text {
  color: var(--base-color-system--success-green);
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.home_12_contact_item {
  text-decoration: none;
  display: flex;
}

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

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

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

.error-message {
  background-color: #0000;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

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

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

.home_12_contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

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

.footer4_component {
  background-color: #10141e;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.footer4_credit-text {
  color: var(--light-text);
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  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_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

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

.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;
  place-items: start;
  display: grid;
}

.footer4_top-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.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_link {
  color: var(--base-color-brand--white);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_link:hover {
  color: var(--hover);
}

.line-divider {
  background-color: var(--base-color-neutral--neutral-dark);
  width: 100%;
  height: 1px;
}

.about_hero-header_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about_hero-header_lightbox-image {
  object-fit: cover;
}

.about_hero-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: center;
  display: grid;
}

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

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

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

.about_cta_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.about_cta_image {
  max-height: 500px;
}

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

.about_cta_card-content {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.about_faq_item {
  text-align: center;
}

.about_faq_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.about_contact_form {
  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;
}

.about_contact_item {
  display: flex;
}

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

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

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

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

.about_contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

.portfolio_portfolio_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

.portfolio_portfolio_image {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

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

.portfolio_portfolio_title-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portfolio_portfolio_item {
  grid-column-gap: 5rem;
  border-top: 1px solid var(--base-color-neutral--neutral-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.portfolio_portfolio_item:last-child {
  padding-bottom: 0;
}

.portfolio_portfolio_list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio_portfolio_image-link {
  width: 100%;
}

.portfolio_portfolio_tag-item {
  background-color: var(--hover);
  color: var(--text-color);
  border-radius: 4px;
  padding: .25rem .5rem;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio_portfolio_tag-item.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

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

.portfolio_contact_form {
  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;
}

.portfolio_contact_item {
  display: flex;
}

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

.portfolio_contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

.calculator_hero-header_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.calculator_hero-header_content-wrapper {
  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;
}

.calculator_hero-header_image-wrapper {
  flex: 1;
  position: relative;
}

.calculator_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.calculator_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

.calculator_faq_question {
  border-top: 1px solid var(--base-color-neutral--neutral-dark);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

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

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

.calculator_faq_answer {
  border-bottom: 1px solid var(--base-color-neutral--neutral-dark);
  overflow: hidden;
}

.calculator_faq_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

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

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

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

.section_website-quote-form_contact.background-color-primary {
  min-height: 100vh;
}

.website-quote-form_contact_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.website-quote-form_contact_form {
  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;
}

.section_website-design_hero-header {
  position: relative;
}

.website-design_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.website-design_hero-header_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.website-design_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.website-design_feature_image {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
}

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

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

.website-design_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#2563d11a, #2563d11a), url('../images/planet-volumes-OvTBTKwdjMs-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.section_website-design_cta {
  position: relative;
}

.website-design_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.website-design_how-it-works_timeline-icon-wrapper {
  z-index: 1;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.website-design_how-it-works_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.website-design_how-it-works_timeline-wrapper {
  position: relative;
}

.website-design_how-it-works_progress-bar {
  background-color: var(--text-color);
  width: 2px;
  height: 100%;
}

.website-design_how-it-works_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;
}

.website-design_how-it-works_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.website-design_how-it-works_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.website-design_how-it-works_progress-bar-wrapper {
  background-color: #ffffff26;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.website-design_contact_form {
  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;
}

.website-design_contact_item {
  display: flex;
}

.website-design_contact_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;
}

.website-design_contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.website-design_contact_contact-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;
}

.section_seo-solutions_hero-header {
  position: relative;
}

.seo-solutions_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.seo-solutions_hero-header_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.seo-solutions_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.seo-solutions_feature_image {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
}

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

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

.seo-solutions_cta_background-image-wrapper {
  z-index: -1;
  background-image: url('../images/shridhar-thorat-6AKLKt-KmdY-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.seo-solutions_cta_content {
  flex: 1;
}

.seo-solutions_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.seo-solutions_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.seo-solutions_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_seo-solutions_cta {
  position: relative;
}

.seo-solutions_pricing_feature {
  display: flex;
}

.seo-solutions_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;
}

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

.seo-solutions_pricing_plan {
  border: 1px solid var(--base-color-neutral--neutral);
  background-color: var(--background-primary);
  padding: 2rem;
}

.seo-solutions_pricing_content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

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

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

.seo-solutions_pricing_tab-link {
  border: 1px solid var(--base-color-neutral--neutral);
  color: var(--base-color-neutral--neutral-lighter);
  background-color: #0000;
  padding: .5rem 1.5rem;
}

.seo-solutions_pricing_tab-link.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--text-color);
  font-weight: 600;
}

.seo-solutions_pricing_divider {
  background-color: var(--base-color-neutral--neutral-dark);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.seo-solutions_pricing_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.seo-solutions_how-it-works_timeline-icon-wrapper {
  z-index: 1;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.seo-solutions_how-it-works_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.seo-solutions_how-it-works_timeline-wrapper {
  position: relative;
}

.seo-solutions_how-it-works_progress-bar {
  background-color: var(--text-color);
  width: 2px;
  height: 100%;
}

.seo-solutions_how-it-works_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;
}

.seo-solutions_how-it-works_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.seo-solutions_how-it-works_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.seo-solutions_how-it-works_progress-bar-wrapper {
  background-color: #ffffff26;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.seo-solutions_contact_form {
  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;
}

.seo-solutions_contact_item {
  display: flex;
}

.seo-solutions_contact_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;
}

.seo-solutions_contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.seo-solutions_contact_contact-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;
}

.section_smart-cards_1_hero-header {
  position: relative;
}

.smart-cards_1_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.smart-cards_1_hero-header_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.smart-cards_1_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section_smart-cards_2_testimonial {
  overflow: hidden;
}

.section_smart-cards_2_testimonial.background-color-secondary {
  display: none;
}

.smart-cards_2_testimonial_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.smart-cards_2_testimonial_content {
  border: 1px solid var(--base-color-neutral--neutral-dark);
  background-color: var(--background-primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.smart-cards_2_testimonial_loop-trigger {
  display: flex;
}

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

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

.smart-cards_2_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

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

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

.smart-cards_3_feature_lightbox-image {
  object-fit: cover;
}

.smart-cards_3_feature_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.smart-cards_4_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#2563d11a, #2563d11a), url('../images/planet-volumes-OvTBTKwdjMs-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.smart-cards_4_cta_content {
  flex: 1;
}

.smart-cards_4_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.smart-cards_4_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.smart-cards_4_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_smart-cards_4_cta {
  position: relative;
}

.smart-cards_5_testimonial_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.smart-cards_5_testimonial_client-image-wrapper-google-review {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  display: flex;
}

.smart-cards_5_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.smart-cards_5_testimonial_rating-wrapper {
  display: flex;
}

.smart-cards_5_testimonial_slide {
  margin-right: 5rem;
}

.smart-cards_5_testimonial_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.smart-cards_5_testimonial_arrow.is-left {
  right: 4rem;
}

.smart-cards_5_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.smart-cards_5_testimonial_logo {
  max-height: 3rem;
}

.smart-cards_5_testimonial_content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.smart-cards_5_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.smart-cards_5_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

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

.smart-cards_5_testimonial_client-image {
  object-fit: cover;
  border-radius: 20px;
  max-width: 427px;
  max-height: 270px;
}

.smart-cards_5_testimonial_client-image.google-review-card {
  border-radius: 10px;
  transform: rotate(90deg);
}

.smart-cards_5_testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.smart-cards_6_how-it-works_timeline-icon-wrapper {
  z-index: 1;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.smart-cards_6_how-it-works_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.smart-cards_6_how-it-works_timeline-wrapper {
  position: relative;
}

.smart-cards_6_how-it-works_progress-bar {
  background-color: var(--text-color);
  width: 2px;
  height: 100%;
}

.smart-cards_6_how-it-works_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;
}

.smart-cards_6_how-it-works_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.smart-cards_6_how-it-works_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.smart-cards_6_how-it-works_progress-bar-wrapper {
  background-color: #ffffff26;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.smart-cards_7_contact_form {
  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;
}

.smart-cards_7_contact_item {
  display: flex;
}

.smart-cards_7_contact_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;
}

.smart-cards_7_contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.smart-cards_7_contact_contact-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;
}

.blog-grid_featured-blog-list-header_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog-grid_featured-blog-list-header_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog-grid_featured-blog-list-header_menu-link.w--current {
  border-color: var(--base-color-neutral--black);
}

.blog-grid_featured-blog-list-header_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog-grid_featured-blog-list-header_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-grid_featured-blog-list-header_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.blog-grid_featured-blog-list-header_category-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-grid_featured-blog-list-header_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.blog-grid_featured-blog-list-header_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog-grid_featured-blog-list-header_category-menu.no-scrollbar {
  justify-content: center;
}

.blog-grid_featured-blog-list-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-grid_featured-blog-list-header_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog-grid_featured-blog-list-header_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog-grid_featured-blog-list-header_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog-grid_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_blog-grid_cta {
  position: relative;
}

.blog-grid_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-grid_contact_form {
  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;
}

.blog-grid_contact_item {
  display: flex;
}

.blog-grid_contact_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;
}

.blog-grid_contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.blog-grid_contact_contact-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;
}

.blog-page_blog-post-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-page_blog-post-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_blog-page_blog-post-header {
  background-color: var(--background-primary);
}

.blog-page_blog-post-header_category-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-page_blog-post-header_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.blog-page_blog-post-header_date {
  margin-left: .25rem;
  font-size: .875rem;
}

.blog-page_blog-post-header_meta-wrapper {
  margin-bottom: 1.5rem;
}

.blog-page_blog-post-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-page_blog-post-header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-page_blog-post-header_title-wrapper {
  flex-direction: column;
}

.blog-page_blog-post-body_link-wrapper {
  overflow: hidden;
}

.blog-page_blog-post-body_link-wrapper.is-h3, .blog-page_blog-post-body_link-wrapper.is-h4, .blog-page_blog-post-body_link-wrapper.is-h5, .blog-page_blog-post-body_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.content-27-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.blog-page_blog-post-body_h-trigger {
  display: none;
}

.blog-page_blog-post-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;
}

.rl-styleguide_label-2 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #dee3f4;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.blog-page_blog-post-body_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.blog-page_blog-post-body_link.w--current {
  background-color: var(--base-color-neutral--neutral-lightest);
  font-weight: 600;
}

.blog-page_blog-post-body_link.is-h3.w--current, .blog-page_blog-post-body_link.is-h4.w--current, .blog-page_blog-post-body_link.is-h5, .blog-page_blog-post-body_link.is-h6.w--current {
  background-color: #0000;
}

.blog-page_blog-post-body_link.current, .blog-page_blog-post-body_link.current.w--current {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-style: none;
  font-weight: 600;
}

.blog-page_blog-post-body_sidebar-heading {
  font-size: 1.5rem;
}

.blog-page_blog-post-body_accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.blog-page_blog-post-body_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.blog-page_blog-post-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;
}

.blog-page_blog-post-body_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.blog-page_blog-post-body_instructions-list {
  padding-left: 1.25rem;
}

.blog-page_blog-post-body_instructions-list-item {
  padding-left: .5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

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

.blog-page_header_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.blog-page_header_lightbox-image {
  object-fit: cover;
}

.blog-page_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: center;
  display: grid;
}

.blog-page_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.blog-page_faq_question {
  border-top: 1px solid var(--base-color-neutral--neutral-dark);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.section_blog-page_faq {
  background-color: var(--background-secondary);
}

.blog-page_faq_answer {
  overflow: hidden;
}

.blog-page_faq_answer.last {
  border-bottom: 1px solid var(--base-color-neutral--neutral-dark);
}

.blog-page_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

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

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

.heading-2 {
  color: var(--text-color);
  font-family: Poppins, sans-serif;
}

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

.heading-4 {
  color: var(--text-color);
  font-family: Poppins, sans-serif;
}

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

.heading-6 {
  color: var(--text-color);
  font-family: Poppins, sans-serif;
}

.paragraph, .link, .block-quote, .paragraph-2, .paragraph-3, .list-item {
  font-family: Manrope, sans-serif;
}

.section_header2 {
  min-height: 100vh;
}

.section_header2.background-color-primary {
  background-image: url('../images/OnePagePro-web-design-montreal-hero-bg.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 80rem;
  display: flex;
}

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

.header2_component {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.header2_image-wrapper {
  width: 100%;
}

.header2_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.header2_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header2_content.max-width {
  max-width: 48rem;
}

.gradient-primary {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0072ff, #00c6ff 50%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 5px;
  text-decoration: none;
}

.gradient-primary.price-calculator {
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.gradient-primary.price-calculator-copy {
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  display: none;
}

.gradient-primary.padding-top-tos {
  padding-top: 40px;
}

.talk-to-us-title.text-color-white {
  font-weight: 600;
  display: none;
}

.call-us-number.text-color-grey {
  color: #d4d7e5;
  display: none;
}

.call-us {
  margin-right: 20px;
  display: flex;
}

.talk-to-us {
  display: flex;
}

.icon-embed-xsmall-nav {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 3rem;
  margin-right: 20px;
  display: flex;
}

.talk-to-us-email.text-color-white {
  color: #d4d7e5;
  display: none;
}

.call-us-title.text-color-white {
  font-weight: 600;
  display: none;
}

.text-color-grey {
  color: var(--base-color-neutral--neutral-light);
  font-family: Manrope, sans-serif;
}

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

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

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

.padding-section-xsmall {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pricing-card-discount {
  color: #0f0;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.pricing-card-discount.hidden {
  display: none;
}

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

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

.list {
  list-style-type: square;
}

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

.contact-from-star {
  color: var(--base-color-system--error-red);
}

.dropdown-toggle {
  color: var(--text-color);
  padding-top: 25px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

.dropdown-toggle.navbar {
  padding: 1.5rem 2.5rem 1.5rem 1rem;
}

.icon {
  padding-top: 0;
  font-weight: 500;
  position: absolute;
}

.dropdown-list {
  background-color: var(--primary);
}

.dropdown-list.w--open {
  background-color: var(--background-primary);
}

.dropdown-link {
  color: var(--text-color);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

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

.numbers-accent {
  color: #0081fb;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.icon-embed-xsmall-socials:hover {
  color: var(--hover);
}

.fr {
  color: #696f80;
  align-self: center;
  font-weight: 700;
  text-decoration: none;
}

.fr:hover {
  color: #0081fb;
}

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

.navbar5_linkfr {
  color: #aaa;
  padding: 1.5rem 1rem;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.navbar5_linkfr:hover {
  color: var(--base-color-neutral--neutral-light);
}

.navbar5_linkfr.w--current {
  border-bottom: 1px solid var(--primary);
  color: var(--base-color-neutral--neutral-light);
}

.navbar5_linkfr.w--current:hover {
  color: var(--hover);
}

.dropdown-toggle-2 {
  color: #fff;
  padding-top: 25px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.dropdown-toggle-2:hover {
  color: #2563d1;
}

.navbar5_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.dropdown-link-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.dropdown-link-2:hover {
  color: #3b73d6;
}

.dropdown-list-2 {
  background-color: #2563d1;
}

.dropdown-list-2.w--open {
  background-color: #0b0f19;
}

.navbar5_link-2 {
  color: #fff;
  padding: 1.5rem 1rem;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.navbar5_link-2:hover {
  color: #2563d1;
}

.navbar5_link-2.w--current {
  color: #fff;
  border-bottom: 1px solid #2563d1;
}

.navbar5_link-2.w--current:hover {
  color: #3b73d6;
}

.navbar5_linkfr-2 {
  color: #666;
  padding: 1.5rem 1rem;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.navbar5_linkfr-2:hover {
  color: #aaa;
}

.navbar5_linkfr-2.w--current {
  color: #fff;
  border-bottom: 1px solid #2563d1;
}

.navbar5_linkfr-2.w--current:hover {
  color: #3b73d6;
}

.dropdown-link-3 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.dropdown-link-3:hover {
  color: #3b73d6;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
  overflow: visible;
}

.calculator-wrapper {
  background-color: var(--background-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  border: .5px solid var(--base-color-neutral--neutral-dark);
  background-color: var(--background-primary);
  border-radius: 10px;
  padding: 40px;
}

.form-3-stack {
  align-self: center;
  min-width: 100%;
}

.quick-stack-3 {
  align-self: center;
}

.checkbox-label {
  color: var(--text-color);
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.radio-button-label {
  color: var(--text-color);
}

.checkbox {
  display: none;
}

.html-embed {
  flex-flow: row;
  padding-right: 10px;
  display: block;
}

.checkbox-inline {
  padding-left: 0;
  display: flex;
}

.checkbox-hidden {
  display: none;
}

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

.checkbox2_field {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  margin-bottom: 0;
  padding: .5rem 1rem;
  position: relative;
}

.checkbox2_field.is-active-inputactive {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.section-checkbox {
  border-style: solid;
  border-color: var(--primary);
  border-radius: 10px;
  width: 150px;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.section-checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: #0000;
  background-image: none;
}

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

.section-checkbox-label {
  z-index: 1;
  color: var(--text-color);
  cursor: default;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.cell-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cell-2, .cell-3, .cell-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-checkbox-option {
  border-style: solid;
  border-color: var(--text-color);
  background-color: var(--text-color);
  cursor: pointer;
  border-radius: 10px;
  width: 150px;
  height: 100%;
  margin: 0;
  transition: border .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: 0%;
}

.section-checkbox-option.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  background-image: none;
}

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

.section-checkbox-label-option {
  z-index: 1;
  color: var(--background-primary);
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.calculator-text-field {
  border: 1px solid var(--base-color-neutral--neutral);
  background-color: var(--background-secondary);
  color: var(--base-color-neutral--neutral-lighter);
  border-radius: 10px;
}

.dropdown-calculator {
  border: 1px solid var(--base-color-neutral--neutral);
  background-color: var(--background-secondary);
  border-radius: 10px;
  width: 100%;
}

.cell-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.icon-2, .text-block-2 {
  color: var(--base-color-neutral--neutral-lighter);
}

.dropdown-toggle-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.calculator-dropdown {
  background-color: var(--background-secondary);
  color: var(--base-color-neutral--neutral-lighter);
  font-family: Manrope, sans-serif;
}

.select1_component-calculator {
  background-color: var(--background-secondary);
  color: var(--base-color-neutral--neutral-lighter);
  align-items: center;
  width: 100%;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.html-embed-2 {
  cursor: pointer;
}

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

.cell-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.calculator-titles {
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.text-block-3, .calculator-description {
  font-family: Manrope, sans-serif;
}

.input-slider {
  float: right;
  text-align: center;
  background-color: #0000;
  border: 1px solid #00000040;
  width: 36px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

.input-slider.info {
  border-color: #0000;
  width: auto;
  padding-left: 10px;
}

.field-label {
  float: left;
  clear: none;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
}

.calculator-slider-input {
  display: none;
}

.icon-3 {
  z-index: 102;
  color: #999;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: relative;
}

.icon-3:hover {
  color: #f7941e;
}

.max {
  float: right;
  color: #666;
  display: inline-block;
}

.ui-widget-content {
  float: none;
  background-color: #e5e5e5;
  background-image: linear-gradient(to right, #f7941e, #e5e5e5 0%);
  border: 0 #1b2128;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  display: block;
  position: relative;
}

.min {
  float: left;
  color: #666;
  display: inline-block;
}

.ui-slider-handle {
  color: #333;
  cursor: ew-resize;
  background-color: #323331;
  border-radius: 11px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-right: -10px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  position: absolute;
  top: -150%;
  right: auto;
}

.div-slide-input {
  min-width: 100%;
}

.div-block-info {
  width: 100%;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-3 {
  cursor: pointer;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.ms-range-slider {
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.ms-range-embed {
  width: 100%;
}

.ms-range-slider-value {
  background-color: var(--text-color);
  color: var(--primary);
  text-align: center;
  border-color: #121331;
  border-radius: 4px;
  flex: none;
  width: 60px;
  margin-left: 12px;
  padding: 5px 10px;
  font-family: Manrope, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.div-block-4 {
  width: 90%;
}

.radio2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.radio2_field {
  border: 1px solid var(--border-color--border-primary);
  width: 150px;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.radio2_field.is-active-inputactive {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.radio2_icon {
  background-color: var(--text-color);
  cursor: pointer;
  border-style: none;
  border-radius: 10px;
  width: 150px;
  height: 100%;
  margin: 0;
  font-family: Manrope, sans-serif;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.radio2_icon.w--redirected-checked {
  background-color: var(--primary);
  background-image: none;
  border-color: #0000;
}

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

.radio2_label {
  z-index: 1;
  color: var(--background-primary);
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

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

.services-dropdown {
  font-weight: 500;
}

.home_4_cta_background-image-wrapper1 {
  z-index: -1;
  background-image: linear-gradient(#2563d11a, #2563d11a), url('../images/planet-volumes-OvTBTKwdjMs-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.home_4_cta_background-image-wrapper2 {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/shridhar-thorat-6AKLKt-KmdY-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.cell {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.grid-calculator {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.padding-section-xsmall-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.portfolio_potfolio_image-link {
  aspect-ratio: 800 / 450;
  width: 100%;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper1 {
  background-image: url('../images/aldeek.ca.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper1:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper2 {
  background-image: url('../images/bestautobodyllc.com.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper2:hover {
  transform: scale(1.2);
}

.calculator-btn {
  min-width: 200px;
}

.smart-cards_5_testimonial_client-image-wrapper-business {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.text-block-4 {
  color: var(--light-text);
  font-family: Manrope, sans-serif;
}

.fs-toc_link-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-toc_richtext {
  padding: 0 3rem;
}

.section_blog_post-body {
  background-color: var(--background-secondary);
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #252525;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Open Sans, sans-serif;
}

.blog-heading {
  margin-bottom: 1rem;
  padding-top: 5rem;
  font-size: 1.5rem;
}

.fs-toc_h-trigger {
  display: none;
}

.fs-toc_example {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--base-color-neutral--neutral-light);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  margin-bottom: .75rem;
  font-family: Manrope, sans-serif;
  text-decoration: none;
  display: flex;
}

.fs-toc_link:hover {
  color: #28afff;
}

.fs-toc_link.w--current {
  color: var(--primary);
  font-weight: 600;
}

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

.fs-toc_sidebar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1a1a1a;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  padding: 1rem 3rem 2rem 0;
  display: flex;
  position: sticky;
  top: 6rem;
}

.home_4_cta_background-image-wrapper-gif {
  z-index: -1;
  background-image: url('../images/cropped-bg-gif.gif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle-footer {
  color: var(--text-color);
  padding: 0;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle-footer:hover {
  color: var(--primary);
}

.icon-footer {
  margin-bottom: 3px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 5px;
  font-weight: 500;
  position: static;
}

.text-block-5, .btn-text {
  font-family: Manrope, sans-serif;
}

.arrow {
  font-size: 1.3rem;
}

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

.dropdown-link-footer {
  background-color: var(--background-secondary);
  color: var(--text-color);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

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

.html-embed-3 {
  padding-left: 20px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.drowpdownlist-footer {
  background-color: var(--primary);
  bottom: 60px;
}

.drowpdownlist-footer.w--open {
  background-color: var(--background-primary);
}

.link-block-4 {
  max-width: 100px;
  max-height: 100px;
  padding-left: 0;
  display: flex;
}

.text-size-medium-3 {
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-3.text-color-grey {
  color: #aaa;
}

.text-size-medium-3.text-color-grey.margin-top-2 {
  margin-top: 2rem;
}

.home_11_testimonial_arrow-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.home_11_testimonial_arrow-2.is-left {
  right: 4rem;
}

.home_11_testimonial_divider-2 {
  background-color: #000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.heading-8 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.padding-global-3 {
  color: #a9a9a9;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h6-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.home_11_testimonial_rating-icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.text-color-grey-2 {
  color: #aaa;
  font-family: Manrope, sans-serif;
}

.home_11_testimonial_arrow-icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.heading-style-h3-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-2.gradient-primary.margin-top-10 {
  margin-top: 10px;
}

.smart-cards_5_testimonial_arrow-icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.smart-cards_5_testimonial_client-image-2 {
  object-fit: cover;
}

.smart-cards_5_testimonial_client-image-2.google-review-card {
  transform: rotate(90deg);
}

.smart-cards_5_testimonial_arrow-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.smart-cards_5_testimonial_arrow-2.is-left {
  right: 4rem;
}

.padding-global-4 {
  color: #a9a9a9;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.button-3 {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #2563d1;
  border: 1px solid #2563d1;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button-3:hover {
  box-shadow: none;
  background-color: #3b73d6;
}

.button-3.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0072ff, #7db7ff 49%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Manrope, sans-serif;
  transition: opacity .2s, box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button-3.is-link.is-icon:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #fff, #fff 49%, #fff);
}

.text-color-grey-3 {
  color: #aaa;
  font-family: Manrope, sans-serif;
}

.smart-cards_5_testimonial_arrow-icon-3 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.smart-cards_5_testimonial_client-image-3 {
  object-fit: cover;
}

.smart-cards_5_testimonial_client-image-3.google-review-card {
  transform: rotate(90deg);
}

.smart-cards_5_testimonial_arrow-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.smart-cards_5_testimonial_arrow-3.is-left {
  right: 4rem;
}

.padding-global-5 {
  color: #a9a9a9;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.button-4 {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #2563d1;
  border: 1px solid #2563d1;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button-4:hover {
  box-shadow: none;
  background-color: #3b73d6;
}

.button-4.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0072ff, #7db7ff 49%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Manrope, sans-serif;
  transition: opacity .2s, box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button-4.is-link.is-icon:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #fff, #fff 49%, #fff);
}

.button-4.is-secondary {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  font-family: Manrope, sans-serif;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), border-color .2s cubic-bezier(.455, .03, .515, .955), box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button-4.is-secondary:hover {
  color: #3b73d6;
  border-color: #3b73d6;
}

.text-color-grey-4 {
  color: #aaa;
  font-family: Manrope, sans-serif;
}

.lottie-animation-3 {
  max-width: 500px;
  max-height: 300px;
}

.div-block-6 {
  max-height: 200px;
}

.scroll-animation {
  filter: grayscale();
  margin-left: auto;
  margin-right: auto;
}

.link-scroll-animation {
  max-width: 50px;
  max-height: 50px;
  display: flex;
}

.nfc-animation {
  opacity: .5;
  max-width: 500px;
  max-height: 300px;
}

.nfc-hero-card {
  border-radius: 15px;
}

.hero-nfc-card-wrapper {
  z-index: 1;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.shine {
  background-color: var(--text-color);
  opacity: .5;
  filter: blur(60px);
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  position: absolute;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.scrollanimation-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.portfolio_potfolio_image-link-home {
  aspect-ratio: 800 / 450;
  width: 100%;
  overflow: hidden;
}

.portfolio_potfolio_image-link-copy {
  width: 100%;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-home1 {
  background-image: url('../images/pierreerwanpene.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-home1:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper-home2 {
  background-image: url('../images/minestone.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-home2:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper3 {
  background-image: url('../images/pierreerwanpene.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper3:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper4 {
  background-image: url('../images/garderieharmonie.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper4:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper5 {
  background-image: url('../images/topepoxy.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper5:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper6 {
  background-image: url('../images/propeintre.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper6:hover {
  transform: scale(1.2);
}

.web-design-lottie {
  opacity: .5;
  filter: none;
  max-width: 500px;
  max-height: 300px;
}

.web-design-lottie.mobile {
  display: none;
}

.seo-lottie-animation {
  filter: none;
  max-width: 500px;
  max-height: 300px;
}

.home_2_logo-list_logo-inverse {
  filter: invert() grayscale();
  max-height: 3.5rem;
}

.faq-bold {
  color: var(--text-color);
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.logo2_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.logo2_content-left {
  max-width: 20rem;
}

.logo2_logo {
  max-height: 3.5rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seo-lottie {
  opacity: .6;
  max-width: 300px;
  max-height: 300px;
}

.animation-div {
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.animation-div.mobile {
  display: none;
}

.heading-center {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.heading-2-center {
  color: var(--text-color);
  text-align: center;
  font-family: Poppins, sans-serif;
}

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

.header2_lottie-wrapper {
  width: 100%;
}

.seo-hero-animation, .home-animation {
  max-width: 600px;
}

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

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

.hero-nfc-card-wrapper-home {
  z-index: 1;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  height: 305px;
  display: flex;
  position: relative;
}

.layout179_image-wrapper-home {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.services-web-design-animation, .services-seo-animation {
  max-width: 300px;
}

.nfc-hero-card-home {
  border-radius: 15px;
  max-width: 350px;
}

.div-block-10 {
  background-color: var(--hover);
  color: var(--text-color);
  border-radius: 4px;
  padding: .25rem .5rem;
  font-family: Manrope, sans-serif;
  font-size: .85rem;
  font-weight: 600;
}

.home_4_blog_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#2563d11a, #2563d11a), url('../images/planet-volumes-OvTBTKwdjMs-unsplash.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.padding-section-smart-card {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.heading-style-h1-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-3.hero-header {
  font-size: 4rem;
}

.container-large-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.header2_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 0;
}

.padding-global-7 {
  color: #a9a9a9;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-home-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
}

.website-design-animation {
  max-width: 600px;
}

.container-large-web-design-hero, .container-large-web-seo-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  min-height: 100%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large-card-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
}

.link-2 {
  font-family: Manrope, sans-serif;
}

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

.success-check {
  margin-top: 30px;
}

.navbar5_logo-_fr {
  max-width: 144px;
}

.paragraph-4 {
  font-family: Manrope, sans-serif;
}

.footer4_credit-text-copy {
  color: var(--light-text);
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  display: flex;
}

.tos-link {
  color: var(--light-text);
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.tos-text {
  padding: 4rem 3rem 0;
}

.header65_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_header65 {
  position: relative;
}

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

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

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

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

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

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

.button-5 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-5.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-5.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-5.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.header65_background-image-wrapper-montreal {
  z-index: -1;
  background-image: linear-gradient(#0006, #0006), url('../images/montreal-landscape.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

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

.layout17_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

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

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

.layout17_item {
  display: flex;
}

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

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

.portfolio_portfolio_image-wrapper-landing1 {
  background-image: url('../images/bestautobodyllc.com.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-landing1:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper-landing2 {
  background-image: url('../images/garderieharmonie.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-landing2:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper-landing3 {
  background-image: url('../images/vincenzopace.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-landing3:hover {
  transform: scale(1.2);
}

.seo-animation-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.services-seo-animation-landing {
  max-width: 450px;
}

.landing-page-packages {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.landing-seo-basic-wrapper {
  background-image: url('../images/basic-SEO.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.landing-seo-business-wrapper {
  background-image: url('../images/business-SEO.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.landing-seo-premium-wrapper {
  background-image: url('../images/premium-seo.webp');
  background-position: 50% 25%;
  background-size: cover;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-text {
  color: var(--base-color-neutral--neutral-lightest);
}

.landing_5_about_item {
  display: flex;
}

.header65_background-image-wrapper-quebec {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/quebec-city.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper-gotham {
  z-index: -1;
  background-image: linear-gradient(#0006, #0006), url('../images/gotham-city.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper-laval {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/laval.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper-gatineau1 {
  z-index: -1;
  background-image: linear-gradient(#0009, #0009), url('../images/gatineau.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper-longueuil {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/longueuil.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

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

.header65_background-image-wrapper-sherbrooke {
  z-index: -1;
  background-image: linear-gradient(#0006, #0006), url('../images/sherbrooke.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper-saguenay {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/saguenay.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper-levis {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/levis.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper-tr {
  z-index: -1;
  background-image: linear-gradient(#0006, #0006), url('../images/trois-rivieres.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper-terrebonne {
  z-index: -1;
  background-image: linear-gradient(#0006, #0006), url('../images/terrebonne.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header65_background-image-wrapper-toronto {
  z-index: -1;
  background-image: linear-gradient(#0009, #0009), url('../images/toronto-city.webp');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

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

.section_header30 {
  position: relative;
}

.header30_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header30_background-image-wrapper {
  z-index: 0;
  background-color: var(--background-secondary);
  background-image: linear-gradient(180deg, #0b0f19, var(--background-primary)), url('../images/blurBG.webp'), radial-gradient(circle farthest-corner at 50% 50%, #2563d1, #2563d100);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, 725px, auto;
  position: absolute;
  inset: 0%;
}

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

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

.layout16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

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

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

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-color-white {
  color: var(--base-color-neutral--white);
}

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

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.layout72_content {
  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;
}

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

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

.heading-style-h3-3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.cta27_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

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

.section_cta27 {
  position: relative;
}

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

.cta27_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.timeline20_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

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

.timeline20_fade-overlay-right {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--background-color--background-primary));
  width: 4rem;
  height: 4px;
  position: absolute;
  right: 0%;
}

.timeline20_content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline20_progress-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
}

.timeline20_progress-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.timeline20_circle {
  z-index: 2;
  background-color: var(--hover);
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  border-radius: 100%;
  flex: none;
  width: .9375rem;
  height: .9375rem;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.section_timeline20 {
  background-color: var(--background-color--background-primary);
  overflow: hidden;
}

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

.section_timeline20.background-color-secondary {
  background-color: var(--background-secondary);
}

.timeline20_item-content {
  margin-right: 1rem;
}

.timeline20_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: 1fr max-content 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

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

.header49_content {
  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;
}

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

.layout179_item {
  text-align: center;
}

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

.layout179_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout179_image-wrapper-2 {
  width: 100%;
  position: relative;
}

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

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

.testimonial2_logo {
  max-height: 3.5rem;
}

.testimonial2_content {
  text-align: center;
}

.heading-style-h6-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.image-overlay-layer-smallbusiness {
  z-index: 1;
  background-image: url('../images/shridhar-thorat-6AKLKt-KmdY-unsplash.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-smallbusiness.hide {
  display: none;
}

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

.image-overlay-layer-kindergarten {
  z-index: 1;
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-kindergarten.hide {
  display: none;
}

.header30_background-image-kindergarten {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout179_content-kindergarten {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.layout179_image-kindergarten {
  width: 100%;
  height: 100%;
}

.testimonial2_grid-list-kindergarten {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio_portfolio_image-wrapper-chr {
  background-image: url('../images/christopherhaikal.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-chr:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper-mine {
  background-image: url('../images/minestone.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-mine:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper-apto {
  background-image: url('../images/aptotax.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-apto:hover {
  transform: scale(1.2);
}

.home_11_testimonial_rating-icon-3 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.container-large-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

.timeline20_circle-2 {
  z-index: 2;
  background-color: #3b73d6;
  border-radius: 100%;
  flex: none;
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px #fff;
}

.padding-global-16 {
  color: #a9a9a9;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-9 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

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

.button-6 {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #2563d1;
  border: 1px solid #2563d1;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button-6:hover {
  box-shadow: none;
  background-color: #3b73d6;
}

.button-6.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0072ff, #7db7ff 49%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Manrope, sans-serif;
  transition: opacity .2s, box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button-6.is-link.is-icon:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #fff, #fff 49%, #fff);
}

.button-6.is-secondary {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  font-family: Manrope, sans-serif;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), border-color .2s cubic-bezier(.455, .03, .515, .955), box-shadow .5s cubic-bezier(.455, .03, .515, .955), background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.button-6.is-secondary:hover {
  color: #3b73d6;
  border-color: #3b73d6;
}

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

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

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

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

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

.timeline20_progress-line-2 {
  background-color: #2563d1;
  width: 100%;
  height: 3px;
}

.timeline20_fade-overlay-right-2 {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 4rem;
  height: 4px;
  position: absolute;
  right: 0%;
}

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

.heading-style-h5-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-align-center-3 {
  text-align: center;
  font-family: Manrope, sans-serif;
}

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

.form_field-label-2 {
  color: #eee;
  margin-bottom: .5rem;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.error-text-2 {
  color: #b42318;
  font-family: Manrope, sans-serif;
}

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

.section_timeline20-2 {
  background-color: #fff;
  overflow: hidden;
}

.section_timeline20-2.background-color-secondary {
  background-color: #151822;
}

.heading-style-h3-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h6-4 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.success-text-2 {
  color: #027a48;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.text-color-grey-5 {
  color: #aaa;
  font-family: Manrope, sans-serif;
}

.contact-from-star-2 {
  color: #b42318;
}

.form_input-2 {
  color: #ccc;
  background-color: #151822;
  border: 1px solid #444;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form_input-2::placeholder {
  color: #ccc;
}

.form_input-2.is-text-area {
  color: #aaa;
  resize: none;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input-2.is-text-area::placeholder {
  color: #aaa;
}

.form_input-2.is-text-area.background-color-secondary {
  resize: none;
}

.form_input-2.is-text-area.background-color-secondary:focus {
  border-color: #ccc;
}

.form_input-2.is-text-area.background-color-secondary::placeholder {
  color: #a9a9a9;
}

.form_input-2.background-color-secondary {
  color: #fff;
  border-color: #666;
  border-radius: 10px;
}

.form_input-2.background-color-secondary:active {
  border-color: #ccc;
}

.form_input-2.background-color-secondary:focus {
  color: #ccc;
  border-color: #ccc;
}

.form_input-2.background-color-secondary::placeholder {
  color: #a9a9a9;
}

.form_input-2.is-select-input {
  color: #2563d1;
  background-color: #151822;
  border-color: #666;
  border-radius: 10px;
  width: 100%;
  font-weight: 500;
}

.form_input-2.is-select-input:focus {
  border-color: #ccc;
}

.layout179_image-wrapper-3 {
  width: 100%;
  position: relative;
}

.header30_background-image-realtor-luxury {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_11_testimonial_client-image-chris {
  filter: invert();
  object-fit: contain;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.portfolio_portfolio_image-wrapper-vin {
  background-image: url('../images/vincenzopace.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-vin:hover {
  transform: scale(1.2);
}

.portfolio_portfolio_image-wrapper-home-vin {
  background-image: url('../images/vincenzopace.webp');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  padding-top: 66%;
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.portfolio_portfolio_image-wrapper-home-vin:hover {
  transform: scale(1.2);
}

.header9_image-wrapper {
  flex: 1;
  position: relative;
}

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

.button-7 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-2.hide {
  display: none;
}

.section_header9 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

.header9_component {
  flex-flow: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.header9_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header9_background-image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

.button-8 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-8.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-8.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.image-overlay-layer-3 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/CDAP-Eligibility.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.layout271_item {
  border: 1px solid var(--hover);
  background-color: var(--background-primary);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(315deg, #13336b33, #f3f4f433 50%, #2563d133);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 270px;
  margin: 0;
  padding: 15px;
}

.layout271_item.match-bottom {
  background-color: var(--background-primary);
  border-style: none;
  padding-bottom: 39px;
}

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

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

.section_layout271 {
  position: relative;
}

.section_layout271.text-color-alternate {
  z-index: 2;
}

.layout271_background-image-wrapper {
  z-index: 0;
  opacity: .2;
  background-image: radial-gradient(circle closest-side, #2563d1, #2563d1a3 52%, #2563d100);
  position: absolute;
  inset: 0%;
}

.layout271_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout271_item-icon-wrapper {
  display: inline-block;
}

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

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--background-color--background-primary), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.rl-styleguide_label-3 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.timeline10_empty-space {
  width: 100%;
}

.heading-style-h3-5 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.timeline10_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.button-9 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-9.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.timeline10_circle-wrapper {
  justify-content: center;
  width: 2rem;
  display: flex;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.timeline10_item {
  z-index: 2;
  background-color: var(--background-secondary);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  overflow: hidden;
}

.timeline10_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, #fff0, var(--background-color--background-primary));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.heading-style-h5-4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.timeline-10-instructions-delete {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.timeline10_circle {
  z-index: 2;
  background-color: var(--text-color--text-primary);
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline10_progress-line-cover {
  z-index: 0;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

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

.timeline10_progress-line {
  background-color: var(--base-color-neutral--neutral);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.section_timeline10 {
  background-color: var(--background-primary);
  z-index: 2;
}

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

.heading-style-h3-6 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-10 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-10.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-10.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.section_timeline10-2 {
  z-index: -3;
  background-color: var(--background-color--background-primary);
}

.services_about-3_item {
  display: flex;
}

.heading-style-h3-7 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.services_about-3_item-list-2 {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_progress-line-2 {
  background-color: #0657a6;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline10_circle-wrapper-2 {
  color: var(--primary);
  justify-content: center;
  width: 2rem;
  display: flex;
}

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

.timeline10_circle-2 {
  z-index: 2;
  background-color: var(--hover);
  color: var(--hover);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.timeline-10-instructions-delete-2 {
  z-index: 1;
  text-align: left;
  background-color: #eee;
  padding: 2rem;
  position: relative;
}

.timeline-10-instructions-delete-2.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.section_timeline10-3 {
  background-color: var(--background-primary);
}

.text-size-regular-4 {
  color: #565656;
  font-size: 1rem;
}

.timeline10_fade-overlay-top-2 {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--primary), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_line-2 {
  background-color: #ccc;
  width: 3px;
  height: 100%;
}

.text-size-medium-22 {
  color: #565656;
  font-size: 1.125rem;
}

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

.timeline10_fade-overlay-bottom-2 {
  z-index: 0;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

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

.timeline10_item-2 {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
}

.timeline10_progress-line-cover-2 {
  background-color: var(--background-primary);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.services_about-3_item-list-9 {
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.services_about-3_item-list-9.long-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.heading-style-h6-5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_label-4 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #0657a6, #55a7f6 52%, #0657a6);
  -webkit-background-clip: text;
  background-clip: text;
}

.section_home_5_about-cdap {
  background-color: var(--background-secondary);
  z-index: 2;
}

.section_home_5_about-cdap.background-color-secondary {
  z-index: 2;
}

.calendly-link {
  background-color: var(--background-secondary);
}

.calendly-calendar {
  background-color: var(--background-primary);
}

.calendly-link-button {
  background-color: var(--background-secondary);
}

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

.button-11 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-11.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-11.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-11.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.image-overlay-layer-4 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.hero-quality_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.hero-quality_wrapper.align-left {
  align-self: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
}

.hero-quality {
  border-right: 2px solid var(--text-color);
  margin-left: 10px;
  padding-right: 10px;
  display: flex;
}

.hero-quality.last {
  border-right-style: none;
}

.hero-quality.first {
  margin-left: 0;
}

.pipe {
  background-image: linear-gradient(#fff, #fff);
  width: 1px;
  max-width: 1rem;
}

.custom-reviews {
  background-color: #fff0;
  background-image: url('../images/avatar-container.webp');
  background-position: 50%;
  background-size: cover;
  width: 20rem;
  height: 3rem;
}

.button-review {
  background-color: #fff3;
  border-radius: 10px;
  padding: .25rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button-review:hover {
  background-color: #ffffff4d;
}

.div-block-12 {
  display: flex;
}

.button-ovrelap-img {
  object-fit: cover;
  border-radius: 100%;
  width: 2.7rem;
  min-width: 2.7rem;
  height: 2.7rem;
  min-height: 2.7rem;
}

.button-ovrelap-img.overlap1 {
  width: 2.7rem;
  min-width: 2.7rem;
  height: 2.7rem;
  min-height: 2.7rem;
  margin-left: -20px;
}

.button-ovrelap-img.overlap1.margin-right-10 {
  margin-right: 10px;
}

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

.review-btn-txt {
  color: var(--text-color);
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.review-btn-txt.margin-right.small {
  margin-right: 10px;
}

.text-block-7 {
  font-family: Manrope, sans-serif;
}

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

.header30_background-image-wrapper1 {
  z-index: 0;
  background-image: linear-gradient(180deg, #0b0f19, var(--background-primary));
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.header30_background-image-wrapper2 {
  z-index: 0;
  opacity: .5;
  background-image: radial-gradient(circle at 100% 100%, #2563d1, #2563d100);
  position: absolute;
  inset: 0%;
}

.header30_background-image-wrapper3 {
  z-index: 0;
  background-color: var(--background-secondary);
  opacity: .35;
  background-image: url('../images/blurBG.webp');
  background-size: 725px;
  position: absolute;
  inset: 0%;
}

.header30_background-image-wrapper4 {
  z-index: 0;
  background-color: var(--background-primary);
  position: absolute;
  inset: 0%;
}

.section_video-onepagepro.background-color-primary {
  display: none;
}

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

.stats22_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

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

.section_stats22 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.stats22_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.stats22_lightbox-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-style-h6-6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.lightbox-play-icon-2 {
  z-index: 2;
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.stats22_lightbox {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.layout241_item-icon-wrapper {
  display: inline-block;
}

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

.button-12 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-12.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-12.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.section_layout241 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.section_layout241.background-color-secondary {
  background-color: var(--background-secondary);
  background-image: none;
}

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

.layout241_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.button-13 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-13.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-13.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-13.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.image-overlay-layer-5 {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

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

.build-style {
  outline-color: var(--primary);
  outline-offset: 0px;
  color: var(--primary);
  outline-width: 1px;
  outline-style: solid;
  display: inline-block;
  transform: rotate(15deg);
}

.build-style.green {
  color: #2ecc71;
}

.build-style.red {
  color: #e74c3c;
}

.build-style.yellow {
  color: #f1c40f;
}

.step-by-step-grid-component.middle {
  margin-top: -50px;
}

.step-by-step-grid-component-image {
  width: 50%;
  max-width: 200px;
  overflow: hidden;
}

.section_logo3 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  overflow: hidden;
}

.section_logo3.background-color-secondary {
  background-color: var(--background-secondary);
}

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

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

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

.logo3_logo {
  max-height: 3.5rem;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  filter: grayscale();
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.heading-style-h6-7 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.header30_background-image-wrapper5 {
  z-index: 0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.section_layout271-card {
  position: relative;
}

.section_layout271-card.text-color-alternate {
  z-index: 2;
}

.layout271_background-card-image-wrapper {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/blurBG.webp');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.layout271_background-card-image-wrapper2 {
  z-index: 0;
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.layout271_list-card {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

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

.button-14 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-14.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-14.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-14.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.layout271_background-image-wrapper-2 {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.button-15 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-15.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-15.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.heading-style-h6-8 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout195_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.section_layout195 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.section_layout195.background-color-secondary {
  background-color: var(--background-secondary);
}

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

.section_layout195.background-color-primary.ar-15 {
  width: 100%;
  height: 100%;
}

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

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

.bas-wrapper-custom {
  border: 4px solid var(--hover);
  border-radius: 16px;
  width: 100%;
  max-width: 840px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  object-position: 0% 0%;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h-rounded {
  z-index: 2;
  background-color: var(--hover);
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lottie-animation-7 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.bas-line-h-custom {
  z-index: 1;
  background-color: var(--text-color);
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h-custom {
  z-index: 3;
  background-color: var(--primary);
  color: var(--text-color);
  cursor: pointer;
  border-radius: 99px;
  padding: 4px 12px;
  position: absolute;
  top: 50px;
  left: 24px;
}

.bas-label-after-h-custom {
  z-index: 3;
  background-color: var(--primary);
  color: var(--text-color);
  cursor: pointer;
  border-radius: 99px;
  padding: 4px 12px;
  position: absolute;
  top: 50px;
  right: 24px;
}

.privacypolicy-link {
  color: var(--primary);
}

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

.privacypolicy-link.w--current {
  color: var(--primary);
}

.privacypolicy-link.w--current:hover {
  color: var(--hover);
}

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

.form_checkbox-icon-4 {
  cursor: pointer;
  background-color: #666;
  border: 1px solid #666;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

.section_logo3-2 {
  background-color: var(--background-secondary);
  color: #000;
  overflow: hidden;
}

.carousel-container {
  display: flex;
  overflow: hidden;
}

.logo-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.quality {
  color: var(--background-secondary);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--primary);
  font-family: Poppins, sans-serif;
  font-size: 7rem;
  font-weight: 800;
}

.star {
  color: #ffe57a;
  font-family: Merriweather, serif;
  font-size: 6rem;
}

.img-container {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  display: flex;
}

.section_logo3-3 {
  color: #000;
  background-color: #333;
  overflow: hidden;
}

.quality-2 {
  color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.section_logo3-4 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  overflow: hidden;
}

.heading-style-h6-9 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.button-16 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-16.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

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

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

.form_input-3::placeholder {
  color: #0009;
}

.form_input-3.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.form_input-3.is-alternate::placeholder {
  color: #fff9;
}

.header6_background-image {
  opacity: .4;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.form_message-success-wrapper-2 {
  margin-top: 1rem;
  padding: 0;
}

.header6_content {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 41.7rem;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header6_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.header6_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header6_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_header6 {
  position: relative;
}

.section_header6.text-color-alternate.ar-3 {
  aspect-ratio: 16 / 9;
}

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

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

.button-17 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-17.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-17.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.layout239_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.section_layout239 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.button-18 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-18.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-18.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-18.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.image-overlay-layer-6 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout259_background-image {
  opacity: .2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout259_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.layout259_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--background-primary), #0b0f19bf 54%, var(--background-primary)), url('../images/background.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.section_layout259 {
  position: relative;
}

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

.gradient-padding {
  background-image: linear-gradient(180deg, var(--primary), var(--text-color) 25%, var(--text-color) 74%, var(--primary));
  border-radius: 10px;
  padding: 1px;
}

.section-why-work-with-us.background-color-primary {
  background-image: radial-gradient(circle closest-side, #2563d140, #2563d100);
}

.explore-portfolio-component {
  position: relative;
}

.explore-portfolio-component.background-color-primary {
  padding-bottom: 4rem;
}

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

.portfolio_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.layout271_background-card-image-wrapper3 {
  z-index: 0;
  opacity: .2;
  background-image: radial-gradient(circle closest-side, #2563d1, #2563d100);
  position: absolute;
  inset: 0%;
}

.header2_component-landing {
  grid-column-gap: 2.2rem;
  grid-row-gap: .6rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.container-large-landing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  display: flex;
}

.layout271_component-landing {
  z-index: 1;
  background-image: url('../images/DottedLine.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 71%;
  position: relative;
}

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

.testimonial22_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial22_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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

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

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

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

.button-wrapper {
  display: flex;
}

.testimonial22_logo {
  max-height: 3rem;
}

.testimonial22_card {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.margin.margin-small-top-bot {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.testimonial-video-1, .testimonial-video-2, .testimonial-video-3 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.design-rush {
  margin-top: 30px;
}

.gradient-link {
  background-image: linear-gradient(90deg, var(--primary), #99b6e9 50%, var(--primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.gradient-link:hover {
  color: var(--base-color-brand--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

@media screen and (min-width: 1280px) {
  .text-size-medium.text-color-grey {
    color: var(--base-color-neutral--neutral-light);
  }

  .heading-style-h2, .heading-style-h6 {
    color: var(--text-color);
  }

  .heading-style-h6.text-color-grey {
    color: var(--base-color-neutral--neutral-light);
  }

  .heading-style-h5, .heading-style-h1 {
    color: var(--text-color);
  }

  .button {
    font-family: Manrope, sans-serif;
  }

  .button.is-link.is-icon {
    box-shadow: none;
  }

  .heading-style-h4, .heading-style-h3 {
    color: var(--text-color);
  }

  .form_input.is-text-area.background-color-secondary::placeholder {
    color: var(--light-text);
  }

  .form_input.background-color-secondary {
    border-color: var(--base-color-neutral--neutral);
    border-radius: 10px;
  }

  .icon-embed-xxsmall {
    color: var(--primary);
  }

  .navbar5_logo {
    max-width: 100%;
  }

  .home_3_stats_item {
    border-left-color: var(--base-color-neutral--neutral-lightest);
  }

  .home_3_stats_number {
    color: var(--base-color-neutral--white);
    font-family: Poppins, sans-serif;
  }

  .section_home_7_features-list.background-color-primary {
    border: 1px #000;
  }

  .heading-2 {
    color: var(--base-color-brand--white);
  }

  .section_header2 {
    min-height: 100vh;
  }

  .gradient-primary {
    background-image: linear-gradient(90deg, #0072ff, #00c6ff 54%, #0072ff);
  }

  .talk-to-us-title.text-color-white {
    margin-top: 15px;
    display: block;
  }

  .text {
    text-decoration: none;
  }

  .call-us-number.text-color-grey {
    display: none;
  }

  .call-us, .talk-to-us {
    text-decoration: none;
  }

  .talk-to-us-email.text-color-white {
    display: none;
  }

  .call-us-title.text-color-white {
    margin-top: 15px;
    display: block;
  }

  .heading-7 {
    font-family: Poppins, sans-serif;
  }

  .text-color-grey {
    color: var(--light-text);
    font-family: Manrope, sans-serif;
  }

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

  .icon-embed-xsmall-star {
    color: gold;
  }

  .icon-embed-xsmall-footer {
    color: var(--text-color);
  }

  .fr {
    font-family: Manrope, sans-serif;
    display: inline;
  }

  .form-3-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-size-medium-3.text-color-grey {
    color: #aaa;
  }

  .heading-8, .heading-style-h6-2 {
    color: #fff;
  }

  .text-color-grey-2 {
    color: #a9a9a9;
    font-family: Manrope, sans-serif;
  }

  .heading-style-h3-2 {
    color: #fff;
  }

  .button-3 {
    font-family: Manrope, sans-serif;
  }

  .button-3.is-link.is-icon {
    box-shadow: none;
  }

  .text-color-grey-3 {
    color: #a9a9a9;
    font-family: Manrope, sans-serif;
  }

  .button-4 {
    font-family: Manrope, sans-serif;
  }

  .button-4.is-link.is-icon {
    box-shadow: none;
  }

  .text-color-grey-4 {
    color: #a9a9a9;
    font-family: Manrope, sans-serif;
  }

  .hero-nfc-card-wrapper {
    max-width: 450px;
  }

  .heading-2-center {
    color: var(--base-color-brand--white);
  }

  .hero-nfc-card-wrapper-home {
    max-width: 450px;
  }

  .heading-style-h1-3 {
    color: #fff;
  }

  .navbar5_logo-_fr {
    max-width: 100%;
  }

  .heading-9 {
    color: #fff;
  }

  .button-6 {
    font-family: Manrope, sans-serif;
  }

  .button-6.is-link.is-icon {
    box-shadow: none;
  }

  .icon-embed-xsmall-footer-2, .heading-style-h6-4 {
    color: #fff;
  }

  .text-color-grey-5 {
    color: #a9a9a9;
    font-family: Manrope, sans-serif;
  }

  .form_input-2.is-text-area.background-color-secondary::placeholder {
    color: #a9a9a9;
  }

  .form_input-2.background-color-secondary {
    border-color: #666;
    border-radius: 10px;
  }

  .icon-embed-xxsmall-star {
    color: gold;
  }

  .quality {
    font-size: 5rem;
  }

  .star {
    font-size: 7rem;
  }

  .quality-2 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .stats22_lightbox {
    width: 500px;
    height: 500px;
  }

  .star {
    font-size: 7rem;
  }
}

@media screen and (min-width: 1920px) {
  .container-large {
    min-height: 100%;
  }

  .form_input.is-text-area.background-color-secondary, .form_input.background-color-secondary {
    border-color: var(--base-color-neutral--neutral);
  }

  .section_header2 {
    min-height: 0;
  }

  .section_header2.background-color-primary {
    height: 100vh;
  }

  .header2_component {
    padding-top: 0;
  }

  .header2_image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 45rem;
    display: flex;
  }

  .talk-to-us-title.text-color-white {
    margin-top: 0;
  }

  .call-us-number.text-color-grey, .talk-to-us-email.text-color-white {
    display: block;
  }

  .call-us-title.text-color-white {
    margin-top: 0;
  }

  .nfc-hero-card {
    max-width: 100%;
  }

  .hero-nfc-card-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    display: flex;
  }

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

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

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

  .seo-hero-animation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-nfc-card-wrapper-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    display: flex;
  }

  .container-large-5 {
    min-height: 100%;
  }

  .header2_component-2 {
    padding-top: 10rem;
  }

  .header2_image-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 45rem;
    display: flex;
  }

  .container-large-home-hero, .container-large-web-design-hero, .container-large-web-seo-hero, .container-large-card-hero {
    min-height: 100%;
  }

  .navbar5_logo-_fr {
    max-width: 100%;
  }

  .header65_background-image-wrapper-quebec {
    background-image: linear-gradient(#00000080, #00000080), url('../images/quebec-city.webp');
    background-position: 0 0, 50% 35%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .container-large-11 {
    min-height: 100%;
  }

  .form_input-2.is-text-area.background-color-secondary, .form_input-2.background-color-secondary {
    border-color: #666;
  }

  .quality {
    font-size: 5rem;
  }

  .star {
    font-size: 7rem;
  }

  .quality-2 {
    font-size: 5rem;
  }

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

  .header2_component-landing {
    padding-top: 0;
  }

  .container-large-landing {
    min-height: 100%;
  }
}

@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-large.align-center.landing {
    margin-top: 100px;
  }

  .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-top.margin-medium.hero-btn {
    justify-content: center;
    align-items: center;
  }

  .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.text-color-grey.margin-top-2.hero-description {
    text-align: center;
  }

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

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

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

  .heading-style-h1.text-color-alternate.hero-center, .heading-style-h1.hero-header {
    text-align: center;
  }

  .button.is-alternate.button-pricing {
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
  }

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

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

  .button-group.mobile {
    display: flex;
  }

  .button-group.desktop {
    display: none;
  }

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

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

  .navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

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

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

  .navbar5_menu-button.w--open {
    background-color: #0000;
  }

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

  .navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_menu {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--border-color--border-primary);
    -webkit-text-fill-color: inherit;
    background-color: #10141e;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: absolute;
    overflow: auto;
  }

  .navbar5_large-item-content {
    width: 100%;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_blog-list, .navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar5_dropdown-content {
    flex-direction: column;
  }

  .navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

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

  .menu-icon_line-top {
    background-color: var(--text-color);
    color: var(--base-color-system--success-green-light);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_blog-item {
    width: 100%;
  }

  .navbar5_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .home_3_stats_number {
    font-size: 4rem;
  }

  .home_3_stats_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }

  .home_4_cta_content {
    margin-right: 3rem;
  }

  .home_4_cta_component {
    grid-column-gap: 3rem;
  }

  .home_4_cta_button-row {
    flex: none;
  }

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

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

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

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

  .home_8_cta_button-row {
    flex: none;
  }

  .home_8_cta_content {
    margin-right: 3rem;
  }

  .home_8_cta_component {
    grid-column-gap: 3rem;
  }

  .home_10_features-list_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

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

  .home_11_testimonial_mask {
    width: 100%;
  }

  .home_11_testimonial_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .home_12_contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .about_hero-header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .about_cta_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about_cta_card-content {
    padding: 3rem;
  }

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

  .about_contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .portfolio_portfolio_item {
    grid-column-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .portfolio_contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .calculator_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .calculator_contact_form {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .website-design_how-it-works_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .website-design_how-it-works_timeline-step {
    grid-column-gap: 24px;
  }

  .website-design_contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .seo-solutions_cta_content {
    margin-right: 3rem;
  }

  .seo-solutions_cta_component {
    grid-column-gap: 3rem;
  }

  .seo-solutions_cta_button-row {
    flex: none;
  }

  .seo-solutions_pricing_plan {
    width: 50%;
  }

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

  .seo-solutions_how-it-works_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .seo-solutions_how-it-works_timeline-step {
    grid-column-gap: 24px;
  }

  .seo-solutions_contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .smart-cards_2_testimonial_component {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .smart-cards_4_cta_content {
    margin-right: 3rem;
  }

  .smart-cards_4_cta_component {
    grid-column-gap: 3rem;
  }

  .smart-cards_4_cta_button-row {
    flex: none;
  }

  .smart-cards_5_testimonial_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .smart-cards_5_testimonial_client-image {
    max-width: 100%;
  }

  .smart-cards_6_how-it-works_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .smart-cards_6_how-it-works_timeline-step {
    grid-column-gap: 24px;
  }

  .smart-cards_7_contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-grid_featured-blog-list-header_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid_contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-page_blog-post-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-page_blog-post-body_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-page_blog-post-body_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--border-color--border-primary);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .blog-page_blog-post-body_accordion-icon {
    display: flex;
  }

  .blog-page_blog-post-body_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .blog-page_blog-post-body_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

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

  .blog-page_header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header2_component {
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .header2_image-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .talk-to-us-title.text-color-white {
    display: flex;
  }

  .call-us-number.text-color-grey, .talk-to-us-email.text-color-white {
    display: block;
  }

  .call-us-title.text-color-white {
    display: flex;
  }

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

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

  .dropdown-toggle {
    padding: .75rem 0;
    display: block;
  }

  .dropdown-toggle.navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
  }

  .dropdown {
    display: block;
  }

  .icon {
    position: absolute;
    inset: 0%;
  }

  .numbers-accent {
    font-size: 2.75rem;
  }

  .fr {
    display: none;
  }

  .navbar5_linkfr {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    display: block;
  }

  .navbar5_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #10141e;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-top-2 {
    color: #ecfdf3;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-bottom-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_linkfr-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .ui-slider-handle {
    border-radius: 60px;
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out, height .2s ease-in-out, width .2s ease-in-out;
  }

  .ui-slider-handle:hover {
    background-color: #f7941e;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    top: -400%;
    box-shadow: 0 2px 4px -3px #000;
  }

  .smart-cards_5_testimonial_client-image-wrapper-business {
    width: 300px;
  }

  .fs-toc_richtext {
    padding: 1.5rem;
  }

  .fs-toc_example {
    flex-direction: column;
  }

  .fs-toc_sidebar {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    top: 0;
  }

  .dropdown-toggle-footer {
    padding-left: 0;
    padding-right: 15px;
    display: block;
  }

  .icon-footer {
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

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

  .scrollanimation-div {
    margin-top: 0;
  }

  .web-design-lottie {
    max-width: 300px;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .header2_lottie-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .seo-hero-animation {
    width: 50%;
    padding-top: 2rem;
  }

  .home-animation {
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .button-group-home {
    align-self: center;
  }

  .layout179_image-wrapper-home {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-web-design-animation, .services-seo-animation, .nfc-hero-card-home {
    max-width: 400px;
  }

  .padding-section-smart-card {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

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

  .header2_component-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    min-height: auto;
  }

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

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

  .tos-text {
    padding: 1.5rem;
  }

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

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

  .seo-animation-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-seo-animation-landing {
    max-width: 400px;
  }

  .landing-page-packages, .home_10_features-list_component_home {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .header30_content.landing {
    justify-content: center;
    align-items: flex-start;
  }

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

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

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

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

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

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

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

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

  .layout179_content {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

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

  .testimonial2_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

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

  .layout179_content-kindergarten, .testimonial2_grid-list-kindergarten {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

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

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

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

  .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .layout271_item {
    height: 350px;
  }

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

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

  .timeline10_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline10_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

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

  .hero-quality_wrapper {
    display: none;
  }

  .hero-quality {
    border-right-style: none;
  }

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

  .stats22_list {
    grid-column-gap: 2rem;
    flex-direction: row;
    padding: 2rem;
  }

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

  .stats22_lightbox {
    width: 300px;
    height: 300px;
  }

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

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

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

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

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

  .layout271_list-card {
    grid-column-gap: 2rem;
  }

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

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

  .star {
    font-size: 6rem;
  }

  .header6_background-image {
    object-position: 20% 50%;
  }

  .layout239_list, .layout259_list {
    grid-column-gap: 2rem;
  }

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

  .portfolio_button-row {
    flex: none;
  }

  .header2_component-landing {
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .testimonial-video-1, .testimonial-video-2, .testimonial-video-3 {
    width: 300px;
    height: 300px;
  }
}

@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.25rem;
  }

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

  .heading-style-h1.hero-header {
    font-size: 3rem;
  }

  .heading-style-h1.padding-top-30 {
    margin-top: 30px;
  }

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

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

  .button-group.is-center.mobile-center-left {
    justify-content: flex-start;
    align-items: 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-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;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar5_component {
    min-height: 4rem;
  }

  .navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar5_menu {
    padding-bottom: 6rem;
  }

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .home_2_logo-list_logo {
    max-height: 3rem;
  }

  .home_2_logo-list_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .home_2_logo-list_wrapper {
    padding: .75rem 1rem;
  }

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

  .home_3_stats_number {
    font-size: 3.5rem;
  }

  .home_3_stats_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home_4_cta_content {
    margin-right: 0;
  }

  .home_4_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_4_cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

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

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

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

  .home_8_cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .home_8_cta_content {
    margin-right: 0;
  }

  .home_8_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_10_features-list_content {
    margin-bottom: 50px;
  }

  .home_10_features-list_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    display: block;
  }

  .home_11_testimonial_component {
    padding-bottom: 5rem;
  }

  .home_11_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .home_11_testimonial_divider {
    display: none;
  }

  .home_11_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .home_11_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home_11_testimonial_arrow.is-left {
    right: 3.5rem;
  }

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

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

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

  .footer4_bottom-wrapper {
    padding-bottom: 1rem;
  }

  .about_hero-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

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

  .about_cta_card-content {
    padding: 2rem;
  }

  .about_faq_component, .about_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .portfolio_portfolio_title-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .portfolio_portfolio_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .calculator_hero-header_component {
    height: auto;
    max-height: none;
  }

  .calculator_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .calculator_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .calculator_faq_icon-wrapper {
    width: 1.75rem;
  }

  .calculator_faq_component, .website-design_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .website-design_how-it-works_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .website-design_how-it-works_component {
    grid-template-columns: 1fr;
  }

  .website-design_how-it-works_progress-bar-wrapper {
    left: 2rem;
  }

  .website-design_contact_component, .seo-solutions_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .seo-solutions_cta_content {
    margin-right: 0;
  }

  .seo-solutions_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .seo-solutions_cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .seo-solutions_pricing_plan {
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .seo-solutions_pricing_plans {
    grid-template-columns: 1fr;
  }

  .seo-solutions_how-it-works_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .seo-solutions_how-it-works_component {
    grid-template-columns: 1fr;
  }

  .seo-solutions_how-it-works_progress-bar-wrapper {
    left: 2rem;
  }

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

  .smart-cards_2_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .smart-cards_2_testimonial_component {
    grid-template-columns: 1fr;
  }

  .smart-cards_2_testimonial_content {
    padding: 1.5rem;
  }

  .smart-cards_2_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

  .smart-cards_4_cta_content {
    margin-right: 0;
  }

  .smart-cards_4_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .smart-cards_4_cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .smart-cards_5_testimonial_client-image-wrapper-google-review {
    height: 350px;
  }

  .smart-cards_5_testimonial_client {
    align-items: center;
    width: 100%;
  }

  .smart-cards_5_testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .smart-cards_5_testimonial_arrow {
    inset: 0% 0% auto auto;
  }

  .smart-cards_5_testimonial_arrow.is-left {
    right: 3.5rem;
  }

  .smart-cards_5_testimonial_slide-nav {
    inset: 0% auto auto 0%;
  }

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

  .smart-cards_5_testimonial_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .smart-cards_6_how-it-works_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .smart-cards_6_how-it-works_component {
    grid-template-columns: 1fr;
  }

  .smart-cards_6_how-it-works_progress-bar-wrapper {
    left: 2rem;
  }

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

  .blog-grid_featured-blog-list-header_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog-grid_featured-blog-list-header_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog-grid_featured-blog-list-header_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blog-grid_featured-blog-list-header_list, .blog-grid_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-page_blog-post-header_component {
    grid-row-gap: 3rem;
  }

  .blog-page_blog-post-body_sidebar-heading-text {
    font-size: 1rem;
  }

  .blog-page_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog-page_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog-page_faq_icon-wrapper {
    width: 1.75rem;
  }

  .heading-2.padding-top-30 {
    margin-top: 30px;
  }

  .header2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

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

  .header2_image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .header2_content {
    position: static;
  }

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

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

  .lottie-animation {
    width: 75%;
  }

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

  .numbers-accent {
    font-size: 2.25rem;
  }

  .navbar5_menu-2 {
    padding-bottom: 6rem;
  }

  .div-slide-input {
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
  }

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

  .padding-section-xsmall-footer {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .smart-cards_5_testimonial_client-image-wrapper-business {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 450px;
  }

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

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

  .home_11_testimonial_arrow-2.is-left {
    right: 3.5rem;
  }

  .home_11_testimonial_divider-2 {
    display: none;
  }

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

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

  .smart-cards_5_testimonial_arrow-2 {
    inset: 0% 0% auto auto;
  }

  .smart-cards_5_testimonial_arrow-2.is-left {
    right: 3.5rem;
  }

  .smart-cards_5_testimonial_arrow-3 {
    inset: 0% 0% auto auto;
  }

  .smart-cards_5_testimonial_arrow-3.is-left {
    right: 3.5rem;
  }

  .hero-nfc-card-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    position: static;
  }

  .web-design-lottie {
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .web-design-lottie.mobile {
    display: flex;
  }

  .home_2_logo-list_logo-inverse {
    max-height: 3rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

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

  .logo2_wrapper {
    padding: .75rem 1rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .seo-lottie {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .animation-div.desktop {
    display: none;
  }

  .animation-div.mobile {
    display: flex;
  }

  .heading-2-center.padding-top-30 {
    margin-top: 30px;
  }

  .header2_lottie-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .seo-hero-animation {
    width: 70%;
    padding-top: 1rem;
  }

  .home-animation {
    width: 75%;
  }

  .button-group-home {
    align-self: center;
  }

  .hero-nfc-card-wrapper-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    position: static;
  }

  .layout179_image-wrapper-home {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-web-design-animation, .services-seo-animation, .nfc-hero-card-home {
    max-width: 350px;
  }

  .padding-section-smart-card {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

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

  .heading-style-h1-3.hero-header {
    font-size: 3rem;
  }

  .header2_component-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-auto-flow: row;
  }

  .header2_image-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .lottie-animation-6, .website-design-animation {
    width: 75%;
  }

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

  .padding-top-30 {
    margin-top: 30px;
  }

  .footer4_credit-text-copy, .tos-link {
    margin-top: 1rem;
  }

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

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

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

  .seo-animation-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-seo-animation-landing {
    max-width: 350px;
  }

  .landing-page-packages, .home_10_features-list_component_home {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

  .timeline20_list {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

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

  .timeline20_fade-overlay-right, .timeline20_empty-space {
    display: none;
  }

  .timeline20_progress-line {
    width: 3px;
    height: 100%;
  }

  .timeline20_progress-wrapper {
    flex-direction: column;
    width: auto;
  }

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

  .timeline20_item-content {
    text-align: left;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .timeline20_item {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
  }

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

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

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

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

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

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

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

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

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

  .layout179_content-kindergarten, .testimonial2_grid-list-kindergarten {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .timeline20_progress-line-2 {
    width: 3px;
    height: 100%;
  }

  .timeline20_fade-overlay-right-2 {
    display: none;
  }

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

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

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

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

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

  .header9_component {
    height: auto;
    max-height: none;
  }

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

  .layout271_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .layout271_item {
    height: 225px;
  }

  .layout271_item.match-bottom {
    height: 250px;
  }

  .layout271_component {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .timeline10_empty-space {
    display: none;
  }

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

  .timeline10_progress, .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

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

  .timeline10_circle {
    margin-top: 2.25rem;
  }

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

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

  .timeline10_circle-wrapper-2 {
    left: 0;
  }

  .timeline10_circle-2 {
    margin-top: 2.25rem;
  }

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

  .timeline10_item-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

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

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

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

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

  .stats22_list {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 0;
  }

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

  .stats22_lightbox {
    width: 250px;
    height: 250px;
  }

  .stats22_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .step-by-step-grid-component {
    text-align: center;
    margin-bottom: 30px;
  }

  .step-by-step-grid-component.middle {
    margin-top: 0;
  }

  .step-by-step-grid-component-image {
    width: 30%;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

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

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

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

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

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

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

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

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

  .star {
    font-size: 6rem;
  }

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

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

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

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

  .layout259_background-image {
    object-fit: cover;
    object-position: 0% 50%;
  }

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

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

  .portfolio_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .header2_component-landing {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .layout271_component-landing {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

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

  .testimonial22_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial22_card {
    padding: 1.5rem;
  }

  .testimonial-video-1, .testimonial-video-2, .testimonial-video-3 {
    width: 250px;
    height: 250px;
  }
}

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

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

  .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.smaller-mobile {
    font-size: 2rem;
  }

  .heading-style-h1.hero-header {
    font-size: 2.5rem;
  }

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

  .button-group.mobile {
    margin-bottom: 30px;
  }

  .button-group.button-align-left {
    justify-content: flex-start;
    align-items: center;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .navbar5_large-item-content {
    margin-top: 1rem;
  }

  .navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .home_2_logo-list_list {
    justify-content: center;
  }

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

  .home_3_stats_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home_5_about_component, .home_9_header_component {
    grid-template-columns: 1fr;
  }

  .layout179_image-wrapper {
    display: none;
  }

  .home_7_features-list_component, .home_10_features-list_component, .home_12_contact_component {
    grid-template-columns: 1fr;
  }

  .footer4_top-wrapper {
    padding-bottom: 10px;
  }

  .footer4_bottom-wrapper {
    display: flex;
  }

  .about_hero-header_component, .about_about_item-list, .about_about_component, .about_cta_card, .about_contact_component, .portfolio_contact_component, .calculator_hero-header_content-wrapper, .calculator_faq_component, .website-design_feature_component, .website-design_feature_item-list, .website-design_how-it-works_component, .website-design_contact_component, .seo-solutions_feature_component, .seo-solutions_feature_item-list {
    grid-template-columns: 1fr;
  }

  .seo-solutions_pricing_tab-link {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .seo-solutions_how-it-works_component, .seo-solutions_contact_component, .smart-cards_3_feature_item-list, .smart-cards_3_feature_component {
    grid-template-columns: 1fr;
  }

  .smart-cards_5_testimonial_client-image-wrapper-google-review {
    height: 350px;
  }

  .smart-cards_5_testimonial_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .smart-cards_5_testimonial_content, .smart-cards_6_how-it-works_component, .smart-cards_7_contact_component {
    grid-template-columns: 1fr;
  }

  .blog-grid_featured-blog-list-header_list {
    grid-row-gap: 3rem;
  }

  .blog-grid_contact_component, .blog-page_blog-post-header_component {
    grid-template-columns: 1fr;
  }

  .blog-page_blog-post-body_sidebar-heading, .blog-page_blog-post-body_sidebar-heading-text {
    align-self: auto;
  }

  .blog-page_header_component, .header2_component {
    grid-template-columns: 1fr;
  }

  .header2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .checkbox-inline {
    padding-left: 0;
  }

  .ui-widget-content {
    background-color: #e5e5e5;
  }

  .div-block-4, .radio2_component {
    max-width: 300px;
  }

  .radio2_icon {
    width: 150px;
  }

  .home_4_cta_background-image-wrapper1 {
    background-image: linear-gradient(#0000, #0000), url('../images/planet-volumes-OvTBTKwdjMs-unsplash.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .cell-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
  }

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

  .cell-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cell-9 {
    display: none;
  }

  .padding-section-xsmall-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .smart-cards_5_testimonial_client-image-wrapper-business {
    width: 90%;
  }

  .hero-nfc-card-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .web-design-lottie {
    margin-bottom: 10px;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .logo2_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .seo-lottie {
    margin-bottom: 10px;
  }

  .seo-hero-animation {
    padding-top: 0;
  }

  .seo-months {
    font-family: Manrope, sans-serif;
    font-size: .8rem;
  }

  .text-block-6 {
    font-family: Manrope, sans-serif;
  }

  .button-group-home {
    justify-content: center;
    align-items: center;
  }

  .hero-nfc-card-wrapper-home {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .layout179_image-wrapper-home {
    width: 100%;
    max-width: 100%;
  }

  .lottie-animation-5 {
    max-width: 50px;
  }

  .nfc-hero-card-home {
    max-width: 100%;
  }

  .heading-style-h1-3.hero-header {
    font-size: 2.5rem;
  }

  .header2_component-2, .about_referral_component, .layout17_component {
    grid-template-columns: 1fr;
  }

  .seo-animation-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .landing-page-packages, .home_10_features-list_component_home, .layout16_content, .layout72_content {
    grid-template-columns: 1fr;
  }

  .timeline20_fade-overlay-right {
    width: 1rem;
    left: 0%;
  }

  .timeline20_empty-space {
    display: none;
  }

  .header49_content, .layout179_content, .layout179_content-kindergarten {
    grid-template-columns: 1fr;
  }

  .button-group-3 {
    justify-content: center;
    align-items: center;
  }

  .timeline20_fade-overlay-right-2 {
    width: 1rem;
    left: 0%;
  }

  .header9_content-wrapper, .layout271_list {
    grid-template-columns: 1fr;
  }

  .layout271_item {
    height: 250px;
  }

  .layout271_item.match-bottom {
    height: 275px;
  }

  .timeline10_item, .timeline10_item-2 {
    grid-template-columns: 3rem 1fr;
  }

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

  .video_onepagepro_component, .stats22_list {
    grid-template-columns: 1fr;
  }

  .stats22_lightbox {
    width: 200px;
    height: 200px;
  }

  .stats22_content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .step-by-step-grid-component-image {
    width: 40%;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo3_list {
    justify-content: center;
  }

  .header30_background-image-wrapper5 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .layout271_list-card, .layout195_content, .layout195_item-list {
    grid-template-columns: 1fr;
  }

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

  .header6_background-image {
    object-position: 0% 100%;
  }

  .header6_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout239_list, .layout259_list, .header2_component-landing {
    grid-template-columns: 1fr;
  }

  .testimonial-video-1, .testimonial-video-2, .testimonial-video-3 {
    width: 200px;
    height: 200px;
  }
}

#w-node-_72b63bae-c7ca-8e66-c329-4ed5ccfbdcbc-d3e336e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af83c0e1-73f5-ea11-0a5e-971f6992eb5f-d3e336e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d43433c-2ce8-8000-31c2-ac64534f44d3-d3e336e1, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44dd-d3e336e1, #w-node-_023ddde8-9f3c-435b-a99f-c7e2a6d88cd0-d3e336e1, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44d5-d3e336e1, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44db-d3e336e1 {
  justify-self: center;
}

#w-node-_3d43433c-2ce8-8000-31c2-ac64534f454e-d3e336e1, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f4554-d3e336e1, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f455a-d3e336e1 {
  align-self: start;
}

#w-node-_392c22da-6b45-b4cd-298d-a8db4d60814d-4d608148 {
  justify-self: start;
}

#w-node-_392c22da-6b45-b4cd-298d-a8db4d60815a-4d608148 {
  justify-self: end;
}

#w-node-c23c8412-e198-9bef-05b5-00690ceeeffe-0ceeefeb, #w-node-c23c8412-e198-9bef-05b5-00690ceef004-0ceeefeb, #w-node-c23c8412-e198-9bef-05b5-00690ceef00a-0ceeefeb {
  align-self: start;
}

#w-node-c23c8412-e198-9bef-05b5-00690ceef023-0ceeefeb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-d3e336f9 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-d3e336f9 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-d3e336f9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-d3e336f9, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-d3e336f9, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-d3e336f9, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-d3e336f9, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-d3e336f9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-d3e336f9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-d3e336f9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-d3e336f9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-d3e336f9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-d3e336f9 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-d3e336f9 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-d3e336f9 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-d3e336f9, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-d3e336f9, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-d3e336f9 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-d3e336f9, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-d3e336f9, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-d3e336f9 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-d3e336f9, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-d3e336f9, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-d3e336f9 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-d3e336f9, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-d3e336f9, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-d3e336f9 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-d3e336f9, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-d3e336f9, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-d3e336f9 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-d3e336f9, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-d3e336f9, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-d3e336f9 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-d3e336f9, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-d3e336f9, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-d3e336f9 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-d3e336f9, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-d3e336f9, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-d3e336f9 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-d3e336f9, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-d3e336f9 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-d3e336f9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-d3e336f9 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-d3e336f9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-d3e336f9, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-d3e336f9, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-d3e336f9, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-d3e336f9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-d3e336f9, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-d3e336f9 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-d3e336f9, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-d3e336f9, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-d3e336f9 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-d3e336f9, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-d3e336f9, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-d3e336f9 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-d3e336f9, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-d3e336f9, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-d3e336f9 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-d3e336f9, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-d3e336f9, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-d3e336f9 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-d3e336f9, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-d3e336f9, #w-node-ee961e8d-845a-edc3-3307-509470022457-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-d3e336f9 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-d3e336f9, #w-node-ee961e8d-845a-edc3-3307-50947002245b-d3e336f9, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-d3e336f9 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-d3e336f9, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-d3e336f9, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-d3e336f9 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-d3e336f9, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-d3e336f9, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-d3e336f9 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-d3e336f9, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-d3e336f9, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-d3e336f9 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-d3e336f9, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-d3e336f9, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-d3e336f9 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-d3e336f9, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-d3e336f9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-d3e336f9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-d3e336f9 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-d3e336f9 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-d3e336f9 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-d3e336f9 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-d3e336f9 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-d3e336f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-d3e336f9 {
  justify-self: start;
}

#w-node-bde67023-3da8-4a7a-6ce9-f8334ee42779-d3739af4, #w-node-bde67023-3da8-4a7a-6ce9-f8334ee4277f-d3739af4, #w-node-bde67023-3da8-4a7a-6ce9-f8334ee42785-d3739af4, #w-node-_4bb2a845-d471-f3f7-28e8-91018471c084-d3739af4, #w-node-_4bb2a845-d471-f3f7-28e8-91018471c08a-d3739af4, #w-node-_4bb2a845-d471-f3f7-28e8-91018471c090-d3739af4, #w-node-_7c1a0d03-78ca-70a4-5fcc-ff9a2e4868c8-d3739af4, #w-node-_7c1a0d03-78ca-70a4-5fcc-ff9a2e4868ce-d3739af4, #w-node-_7c1a0d03-78ca-70a4-5fcc-ff9a2e4868d4-d3739af4, #w-node-bc4ba934-c8e5-29c6-b48d-e1ab711902f4-d3739af4, #w-node-bc4ba934-c8e5-29c6-b48d-e1ab711902fa-d3739af4, #w-node-bc4ba934-c8e5-29c6-b48d-e1ab71190300-d3739af4, #w-node-_7b9d7c06-5f55-026b-247f-f341d3060a59-d3739af4, #w-node-_7b9d7c06-5f55-026b-247f-f341d3060a5f-d3739af4, #w-node-_7b9d7c06-5f55-026b-247f-f341d3060a65-d3739af4, #w-node-b371cbf7-b834-462d-c5ad-7463b983d8a0-d3739af4, #w-node-b371cbf7-b834-462d-c5ad-7463b983d8a6-d3739af4, #w-node-b371cbf7-b834-462d-c5ad-7463b983d8ac-d3739af4, #w-node-d70a8fe3-ec0c-4957-9179-8d321cc3a42a-d3739af4, #w-node-d70a8fe3-ec0c-4957-9179-8d321cc3a430-d3739af4, #w-node-d70a8fe3-ec0c-4957-9179-8d321cc3a436-d3739af4, #w-node-_15b1af1f-95e0-a3b0-a72a-fea5fe770e20-d3739af4, #w-node-_15b1af1f-95e0-a3b0-a72a-fea5fe770e26-d3739af4, #w-node-_15b1af1f-95e0-a3b0-a72a-fea5fe770e2c-d3739af4, #w-node-d5e892ac-49c1-8ed7-feb9-c41ed847466a-d3739af4, #w-node-d5e892ac-49c1-8ed7-feb9-c41ed8474670-d3739af4, #w-node-d5e892ac-49c1-8ed7-feb9-c41ed8474676-d3739af4, #w-node-_43b6019b-99ac-46f6-4137-37f06e15a3c3-d3739af4, #w-node-_43b6019b-99ac-46f6-4137-37f06e15a3c9-d3739af4, #w-node-_43b6019b-99ac-46f6-4137-37f06e15a3cf-d3739af4 {
  align-self: start;
}

#w-node-_662140f6-5df0-ae57-cb8d-9a43dbd1a9c8-a49d1501 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-b8e4cea1-bc33-091d-bf0e-c7801853839c-a49d1501 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0eed1cc-4ebd-4ac0-c442-63076834c4b1-a49d1501 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f799e65a-9a5b-4f83-0923-819890e9579b-827bf492 {
  justify-self: center;
}

#w-node-a584e021-31c3-a113-e181-34ea83fa8161-d6124d71 {
  place-self: center;
}

#w-node-a584e021-31c3-a113-e181-34ea83fa81a1-d6124d71, #w-node-a584e021-31c3-a113-e181-34ea83fa81a6-d6124d71, #w-node-a584e021-31c3-a113-e181-34ea83fa81ab-d6124d71, #w-node-_48c42c42-8bc7-44be-b985-a7de8151e13a-d6124d71, #w-node-_44397dd2-5e92-f29e-340c-f4fd8f717558-d6124d71, #w-node-_82a197b3-b24f-bac8-e151-a854057e2966-d6124d71, #w-node-_485d07a6-2fee-958d-5a4a-bcb48197949d-d6124d71, #w-node-_485d07a6-2fee-958d-5a4a-bcb4819794a2-d6124d71, #w-node-_485d07a6-2fee-958d-5a4a-bcb4819794a7-d6124d71, #w-node-_485d07a6-2fee-958d-5a4a-bcb4819794ac-d6124d71, #w-node-_485d07a6-2fee-958d-5a4a-bcb4819794b1-d6124d71, #w-node-_485d07a6-2fee-958d-5a4a-bcb4819794b6-d6124d71, #w-node-de111d3e-810f-ffab-bd9d-8e6c137e3f63-d6124d71, #w-node-c11f42c2-9daa-e4e1-f7bb-bbee7d079a74-d6124d71, #w-node-_785c4b18-45b9-1e14-5d58-6849a4741131-d6124d71, #w-node-_785c4b18-45b9-1e14-5d58-6849a4741136-d6124d71, #w-node-_785c4b18-45b9-1e14-5d58-6849a474113b-d6124d71, #w-node-_785c4b18-45b9-1e14-5d58-6849a4741140-d6124d71, #w-node-_785c4b18-45b9-1e14-5d58-6849a4741145-d6124d71, #w-node-_785c4b18-45b9-1e14-5d58-6849a474114a-d6124d71, #w-node-_4d9d5e5b-e044-1b53-0ab0-9a60fd92c930-d6124d71, #w-node-_98deb413-5422-d10f-064e-c6ddec32f082-d6124d71, #w-node-_62b3de09-4e83-df1a-f593-2b4554d8c0f3-d6124d71, #w-node-aab983d7-ebb1-e65a-0507-ce8685cae0b2-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575a8-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575ad-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575b2-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575b7-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575bc-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575c1-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575dc-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575e1-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575e6-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575eb-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575f0-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575f5-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575fa-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575ff-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f5761b-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f57620-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f57625-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f5762a-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f5762f-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f57634-d6124d71, #w-node-_39ed5a90-990e-5926-8f87-de2f204b09c4-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f57639-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f5763e-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f57643-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee22-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee27-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee2c-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee31-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee36-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee3b-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee56-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee5b-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee60-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee65-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee6a-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee6f-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee74-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee79-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee95-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee9a-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee9f-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533eea4-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533eea9-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533eeae-d6124d71, #w-node-_19139490-5710-2ccf-b404-67552d047822-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533eeb3-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533eeb8-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533eebd-d6124d71, #w-node-_08827762-8f75-a53d-49c6-eeb424a671f9-6befe292, #w-node-_08827762-8f75-a53d-49c6-eeb424a671ff-6befe292, #w-node-_08827762-8f75-a53d-49c6-eeb424a67205-6befe292, #w-node-_7ea7ddcc-d63a-2907-6ca1-43b085fb8cb3-6befe292, #w-node-_7afdc6e4-6085-320c-a742-5d89b73af46c-6befe292, #w-node-_7afdc6e4-6085-320c-a742-5d89b73af472-6befe292, #w-node-_7afdc6e4-6085-320c-a742-5d89b73af478-6befe292 {
  align-self: start;
}

#w-node-_7060ba63-2d7f-fe7c-3238-5b0e933e4892-957f8fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72b63bae-c7ca-8e66-c329-4ed5ccfbdcbc-95dd8a7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af83c0e1-73f5-ea11-0a5e-971f6992eb5f-95dd8a7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d43433c-2ce8-8000-31c2-ac64534f44d3-95dd8a7c, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44dd-95dd8a7c, #w-node-_023ddde8-9f3c-435b-a99f-c7e2a6d88cd0-95dd8a7c, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44d5-95dd8a7c, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44db-95dd8a7c {
  justify-self: center;
}

#w-node-_3d43433c-2ce8-8000-31c2-ac64534f454e-95dd8a7c, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f4554-95dd8a7c, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f455a-95dd8a7c {
  align-self: start;
}

#w-node-dcfb74ad-dc18-59ed-dac9-aa4258263b3d-58263b38 {
  justify-self: start;
}

#w-node-dcfb74ad-dc18-59ed-dac9-aa4258263b56-58263b38 {
  justify-self: end;
}

#w-node-_141a9f17-8846-1531-5d76-946876085026-76085013, #w-node-_141a9f17-8846-1531-5d76-94687608502d-76085013, #w-node-_141a9f17-8846-1531-5d76-946876085034-76085013 {
  align-self: start;
}

#w-node-_141a9f17-8846-1531-5d76-946876085052-76085013 {
  justify-self: start;
}

#w-node-_9dfc58e2-9a81-d727-3c31-3f3db2767b34-93b8e340, #w-node-_9dfc58e2-9a81-d727-3c31-3f3db2767b3a-93b8e340, #w-node-_9dfc58e2-9a81-d727-3c31-3f3db2767b40-93b8e340, #w-node-_6e8a33fc-62db-8144-d2d4-70b5b89f1e63-93b8e340, #w-node-_6e8a33fc-62db-8144-d2d4-70b5b89f1e69-93b8e340, #w-node-_6e8a33fc-62db-8144-d2d4-70b5b89f1e6f-93b8e340, #w-node-_5966457e-a94b-154e-e49f-b5ef02abeb06-93b8e340, #w-node-_5966457e-a94b-154e-e49f-b5ef02abeb0c-93b8e340, #w-node-_5966457e-a94b-154e-e49f-b5ef02abeb12-93b8e340, #w-node-_00534331-e22a-f6d7-64db-d86a75775a8a-93b8e340, #w-node-_00534331-e22a-f6d7-64db-d86a75775a90-93b8e340, #w-node-_00534331-e22a-f6d7-64db-d86a75775a96-93b8e340, #w-node-bc4ba934-c8e5-29c6-b48d-e1ab711902f4-93b8e340, #w-node-bc4ba934-c8e5-29c6-b48d-e1ab711902fa-93b8e340, #w-node-bc4ba934-c8e5-29c6-b48d-e1ab71190300-93b8e340, #w-node-_15b1af1f-95e0-a3b0-a72a-fea5fe770e20-93b8e340, #w-node-_15b1af1f-95e0-a3b0-a72a-fea5fe770e26-93b8e340, #w-node-_15b1af1f-95e0-a3b0-a72a-fea5fe770e2c-93b8e340, #w-node-d70a8fe3-ec0c-4957-9179-8d321cc3a42a-93b8e340, #w-node-d70a8fe3-ec0c-4957-9179-8d321cc3a430-93b8e340, #w-node-d70a8fe3-ec0c-4957-9179-8d321cc3a436-93b8e340, #w-node-b371cbf7-b834-462d-c5ad-7463b983d8a0-93b8e340, #w-node-b371cbf7-b834-462d-c5ad-7463b983d8a6-93b8e340, #w-node-b371cbf7-b834-462d-c5ad-7463b983d8ac-93b8e340, #w-node-d5e892ac-49c1-8ed7-feb9-c41ed847466a-93b8e340, #w-node-d5e892ac-49c1-8ed7-feb9-c41ed8474670-93b8e340, #w-node-d5e892ac-49c1-8ed7-feb9-c41ed8474676-93b8e340, #w-node-_43b6019b-99ac-46f6-4137-37f06e15a3c3-93b8e340, #w-node-_43b6019b-99ac-46f6-4137-37f06e15a3c9-93b8e340, #w-node-_43b6019b-99ac-46f6-4137-37f06e15a3cf-93b8e340 {
  align-self: start;
}

#w-node-_662140f6-5df0-ae57-cb8d-9a43dbd1a9c8-4690ff85 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-b8e4cea1-bc33-091d-bf0e-c7801853839c-4690ff85 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0eed1cc-4ebd-4ac0-c442-63076834c4b1-4690ff85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f799e65a-9a5b-4f83-0923-819890e9579b-be04f90f {
  justify-self: center;
}

#w-node-a584e021-31c3-a113-e181-34ea83fa8161-09df8932 {
  place-self: center;
}

#w-node-a584e021-31c3-a113-e181-34ea83fa81a1-09df8932, #w-node-a584e021-31c3-a113-e181-34ea83fa81a6-09df8932, #w-node-a584e021-31c3-a113-e181-34ea83fa81ab-09df8932, #w-node-_48c42c42-8bc7-44be-b985-a7de8151e13a-09df8932, #w-node-_44397dd2-5e92-f29e-340c-f4fd8f717558-09df8932, #w-node-_82a197b3-b24f-bac8-e151-a854057e2966-09df8932, #w-node-_34a6e201-659e-91bf-802c-89bef22a4100-09df8932, #w-node-_34a6e201-659e-91bf-802c-89bef22a4105-09df8932, #w-node-_34a6e201-659e-91bf-802c-89bef22a410a-09df8932, #w-node-_34a6e201-659e-91bf-802c-89bef22a410f-09df8932, #w-node-_34a6e201-659e-91bf-802c-89bef22a4114-09df8932, #w-node-_34a6e201-659e-91bf-802c-89bef22a4119-09df8932, #w-node-_34a6e201-659e-91bf-802c-89bef22a411e-09df8932, #w-node-_34a6e201-659e-91bf-802c-89bef22a4123-09df8932, #w-node-_499bcfe2-6b2c-f8f4-2d13-b3978d955658-09df8932, #w-node-_499bcfe2-6b2c-f8f4-2d13-b3978d95565d-09df8932, #w-node-_499bcfe2-6b2c-f8f4-2d13-b3978d955662-09df8932, #w-node-_499bcfe2-6b2c-f8f4-2d13-b3978d955667-09df8932, #w-node-_499bcfe2-6b2c-f8f4-2d13-b3978d95566c-09df8932, #w-node-_499bcfe2-6b2c-f8f4-2d13-b3978d955671-09df8932, #w-node-_9b7b3aff-e5d8-f5d2-d6eb-844ea33e3b77-09df8932, #w-node-_499bcfe2-6b2c-f8f4-2d13-b3978d955676-09df8932, #w-node-_499bcfe2-6b2c-f8f4-2d13-b3978d95567b-09df8932, #w-node-bea60c50-eb54-f4a1-0648-3c831bb1f063-09df8932, #w-node-_608b1109-3796-01d9-86f2-d2ccb3a55e5e-09df8932, #w-node-_608b1109-3796-01d9-86f2-d2ccb3a55e63-09df8932, #w-node-_608b1109-3796-01d9-86f2-d2ccb3a55e68-09df8932, #w-node-_608b1109-3796-01d9-86f2-d2ccb3a55e6d-09df8932, #w-node-_608b1109-3796-01d9-86f2-d2ccb3a55e72-09df8932, #w-node-_608b1109-3796-01d9-86f2-d2ccb3a55e77-09df8932, #w-node-_922a18fc-651d-f093-ab7f-31e148903d5f-09df8932, #w-node-_922a18fc-651d-f093-ab7f-31e148903d64-09df8932, #w-node-_922a18fc-651d-f093-ab7f-31e148903d69-09df8932, #w-node-_922a18fc-651d-f093-ab7f-31e148903d6e-09df8932, #w-node-_922a18fc-651d-f093-ab7f-31e148903d73-09df8932, #w-node-_922a18fc-651d-f093-ab7f-31e148903d78-09df8932, #w-node-_922a18fc-651d-f093-ab7f-31e148903d7d-09df8932, #w-node-_922a18fc-651d-f093-ab7f-31e148903d82-09df8932, #w-node-_4f96d19b-c92c-cb8d-c686-56e9ba3752b8-09df8932, #w-node-_4f96d19b-c92c-cb8d-c686-56e9ba3752bd-09df8932, #w-node-_4f96d19b-c92c-cb8d-c686-56e9ba3752c2-09df8932, #w-node-_4f96d19b-c92c-cb8d-c686-56e9ba3752c7-09df8932, #w-node-_4f96d19b-c92c-cb8d-c686-56e9ba3752cc-09df8932, #w-node-_4f96d19b-c92c-cb8d-c686-56e9ba3752d1-09df8932, #w-node-_2a1e488f-86f9-3cd7-2300-6a9b5fdfb739-09df8932, #w-node-_4f96d19b-c92c-cb8d-c686-56e9ba3752d6-09df8932, #w-node-_4f96d19b-c92c-cb8d-c686-56e9ba3752db-09df8932, #w-node-_4f96d19b-c92c-cb8d-c686-56e9ba3752e0-09df8932, #w-node-_5ad58740-9d8b-e520-9fb0-d3049c57d0a1-09df8932, #w-node-_5ad58740-9d8b-e520-9fb0-d3049c57d0a6-09df8932, #w-node-_5ad58740-9d8b-e520-9fb0-d3049c57d0ab-09df8932, #w-node-_5ad58740-9d8b-e520-9fb0-d3049c57d0b0-09df8932, #w-node-_5ad58740-9d8b-e520-9fb0-d3049c57d0b5-09df8932, #w-node-_5ad58740-9d8b-e520-9fb0-d3049c57d0ba-09df8932, #w-node-_01a24693-aff8-aa9d-3923-7ddeb99b4f40-09df8932, #w-node-_01a24693-aff8-aa9d-3923-7ddeb99b4f45-09df8932, #w-node-_01a24693-aff8-aa9d-3923-7ddeb99b4f4a-09df8932, #w-node-_01a24693-aff8-aa9d-3923-7ddeb99b4f4f-09df8932, #w-node-_01a24693-aff8-aa9d-3923-7ddeb99b4f54-09df8932, #w-node-_01a24693-aff8-aa9d-3923-7ddeb99b4f59-09df8932, #w-node-c284a930-c133-4f39-3580-6cfacaeaf0ab-09df8932, #w-node-_6c343b7e-8345-7d3e-55b3-0abb1efb05aa-09df8932, #w-node-_029d04cb-58f8-3103-5bb7-b42fb762829e-09df8932, #w-node-_029d04cb-58f8-3103-5bb7-b42fb76282a3-09df8932, #w-node-_029d04cb-58f8-3103-5bb7-b42fb76282a8-09df8932, #w-node-_029d04cb-58f8-3103-5bb7-b42fb76282ad-09df8932, #w-node-_029d04cb-58f8-3103-5bb7-b42fb76282b2-09df8932, #w-node-_029d04cb-58f8-3103-5bb7-b42fb76282b7-09df8932, #w-node-_0e59791c-e984-c19c-7a8d-587f06b61f5c-09df8932, #w-node-_029d04cb-58f8-3103-5bb7-b42fb76282bc-09df8932, #w-node-_029d04cb-58f8-3103-5bb7-b42fb76282c1-09df8932, #w-node-_029d04cb-58f8-3103-5bb7-b42fb76282c6-09df8932, #w-node-_08827762-8f75-a53d-49c6-eeb424a671f9-192da7a3, #w-node-_08827762-8f75-a53d-49c6-eeb424a671ff-192da7a3, #w-node-_08827762-8f75-a53d-49c6-eeb424a67205-192da7a3, #w-node-_7ea7ddcc-d63a-2907-6ca1-43b085fb8cb3-192da7a3, #w-node-_7afdc6e4-6085-320c-a742-5d89b73af46c-192da7a3, #w-node-_7afdc6e4-6085-320c-a742-5d89b73af472-192da7a3, #w-node-_7afdc6e4-6085-320c-a742-5d89b73af478-192da7a3 {
  align-self: start;
}

#w-node-_7060ba63-2d7f-fe7c-3238-5b0e933e4892-4cd2da20, #w-node-_7060ba63-2d7f-fe7c-3238-5b0e933e4892-17aa7710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_427e7465-dee6-5222-576b-9d324e244c0b-25ba38c4, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-25ba38c4, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-25ba38c4, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-b5d439da, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-b5d439da, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-b5d439da, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-2c76bae1, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-2c76bae1, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-2c76bae1, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-4b491969, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-4b491969, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-4b491969, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-dd5755e2, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-dd5755e2, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-dd5755e2, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-7321c8d2, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-7321c8d2, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-7321c8d2, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-73235297, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-73235297, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-73235297, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-79e427a1, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-79e427a1, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-79e427a1, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-bfe934f4, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-bfe934f4, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-bfe934f4, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-125d0a88, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-125d0a88, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-125d0a88, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-db726580, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-db726580, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-db726580, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-a9f41212, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-a9f41212, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-a9f41212, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-b9fd94c0, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-b9fd94c0, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-b9fd94c0, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-905c04a4, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-905c04a4, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-905c04a4, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-0800d134, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-0800d134, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-0800d134, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-17ac23c6, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-17ac23c6, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-17ac23c6, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-7575ddb9, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-7575ddb9, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-7575ddb9, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-58a54620, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-58a54620, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-58a54620, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-ee746abb, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-ee746abb, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-ee746abb, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-72f5c9f9, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-72f5c9f9, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-72f5c9f9, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-8603df6c, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-8603df6c, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-8603df6c, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-66733e0b, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-66733e0b, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-66733e0b, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-4f25958a, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-4f25958a, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-4f25958a, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-6431a2a3, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-6431a2a3, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-6431a2a3, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-68e2b99d, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-68e2b99d, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-68e2b99d, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-fc9855f0, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-fc9855f0, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-fc9855f0, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-f5131734, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-f5131734, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-f5131734, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-50eb5c8c, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-50eb5c8c, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-50eb5c8c, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-b48323af, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-b48323af, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-b48323af, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-f2f4834e, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-f2f4834e, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-f2f4834e, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-2edb830f, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-2edb830f, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-2edb830f, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-c31ec72e, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-c31ec72e, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-c31ec72e, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-2cd90379, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-2cd90379, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-2cd90379, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-469a1ab9, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-469a1ab9, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-469a1ab9, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-1f68781b, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-1f68781b, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-1f68781b, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-a649bae2, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-a649bae2, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-a649bae2, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-72cd47f2, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-72cd47f2, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-72cd47f2, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-8c62cb2d, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-8c62cb2d, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-8c62cb2d, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-c4dc4202, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-c4dc4202, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-c4dc4202, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-7d0e080d, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-7d0e080d, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-7d0e080d, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-2e2f5f3e, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-2e2f5f3e, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-2e2f5f3e, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-4ec4ac55, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-4ec4ac55, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-4ec4ac55, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-bc78b4a7, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-bc78b4a7, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-bc78b4a7, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-a146e45f, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-a146e45f, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-a146e45f {
  align-self: start;
}

#w-node-_7060ba63-2d7f-fe7c-3238-5b0e933e4892-cb8d6a30, #w-node-_7060ba63-2d7f-fe7c-3238-5b0e933e4892-50f3f953, #w-node-_7060ba63-2d7f-fe7c-3238-5b0e933e4892-060e87d9, #w-node-_7060ba63-2d7f-fe7c-3238-5b0e933e4892-3e0c030d, #w-node-_7060ba63-2d7f-fe7c-3238-5b0e933e4892-61decf0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_427e7465-dee6-5222-576b-9d324e244c0b-b5f026cb, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-b5f026cb, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-b5f026cb, #w-node-_427e7465-dee6-5222-576b-9d324e244c0b-f20d7420, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-f20d7420, #w-node-_427e7465-dee6-5222-576b-9d324e244c1b-f20d7420, #w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f15ff2-a53ccb5a, #w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f15ffa-a53ccb5a, #w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f16002-a53ccb5a, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec70-a53ccb5a, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec76-a53ccb5a, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec7c-a53ccb5a {
  align-self: start;
}

#w-node-c242100b-eb15-810b-2657-2b15779fa243-a53ccb5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_093110d9-6768-4d6a-1f6a-30d556c8d5af-4e8be06a, #w-node-_093110d9-6768-4d6a-1f6a-30d556c8d5b5-4e8be06a, #w-node-_093110d9-6768-4d6a-1f6a-30d556c8d5bb-4e8be06a, #w-node-_093110d9-6768-4d6a-1f6a-30d556c8d5d7-4e8be06a, #w-node-_093110d9-6768-4d6a-1f6a-30d556c8d5dd-4e8be06a, #w-node-_093110d9-6768-4d6a-1f6a-30d556c8d5e3-4e8be06a {
  align-self: start;
}

#w-node-_093110d9-6768-4d6a-1f6a-30d556c8d612-4e8be06a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f15ff2-6e9f654f, #w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f15ffa-6e9f654f, #w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f16002-6e9f654f, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec70-6e9f654f, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec76-6e9f654f, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec7c-6e9f654f {
  align-self: start;
}

#w-node-c242100b-eb15-810b-2657-2b15779fa243-6e9f654f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f15ff2-1898fad1, #w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f15ffa-1898fad1, #w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f16002-1898fad1, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec70-1898fad1, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec76-1898fad1, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec7c-1898fad1 {
  align-self: start;
}

#w-node-c242100b-eb15-810b-2657-2b15779fa243-1898fad1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fa67b38-96e4-36c2-c715-84b49ca56bfe-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c06-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c0e-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c2c-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c34-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c3c-d6f11de7 {
  align-self: start;
}

#w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c6d-d6f11de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fa67b38-96e4-36c2-c715-84b49ca56d13-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56d1a-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56d21-d6f11de7 {
  align-self: start;
}

#w-node-_8fa67b38-96e4-36c2-c715-84b49ca56d3f-d6f11de7 {
  justify-self: start;
}

#w-node-_8fa67b38-96e4-36c2-c715-84b49ca56bfe-ef5d92db, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c06-ef5d92db, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c0e-ef5d92db, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c2c-ef5d92db, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c34-ef5d92db, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c3c-ef5d92db {
  align-self: start;
}

#w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c6d-ef5d92db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f15ff2-a65427e2, #w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f15ffa-a65427e2, #w-node-d8ff5bfa-fc0e-69be-38e7-1c0d01f16002-a65427e2, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec70-a65427e2, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec76-a65427e2, #w-node-e11d7068-9b82-340d-1ea9-c91684eaec7c-a65427e2 {
  align-self: start;
}

#w-node-c242100b-eb15-810b-2657-2b15779fa243-a65427e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_427e7465-dee6-5222-576b-9d324e244c0b-ba71ab34, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-ba71ab34, #w-node-ff1e2e27-d58b-c746-e903-a04e3d1e4e08-ba71ab34, #w-node-_7e478a5e-3dd7-d8d5-781b-7c545bcfd15c-ba71ab34, #w-node-_564267d1-1051-ec7d-1af3-ff39f4a1c9b3-ba71ab34, #w-node-_8b8d851c-abb0-ad24-596d-915a1ae87aaa-ba71ab34 {
  align-self: start;
}

#w-node-_43a96e8a-e514-4555-3792-4fa36231f1ad-ba71ab34, #w-node-_43a96e8a-e514-4555-3792-4fa36231f204-ba71ab34, #w-node-_43a96e8a-e514-4555-3792-4fa36231f250-ba71ab34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_427e7465-dee6-5222-576b-9d324e244c0b-462ac8bb, #w-node-_427e7465-dee6-5222-576b-9d324e244c13-462ac8bb, #w-node-ff1e2e27-d58b-c746-e903-a04e3d1e4e08-462ac8bb, #w-node-_7e478a5e-3dd7-d8d5-781b-7c545bcfd15c-462ac8bb, #w-node-_564267d1-1051-ec7d-1af3-ff39f4a1c9b3-462ac8bb, #w-node-_8b8d851c-abb0-ad24-596d-915a1ae87aaa-462ac8bb {
  align-self: start;
}

#w-node-_43a96e8a-e514-4555-3792-4fa36231f1ad-462ac8bb, #w-node-_43a96e8a-e514-4555-3792-4fa36231f204-462ac8bb, #w-node-_43a96e8a-e514-4555-3792-4fa36231f250-462ac8bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6229f364-ba07-e6b4-ce5e-823765310c26-394e1cac {
  justify-self: center;
}

#w-node-_179a70f8-c548-66a8-d0b1-49ec789fc492-394e1cac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdeb9823-9f9e-5014-826c-6745d51fc3cc-394e1cac, #w-node-_8638b4bf-f459-7947-404f-ce8978925c12-394e1cac, #w-node-_8638b4bf-f459-7947-404f-ce8978925c14-394e1cac, #w-node-_8638b4bf-f459-7947-404f-ce8978925c18-394e1cac, #w-node-_8638b4bf-f459-7947-404f-ce8978925c1a-394e1cac, #w-node-_8638b4bf-f459-7947-404f-ce8978925c1c-394e1cac, #w-node-_8638b4bf-f459-7947-404f-ce8978925c1e-394e1cac, #w-node-_8638b4bf-f459-7947-404f-ce8978925c20-394e1cac, #w-node-_71d62050-d221-f82a-9f08-4f7e5ae50f83-394e1cac, #w-node-_66040c34-9a9a-8ca2-b322-f7999e293fc9-394e1cac, #w-node-_66040c34-9a9a-8ca2-b322-f7999e293fcb-394e1cac, #w-node-_66040c34-9a9a-8ca2-b322-f7999e293fcd-394e1cac, #w-node-_66040c34-9a9a-8ca2-b322-f7999e293fcf-394e1cac, #w-node-_66040c34-9a9a-8ca2-b322-f7999e293fd1-394e1cac, #w-node-_66040c34-9a9a-8ca2-b322-f7999e293fd3-394e1cac, #w-node-_66040c34-9a9a-8ca2-b322-f7999e293fd5-394e1cac, #w-node-_66040c34-9a9a-8ca2-b322-f7999e293fd7-394e1cac {
  justify-self: center;
}

#w-node-e9dc36da-fb36-d34a-5b54-df9683ce8fb4-394e1cac {
  align-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-c23c8412-e198-9bef-05b5-00690ceef004-0ceeefeb, #w-node-_141a9f17-8846-1531-5d76-94687608502d-76085013, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56d1a-d6f11de7 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a384d7d8-237a-c7dc-6257-538cbda81ac9-d3e336e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a384d7d8-237a-c7dc-6257-538cbda81adf-d3e336e1 {
    place-self: center;
  }

  #w-node-_392c22da-6b45-b4cd-298d-a8db4d60814d-4d608148, #w-node-_392c22da-6b45-b4cd-298d-a8db4d60815a-4d608148 {
    justify-self: center;
  }

  #w-node-_662140f6-5df0-ae57-cb8d-9a43dbd1a9c8-a49d1501 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b8e4cea1-bc33-091d-bf0e-c7801853839c-a49d1501 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c0eed1cc-4ebd-4ac0-c442-63076834c4b1-a49d1501 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_432c40f6-da6f-0350-0acd-93ccb833ba11-cb7db8d6 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_31218619-1b8e-58e5-c210-f7959fdf764c-d6124d71 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a584e021-31c3-a113-e181-34ea83fa8191-d6124d71, #w-node-a584e021-31c3-a113-e181-34ea83fa81b0-d6124d71, #w-node-a584e021-31c3-a113-e181-34ea83fa81d4-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f57594-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575c8-d6124d71, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f57607-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee0e-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee42-d6124d71, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee81-d6124d71 {
    place-self: center;
  }

  #w-node-f8071b1f-2a2e-483b-865b-50f2788adabc-6befe292 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a384d7d8-237a-c7dc-6257-538cbda81ac9-95dd8a7c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a384d7d8-237a-c7dc-6257-538cbda81adf-95dd8a7c {
    place-self: center;
  }

  #w-node-dcfb74ad-dc18-59ed-dac9-aa4258263b3d-58263b38, #w-node-dcfb74ad-dc18-59ed-dac9-aa4258263b56-58263b38 {
    justify-self: center;
  }

  #w-node-_662140f6-5df0-ae57-cb8d-9a43dbd1a9c8-4690ff85 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b8e4cea1-bc33-091d-bf0e-c7801853839c-4690ff85 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c0eed1cc-4ebd-4ac0-c442-63076834c4b1-4690ff85 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_432c40f6-da6f-0350-0acd-93ccb833ba11-e80a1a59 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_31218619-1b8e-58e5-c210-f7959fdf764c-09df8932 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a584e021-31c3-a113-e181-34ea83fa8191-09df8932, #w-node-a584e021-31c3-a113-e181-34ea83fa81b0-09df8932, #w-node-a584e021-31c3-a113-e181-34ea83fa81d4-09df8932, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f57594-09df8932, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f575c8-09df8932, #w-node-_5e04cfd9-0314-aff0-2a6f-2ee929f57607-09df8932, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee0e-09df8932, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee42-09df8932, #w-node-_66d8f070-e09c-0a55-9d3d-82c8e533ee81-09df8932 {
    place-self: center;
  }

  #w-node-f8071b1f-2a2e-483b-865b-50f2788adabc-192da7a3, #w-node-_179a70f8-c548-66a8-d0b1-49ec789fc480-394e1cac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6229f364-ba07-e6b4-ce5e-823765310c26-394e1cac {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-bdeb9823-9f9e-5014-826c-6745d51fc3cc-394e1cac {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a384d7d8-237a-c7dc-6257-538cbda81ac9-d3e336e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a384d7d8-237a-c7dc-6257-538cbda81adf-d3e336e1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44f9-d3e336e1, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f4541-d3e336e1 {
    order: -9999;
  }

  #w-node-_392c22da-6b45-b4cd-298d-a8db4d608166-4d608148 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b8e4cea1-bc33-091d-bf0e-c7801853839c-a49d1501 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_06e3f765-15fe-6be7-169a-12ea04b2ce4f-a49d1501, #w-node-_0a1845b4-ff6d-f2dd-f678-96d7fd465dd8-a49d1501 {
    place-self: center;
  }

  #w-node-_432c40f6-da6f-0350-0acd-93ccb833ba01-cb7db8d6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_432c40f6-da6f-0350-0acd-93ccb833ba11-cb7db8d6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31218619-1b8e-58e5-c210-f7959fdf7640-d6124d71 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31218619-1b8e-58e5-c210-f7959fdf764c-d6124d71, #w-node-a584e021-31c3-a113-e181-34ea83fa827c-d6124d71 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dd36e659-cc0a-e124-5be5-0763a895236a-6befe292 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dd36e659-cc0a-e124-5be5-0763a895237a-6befe292 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dc815597-d5c5-5397-065c-f69def153448-6befe292 {
    order: -9999;
    justify-self: center;
  }

  #w-node-dc815597-d5c5-5397-065c-f69def15344a-6befe292, #w-node-e2072dca-b7a4-5799-8cc6-ac5c365a9bc5-6befe292, #w-node-e2072dca-b7a4-5799-8cc6-ac5c365a9bc7-6befe292 {
    order: -9999;
  }

  #w-node-a384d7d8-237a-c7dc-6257-538cbda81ac9-95dd8a7c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a384d7d8-237a-c7dc-6257-538cbda81adf-95dd8a7c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44f9-95dd8a7c, #w-node-_3d43433c-2ce8-8000-31c2-ac64534f4541-95dd8a7c {
    order: -9999;
  }

  #w-node-dcfb74ad-dc18-59ed-dac9-aa4258263b5f-58263b38 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b8e4cea1-bc33-091d-bf0e-c7801853839c-4690ff85 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_06e3f765-15fe-6be7-169a-12ea04b2ce4f-4690ff85, #w-node-_0a1845b4-ff6d-f2dd-f678-96d7fd465dd8-4690ff85 {
    place-self: center;
  }

  #w-node-_432c40f6-da6f-0350-0acd-93ccb833ba01-e80a1a59 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_432c40f6-da6f-0350-0acd-93ccb833ba11-e80a1a59 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31218619-1b8e-58e5-c210-f7959fdf7640-09df8932 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31218619-1b8e-58e5-c210-f7959fdf764c-09df8932, #w-node-a584e021-31c3-a113-e181-34ea83fa827c-09df8932 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dd36e659-cc0a-e124-5be5-0763a895236a-192da7a3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dd36e659-cc0a-e124-5be5-0763a895237a-192da7a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dc815597-d5c5-5397-065c-f69def153448-192da7a3 {
    order: -9999;
    justify-self: center;
  }

  #w-node-dc815597-d5c5-5397-065c-f69def15344a-192da7a3, #w-node-e2072dca-b7a4-5799-8cc6-ac5c365a9bc5-192da7a3, #w-node-e2072dca-b7a4-5799-8cc6-ac5c365a9bc7-192da7a3, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-25ba38c4, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-b5d439da, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-2c76bae1, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-4b491969, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-dd5755e2, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-7321c8d2, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-73235297, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-79e427a1, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-bfe934f4, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-125d0a88, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-db726580, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-a9f41212, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-b9fd94c0, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-905c04a4, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-0800d134, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-17ac23c6, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-7575ddb9, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-58a54620, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-ee746abb, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-72f5c9f9, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-8603df6c, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-66733e0b, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-4f25958a, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-6431a2a3, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-68e2b99d, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-fc9855f0, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-f5131734, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-50eb5c8c, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-b48323af, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-f2f4834e, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-2edb830f, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-c31ec72e, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-2cd90379, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-469a1ab9, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-1f68781b, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-a649bae2, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-72cd47f2, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-8c62cb2d, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-c4dc4202, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-7d0e080d, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-2e2f5f3e, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-4ec4ac55, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-bc78b4a7, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-a146e45f, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-b5f026cb, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-f20d7420 {
    order: -9999;
  }

  #w-node-c242100b-eb15-810b-2657-2b15779fa243-a53ccb5a, #w-node-c242100b-eb15-810b-2657-2b15779fa259-a53ccb5a, #w-node-_093110d9-6768-4d6a-1f6a-30d556c8d612-4e8be06a, #w-node-_093110d9-6768-4d6a-1f6a-30d556c8d628-4e8be06a, #w-node-c242100b-eb15-810b-2657-2b15779fa243-6e9f654f, #w-node-c242100b-eb15-810b-2657-2b15779fa259-6e9f654f, #w-node-c242100b-eb15-810b-2657-2b15779fa243-1898fad1, #w-node-c242100b-eb15-810b-2657-2b15779fa259-1898fad1, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c6d-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c83-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c6d-ef5d92db, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c83-ef5d92db, #w-node-c242100b-eb15-810b-2657-2b15779fa243-a65427e2, #w-node-c242100b-eb15-810b-2657-2b15779fa259-a65427e2 {
    order: 9999;
  }

  #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-ba71ab34, #w-node-_43a96e8a-e514-4555-3792-4fa36231f1db-ba71ab34, #w-node-_43a96e8a-e514-4555-3792-4fa36231f230-ba71ab34, #w-node-_43a96e8a-e514-4555-3792-4fa36231f26a-ba71ab34, #w-node-_427e7465-dee6-5222-576b-9d324e244bfe-462ac8bb, #w-node-_43a96e8a-e514-4555-3792-4fa36231f1db-462ac8bb, #w-node-_43a96e8a-e514-4555-3792-4fa36231f230-462ac8bb, #w-node-_43a96e8a-e514-4555-3792-4fa36231f26a-462ac8bb {
    order: -9999;
  }

  #w-node-_179a70f8-c548-66a8-d0b1-49ec789fc480-394e1cac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_33ab9c7c-efab-27a5-41b6-505c3f2c8f0c-394e1cac, #w-node-_82367b8b-fe12-d564-d062-68cc7a7026c6-394e1cac {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44db-d3e336e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_392c22da-6b45-b4cd-298d-a8db4d60814d-4d608148 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c23c8412-e198-9bef-05b5-00690ceef023-0ceeefeb {
    justify-self: center;
  }

  #w-node-b8e4cea1-bc33-091d-bf0e-c7801853839c-a49d1501 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47e8f57c-ad63-92d7-5b44-cba4344975e0-a49d1501 {
    grid-row: span 1 / span 1;
  }

  #w-node-c0eed1cc-4ebd-4ac0-c442-63076834c4b1-a49d1501 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06e3f765-15fe-6be7-169a-12ea04b2ce4f-a49d1501, #w-node-_0a1845b4-ff6d-f2dd-f678-96d7fd465dd8-a49d1501, #totalPrice.w-node-a9cb2413-5a66-2fbd-52ae-50ed84f0c4ac-a49d1501 {
    place-self: center;
  }

  #w-node-dc815597-d5c5-5397-065c-f69def153448-6befe292, #w-node-e2072dca-b7a4-5799-8cc6-ac5c365a9bc5-6befe292 {
    order: -9999;
  }

  #w-node-_3d43433c-2ce8-8000-31c2-ac64534f44db-95dd8a7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dcfb74ad-dc18-59ed-dac9-aa4258263b3d-58263b38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_141a9f17-8846-1531-5d76-946876085052-76085013 {
    justify-self: center;
  }

  #w-node-b8e4cea1-bc33-091d-bf0e-c7801853839c-4690ff85 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47e8f57c-ad63-92d7-5b44-cba4344975e0-4690ff85 {
    grid-row: span 1 / span 1;
  }

  #w-node-c0eed1cc-4ebd-4ac0-c442-63076834c4b1-4690ff85 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06e3f765-15fe-6be7-169a-12ea04b2ce4f-4690ff85, #w-node-_0a1845b4-ff6d-f2dd-f678-96d7fd465dd8-4690ff85, #totalPrice.w-node-a9cb2413-5a66-2fbd-52ae-50ed84f0c4ac-4690ff85 {
    place-self: center;
  }

  #w-node-dc815597-d5c5-5397-065c-f69def153448-192da7a3, #w-node-e2072dca-b7a4-5799-8cc6-ac5c365a9bc5-192da7a3 {
    order: -9999;
  }

  #w-node-c242100b-eb15-810b-2657-2b15779fa249-a53ccb5a, #w-node-c242100b-eb15-810b-2657-2b15779fa25f-a53ccb5a, #w-node-_093110d9-6768-4d6a-1f6a-30d556c8d618-4e8be06a, #w-node-_093110d9-6768-4d6a-1f6a-30d556c8d62e-4e8be06a, #w-node-c242100b-eb15-810b-2657-2b15779fa249-6e9f654f, #w-node-c242100b-eb15-810b-2657-2b15779fa25f-6e9f654f, #w-node-c242100b-eb15-810b-2657-2b15779fa249-1898fad1, #w-node-c242100b-eb15-810b-2657-2b15779fa25f-1898fad1, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c73-d6f11de7, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c89-d6f11de7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56d3f-d6f11de7 {
    justify-self: center;
  }

  #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c73-ef5d92db, #w-node-_8fa67b38-96e4-36c2-c715-84b49ca56c89-ef5d92db, #w-node-c242100b-eb15-810b-2657-2b15779fa249-a65427e2, #w-node-c242100b-eb15-810b-2657-2b15779fa25f-a65427e2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


