:root {
  --tyl-ink: #102c49;
  --tyl-muted: #526c81;
  --tyl-blue: #0b63ce;
  --tyl-blue-deep: #072a4a;
  --tyl-sky: #eaf6fb;
  --tyl-paper: #f7fafc;
  --tyl-white: #ffffff;
  --tyl-orange: #f59e0b;
  --tyl-line: #d8e3ec;
  --tyl-radius: 16px;
  --tyl-shadow-sm: 0 12px 32px rgba(16, 48, 78, .08);
  --tyl-shadow: 0 24px 64px rgba(16, 48, 78, .14);
  --tyl-ease: cubic-bezier(.22, 1, .36, 1);
  --tyl-content: 1180px;
}

.tyl-elementor-home,
.tyl-el-section {
  color: var(--tyl-ink);
  font-family: "Source Sans 3", system-ui, sans-serif;
}

.tyl-elementor-home *,
.tyl-elementor-home *::before,
.tyl-elementor-home *::after,
.tyl-el-section *,
.tyl-el-section *::before,
.tyl-el-section *::after {
  box-sizing: border-box;
}

.tyl-elementor-home > .elementor-container,
.tyl-el-section > .elementor-container {
  width: min(100%, var(--tyl-content));
}

.tyl-elementor-home a,
.tyl-el-section a {
  touch-action: manipulation;
}

.tyl-elementor-home a:focus-visible,
.tyl-el-section a:focus-visible {
  outline: 3px solid var(--tyl-orange);
  outline-offset: 4px;
}

.tyl-elementor-home ::selection,
.tyl-el-section ::selection {
  color: #fff;
  background: var(--tyl-blue);
}

.tyl-el-hero {
  position: relative;
  min-height: 760px;
  padding: 116px 20px 88px;
  background: linear-gradient(120deg, #fff 0%, #f5f9fc 54%, #eaf3f8 100%);
  overflow: hidden;
}

.tyl-el-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 5px;
  background: linear-gradient(90deg, var(--tyl-blue), var(--tyl-orange));
  content: "";
}

.tyl-el-hero > .elementor-container {
  align-items: center;
  gap: 62px;
}

.tyl-el-hero-copy > .elementor-widget-wrap {
  align-content: center;
}

.tyl-el-kicker .elementor-heading-title {
  margin: 0 0 12px;
  color: #e45d3e;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.tyl-el-kicker {
  display: none;
}

.tyl-el-kicker--light .elementor-heading-title {
  color: #83d5ff;
}

.tyl-el-h1 .elementor-heading-title {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--tyl-ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(3.2rem, 5.3vw, 5.35rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .96;
}

.tyl-el-h2 .elementor-heading-title {
  max-width: 820px;
  margin: 0;
  color: var(--tyl-ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.04;
}

.tyl-el-h2--light .elementor-heading-title,
.tyl-el-h3 .elementor-heading-title {
  color: #fff;
}

.tyl-el-h3 .elementor-heading-title {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.02em;
}

.tyl-el-lead p,
.tyl-el-section-lead p {
  max-width: 660px;
  margin: 0;
  color: var(--tyl-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.tyl-el-tags {
  margin-top: 23px;
}

.tyl-el-tags .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
}

.tyl-el-tags .elementor-icon-list-item {
  position: relative;
  margin: 0 !important;
  padding: 0 16px 0 0;
  color: #15517d;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 800;
}

.tyl-el-tags .elementor-icon-list-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  background: var(--tyl-orange);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.tyl-el-routing-line {
  margin-top: 30px;
}

.tyl-el-route {
  display: grid;
  grid-template-columns: auto minmax(30px, 1fr) auto minmax(30px, 1fr) auto;
  align-items: center;
  max-width: 650px;
  color: #34566f;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 800;
}

.tyl-el-route i {
  position: relative;
  height: 1px;
  margin: 0 13px;
  overflow: hidden;
  background: #bad0df;
}

.tyl-el-route i::after {
  position: absolute;
  top: -1px;
  left: -24px;
  width: 24px;
  height: 3px;
  background: var(--tyl-orange);
  content: "";
  animation: tyl-route 4s cubic-bezier(.22, 1, .36, 1) infinite;
}

@keyframes tyl-route {
  0%, 12% { transform: translateX(0); opacity: 0; }
  25% { opacity: 1; }
  76% { opacity: 1; }
  90%, 100% { transform: translateX(180px); opacity: 0; }
}

.tyl-el-tags .elementor-icon-list-icon {
  display: none;
}

.tyl-el-actions {
  max-width: 420px;
  margin-top: 24px;
}

.tyl-el-actions > .elementor-container {
  gap: 12px;
}

.tyl-el-btn .elementor-button {
  min-height: 52px;
  padding: 16px 23px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .86rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s var(--tyl-ease), box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.tyl-el-btn .elementor-button:hover {
  transform: translateY(-2px);
}

.tyl-el-btn .elementor-button:active {
  transform: translateY(0) scale(.98);
}

.tyl-el-btn--primary .elementor-button {
  color: #082442;
  background: var(--tyl-orange);
  box-shadow: 0 12px 30px rgba(245, 158, 11, .2);
}

.tyl-el-btn--primary .elementor-button:hover {
  background: #ffad17;
  box-shadow: 0 16px 34px rgba(245, 158, 11, .26);
}

.tyl-el-btn--outline .elementor-button {
  color: var(--tyl-blue);
  background: transparent;
  border-color: var(--tyl-blue);
}

.tyl-el-btn--light .elementor-button {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .55);
}

.tyl-el-btn .elementor-button:focus-visible {
  outline: 3px solid var(--tyl-orange);
  outline-offset: 3px;
}

.tyl-el-proof {
  margin-top: 32px;
  border-top: 1px solid #cad9e5;
  border-bottom: 1px solid #cad9e5;
}

.tyl-el-proof > .elementor-container > .elementor-column {
  padding: 15px 18px;
  border-right: 1px solid #cad9e5;
}

.tyl-el-proof > .elementor-container > .elementor-column:first-child {
  padding-left: 0;
}

.tyl-el-proof > .elementor-container > .elementor-column:last-child {
  border-right: 0;
}

.tyl-el-proof-number .elementor-heading-title {
  color: var(--tyl-blue);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.tyl-el-proof-label p {
  margin: 2px 0 0;
  color: #687e91;
  font-size: .7rem;
  line-height: 1.25;
}

.tyl-el-hero-media {
  position: relative;
}

.tyl-el-hero-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--tyl-shadow);
}

.tyl-el-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 15px 17px;
  color: #dcecff;
  background: rgba(7, 35, 62, .91);
  border-radius: 12px;
}

.tyl-el-caption p {
  margin: 0;
  font-size: .76rem;
  line-height: 1.45;
}

.tyl-el-caption strong {
  color: #fff;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .9rem;
}

.tyl-el-section {
  padding: 120px 20px;
}

.tyl-el-services {
  background: #f4f8fb;
}

.tyl-el-services .tyl-el-section-lead {
  margin: 20px 0 48px;
}

.tyl-el-service-row > .elementor-container {
  gap: 24px;
}

.tyl-el-service-row + .tyl-el-service-row {
  margin-top: 24px;
}

.tyl-el-corporate-col > .elementor-widget-wrap {
  align-content: flex-start;
  height: 100%;
  padding-bottom: 24px;
  background: #fff;
  border: 0;
  border-radius: var(--tyl-radius);
  overflow: hidden;
  box-shadow: var(--tyl-shadow-sm);
  transition: transform .24s var(--tyl-ease), box-shadow .24s ease;
}

.tyl-el-corporate-col > .elementor-widget-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(16, 48, 78, .13);
}

.tyl-el-corporate-col > .elementor-widget-wrap:focus-within {
  outline: 3px solid rgba(11, 99, 206, .28);
  outline-offset: 4px;
}

.tyl-el-site-detector-cl { --site-accent: #00a6c8; }
.tyl-el-site-alcantarillado-cl { --site-accent: #f2b632; }
.tyl-el-site-electricista-cl { --site-accent: #0b63ce; }
.tyl-el-site-techomania-cl { --site-accent: #084594; }
.tyl-el-site-servicios-profesionales-cl { --site-accent: #f59e0b; }

.tyl-el-corporate-col > .elementor-widget-wrap::before {
  width: 100%;
  height: 3px;
  background: var(--site-accent, var(--tyl-blue));
  content: "";
}

.tyl-el-corporate-card .elementor-image-box-img {
  width: 100% !important;
  height: 214px;
  margin: 0 !important;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #e2ebf1;
}

.tyl-el-corporate-card .elementor-image-box-img img {
  width: auto;
  max-width: 86%;
  height: 122px;
  object-fit: contain;
  object-position: center;
}

.tyl-el-site-alcantarillado-cl .tyl-el-corporate-card .elementor-image-box-img img,
.tyl-el-site-techomania-cl .tyl-el-corporate-card .elementor-image-box-img img {
  height: 132px;
}

.tyl-el-corporate-card .elementor-image-box-content {
  min-height: 188px;
  padding: 24px 24px 16px;
  text-align: left;
}

.tyl-el-corporate-card .elementor-image-box-title {
  margin: 0 0 10px;
  color: var(--tyl-ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

.tyl-el-corporate-card .elementor-image-box-description {
  margin: 0;
  color: var(--tyl-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.tyl-el-card-link {
  padding: 0 24px;
}

.tyl-el-card-link .elementor-button {
  min-height: 44px;
  padding: 10px 0;
  color: var(--site-accent, var(--tyl-blue));
  background: transparent;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .84rem;
  font-weight: 800;
}

.tyl-el-card-link .elementor-button::after {
  margin-left: 8px;
  width: 16px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(-45deg);
  transition: transform .2s var(--tyl-ease);
}

.tyl-el-card-link .elementor-button:hover::after,
.tyl-el-card-link .elementor-button:focus-visible::after {
  transform: translateX(4px) rotate(-45deg);
}

.tyl-el-card-link .elementor-button:hover,
.tyl-el-card-link .elementor-button:focus-visible {
  color: var(--tyl-blue-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tyl-el-profile-hero {
  min-height: 680px;
  padding: 150px 20px 90px;
  background: linear-gradient(135deg, #f8fbfd 0%, #edf5f9 100%);
}

.tyl-el-profile-hero > .elementor-container,
.tyl-el-profile-about > .elementor-container,
.tyl-el-profile-reference > .elementor-container {
  align-items: center;
  gap: 64px;
}

.tyl-el-profile-h1 .elementor-heading-title {
  font-size: clamp(2.9rem, 5vw, 5rem);
}

.tyl-el-profile-copy .tyl-el-btn {
  max-width: 260px;
  margin-top: 28px;
}

.tyl-el-profile-image img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--tyl-shadow);
}

.tyl-el-profile-about {
  background: #fff;
}

.tyl-el-profile-about .tyl-el-section-lead {
  margin-top: 20px;
}

.tyl-el-profile-capabilities {
  padding: 30px;
  background: var(--tyl-paper);
  border: 0;
  border-radius: var(--tyl-radius);
}

.tyl-el-profile-list-title .elementor-heading-title {
  margin-bottom: 18px;
  color: var(--tyl-ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.tyl-el-profile-list .elementor-icon-list-item {
  background: #fff;
}

.tyl-el-specialty-card > .elementor-widget-wrap {
  align-content: flex-start;
  height: 100%;
  padding: 0 0 24px;
  background: #fff;
  border: 1px solid var(--tyl-line);
  border-radius: var(--tyl-radius);
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(16, 48, 78, .07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.tyl-el-specialty-card > .elementor-widget-wrap:hover {
  border-color: #b7d7ed;
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(16, 48, 78, .13);
}

.tyl-el-specialty-image img {
  width: 100%;
  height: 164px;
  object-fit: cover;
}

.tyl-el-specialty-title,
.tyl-el-specialty-copy {
  padding-right: 24px;
  padding-left: 24px;
}

.tyl-el-specialty-title {
  padding-top: 22px;
}

.tyl-el-specialty-title .elementor-heading-title {
  color: var(--tyl-ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

.tyl-el-specialty-copy p {
  margin: 8px 0 18px;
  color: var(--tyl-muted);
  font-size: .86rem;
  line-height: 1.5;
}

.tyl-el-specialty-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tyl-el-specialty-list li {
  position: relative;
  margin: 0;
  padding-left: 17px;
}

.tyl-el-specialty-list li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--tyl-orange);
  border-radius: 50%;
  content: "";
}

.tyl-el-specialty-list a {
  color: #164d75;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.tyl-el-specialty-list a:hover,
.tyl-el-specialty-list a:focus-visible {
  color: var(--tyl-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tyl-el-service-card {
  height: 100%;
}

.tyl-el-service-card .elementor-widget-container {
  height: 100%;
  background: #fff;
  border: 1px solid var(--tyl-line);
  border-radius: var(--tyl-radius);
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(16, 48, 78, .07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.tyl-el-service-card .elementor-widget-container:hover {
  border-color: #b7d7ed;
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(16, 48, 78, .13);
}

.tyl-el-service-card .elementor-image-box-img {
  width: 100% !important;
  margin: 0 !important;
}

.tyl-el-service-card .elementor-image-box-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tyl-el-service-card .elementor-image-box-content {
  min-height: 180px;
  padding: 24px;
}

.tyl-el-service-card .elementor-image-box-title {
  margin: 0 0 10px;
  color: var(--tyl-ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
}

.tyl-el-service-card .elementor-image-box-description {
  margin: 0;
  color: var(--tyl-muted);
  font-size: .92rem;
  line-height: 1.55;
}

.tyl-el-services > .elementor-container > .elementor-column > .elementor-widget-wrap > .tyl-el-btn {
  margin-top: 32px;
}

.tyl-el-process {
  color: #fff;
  background: var(--tyl-blue-deep);
}

.tyl-el-process-grid {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.tyl-el-process-grid > .elementor-container > .elementor-column {
  min-height: 224px;
  padding: 30px 28px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.tyl-el-process-grid > .elementor-container > .elementor-column:last-child {
  border-right: 0;
}

.tyl-el-step-number .elementor-heading-title {
  margin-bottom: 46px;
  color: #83d5ff;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 800;
}

.tyl-el-step-copy p {
  margin: 12px 0 0;
  color: #a9bfd2;
  font-size: .9rem;
  line-height: 1.55;
}

.tyl-el-coverage {
  background: var(--tyl-sky);
}

.tyl-el-coverage > .elementor-container,
.tyl-el-promise > .elementor-container,
.tyl-el-contact > .elementor-container {
  align-items: center;
  gap: 72px;
}

.tyl-el-coverage .tyl-el-section-lead {
  margin: 18px 0 28px;
}

.tyl-el-location-cloud p {
  margin: 0;
  padding: 32px;
  color: #23465d;
  background: #fff;
  border: 1px solid #cfdde6;
  border-radius: var(--tyl-radius);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.1;
}

.tyl-el-promise {
  background: #fff;
}

.tyl-el-check-list .elementor-icon-list-items {
  display: grid;
  gap: 12px;
}

.tyl-el-check-list .elementor-icon-list-item {
  padding: 18px;
  color: var(--tyl-ink);
  background: var(--tyl-paper);
  border: 1px solid var(--tyl-line);
  border-radius: 14px;
  font-weight: 700;
}

.tyl-el-check-list .elementor-icon-list-icon {
  color: var(--tyl-blue);
}

.tyl-el-contact {
  color: #fff;
  background: var(--tyl-blue-deep);
}

.tyl-el-contact-lead p {
  max-width: 650px;
  margin: 18px 0 0;
  color: #afc4d5;
  font-size: 1.04rem;
  line-height: 1.65;
}

.tyl-el-contact-actions .elementor-widget + .elementor-widget {
  margin-top: 12px;
}

.tyl-el-contact-actions .elementor-button {
  width: 100%;
}

.tyl-elementor-home {
  scrollbar-color: #8ba9bf #eef4f8;
  scrollbar-width: thin;
}

.tyl-elementor-home img {
  display: block;
  max-width: 100%;
}

@media (max-width: 900px) {
  .tyl-el-hero {
    padding-top: 130px;
  }

  .tyl-el-hero > .elementor-container,
  .tyl-el-coverage > .elementor-container,
  .tyl-el-promise > .elementor-container,
  .tyl-el-contact > .elementor-container {
    flex-wrap: wrap;
    gap: 42px;
  }

  .tyl-el-profile-hero > .elementor-container,
  .tyl-el-profile-about > .elementor-container,
  .tyl-el-profile-reference > .elementor-container {
    flex-wrap: wrap;
    gap: 42px;
  }

  .tyl-el-profile-hero > .elementor-container > .elementor-column,
  .tyl-el-profile-about > .elementor-container > .elementor-column,
  .tyl-el-profile-reference > .elementor-container > .elementor-column {
    width: 100%;
  }

  .tyl-el-hero > .elementor-container > .elementor-column,
  .tyl-el-coverage > .elementor-container > .elementor-column,
  .tyl-el-promise > .elementor-container > .elementor-column,
  .tyl-el-contact > .elementor-container > .elementor-column {
    width: 100%;
  }

  .tyl-el-process-grid > .elementor-container {
    flex-wrap: wrap;
  }

  .tyl-el-process-grid > .elementor-container > .elementor-column {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }
}

@media (max-width: 620px) {
  .tyl-el-hero,
  .tyl-el-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .tyl-el-hero {
    min-height: 0;
    padding-top: 116px;
    padding-bottom: 60px;
  }

  .tyl-el-profile-hero {
    min-height: 0;
    padding: 116px 14px 60px;
  }

  .tyl-el-profile-h1 .elementor-heading-title {
    font-size: clamp(2.5rem, 13vw, 3.5rem);
  }

  .tyl-el-profile-image img {
    height: 340px;
  }

  .tyl-el-corporate-card .elementor-image-box-img img {
    height: 102px;
  }

  .tyl-el-corporate-card .elementor-image-box-img {
    height: 170px;
    padding: 28px;
  }

  .tyl-el-site-alcantarillado-cl .tyl-el-corporate-card .elementor-image-box-img img,
  .tyl-el-site-techomania-cl .tyl-el-corporate-card .elementor-image-box-img img {
    height: 112px;
  }

  .tyl-el-h1 .elementor-heading-title {
    font-size: clamp(2.75rem, 14vw, 3.7rem);
  }

  .tyl-el-route {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 14px;
    border-left: 1px solid #bad0df;
  }

  .tyl-el-route i {
    display: none;
  }

  .tyl-el-actions > .elementor-container,
  .tyl-el-proof > .elementor-container,
  .tyl-el-service-row > .elementor-container,
  .tyl-el-process-grid > .elementor-container {
    display: block;
  }

  .tyl-el-actions > .elementor-container > .elementor-column,
  .tyl-el-proof > .elementor-container > .elementor-column,
  .tyl-el-service-row > .elementor-container > .elementor-column,
  .tyl-el-process-grid > .elementor-container > .elementor-column {
    width: 100%;
  }

  .tyl-el-actions .elementor-column + .elementor-column {
    margin-top: 10px;
  }

  .tyl-el-actions .elementor-button {
    width: 100%;
  }

  .tyl-el-proof > .elementor-container > .elementor-column {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    padding: 11px 0;
    border-right: 0;
    border-bottom: 1px solid #cad9e5;
  }

  .tyl-el-proof > .elementor-container > .elementor-column:last-child {
    border-bottom: 0;
  }

  .tyl-el-hero-image img {
    height: 350px;
  }

  .tyl-el-caption {
    position: static;
    margin-top: 10px;
  }

  .tyl-el-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .tyl-el-service-col + .tyl-el-service-col {
    margin-top: 16px;
  }

  .tyl-el-specialty-card > .elementor-widget-wrap {
    display: grid;
    grid-template-columns: 112px 1fr;
    padding: 0;
  }

  .tyl-el-specialty-image {
    grid-row: 1 / span 2;
    height: 100%;
  }

  .tyl-el-specialty-image .elementor-widget-container,
  .tyl-el-specialty-image img {
    height: 100%;
    min-height: 300px;
  }

  .tyl-el-specialty-title,
  .tyl-el-specialty-copy {
    padding-right: 17px;
    padding-left: 17px;
  }

  .tyl-el-specialty-title {
    padding-top: 18px;
  }

  .tyl-el-specialty-copy {
    padding-bottom: 18px;
  }

  .tyl-el-specialty-title .elementor-heading-title {
    font-size: 1rem;
  }

  .tyl-el-specialty-copy p,
  .tyl-el-specialty-list a {
    font-size: .78rem;
  }

  .tyl-el-service-card .elementor-widget-container {
    display: grid;
    grid-template-columns: 128px 1fr;
  }

  .tyl-el-service-card .elementor-image-box-wrapper {
    display: contents;
  }

  .tyl-el-service-card .elementor-image-box-img img {
    height: 100%;
    min-height: 190px;
  }

  .tyl-el-service-card .elementor-image-box-content {
    min-height: 190px;
    padding: 20px 17px;
    text-align: left;
  }

  .tyl-el-service-card .elementor-image-box-title {
    font-size: 1rem;
  }

  .tyl-el-service-card .elementor-image-box-description {
    font-size: .82rem;
  }

  .tyl-el-process-grid > .elementor-container > .elementor-column {
    min-height: 174px;
    border-right: 0;
  }

  .tyl-el-step-number .elementor-heading-title {
    margin-bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tyl-elementor-home *,
  .tyl-elementor-home *::before,
  .tyl-elementor-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
