.elementor-7675 .elementor-element.elementor-element-552ec37{--display:flex;--flex-direction:column-reverse;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7675 .elementor-element.elementor-element-cebdf0c{width:auto;max-width:auto;}.elementor-7675 .elementor-element.elementor-element-cebdf0c.elementor-element{--align-self:stretch;}.elementor-7675 .elementor-element.elementor-element-959693c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7675 .elementor-element.elementor-element-959693c:not(.elementor-motion-effects-element-type-background), .elementor-7675 .elementor-element.elementor-element-959693c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-7675 .elementor-element.elementor-element-527e346{--grid-columns:3;}.elementor-7675 .elementor-element.elementor-element-527e346 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-7675 .elementor-element.elementor-element-527e346 .e-loop-item > .elementor-section, .elementor-7675 .elementor-element.elementor-element-527e346 .e-loop-item > .elementor-section > .elementor-container, .elementor-7675 .elementor-element.elementor-element-527e346 .e-loop-item > .e-con, .elementor-7675 .elementor-element.elementor-element-527e346 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7675 .elementor-element.elementor-element-552ec37{--content-width:1441px;}}@media(max-width:1024px){.elementor-7675 .elementor-element.elementor-element-527e346{--grid-columns:2;}}@media(max-width:767px){.elementor-7675 .elementor-element.elementor-element-527e346{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-cebdf0c */@import url('https://fonts.googleapis.com/css?family=Inter:400,700');


body {
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  color:#111;
  transition: all 0.2s ease-out;
  color: #000;
  padding-top: 150vh;
}
body.dark {
  background-color: #000;
}

h2, h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}


main {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
}

svg {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: left 0.1s linear;
}

svg text {
	font-size: clamp(2rem, 6vw + 1rem, 6rem);
	font-weight: 600;
}

section-eg {
  height: 80vh;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
section div {
  text-align: center;
}

.p-apple, .h-apple {
  max-width: 520px;
  color: #FFF;
}
h2 {
  margin-bottom: 20px;
}

section:last-of-type h2 {
  font-size:5rem;
}

.navbar-eg {
    align-content: center;
    color:#fff;
}/* End custom CSS */