:root {
  --green-yellow: #adff00;
  --brand-color: #5200ff;
}

body {
  color: #fff;
  background-color: #000;
  font-family: "29 slab", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

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

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

p {
  margin-bottom: 0;
  font-size: 2rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.padding-small {
  padding: 1rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

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

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

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

.z-index-2 {
  z-index: 2;
  text-align: center;
  position: relative;
}

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

.text-color-black.we-build-website {
  text-align: center;
  text-align: center;
  margin-bottom: 2.1rem;
}

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

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

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

.icon-1x1-medium.reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.padding-global.uni {
  background-image: linear-gradient(to bottom, var(--brand-color), var(--brand-color));
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-align-center {
  text-align: center;
  font-weight: 400;
}

.text-align-center.tech-support {
  font-size: 2.9rem;
}

.main-wrapper.rtl {
  direction: rtl;
}

.button {
  color: #5200ff;
  text-align: center;
  background-color: #fff;
  border-radius: 1.5rem;
  margin-left: 0;
  padding: .75rem 4rem;
  font-size: 2rem;
  font-weight: 700;
  transition: all .4s ease-out;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-large {
  align-self: center;
  min-width: 35rem;
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-full-tablet {
  align-self: center;
  min-width: 35rem;
  padding: 1rem 2rem;
  font-weight: 700;
  text-decoration: none;
}

.button.is-full-tablet:hover {
  text-decoration: underline;
}

.button.profile {
  color: #fff;
  background-color: #000;
}

.button.leads {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #000;
}

.button.uni {
  margin-top: 60px;
}

.hide {
  display: none;
}

.padding-section-medium {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero_shape-item {
  z-index: 2;
  padding: 1.3rem 0;
  position: relative;
  overflow: visible;
}

.hero_shape-item.is-bigger {
  padding: 1rem .5rem 0;
}

.hero_shape-item.is-home {
  padding: 1.5rem .5rem;
}

.hero_shape-image {
  z-index: -1;
  object-fit: cover;
  width: 103%;
  max-width: 103%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -1.5%;
}

.hero_logo {
  width: 8.9rem;
  height: 100%;
}

.merque_container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  direction: ltr;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 120%;
  display: flex;
  overflow: hidden;
}

.merque_container.is-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.merque_container.is-home {
  width: 120vw;
  min-width: 120vw;
}

.merque_wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.merque_wrapper.scroll-hero {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
}

.merque_item {
  color: #000;
  direction: rtl;
  flex: none;
  font-size: 2.25rem;
  font-weight: 400;
}

.merque_item.is-hero {
  font-size: 3.5rem;
  line-height: 1.2;
}

.merque_image {
  width: 7rem;
}

.hide-desktop {
  display: none;
}

.estate_section-hero {
  background-color: var(--brand-color);
  position: relative;
}

.estate_section-hero.leads {
  background-color: var(--green-yellow);
}

.estate_hero-button {
  background-color: var(--green-yellow);
  color: #000;
  border-radius: 2.5rem;
  align-self: center;
  margin-top: 1.5rem;
  padding: .4rem 1rem;
  font-size: 1.75rem;
  font-weight: 900;
  display: flex;
}

.estate_hero-button.feature {
  background-color: #fff;
  width: 30%;
}

.estate_hero-button.sucess-message {
  background-color: #fff;
}

.estate_hero-button.leads {
  background-color: var(--brand-color);
}

.estate_hero-button.uni {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.estate_hero-heading-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.estate_merque-component {
  z-index: 1;
  background-color: var(--green-yellow);
  padding-top: .2rem;
  padding-bottom: .2rem;
  position: absolute;
  inset: auto;
  transform: rotate(-8deg);
}

.estate_merque-component.is-1 {
  min-width: 150vw;
  transform: translate(-617px)rotate(4deg);
}

.estate_merque-component.is-2 {
  background-color: #fff;
  min-width: 150vw;
  transform: translate(-50vw)rotate(-10deg);
}

.estate_merque-component.hide-tablet {
  order: 1;
  margin-top: -230px;
}

.estate_steps-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.steps_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.steps_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 22.25rem;
  display: flex;
}

.steps_icon-wrapper {
  z-index: 2;
  background-color: #5200ff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  position: relative;
}

.steps_icon {
  width: 3.5rem;
  height: 3.5rem;
}

.steps_text-wrapper {
  z-index: 1;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: -3.75rem;
  padding: 5rem 2rem 2.5rem;
  font-size: 2.5rem;
  font-weight: 900;
  display: flex;
  position: relative;
}

.estate_testimonials-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.estate_testimonials-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 59rem;
  display: flex;
}

.estate_testimonial {
  font-size: 3rem;
}

.text-style-highlight-purple {
  background-color: var(--brand-color);
  font-weight: 700;
}

.estate_testimonials-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.es_testimonial-image-wrapper {
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
}

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

.es_testimonial-info {
  flex-direction: column;
  font-size: 2rem;
  display: flex;
}

.estate_section-about {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.estate_about-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-purple {
  color: var(--brand-color);
}

.estate_logo-wrapper {
  z-index: 1;
  width: 53rem;
  height: 31rem;
  margin-right: -27.65rem;
  position: absolute;
  right: 0;
}

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

.estate_section-cta {
  background-color: var(--brand-color);
}

.estate_cta-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.estate_cta-button {
  background-color: var(--green-yellow);
  color: #000;
  border-radius: 2.5rem;
  padding: .4rem 1rem;
  font-size: 1.5rem;
  font-weight: 900;
}

.estate_hero-heading-size {
  text-align: center;
  font-size: 5.5rem;
  font-weight: 900;
}

.estate_hero-heading-size.leads {
  color: #000;
  font-size: 4rem;
}

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

.estate_about-text-wrapper {
  align-items: center;
}

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.header78_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header78_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  margin-right: 28px;
  padding-bottom: 2rem;
  display: grid;
  overflow: visible;
}

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

.header78_image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: visible;
}

.header78_image-wrapper {
  width: 26rem;
  margin-bottom: 3px;
  margin-right: 4px;
  position: relative;
  overflow: visible;
}

.section_header78 {
  z-index: 2;
  background-color: var(--green-yellow);
  direction: ltr;
  margin-top: -2px;
  position: relative;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.merque_wrapper-images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.merque_container-images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  direction: ltr;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.merque_container-images.is-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.merque_images-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  width: 100vw;
  display: flex;
}

.bold-text {
  font-size: 1.6rem;
}

.work_video {
  border-radius: 2.5rem;
  width: 100%;
}

.youtube {
  z-index: 8;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.work_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  order: 0;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
}

.home_hero-merque-component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home_hero-merque {
  z-index: 1;
  background-color: var(--green-yellow);
  margin-top: -15rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  position: absolute;
  inset: auto;
  transform: rotate(-8deg);
}

.home_hero-merque.is-1 {
  min-width: 150vw;
  transform: translate(-617px)rotate(4deg);
}

.home_hero-merque.is-2 {
  background-color: #fff;
  min-width: 150vw;
  transform: translate(-50vw)rotate(-10deg);
}

.home_hero-merque.hide-tablet {
  order: 1;
  margin-top: -230px;
}

.home-hero_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_hero-support-text {
  font-size: 3rem;
  font-weight: 700;
}

.home_steps-section {
  z-index: 0;
  background-color: #adff00;
  position: relative;
}

.hero_image-wrapper {
  border: 2px solid #000;
  border-radius: 2rem;
  height: 16rem;
  margin-right: 10px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 10px 10px #000;
}

.home_hero-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: visible;
}

.home_benifts-component {
  background-color: #fff;
}

.footer_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  min-width: 4.5rem;
  height: auto;
  min-height: 4.5rem;
  display: flex;
}

.footer_component-2 {
  background-color: #0000;
  align-items: center;
  margin: 1.5rem 2.5rem 1rem 1rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0;
}

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

.whatsapp_icon-wrapper-desktop {
  width: 3.5rem;
  height: 3.5rem;
}

.form_message-error-2 {
  color: #3b0b0b;
  background-color: #f8e4e4;
  border-radius: .75rem;
  margin-top: .75rem;
  padding: .75rem 1rem 1rem;
}

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

.radio_button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  min-width: 40%;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .75rem 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.radio_button:hover {
  color: #000;
  border-color: #696969;
}

.radio_button.is-active {
  background-color: var(--brand-color);
  color: #fff;
}

.fs-checkbox_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-items: start;
  min-height: 3rem;
  display: flex;
}

.contact_component {
  color: #000;
  background-color: #f5f7fa;
  border-radius: 3rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 46rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 4rem;
  display: flex;
}

.form_component-2 {
  width: 100%;
  margin-bottom: 0;
}

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

.form_message-success-2 {
  color: #114e0b;
  background-color: #cef5ca;
  border-radius: .75rem;
  padding: 1rem 1.25rem 1.25rem;
}

.form_input-2 {
  color: #020b17;
  background-color: #fcfcfc;
  border: 1px solid #dfe3e9;
  border-radius: .5rem;
  align-self: stretch;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  transition: all .2s;
  overflow: visible;
}

.form_input-2:focus-visible, .form_input-2[data-wf-focus-visible] {
  border-color: var(--brand-color);
}

.form_input-2::placeholder {
  color: #9ea6b1;
}

.form_input-2.is-phone:focus-visible, .form_input-2.is-phone[data-wf-focus-visible] {
  border-color: var(--brand-color);
}

.form_input-2.is-phone {
  background-color: #fcfcfc00;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form_input-2.is-phone:focus-visible, .form_input-2.is-phone[data-wf-focus-visible] {
  border-color: var(--brand-color);
}

.button-7 {
  background-color: var(--brand-color);
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  padding: .85rem 1.5rem 1rem;
  font-weight: 600;
  transition: background-color .35s, color .35s;
}

.button-7.is-form-submit {
  font-size: 1.5rem;
}

.button-7.is-form-submit:hover {
  box-shadow: inset 0 0 0 2px var(--brand-color);
  color: var(--brand-color);
  background-color: #0e71fb00;
}

.form_input-number-holder {
  border: 1px solid #dfe3e9;
  border-right-style: none;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.form_label-2 {
  color: #344054;
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

.form_label-2.bottom {
  margin-top: 6px;
  padding-top: 0;
  font-size: 1rem;
}

.form_field-wrapper-2 {
  flex: 1;
  margin-bottom: .75rem;
}

.fs-radio_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  min-height: 3rem;
  display: grid;
}

.form_input-phone-wrapper {
  background-color: #fcfcfc;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.form_checkox-button {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.form_checkox-button.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.form_checkox-button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

.form_checkox-button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_label-4 {
  max-width: 250px;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.heading-12 {
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 3rem;
}

.tag-hero {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.logos-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.certefied_partner {
  z-index: 9999;
  height: 16rem;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: fixed;
  inset: 0 0% 0 auto;
  transform: rotate(0);
}

@media screen and (min-width: 1920px) {
  .padding-global.uni {
    background-image: linear-gradient(#000, #000);
  }

  .text-color-white {
    padding-top: 28px;
    font-size: 2.4rem;
  }

  .multi_image-container {
    max-width: 34rem;
  }

  .multi_image-item {
    width: 10rem;
    height: 10rem;
  }

  .cta_component {
    max-width: 30rem;
  }

  .merque_item {
    flex: none;
  }

  .merque_component {
    transform: translate(-528px)rotate(-19deg);
  }

  .hero_merque-spacer {
    height: 8rem;
    top: 4rem;
  }

  .cta_refund.atte {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: 0;
    margin-top: 2.6rem;
    margin-bottom: 52px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .estate_hero-button.feature {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .estate_merque-component {
    min-width: 110vw;
  }

  .estate_logo-wrapper {
    margin-right: -4.65rem;
  }

  .header78_image-list, .header78_image, .header78_image-wrapper {
    overflow: hidden;
  }

  .html-embed {
    width: 80%;
  }

  .text-block-2 {
    font-weight: 900;
  }

  .features {
    background-color: #000;
  }

  .text-block-feature {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .div-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .html-embed-3 {
    width: 800px;
  }

  .cta_users {
    padding-top: 0;
    padding-left: 220px;
    padding-right: 220px;
  }

  .home_hero-merque {
    min-width: 110vw;
  }

  .fs-radio_label-4 {
    font-size: 1rem;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

  .text-weight-normal {
    margin-bottom: .1rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

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

  .main-wrapper {
    overflow: hidden;
  }

  .button.is-large {
    align-self: stretch;
    min-width: auto;
  }

  .button.is-full-tablet {
    align-self: stretch;
    min-width: auto;
    text-decoration: underline;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_top-wrapper {
    text-align: right;
    align-items: flex-start;
  }

  .hero_logo-wrapper {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 1rem;
  }

  .hero_second-text {
    text-align: right;
    font-size: 2rem;
  }

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

  .timeline_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .s_circle-container {
    width: 2rem;
    height: 2rem;
  }

  .timeline_image-wrapper {
    height: 27rem;
  }

  .timeline_image {
    width: 100%;
    overflow: visible;
  }

  .what_component {
    z-index: 2;
    max-width: none;
  }

  .lightning_component {
    z-index: 1;
    top: -56px;
    right: -4.6875rem;
  }

  .who_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: right;
    align-items: flex-start;
  }

  .whats-included_component {
    flex-direction: column;
  }

  .whats-included_grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid_item {
    text-align: right;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .me_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .me_image-component, .me_content {
    max-width: none;
  }

  .multi_image-item {
    width: 7.5rem;
    height: 7.5rem;
  }

  .logos_component-tablet {
    display: flex;
  }

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

  .cta_component {
    padding-bottom: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonials_component, .testimonials_top {
    align-items: flex-start;
  }

  .testimonials_grid {
    flex-direction: column;
  }

  .testimonials_item {
    text-align: right;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_component {
    align-items: flex-start;
  }

  .merque_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .merque_container.is-estate {
    max-width: 200vw;
  }

  .merque_wrapper.scroll-hero, .merque_wrapper.scroll-hero-fast, .merque_wrapper.scroll-hero-slow, .merque_wrapper.scroll-hero, .merque_wrapper.scroll-hero-fast, .merque_wrapper.scroll-hero-slow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .merque_item {
    font-size: 1.5rem;
  }

  .merque_item.is-hero {
    font-size: 2.75rem;
    font-weight: 700;
  }

  .merque_component {
    padding-top: .35rem;
    padding-bottom: .35rem;
    display: block;
    transform: translate(-45px, 35px)rotate(-19deg);
  }

  .merque_component.hide {
    display: none;
  }

  .merque_component.hide-desktop {
    max-height: 48px;
    transform: translate(-300px, 35px)rotate(-19deg);
  }

  .merque_image {
    width: 5rem;
  }

  .hero_merque-spacer {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .hide-desktop.is-mobile-portrate {
    display: none;
  }

  .video {
    display: block;
  }

  .heading {
    margin-top: 1.3rem;
    margin-bottom: -2.1rem;
  }

  .estate_video-container {
    min-width: 44.9rem;
  }

  .estate_merque-component {
    padding-top: .35rem;
    padding-bottom: .35rem;
    display: flex;
    inset: 0% 0% auto;
    transform: translate(-2rem)rotate(-8deg);
  }

  .estate_merque-component.hide {
    display: none;
  }

  .estate_merque-component.hide-desktop {
    max-height: 48px;
    transform: translate(-1.7rem, 2px)rotate(-8deg);
  }

  .estate_steps-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .steps_list {
    flex-wrap: wrap;
  }

  .steps_item {
    max-width: none;
  }

  .steps_icon-wrapper {
    width: 7rem;
    height: 7rem;
  }

  .steps_icon {
    width: 3rem;
    height: 3rem;
  }

  .steps_text-wrapper {
    max-width: 22.25rem;
    min-height: 15.3125rem;
  }

  .estate_testimonial {
    font-size: 2.25rem;
  }

  .es_testimonial-info {
    font-size: 1.5rem;
  }

  .estate_logo-wrapper {
    width: 43.3rem;
    height: 26.5rem;
  }

  .estate_hero-heading-size {
    font-size: 5.1rem;
  }

  .hero_logo-wrapper-center {
    justify-content: center;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

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

  .merque_wrapper-images.scroll-hero, .merque_wrapper-images.scroll-hero-fast, .merque_wrapper-images.scroll-hero-slow, .merque_wrapper-images.scroll-hero, .merque_wrapper-images.scroll-hero-fast, .merque_wrapper-images.scroll-hero-slow, .merque_container-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .merque_container-images.is-estate {
    max-width: 200vw;
  }

  .estate_form-wrapper {
    width: 100%;
  }

  .html-embed {
    width: 90%;
  }

  .container {
    max-width: 728px;
  }

  .home_hero-merque-component {
    min-width: 44.9rem;
  }

  .home_hero-merque {
    width: 300vw;
    margin-top: -2.9rem;
    margin-right: -20vw;
    padding-top: .35rem;
    padding-bottom: .35rem;
    display: flex;
    inset: 0% 0% auto;
    transform: translate(-2rem)rotate(-8deg);
  }

  .home_hero-merque.hide {
    display: none;
  }

  .home_hero-merque.hide-desktop {
    max-height: 48px;
  }

  .content-left-copy {
    width: 100%;
  }

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

  .content {
    flex-flow: column;
  }

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

  .logo-wrap {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .video-content {
    width: 100%;
  }

  .fit-logo {
    width: 120px;
    height: 60px;
  }

  .purple-container {
    flex-flow: column;
  }

  .hero-head {
    font-size: 48px;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    width: 100%;
  }

  .first-logo {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .card-item {
    flex-flow: wrap;
  }

  .logo-stack, .video-container, .content-left, .hero-txt {
    width: 100%;
  }

  .card {
    max-width: 45%;
  }

  .paragraph-2 {
    width: 100%;
  }

  .whatsapp_icon-wrapper-mobile {
    margin-bottom: .5rem;
    display: flex;
  }

  .footer_button-wrapper {
    flex: 1;
    margin-right: 0;
  }

  .footer_links-wrapper {
    background-color: #fff;
    border-radius: 1.5rem;
  }

  .footer_component-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .whatsapp_icon, .button-6.is-footer, .button-6.is-footer {
    display: block;
  }

  .contact_component {
    border-radius: 2.5rem;
    min-width: 100%;
    max-width: none;
    padding: 3rem 2.5rem;
  }
}

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

  h2, h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .margin-bottom.margin-small {
    margin-bottom: .5rem;
  }

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

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

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .hero_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero_logo-wrapper {
    padding-bottom: .5rem;
  }

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

  .timeline_component {
    margin-bottom: 2rem;
  }

  .timeline_image-wrapper {
    height: 28.2rem;
  }

  .timeline_bottom-component {
    bottom: -1.9rem;
    right: -.45rem;
  }

  .section-hero {
    overflow: hidden;
  }

  .lightning_component {
    top: -4.5rem;
  }

  .me_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .me_image-component, .me_content {
    max-width: none;
  }

  .logos_section-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .merque_container.is-estate {
    max-width: 200vw;
  }

  .merque_component {
    transform: translate(-45px, -21px)rotate(-19deg);
  }

  .merque_component.hide-desktop {
    transform: translate(-500px, 35px)rotate(-19deg);
  }

  .cta_refund.atte {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .estate_video-container {
    min-width: 100%;
  }

  .estate_merque-component {
    width: 200vw;
    transform: translate(-2rem, -45px)rotate(-8deg);
  }

  .estate_merque-component.hide-desktop {
    transform: translate(2.6rem, 38px)rotate(-8deg);
  }

  .estate_steps-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .estate_hero-heading-size {
    font-size: 4.5rem;
  }

  .hero_logo-wrapper-center {
    padding-top: 3rem;
    padding-bottom: .5rem;
  }

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

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

  .header78_image-wrapper {
    width: 18rem;
  }

  .merque_wrapper-images {
    justify-content: space-around;
    align-items: center;
  }

  .merque_container-images.is-estate {
    max-width: 200vw;
  }

  .airtable_form {
    width: 90%;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .home_hero-merque-component {
    min-width: 100%;
  }

  .home_hero-merque {
    width: 200vw;
    margin-left: 0;
    margin-right: -27vw;
    transform: translate(-2rem, -45px)rotate(-8deg);
  }

  .home_hero-support-text {
    font-size: 2rem;
  }

  .hero_image-wrapper {
    width: 18rem;
    height: 11rem;
  }

  .heading-6.center {
    font-size: 32px;
  }

  .content {
    flex-flow: column;
  }

  .video-content {
    width: 100%;
  }

  .review-stack {
    flex-flow: column;
  }

  .image-5 {
    width: 100%;
  }

  .fit-logo {
    width: 100px;
    height: 50px;
  }

  .purple-container {
    flex-flow: column;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .answer {
    display: none;
  }

  .video-container, .vertical {
    width: 100%;
  }

  .heading-9 {
    font-size: 32px;
  }

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

  .heading-10 {
    font-size: 18px;
  }

  .quest {
    font-size: 24px;
  }

  .whatsapp_icon-wrapper-mobile {
    width: 3.5rem;
    height: 3.5rem;
  }

  .footer_component-2 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .whatsapp_icon-wrapper-desktop {
    width: 3.5rem;
    height: 3.5rem;
  }

  .fs-checkbox_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

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

  .fs-radio_column {
    grid-auto-flow: row;
  }

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

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

  p {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-color-black {
    text-align: center;
    margin-bottom: 0;
    font-size: 2.3rem;
  }

  .text-color-black.we-build-website {
    margin-bottom: 1rem;
    font-size: 2.1rem;
  }

  .heading-style-h3 {
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .heading-style-h3.long-texx {
    color: #000;
  }

  .heading-style-h3.jintt {
    color: #ff5e5e;
    text-align: center;
    -webkit-text-stroke-color: #000;
    font-size: 1.6rem;
  }

  .heading-style-h3.jintt._2 {
    color: red;
  }

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

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

  .heading-style-h1.z-index-2 {
    font-size: 2.2rem;
  }

  .padding-global.features, .padding-global.dd {
    background-color: #adff02;
  }

  .padding-global.sucess-spacce-message {
    margin-bottom: -48px;
    padding-bottom: 1px;
  }

  .padding-global.leads {
    padding-bottom: 108px;
  }

  .padding-global._11 {
    background-color: var(--green-yellow);
  }

  .padding-global.uni {
    background-image: linear-gradient(#000, #000);
    padding-top: 0;
  }

  .padding-global.features, .padding-global.dd {
    background-color: #adff02;
  }

  .padding-global.ee {
    background-color: #5300ff;
  }

  .text-weight-normal {
    margin-bottom: 2.6rem;
  }

  .padding-section-small.uni {
    padding-top: 0;
  }

  .text-color-white {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
  }

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

  .form_label, .form_input.is-text-area, .form_input.is-text-area {
    font-size: 1.25rem;
  }

  .text-align-center {
    margin-top: -18px;
    font-size: 1.5rem;
  }

  .text-align-center.tech-support {
    margin-top: -19px;
    font-size: 2rem;
    font-weight: 700;
  }

  .button {
    border-radius: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
    position: relative;
  }

  .button.is-full-tablet {
    color: #fff;
    background-color: #000;
    margin-top: 43px;
    margin-bottom: 11px;
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    display: block;
  }

  .button.is-full-tablet.hero-button {
    color: #000;
    background-color: #adff02;
    margin-bottom: 22px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .button.leads {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .button.lstd {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    direction: rtl;
    background-color: #000;
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 1.6rem;
    transition-property: none;
  }

  .button.uni {
    margin-top: 40px;
    margin-bottom: 31px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 2.2;
  }

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

  .hero_top {
    text-align: center;
  }

  .hero_shape-item {
    padding: .75rem 0;
    position: relative;
  }

  .hero_shape-image {
    z-index: 1;
    object-fit: cover;
    width: 103%;
    max-width: 142%;
    left: -1.5%;
  }

  .hero_logo-wrapper {
    text-align: center;
    align-self: auto;
  }

  .hero_logo {
    text-align: left;
    width: 6.875rem;
  }

  .timeline_component {
    margin-bottom: 6.1rem;
  }

  .timeline_text {
    margin-bottom: 2.025rem;
  }

  .s_circle-container {
    position: relative;
    right: -4px;
  }

  .timeline_image-wrapper {
    height: 100%;
  }

  .timeline_image {
    object-fit: cover;
    transform: translate(0);
  }

  .timeline_bottom-component {
    bottom: -5.5rem;
    right: .55rem;
  }

  .end-goal_text-component {
    padding-left: 1.25rem;
    padding-right: 5.5rem;
    font-size: 1.75rem;
  }

  .list_item {
    margin-bottom: .9rem;
  }

  .lightning_component {
    top: -1.5rem;
    right: -5.5rem;
  }

  .grid_item {
    align-items: center;
  }

  .me_image-component {
    width: 100%;
  }

  .multi_image-container {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    max-width: none;
  }

  .multi_image-item {
    flex: 1;
    width: auto;
    min-width: 6rem;
    min-height: 6rem;
  }

  .multi_text-wrapper {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .logos_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .logos_section-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logos_component-tablet {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .cta_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta_middle-item {
    padding: .4rem .5rem;
  }

  .cta_text-medium {
    text-align: center;
    font-size: 1.75rem;
  }

  .merque_container {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
  }

  .merque_container.is-estate {
    max-width: 150vw;
  }

  .merque_wrapper.scroll-hero {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
  }

  .merque_item.is-hero {
    font-size: 2.25rem;
  }

  .merque_component {
    transform: translate(-201px)rotate(-19deg);
  }

  .merque_component.hide-desktop {
    max-width: 200vw;
    transform: translate(-187px, 35px)rotate(-19deg);
  }

  .hide-desktop.is-mobile-portrate {
    display: flex;
  }

  .cta_refund {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta_refund.atte {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #000;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #0000;
    border: 2px solid #000;
    flex-flow: column;
    margin-top: .3rem;
    margin-bottom: 18px;
    padding-top: .8rem;
    padding-bottom: .9rem;
  }

  .heading {
    margin-bottom: -.6rem;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .timer-text {
    margin-top: -7px;
    margin-bottom: -1.8rem;
  }

  .video-2 {
    padding-left: 271px;
  }

  .heading-2 {
    color: #5200ff;
    text-align: center;
    -webkit-text-stroke-color: #000;
    margin-bottom: .1rem;
  }

  .heading-2.h {
    color: #000;
  }

  .estate_section-hero {
    position: relative;
  }

  .estate-hero_component {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 0;
  }

  .estate-hero_component.down {
    margin-bottom: -1px;
    padding-bottom: 8.1rem;
  }

  .estate_hero-button {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    display: flex;
  }

  .estate_hero-button.feature {
    -webkit-text-stroke-color: #fff;
    background-color: #fff;
    border-radius: 1.5rem;
    width: 95%;
    margin-bottom: -103px;
    position: relative;
    top: 0;
  }

  .estate_hero-button.sucess-message {
    width: 100%;
  }

  .estate_hero-button.uni {
    background-color: var(--green-yellow);
    background-image: linear-gradient(#fff, #fff);
    margin-top: .8rem;
    margin-bottom: -1px;
  }

  .estate_merque-component {
    width: auto;
    transform: translate(2.4rem, 17px)rotate(-8deg);
  }

  .estate_merque-component.hide-desktop {
    background-color: var(--green-yellow);
    background-color: var(--green-yellow);
    width: 120%;
    right: -3%;
    transform: translate(1.1rem)rotate(-8deg);
  }

  .estate_steps-section {
    margin-top: -19rem;
    padding-top: 12.5rem;
  }

  .estate_steps-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
  }

  .steps_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .steps_item {
    min-width: 100%;
  }

  .steps_icon-wrapper {
    border-radius: 1.5rem;
    width: 5rem;
    height: 5rem;
  }

  .steps_icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .steps_text-wrapper {
    width: 100%;
    min-height: 11.5rem;
    padding: 5rem 2.5rem 2rem;
    font-size: 1.75rem;
  }

  .estate_testimonials-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .estate_testimonials-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .estate_testimonial {
    font-size: 2rem;
  }

  .es_testimonial-image-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .estate_about-component {
    padding-right: 1rem;
  }

  .estate_logo-wrapper {
    width: 34.375rem;
    height: 20.625rem;
    margin-right: -18.75rem;
  }

  .estate_hero-heading-size, .estate_hero-heading-size.z-index-2 {
    font-size: 11vw;
  }

  .estate_hero-heading-size.z-index-2 {
    font-size: 11vw;
  }

  .estate_hero-heading-size.z-index-2.uni {
    color: #adff02;
    margin-top: -1.2rem;
    padding-top: 0;
    font-size: 7vw;
    font-weight: 400;
  }

  .estate_hero-heading-size.leads {
    font-size: 2.1rem;
    font-weight: 900;
  }

  .hero_logo-wrapper-center {
    padding-top: 0;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .merque_container-images.is-estate {
    max-width: 150vw;
  }

  .bold-text {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .html-embed {
    width: 100%;
  }

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

  .text-block-2.feature {
    padding: .5rem 8px .5rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
  }

  .airtable_form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: stretch;
    width: 96%;
  }

  .description-hero-secttion {
    font-size: .9rem;
    font-weight: 700;
  }

  .bold-text-2 {
    font-size: 1.5rem;
  }

  .div-block {
    display: flex;
  }

  .bold-text-3 {
    padding-right: 0;
    font-size: 1.4rem;
  }

  .bold-text-4 {
    font-size: 1.4rem;
  }

  .success-message-hero-section {
    font-size: 1.9rem;
  }

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

  .text-block-4 {
    margin-bottom: 41px;
    font-size: 2rem;
  }

  .text-block-5 {
    text-align: center;
    font-size: 1.2rem;
  }

  .text-block-5.uni {
    font-size: 1.1rem;
    font-weight: 700;
  }

  .bold-text-5 {
    font-weight: 900;
  }

  .bold-text-6 {
    font-size: 2rem;
    font-weight: 500;
  }

  .button-3 {
    position: absolute;
  }

  .html-embed-2 {
    padding-left: 11px;
  }

  .hero-stack {
    background-color: #fff;
    padding-top: 0;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper-two {
    margin-top: -45px;
    padding-top: 0;
  }

  .button-primary {
    letter-spacing: 0;
    margin-top: 24px;
    margin-bottom: 32px;
    padding: 24px 32px;
    font-size: 28px;
    font-weight: 700;
  }

  .hero-image.shadow-two {
    margin-top: 37px;
    margin-bottom: 0;
  }

  .text-block-6 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .button-4 {
    background-color: #000;
    margin-top: 24px;
    margin-bottom: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }

  .text-block-7 {
    color: #fff;
    text-align: right;
    padding-right: 5px;
    font-size: 1.7rem;
  }

  .image {
    aspect-ratio: auto;
    border: 3px solid #000;
    border-radius: 13px;
  }

  .work_video {
    border-radius: 1rem;
    height: 25vh;
  }

  .work_image {
    aspect-ratio: auto;
    border: 3px solid #000;
    border-radius: 13px;
  }

  .youtube {
    overflow: visible;
  }

  .text-block-8, .text-block-9, .text-block-10 {
    font-size: 2rem;
  }

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

  .text-block-11 {
    color: #5200ff;
    font-size: 1.2rem;
  }

  .text-block-12 {
    text-align: center;
    margin-top: -7px;
  }

  .image-2 {
    min-width: 1px;
    max-width: 95%;
    font-size: 1.4rem;
  }

  .bold-text-7 {
    font-size: 1.9rem;
  }

  .image-3 {
    width: 32px;
    height: 32px;
  }

  .container-2 {
    clear: none;
    order: 0;
    align-self: auto;
    display: flex;
  }

  .bold-text-8 {
    font-size: 2rem;
  }

  .link {
    color: #fff;
  }

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

  .text-block-13 {
    text-align: center;
    margin-bottom: -22px;
  }

  .title-testmonials {
    margin-bottom: -1.1rem;
    font-size: 2.6rem;
  }

  .text-block-14 {
    color: #adff02;
    margin-bottom: 63px;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .link-2 {
    color: #fff;
  }

  .video-3 {
    margin-bottom: 81px;
  }

  .html-embed-3 {
    width: 300px;
    height: 1000px;
  }

  .bold-text-10 {
    color: #fff;
    font-size: 11vw;
  }

  .video-4 {
    border-width: 3px;
    border-color: #adff02;
    border-radius: 0;
    margin-bottom: 8px;
  }

  .heading-4 {
    margin-bottom: -1.8rem;
  }

  .heading-5 {
    color: var(--green-yellow);
  }

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

  .university_video-element {
    border-width: 3px;
    border-color: #adff02;
    border-radius: 0;
    margin-bottom: 8px;
  }

  .bold-text-12 {
    color: var(--green-yellow);
    font-size: 1.7rem;
    font-weight: 400;
  }

  .image-4 {
    border-radius: 20px;
    margin-bottom: 11px;
  }

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

  .bold-text-13 {
    font-size: 1.5rem;
  }

  .home_hero-merque {
    width: auto;
    margin-left: -6.25rem;
    transform: translate(2.4rem, 17px)rotate(-8deg);
  }

  .home_hero-merque.hide-desktop {
    background-color: var(--green-yellow);
    background-color: var(--green-yellow);
    width: 100%;
    right: -3%;
    transform: translate(-.8rem)rotate(-8deg);
  }

  .home-hero_component {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .home-hero_component.down {
    margin-bottom: -1px;
    padding-bottom: 8.1rem;
  }

  .home_hero-badge {
    color: #5200ff;
    font-size: 1.25rem;
  }

  .home_hero-badge.home {
    color: #000;
  }

  .home_hero-support-text {
    font-size: 1.5rem;
  }

  .content-left-copy {
    width: 100%;
  }

  .heading-6 {
    text-align: right;
    font-size: 32px;
  }

  .heading-6.center {
    direction: rtl;
  }

  .content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .head-logos.heading-6 {
    text-align: center;
    text-align: center;
  }

  .line-tex {
    font-size: 20px;
  }

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

  .text-stack {
    font-size: 1.5rem;
  }

  .logo-wrap {
    width: auto;
    height: auto;
    padding: 20px;
  }

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

  .presenter-item {
    font-size: .9rem;
  }

  .review-stack {
    flex-flow: column;
  }

  .image-5 {
    width: 100%;
  }

  .subtitle {
    direction: rtl;
    font-size: 17px;
  }

  .subtitle.purple {
    font-size: 20px;
  }

  .subtitle.bold {
    line-height: 1.5;
  }

  .review {
    text-align: center;
    direction: rtl;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-size: 1.5rem;
  }

  .fit-logo {
    width: 110px;
    max-width: none;
    height: 50px;
  }

  .purple-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7, .heading-7.light, .heading-7.light {
    font-size: 18px;
  }

  .hero-head {
    font-size: 32px;
  }

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

  .container-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .subtitle-2 {
    direction: rtl;
    font-size: 18px;
    line-height: 1.5;
  }

  .paragraph {
    font-size: 20px;
  }

  .heading-8 {
    font-size: 16px;
  }

  .first-logo {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

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

  .green-subtitle.light {
    font-size: 21px;
  }

  .icon {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-item {
    width: 100%;
  }

  .text-block-15 {
    font-size: 23px;
  }

  .video-5 {
    height: auto;
  }

  .answer {
    display: block;
  }

  .content-left {
    width: 100%;
  }

  .h6, .sub {
    font-size: 20px;
  }

  .big-button {
    padding: 16px 20px;
  }

  .logo-slider {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .vertical {
    width: 100%;
  }

  .head-left {
    font-size: 40px;
  }

  .rate-card {
    width: 95vw;
  }

  .card {
    width: 100%;
  }

  .heading-10 {
    font-size: 16px;
    display: none;
  }

  .quest {
    font-size: 18px;
  }

  .sub-tag {
    padding-bottom: 20px;
  }

  .check-item {
    font-size: 1.2rem;
  }

  .paragraph-2 {
    font-size: 24px;
  }

  .bold-text-14 {
    font-size: 22px;
  }

  .footer_container {
    min-width: 4rem;
    min-height: 4rem;
  }

  .whatsapp_icon-wrapper-mobile {
    margin-bottom: .5rem;
  }

  .footer_button-wrapper {
    margin-right: 0;
  }

  .footer_links-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .footer_component-2 {
    padding-right: 1.25rem;
  }

  .whatsapp_icon-wrapper-desktop {
    width: 3rem;
    height: 3rem;
  }

  .radio_button {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem .75rem;
  }

  .fs-checkbox_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    display: grid;
  }

  .contact_component {
    border-radius: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .form_field-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: .75rem;
  }

  .contact_text {
    text-align: center;
    font-size: 1rem;
  }

  .form_label-2.bottom {
    margin-bottom: 0;
  }

  .form_checkox-button {
    font-size: 0;
  }

  .fs-radio_label-4 {
    text-align: right;
  }

  .heading-12 {
    font-size: 2rem;
  }

  .tag-hero {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
  }

  .inter {
    font-family: Inconsolata, monospace;
    font-size: .9rem;
  }

  .logos-wrapper {
    margin-top: 0;
  }

  .footer_tag {
    font-size: 1.2rem;
  }
}

#w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e0b-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e0c-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e0e-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e0f-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e10-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e11-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e12-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e14-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e15-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e16-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e17-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e18-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e19-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e1a-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e1b-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e1c-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e1d-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e1e-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e1f-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e20-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e21-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e22-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e23-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e24-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e26-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e27-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e28-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e29-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e2a-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e2b-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e2c-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e2d-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e2e-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e2f-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e30-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e31-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e32-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e33-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e34-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e35-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e36-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e37-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e38-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e3a-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e3c-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e3e-9f542890, #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e3f-9f542890, #w-node-_911a01bd-d505-299f-901e-632431a7ab16-9f542890, #w-node-_911a01bd-d505-299f-901e-632431a7ab19-9f542890, #w-node-_911a01bd-d505-299f-901e-632431a7ab1c-9f542890, #w-node-_911a01bd-d505-299f-901e-632431a7ab25-9f542890, #w-node-_571e7a09-3019-4932-a830-6c7ffcc61a91-9f542890, #w-node-_87275a7e-82c0-00c4-36fc-9aeb055b2546-9f542890, #w-node-_73f9218f-dac3-4753-ae62-cd228090daf7-9f542890, #w-node-_73f9218f-dac3-4753-ae62-cd228090dafa-9f542890, #w-node-_73f9218f-dac3-4753-ae62-cd228090dafd-9f542890, #w-node-_73f9218f-dac3-4753-ae62-cd228090db03-9f542890, #w-node-_73f9218f-dac3-4753-ae62-cd228090db06-9f542890, #w-node-_73f9218f-dac3-4753-ae62-cd228090db09-9f542890, #w-node-e0a61f68-49be-c8a9-560e-942efa4861e5-9f542890, #w-node-e0a61f68-49be-c8a9-560e-942efa4861e8-9f542890, #w-node-e0a61f68-49be-c8a9-560e-942efa4861eb-9f542890, #w-node-e0a61f68-49be-c8a9-560e-942efa4861f4-9f542890, #w-node-_0e5f3f97-d608-c2ac-ee72-d841179fefd9-9f542890, #w-node-_0e5f3f97-d608-c2ac-ee72-d841179fefdc-9f542890, #w-node-_0e5f3f97-d608-c2ac-ee72-d841179fefdf-9f542890, #w-node-_0e5f3f97-d608-c2ac-ee72-d841179fefe5-9f542890 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4c1da95a-dc1f-0882-9ea0-28bc290f3e33-9f542890 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
