.elementor-3471 .elementor-element.elementor-element-54d28af{--display:flex;--min-height:625px;}.elementor-3471 .elementor-element.elementor-element-54d28af:not(.elementor-motion-effects-element-type-background), .elementor-3471 .elementor-element.elementor-element-54d28af > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FACCCC;}.elementor-3471 .elementor-element.elementor-element-ac3a2b1{--spacer-size:50px;}.elementor-3471 .elementor-element.elementor-element-e0b07e5{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3471 .elementor-element.elementor-element-03d01c2{text-align:center;}.elementor-3471 .elementor-element.elementor-element-03d01c2 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:83px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3471 .elementor-element.elementor-element-5a40a71{text-align:center;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;color:#FFFFFF;}.elementor-3471 .elementor-element.elementor-element-6da6e5c{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content: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-3471 .elementor-element.elementor-element-57c5471 .elementor-button{background-color:#FFFFFF;font-family:"Roboto", Sans-serif;font-weight:500;text-shadow:0px 0px 10px rgba(0,0,0,0.3);fill:#1129FF;color:#1129FF;border-radius:34px 34px 34px 34px;}.elementor-3471 .elementor-element.elementor-element-b4709a1 .elementor-button{background-color:#FFFFFF00;font-family:"Roboto", Sans-serif;font-weight:500;text-shadow:0px 0px 10px rgba(0,0,0,0.3);fill:#FFFFFF;color:#FFFFFF;border-style:solid;border-radius:34px 34px 34px 34px;}.elementor-3471 .elementor-element.elementor-element-ecfa6af{--display:flex;--min-height:380px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3471 .elementor-element.elementor-element-c3a7d19{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-3471 .elementor-element.elementor-element-8fd1cb5{--iteration-count:infinite;--animation-duration:1200ms;}.elementor-3471 .elementor-element.elementor-element-8fd1cb5 .elementor-headline{text-align:center;}@media(min-width:768px){.elementor-3471 .elementor-element.elementor-element-ecfa6af{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-ecfa6af */.elementor-3471 .elementor-element.elementor-element-ecfa6af{
    --first-color: #5ddcff;
    --second-color: #3c67e3;
    --third-color: #4e00c2;
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
.elementor-3471 .elementor-element.elementor-element-ecfa6af::before, .elementor-3471 .elementor-element.elementor-element-ecfa6af::after{
    opacity: 0;
    content: "";
    transition: all 0.5s ease-in-out;
}
.elementor-3471 .elementor-element.elementor-element-ecfa6af:hover::before, .elementor-3471 .elementor-element.elementor-element-ecfa6af:hover::after{
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(
    var(--rotate)
    , var(--first-color), var(--second-color) 43%, var(--third-color));
    animation: spin 2.5s linear infinite;
    opacity: 1;
}
.elementor-3471 .elementor-element.elementor-element-ecfa6af:hover::before {
  width: 94%;
  height: 94%;
  border-radius: 8px;
  top: 3%;
  left: 3%;
}
.elementor-3471 .elementor-element.elementor-element-ecfa6af:hover::after {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: scale(0.9);
  filter: blur(70px);
}
@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}/* End custom CSS */