@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 .mexaddrgen-content, .tc-wp-content-root .mexaddrgen-content *{
  box-sizing: border-box;
}.tc-wp-content-root .mexaddrgen-content{
  width: 100%;
  font-family: inherit;
  color: #132238;
  background: #fff;
}.tc-wp-content-root .mexaddrgen-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
  overflow: hidden;
}.tc-wp-content-root .mexaddrgen-section-one, .tc-wp-content-root .mexaddrgen-section-three{
  background: #fff;
}.tc-wp-content-root .mexaddrgen-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .mexaddrgen-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mexaddrgen-heading{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .mexaddrgen-heading h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-content-root .mexaddrgen-heading h2 span{
  color: transparent;
  background: linear-gradient(135deg, #0777e8 0%, #00b8d9 52%, #14d3b2 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .mexaddrgen-heading p{
  margin: 0;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
  color: #53677f;
}.tc-wp-content-root .mexaddrgen-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .mexaddrgen-card{
  position: relative;
  isolation: isolate;
  min-width: 0;
  height: 100%;
  padding: clamp(1.15rem, 2.6vw, 1.55rem);
  border: 1px solid rgba(7, 119, 232, 0.13);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(18, 52, 86, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .mexaddrgen-section-one .mexaddrgen-card, .tc-wp-content-root .mexaddrgen-section-three .mexaddrgen-card{
  background: #f0f7ff;
}.tc-wp-content-root .mexaddrgen-section-two .mexaddrgen-card{
  background: #fff;
}.tc-wp-content-root .mexaddrgen-card-head{
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
  min-width: 0;
}.tc-wp-content-root .mexaddrgen-card-head i{
  display: inline-flex;
  flex: 0 0 auto;
  width: clamp(2.35rem, 5vw, 2.75rem);
  height: clamp(2.35rem, 5vw, 2.75rem);
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.15rem);
  background: linear-gradient(135deg, #0878e7 0%, #03afd7 58%, #19c9ab 100%);
  box-shadow: 0 10px 22px rgba(3, 175, 215, 0.25);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .mexaddrgen-card h3{
  margin: 0;
  min-width: 0;
  color: #122235;
  font-size: clamp(1.02rem, 2.1vw, 1.2rem);
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .mexaddrgen-card p{
  margin: 0 0 1rem;
  color: #52667d;
  font-size: clamp(0.92rem, 1.7vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .mexaddrgen-card ul{
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .mexaddrgen-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #2f465d;
  font-size: clamp(0.86rem, 1.6vw, 0.93rem);
  line-height: 1.45;
}.tc-wp-content-root .mexaddrgen-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0878e7, #18cdb0);
  box-shadow: 0 0 0 4px rgba(3, 175, 215, 0.11);
}.tc-wp-content-root .mexaddrgen-section-one .mexaddrgen-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .mexaddrgen-section-one .mexaddrgen-card::before{
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: radial-gradient(circle at 20% 10%, rgba(0, 184, 217, 0.26), transparent 34%);
  opacity: 0;
  transform: translate3d(-8%, 8%, 0) rotate(8deg);
  transition: opacity 280ms ease, transform 280ms ease;
}.tc-wp-content-root .mexaddrgen-section-one .mexaddrgen-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(0, 184, 217, 0.28);
  box-shadow: 0 22px 48px rgba(8, 120, 231, 0.14);
}.tc-wp-content-root .mexaddrgen-section-one .mexaddrgen-card:hover::before{
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
}.tc-wp-content-root .mexaddrgen-section-one .mexaddrgen-card:hover i{
  transform: translateZ(14px) scale(1.04);
}.tc-wp-content-root .mexaddrgen-section-two .mexaddrgen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(0, 184, 217, 0.14) 50%, transparent 62%, transparent 100%);
  transform: translateX(-130%);
  transition: transform 520ms ease;
}.tc-wp-content-root .mexaddrgen-section-two .mexaddrgen-card:hover{
  transform: translateY(2px) scale(0.992);
  border-color: rgba(20, 211, 178, 0.3);
  box-shadow: inset 0 2px 12px rgba(8, 120, 231, 0.08), 0 12px 28px rgba(18, 52, 86, 0.08);
}.tc-wp-content-root .mexaddrgen-section-two .mexaddrgen-card:hover::before{
  transform: translateX(130%);
}.tc-wp-content-root .mexaddrgen-section-two .mexaddrgen-card:hover i{
  transform: rotateY(180deg);
}.tc-wp-content-root .mexaddrgen-section-three .mexaddrgen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(7, 119, 232, 0), rgba(0, 184, 217, 0.62), rgba(20, 211, 178, 0));
  opacity: 0;
  transform: scaleX(0.82);
  transition: opacity 280ms ease, transform 300ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .mexaddrgen-section-three .mexaddrgen-card p, .tc-wp-content-root .mexaddrgen-section-three .mexaddrgen-card ul{
  transition: transform 300ms ease, opacity 300ms ease;
}.tc-wp-content-root .mexaddrgen-section-three .mexaddrgen-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(8, 120, 231, 0.13);
}.tc-wp-content-root .mexaddrgen-section-three .mexaddrgen-card:hover::before{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .mexaddrgen-section-three .mexaddrgen-card:hover p, .tc-wp-content-root .mexaddrgen-section-three .mexaddrgen-card:hover ul{
  transform: translateY(-2px);
  opacity: 0.96;
}.tc-wp-content-root .mexaddrgen-section-three .mexaddrgen-card:hover i{
  transform: scale(1.08);
}@media (max-width: 991.98px) {.tc-wp-content-root .mexaddrgen-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .mexaddrgen-section{
    padding-left: clamp(0.9rem, 4vw, 1rem);
    padding-right: clamp(0.9rem, 4vw, 1rem);
  }.tc-wp-content-root .mexaddrgen-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mexaddrgen-card{
    border-radius: 16px;
  }.tc-wp-content-root .mexaddrgen-card-head{
    align-items: flex-start;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .mexaddrgen-content *, .tc-wp-content-root .mexaddrgen-content *::before, .tc-wp-content-root .mexaddrgen-content *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }}