.elementor-1752 .elementor-element.elementor-element-5d1fa36{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */@import url("https://fonts.cdnfonts.com/css/satoshi");

.vte-compare-page {
  --vte-text: #0b1110;
  --vte-muted: rgba(11, 17, 16, 0.58);
  --vte-line: rgba(11, 17, 16, 0.1);
  --vte-green: #3cf9a2;
  --vte-green-dark: #058a5f;
  --vte-font: "Satoshi", "Inter", "Segoe UI", Arial, sans-serif;
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
  background: #ffffff;
  color: var(--vte-text);
  font-family: var(--vte-font);
}

.vte-compare-page *,
.vte-compare-page *::before,
.vte-compare-page *::after {
  box-sizing: border-box;
}

.vte-compare-page a {
  color: inherit;
  text-decoration: none;
}

.vte-compare-page img {
  display: block;
  max-width: 100%;
}

.vte-compare-page button,
.vte-compare-page input {
  font: inherit;
}

/* MENU */

.vte-nav {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(11, 17, 16, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.vte-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 44px rgba(11, 17, 16, 0.06);
}

.vte-nav__inner {
  width: min(1500px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 28px;
}

.vte-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.vte-logo img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.vte-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 34px;
}

.vte-menu a {
  color: rgba(11, 17, 16, 0.68);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.025em;
  transition: color 0.2s ease;
}

.vte-menu a:hover {
  color: #050807;
}

.vte-nav__right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}

.vte-social {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #101010;
  font-size: 11px;
  font-weight: 850;
  background: rgba(11, 17, 16, 0.04);
  border: 1px solid rgba(11, 17, 16, 0.1);
}

.vte-nav-cta {
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--vte-green);
  color: #06100d;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 14px 36px rgba(60, 249, 162, 0.25);
}

.vte-nav-toggle {
  display: none;
}

/* COMPARE */

.vcp-compare {
  --bg: #ffffff;
  --text: #111111;
  --muted: rgba(17, 17, 17, 0.56);
  --line: rgba(17, 17, 17, 0.11);
  --line-strong: rgba(17, 17, 17, 0.18);
  --green: #3cf9a2;
  --green-dark: #058a5f;
  --black: #101010;
  --label-col: 260px;
  --product-col: minmax(320px, 1fr);

  width: 100%;
  background: #ffffff;
  color: var(--text);
  padding-top: 78px;
  overflow: hidden;
}

.vcp-shell {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
}

.vcp-shell--wide {
  width: min(1680px, calc(100% - 48px));
}

.vcp-hero {
  padding: 84px 0 44px;
  background:
    radial-gradient(circle at 12% 18%, rgba(60, 249, 162, 0.12), transparent 24%),
    linear-gradient(to right, rgba(16, 16, 16, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(16, 16, 16, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.vcp-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(60, 249, 162, 0.18);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.vcp-hero h1 {
  max-width: 980px;
  margin: 18px 0 0;
  font-size: clamp(44px, 5vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.07em;
  font-weight: 640;
}

.vcp-hero p {
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.vcp-table-section {
  padding: 20px 0 100px;
  background: #ffffff;
}

.vcp-topbar {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.vcp-topbar__left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.vcp-back {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: #f6f6f4;
  color: #111;
  display: grid;
  place-items: center;
  font-size: 22px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(18, 18, 18, 0.08);
}

.vcp-tabs {
  display: flex;
  align-items: center;
  gap: 28px;
}

.vcp-tabs button {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(18, 18, 18, 0.58);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.vcp-tabs button.is-active {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.vcp-toptools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vcp-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.vcp-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vcp-switch span {
  position: relative;
  width: 40px;
  height: 22px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.14);
  transition: background 0.22s ease;
}

.vcp-switch span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.22s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

.vcp-switch input:checked + span {
  background: #111;
}

.vcp-switch input:checked + span::after {
  transform: translateX(18px);
}

.vcp-switch em {
  font-style: normal;
  color: rgba(18, 18, 18, 0.65);
  font-size: 13px;
  font-weight: 700;
}

.vcp-reset {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.vcp-table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(18,18,18,.25) transparent;
}

.vcp-table-wrap::-webkit-scrollbar {
  height: 10px;
}

.vcp-table-wrap::-webkit-scrollbar-thumb {
  background: rgba(18,18,18,.2);
  border-radius: 999px;
}

.vcp-grid {
  width: 100%;
  min-width: 1180px;
}

.vcp-head,
.vcp-row {
  display: grid;
  grid-template-columns: var(--label-col) repeat(3, var(--product-col));
  gap: 0;
}

.vcp-head {
  position: sticky;
  top: 78px;
  z-index: 12;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.96) 76%, rgba(255,255,255,0) 100%);
  padding-bottom: 12px;
}

.vcp-label-head {
  position: sticky;
  left: 0;
  z-index: 13;
  padding: 24px 28px 24px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line-strong);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vcp-label-head strong {
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.vcp-label-head span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.vcp-product {
  position: relative;
  padding: 28px 28px 20px;
  border-bottom: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
  background: #ffffff;
  cursor: grab;
  transition: opacity .25s ease, transform .25s ease, background .25s ease;
}

.vcp-product.is-dragging {
  opacity: .45;
  transform: scale(.98);
}

.vcp-product.is-active {
  background: linear-gradient(180deg, rgba(60, 249, 162, 0.05), #ffffff 42%);
}

.vcp-drag {
  position: absolute;
  top: 10px;
  right: 22px;
  width: 28px;
  height: 16px;
  display: grid;
  place-items: center;
  background: transparent;
  color: rgba(18, 18, 18, 0.32);
  font-size: 0;
  pointer-events: none;
  opacity: 0.55;
}

.vcp-drag::before {
  content: "⋯";
  display: block;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
  transform: rotate(90deg);
}

.vcp-product:hover .vcp-drag {
  opacity: 1;
  color: rgba(18, 18, 18, 0.58);
}

.vcp-product-top {
  text-align: center;
  padding-top: 8px;
  min-height: 78px;
}

.vcp-product-top h3 {
  max-width: 270px;
  margin: 0 auto;
  color: #111;
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 760;
}

.vcp-product-top p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.vcp-product-image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 10px 18px;
}

.vcp-product-image img {
  max-width: 100%;
  max-height: 218px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(11, 17, 16, 0.08));
}

.vcp-product-mini {
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 8px;
}

.vcp-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  background: #101010;
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.vcp-order-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.vcp-order-buttons button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(18, 18, 18, 0.16);
  border-radius: 999px;
  background: transparent;
  color: #101010;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.vcp-order-buttons button:hover {
  background: #101010;
  color: #fff;
  border-color: #101010;
  transform: translateY(-1px);
}

.vcp-product:first-of-type .vcp-order-buttons button[data-move="left"],
.vcp-product:last-of-type .vcp-order-buttons button[data-move="right"] {
  opacity: 0.28;
  pointer-events: none;
}

.vcp-section-title {
  position: sticky;
  left: 0;
  z-index: 8;
  margin-top: 22px;
  padding: 16px 0 10px;
  color: rgba(18, 18, 18, 0.44);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border-bottom: 1px solid var(--line-strong);
  background: #ffffff;
  width: 100%;
}

.vcp-row {
  min-height: 68px;
}

.vcp-row.is-diff .vcp-cell {
  background: rgba(60, 249, 162, 0.08);
}

.vcp-hide-diff .vcp-row.is-diff .vcp-cell {
  background: transparent;
}

.vcp-row-label {
  position: sticky;
  left: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  padding: 16px 24px 16px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  color: rgba(18, 18, 18, 0.55);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.vcp-cell {
  display: flex;
  align-items: center;
  padding: 16px 28px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  color: #111;
  font-size: 13px;
  line-height: 1.5;
  background: #ffffff;
}

.vcp-yes,
.vcp-partial {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.vcp-yes::before,
.vcp-partial::before {
  content: "✓";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  flex: 0 0 auto;
  border: 1px solid #111;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}

.vcp-partial::before {
  content: "•";
}

.vcp-row--cta .vcp-cell {
  padding-top: 20px;
  padding-bottom: 20px;
}

.vcp-cell-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
}

/* FOOTER */

.vte-footer {
  position: relative;
  z-index: 7;
  padding: 90px 24px 28px;
  background:
    radial-gradient(circle at 15% 15%, rgba(60,249,162,0.22), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(24,207,194,0.14), transparent 34%),
    linear-gradient(135deg, #f2fff8, #ffffff 48%, #eafff7);
  color: #101010;
  overflow: hidden;
}

.vte-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(16,16,16,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,16,16,0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.vte-footer__inner {
  position: relative;
  z-index: 2;
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 76px;
}

.vte-footer-logo img {
  width: 148px;
}

.vte-footer p {
  max-width: 430px;
  margin: 22px 0 0;
  color: rgba(16,16,16,0.62);
  line-height: 1.6;
}

.vte-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.vte-footer__cols h3 {
  margin: 0 0 18px;
  color: rgba(16,16,16,0.92);
  font-size: 13px;
}

.vte-footer__cols a {
  display: block;
  margin-top: 11px;
  color: rgba(16,16,16,0.58);
  font-size: 13px;
}

.vte-footer__bottom {
  position: relative;
  z-index: 2;
  width: min(1500px, 100%);
  min-height: 58px;
  margin: 72px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(16,16,16,0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(16,16,16,0.48);
  font-size: 12px;
}

.vte-footer__bottom a {
  font-weight: 750;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .vte-nav__inner {
    grid-template-columns: 170px 1fr auto;
  }

  .vte-logo img {
    width: 132px;
  }

  .vte-menu {
    gap: 20px;
  }

  .vte-menu a {
    font-size: 13px;
  }

  .vcp-compare {
    --label-col: 220px;
  }

  .vcp-shell,
  .vcp-shell--wide,
  .vte-nav__inner {
    width: min(100% - 32px, 1500px);
  }

  .vte-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .vte-nav__inner {
    position: relative;
    grid-template-columns: 1fr auto;
    min-height: 68px;
  }

  .vte-nav__right {
    display: none;
  }

  .vte-nav-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(11,17,16,0.1);
    border-radius: 999px;
    background: rgba(255,255,255,0.8);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .vte-nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #101010;
    transition: transform 0.2s ease;
  }

  .vte-nav-toggle.is-open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .vte-nav-toggle.is-open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .vte-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    display: none;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(11,17,16,0.08);
    box-shadow: 0 24px 70px rgba(11,17,16,0.1);
  }

  .vte-menu.is-open {
    display: grid;
  }

  .vte-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .vcp-hero {
    padding: 62px 0 34px;
  }

  .vcp-hero h1 {
    font-size: clamp(38px, 8vw, 58px);
  }

  .vcp-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .vcp-topbar__left {
    align-items: flex-start;
    flex-direction: column;
  }

  .vcp-tabs {
    flex-wrap: wrap;
    gap: 16px;
  }

  .vcp-toptools {
    flex-wrap: wrap;
  }

  .vcp-compare {
    --label-col: 180px;
    --product-col: minmax(270px, 1fr);
  }

  .vcp-grid {
    min-width: 1020px;
  }

  .vcp-product {
    padding-inline: 18px;
  }

  .vcp-product-top h3 {
    font-size: 21px;
  }

  .vcp-product-image {
    height: 205px;
  }

  .vcp-product-image img {
    max-height: 174px;
  }

  .vte-footer__cols {
    grid-template-columns: 1fr;
  }

  .vte-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .vcp-shell,
  .vcp-shell--wide,
  .vte-nav__inner {
    width: min(100% - 28px, 1500px);
  }

  .vcp-compare {
    --label-col: 150px;
    --product-col: minmax(235px, 1fr);
  }

  .vcp-grid {
    min-width: 855px;
  }

  .vcp-hero h1 {
    font-size: 36px;
    letter-spacing: -0.055em;
  }

  .vcp-hero p {
    font-size: 14px;
  }

  .vcp-drag {
    display: none;
  }

  .vcp-product-top {
    min-height: 68px;
  }

  .vcp-product-top h3 {
    font-size: 19px;
  }

  .vcp-product-mini {
    flex-direction: column;
    align-items: flex-start;
  }

  .vcp-row-label,
  .vcp-cell {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}/* End custom CSS */