.jmw-btn {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 12px 58px 12px 23px;
  color: white;
  background-color: var(--bs-primary);
  border: none;
}
.jmw-btn i::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: -36px;
  top: 50%;
  border-radius: 2px;
  transform: translateY(-50%);
  background-color: white;
  transition:
    opacity 0.4s 0.25s,
    transform 0.6s 0.25s;
}
@media (max-width: 767px) {
  .jmw-btn i::after {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .jmw-btn {
    padding: 12px 50px 12px 22px;
  }
}
.jmw-btn:hover {
  color: white;
}
.jmw-btn.theme-secondary {
  color: var(--bs-primary-dark);
  background-color: var(--bs-secondary);
}
.jmw-btn.theme-secondary i::after {
  background-color: var(--bs-primary-dark);
}
.jmw-btn.theme-light {
  color: var(--bs-dark);
  background-color: white;
  border: 1px solid var(--bs-gray-200);
}
.jmw-btn.theme-light i::after {
  background-color: var(--bs-dark);
}
.jmw-btn.theme-border-light {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}
.jmw-btn.theme-border-light i::after {
  background-color: white;
}
.jmw-btn-border {
  background-color: transparent;
  color: var(--bs-primary);
  border: 1px solid var(--bs-gray-400);
}
.jmw-btn-border i::after {
  background-color: var(--bs-primary);
}
.jmw-btn-border:hover {
  color: var(--bs-primary);
}
.jmw-btn-advisory-style {
  color: var(--tp-advisory-primary);
  border-color: var(--tp-advisory-primary);
}
.jmw-btn-advisory-style:hover {
  color: var(--tp-advisory-primary);
}
.jmw-btn-advisory-style i::after {
  background-color: var(--tp-advisory-primary);
}
.jmw-btn-corporate-style {
  background-color: var(--tp-corporate-primary);
}
.jmw-btn-corporate-sulu {
  color: var(--tp-corporate-primary);
  background-color: var(--tp-corporate-sulu);
}
.jmw-btn-corporate-sulu:hover {
  color: var(--tp-corporate-primary);
}
.jmw-btn-corporate-sulu i::after {
  background-color: var(--tp-corporate-primary);
}
.jmw-btn-accounting-style {
  background-color: var(--tp-accounting-3);
}
.jmw-btn-switch-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jmw-btn-switch-animation .btn-text {
  position: relative;
  z-index: 3;
  transition: transform 0.6s 0s cubic-bezier(0.1, 0.75, 0.25, 1);
}
.jmw-btn-switch-animation .btn-icon {
  position: relative;
  transition:
    opacity 0.4s 0.25s,
    transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}
.jmw-btn-switch-animation .btn-icon + .btn-icon {
  order: -2;
  opacity: 0;
  margin-left: 0;
  transform: translateX(-15px);
  transition:
    opacity 0.4s 0s,
    transform 0.6s 0s;
}
.jmw-btn-switch-animation .btn-icon + .btn-icon::after {
  right: 40px;
  transition: right 0.4s;
}
.jmw-btn-switch-animation:hover .btn-text {
  transition-delay: 125ms;
  transform: translateX(25px);
}
.jmw-btn-switch-animation:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}
.jmw-btn-switch-animation:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(10px);
  transition-delay: 225ms;
}
.jmw-btn-switch-animation:hover .btn-icon + .btn-icon::after {
  right: 0;
}
.jmw-btn-underline {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.jmw-btn-underline::before,
.jmw-btn-underline::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.5s cubic-bezier(0.59, 0.23, 0.22, 0.96);
}
.jmw-btn-underline::before {
  left: 0;
}
.jmw-btn-underline::after {
  left: -1rem;
  transform: translateX(-100%);
}
.jmw-btn-underline:hover {
  color: var(--tp-common-black);
}
.jmw-btn-underline:hover::after {
  transform: translateX(1rem);
}
.jmw-btn-underline:hover::before {
  transform: translateX(calc(100% + 1rem));
}
.jmw-btn-event {
  gap: 12px;
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  padding: 6px 6px 6px 25px;
  color: white;
  transition: background-color 0.3s ease;
  background-color: var(--bs-primary);
}
.jmw-btn-event:hover,
.jmw-btn-event:focus {
  color: white;
}
.jmw-btn-event .button-text {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.16px;
}
.jmw-btn-event .button-image {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  display: block;
  transform-style: preserve-3d;
}
.jmw-btn-event .button-icon-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}
.jmw-btn-event .button-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 2px;
  transform: scale(0.25);
  transform-origin: center;
  background-color: white;
}
.jmw-btn-event.theme-secondary {
  color: var(--bs-primary);
  background-color: var(--tp-theme-primary);
}
.jmw-btn-event.theme-secondary .button-dot {
  background-color: var(--bs-primary);
}
.jmw-btn-event.theme-secondary .button-image {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg)
    brightness(200%) contrast(200%);
}
.jmw-btn-event.jmw-btn-border {
  background-color: transparent;
  color: var(--tp-finance-secondary);
  border: 1px solid rgba(34, 47, 48, 0.1);
}
.jmw-btn-event.jmw-btn-border .button-dot {
  background-color: var(--tp-finance-secondary);
}
.jmw-btn-event.jmw-btn-border .button-image {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg)
    brightness(200%) contrast(200%);
}
.jmw-btn-event.jmw-btn-advisory-style {
  color: var(--tp-advisory-primary);
  border-color: var(--tp-advisory-primary);
}
.jmw-btn-event.jmw-btn-advisory-style:hover {
  color: var(--tp-advisory-primary);
}
.jmw-btn-event.jmw-btn-advisory-style i::after {
  background-color: var(--tp-advisory-primary);
}
.jmw-btn-event.jmw-btn-corporate-style {
  background-color: var(--tp-corporate-primary);
}
.jmw-btn-event.jmw-btn-corporate-sulu {
  color: var(--tp-corporate-primary);
  background-color: var(--tp-corporate-sulu);
}
.jmw-btn-event.jmw-btn-corporate-sulu:hover {
  color: var(--tp-corporate-primary);
}
.jmw-btn-event.jmw-btn-corporate-sulu i::after {
  background-color: var(--tp-corporate-primary);
}
.jmw-btn-event.jmw-btn-accounting-style {
  background-color: var(--tp-accounting-3);
}
.tp-fi-hero-contact a {
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  color: white;
}
.tp-fi-hero-contact a:hover span {
  color: var(--bs-primary-dark);
  background-color: white;
}
.tp-fi-hero-contact a span {
  height: 52px;
  width: 52px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  border: 1px solid white;
}
