:root {
  --ink: #08162c;
  --ink-soft: #20304a;
  --navy: #07152c;
  --navy-2: #0c2348;
  --blue: #2f78ff;
  --blue-light: #78a7ff;
  --paper: #f4f7fb;
  --white: #ffffff;
  --line: #d8e0ec;
  --muted: #63728a;
  --shadow: 0 28px 80px rgba(10, 30, 63, 0.14);
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 4px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--white);
  background: var(--blue);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(47, 120, 255, 0.55);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(7, 21, 44, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 82px;
  gap: 38px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
}

.brand-mark {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.brand-mark::after {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 50%;
  width: 2px;
  background: var(--blue);
  content: "";
}

.brand-mark span:first-child {
  transform: translateX(-1px);
}

.brand-mark span:last-child {
  transform: translateX(1px);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-copy small {
  margin-top: 6px;
  color: var(--blue-light);
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.34em;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 32px);
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.language-switch {
  display: flex;
  align-items: center;
  padding: 3px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.language-switch button {
  min-width: 32px;
  padding: 6px 5px;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease;
}

.language-switch button:hover {
  color: var(--white);
}

.language-switch button[aria-pressed="true"] {
  color: var(--white);
  background: var(--blue);
}

.header-phone {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 730px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-media,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("./assets/fiber-hero.webp");
  background-position: center;
  background-size: cover;
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 15, 34, 0.98) 0%, rgba(4, 15, 34, 0.93) 35%, rgba(5, 18, 41, 0.47) 63%, rgba(5, 18, 41, 0.18) 100%),
    linear-gradient(0deg, rgba(4, 14, 31, 0.75) 0%, transparent 35%);
}

.hero-grid {
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 670px) 1fr;
  align-items: end;
  min-height: 730px;
  padding-block: 105px 54px;
  gap: 70px;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  margin: 0 0 19px;
  color: #91b6ff;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.eyebrow.dark {
  color: var(--blue);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.25rem, 6.2vw, 5.45rem);
  font-weight: 700;
  letter-spacing: -0.056em;
  line-height: 0.99;
  text-wrap: balance;
}

.hero-lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 37px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 21px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, border 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.button-primary:hover {
  background: #4c8cff;
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.25);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-specs {
  align-self: end;
  display: grid;
  grid-template-columns: 1fr;
  min-width: 230px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(6, 21, 45, 0.7);
  backdrop-filter: blur(14px);
}

.hero-specs div {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
}

.hero-specs div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-specs span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.hero-specs strong {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.section {
  padding-block: 110px;
}

.intro-strip {
  padding-block: 34px;
  color: var(--white);
  background: var(--blue);
}

.property-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.property {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  padding: 4px 30px;
  gap: 14px;
}

.property:first-child {
  padding-left: 0;
}

.property + .property {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.property-index {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
}

.property strong {
  display: block;
  font-size: 15px;
}

.property p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.55;
}

.products-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  align-items: end;
  margin-bottom: 52px;
  gap: 80px;
}

.section-heading h2,
.applications-copy h2,
.company-title-block h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.5vw, 4.15rem);
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 1.06;
  text-wrap: balance;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(13, 31, 62, 0.04);
}

.product-card-featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  min-height: 535px;
  padding: 0;
  overflow: hidden;
}

.product-visual {
  min-height: 480px;
  background-position: center;
  background-size: cover;
}

.product-visual-fiber {
  background-image: url("./assets/fiber-bale.webp");
}

.product-content {
  display: flex;
  flex-direction: column;
  padding: 38px;
}

.product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 16px;
}

.product-code,
.product-state {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-code {
  color: var(--blue);
}

.product-state {
  padding: 5px 8px;
  color: var(--muted);
  background: var(--paper);
}

.product-card h3 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.55rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.product-card > p,
.product-content > p {
  max-width: 610px;
  margin: 20px 0 0;
  color: var(--muted);
}

.spec-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: auto 0 0;
  padding-top: 24px;
}

.spec-table.compact {
  grid-template-columns: 1fr;
}

.spec-table div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  gap: 18px;
}

.spec-table div:nth-child(odd):not(:last-child) {
  margin-right: 24px;
}

.spec-table dt {
  color: var(--muted);
  font-size: 12px;
}

.spec-table dd {
  margin: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  text-align: right;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 28px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.text-link::after {
  margin-left: 12px;
  content: "↗";
  font-size: 17px;
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translate(2px, -2px);
}

.product-card-dark {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  background-image: radial-gradient(circle at 90% 5%, rgba(47, 120, 255, 0.28), transparent 42%);
}

.product-card-dark .product-state {
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
}

.product-card-dark > p,
.product-card-dark .spec-table dt {
  color: rgba(255, 255, 255, 0.63);
}

.product-card-dark .spec-table div {
  border-color: rgba(255, 255, 255, 0.16);
}

.product-card-dark .text-link {
  color: #91b6ff;
}

.product-card-outline {
  background: transparent;
  border: 1px solid #aebed3;
  box-shadow: none;
}

.parameter-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: auto 0 0;
  padding: 26px 0 0;
  list-style: none;
  gap: 8px;
}

.parameter-list li {
  position: relative;
  padding: 10px 10px 10px 24px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.parameter-list li::before {
  position: absolute;
  top: 16px;
  left: 7px;
  width: 5px;
  height: 5px;
  background: var(--blue);
  content: "";
}

.applications-section {
  color: var(--white);
  background: var(--navy);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
}

.applications-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
  gap: 100px;
}

.applications-copy {
  position: sticky;
  top: 130px;
  align-self: start;
}

.applications-copy p:last-child {
  max-width: 510px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.applications-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.applications-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  gap: 22px;
}

.applications-list article > span {
  padding-top: 3px;
  color: #80aaff;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
}

.applications-list h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  letter-spacing: -0.035em;
}

.applications-list p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.company-section {
  background: var(--white);
}

.company-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 58px 100px;
}

.company-text {
  padding-top: 42px;
}

.company-text p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.company-text p + p {
  margin-top: 20px;
  color: var(--muted);
}

.process {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process li {
  min-height: 205px;
  padding: 25px 24px 30px;
}

.process li + li {
  border-left: 1px solid var(--line);
}

.process span {
  display: block;
  margin-bottom: 43px;
  color: var(--blue);
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
}

.process strong {
  display: block;
  font-size: 17px;
}

.process p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.contact-section {
  padding-block: 0;
  background: var(--white);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  padding: 80px;
  color: var(--white);
  background: var(--blue);
  gap: 90px;
}

.contact-copy p:last-child {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-copy .eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.contact-actions {
  display: grid;
  align-content: center;
  gap: 12px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 114px;
  padding: 22px 24px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-card:hover {
  color: var(--ink);
  background: var(--white);
  transform: translateX(4px);
}

.contact-card > span {
  grid-column: 1;
  font-size: 12px;
  opacity: 0.68;
}

.contact-card strong {
  grid-column: 1;
  margin-top: 4px;
  font-size: 17px;
}

.contact-card small {
  grid-row: 1 / 3;
  grid-column: 2;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
}

.contact-card::after {
  display: none;
}

.site-footer {
  padding-block: 78px 25px;
  color: var(--white);
  background: #030d20;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  padding-bottom: 58px;
  gap: 42px;
}

.brand-footer .brand-mark {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer-main p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.footer-contacts a {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.38);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.03em;
}

@media (max-width: 1080px) {
  .main-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: auto 1fr;
  }

  .header-actions {
    justify-self: end;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 34px;
  }

  .property {
    padding-inline: 20px;
  }

  .contact-panel {
    padding: 64px;
    gap: 50px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 34px, 720px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-copy {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: 740px;
  }

  .hero-media {
    background-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 15, 34, 0.97) 0%, rgba(4, 15, 34, 0.72) 75%, rgba(4, 15, 34, 0.35) 100%),
      linear-gradient(0deg, rgba(4, 14, 31, 0.92) 0%, transparent 55%);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-content: end;
    min-height: 740px;
    padding-block: 75px 34px;
  }

  .hero-copy {
    align-self: end;
  }

  .hero-specs {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-specs div + div {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .section {
    padding-block: 78px;
  }

  .property-row,
  .section-heading,
  .applications-layout,
  .company-grid,
  .contact-panel,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .property {
    padding: 17px 0;
  }

  .property + .property {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }

  .section-heading {
    gap: 24px;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-card-featured {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 360px;
  }

  .product-content {
    min-height: 490px;
  }

  .applications-layout {
    gap: 50px;
  }

  .applications-copy {
    position: static;
  }

  .company-grid {
    gap: 25px;
  }

  .company-text {
    padding-top: 0;
  }

  .process {
    grid-template-columns: repeat(2, 1fr);
  }

  .process li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .process li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .contact-panel {
    width: 100%;
    padding: 60px max(17px, calc((100vw - 720px) / 2));
    gap: 40px;
  }

  .footer-main {
    align-items: start;
    gap: 25px;
  }

  .footer-contacts {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100vw - 28px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .language-switch button {
    min-width: 30px;
    padding-inline: 3px;
  }

  .hero {
    min-height: 790px;
  }

  .hero-inner {
    min-height: 790px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-specs {
    grid-template-columns: 1fr;
  }

  .hero-specs div {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    padding: 13px 15px;
    gap: 16px;
  }

  .hero-specs div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .hero-specs strong {
    text-align: right;
  }

  .section {
    padding-block: 64px;
  }

  .section-heading h2,
  .applications-copy h2,
  .company-title-block h2,
  .contact-copy h2 {
    font-size: clamp(2rem, 10.8vw, 3rem);
  }

  .product-card,
  .product-content {
    min-height: 0;
    padding: 24px;
  }

  .product-visual {
    min-height: 280px;
  }

  .product-topline {
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .product-state {
    max-width: 150px;
    text-align: right;
  }

  .product-card h3 {
    font-size: 1.7rem;
  }

  .spec-table {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .spec-table div:nth-child(odd):not(:last-child) {
    margin-right: 0;
  }

  .parameter-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .applications-list article {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .company-text p {
    font-size: 16px;
  }

  .process {
    grid-template-columns: 1fr;
  }

  .process li,
  .process li:nth-child(3),
  .process li:nth-child(4) {
    min-height: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process li:first-child {
    border-top: 0;
  }

  .process span {
    margin-bottom: 22px;
  }

  .contact-panel {
    padding-block: 52px;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-card small {
    grid-row: auto;
    grid-column: 1;
    margin-top: 12px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
