.elementor-kit-7{--e-global-color-primary:#747376;--e-global-color-secondary:#101B2A;--e-global-color-text:#3F3F3F;--e-global-color-accent:#BBC9D4;--e-global-color-ce4feae:#FFFFFF;--e-global-color-6c60587:#F4F4F4;--e-global-typography-primary-font-family:"avenir-lt-pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"miller-display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"avenir-lt-pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"avenir-lt-pro";--e-global-typography-accent-font-weight:500;font-size:13px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-ce4feae );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-ce4feae );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );}.elementor-kit-7 h2{font-size:30px;font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */ul {margin-bottom:20px;}

/* Scrolling Text */
.scroll-reveal-text {
    font-size: clamp(26px, 6vw, 72px);
    line-height: 1.05;
    font-weight: 200;
    color: rgba(255,255,255,0.15);
    max-width: 800px;
    font-family: "linotype-sabon", sans-serif !important;
}

.scroll-reveal-text span {
    color: rgba(255,255,255,0.15);
    transition: color 0.2s ease;
}

.scroll-reveal-text span.active {
    color: rgba(255,255,255,1);
}   

/* Glassmorphism card effect */
.glass {
    backdrop-filter: blur(13px) saturate(100%);
    -webkit-backdrop-filter: blur(13px) saturate(100%);
}   


/* Scroll Step  */
.hi-scroll-section {
  position: relative;
}

.hi-sticky {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.hi-step {
  min-height: 22vh;
  display: flex;
  align-items: left;
  opacity: 0.22;
  color: #fff;
  transform: translateY(12px);
  transition:
    opacity 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.hi-step.active {
  opacity: 1;
  color: #fff;
  transform: translateY(0);
}

.hi-step * {
  color: inherit;
}

.hi-step:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hi-sticky {
    position: relative;
    top: auto;
  }

  .hi-step {
    min-height: auto;
    padding: 28px 0;
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */