@keyframes _shimmer_1wqdl_1 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

._wrapper_1wqdl_19 {
  background: #1e3860;
  border-radius: 8px;
  height: 555px;
  isolation: isolate;
  margin-block: 48px;
}

section > ._wrapper_1wqdl_19:first-child {
  margin-top: 0 !important;
}

._wrapper_1wqdl_19::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 190%;
  height: 100%;
  background: linear-gradient(
    65deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  animation: _shimmer_1wqdl_1 1.3s infinite linear;
  z-index: -1;
}

._wrapper_control_1wqdl_77 {
  height: 100%;
  width: 100%;
}

@media (max-width: 1023px) {
  ._wrapper_1wqdl_19 {
    display: none;
  }
}
