.elementor-kit-2335{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-2335 e-page-transition{background-color:#FFBC7D;}.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 *//* custom divs*/
.div-rounded{
    max-width: 1400px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 24px;
}

.e-con {
    --container-default-padding-top: 0px;
    --container-default-padding-right: 0px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 0px;
}

.max-w-1440 {
    max-width: 1440px;
}

/*MEMBERSHIP CSS*/

.itemsmembeship{
    line-height: 1.5em;
}

.listmembership{
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(0,0,0,0.1),
}

/*Buttons*/

/*.elementor-widget-button a {*/
/*    width: 100% !important;*/
/*}*/

/* Main Btn*/

.main-button{
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.elementor-button-icon svg{
    padding-top: 0px;
    font-size: 10px;
}

.main-button .elementor-button-content-wrapper {
    align-items: center;
}

.main-button .elementor-button-icon{
    background-color: rgba(172, 30, 32, 0.5);
    border-radius: 1000px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-button.light .elementor-button-icon{
    background-color:#F6F6F6;
}

.main-button.dark .elementor-button-icon{
    background-color:#fff;
}

.main-button.dark .elementor-button-icon svg{
    fill:#000;
}

.main-button.light::before {
    background-color:#F6F6F6;
    color: black;
}

.main-button.dark::before {
    background-color:#F6F6F6;
    color: black;
}

.main-button::before{
    content: '›';
    font-size: 24px !important;
    font-weight: 400;
    color: white;
    background-color: rgba(172, 30, 32, 0.5);
    border-radius: 1000px;
    width: 26px;
    height: 26px;
    text-align: center;
    position: absolute;
    left: 0px;
    transform: translateX(-30px);
    line-height: 18px;
}

/* Hover actions*/

.main-button:hover.main-button::before{
   transform: translateX(20px);
   transition: all .3s ease;
   transition-delay: 150ms;
   z-index: 1;
}

.main-button:hover .elementor-button-icon{
  transform: translateX(50px);
  transition: all .3s ease;
}


.main-button:hover .elementor-button-text{
  transform: translateX(35px);
  transition: all .3s ease;
  transition-delay: 50ms
}/* End custom CSS */