.elementor-13 .elementor-element.elementor-element-8504714{--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;--padding-top:6rem;--padding-bottom:6rem;--padding-left:7.5%;--padding-right:7.5%;}.elementor-13 .elementor-element.elementor-element-c4c0f70{--display:flex;--gap:1.5rem 1.5rem;--row-gap:1.5rem;--column-gap:1.5rem;}.elementor-13 .elementor-element.elementor-element-c4c0f70.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13 .elementor-element.elementor-element-2c27b45 .elementor-heading-title{font-family:var( --e-global-typography-418f7c1-font-family ), Sans-serif;font-size:var( --e-global-typography-418f7c1-font-size );font-weight:var( --e-global-typography-418f7c1-font-weight );line-height:var( --e-global-typography-418f7c1-line-height );color:var( --e-global-color-b86e96b );}.elementor-13 .elementor-element.elementor-element-e3508d5{font-size:clamp(16px, 3vw, 19px);line-height:180%;}.elementor-13 .elementor-element.elementor-element-99748b0 > .elementor-widget-container{margin:2rem 0rem 0rem 0rem;}.elementor-13 .elementor-element.elementor-element-a2d9a19{--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-13 .elementor-element.elementor-element-734fad8 .split-text-734fad8{background-color:#E2A515;}.elementor-13 .elementor-element.elementor-element-60555ad{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:6rem;--padding-bottom:6rem;--padding-left:7.5%;--padding-right:7.5%;}.elementor-13 .elementor-element.elementor-element-60555ad:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-60555ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFCFC;}.elementor-13 .elementor-element.elementor-element-c2f9b9d{--display:flex;--gap:2.5rem 2.5rem;--row-gap:2.5rem;--column-gap:2.5rem;}.elementor-13 .elementor-element.elementor-element-c2f9b9d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13 .elementor-element.elementor-element-35bdc32{--display:flex;}.elementor-13 .elementor-element.elementor-element-4f96fb7 .elementor-heading-title{color:var( --e-global-color-b86e96b );}.elementor-13 .elementor-element.elementor-element-eb0d072{--display:flex;}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-c4c0f70{--width:717px;}.elementor-13 .elementor-element.elementor-element-c2f9b9d{--width:33%;}}@media(max-width:1024px){.elementor-13 .elementor-element.elementor-element-2c27b45 .elementor-heading-title{font-size:var( --e-global-typography-418f7c1-font-size );line-height:var( --e-global-typography-418f7c1-line-height );}}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-2c27b45 .elementor-heading-title{font-size:var( --e-global-typography-418f7c1-font-size );line-height:var( --e-global-typography-418f7c1-line-height );}.elementor-13 .elementor-element.elementor-element-60555ad{--gap:3rem 3rem;--row-gap:3rem;--column-gap:3rem;}}/* Start custom CSS for split_section, class: .elementor-element-734fad8 */.elementor-13 .elementor-element.elementor-element-734fad8 .split-section {
height: 100vh;
}

.split-section .split-text {
justify-content: space-evenly;
gap: 8rem;
flex: 1 1 50%;
}

@media (max-width: 767px) {
.split-section .split-text {
padding: 3rem;
}
}

.split-section .split-image {
flex: 1 1 50%;
}

.split-section .split-text h2 {
max-width: 80%;
}

.split-section .split-text .split-content {
max-width: 500px;
}

.split-section .split-text .split-content p {
font-size: 1.1rem;
}

.split-section-wrapper::after {
	content: "";
	display: block;
	height: 100vh; /* Buffer to ensure final section fully scrolls through */
}


/* Down arrow (under some parent “.elementor-13 .elementor-element.elementor-element-734fad8”) */
.elementor-13 .elementor-element.elementor-element-734fad8 .down-arrow {
  width: 50px;
  color: #fff;
}
.elementor-13 .elementor-element.elementor-element-734fad8 .down-arrow svg {
  fill: currentColor;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for faq_widget, class: .elementor-element-701effa */.elementor-faq-widget {
display: flex;
flex-direction: column;
gap: 2rem;
}

.faq-item {
display: flex;
flex-direction: column;
gap: 1rem;
width: 100%;
padding-bottom: 2rem;
border-bottom: 1px solid #ccc;
cursor: pointer;
}

.faq-item .faq-question {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px;
font-size: clamp(20px, 5vw, 30px);
text-transform: none;
font-weight: 500;
line-height: 120%;
color: #000;
}

.faq-item .faq-toggle-icon {
  transition: transform 0.3s;
  width: 20px;
}

.faq-item .faq-toggle-icon.toggled {
  transform: rotate(180deg);
}

.faq-answer.hidden {
  display: none;
}/* End custom CSS */