.elementor-kit-14{--e-global-color-primary:#0E1E76;--e-global-color-secondary:#A3A6AF;--e-global-color-text:#020412;--e-global-color-accent:#0E1E76;--e-global-color-f8c0b97:#FFFFFF;--e-global-color-b6af9b6:#F2F2F2;--e-global-color-1014827:#919CF3;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:24px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:24px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:24px;color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:16px;line-height:24px;}.elementor-kit-14 a{color:var( --e-global-color-primary );}.elementor-kit-14 a:hover{color:var( --e-global-color-text );}.elementor-kit-14 h1{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:48px;font-weight:700;text-transform:capitalize;line-height:1.2em;}.elementor-kit-14 h2{color:var( --e-global-color-primary );font-size:38px;font-weight:700;text-transform:capitalize;line-height:1.2em;}.elementor-kit-14 h3{color:var( --e-global-color-primary );font-size:26px;font-weight:700;line-height:1.2em;}.elementor-kit-14 h4{color:var( --e-global-color-primary );font-size:22px;font-weight:700;line-height:1.2em;}.elementor-kit-14 h5{color:var( --e-global-color-primary );font-weight:700;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{font-size:16px;font-weight:600;text-transform:uppercase;color:#FFFFFF;background-color:var( --e-global-color-accent );border-style:none;border-radius:8px 8px 8px 8px;padding:18px 40px 18px 40px;}.elementor-kit-14 button:hover,.elementor-kit-14 button:focus,.elementor-kit-14 input[type="button"]:hover,.elementor-kit-14 input[type="button"]:focus,.elementor-kit-14 input[type="submit"]:hover,.elementor-kit-14 input[type="submit"]:focus,.elementor-kit-14 .elementor-button:hover,.elementor-kit-14 .elementor-button:focus{color:var( --e-global-color-f8c0b97 );background-color:#919CF3;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}@media(max-width:1200px){.elementor-kit-14{font-size:16px;}.elementor-kit-14 h1{font-size:38px;}.elementor-kit-14 h2{font-size:32px;}.elementor-kit-14 h3{font-size:24px;}.elementor-kit-14 h4{font-size:20px;}.elementor-kit-14 h5{font-size:18px;}}@media(max-width:1024px){.elementor-kit-14 h1{font-size:31px;}.elementor-kit-14 h2{font-size:28px;}.elementor-kit-14 h3{font-size:20px;}.elementor-kit-14 h4{font-size:18px;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{font-size:16px;padding:18px 30px 18px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14{font-size:15px;}.elementor-kit-14 h1{font-size:26px;}.elementor-kit-14 h2{font-size:22px;}.elementor-kit-14 h3{font-size:20px;}.elementor-kit-14 h4{font-size:18px;}.elementor-kit-14 h5{font-size:16px;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{font-size:14px;padding:14px 24px 14px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.text-highlight {
    color: #919CF3;
}

.elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s ease, background 0.4s ease 0.3s;
}

.elementor-button:after,
.elementor-button:before {
    position: absolute;
	top: 50%;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #919CF3;
	border-radius: 50%;
	z-index: -1;
}

.elementor-button:after {
    right: -20px;
    transform: translate(50%, -50%);
}

.elementor-button:before {
    left: -20px;
    transform: translate(-50%, -50%);
}

.elementor-button:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.elementor-button:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}/* End custom CSS */