#button-tertiary-primary {
  white-space: nowrap;
  height: 38px;
  display: inline-flex;
  align-items: center;

  color: #004C97;
  background-color: transparent;

  text-decoration: none !important;
}

#button-tertiary-primary, 
#button-tertiary-primary svg,
#button-tertiary-primary circle,
#button-tertiary-primary .elementor-button-icon:before{
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

#button-tertiary-primary > * {
  text-decoration: none !important;
}

#button-tertiary-primary svg {
  width: 18px;
  height: 24px;
  z-index: 1;
}

#button-tertiary-primary .elementor-button-content-wrapper {
  gap: 15px;
}

#button-tertiary-primary:hover svg {
  transform: translateX(5px);
}

#button-tertiary-primary .elementor-button-text {
  z-index: 1;
}

#button-tertiary-primary .elementor-button-icon {
  position: relative;
  z-index: 0;
}