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

.lp-body {
  color: #e2e2e2;
  direction: rtl;
  background-color: #000;
  font-family: Lato, Cairo, sans-serif;
  overflow-x: hidden;
}

.lp-section {
  padding-top: 96px;
  padding-bottom: 128px;
  position: relative;
}

.lp-container {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.lp-container-narrow {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.lp-section-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Cairo, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.lp-section-subtitle {
  color: #9ca3af;
  text-align: center;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}

.lp-nav {
  z-index: 50;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #000000d9;
  border-bottom: 1px solid #5200ff14;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.lp-nav-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
}

.lp-nav-logo {
  align-items: center;
  column-gap: 12px;
  text-decoration: none;
  display: flex;
}

.lp-nav-logo-icon {
  background-image: linear-gradient(135deg, #5200ff, #adff00);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.lp-nav-logo-text {
  color: #fff;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.lp-cta-btn {
  color: #fff;
  background-color: #5200ff;
  border-radius: 9999px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition-property: transform, box-shadow;
  transition-duration: .3s;
  box-shadow: 4px 4px #adff00;
}

.lp-cta-btn-large {
  color: #fff;
  background-color: #5200ff;
  border-radius: 9999px;
  align-items: center;
  column-gap: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 4px 4px #adff00;
}

.lp-card {
  background-color: #0a0a0a;
  border: 1px solid #5200ff1f;
  border-radius: 24px;
  padding: 32px;
}

.lp-card-featured {
  background-image: linear-gradient(135deg, #5200ff14, #adff0008);
  border: 1px solid #5200ff4d;
  border-radius: 24px;
  padding: 32px;
}

.lp-divider {
  background-image: linear-gradient(90deg, #0000 0%, #5200ff40 50%, #0000 100%);
  max-width: 768px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.lp-badge {
  color: #d1d5db;
  background-color: #111;
  border: 1px solid #5200ff26;
  border-radius: 9999px;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 14px;
  display: inline-flex;
}

.lp-pulse-dot {
  background-color: #adff00;
  border-radius: 9999px;
  width: 8px;
  height: 8px;
}

.lp-gradient-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #9b6bff 0%, #5200ff 40%, #adff00 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.lp-hero {
  align-items: center;
  min-height: 100vh;
  padding-top: 96px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lp-hero-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-family: Cairo, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
}

.lp-hero-subtitle {
  color: #9ca3af;
  text-align: center;
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.7;
}

.lp-stats-row {
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 64px;
  display: flex;
}

.lp-stat-number {
  color: #fff;
  font-family: Cairo, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.lp-stat-label {
  color: #6b7280;
  margin-top: 4px;
  font-size: 14px;
}

.lp-stat-divider {
  background-color: #1a1b1f;
  width: 1px;
  height: 40px;
}

.lp-grid-2col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.lp-grid-3col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.lp-flex-row-gap12 {
  align-items: center;
  column-gap: 12px;
  display: flex;
}

.lp-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.lp-icon-box-red {
  background-color: #ef44441a;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.lp-icon-box-purple {
  background-color: #5200ff26;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.lp-list-item {
  align-items: flex-start;
  column-gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.lp-dot-red {
  background-color: #ef444466;
  border-radius: 9999px;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.lp-dot-purple {
  background-color: #5200ff;
  border-radius: 9999px;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.lp-card-heading {
  color: #fff;
  margin-bottom: 24px;
  font-family: Cairo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.lp-testimonial-card {
  background-color: #0a0a0a;
  border: 1px solid #5200ff14;
  border-radius: 24px;
  padding: 24px;
}

.lp-testimonial-text {
  color: #d1d5db;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
}

.lp-price {
  color: #fff;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.lp-price-old {
  color: #4b5563;
  font-size: 18px;
  text-decoration: line-through;
}

.lp-save-badge {
  color: #adff00;
  background-color: #adff001a;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
}

.lp-price-row {
  align-items: baseline;
  column-gap: 12px;
  margin-bottom: 32px;
  display: flex;
}

.lp-timeline-wrapper {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lp-timeline-line {
  background-image: linear-gradient(#5200ff 0%, #adff00 80%, #adff001a 100%);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lp-timeline-row {
  grid-template-columns: 1fr 48px 1fr;
  align-items: start;
  margin-bottom: 64px;
  display: grid;
  position: relative;
}

.lp-timeline-row-last {
  grid-template-columns: 1fr 48px 1fr;
  align-items: start;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.lp-timeline-dot {
  background-color: #adff00;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 20px #adff0066;
}

.lp-timeline-dot-wrap {
  justify-content: center;
  padding-top: 8px;
  display: flex;
}

.lp-timeline-content-right {
  text-align: right;
  padding-right: 32px;
}

.lp-timeline-content-left {
  text-align: right;
  padding-left: 32px;
}

.lp-timeline-badge-accent {
  grid-column-gap: 8px;
  color: #9b6bff;
  background-color: #5200ff1a;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.lp-timeline-badge-lime {
  grid-column-gap: 8px;
  color: #adff00;
  background-color: #adff001a;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.lp-faq-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff0f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lp-faq-question {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lp-faq-question-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cairo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.lp-faq-answer {
  opacity: 0;
  color: #9ca3af;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
}

.lp-module-toggle {
  text-align: right;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.lp-module-number {
  background-color: #5200ff1a;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.lp-module-number-lime {
  background-color: #adff001a;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.lp-module-num-text-accent {
  color: #9b6bff;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.lp-module-num-text-lime {
  color: #adff00;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.lp-module-info {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.lp-module-title {
  color: #fff;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.lp-module-meta {
  color: #6b7280;
  font-size: 14px;
}

.lp-footer {
  border-top: 1px solid #ffffff0d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lp-footer-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.lp-footer-logo {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.lp-footer-logo-icon {
  background-image: linear-gradient(135deg, #5200ff 0%, #adff00 100%);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.lp-footer-logo-text {
  color: #fff;
  font-family: Cairo, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.lp-footer-links {
  grid-column-gap: 24px;
  color: #4b5563;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.lp-footer-copyright {
  color: #374151;
  font-size: 14px;
}

.lp-secondary-btn {
  color: #9b6bff;
  text-align: center;
  border: 1px solid #5200ff4d;
  border-radius: 12px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
  display: block;
}

.lp-featured-badge {
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(90deg, #5200ff 0%, #adff00 100%);
  border-radius: 9999px;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.lp-check-item {
  grid-column-gap: 12px;
  color: #d1d5db;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
}

.lp-pricing-subtitle {
  color: #6b7280;
  font-size: 14px;
}

.lp-pricing-note {
  color: #4b5563;
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
}

.lp-instructor-name {
  color: #fff;
  margin-bottom: 12px;
  font-family: Cairo, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.lp-instructor-bio {
  color: #9ca3af;
  margin-bottom: 16px;
  line-height: 1.7;
}

.lp-nav-links {
  grid-column-gap: 32px;
  color: #9ca3af;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.lp-offer-badge {
  grid-column-gap: 8px;
  color: #adff00;
  background-color: #adff001a;
  border: 1px solid #adff0033;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 24px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.lp-text-gray-400 {
  color: #9ca3af;
}

.lp-text-gray-500 {
  color: #6b7280;
}

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

.lp-text-xs {
  font-size: 12px;
}

.lp-mb-4 {
  margin-bottom: 16px;
}

.lp-mb-6 {
  margin-bottom: 24px;
}

.lp-mb-8 {
  margin-bottom: 32px;
}

.lp-mb-10 {
  margin-bottom: 40px;
}

.lp-hero-glow {
  pointer-events: none;
  background-image: radial-gradient(circle, #5200ff26 0%, #0000 70%);
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -200px;
  right: -100px;
}

.lp-hero-glow-2 {
  pointer-events: none;
  background-image: radial-gradient(circle, #adff000f 0%, #0000 70%);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -100px;
  left: -50px;
}

.lp-cta-primary-full {
  color: #fff;
  text-align: center;
  background-color: #5200ff;
  border-radius: 12px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
  display: block;
  box-shadow: 4px 4px #adff00;
}

.lp-hero-cta-wrap {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.lp-guarantee-text {
  color: #6b7280;
  font-size: 14px;
}

.lp-pricing-title {
  color: #fff;
  margin-bottom: 8px;
  font-family: Cairo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.lp-pricing-features {
  margin-bottom: 32px;
}

.lp-card-inner {
  padding: 32px;
}

.lp-card-p6 {
  padding: 24px;
}

.lp-timeline-card-title {
  color: #fff;
  margin-bottom: 8px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.lp-timeline-card-desc {
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.7;
}

.lp-space-y-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.lp-divider-narrow {
  background-image: linear-gradient(90deg, #0000 0%, #5200ff40 50%, #0000 100%);
  max-width: 896px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.lp-stars-row {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.lp-star {
  color: #adff00;
  font-size: 16px;
}

.lp-testimonial-footer {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.lp-avatar-accent {
  color: #fff;
  background-image: linear-gradient(135deg, #5200ff, #9b6bff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.lp-avatar-lime {
  color: #fff;
  background-image: linear-gradient(135deg, #adff00, #bbff2b);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.lp-avatar-mixed {
  color: #fff;
  background-image: linear-gradient(135deg, #9b6bff, #adff00);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.lp-avatar-accent-deep {
  color: #fff;
  background-image: linear-gradient(135deg, #3a00b6, #5200ff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.lp-avatar-lime-deep {
  color: #fff;
  background-image: linear-gradient(135deg, #6a9c00, #adff00);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.lp-avatar-mixed-2 {
  color: #fff;
  background-image: linear-gradient(135deg, #5200ff, #adff00);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.lp-instructor-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lp-instructor-avatar-lg {
  background-image: linear-gradient(135deg, #5200ff, #adff00);
  border-radius: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
}

.lp-instructor-info {
  flex-direction: column;
  display: flex;
}

.lp-container-md {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.lp-instructor-stats {
  grid-column-gap: 24px;
  color: #6b7280;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.lp-instructor-stat-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.lp-lesson-list {
  grid-row-gap: 12px;
  opacity: 0;
  flex-direction: column;
  max-height: 0;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 64px;
  display: flex;
  overflow: hidden;
}

.lp-lesson-item {
  grid-column-gap: 12px;
  color: #9ca3af;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.lp-hidden {
  display: none;
}

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