.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#00008B;--e-global-color-accent:#61CE70;--e-global-color-f2d249c:#F3911C;--e-global-color-4fcf433:#00001D;--e-global-color-0ef11a7:#FFF1D4;--e-global-color-eb0743e:#F3911C;--e-global-color-5e35e00:#131313;--e-global-color-c0197f7:#110F24;--e-global-color-faff866:#EEF5FF;--e-global-typography-primary-font-family:"Exo 2";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Exo 2";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Exo 2";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Exo 2";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.a_bitcoin{
   
                -o-object-fit: cover;
                object-fit: cover;
                -webkit-animation-name: floating;
                animation-name: floating;
                -webkit-animation-duration: 5s;
                animation-duration: 5s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out
}


@keyframes floating {
                from {
                    -webkit-transform: translate(0,0);
                    transform: translate(0,0)
                }

                65% {
                    -webkit-transform: translate(0,15px);
                    transform: translate(0,15px)
                }

                to {
                    -webkit-transform: translate(0,0);
                    transform: translate(0,0)
                }
            }/* End custom CSS */