.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#352E2E;--e-global-color-accent:#FFFBF5;--e-global-color-bf4cbe4:#02010100;--e-global-color-adb00b5:#AAAAAA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Mono";--e-global-typography-secondary-font-size:1.15rem;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-letter-spacing:-0.03em;--e-global-typography-text-font-family:"DM Mono";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:300;--e-global-typography-text-letter-spacing:-0.03em;--e-global-typography-accent-font-family:"DM Mono";--e-global-typography-accent-font-size:.95rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:-0.02em;--e-global-typography-7d64458-font-family:"Helvetica";--e-global-typography-7d64458-font-size:clamp(2.35rem, 2.206rem + 2.87vw, 5.125rem);--e-global-typography-7d64458-font-weight:400;--e-global-typography-7d64458-text-transform:uppercase;--e-global-typography-9b3cd3c-font-family:"Helvetica";--e-global-typography-9b3cd3c-font-size:clamp(2.125rem, 2.054rem + 1.73vw, 3.65rem);--e-global-typography-9b3cd3c-font-weight:400;--e-global-typography-9b3cd3c-text-transform:uppercase;--e-global-typography-5c94e98-font-family:"Helvetica";--e-global-typography-5c94e98-font-size:clamp(1.85rem, 1.802rem + 0.99vw, 2.69rem);--e-global-typography-5c94e98-font-weight:400;--e-global-typography-5c94e98-text-transform:uppercase;--e-global-typography-a994a87-font-family:"Helvetica";--e-global-typography-a994a87-font-size:clamp(1.5rem, 1.492rem + 0.49vw, 1.93rem);--e-global-typography-a994a87-font-weight:400;--e-global-typography-a994a87-text-transform:uppercase;--e-global-typography-ae0d49a-font-family:"DM Mono";--e-global-typography-ae0d49a-font-size:1.125rem;--e-global-typography-ae0d49a-font-weight:500;--e-global-typography-ae0d49a-text-transform:uppercase;--e-global-typography-ae0d49a-line-height:1.3em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}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 */a {
	color: inherit;
}

a:hover {
	color: inherit;
}

p {
	margin-bottom: 0;
}

.stagger-item {
  opacity: 0;
  transform: translateY(80px); 
  /* Fixes jitter at the top of the screen */
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.elementor-editor-active .stagger-item  {
  opacity: 1;
  backface-visibility: block;
  transform: translateY(0);
}

.section1{
    border-color: black !important;
    border: solid 0px !important ;
}


.line-button{
    height: 1px;
    width:0px;
}
.button-wrapper:hover .line-button{
    width:100%;
    transition: 1s ease;
}
.button-wrapper {
  display: inline-flex;
  gap: .5rem;
  cursor: pointer;
    width: fit-content;
}
.icon-clip {
  width: 1.25rem;  /* The Window */
  height: 1.25rem;
  overflow: hidden; 
  position: relative;
}
.button-icon-wrapper {
  display: flex;
  width: 2.25rem;      /* Exactly 2 icons wide */
  gap: 0;           /* CRITICAL: Remove all space between icons */
  margin: 0;        /* CRITICAL: Remove margins */
  padding: 0;       /* CRITICAL: Remove padding */
  transition: transform 0.3s ease;
  transform: translateX(-20px); /* Start at icon 1 */
}

.arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;   
  display: block;   
}

.button-wrapper:hover .button-icon-wrapper {
  transform: translateX(0px); 
}/* End custom CSS */