/* Circles */
@keyframes ldio-eucw48353iq {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
.ldio-eucw48353iq > div > div {
  transform-origin: 60px 60px;
  animation: ldio-eucw48353iq 3.0303030303030303s linear infinite;
  opacity: 0.8
}
.ldio-eucw48353iq > div > div > div {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 42px 0 0 0;
  transform-origin: 60px 60px
}.ldio-eucw48353iq > div div:nth-child(1) {
  animation-duration: 0.7575757575757576s
}
.ldio-eucw48353iq > div div:nth-child(1) > div {
  background: #ff0000;
  transform: rotate(0deg);
}.ldio-eucw48353iq > div div:nth-child(2) {
  animation-duration: 1.0101010101010102s
}
.ldio-eucw48353iq > div div:nth-child(2) > div {
  background: #364958;
  transform: rotate(0deg);
}.ldio-eucw48353iq > div div:nth-child(3) {
  animation-duration: 1.5151515151515151s
}
.ldio-eucw48353iq > div div:nth-child(3) > div {
  background: #eee3ab;
  transform: rotate(0deg);
}.ldio-eucw48353iq > div div:nth-child(4) {
  animation-duration: 3.0303030303030303s
}
.ldio-eucw48353iq > div div:nth-child(4) > div {
  background: #80a1c1;
  transform: rotate(0deg);
}
.loadingio-spinner-wedges-3ppm5nxt427 {
  width: 120px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-eucw48353iq {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-eucw48353iq div { box-sizing: content-box; }

/* Squares */



@keyframes ldio-zepb9xvctan {
  0% { transform: scale(1.1500000000000001) }
  100% { transform: scale(1) }
}
.ldio-zepb9xvctan div {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 8px;
  left: 8px;
  background: #ff0000;
  animation: ldio-zepb9xvctan 0.7407407407407407s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.2222222222222222s;
}
.ldio-zepb9xvctan div:nth-child(2) {
  top: 8px;
  left: 54px;
  background: #364958;
  animation-delay: -0.14814814814814814s;
}
.ldio-zepb9xvctan div:nth-child(3) {
  top: 54px;
  left: 8px;
  background: #80a1c1;
  animation-delay: 0s;
}
.ldio-zepb9xvctan div:nth-child(4) {
  top: 54px;
  left: 54px;
  background: #eee3ab;
  animation-delay: -0.07407407407407407s;
}
.loadingio-spinner-cube-umexkhpvau {
  width: 64px;
  height: 64px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-zepb9xvctan {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.64);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-zepb9xvctan div { box-sizing: content-box; }



#preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100vh;
  background: #F6F6F6;
  z-index: 9999;
  transition: all 0.4s ease;
}

.loaders {}

.loaders .loaders_text {
  font-size: 50px;
  font-weight: 600;
  font-family: sans-serif;
  color:#324453;
  margin: 20px auto;
  text-align: center;
}

.loaders .loaders_bar  {
  position: relative;
  width: 500px;
  height: 12px;
  background: #EDEEF7;
  border-radius: 50px;
}

.loaders .loaders_bar:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #0075F6;
  border-radius: 50px;
  animation: fill 0.3s ease;
}

@keyframes fill {
  0% { width: 0% }
  100% { width: 100% }
}