.elementor-300 .elementor-element.elementor-element-b2cdf57{--display:flex;--min-height:820px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-300 .elementor-element.elementor-element-b2cdf57:not(.elementor-motion-effects-element-type-background), .elementor-300 .elementor-element.elementor-element-b2cdf57 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#141414;}.elementor-300 .elementor-element.elementor-element-b4453ff{--display:flex;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--z-index:2;}.elementor-300 .elementor-element.elementor-element-37d83b5{--display:flex;--position:fixed;top:0px;}body:not(.rtl) .elementor-300 .elementor-element.elementor-element-37d83b5{left:0px;}body.rtl .elementor-300 .elementor-element.elementor-element-37d83b5{right:0px;}.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-300 .elementor-element.elementor-element-b7f61d9{text-align:center;}.elementor-300 .elementor-element.elementor-element-b7f61d9 .elementor-heading-title{font-family:"Satoshi-Medium", Sans-serif;font-size:40px;font-weight:500;line-height:43px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-300 .elementor-element.elementor-element-b4453ff{--width:50%;}}@media(max-width:1024px){.elementor-300 .elementor-element.elementor-element-b2cdf57{--min-height:825px;}.elementor-300 .elementor-element.elementor-element-b7f61d9 .elementor-heading-title{font-size:35px;line-height:1.2em;}}@media(max-width:767px){.elementor-300 .elementor-element.elementor-element-b2cdf57{--min-height:580px;--padding-top:155px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-300 .elementor-element.elementor-element-b4453ff{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-300 .elementor-element.elementor-element-b7f61d9 .elementor-heading-title{font-size:27px;line-height:1.2em;}}@media(max-width:1024px) and (min-width:768px){.elementor-300 .elementor-element.elementor-element-b2cdf57{--content-width:700px;}.elementor-300 .elementor-element.elementor-element-b4453ff{--width:60%;}}/* Start custom CSS for html, class: .elementor-element-ac1d2df */.elementor-300 .elementor-element.elementor-element-ac1d2df{
  pointer-events: none;
  display: table;
  width: 100vw;
  height: 840px;
  position: fixed;
  background-color: transparent;
  line-height: 1.6;
  font-family: sans-serif;
  overflow: hidden;
}
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
}
.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #ffffff10;
  overflow: hidden;
}
.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, transparent, #ffffff50);
  -webkit-animation: drop 7s 0s infinite;
          animation: drop 5s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line:nth-child(1) {
  margin-left: -30%;
}
.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.line:nth-child(2) {
  margin-left: -10%;
}
.line:nth-child(2)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.line:nth-child(3) {
  margin-left: 10%;
}
.line:nth-child(3)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.line:nth-child(4) {
  margin-left: 30%;
}
.line:nth-child(4)::after {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}/* End custom CSS */