.elementor-kit-5{--e-global-color-primary:#3FA45F;--e-global-color-secondary:#274B35;--e-global-color-text:#E5E9E5;--e-global-color-accent:#8BD79D;--e-global-color-5337eb0:#FF7E34;--e-global-color-20ae58f:#9333EA;--e-global-color-cc76460:#A855F7;--e-global-color-5d9c3d1:#AC01FF;--e-global-color-c36ed2e:#9AA0A7;--e-global-color-9404456:#1DCFFC;--e-global-color-14df90c:#0058E6;--e-global-color-dbd3a2b:#E6F0FF;--e-global-color-1c8246c:#007F5B;--e-global-color-2b12a62:#1F232F;--e-global-color-1a6ad1b:#777777;--e-global-color-a2501c2:#E5D936;--e-global-color-ec1438f:#06B59C;--e-global-color-bc12aac:#000000;--e-global-color-17672a7:#FFFFFF;--e-global-color-0e2a1b7:#CF2E2E;--e-global-color-c4917ba:#F78DA7;--e-global-color-169ac6c:#7A00DF;--e-global-color-b6f263f:#000FEE;--e-global-color-56d5536:#379CFFFC;--e-global-color-743d88b:#FFFFFF29;--e-global-color-f2024fc:#01141D;--e-global-color-f2d2f56:#00E1FF24;--e-global-color-a1bf2b1:#060606;--e-global-color-569b3c9:#B6B6B6;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:60px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:40px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:22px;--e-global-typography-94aa5ba-font-family:"DM Sans";--e-global-typography-94aa5ba-font-size:18px;--e-global-typography-94aa5ba-font-weight:400;--e-global-typography-94aa5ba-line-height:26px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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-5{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.25em;--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-line-height:30px;--e-global-typography-accent-font-size:15px;--e-global-typography-accent-line-height:20px;--e-global-typography-94aa5ba-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-line-height:28px;--e-global-typography-accent-font-size:14px;--e-global-typography-94aa5ba-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@property --a {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: true;
}

.box{
    position: relative;
    background: repeating-conic-gradient(from var(--a),#8BD79D 0%, #8BD79D 5%, transparent 5%, transparent 40%, #8BD79D 50%);
    animation: animate 4s linear infinite;
}

@keyframes animate {
    0%{
        --a: 0deg;
    }
    100%{
        --a: 360deg;
    }
}

.box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: repeating-conic-gradient(from var(--a),#8BD79D 0%, #8BD79D 5%, transparent 5%, transparent 40%, #8BD79D 50%);
    animation: animate 4s linear infinite;
    animation-delay: -1s;
}

.box::after{
    content: '';
    position: absolute;
    width: 99%;
    height: 99%;
    background: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}/* End custom CSS */