:root {
  --primary-white: white;
  --primay-black: #000;
  --black-900: #0c0407;
  --_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;
  --primary: #ff6b54;
  --black-800: #333;
  --black-700: #4c4c4c;
  --black-600: #666;
  --black-400: #999;
  --black-300: #b3b3b3;
  --black-200: #ccc;
  --black-100: #e5e5e5;
  --black-50: #f9f9f9;
  --black-button-hover: #353535;
  --button-border: #e0e0e0;
  --horizontal-line: #e0e0e0;
  --form-input-border: #e5e5e5;
  --_base-collection-2---black-800: #333;
  --_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-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;
}

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

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

.display-block {
  display: block;
}

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

.text-sm-1 {
  letter-spacing: -.28px;
  margin-bottom: 0;
  font-family: Poppins, 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: Poppins, 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: Poppins, 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: Poppins, 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: Poppins, 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: Poppins, 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: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.global-padding {
  flex-flow: column;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.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: #59330e;
  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;
  letter-spacing: -7.68px;
  font-family: Poppins, sans-serif;
  font-size: 128px;
  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%;
  min-width: 275px;
  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;
}

.body-wrapper {
  margin-bottom: 150px;
  padding-bottom: 0;
}

.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 {
  margin-bottom: 159px;
}

.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: #080705;
  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 {
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  display: flex;
}

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

.number-card {
  grid-column-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 217px;
  display: flex;
}

.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: 378px;
  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: 0px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 600px;
  padding: 40px 0;
  display: flex;
  position: static;
}

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

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

.home-services-card-type-text.text-sm.text-color-black-700.text-style-no_wrap {
  text-decoration: none;
}

.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 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.home-hero-wrapper {
  margin-top: 100px;
  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: #ede3d9;
  letter-spacing: -1.2px;
  max-width: 178px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

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

.review-section-content-wrapper {
  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: grid;
}

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

.home-services-card-content-wrapper {
  border-bottom: 1px solid #e5e5e5;
  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 {
  text-align: center;
}

.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: 378px;
}

.home-hero-image-card-wrapper-03 {
  background-color: #b4b186;
  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;
}

.number-card-headline-text.text-3xl.text-weight-semibold.text-color-black-900 {
  font-size: 32px;
}

.why-choose-me-section.section-margin {
  margin-bottom: 150px;
}

.black-border {
  background-color: #0c0407;
  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;
}

.numbers-section.section-margin {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

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

.number-section-wrapper {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.why-choose-me-card-text.text-sm.text-color-black-700 {
  text-align: center;
  margin-top: 12px;
  font-size: 18px;
  line-height: 21px;
}

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

.section-headlne-content-wrapper.section-headline-margin {
  justify-content: center;
}

.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;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 733px;
  margin-bottom: 60px;
  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: 40px;
  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;
}

.about-text.text-xl.text-weight-medium.text-color-black-900 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 42px;
}

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

.logo-link {
  width: 101px;
}

.logo-link.w--current {
  padding-left: 0;
}

.menu-wrapper {
  grid-column-gap: 40px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.logo-image-2 {
  width: 200px;
}

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

.nav-wrapper {
  flex: 1;
  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;
}

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

.heading.heading-2 {
  text-align: left;
  justify-content: flex-start;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

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

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

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

.section-headline-text-concept-video.text-3xl.text-weight-semibold.text-color-black-900 {
  justify-content: center;
  display: flex;
}

.section {
  padding-bottom: 150px;
  display: block;
}

.concept-video-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  width: 600px;
  margin-top: 25px;
}

.quick-stack {
  padding-top: 50px;
  padding-bottom: 120px;
  padding-left: 50px;
}

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

.cell-2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.div-block {
  justify-content: flex-start;
  width: 70%;
  padding-bottom: 12px;
  display: flex;
}

.bold-text {
  text-align: left;
  width: 70%;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.bold-text-2 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.image {
  border-radius: 20px;
  width: 300px;
  height: 175px;
  max-height: 50%;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.image-2, .image-3 {
  width: 200px;
}

.div-block-2, .div-block-3, .div-block-4 {
  justify-content: center;
  display: flex;
}

.image-4 {
  border-radius: 200px;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-5 {
  border-bottom: 1px solid #000;
  margin-top: 96px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.quick-stack-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  height: 900px;
  padding-bottom: 120px;
}

.grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(150px, 200px) minmax(150px, 200px);
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  text-align: left;
  flex: 0 auto;
  width: 200px;
  height: 399px;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-6 {
  border-radius: 35px;
  align-self: flex-end;
  width: 210px;
  max-width: 210px;
  height: 450px;
  max-height: 450px;
  margin-left: 0;
  display: block;
  position: static;
  box-shadow: 6px 6px 6px 2px #0003;
}

.interactive-container {
  z-index: 2;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  position: absolute;
}

.bold-text-5 {
  padding-bottom: 2px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.button {
  text-align: center;
  background-color: #000;
  border-radius: 15px;
  justify-content: center;
  width: 175px;
  display: flex;
}

.div-block-7 {
  width: 70%;
  display: flex;
  position: static;
}

.link-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  background-color: #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  text-align: right;
  align-items: center;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  font-size: 16px;
  text-decoration: none;
}

.image-7 {
  border-radius: 40px;
  width: 210px;
  max-width: 210px;
  height: 450px;
  max-height: 450px;
  display: block;
  position: absolute;
  box-shadow: 6px 6px 6px 2px #0003;
}

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

.div-block-9 {
  z-index: 1;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  position: absolute;
}

.container-2 {
  width: 210px;
  max-width: 210px;
  height: 450px;
  max-height: 450px;
  display: block;
  position: relative;
}

.image-8 {
  width: 150px;
  max-width: none;
  height: 50px;
}

@media screen and (min-width: 1440px) {
  .global-wrapper {
    flex-flow: row;
    flex: 1;
    align-items: center;
    max-width: 1440px;
    display: flex;
  }

  .global-padding {
    flex-flow: column;
    flex: 1;
  }

  .number-card-text.text-sm.text-color-black-900 {
    text-align: center;
  }

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

  .why-choose-me-card-text-block {
    max-width: 375px;
  }

  .body-wrapper {
    width: 100%;
    font-size: 64px;
  }

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

  .number-card {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-name-text {
    font-size: 213px;
  }

  .why-choose-me-card-text-content-block {
    grid-column-gap: 6px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .home-services-card-type-text.text-sm.text-color-black-700.text-style-no_wrap {
    font-size: 16px;
  }

  .why-choose-me-card-headline-text.text-xl-2.text-weight-semibold.text-color-black-900 {
    padding-bottom: 12px;
  }

  .why-choose-me-card-number-text.text-sm.text-color-black-700 {
    justify-content: center;
    display: flex;
  }

  .why-choose-me-section.section-margin {
    margin-bottom: 125px;
  }

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

  .navbar {
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .why-choose-me-card-text.text-sm.text-color-black-700 {
    width: 100%;
  }

  .whjy-choose-me-section-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .home-services-wrapper {
    width: 100%;
  }

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

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

  .why-choose-me--headline-content-wrapper.section-headline-margin {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

  .logo-link.w--current {
    width: 200px;
  }

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

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

  .nav-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading.heading-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 96px;
    font-weight: 500;
    line-height: 85px;
  }

  .quick-stack {
    align-items: flex-start;
  }

  .cell-2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block {
    font-size: 56px;
  }

  .bold-text {
    margin-top: 48px;
  }

  .bold-text-2 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500%;
    font-size: 96px;
    display: flex;
  }

  .image {
    box-shadow: 0 1px 1px #0003;
  }

  .image-2 {
    border-radius: 20px;
    width: 350px;
    height: 200px;
    box-shadow: 0 1px 1px #0003;
  }

  .cell-3 {
    align-items: flex-end;
  }

  .image-4 {
    border-radius: 150px;
    padding-bottom: 6px;
  }

  .text-block-2 {
    width: 100%;
  }

  .bold-text-3 {
    display: flex;
  }

  .cell-4 {
    align-items: flex-end;
  }

  .bold-text-4 {
    justify-content: flex-start;
  }

  .cell-5 {
    align-items: center;
  }

  .div-block-5 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .quick-stack-2 {
    text-align: left;
    width: 80%;
    font-size: 48px;
  }

  .div-block-6 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .image-6 {
    margin-left: 0;
    position: static;
  }

  .image-6.right {
    margin-left: 0;
    margin-right: 0;
  }

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

@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 {
    justify-content: center;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .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: 100px;
    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 {
    max-width: 100%;
    display: flex;
  }

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

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

  .why-choose-me-content-wrapper {
    flex-flow: column;
    align-items: center;
    width: 50%;
    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%;
  }

  .whjy-choose-me-section-wrapper {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .heading.heading-2 {
    font-size: 72px;
  }

  .concept-video-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .cell {
    justify-content: flex-start;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: minmax(200px, 250px) minmax(200px, 250px);
    grid-auto-flow: column;
    place-items: center;
  }

  .image-9 {
    margin-top: 75px;
  }
}

@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: 80px;
    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 {
    min-width: 300px;
    max-width: 100%;
  }

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

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

  .why-choose-me-card-text-content-block {
    padding-left: 0;
  }

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

  .heading.heading-2 {
    font-size: 56px;
  }

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

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

  .concept-video-wrapper {
    grid-row-gap: 20px;
  }

  .cell {
    justify-content: flex-start;
    padding-top: 75px;
  }

  .bold-text-2 {
    font-size: 32px;
  }

  .image {
    width: 200px;
    height: 125px;
  }

  .bold-text-4 {
    font-size: 24px;
  }

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

  .image-6 {
    width: auto;
    max-width: none;
    height: 450px;
  }

  .div-block-7 {
    min-width: 100px;
  }

  .link-block {
    width: 275px;
    padding-left: 12px;
    padding-right: 2px;
  }

  .text-block-4 {
    padding-left: 0;
    font-size: 13px;
  }

  .image-7 {
    max-width: none;
  }

  .image-9 {
    margin-top: 50px;
  }
}

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

  .number-card-text.text-sm.text-color-black-900 {
    text-align: center;
  }

  .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: -3px;
    font-size: 48px;
    line-height: 56px;
  }

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

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

  .why-choose-me-card-wrapper.background-color-black-50 {
    flex-flow: column;
    justify-content: center;
    width: 500px;
    display: flex;
  }

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

  .why-choose-me-card {
    width: 90%;
    max-width: 300px;
  }

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

  .why-choose-me-card-text-content-block {
    grid-column-gap: 0px;
    align-items: center;
  }

  .experience-section.section-margin {
    width: 100%;
  }

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

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

  .why-choose-me-content-wrapper {
    width: 100%;
  }

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

  .why-choose-me-section.section-margin, .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;
    margin-bottom: 40px;
  }

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

  .cell {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .bold-text-2 {
    font-size: 32px;
  }

  .image {
    width: 150px;
    max-width: 250px;
    height: 100px;
  }

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

  .cell-5 {
    align-items: center;
    padding-bottom: 0;
  }

  .div-block-5 {
    line-height: 24px;
  }

  .quick-stack-2 {
    height: auto;
    min-height: 900px;
    max-height: 100%;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 12px;
    grid-template-columns: minmax(100px, 150px) minmax(100px, 150px);
  }

  .container {
    width: 90%;
  }

  .image-9 {
    margin-top: 0;
    margin-bottom: 120px;
  }
}

#w-node-_7a3d0df7-9764-4ceb-2e64-0bbbebae62d2-4c44c7ca {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1440px) {
  #w-node-_7a3d0df7-9764-4ceb-2e64-0bbbebae62d2-4c44c7ca {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a3d0df7-9764-4ceb-2e64-0bbbebae62d2-4c44c7ca {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, .25fr) 2.5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a3d0df7-9764-4ceb-2e64-0bbbebae62d2-4c44c7ca {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }
}


