.elementor-kit-6{--e-global-color-primary:#68E2FB;--e-global-color-secondary:#009BDD;--e-global-color-text:#101149;--e-global-color-accent:#68E2FB;--e-global-color-8714db6:#F0F8FA;--e-global-color-5e06fd6:#B7AAFA;--e-global-color-248b42f:#110D0F;--e-global-color-c489580:#FFFFFF;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-621f1bf-font-family:"Arial";--e-global-typography-621f1bf-font-size:62px;--e-global-typography-621f1bf-font-weight:700;--e-global-typography-621f1bf-line-height:1.5em;--e-global-typography-9745923-font-family:"Arial";--e-global-typography-9745923-font-size:42px;--e-global-typography-9745923-font-weight:400;--e-global-typography-9745923-line-height:1.5em;--e-global-typography-1f85b2f-font-family:"Arial";--e-global-typography-1f85b2f-font-size:32px;--e-global-typography-1f85b2f-font-weight:400;--e-global-typography-1f85b2f-line-height:1.5em;--e-global-typography-ca05294-font-family:"Arial";--e-global-typography-ca05294-font-size:24px;--e-global-typography-ca05294-font-weight:400;--e-global-typography-ca05294-line-height:1.5em;--e-global-typography-1ef23fc-font-family:"Arial";--e-global-typography-1ef23fc-font-size:20px;--e-global-typography-1ef23fc-font-weight:400;--e-global-typography-1ef23fc-line-height:1.5em;color:var( --e-global-color-text );font-family:"Arial", Sans-serif;font-size:18px;line-height:1.4em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:25px;}.elementor-kit-6 h1{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-6{--e-global-typography-primary-font-size:15px;--e-global-typography-secondary-font-size:15px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:15px;--e-global-typography-621f1bf-font-size:36px;--e-global-typography-9745923-font-size:28px;--e-global-typography-1f85b2f-font-size:22px;--e-global-typography-ca05294-font-size:18px;--e-global-typography-1ef23fc-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.nice-button-transparent .elementor-button {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: none !important;
}

.nice-button-transparent .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px; 
    flex-direction: row-reverse; 
}
.nice-button-transparent .elementor-button-text {
    position: relative;
}
.nice-button-transparent .elementor-button-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #ffffff;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.nice-button-transparent .elementor-button-icon svg {
    fill: #ffffff !important;
    width: 32px; 
    height: 32px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.nice-button-transparent .elementor-button:hover,
.nice-button-transparent .elementor-button:hover .elementor-button-text {
    color: #ffffff !important;
}
.nice-button-transparent .elementor-button:hover .elementor-button-text::after {
    width: 100%;
}

.nice-button-transparent .elementor-button:hover .elementor-button-icon svg {
    fill: #ffffff !important;
    transform: translateX(5px);
}





.nice-button .elementor-button {
    background-color: #009BDD !important;
    color: #fff !important;
    border-radius: 0px !important;
    position: relative;
    overflow: hidden;
    padding: 12px 32px !important;
    border: none !important;
    text-transform: uppercase; 
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.4s ease !important;
}

.nice-button .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #68E2FB;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 0;
}

.nice-button .elementor-button:hover::before {
    width: 100%;
}

.nice-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: row-reverse; 
}

.nice-button .elementor-button-icon svg {
    fill: #fff !important;
    width: 35px;
    height: 35px;
    transition: fill 0.4s ease, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.nice-button .elementor-button:hover {
    color: #110D0F !important;
}
.nice-button .elementor-button:hover .elementor-button-icon svg {
    fill: #110D0F !important;
    transform: translateX(6px);
}


p:last-child{
    margin-bottom:0 !important;
}

#elementor-popup-modal-87 > div{
    position:static !important;
}/* End custom CSS */