.elementor-kit-3 {
  --e-global-color-primary: #1E1E1E;
  --e-global-color-secondary: #303030;
  --e-global-color-text: #515151;
  --e-global-color-accent: #F7F7F5;
  --e-global-color-4bf2c78: #FEFEFF;
  --e-global-color-1524258: #2e4466;
  --e-global-color-8310ad1: #000000;
  --e-global-color-26cadb8: #51515152;

  --e-global-typography-primary-font-family: "Cormorant Garamond, serif;";
  --e-global-typography-primary-font-size: 130px;
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-primary-line-height: 165px;

  --e-global-typography-secondary-font-family: "Plus Jakarta Sans";
  --e-global-typography-secondary-font-size: 400px;
  --e-global-typography-secondary-font-weight: 500;
  --e-global-typography-secondary-line-height: 500px;

  --e-global-typography-text-font-family: "Plus Jakarta Sans";
  --e-global-typography-text-font-size: 100px;
  --e-global-typography-text-font-weight: 500;
  --e-global-typography-text-line-height: 110px;

  --e-global-typography-accent-font-family: "Plus Jakarta Sans";
  --e-global-typography-accent-font-size: 56px;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-line-height: 64px;

  --e-global-typography-ca4393f-font-family: "Plus Jakarta Sans";
--e-global-typography-ca4393f-font-size: clamp(20px, 2.5vw, 32px);
  --e-global-typography-ca4393f-font-weight: 400;
  --e-global-typography-ca4393f-line-height: 50px;

  --e-global-typography-7db121e-font-family: "Plus Jakarta Sans";
  --e-global-typography-7db121e-font-size: 24px;
  --e-global-typography-7db121e-font-weight: 400;
  --e-global-typography-7db121e-line-height: 35px;

  --e-global-typography-8d4d7a7-font-family: "Plus Jakarta Sans";
  --e-global-typography-8d4d7a7-font-size: 20px;
  --e-global-typography-8d4d7a7-font-weight: 300;
  --e-global-typography-8d4d7a7-line-height: 30px;

  --e-global-typography-fe62f61-font-family: "Plus Jakarta Sans";
  --e-global-typography-fe62f61-font-size: 16px;
  --e-global-typography-fe62f61-font-weight: 400;
  --e-global-typography-fe62f61-line-height: 20px;

  --e-global-typography-d8541d5-font-family: "Plus Jakarta Sans";
  --e-global-typography-d8541d5-font-size: 50px;
  --e-global-typography-d8541d5-font-weight: 500;
  --e-global-typography-d8541d5-line-height: 55px;

  --e-global-typography-b73e9f2-font-family: "Plus Jakarta Sans";
  --e-global-typography-b73e9f2-font-size: 48px;
  --e-global-typography-b73e9f2-font-weight: 600;
  --e-global-typography-b73e9f2-line-height: 60px;

  --e-global-typography-6d85ac3-font-family: "Plus Jakarta Sans";
  --e-global-typography-6d85ac3-font-size: 300px;
  --e-global-typography-6d85ac3-font-weight: 600;
  --e-global-typography-6d85ac3-line-height: 250px;
}

/* Layout */
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con {
  max-width: 1140px;
}

.elementor-widget:not(:last-child) {
  --kit-widget-spacing: 20px;
}

.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}

/* Header & Footer */
.site-header,
.site-footer {
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.site-header .site-branding,
.site-footer .site-branding {
  flex-direction: column;
  align-items: stretch;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor-kit-3 {
    --e-global-typography-6d85ac3-font-size: 210px;
    --e-global-typography-6d85ac3-line-height: 1em;
  }

  .elementor-section.elementor-section-boxed > .elementor-container,
  .e-con {
    max-width: 1024px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-kit-3 {
    --e-global-typography-primary-font-size: 40px;
    --e-global-typography-primary-line-height: 1.2em;

    --e-global-typography-secondary-font-size: 180px;
    --e-global-typography-secondary-line-height: 1.5em;

    --e-global-typography-text-font-size: 40px;
    --e-global-typography-text-line-height: 1.2em;

    --e-global-typography-accent-font-size: 48px;
    --e-global-typography-accent-line-height: 1.2em;

    --e-global-typography-6d85ac3-font-size: 90px;
    --e-global-typography-6d85ac3-line-height: 1em;
  }

  .elementor-section.elementor-section-boxed > .elementor-container,
  .e-con {
    max-width: 767px;
  }
}
