:root {
  --primary-white: white;
  --primay-black: #000;
  --black-900: #0c0407;
  --f: #1ba37f;
  --red: #f6faad;
  --redd: #bf1546;
  --_base-collection-2---black-900: #0c0407;
  --_base-collection-2---primary-white: #fff;
  --_base-collection-2---primary-black: #000;
  --_base-collection-2---black-button-hover: #353535;
  --_base-collection-2---black-100: #e5e5e5;
  --black-500: grey;
  --_base-collection-2---black-800: #333;
  --black-300: #b3b3b3;
  --black-50: #f9f9f9;
  --d: #beff6f;
  --fq: #6466ff;
  --black-800: #333;
  --black-700: #4c4c4c;
  --black-600: #666;
  --black-400: #999;
  --black-200: #ccc;
  --black-100: #e5e5e5;
  --black-button-hover: #353535;
  --button-border: #e0e0e0;
  --horizontal-line: #e0e0e0;
  --form-input-border: #e5e5e5;
  --wf: linear-gradient(45deg, var(--accent), #f6faad 34%, #beff6f 56%, #1ba37f 63%, #6466ff);
  --_base-collection-2---black-700: #4c4c4c;
  --_base-collection-2---black-600: #666;
  --_base-collection-2---black-500: grey;
  --_base-collection-2---black-400: #999;
  --_base-collection-2---black-300: #b3b3b3;
  --_base-collection-2---black-200: #ccc;
  --_base-collection-2---black-50-2: #f9f9f9;
  --_base-collection-2---button-border: #e0e0e0;
  --_base-collection-2---horizontal-line: #e0e0e0;
  --_base-collection-2---form-input-border: #e5e5e5;
}

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

h3 {
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
}

h4 {
  letter-spacing: -1.08px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

p {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

a {
  letter-spacing: -.14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.display-block {
  display: block;
}

.text-base {
  letter-spacing: -.16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-sm-1 {
  letter-spacing: -.28px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.social-link-text {
  color: #0c0407;
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.hero-section-headline-margin {
  margin-bottom: 60px;
}

.text-xs {
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.text-color-black-700 {
  color: #4c4c4c;
}

.style-guide-main-wrapper {
  max-width: 1155px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.social-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

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

.text-lg {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.styleguide-item-row.background-color-black {
  background-color: #0000;
}

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

.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-uppercase {
  text-transform: uppercase;
}

.text-sm {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-color-black-300 {
  color: #b3b3b3;
}

.button-small-white-arrow-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.text-color-black-800 {
  color: #333;
}

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

.text-color-black-100 {
  color: #e5e5e5;
}

.section-headline-margin {
  margin-bottom: 40px;
}

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

.global-wrapper {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-small-white-wrapper {
  grid-column-gap: 4px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: inline-flex;
}

.button-small-white-arrow-image-black {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.styleguide-subheading {
  z-index: 3;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.text-2xl {
  letter-spacing: -1.08px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.display-none {
  display: none;
}

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

.text-color-black-400 {
  color: #999;
}

.text-color-black-500 {
  color: gray;
}

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

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

.button-small-white-arrow-image-white {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #3977ff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-color-black-50 {
  color: #f9f9f9;
}

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

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

.background-color-black-50 {
  background-color: #f9f9f9;
}

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

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

.text-xl {
  letter-spacing: -.96px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

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

.background-color-black {
  background-color: #000;
}

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

.button-normal-black-arrow-image-white {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.social-link-underline {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: -4px;
}

.styleguide-typography-heading {
  z-index: 4;
  color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.nav-footer-link-block {
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}

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

.button-normal-black-wrapper {
  grid-column-gap: 4px;
  background-color: #000;
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.button-normal-black-wrapper:hover {
  background-color: #353535;
}

.styleguide_color {
  padding-bottom: 8rem;
}

.styleguide_color.is-white {
  background-color: #fff;
}

.styleguide_color.is-white.border-black {
  background-color: #fff;
  border: 1px solid #000;
}

.styleguide_color.is-black {
  background-color: #000;
}

.styleguide_color.is-black-50 {
  background-color: #f9f9f9;
}

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

.field-label {
  color: #4c4c4c;
  letter-spacing: -.4px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-color-black-600 {
  color: #666;
}

.text-3xl {
  letter-spacing: -1.2px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

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

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

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

.button-normal-black-arrow-image-black {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.styleguide-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-white-arrow-image-black {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.text-style-italic {
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-style-lowercase {
  text-transform: lowercase;
}

.button-white-arrow-image-white {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.text-block {
  color: #ccc;
}

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

.text-style-quote {
  letter-spacing: -.5px;
  border-left: 4px solid #000;
  padding: 40px 110px 40px 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.overflow-hidden {
  overflow: hidden;
}

.form-input {
  color: #0c0407;
  letter-spacing: -.16px;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #e5e5e5;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.form-input::placeholder {
  color: #4c4c4c;
  letter-spacing: -.16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-input.is-select-input {
  color: #4c4c4c;
  letter-spacing: -.16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  background-position: 99% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-color: #d1d6d4;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

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

.form-input.is-text-area {
  height: auto;
  min-height: 120px;
  padding: 0 0 24px;
  overflow: auto;
}

.form-input.is-text-area::placeholder {
  color: #4c4c4c;
  letter-spacing: -.33px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.button-normal-white-arrow-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-weight-medium {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-normal-white-wrapper {
  grid-column-gap: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.background-color-white {
  color: #000;
  background-color: #fff;
}

.background-color-white.border-black {
  border: 1px solid #000;
}

.styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.styleguide-heading-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.styleguide-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  line-height: 86px;
}

.text-xl-2 {
  letter-spacing: -.96px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.text-lg-2 {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.why-choose-me-headline {
  display: inline-block;
}

.horizontal-line-40 {
  background-color: #e5e5e5;
  max-width: 690px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-main-block {
  margin-bottom: 120px;
}

.home-services-type-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.about-text-block {
  width: 100%;
  max-width: 754px;
}

.working-process-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-image-card-wrapper-01 {
  background-color: var(--f);
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  max-width: 356px;
  padding-bottom: 12px;
  display: flex;
  transform: rotate(-10deg);
}

.home-hero-images-wrapper {
  max-width: 1063px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-services-headline {
  display: inline-block;
}

.home-hero-headline-text {
  color: #0c0407;
  text-align: center;
  letter-spacing: -7.68px;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 120px;
}

.working-proces-step-wrapper {
  cursor: default;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.review-main-content-block {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.working-process-underline {
  background-color: #0c0407;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.why-choose-me-card-text-block {
  width: 100%;
  max-width: 250px;
}

.experience-card-text-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 541px;
  display: flex;
}

.reviewer-info-block-m {
  grid-column-gap: 16px;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 237px;
  display: flex;
}

.footer-headline-text.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.faq-item-header-text {
  max-width: 597px;
}

.footer-headline-block {
  justify-content: space-between;
  margin-bottom: 81px;
  display: flex;
}

.about-section-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-about-section.section-margin {
  margin-top: 100px;
}

.home-services-card-text-block {
  grid-column-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 62.5%;
  display: flex;
}

.home-services-section.section-margin {
  background-color: var(--red);
  border-radius: 20px;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.why-choose-me-horizonta-line {
  background-color: #e5e5e5;
  height: 1px;
}

.home-hero-image-card-02-headine-text {
  color: #fff;
  letter-spacing: -1.2px;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.working-process-text-content-block {
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 361px;
  display: flex;
}

.form-submit-button {
  height: 47px;
  position: relative;
}

.home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-m {
  display: none;
}

.submit-button {
  color: #fff;
  letter-spacing: -.24px;
  background-color: #000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.submit-button:hover {
  background-color: #353535;
}

.review-star-wrapper {
  grid-column-gap: 8.39px;
  align-items: center;
  display: flex;
}

.faq-nav-block {
  margin-right: 10px;
  position: relative;
}

.home-hero-image-card-wrapper-02 {
  background-color: var(--redd);
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  max-width: 356px;
  padding-bottom: 12px;
  display: flex;
  transform: rotate(10deg);
}

.footer-wrapper {
  padding-bottom: 24px;
}

.footer-link-content-block {
  justify-content: space-between;
  display: flex;
}

.footer-profile-link-content-block {
  grid-column-gap: 13px;
  align-items: center;
  display: inline-flex;
}

.faq-nav-sign {
  background-color: #000;
  width: 17px;
  height: 3px;
}

.why-choose-me-card-wrapper {
  border-radius: 12px;
  width: 100%;
  text-decoration: none;
}

.why-choose-me-card-wrapper.background-color-black-50.w--current {
  cursor: default;
}

.why-choose-me-card-number-block {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

.working-process-step-card-wrapper {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.working-process-section.section-margin {
  margin-bottom: 100px;
}

.number-card {
  grid-column-gap: 20px;
  width: 100%;
  max-width: 217px;
}

.footer-headline-content-block {
  max-width: 639px;
}

.footer-info-content-block {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 272px;
  display: flex;
}

.why-choose-me-card {
  max-width: 690px;
}

.footer-name-text {
  color: #0c0407;
  letter-spacing: -6.42px;
  font-family: Inter, sans-serif;
  font-size: 184px;
  font-weight: 700;
  line-height: 120%;
}

.home-hero-card-image-block {
  height: 330px;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}

.experience-section-contact-button {
  display: inline-block;
}

.why-choose-me-card-text-content-block {
  grid-column-gap: 16px;
  justify-content: space-between;
  padding: 40px 36px 38px 24px;
  display: flex;
}

.footer-info-card-block {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.home-section-contact-button {
  display: inline-block;
}

.faq-item-header-block {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.working-process-step-card {
  max-width: 690px;
}

.download-arrow {
  width: 8px;
  height: 8px;
}

.vertical-line {
  background-color: #4c4c4c;
  width: 1px;
  height: 11px;
}

.footer-headline-text-block {
  max-width: 540px;
  margin-bottom: 40px;
}

.experience-section.section-margin {
  margin-bottom: 0;
}

.form-input-block {
  margin-bottom: 40px;
}

.hi-emoji {
  width: 80px;
  height: 80px;
}

.experience-card-number-block {
  grid-column-gap: 335px;
  align-items: center;
  display: flex;
}

.footer-profile-link-hr-line {
  background-color: #000;
  width: 1.5px;
  height: 16px;
}

.review-card-content-wrapper {
  background-color: #f9f9f9;
  border-radius: 12px;
}

.why-choose-me-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-headline-block {
  display: inline-block;
}

.home-hero-wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
}

.experience-card-content-wrapper {
  grid-column-gap: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  display: flex;
}

.home-hero-image-card-01-headine-text {
  color: var(--primary-white);
  letter-spacing: -1.2px;
  -webkit-text-stroke-color: var(--primary-white);
  max-width: 178px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}

.numbers-section-content-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.review-section-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-choose-me-button-wrappe {
  display: inline-block;
}

.home-services-card-content-wrapper {
  border: 1px #000;
  border-bottom-style: solid;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  display: flex;
}

.why-choose-me-card-headline-text.text-xl-2.text-weight-semibold {
  font-weight: 600;
}

.why-choose-me-card-headline-text.text-xl-2.text-weight-semibold.text-color-black-900 {
  font-size: 2rem;
}

.faq-nav-sign-vertical {
  background-color: #000;
  width: 17px;
  height: 3px;
  position: absolute;
  inset: 0 0% 0% auto;
}

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

.home-hero-card-image {
  border-radius: 20px;
  width: 332px;
  height: auto;
}

.home-hero-image-card-wrapper-03 {
  background-color: var(--red);
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  max-width: 356px;
  padding-bottom: 12px;
  display: flex;
}

.review-text-block {
  max-width: 320px;
}

.faq-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.number-card-headline-text.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.black-border {
  background-color: var(--black-900);
  opacity: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.review-card-logo-content-block {
  grid-column-gap: 144px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

.footer-name-block {
  position: relative;
}

.faq-item-wrapper {
  max-width: 590px;
}

.download-full-template-blcok {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.download-full-template-blcok:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.download-full-template-blcok.display-none {
  display: none;
}

.home-hero-image-card-headline-block {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
}

.reviewer-info-block {
  grid-column-gap: 16px;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 237px;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.footer-form-block {
  width: 100%;
  max-width: 690px;
}

.span-link {
  color: #0c0407;
}

.span-link:hover {
  color: #4c4c4c;
}

.licenses-link-text.text-sm-1.text-color-black-900 {
  text-decoration: none;
}

.licenses-link-text.text-sm-1.text-color-black-900:hover {
  color: #4c4c4c;
}

.review-star-wrapper-mobile {
  grid-column-gap: 8.39px;
  align-items: center;
  display: none;
}

.footer-image {
  border-radius: 20px;
  width: 227.17px;
  height: 258.65px;
  position: absolute;
  inset: 0% auto 0% 277px;
  transform: rotate(10deg);
}

.table-card-content-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer-info-content-block-m {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 272px;
  display: none;
}

.reiew-logo-wrapper {
  width: 100%;
  max-width: 137px;
}

.section-headline-text {
  display: inline-block;
}

.section-headline-text.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.faq-item-block {
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  min-width: 590px;
  max-width: 590px;
  display: flex;
}

.reviewer-image {
  border-radius: 100px;
  width: 44px;
  height: 44px;
}

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

.experience-headline {
  display: inline-block;
}

.faq-item-text-block {
  max-width: 522px;
}

.home-services-card-wrapper {
  cursor: default;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.home-services-card-wrapper.w--current {
  cursor: default;
  width: 100%;
}

.review-card {
  width: 100%;
  max-width: 590px;
}

.home-hero-headline-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-card-logo-wrapper {
  grid-column-gap: 108px;
  align-items: center;
  display: flex;
}

.home-hero-image-card-03-headine-text {
  color: #5d5b33;
  letter-spacing: -1.2px;
  max-width: 178px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}

.number-card-content-wrapper {
  grid-row-gap: 80px;
  background-color: #f9f9f9;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  text-decoration: none;
  display: inline-flex;
}

.submit-button-arrow {
  position: absolute;
  inset: 17px auto auto 389px;
}

.why-choose-me--headline-content-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.global-padding-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.logo-link {
  width: 101px;
}

.logo-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.logo-image-2 {
  width: 100%;
}

.nav-menu {
  grid-column-gap: 10%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.nav-footer-link-block-2 {
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}

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

.text-color-black-900-2 {
  color: var(--_base-collection-2---black-900);
}

.text-sm-3 {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-color-white-2 {
  color: var(--_base-collection-2---primary-white);
}

.button-normal-white-arrow-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-weight-medium-2 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-normal-black-wrapper-2 {
  grid-column-gap: 4px;
  background-color: var(--_base-collection-2---primary-black);
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.button-normal-black-wrapper-2:hover {
  background-color: var(--_base-collection-2---black-button-hover);
}

.button-normal-black-arrow-image-black-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.button-normal-black-arrow-image-white-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.button-normal-white-wrapper-2 {
  grid-column-gap: 4px;
  border: 1px solid var(--_base-collection-2---black-100);
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.button-white-arrow-image-black-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.button-white-arrow-image-white-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.chanagelog-headline-block {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.changelog-section-wrapper {
  margin-top: 100px;
}

.global-wrapper-02 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.changelog-item-block {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.hero-headline-text {
  color: #0c0407;
  text-align: center;
  letter-spacing: -8px;
  font-family: Poppins, sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: 120px;
  display: inline-block;
}

.chnagelog-text-element-block {
  margin-top: 120px;
  padding-left: 24px;
}

.licenses-block-title {
  color: #0c0407;
  text-align: center;
  letter-spacing: -1.08px;
  margin-bottom: 42px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.licenses-element-block {
  margin-top: 100px;
}

.licences-font-text-block {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.font-license-link {
  color: #0c0407;
  font-weight: 700;
}

.font-license-link:hover {
  color: #0c0407;
}

.licences-font-headline-block {
  margin-bottom: 40px;
}

.licenses-font-text.text-sm.text-weight-medium.text-align-center.black-666666 {
  color: #666;
}

.licenses-headline-subtext {
  max-width: 640px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.licenses-text-element-block {
  grid-row-gap: 100px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.licenses-headline-block {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.security-form-wrapper-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 194px;
  display: flex;
}

.security-form {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.security-form-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  padding: 28px 24px;
  display: flex;
}

.security-form-input {
  letter-spacing: -.16px;
  border: 1px solid #d1d6d4;
  border-radius: 6px;
  min-height: 55px;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.security-form-input::placeholder {
  color: var(--black-500);
}

.security-form-button {
  background-color: var(--primay-black);
  color: var(--primary-white);
  letter-spacing: -.14px;
  border-radius: 8px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.security-headline-block {
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.social-link-underline-2 {
  background-color: #000;
  width: 100%;
  height: .09375rem;
  margin-top: -4px;
}

.no-found_headline-text {
  color: #0c0407;
  text-align: center;
  letter-spacing: -6px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18.75rem;
  font-weight: 600;
  line-height: 110%;
}

.section_404 {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-bottom: 2.5rem;
  display: flex;
}

.not_found-element-wrapper {
  margin-top: 100px;
}

.not_found-headline-block {
  margin-bottom: 40px;
}

.social-link-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.social-link-2:hover {
  text-decoration: none;
}

.not_found-text {
  color: gray;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

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

.not-founf_wrapper {
  ---mode--collection-c4aa88e8-739c-5054-eb68-0c71f8a654da: base;
  width: 100%;
  max-width: 77.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.not-found-button-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.not_found-text-headline {
  color: #0c0407;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.375rem;
}

.social-element-block {
  grid-column-gap: 40px;
  display: inline-flex;
}

.not_found-text-headline-block {
  margin-bottom: 12px;
}

.social-element-wapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.not_found-button-block {
  background-color: #000;
  border-radius: .75rem;
  justify-content: center;
  margin-top: 48px;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: inline-flex;
}

.not_found-button-block:hover {
  background-color: #333;
}

.social-link-text-2 {
  color: #0c0407;
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.tag-content-text-1 {
  z-index: 2;
  color: #ced1dc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.tag-wrapper {
  z-index: auto;
  background-color: var(--_base-collection-2---black-800);
  width: 100%;
  height: 450px;
  min-height: 450px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.tag-canvas {
  z-index: 1;
  border: 1px none var(--primary-white);
  background-color: var(--black-300);
  outline-color: var(--black-50);
  outline-offset: 0px;
  transform-origin: 0 0;
  -webkit-text-stroke-color: var(--primary-white);
  cursor: auto;
  outline-width: 3px;
  outline-style: none;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
  transform: scale(1);
}

.tag-content-text-2 {
  z-index: 2;
  color: #ced1dc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.tag-vector-3 {
  position: absolute;
  inset: auto auto -22px -17px;
}

.tag-vector-1 {
  position: absolute;
  inset: -17px auto auto -17px;
}

.tag-vector-2 {
  position: absolute;
  inset: -17px -17px auto auto;
}

.tag-line-2 {
  border-bottom: 1px solid #5259634d;
  border-left: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.tag-content-wrapper {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  inset: 130px auto auto 50%;
  transform: translate(-50%);
}

.tag-line-3 {
  border-top: 1px solid #5259634d;
  border-right: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tag-content-text-wrap {
  margin-top: 40px;
  overflow: hidden;
}

.page-wrapper {
  overflow: hidden;
}

.tag-line-1 {
  border-bottom: 1px solid #5259634d;
  border-right: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tag-element {
  border: 1px #5259634d;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.tag-vector-4 {
  position: absolute;
  inset: auto -17px -22px auto;
}

.logo-wrapper {
  position: absolute;
  inset: 25px auto auto 50%;
  transform: translate(-50%);
}

.tag-line-4 {
  border-top: 1px solid #5259634d;
  border-left: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tag-section {
  border: 5px none var(--black-50);
  width: auto;
  height: auto;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.tag-container {
  border: 5px none var(--primary-white);
  max-width: 1200px;
  position: relative;
}

.div-block {
  width: 100%;
  height: 15px;
}

.div-block._1234 {
  background-image: linear-gradient(45deg, var(--redd) 10%, var(--d) 18%, var(--d) 36%, var(--f) 56%, var(--fq) 100%, white);
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: center;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.pricing-card-text {
  margin-bottom: 20px;
}

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

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

.div-block-2 {
  display: flex;
}

.fda-features-v1-arrow {
  filter: brightness(0%);
  flex: none;
  transform: rotate(-45deg);
}

.fda-features-v1-arrow.fda-in-active {
  z-index: 1;
  position: relative;
}

.div-block-3 {
  margin-left: 10px;
}

@media screen and (min-width: 1440px) {
  .global-wrapper {
    max-width: 1440px;
  }

  .review-main-content-block {
    justify-content: flex-start;
  }

  .footer-name-text {
    text-transform: uppercase;
    font-size: 185px;
  }

  .home-hero-card-image-block {
    height: 350px;
  }

  .home-hero-image-card-01-headine-text {
    max-width: 195px;
    font-size: 30px;
  }

  .faq-item-wrapper {
    max-width: 690px;
  }

  .footer-image {
    width: auto;
  }

  .faq-item-block {
    min-width: 690px;
    max-width: 690px;
  }

  .review-card {
    max-width: 690px;
  }

  .home-hero-image-card-03-headine-text {
    max-width: 195px;
    font-size: 35px;
  }

  .menu-wrapper {
    font-size: 16px;
  }

  .nav-menu {
    grid-column-gap: 366px;
  }

  .nav-footer-link-block-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .tag-wrapper {
    background-color: var(--primary-white);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .tag-canvas {
    border: 1px none var(--primary-white);
    -webkit-text-stroke-color: var(--primary-white);
  }

  .tag-element {
    border-style: none;
  }
}

@media screen and (max-width: 991px) {
  .text-sm-1, .text-sm {
    font-size: 14px;
  }

  .section-headline-margin {
    margin-bottom: 40px;
  }

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

  .text-xl {
    font-size: 28px;
  }

  .global-padding {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-xl-2 {
    font-size: 1.75rem;
  }

  .text-lg-2 {
    grid-row-gap: 20px;
    flex-flow: wrap;
    font-size: 1.1rem;
  }

  .faq-item-text {
    max-width: 636px;
  }

  .working-process-content-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .home-hero-image-card-wrapper-01 {
    max-width: 226px;
  }

  .home-hero-images-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
  }

  .home-hero-images-wrapper.section-margin {
    flex-flow: row;
    justify-content: center;
  }

  .home-hero-headline-text {
    font-size: 80px;
    line-height: 106px;
  }

  .working-proces-step-wrapper.w--current {
    display: block;
  }

  .experience-card-text-block {
    width: 100%;
    max-width: 100%;
  }

  .faq-section-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-headline-block {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-section-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .home-hero-image-card-02-headine-text {
    font-size: 30px;
    line-height: 38px;
  }

  .home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-pc {
    display: none;
  }

  .home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-m {
    display: block;
  }

  .home-hero-image-card-wrapper-02 {
    z-index: 1;
    max-width: 226px;
    position: relative;
    transform: translate(0, -25px)rotate(0);
  }

  .footer-link-content-block {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .footer-profile-link-content-block {
    order: 1;
    margin-right: 0;
  }

  .working-process-step-card-wrapper {
    width: 100%;
  }

  .footer-headline-content-block {
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .footer-name-text {
    letter-spacing: -5px;
    font-size: 114px;
    line-height: 160px;
  }

  .home-hero-card-image-block {
    height: 100%;
  }

  .why-choose-me-card-text-content-block {
    grid-row-gap: 11px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .working-process-step-card {
    max-width: 100%;
  }

  .experience-card-number-block {
    grid-column-gap: 80px;
    align-items: center;
    display: flex;
  }

  .home-hero-wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .experience-card-content-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .home-hero-image-card-01-headine-text {
    font-size: 30px;
    line-height: 38px;
  }

  .numbers-section-content-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .review-section-content-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
  }

  .home-services-card-content-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .home-hero-card-image {
    object-fit: cover;
    width: 312px;
    height: 200px;
  }

  .home-hero-image-card-wrapper-03 {
    max-width: 226px;
    transform: rotate(10deg);
  }

  .faq-content-block {
    justify-content: center;
  }

  .faq-item-wrapper {
    width: 100%;
    max-width: 730px;
  }

  .download-full-template-blcok {
    grid-row-gap: 20px;
    order: -1;
    margin-right: 0;
  }

  .home-services-card-number-block {
    grid-column-gap: 48px;
    align-items: center;
    display: flex;
  }

  .home-hero-image-card-headline-block {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .footer-form-block {
    max-width: 100%;
  }

  .review-section-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-image {
    border-radius: 16px;
    width: 170px;
    height: 200px;
    left: 168px;
  }

  .table-card-content-wrapper {
    grid-row-gap: 38px;
  }

  .faq-item-block {
    width: 100%;
    max-width: 720px;
  }

  .section-headlne-content-wrapper {
    width: 100%;
  }

  .review-card {
    max-width: 730px;
  }

  .home-hero-headline-wrapper {
    justify-content: center;
    max-width: 600px;
    margin-bottom: 80px;
  }

  .review-card-logo-wrapper {
    justify-content: space-between;
    padding-right: 2rem;
  }

  .home-hero-image-card-03-headine-text {
    font-size: 30px;
    line-height: 38px;
  }

  .submit-button-arrow {
    left: 405px;
  }

  .global-padding-2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-2 {
    color: #000;
    font-size: 36px;
    line-height: 42px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-sm-3 {
    font-size: 14px;
  }

  .chanagelog-headline-block {
    margin-bottom: 80px;
  }

  .changelog-section-wrapper {
    margin-top: 80px;
  }

  .hero-headline-text {
    letter-spacing: -7px;
    font-size: 94px;
    line-height: 106px;
  }

  .licenses-element-block {
    margin-top: 80px;
  }

  .security-headline-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .no-found_headline-text {
    letter-spacing: -5px;
    font-size: 14rem;
    line-height: 100%;
  }

  .not-founf_wrapper {
    ---mode--collection-c4aa88e8-739c-5054-eb68-0c71f8a654da: mode-7f42e7cc-75c9-9328-b494-d197575077eb;
    max-width: 77.5625rem;
  }

  .tag-content-text-1 {
    font-size: 40px;
    font-weight: 600;
  }

  .tag-wrapper {
    padding: 65px;
  }

  .tag-content-text-2 {
    font-size: 40px;
  }

  .tag-line-2, .tag-line-3, .tag-line-1 {
    width: 66px;
    height: 66px;
  }

  .logo-wrapper {
    top: 10px;
  }

  .tag-line-4 {
    width: 66px;
    height: 66px;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-headline-margin {
    margin-bottom: 40px;
  }

  .text-lg {
    font-size: 16px;
    line-height: 24px;
  }

  .section-headline-margin {
    margin-bottom: 40px;
  }

  .global-wrapper {
    max-width: 100%;
  }

  .button-small-white-wrapper {
    display: inline-flex;
  }

  .text-2xl {
    font-size: 1rem;
  }

  .section-margin {
    margin-bottom: 80px;
  }

  .text-xl {
    font-size: 24px;
    line-height: 28px;
  }

  .button-normal-black-wrapper {
    display: inline-flex;
  }

  .text-3xl {
    font-size: 1.125rem;
  }

  .global-padding {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .button-normal-white-wrapper {
    display: inline-flex;
  }

  .text-xl-2 {
    font-size: 1.7rem;
    line-height: 120%;
  }

  .faq-item-text {
    max-width: 440px;
  }

  .working-process-content-wrapper {
    grid-row-gap: 40px;
  }

  .home-hero-image-card-wrapper-01 {
    order: 1;
    max-width: 356px;
    transform: none;
  }

  .home-hero-images-wrapper.section-margin {
    flex-flow: column;
  }

  .home-hero-headline-text {
    letter-spacing: -6px;
    font-size: 45px;
    line-height: 86px;
  }

  .review-main-content-block {
    flex-flow: column-reverse;
    padding-top: 28px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .footer-headline-text.text-3xl {
    font-size: 40px;
  }

  .about-section-wrapper {
    grid-row-gap: 20px;
  }

  .home-hero-image-card-02-headine-text {
    font-size: 40px;
    line-height: 48px;
  }

  .section-headline-contact-button-block, .review-star-wrapper {
    display: none;
  }

  .faq-nav-block {
    margin-right: 5px;
  }

  .home-hero-image-card-wrapper-02 {
    order: -1;
    max-width: 356px;
    position: static;
    transform: none;
  }

  .working-process-step-card-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-info-content-block {
    display: none;
  }

  .why-choose-me-card {
    max-width: 100%;
  }

  .footer-name-text {
    letter-spacing: -4px;
    font-size: 85px;
    line-height: 120px;
  }

  .experience-section-contact-button, .home-section-contact-button {
    display: none;
  }

  .hi-emoji {
    width: 80px;
    height: 80px;
  }

  .experience-card-number-block {
    grid-column-gap: 20px;
  }

  .why-choose-me-content-wrapper {
    grid-template-columns: 1fr;
  }

  .home-hero-wrapper {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .home-hero-image-card-01-headine-text {
    font-size: 40px;
    line-height: 48px;
  }

  .numbers-section-content-wrapper {
    justify-content: center;
  }

  .why-choose-me-button-wrappe {
    display: none;
  }

  .home-hero-card-image {
    object-fit: cover;
    height: 350px;
  }

  .home-hero-image-card-wrapper-03 {
    max-width: 356px;
    transform: none;
  }

  .review-text-block {
    margin-bottom: 40px;
  }

  .number-card-headline-text.text-3xl {
    font-size: 40px;
  }

  .review-card-logo-content-block {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .faq-item-wrapper {
    max-width: 100%;
  }

  .home-services-card-number-block {
    grid-column-gap: 20px;
  }

  .home-hero-image-card-headline-block {
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
  }

  .review-star-wrapper-mobile {
    margin-bottom: 20px;
    display: flex;
  }

  .footer-image {
    border-radius: 8px;
    width: 121px;
    height: 137px;
    left: 189px;
  }

  .contact-form-wrapper {
    margin-bottom: 80px;
  }

  .footer-info-content-block-m {
    max-width: 100%;
    display: block;
  }

  .section-headline-text.text-3xl {
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .section-headline-text.text-3xl.text-weight-semibold {
    font-weight: 600;
  }

  .faq-item-block {
    align-items: stretch;
    width: 100%;
    min-width: 0;
  }

  .home-hero-headline-wrapper {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .home-hero-image-card-03-headine-text {
    font-size: 40px;
    line-height: 48px;
  }

  .submit-button-arrow {
    left: 312px;
  }

  .global-padding-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .button-normal-black-wrapper-2, .button-normal-white-wrapper-2 {
    display: inline-flex;
  }

  .chanagelog-headline-block {
    margin-bottom: 60px;
  }

  .changelog-section-wrapper {
    margin-top: 60px;
  }

  .global-wrapper-02 {
    max-width: 100%;
  }

  .hero-headline-text {
    letter-spacing: -6px;
    font-size: 80px;
    line-height: 70px;
  }

  .chnagelog-text-element-block {
    padding-left: 0;
  }

  .licenses-element-block {
    margin-top: 60px;
  }

  .licenses-text-element-block {
    padding-left: 0;
  }

  .security-form-wrapper {
    width: 450px;
  }

  .security-headline-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .no-found_headline-text {
    letter-spacing: -2px;
    font-size: 10rem;
  }

  .not-founf_wrapper {
    ---mode--collection-c4aa88e8-739c-5054-eb68-0c71f8a654da: mode-9033e288-2473-52c3-6dd3-bfca09429b3b;
    max-width: 77.5625rem;
  }

  .social-element-block {
    flex-flow: wrap;
    justify-content: center;
  }

  .tag-content-text-1 {
    font-size: 20px;
  }

  .tag-canvas {
    width: 125%;
    height: 125%;
    transform: scale(.8);
  }

  .tag-content-text-2 {
    font-size: 20px;
  }

  .section {
    width: 100vw;
    height: 100vh;
  }

  .tag-content-text-wrap {
    max-width: 600px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-item-row {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row dense;
    display: flex;
  }

  .styleguide_grid-colours {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .global-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .global-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-input.is-select-input, .form-input.is-text-area::placeholder {
    color: #4c4c4c;
  }

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

  .styleguide-heading {
    line-height: 120%;
  }

  .text-xl-2 {
    font-size: 1.4rem;
  }

  .text-lg-2 {
    letter-spacing: -.16px;
    font-size: 1rem;
    line-height: 120%;
  }

  .faq-item-text {
    max-width: 268px;
  }

  .home-services-type-wrapper {
    grid-column-gap: .35rem;
    flex-flow: wrap;
  }

  .home-hero-image-card-wrapper-01 {
    max-height: 539px;
  }

  .home-hero-headline-text {
    letter-spacing: -2px;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    line-height: 56px;
    display: block;
  }

  .footer-headline-text.text-3xl {
    letter-spacing: -1.2px;
    font-size: 32px;
    line-height: 40px;
  }

  .faq-item-header-text {
    width: 86%;
  }

  .home-services-card-text-block {
    max-width: 100%;
  }

  .home-hero-image-card-02-headine-text {
    font-size: 25px;
  }

  .footer-link-content-block {
    grid-row-gap: 8px;
  }

  .number-card {
    max-width: 140px;
    height: 100%;
  }

  .footer-name-text {
    letter-spacing: -1px;
    font-size: 45px;
    line-height: 65px;
  }

  .home-services-card-type-text.text-sm {
    font-size: 13px;
  }

  .hi-emoji {
    width: 50px;
    height: 50px;
  }

  .home-hero-image-card-01-headine-text {
    font-size: 25px;
  }

  .home-hero-card-image {
    object-fit: cover;
    height: 100%;
  }

  .footer-name-block {
    justify-content: center;
    display: flex;
  }

  .faq-item-wrapper {
    width: 100%;
  }

  .download-full-template-blcok {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .copyright-text-block {
    text-align: center;
    order: 1;
  }

  .footer-image {
    width: 101px;
    height: 117px;
    inset: -32px auto 0% 25%;
  }

  .faq-item-block {
    width: 100%;
  }

  .home-hero-headline-wrapper {
    grid-column-gap: 8px;
    max-width: 250px;
    margin-bottom: 40px;
  }

  .home-hero-image-card-03-headine-text {
    font-size: 25px;
  }

  .number-card-content-wrapper {
    grid-row-gap: 50px;
  }

  .number-card-content-wrapper.w--current {
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding-left: 16px;
  }

  .submit-button-arrow {
    display: none;
    left: 190px;
  }

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

  .nav-wrapper {
    grid-column-gap: 0px;
  }

  .chanagelog-headline-block {
    margin-bottom: 40px;
  }

  .changelog-section-wrapper {
    margin-top: 40px;
  }

  .global-wrapper-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-headline-text {
    letter-spacing: -2px;
    font-size: 42px;
    line-height: 48px;
  }

  .licenses-element-block {
    margin-top: 40px;
  }

  .security-form-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 310px;
    padding: 16px;
  }

  .security-headline-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .no-found_headline-text {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 8rem;
  }

  .not_found-element-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .not-founf_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    ---mode--collection-c4aa88e8-739c-5054-eb68-0c71f8a654da: mode-eb2f77ed-a273-a80d-efc3-4e968f1b1401;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .social-element-block {
    grid-row-gap: 10px;
  }

  .tag-content-text-1 {
    font-size: 20px;
  }

  .tag-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tag-content-text-2 {
    font-size: 20px;
  }

  .tag-line-2 {
    width: 26px;
  }

  .section {
    height: 97vh;
  }

  .tag-content-wrapper {
    top: 50px;
  }

  .tag-line-3 {
    width: 26px;
  }

  .page-wrapper {
    background-color: #15181d;
  }

  .tag-line-1, .tag-line-4 {
    width: 26px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

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

#w-node-d0543c37-b2df-a11f-d7fa-90180717fabf-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75ad-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75ae-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75b2-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75b3-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75b7-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75b8-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75bc-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75bd-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75c7-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75c8-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75cc-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75cd-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75d7-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75d8-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75dc-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75dd-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75e1-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75e2-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75e6-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75e7-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75eb-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75ec-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75f0-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75f1-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75f5-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75f6-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75fa-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75fb-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75ff-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7600-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7604-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7605-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e760f-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7610-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7614-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7615-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7619-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e761a-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e761e-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e761f-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7623-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7624-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e762f-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7630-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7634-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7635-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7639-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e763a-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e763e-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e763f-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7643-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7644-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7648-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7649-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7653-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7654-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7658-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7659-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e765d-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e765e-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e768b-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e768c-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7691-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7692-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7697-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7698-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e769c-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e769d-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76a1-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76a2-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76a6-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76a7-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ab-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ac-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76b0-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76b1-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76b5-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76b6-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ba-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76bb-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76bf-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76c0-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76c4-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76c5-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ce-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76cf-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76d0-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76d6-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76d7-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76d8-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76e5-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76e6-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ef-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76f0-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76f9-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76fa-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7707-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7708-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7709-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e770a-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e770c-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e770f-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7713-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7714-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7715-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e771e-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e771f-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7720-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7732-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7733-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7734-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7735-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7738-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7739-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e773a-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e773b-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e773e-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e773f-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7740-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7741-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7747-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7748-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7749-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e774a-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e774d-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e774e-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e774f-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7750-61f28f02 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7753-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7754-61f28f02, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7755-61f28f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7756-61f28f02 {
  justify-self: start;
}


