.elementor-1827 .elementor-element.elementor-element-3450885{--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:236px;--padding-bottom:66px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1827 .elementor-element.elementor-element-d791377{padding:0px 0px 14px 0px;}.elementor-1827 .elementor-element.elementor-element-d791377 .elementor-heading-title{font-family:"Lexend", Sans-serif;font-size:1.23rem;font-weight:300;text-transform:uppercase;color:var( --e-global-color-da98a42 );}.elementor-widget-text-editor{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-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1827 .elementor-element.elementor-element-d4c6f06{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;font-family:"Lexend", Sans-serif;font-size:1.25rem;font-weight:300;line-height:1.3em;color:var( --e-global-color-da98a42 );}.elementor-1827 .elementor-element.elementor-element-d4c6f06 p:last-of-type{margin-bottom:0;}body.elementor-page-1827:not(.elementor-motion-effects-element-type-background), body.elementor-page-1827 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://stuveles.affinis.cc/wp-content/uploads/2026/03/Asset-10@2x-scaled.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}@media(min-width:768px){.elementor-1827 .elementor-element.elementor-element-3450885{--content-width:1063px;}}@media(min-width:1551px){body.elementor-page-1827:not(.elementor-motion-effects-element-type-background), body.elementor-page-1827 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(min-width:2400px){.elementor-1827 .elementor-element.elementor-element-3450885{--content-width:1382px;--padding-top:320px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}}@media(max-width:1550px){.elementor-1827 .elementor-element.elementor-element-d791377 .elementor-heading-title{font-size:1.1rem;}.elementor-1827 .elementor-element.elementor-element-d4c6f06{--container-widget-width:87%;--container-widget-flex-grow:0;width:var( --container-widget-width, 87% );max-width:87%;font-size:1rem;}}@media(max-width:1200px){.elementor-1827 .elementor-element.elementor-element-3450885{--padding-top:200px;--padding-bottom:46px;--padding-left:0px;--padding-right:0px;}}@media(max-width:1024px){.elementor-1827 .elementor-element.elementor-element-3450885{--padding-top:187px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-1827 .elementor-element.elementor-element-d791377{padding:0px 0px 0px 0px;}.elementor-1827 .elementor-element.elementor-element-d791377 .elementor-heading-title{font-size:1rem;}.elementor-1827 .elementor-element.elementor-element-d4c6f06{padding:0px 0px 0px 30px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;font-size:1rem;}}@media(max-width:767px){.elementor-1827 .elementor-element.elementor-element-3450885{--padding-top:160px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-1827 .elementor-element.elementor-element-d791377{padding:0px 0px 0px 0px;}.elementor-1827 .elementor-element.elementor-element-d791377 .elementor-heading-title{font-size:1rem;}.elementor-1827 .elementor-element.elementor-element-d4c6f06{width:100%;max-width:100%;padding:0px 30px 0px 20px;}}/* Start custom CSS */body{
    background-attachment: fixed !important;
}



span.icon-size path {
    stroke: #350F06 !important;
}

.accordion-item:first-child {
    border-top: 1px solid #350F06 !important;
}

.accordion-item {
    border-bottom: 1px solid #350F06 !important;
}

.accordion-container {
    font-family: "Lexend", Sans-serif;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #350F06;
}

.accordion-item:first-child {
    border-top: 1px solid #350F06;
}

.accordion-item {
    border-bottom: 1px solid #350F06;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 26px 20px 26px 0;
    border-radius: 0;
}

.accordion-header h4 {
    color: #350F06;
    font-size: 1.65rem;
    margin: 0;
    font-family: "Marcellus", sans-serif;
    font-weight: 400;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 20px 0 0;
    color: #350F06;
    font-family: "Lexend", Sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3em;
    transition:
        max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        opacity    0.35s ease,
        padding    0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── OPEN state ── */
.accordion-item.js-open .accordion-content {
    max-height: 1000px;
    opacity: 1;
    padding: 20px 20px 60px 0;
}

.accordion-content p {
    margin: 0 !important;
}

/* ── Arrow icon ── */
.icon-accordion span {
    height: 22px;
    width: 25px;
    display: flex;
    align-items: center;
}

.icon-accordion svg {
    height: 14px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}


.icon-size {
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}


.js-open .icon-size {
    transform: rotate(180deg);
}

@media (max-width:767px){
 .accordion-header h4 {
    font-size: 1.3rem;
  }
  
  .rey-sliderArrows {
    display: none;
}
}


@media (min-width:768px) and (max-width:1024px){
  .accordion-header h4 {
    font-size: 1.4rem;
  }
}/* End custom CSS */