.us-btn-style_1 span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M10.5 9.5L13.5 6.5L10.5 3.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.5 0.5V2.5C0.5 3.56087 0.921427 4.57828 1.67157 5.32843C2.42172 6.07857 3.43913 6.5 4.5 6.5H13.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
  margin-left: 10px;
}

.us-btn-style_1:hover span::after {
  transition: 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M10.5 9.5L13.5 6.5L10.5 3.5' stroke='%23F60D1A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.5 0.5V2.5C0.5 3.56087 0.921427 4.57828 1.67157 5.32843C2.42172 6.07857 3.43913 6.5 4.5 6.5H13.5' stroke='%23F60D1A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.menu-item > a.w-btn.us-btn-style_1 .w-nav-title::after {
  display: inline-block !important;
}

/* ::::::::::::::::::: */
.us-btn-style_2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.us-btn-style_2 span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M8 4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0H4.65882V3.40392H8V4.61176Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
  margin-left: 10px;
}

/* .us-btn-style_2:hover span::after {
  transition: 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M8 4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0H4.65882V3.40392H8V4.61176Z' fill='%23F60D1A'/%3E%3C/svg%3E");
} */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
.ht--button__easy .w-text-h {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  isolation: isolate;
}

.ht--button__easy .w-text-h::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid red;
  border-radius: 16px;
  box-sizing: border-box;
  transform: translateY(-50%);
  transition: width 0.35s ease;
}

.ht--button__easy .w-text-h:hover::before,
.ht--button__easy .w-text-h:focus-visible::before {
  width: 100%;
}

.ht--button__easy .far.fa-arrow-right {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-right: 24px !important;
  border: 0;
  border-radius: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ht--button__easy .fa-arrow-right::before {
  font-size: 16px !important;
  display: flex;
  text-align: center;
  transform: rotate(45deg);
  transition: transform 0.2s;
}

.ht--button__easy .w-text-h:hover .fa-arrow-right::before,
.ht--button__easy .w-text-h:focus-visible .fa-arrow-right::before {
  transform: rotate(0);
}

.ht--button__easy .w-text-value {
  position: relative;
  z-index: 1;
  padding-right: 24px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 1024px) {
  .ht--button__easy .far.fa-arrow-right,
  .ht--button__easy .w-text-h::before {
    height: 48px;
    width: 48px;
  }
  .ht--button__easy .w-text-h::before {
    border-radius: 12px;
  }
  .p20.ht--button__easy .w-text-value {
    font-size: 18px !important;
  }
}
