.elementor-kit-7{--e-global-color-primary:#170F28;--e-global-color-secondary:#9A63F5;--e-global-color-text:#FFFFFF;--e-global-color-accent:#1F1436;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:18px;line-height:27px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Urbanist", Sans-serif;font-weight:800;color:var( --e-global-color-text );border-radius:10px 10px 10px 10px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#FFFFFF;font-family:"Urbanist", Sans-serif;font-weight:400;}.elementor-kit-7 h1{color:#FFFFFF;font-family:"Urbanist", Sans-serif;font-size:56px;font-weight:400;line-height:86.4px;letter-spacing:-1.44px;}.elementor-kit-7 h2{color:#FFFFFF;font-family:"Urbanist", Sans-serif;font-size:44px;font-weight:400;line-height:54px;letter-spacing:-1.28px;}.elementor-kit-7 h3{color:#FFFFFF;font-family:"Urbanist", Sans-serif;font-size:28px;line-height:42px;}.elementor-kit-7 h4{color:#FFFFFF;font-family:"Urbanist", Sans-serif;}.elementor-kit-7 h5{color:#FFFFFF;font-family:"Urbanist", Sans-serif;}.elementor-kit-7 h6{color:#FFFFFF;font-family:"Urbanist", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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-kit-7{font-size:14px;line-height:21px;}.elementor-kit-7 h1{font-size:54px;line-height:64.8px;}.elementor-kit-7 h2{font-size:54px;line-height:64.8px;}.elementor-kit-7 h3{font-size:20px;line-height:30px;}.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 */body {
    padding-top: 145px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        padding-top: 132px;
    }
}

@media (min-width: 1025px) {
    body {
        padding-top: 115px;
    }
}

.elementor-button {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

@media (min-width: 1025px) {
    .elementor-button {
        display: inline-flex;
    }
}

.elementor-button:hover {
    color: var( --e-global-color-accent ) !important;
    box-shadow: 0 0 12px 2px rgba(117, 151, 254, 0.5),
            0 0 20px 4px rgba(149, 103, 255, 0.4) !important;
}

.gradient-border-box {
    position: relative;
    padding: 1.5rem;
    max-width: 500px;
    margin: 0 auto;
    color: white;
    z-index: 0;
    text-align: center;
}

.gradient-border-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-top: 2px solid #4766FF;
    border-left: 2px solid #4766FF;
    border-right: 2px solid #4766FF;
    border-bottom: 0;
}

.gradient-border-box::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: -20px;
    left: -0px;
    right: 0px;
    pointer-events: none;
    z-index: 1;
    background:
        linear-gradient(to bottom, #4766FF, #0037E6) left,
        linear-gradient(to bottom, #4766FF, #0037E6) right;
    background-size: 2px 100%;
    background-repeat: no-repeat;
    mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 43%, transparent);
    height: 90%;
}

.accordion-line .e-n-accordion-item {
    position: relative;
}

.accordion-line .e-n-accordion-item::before,
.accordion-line .elementor-icon-list-item::before,
.accordion-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #4766FF, #0037E6);
    mask-image: linear-gradient(to right, black 20%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 20%, transparent 100%);
}

.accordion-line .elementor-icon-list-item {
    padding-top: 24px !important;
    padding-bottom: 15px !important;
}

.accordion-line::after {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 13px;
}

@media (max-width: 768px) {
    .accordion-line::after {
        margin-top: 9px;
    }
}

.btn-gradient-border .elementor-button,
#btn-submit {
    position: relative;
    padding: 1px;
    border-radius: 24px;
    background: linear-gradient(0deg, #7597FE, #9567FF);
}

#btn-submit {
    padding: 2px;
    margin-top: 20px;
}

@media (max-width: 1025px) {
    .btn-gradient-border .elementor-button,
    #btn-submit {
        display: inline-flex;
    }
}

@media (max-width: 768px) {
    .btn-gradient-border .elementor-button,
    #btn-submit {
        width: 100%;
    }
}

.btn-gradient-border .elementor-button:hover,
#btn-submit:hover {
    color: white !important;
}

.btn-gradient-border .elementor-button > span,
#btn-submit > span {
    border-radius: 22px;
    background: #09104D;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 24px;
    transition: background-color 0.3s;
    width: 100%;
}

.btn-gradient-border .elementor-button:hover > span,
#btn-submit:hover > span {
    background-color: #0A002D;
}

[data-widget_type="divider.default"]{
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #0037E6, #9566FE);
}/* End custom CSS */