.elementor-9883 .elementor-element.elementor-element-474ab3e{--display:flex;}.elementor-9883 .elementor-element.elementor-element-ad9a092{text-align:justify;}.elementor-9883 .elementor-element.elementor-element-426cd0b{text-align:justify;}.elementor-9883 .elementor-element.elementor-element-4d38593{text-align:justify;}.elementor-9883 .elementor-element.elementor-element-5e81862{text-align:justify;}.elementor-9883 .elementor-element.elementor-element-8ca522c{text-align:justify;}/* Start custom CSS for html, class: .elementor-element-24a8b46 */.animated-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: transparent;
      color: #CCE5EF;
      text-decoration: none;
      border: 2px solid #54A8C7;
      position: relative;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      overflow: hidden;
      transition: color 0.8s;
    }

    .animated-button::before,
    .animated-button::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #54A8C7;
      transition: all 0.9s;
    }

    .animated-button::before {
      top: 0;
      left: -100%;
    }

    .animated-button::after {
      bottom: 0;
      right: -100%;
    }

    .animated-button:hover {
      color: #54A8C7;
    }

    .animated-button:hover::before {
      left: 0;
    }

    .animated-button:hover::after {
      right: 0;
    }/* End custom CSS */