@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .etg-premium-content, .tc-wp-content-root .etg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .etg-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #251b24;
  background: #fff;
}.tc-wp-content-root .etg-premium-content .etg-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow: hidden;
}.tc-wp-content-root .etg-premium-content .etg-section-white{
  background: #fff;
}.tc-wp-content-root .etg-premium-content .etg-section-gradient{
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 166, 87, 0.22), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(188, 92, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #fff8f3 0%, #fff0ea 45%, #fff7fb 100%);
}.tc-wp-content-root .etg-premium-content .etg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .etg-premium-content .etg-heading-wrap{
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-content-root .etg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 820;
  color: #211822;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .etg-premium-content h2 span{
  background: linear-gradient(135deg, #ff8a3d 0%, #ff4f8b 46%, #8d55ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .etg-premium-content .etg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #6f5e68;
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .etg-premium-content .etg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .etg-premium-content .etg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .etg-premium-content .etg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .etg-premium-content .etg-card{
  --etg-a: #ff8a3d;
  --etg-b: #ff5f86;
  --etg-c: rgba(255, 138, 61, 0.15);
  --fg-mx: 50%;
  --fg-my: 24%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(72, 43, 59, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.96), transparent 0 130px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.9));
  box-shadow: 0 18px 42px rgba(42, 25, 35, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 360ms ease, border-color 360ms ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .etg-premium-content .etg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--etg-a) 16%, transparent), transparent 44%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--etg-b) 18%, transparent), transparent 34%);
  opacity: 0.62;
  pointer-events: none;
  z-index: -1;
  transition: opacity 360ms ease;
}.tc-wp-content-root .etg-premium-content .etg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--etg-a), var(--etg-b));
  transform: scaleX(0.24);
  transform-origin: left;
  opacity: 0.72;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .etg-premium-content .etg-card:nth-child(2n){
  --etg-a: #ff5f86;
  --etg-b: #9b5cff;
  --etg-c: rgba(255, 95, 134, 0.14);
}.tc-wp-content-root .etg-premium-content .etg-card:nth-child(3n){
  --etg-a: #f7b731;
  --etg-b: #ff6b6b;
  --etg-c: rgba(247, 183, 49, 0.16);
}.tc-wp-content-root .etg-premium-content .etg-card:nth-child(4n){
  --etg-a: #b66dff;
  --etg-b: #ff8a3d;
  --etg-c: rgba(182, 109, 255, 0.14);
}.tc-wp-content-root .etg-premium-content .etg-card:nth-child(5n){
  --etg-a: #ff7a59;
  --etg-b: #e84abf;
  --etg-c: rgba(255, 122, 89, 0.14);
}.tc-wp-content-root .etg-premium-content .etg-card.etg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .etg-premium-content .etg-card:hover{
  border-color: color-mix(in srgb, var(--etg-b) 40%, rgba(72, 43, 59, 0.12));
  box-shadow: 0 26px 64px rgba(42, 25, 35, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .etg-premium-content .etg-card:hover::before{
  opacity: 0.9;
}.tc-wp-content-root .etg-premium-content .etg-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .etg-premium-content .etg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--etg-a);
  background: linear-gradient(135deg, #fff, var(--etg-c));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85), 0 12px 24px rgba(42, 25, 35, 0.08);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .etg-premium-content .etg-icon i{
  font-size: 1.24rem;
  line-height: 1;
}.tc-wp-content-root .etg-premium-content .etg-card:hover .etg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--etg-a), var(--etg-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .etg-premium-content h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #211822;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--etg-a), var(--etg-b));
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size 300ms ease;
}.tc-wp-content-root .etg-premium-content .etg-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .etg-premium-content .etg-card p{
  margin: 15px 0 0;
  color: #655660;
  font-size: 0.96rem;
  line-height: 1.67;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .etg-premium-content .etg-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--etg-b);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .etg-premium-content .etg-card:hover .etg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .etg-premium-content .etg-card-tilt{
  min-height: 230px;
}.tc-wp-content-root .etg-premium-content .etg-process-card{
  padding-top: 68px;
}.tc-wp-content-root .etg-premium-content .etg-step{
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 34px;
  max-width: calc(100% - 48px);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--etg-a), var(--etg-b));
  box-shadow: 0 12px 24px color-mix(in srgb, var(--etg-b) 22%, transparent);
  font-size: 0.84rem;
  font-weight: 820;
  letter-spacing: 0;
  transition: transform 320ms ease, box-shadow 320ms ease;
  overflow: hidden;
}.tc-wp-content-root .etg-premium-content .etg-process-card:hover .etg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 30px color-mix(in srgb, var(--etg-b) 30%, transparent);
}@media (min-width: 1200px) {.tc-wp-content-root .etg-premium-content .etg-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .etg-premium-content .etg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .etg-premium-content .etg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .etg-premium-content .etg-grid, .tc-wp-content-root .etg-premium-content .etg-grid-four, .tc-wp-content-root .etg-premium-content .etg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .etg-premium-content .etg-card{
    padding: 25px;
  }.tc-wp-content-root .etg-premium-content .etg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .etg-premium-content .etg-section{
    padding: 68px 20px;
  }.tc-wp-content-root .etg-premium-content .etg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .etg-premium-content .etg-grid, .tc-wp-content-root .etg-premium-content .etg-grid-four, .tc-wp-content-root .etg-premium-content .etg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .etg-premium-content .etg-card{
    min-height: 220px;
    padding: 23px;
  }.tc-wp-content-root .etg-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .etg-premium-content .etg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .etg-premium-content .etg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .etg-premium-content .etg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .etg-premium-content .etg-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .etg-premium-content .etg-grid, .tc-wp-content-root .etg-premium-content .etg-grid-four, .tc-wp-content-root .etg-premium-content .etg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .etg-premium-content .etg-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .etg-premium-content .etg-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .etg-premium-content .etg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .etg-premium-content .etg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .etg-premium-content .etg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .etg-premium-content .etg-grid, .tc-wp-content-root .etg-premium-content .etg-grid-four, .tc-wp-content-root .etg-premium-content .etg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .etg-premium-content .etg-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .etg-premium-content .etg-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .etg-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .etg-premium-content .etg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .etg-premium-content .etg-step{
    top: 18px;
    right: 18px;
    width: 44px;
    height: 30px;
  }.tc-wp-content-root .etg-premium-content .etg-card-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 374px) {.tc-wp-content-root .etg-premium-content .etg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .etg-premium-content .etg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .etg-premium-content .etg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .etg-premium-content .etg-grid, .tc-wp-content-root .etg-premium-content .etg-grid-four, .tc-wp-content-root .etg-premium-content .etg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .etg-premium-content .etg-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .etg-premium-content .etg-process-card{
    padding-top: 58px;
  }.tc-wp-content-root .etg-premium-content .etg-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 13px;
  }.tc-wp-content-root .etg-premium-content .etg-icon i{
    font-size: 1.06rem;
  }.tc-wp-content-root .etg-premium-content h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .etg-premium-content .etg-card p{
    font-size: 0.86rem;
    line-height: 1.56;
  }.tc-wp-content-root .etg-premium-content .etg-step{
    top: 16px;
    right: 16px;
    width: 40px;
    height: 28px;
    font-size: 0.76rem;
  }.tc-wp-content-root .etg-premium-content .etg-card-cta{
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .etg-premium-content .etg-card, .tc-wp-content-root .etg-premium-content .etg-card::before, .tc-wp-content-root .etg-premium-content .etg-card::after, .tc-wp-content-root .etg-premium-content .etg-icon, .tc-wp-content-root .etg-premium-content .etg-step, .tc-wp-content-root .etg-premium-content .etg-card-cta, .tc-wp-content-root .etg-premium-content h3{
    transition: none !important;
  }.tc-wp-content-root .etg-premium-content .etg-card, .tc-wp-content-root .etg-premium-content .etg-card.etg-visible, .tc-wp-content-root .etg-premium-content .etg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .etg-reveal {}