/**
 * ELPH Guard About Us page
 * Scope: WordPress page ID 4400 only.
 * Elementor owns every outer container's width and max-width. This file only
 * styles the HTML module inside each container.
 */

body.page-id-4400 {
  --eg-about-ink: #132b35;
  --eg-about-body: #536b75;
  --eg-about-muted: #7b8d94;
  --eg-about-teal: #0789a8;
  --eg-about-orange: #ef8125;
  --eg-about-soft: #f3f7f8;
  --eg-about-warm: #f8f6f2;
  --eg-about-section-space: clamp(72px, 6.7vw, 96px);
  --eg-about-section-space-compact: clamp(56px, 5.5vw, 80px);
}

.page-id-4400 .elementor-widget-html,
.page-id-4400 .elementor-widget-html > .elementor-widget-container,
.page-id-4400 .eg-about-module {
  width: 100%;
}

.page-id-4400 .eg-about-module,
.page-id-4400 .eg-about-module * {
  box-sizing: border-box;
}

.page-id-4400 .eg-about-module {
  color: var(--eg-about-ink);
}

.page-id-4400 .eg-about-module img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-id-4400 .eg-about-module h1,
.page-id-4400 .eg-about-module h2,
.page-id-4400 .eg-about-module h3,
.page-id-4400 .eg-about-module p,
.page-id-4400 .eg-about-module figure {
  margin-top: 0;
}

.page-id-4400 .eg-about-module h1,
.page-id-4400 .eg-about-module h2,
.page-id-4400 .eg-about-module h3 {
  color: var(--eg-about-ink);
  font-family: inherit;
  text-wrap: balance;
}

.page-id-4400 .eg-about-eyebrow,
.page-id-4400 .eg-about-section-label {
  margin-bottom: 22px;
  color: var(--eg-about-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.page-id-4400 .eg-about-module h2 {
  margin-bottom: 28px;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -.042em;
  line-height: 1.12;
}

.page-id-4400 .eg-about-module p {
  color: var(--eg-about-body);
  font-size: 16px;
  line-height: 1.8;
}

.page-id-4400 .eg-about-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .2s ease, color .2s ease;
}

.page-id-4400 .eg-about-button span,
.page-id-4400 .eg-about-text-link span,
.page-id-4400 .eg-about-details__links i,
.page-id-4400 .eg-about-proof__links i {
  display: inline-block;
  font-style: normal;
  transition: transform .2s ease;
}

.page-id-4400 .eg-about-button:hover span,
.page-id-4400 .eg-about-text-link:hover span,
.page-id-4400 .eg-about-details__links a:hover i,
.page-id-4400 .eg-about-proof__links a:hover i {
  transform: translateX(3px);
}

.page-id-4400 .eg-about-button--primary {
  background: var(--eg-about-orange);
  color: #fff;
}

.page-id-4400 .eg-about-button--primary:hover {
  background: #d86e18;
  color: #fff;
}

.page-id-4400 .eg-about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--eg-about-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

/* 01 — Hero */
.page-id-4400 .eg-about-hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(400px, .78fr);
  align-items: center;
  gap: clamp(54px, 7vw, 120px);
  padding: clamp(48px, 4.5vw, 64px) 0 0;
}

.page-id-4400 .eg-about-hero h1 {
  margin-bottom: 28px;
  color: var(--eg-about-ink);
  font-size: clamp(46px, 5.2vw, 78px);
  font-weight: 700;
  letter-spacing: -.052em;
  line-height: 1.03;
}

.page-id-4400 .eg-about-lead {
  margin-bottom: 36px;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.75;
}

.page-id-4400 .eg-about-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.page-id-4400 .eg-about-hero__media {
  position: relative;
  height: 610px;
  margin-bottom: 0;
}

.page-id-4400 .eg-about-hero__media img {
  object-position: 50% 52%;
}

.page-id-4400 .eg-about-hero__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 16px 20px;
  background: rgba(5, 40, 53, .9);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  line-height: 1.5;
}

/* 02 — Key data */
.page-id-4400 .eg-about-metrics {
  padding: 40px clamp(20px, 4vw, 64px);
  background: var(--eg-about-soft);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.page-id-4400 .eg-about-metric strong,
.page-id-4400 .eg-about-metric span {
  display: block;
}

.page-id-4400 .eg-about-metric strong {
  margin-bottom: 8px;
  color: var(--eg-about-ink);
  font-size: clamp(27px, 2.8vw, 42px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1;
}

.page-id-4400 .eg-about-metric span {
  color: var(--eg-about-body);
  font-size: 13px;
}

/* 03 — Company overview */
.page-id-4400 .eg-about-overview {
  padding: var(--eg-about-section-space) 0;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  align-items: start;
  gap: clamp(54px, 9vw, 150px);
}

.page-id-4400 .eg-about-overview__intro h2 {
  margin-bottom: 0;
}

.page-id-4400 .eg-about-copy p + p {
  margin-top: 22px;
}

/* 04 — Image story */
.page-id-4400 .eg-about-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: var(--eg-about-section-space) 0 0;
}

.page-id-4400 .eg-about-gallery__heading {
  grid-column: 1 / 3;
  padding: 0 20px 22px;
}

.page-id-4400 .eg-about-gallery__wide {
  grid-column: 1 / -1;
  height: 340px;
}

.page-id-4400 .eg-about-gallery__detail,
.page-id-4400 .eg-about-gallery__use {
  height: 420px;
}

.page-id-4400 .eg-about-gallery__detail {
  grid-column: 1;
}

.page-id-4400 .eg-about-gallery__use {
  grid-column: 2;
}

.page-id-4400 .eg-about-gallery figure {
  margin-bottom: 0;
  overflow: hidden;
}

.page-id-4400 .eg-about-gallery__wide img { object-position: center 45%; }
.page-id-4400 .eg-about-gallery__detail img { object-position: center 48%; }
.page-id-4400 .eg-about-gallery__use img { object-position: 51% center; }

/* 05 — Manufacturing */
.page-id-4400 .eg-about-split {
  padding: var(--eg-about-section-space) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.page-id-4400 .eg-about-split__media {
  height: auto;
  aspect-ratio: 760 / 520;
}

.page-id-4400 .eg-about-split__media img {
  object-position: 65% center;
}

.page-id-4400 .eg-about-check-list {
  list-style: none;
  margin: 30px 0 34px;
  padding: 0;
  display: grid;
  gap: 14px;
  color: var(--eg-about-ink);
  font-size: 14px;
  font-weight: 700;
}

.page-id-4400 .eg-about-check-list li {
  display: flex;
  align-items: center;
  gap: 13px;
}

.page-id-4400 .eg-about-check-list li span {
  color: var(--eg-about-teal);
  font-size: 17px;
}

/* 06 — Quality control */
.page-id-4400 .eg-about-quality {
  padding: var(--eg-about-section-space-compact) clamp(20px, 5vw, 72px);
  background: var(--eg-about-warm);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  align-items: stretch;
  gap: clamp(54px, 8vw, 120px);
}

.page-id-4400 .eg-about-quality__copy {
  align-self: center;
}

.page-id-4400 .eg-about-quality__media {
  min-height: 0;
  aspect-ratio: 560 / 720;
}

.page-id-4400 .eg-about-quality__media img {
  object-position: 52% center;
}

.page-id-4400 .eg-about-quality__points {
  margin: 38px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.page-id-4400 .eg-about-point-icon {
  display: block;
  margin-bottom: 17px;
  color: var(--eg-about-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.page-id-4400 .eg-about-quality__points h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.page-id-4400 .eg-about-quality__points p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.65;
}

/* 07 — Service process */
.page-id-4400 .eg-about-process {
  padding: var(--eg-about-section-space) 0;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(50px, 7vw, 112px);
}

.page-id-4400 .eg-about-process__heading h2 {
  font-size: clamp(34px, 3.8vw, 52px);
}

.page-id-4400 .eg-about-process__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(22px, 3vw, 42px);
}

.page-id-4400 .eg-about-process__list > li > span {
  display: block;
  margin-bottom: 28px;
  color: var(--eg-about-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.page-id-4400 .eg-about-process__list h3 {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.page-id-4400 .eg-about-process__list p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}

/* 08 — Certifications and exhibitions preview */
.page-id-4400 .eg-about-proof {
  min-height: 520px;
  background: #0d3341;
  color: #fff;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
}

.page-id-4400 .eg-about-proof__image {
  min-height: 520px;
  background: #fff;
}

.page-id-4400 .eg-about-proof__copy {
  align-self: center;
  padding: clamp(48px, 5vw, 72px);
}

.page-id-4400 .eg-about-proof__copy .eg-about-eyebrow {
  color: #6ecce2;
}

.page-id-4400 .eg-about-proof__copy h2 {
  color: #fff;
  font-size: clamp(32px, 3.5vw, 50px);
}

.page-id-4400 .eg-about-proof__copy > p {
  color: rgba(255, 255, 255, .7);
}

.page-id-4400 .eg-about-proof__links {
  margin-top: 32px;
}

.page-id-4400 .eg-about-proof__links a {
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.page-id-4400 .eg-about-proof__links a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.page-id-4400 .eg-about-proof__links strong,
.page-id-4400 .eg-about-proof__links small {
  display: block;
}

.page-id-4400 .eg-about-proof__links strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
}

.page-id-4400 .eg-about-proof__links small {
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
}

/* 09 — Detail page links */
.page-id-4400 .eg-about-details {
  padding: var(--eg-about-section-space) 0;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: clamp(50px, 9vw, 140px);
}

.page-id-4400 .eg-about-details__heading h2 {
  font-size: clamp(34px, 3.8vw, 52px);
}

.page-id-4400 .eg-about-details__links a {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  align-items: center;
  gap: 22px;
  padding: 27px 0;
  border-top: 1px solid #dfe7e9;
}

.page-id-4400 .eg-about-details__links a:last-child {
  border-bottom: 1px solid #dfe7e9;
}

.page-id-4400 .eg-about-details__index {
  color: var(--eg-about-orange);
  font-size: 12px;
  font-weight: 700;
}

.page-id-4400 .eg-about-details__links strong,
.page-id-4400 .eg-about-details__links small {
  display: block;
}

.page-id-4400 .eg-about-details__links strong {
  margin-bottom: 7px;
  color: var(--eg-about-ink);
  font-size: 18px;
}

.page-id-4400 .eg-about-details__links small {
  color: var(--eg-about-body);
  font-size: 13px;
  line-height: 1.5;
}

/* 10 — Contact CTA */
.page-id-4400 .eg-about-cta {
  margin-bottom: 28px;
  padding: clamp(45px, 5vw, 72px);
  border-top: 1px solid #fff;
  background: var(--eg-about-teal);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}

.page-id-4400 .eg-about-cta .eg-about-eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .67);
}

.page-id-4400 .eg-about-cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 48px);
}

.page-id-4400 .eg-about-cta p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .74);
}

.page-id-4400 .eg-about-button--light {
  background: #fff;
  color: var(--eg-about-ink);
}

.page-id-4400 .eg-about-button--light:hover {
  background: #eff7f8;
  color: var(--eg-about-ink);
}

/* Progressive enhancement: below-the-fold modules only. */
.eg-about-motion .page-id-4400 [data-eg-about-reveal]:not(.eg-about-hero) {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.eg-about-motion .page-id-4400 [data-eg-about-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .page-id-4400 .eg-about-hero {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr);
    gap: 50px;
  }

  .page-id-4400 .eg-about-overview,
  .page-id-4400 .eg-about-process,
  .page-id-4400 .eg-about-details {
    grid-template-columns: 1fr;
  }

  .page-id-4400 .eg-about-quality__points {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-id-4400 .eg-about-quality__points > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 14px;
  }

  .page-id-4400 .eg-about-point-icon {
    grid-row: 1 / 3;
  }

  .page-id-4400 .eg-about-process__list {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    overflow-x: auto;
    padding-bottom: 12px;
  }
}

@media (max-width: 900px) {
  body.page-id-4400 {
    --eg-about-section-space: 72px;
    --eg-about-section-space-compact: 60px;
  }

  .page-id-4400 .eg-about-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 48px 0 0;
  }

  .page-id-4400 .eg-about-hero__media {
    height: min(72vw, 540px);
  }

  .page-id-4400 .eg-about-metrics {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 34px;
  }

  .page-id-4400 .eg-about-overview__content,
  .page-id-4400 .eg-about-split,
  .page-id-4400 .eg-about-quality,
  .page-id-4400 .eg-about-proof {
    grid-template-columns: 1fr;
  }

  .page-id-4400 .eg-about-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .page-id-4400 .eg-about-gallery__heading,
  .page-id-4400 .eg-about-gallery__wide {
    grid-column: 1 / 3;
  }

  .page-id-4400 .eg-about-gallery__detail { grid-column: 1; }
  .page-id-4400 .eg-about-gallery__use { grid-column: 2; }
  .page-id-4400 .eg-about-gallery__detail,
  .page-id-4400 .eg-about-gallery__use { height: 330px; }
  .page-id-4400 .eg-about-quality__media { min-height: 0; }
  .page-id-4400 .eg-about-proof__image { min-height: 280px; }
  .page-id-4400 .eg-about-proof__copy { padding: 62px 34px; }
}

@media (max-width: 620px) {
  body.page-id-4400 {
    --eg-about-section-space: 56px;
    --eg-about-section-space-compact: 48px;
  }

  .page-id-4400 .elementor-element.elementor-element-ab01010 {
    --margin-top: 0px;
    margin-top: 0;
  }

  .page-id-4400 .eg-about-hero {
    padding-top: 34px;
    gap: 32px;
  }

  .page-id-4400 .eg-about-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(38px, 11vw, 48px);
  }

  .page-id-4400 .eg-about-lead {
    margin-bottom: 28px;
    line-height: 1.65;
  }

  .page-id-4400 .eg-about-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  /* Align the visible text, rather than the outer edge of the filled button. */
  .page-id-4400 .eg-about-actions .eg-about-text-link {
    margin-left: 22px;
  }

  .page-id-4400 .eg-about-hero__media {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .page-id-4400 .eg-about-hero__media figcaption {
    display: none;
  }

  .page-id-4400 .eg-about-metrics {
    padding: 28px 18px;
    gap: 24px 14px;
  }

  .page-id-4400 .eg-about-metric strong { font-size: 28px; }
  .page-id-4400 .eg-about-metric span { line-height: 1.45; }
  .page-id-4400 .eg-about-overview { gap: 28px; }

  .page-id-4400 .eg-about-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: var(--eg-about-section-space) 0 0;
  }

  .page-id-4400 .eg-about-gallery__heading {
    grid-column: 1 / -1;
    padding: 0 20px 12px;
  }

  .page-id-4400 .eg-about-gallery figure {
    height: 220px;
    margin-bottom: 0;
  }

  .page-id-4400 .eg-about-gallery .eg-about-gallery__wide {
    grid-column: 1 / -1;
    height: 160px;
  }

  .page-id-4400 .eg-about-gallery__detail { grid-column: 1; }
  .page-id-4400 .eg-about-gallery__use { grid-column: 2; }

  .page-id-4400 .eg-about-split {
    gap: 32px;
  }

  /* Break up the mobile image wall by placing the manufacturing image
     between its heading and supporting copy. Desktop/tablet stay unchanged. */
  .page-id-4400 .eg-about-manufacturing {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .page-id-4400 .eg-about-manufacturing .eg-about-split__copy {
    display: contents;
  }

  .page-id-4400 .eg-about-manufacturing .eg-about-eyebrow { order: 1; }
  .page-id-4400 .eg-about-manufacturing h2 { order: 2; }

  .page-id-4400 .eg-about-manufacturing .eg-about-split__media {
    order: 3;
    aspect-ratio: 8 / 5;
    margin-bottom: 28px;
  }

  .page-id-4400 .eg-about-manufacturing .eg-about-split__copy > p:not(.eg-about-eyebrow) {
    order: 4;
  }

  .page-id-4400 .eg-about-manufacturing .eg-about-check-list { order: 5; }

  .page-id-4400 .eg-about-manufacturing .eg-about-text-link {
    order: 6;
    align-self: flex-start;
  }

  .page-id-4400 .eg-about-manufacturing .eg-about-check-list {
    margin: 20px 0 24px;
    gap: 10px;
    line-height: 1.45;
  }

  .page-id-4400 .eg-about-manufacturing .eg-about-check-list li {
    align-items: flex-start;
    gap: 10px;
  }

  .page-id-4400 .eg-about-split__media { height: auto; }
  .page-id-4400 .eg-about-split__media img { object-position: 69% center; }

  .page-id-4400 .eg-about-quality {
    padding: 74px 20px 20px;
  }

  .page-id-4400 .eg-about-quality__media { min-height: 0; }

  .page-id-4400 .eg-about-process__list {
    order: 3;
    width: 100vw;
    max-width: none;
    margin: 0 0 26px calc(50% - 50vw);
    padding: 0 20px 12px;
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 24px) / 2.5);
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-left: 20px;
    scroll-snap-type: inline proximity;
    scrollbar-width: thin;
    scrollbar-color: #c8d4d8 transparent;
  }

  .page-id-4400 .eg-about-process__list::-webkit-scrollbar {
    height: 4px;
  }

  .page-id-4400 .eg-about-process__list::-webkit-scrollbar-thumb {
    background: #c8d4d8;
  }

  .page-id-4400 .eg-about-process {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .page-id-4400 .eg-about-process__heading {
    display: contents;
  }

  .page-id-4400 .eg-about-process__heading .eg-about-eyebrow { order: 1; }

  .page-id-4400 .eg-about-process__heading h2 {
    order: 2;
    margin-bottom: 30px;
  }

  .page-id-4400 .eg-about-process__heading .eg-about-text-link {
    order: 4;
    align-self: flex-start;
  }

  .page-id-4400 .eg-about-process__list li {
    min-width: 0;
    display: block;
    padding-right: 4px;
    scroll-snap-align: start;
  }

  .page-id-4400 .eg-about-process__list > li > span {
    grid-row: auto;
    margin-bottom: 16px;
  }

  .page-id-4400 .eg-about-process__list h3 { margin-bottom: 7px; }
  .page-id-4400 .eg-about-proof { min-height: 0; }
  .page-id-4400 .eg-about-proof__image {
    min-height: 0;
    height: 180px;
  }
  .page-id-4400 .eg-about-proof__copy { padding: 44px 20px; }

  .page-id-4400 .eg-about-details__links a {
    grid-template-columns: 30px 1fr 18px;
    gap: 14px;
  }

  .page-id-4400 .eg-about-cta {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    gap: 24px;
    padding: 40px 20px;
  }

  .page-id-4400 .eg-about-cta .eg-about-button {
    width: fit-content;
  }

  /* Full-bleed media and colored surfaces on phones. Text-bearing sections
     retain their own inner padding so content never touches the viewport edge. */
  .page-id-4400 .eg-about-hero,
  .page-id-4400 .eg-about-hero__media,
  .page-id-4400 .eg-about-metrics,
  .page-id-4400 .eg-about-gallery,
  .page-id-4400 .eg-about-manufacturing .eg-about-split__media,
  .page-id-4400 .eg-about-quality,
  .page-id-4400 .eg-about-proof,
  .page-id-4400 .eg-about-cta {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .page-id-4400 .eg-about-hero__copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-id-4400 .eg-about-hero__media {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eg-about-motion .page-id-4400 [data-eg-about-reveal]:not(.eg-about-hero) {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
