.elementor-39440 .elementor-element.elementor-element-6b051cf1{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--overflow:auto;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39440 .elementor-element.elementor-element-150ee746 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-39440{padding:100px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-150ee746 */.text-container-11 {
    display: flex;
    flex-direction: column;
    width: 100%; 
    justify-content: center;
    align-content: center;
    position: relative;
    overflow: hidden;
}

.toggle-checkbox-11 {
    display: none;
}



.load-more-button-11 {
    display:flex;
    width: 30px;
    height: 30px;
    border: 2px solid #678194;
    border-radius: 100px;
    align-self: center;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    font-weight: 200;
    color: #678194;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin-top: 10px;
}

.load-more-button-11:hover {
   background-color: #678194; 
   color: white;
   transform: rotate(45deg);
}

.more-text-11 {
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.initial-text-11 {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #020101f5, #ffffff);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    
}

.toggle-checkbox-11:checked ~ .more-text-11 {
    display: block;
}

.toggle-checkbox-11:checked ~ .initial-text-11 {
    display: none;
}

.toggle-checkbox-11:checked ~ .load-more-button-11 {
    background-color: #678194; 
   color: white;
   transform: rotate(45deg);
}
.toggle-checkbox-11:checked ~ .load-more-button-11:hover {
    background-color: white; 
    color: #678194;
    transform: rotate(0deg);
}/* End custom CSS */