.elementor-36023 .elementor-element.elementor-element-3a9355e{--display:flex;--margin-top:4rem;--margin-bottom:10rem;--margin-left:0rem;--margin-right:0rem;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-36023 .elementor-element.elementor-element-1701950{text-align:center;}.elementor-36023 .elementor-element.elementor-element-1701950 .elementor-heading-title{font-family:var( --e-global-typography-41238e1-font-family ), Sans-serif;font-size:var( --e-global-typography-41238e1-font-size );font-weight:var( --e-global-typography-41238e1-font-weight );line-height:var( --e-global-typography-41238e1-line-height );color:var( --e-global-color-cb40f0a );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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-36023 .elementor-element.elementor-element-4bee86b{text-align:center;font-family:var( --e-global-typography-6f67000-font-family ), Sans-serif;font-size:var( --e-global-typography-6f67000-font-size );font-weight:var( --e-global-typography-6f67000-font-weight );line-height:var( --e-global-typography-6f67000-line-height );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-36023 .elementor-element.elementor-element-1701950 .elementor-heading-title{font-size:var( --e-global-typography-41238e1-font-size );line-height:var( --e-global-typography-41238e1-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-36023 .elementor-element.elementor-element-4bee86b{font-size:var( --e-global-typography-6f67000-font-size );line-height:var( --e-global-typography-6f67000-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-36023 .elementor-element.elementor-element-1701950 .elementor-heading-title{font-size:var( --e-global-typography-41238e1-font-size );line-height:var( --e-global-typography-41238e1-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-36023 .elementor-element.elementor-element-4bee86b{font-size:var( --e-global-typography-6f67000-font-size );line-height:var( --e-global-typography-6f67000-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-14ec0b4 */.processing-div {
     display: flex;
     justify-content: center;
     align-items: center;
}
/*CSS Loader #1*/
.load-container {
  width: 200px;
  height: 100px;
  position: absolute;
  margin: 0 auto;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin-left: -165px;
  margin-top: 0px;
}

.ico {
  width: 15px;
  height: 15px;
  background-color: rebeccapurple;
  padding: 10px 10px;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
  box-shadow: 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.ico-one {
  background-color: #CA9A2E;
  animation: bouncing 0.5s ease infinite alternate both;
}

.ico-two {
  margin-left: 50px;
  background-color: #3D2520;
  animation: bouncing-two 0.5s ease infinite alternate both;
}

.ico-three {
background-color: #CA9A2E;
  margin-left: 100px;
  animation: bouncing 0.5s ease infinite alternate both;
}

@keyframes bouncing {
  0% {
    bottom: 0;
  }

  100% {
    bottom: 30px;
  }
}

@keyframes bouncing-two {
  0% {
    bottom: 30px;
  }

  100% {
    bottom: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0baf04c */.d-none {
    display: none;
}
#line-submit-form {
        font-family: var(--e-global-typography-ec6e7cd-font-family), Sans-serif;
        font-size: var(--e-global-typography-ec6e7cd-font-size);
        font-weight: var(--e-global-typography-ec6e7cd-font-weight);
        line-height: var(--e-global-typography-ec6e7cd-line-height);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #line-submit-form .btn {
		cursor: pointer;
		border-radius: 20px;
		padding: 10px;
        color: #fff;
        background-color: var(--e-global-color-eeeb8e2);
        border-color: var(--e-global-color-eeeb8e2);
    }/* End custom CSS */