.elementor-2 .elementor-element.elementor-element-267d608b{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.5;--z-index:0;}.elementor-2 .elementor-element.elementor-element-267d608b:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-267d608b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center center, #B977B4 0%, #41141F 100%);}.elementor-2 .elementor-element.elementor-element-267d608b::before, .elementor-2 .elementor-element.elementor-element-267d608b > .elementor-background-video-container::before, .elementor-2 .elementor-element.elementor-element-267d608b > .e-con-inner > .elementor-background-video-container::before, .elementor-2 .elementor-element.elementor-element-267d608b > .elementor-background-slideshow::before, .elementor-2 .elementor-element.elementor-element-267d608b > .e-con-inner > .elementor-background-slideshow::before, .elementor-2 .elementor-element.elementor-element-267d608b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2 .elementor-element.elementor-element-10a3dc60 img{max-width:28%;}.elementor-2 .elementor-element.elementor-element-6582b15d{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:0px 0px;--row-gap:0px;--column-gap:0px;--grid-auto-flow:row;--justify-items:center;--align-items:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2 .elementor-element.elementor-element-7f701a56 .elementor-button{background-color:#6772FF00;font-family:"Poppins", Sans-serif;font-size:36px;font-weight:400;transition-duration:0.5s;border-style:solid;border-width:3px 3px 3px 3px;border-color:#FFFFFF;border-radius:0px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-7f701a56 .elementor-button:hover, .elementor-2 .elementor-element.elementor-element-7f701a56 .elementor-button:focus{background-color:#F6F5FD;color:#FF3B6C;}.elementor-2 .elementor-element.elementor-element-7f701a56{z-index:1;}.elementor-2 .elementor-element.elementor-element-7f701a56 .elementor-button:hover svg, .elementor-2 .elementor-element.elementor-element-7f701a56 .elementor-button:focus svg{fill:#FF3B6C;}.elementor-2 .elementor-element.elementor-element-1799841f{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:0px 0px;--row-gap:0px;--column-gap:0px;--grid-auto-flow:row;--justify-items:center;--align-items:center;}.elementor-2 .elementor-element.elementor-element-7de19e79{--display:flex;}@media(max-width:1024px){.elementor-2 .elementor-element.elementor-element-267d608b{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-2 .elementor-element.elementor-element-10a3dc60 img{max-width:25%;}.elementor-2 .elementor-element.elementor-element-6582b15d{--grid-auto-flow:row;}.elementor-2 .elementor-element.elementor-element-1799841f{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-10a3dc60 img{max-width:50%;}.elementor-2 .elementor-element.elementor-element-6582b15d{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2 .elementor-element.elementor-element-7f701a56 .elementor-button{font-size:30px;border-width:3px 3px 3px 3px;border-radius:0px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-1799841f{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for button, class: .elementor-element-7f701a56 */@-webkit-keyframes pulseBtn {
  0% {-webkit-box-shadow: 0px 0px 0px 0px rgba(65, 105, 205, 1);}
  100% {-webkit-box-shadow: 0px 0px 0px 0px rgba(65, 105, 205, 1);}
}
@-moz-keyframes pulseBtn {
  0% {-moz-box-shadow: 0px 0px 0px 0px rgba(65, 105, 205, 1);}
  100% {-moz-box-shadow: 10px 10px 10px 10px rgba(65, 105, 205, 1);}
}

@keyframes pulseBtn {
  0% {box-shadow: 0px 0px 0px 0px rgba(65, 105, 205, 1);}
  100% {box-shadow: 0px 0px 20px 5px rgba(65, 105, 205, 1)
 ;}
}

.elementor-2 .elementor-element.elementor-element-7f701a56 .elementor-button{
  -webkit-animation-name: pulseBtn;
  -moz-animation-name: pulseBtn;
  animation-name: pulseBtn;
  
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  animation-duration: 0.9s;
  
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

CSS For Elementor Free
@-webkit-keyframes pulseBtn {
  0% {-webkit-box-shadow: 0px 0px 0px 0px rgba(65, 105, 205, 1);}
  100% {-webkit-box-shadow: 0px 0px 12px 0px rgba(65, 105, 205, 1);}
}
@-moz-keyframes pulseBtn {
  0% {-moz-box-shadow: 0px 0px 0px 0px rgba(65, 105, 205, 1);}
  100% {-moz-box-shadow: 0px 0px 12px 0px rgba(65, 105, 205, 1);}
}

@keyframes pulseBtn {
  0% {box-shadow: 0px 0px 0px 0px rgba(65, 105, 205, 1);}
  100% {box-shadow: 0px 0px 20px 5px rgba(173, 216, 230, 0.5)
 ;}
}

.glow-btn .elementor-button{
  -webkit-animation-name: pulseBtn;
  -moz-animation-name: pulseBtn;
  animation-name: pulseBtn;
  
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  animation-duration: 0.9s;
  
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}:/* End custom CSS */