/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .table {
    display: table;
  }
}
:root {
  --blue: #087ff0;
  --navy: #0878df;
  --ink: #1b222d;
  --muted: #667085;
  --pale: #f3f8fc;
  --line: #dceaf5;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans',Arial,sans-serif;
  background: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: min(1120px,calc(100% - 40px));
  margin: auto;
}
.section {
  padding: 104px 0;
}
.alt {
  background: var(--pale);
}
.siteHeader {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 81px;
  display: flex;
  align-items: center;
  padding: 0 max(24px,calc((100vw - 1120px)/2));
  gap: 28px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(12,38,70,.08);
}
.brand {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #10243f;
  white-space: nowrap;
}
.brand span {
  color: var(--blue);
}
nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  color: #536071;
}
nav a:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 22px;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: .2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(19,98,195,.25);
}
.headerCta {
  padding: 12px 18px;
}
.mobileMenu {
  display: none;
}
.hero {
  min-height: 720px;
  padding-top: 81px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 74% 40%,rgba(31,124,239,.3),transparent 25%),linear-gradient(105deg,#061b38 12%,#0a2d59 60%,#0c3569);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,16,34,.15),transparent),repeating-linear-gradient(90deg,transparent 0 119px,rgba(255,255,255,.025) 120px),repeating-linear-gradient(0deg,transparent 0 119px,rgba(255,255,255,.025) 120px);
}
.heroContent {
  position: relative;
  z-index: 2;
  padding-top: 118px;
}
.eyebrow {
  display: inline-flex;
  color: var(--blue);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.eyebrow.light {
  color: #70b5ff;
}
.hero h1 {
  font-size: clamp(44px,6vw,72px);
  line-height: 1.04;
  letter-spacing: -3px;
  max-width: 760px;
  margin: 0 0 24px;
  font-weight: 800;
}
.heroContent>p {
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255,255,255,.78);
  max-width: 690px;
  margin: 0 0 34px;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ghost {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.32);
}
.proofBar {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 46px;
  padding: 24px;
  background: rgba(3,18,40,.72);
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
}
.proofBar span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #68abfa;
}
.proofBar b {
  color: #fff;
}
.mapGlow {
  position: absolute;
  right: 4%;
  top: 21%;
  width: 420px;
  height: 360px;
  border: 1px solid rgba(79,165,255,.16);
  transform: rotate(-8deg);
  background: radial-gradient(circle at 60% 50%,rgba(29,126,242,.22),transparent 42%),repeating-linear-gradient(25deg,transparent 0 42px,rgba(91,166,255,.08) 43px 44px);
}
.mapGlow i {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #5aa9ff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(49,137,246,.12);
}
.mapGlow i:nth-child(1) {
  left: 80px;
  top: 80px;
}
.mapGlow i:nth-child(2) {
  left: 260px;
  top: 50px;
}
.mapGlow i:nth-child(3) {
  left: 190px;
  top: 220px;
}
.mapGlow i:nth-child(4) {
  left: 330px;
  top: 270px;
}
.split {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 80px;
  align-items: center;
}
h2 {
  font-size: clamp(32px,4vw,45px);
  line-height: 1.16;
  letter-spacing: -1.8px;
  margin: 0 0 24px;
}
h3 {
  font-size: 19px;
  line-height: 1.35;
  margin: 0 0 12px;
}
.about p,.sectionHead p,.cards p,.differenceGrid p,.case p {
  color: var(--muted);
  line-height: 1.75;
}
.tagRow {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.tagRow span {
  padding: 9px 12px;
  background: #edf5ff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  border-radius: 8px;
}
.territoryCard {
  height: 450px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  padding: 50px;
  background: linear-gradient(140deg,#0b2d59,#07182f);
  color: #fff;
  box-shadow: 0 30px 70px rgba(6,28,56,.2);
}
.gridMap {
  position: absolute;
  inset: 0;
  opacity: .45;
  background: repeating-linear-gradient(40deg,transparent 0 42px,rgba(91,166,255,.16) 43px 44px),radial-gradient(circle at center,rgba(19,98,195,.5),transparent 48%);
}
.territoryCard strong {
  position: absolute;
  bottom: 70px;
  left: 42px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -1px;
}
.territoryCard p {
  position: absolute;
  bottom: 26px;
  left: 42px;
  color: #9bb7d5;
  font-size: 12px;
}
.yearBadge {
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}
.pin {
  position: absolute;
  color: #5dadff;
  font-size: 25px;
  text-shadow: 0 0 18px #288cff;
}
.p1 {
  left: 25%;
  top: 22%;
}
.p2 {
  right: 20%;
  top: 35%;
}
.p3 {
  left: 55%;
  top: 48%;
}
.sectionHead {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 54px;
}
.sectionHead p {
  margin: 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.cards article {
  background: #fff;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: .25s;
}
.cards article:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(22,50,83,.08);
  border-color: #c8daf0;
}
.icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 20px;
  margin-bottom: 24px;
}
.cards p {
  font-size: 14px;
}
.cards a {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.politicalSection {
  color: #fff;
  background: linear-gradient(135deg,#0878df 0%,#039ee9 100%);
  position: relative;
  overflow: hidden;
}
.politicalSection:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 12%,rgba(0,238,255,.24),transparent 30%),repeating-linear-gradient(90deg,transparent 0 119px,rgba(255,255,255,.045) 120px);
}
.politicalSection .container {
  position: relative;
}
.politicalIntro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 46px;
}
.politicalIntro h2 {
  margin: 0;
}
.politicalIntro p {
  color: rgba(255,255,255,.82);
  line-height: 1.75;
}
.publishCompare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.publishCompare article {
  padding: 28px;
  border-radius: 18px;
  background: rgba(0,66,153,.28);
  border: 1px solid rgba(255,255,255,.18);
}
.publishCompare article.paid {
  background: #fff;
  color: var(--ink);
}
.publishCompare span,.politicalCta span {
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 10px;
  font-weight: 800;
  color: #9bd8ff;
}
.publishCompare .paid span {
  color: var(--blue);
}
.publishCompare p,.politicalSteps p {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  line-height: 1.7;
}
.publishCompare .paid p {
  color: var(--muted);
}
.politicalSteps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.politicalSteps article {
  padding: 25px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 16px;
  background: rgba(3,83,172,.25);
}
.politicalSteps b {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #bce8ff;
  font-size: 11px;
}
.politicalCta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding: 25px 28px;
  border-radius: 18px;
  background: rgba(0,75,165,.34);
  border: 1px solid rgba(255,255,255,.2);
}
.politicalCta h3 {
  max-width: 650px;
  margin: 0;
}
.politicalCta .button {
  flex: 0 0 auto;
}
.method {
  background: var(--navy);
  color: #fff;
}
.method .sectionHead p,.steps p {
  color: #9bb0c7;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  overflow: hidden;
}
.steps article {
  padding: 32px 25px;
  background: #0b294f;
  position: relative;
}
.steps article>span {
  display: block;
  color: #5a9ce9;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 24px 0 10px;
}
.number {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 44px;
  color: rgba(255,255,255,.07);
}
.steps p {
  font-size: 13px;
  line-height: 1.7;
}
.result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 36px auto 0;
  padding: 18px 28px;
  max-width: 600px;
  border: 1px solid rgba(93,170,255,.35);
  border-radius: 12px;
  background: rgba(19,98,195,.15);
}
.result span {
  color: #69aeff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.result p {
  margin: 0;
}
.differenceGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 60px;
}
.differenceGrid article {
  display: flex;
  gap: 20px;
}
.differenceGrid article>span {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  height: 46px;
  border-radius: 50%;
  background: #edf5ff;
  color: var(--blue);
  font-size: 18px;
}
.differenceGrid p {
  font-size: 14px;
  margin: 0;
}
.cases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.case {
  min-height: 330px;
  border-radius: 20px;
  padding: 38px;
  background: #fff;
  border: 1px solid var(--line);
  position: relative;
}
.case>span {
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: var(--blue);
}
.case h3 {
  font-size: 25px;
  margin-top: 22px;
}
.quote {
  position: absolute;
  right: 30px;
  top: 18px;
  font-size: 90px;
  color: #e8f1fb;
  font-weight: 800;
}
.politics {
  background: linear-gradient(145deg,#0a2850,#06182f);
  color: #fff;
  border: 0;
}
.politics p {
  color: #aabed2;
}
.stats {
  display: flex;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.13);
  margin-top: 32px;
  padding-top: 26px;
}
.stats b {
  font-size: 25px;
  color: #6aafff;
}
.stats small {
  display: block;
  font-size: 9px;
  color: #9db1c7;
  text-transform: uppercase;
  margin-top: 5px;
}
.ctaSection {
  text-align: center;
  padding: 92px 0;
  background: linear-gradient(120deg,#1268cf,#0d4d9a);
  color: #fff;
}
.ctaSection h2 {
  max-width: 850px;
  margin: 0 auto 20px;
}
.ctaSection p {
  max-width: 690px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,.77);
  line-height: 1.7;
}
.ctaSection .actions {
  justify-content: center;
}
.white {
  background: #fff;
  color: var(--blue);
  border-color: #fff;
}
.outlineWhite {
  background: transparent;
  border-color: rgba(255,255,255,.48);
}
footer {
  background: #06162b;
  color: #9eb0c3;
  padding: 72px 0 0;
  font-size: 13px;
}
.footerGrid {
  display: grid;
  grid-template-columns: 1.6fr .7fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 58px;
}
.footerGrid p {
  line-height: 1.7;
}
.footerGrid h4 {
  color: #fff;
  font-size: 13px;
}
.footerGrid>div>a:not(.brand) {
  display: block;
  margin: 12px 0;
}
.footerBrand {
  display: inline-block;
  color: #fff;
  margin-bottom: 12px;
}
.copyright {
  border-top: 1px solid rgba(255,255,255,.09);
  padding: 22px;
  text-align: center;
  font-size: 11px;
}
.whatsapp {
  position: fixed;
  z-index: 60;
  right: 24px;
  bottom: 24px;
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  background: #26d367;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  box-shadow: 0 10px 30px rgba(14,111,52,.3);
}
@media (max-width:900px) {
  nav,.headerCta {
    display: none;
  }
  .siteHeader {
    justify-content: space-between;
  }
  .mobileMenu {
    display: block;
    position: relative;
  }
  .mobileMenu summary {
    font-size: 24px;
    list-style: none;
    color: var(--blue);
    cursor: pointer;
  }
  .mobileMenu div {
    position: absolute;
    right: 0;
    top: 38px;
    width: 220px;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,.14);
  }
  .mobileMenu a {
    display: block;
    padding: 11px;
  }
  .split,.cases,.politicalIntro {
    grid-template-columns: 1fr;
  }
  .cards {
    grid-template-columns: repeat(2,1fr);
  }
  .steps,.politicalSteps {
    grid-template-columns: repeat(2,1fr);
  }
  .footerGrid {
    grid-template-columns: 1fr 1fr;
  }
  .proofBar {
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .proofBar span {
    min-width: max-content;
  }
  .politicalIntro {
    gap: 22px;
  }
  .politicalCta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width:600px) {
  .container {
    width: min(100% - 28px,1120px);
  }
  .section {
    padding: 76px 0;
  }
  .hero {
    min-height: 700px;
  }
  .heroContent {
    padding-top: 90px;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .heroContent>p {
    font-size: 16px;
  }
  .actions .button {
    width: 100%;
  }
  .mapGlow {
    right: -220px;
    opacity: .7;
  }
  .cards,.steps,.differenceGrid,.footerGrid,.publishCompare,.politicalSteps {
    grid-template-columns: 1fr;
  }
  .split {
    gap: 45px;
  }
  .territoryCard {
    height: 380px;
    padding: 30px;
  }
  .differenceGrid {
    gap: 28px;
  }
  .proofBar {
    font-size: 11px;
  }
  .footerGrid {
    gap: 30px;
  }
  .stats {
    gap: 18px;
  }
  .ctaSection {
    padding: 72px 0;
  }
  .politicalCta {
    padding: 22px;
  }
  .politicalCta .button {
    width: 100%;
  }
}
.hero {
  background: radial-gradient(circle at 74% 40%,rgba(0,229,255,.38),transparent 27%),linear-gradient(105deg,#076fd0 8%,#078ff4 58%,#00aee9);
}
.hero:before {
  background: linear-gradient(90deg,rgba(0,74,159,.13),transparent),repeating-linear-gradient(90deg,transparent 0 119px,rgba(255,255,255,.055) 120px),repeating-linear-gradient(0deg,transparent 0 119px,rgba(255,255,255,.055) 120px);
}
.proofBar {
  background: rgba(0,91,188,.76);
}
.territoryCard {
  background: linear-gradient(140deg,#078af0,#00aee9);
  box-shadow: 0 30px 70px rgba(0,117,217,.22);
}
.method {
  background: linear-gradient(135deg,#0778df,#00a3e8);
}
.steps article {
  background: rgba(0,88,190,.42);
}
.politics {
  background: linear-gradient(145deg,#087fe8,#00a9e9);
}
.ctaSection {
  background: linear-gradient(120deg,#087ff0,#00b8e9);
}
footer {
  background: #075cae;
  color: #cfeaff;
}
.heroContent {
  padding-right: min(48vw,540px);
}
.hero h1 {
  max-width: 660px;
}
.heroContent>p {
  max-width: 610px;
}
.heroArt {
  position: absolute;
  z-index: 2;
  right: max(20px,calc((100vw - 1120px)/2));
  top: 185px;
  width: min(44vw,500px);
  aspect-ratio: 1.9/1;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0,70,160,.28);
  border: 1px solid rgba(255,255,255,.3);
}
.heroArt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero .mapGlow {
  display: none;
}
@media (max-width:900px) {
  .hero {
    min-height: 880px;
  }
  .heroContent {
    padding-right: 0;
    padding-top: 90px;
  }
  .heroArt {
    top: 535px;
    right: 5%;
    width: 90%;
    height: auto;
  }
}
@media (max-width:600px) {
  .hero {
    min-height: 830px;
  }
  .heroContent {
    padding-top: 76px;
  }
  .heroArt {
    top: 535px;
    right: 14px;
    width: calc(100% - 28px);
    height: auto;
    border-radius: 18px;
  }
}
.hero {
  min-height: auto;
  padding: 111px 0 60px;
  background: #f3f8fc;
}
.hero:before,.hero .mapGlow,.hero .heroContent,.hero .proofBar {
  display: none;
}
.heroArt {
  position: relative;
  inset: auto;
  display: block;
  width: min(1120px,calc(100% - 40px));
  height: auto;
  aspect-ratio: 1.9/1;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(0,104,205,.22);
  border: 0;
}
.heroArt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 30px;
}
@media (max-width:600px) {
  .hero {
    min-height: auto;
    padding: 101px 0 42px;
  }
  .heroArt {
    position: relative;
    inset: auto;
    width: calc(100% - 28px);
    height: auto;
    border-radius: 18px;
  }
  .heroArt img {
    border-radius: 18px;
  }
}
:root {
  --muted: #4f5d70;
}
.about p,.sectionHead p,.cards p,.differenceGrid p,.case p {
  font-size: 15px;
  line-height: 1.8;
}
.territoryCard p {
  color: #e8f5ff;
  font-size: 14px;
}
.method .sectionHead p {
  color: #f2f9ff;
  font-size: 16px;
}
.method .steps {
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.28);
}
.method .steps article {
  padding: 34px 25px;
  background: rgba(0,78,172,.42);
}
.method .steps article>span {
  color: #e0f2ff;
  font-size: 11px;
}
.method .steps h3 {
  font-size: 20px;
}
.method .steps p {
  color: #f0f8ff;
  font-size: 15px;
  line-height: 1.75;
}
.method .number {
  color: rgba(255,255,255,.18);
}
.method .result {
  border-color: rgba(255,255,255,.46);
  background: rgba(0,76,171,.34);
}
.method .result span {
  color: #e2f3ff;
}
.politics p {
  color: #f1f8ff;
  font-size: 16px;
}
.politics .stats {
  border-top-color: rgba(255,255,255,.3);
}
.politics .stats b {
  color: #b9e4ff;
  font-size: 27px;
}
.politics .stats small {
  color: #e4f3ff;
  font-size: 11px;
}
