.elementor-5021599 .elementor-element.elementor-element-78e3cf1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1055be7 */#redirectLink {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 4px;
  margin: 20px auto 0 auto;
  height: 40px !important;
  font-size: 20px;
  background-color: #2059B2;
  box-shadow: 0 3px 10px rgba(0,0,0,0.20);
  transition: 200ms;
}

#redirectLink:hover {
  background-color: #19C687;
  box-shadow: 0 3px 4px rgba(0,0,0,0.20);
  cursor: pointer;
  transition: 200ms;
}/* End custom CSS */