/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Metropolis/Metropolis-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Metropolis/Metropolis-SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Metropolis/Metropolis-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Inter/Inter-UI-Regular.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-Regular.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/Inter/Inter-UI-Italic.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-Italic.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Inter/Inter-UI-Medium.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-Medium.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/Inter/Inter-UI-MediumItalic.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Inter/Inter-UI-SemiBold.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-SemiBold.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/Inter/Inter-UI-SemiBoldItalic.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Inter/Inter-UI-Bold.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-Bold.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/Inter/Inter-UI-BoldItalic.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Inter/Inter-UI-ExtraBold.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-ExtraBold.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/Inter/Inter-UI-ExtraBoldItalic.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-ExtraBoldItalic.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Inter/Inter-UI-Black.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-Black.woff") format("woff"); }

@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 900;
  src: url("/fonts/Inter/Inter-UI-BlackItalic.woff2") format("woff2"), url("/fonts/Inter/Inter-UI-BlackItalic.woff") format("woff"); }

@font-face {
  font-family: "Inter UI var";
  font-weight: 400 900;
  font-style: oblique 0deg 10deg;
  src: url("/fonts/Inter/Inter-UI.var.woff2") format("woff2-variations"), url("/fonts/Inter/Inter-UI.var.woff2") format("woff2"); }

@font-face {
  font-family: "Inter UI var alt";
  font-weight: 400 900;
  font-style: normal;
  src: url("/fonts/Inter/Inter-UI-upright.var.woff2") format("woff2 supports variations(gvar)"), url("/fonts/Inter/Inter-UI-upright.var.woff2") format("woff2-variations"), url("/fonts/Inter/Inter-UI-upright.var.woff2") format("woff2"); }

@font-face {
  font-family: "Inter UI var alt";
  font-weight: 400 900;
  font-style: italic;
  src: url("/fonts/Inter/Inter-UI-italic.var.woff2") format("woff2 supports variations(gvar)"), url("/fonts/Inter/Inter-UI-italic.var.woff2") format("woff2-variations"), url("/fonts/Inter/Inter-UI-italic.var.woff2") format("woff2"); }

* {
  box-sizing: border-box; }

body.fpn {
  --almost-black: #1a1a1c;
  --black: #000;
  --blue-30: #00b3f4;
  --blue-40: #0090ed;
  --blue-50: #0060df;
  --blue-80: #073072;
  --green-40: #54ffbd;
  --green-50: #3fe1b0;
  --grey-5: #f9f9fa;
  --grey-10: rgba(12, 12, 13, 0.1);
  --grey-20: rgba(12, 12, 13, 0.2);
  --grey-30: rgba(12, 12, 13, 0.4);
  --grey-40: rgba(12, 12, 13, 0.6);
  --grey-50: rgba(12, 12, 13, 0.8);
  --grey-80: rgba(255, 255, 255, 0.8);
  --purple-50: #9059ff;
  --purple-90: #321c64;
  --red-50: #ff4f5e;
  --violet-90: #2b1141;
  --white: #fff;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-12: rgba(255, 255, 255, 0.12);
  --white-20: rgba(255, 255, 255, 0.2);
  --white-80: rgba(255, 255, 255, 0.8);
  --blue3: #0060df;
  --blue4: #0250bb;
  --background-color: #09224a;
  --header-background-color: var(--background-color);
  --header-text-gradient: radial-gradient(
    100% 100% at 100% 0%,
    #0060df 0%,
    #3fe1b0 100%
  );
  --features-background-color: var(--blue-80);
  --firefox-gradient: linear-gradient(
    225deg,
    #ffa436 0%,
    #ff4f5e 31.77%,
    #ff298a 66.15%,
    #9059ff 100%
  );
  --nav-browser-gradient: radial-gradient(
    100% 100% at 100% 0%,
    #0060df 0%,
    #3fe1b0 100%
  );
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
  font-family: "Inter UI", -apple-system, blinkmacsystemfont, "Segoe UI", "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
  width: 100vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sp-page-container h1,
.sp-page-container h2,
.sp-page-container h3,
.sp-page-container h4,
.sp-page-container h5 {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  margin: 0; }

.sp-page-container p {
  margin: 0; }
  .sp-page-container p a {
    text-decoration: underline; }

.sp-page-container a {
  color: var(--white);
  font-family: "Metropolis", sans-serif;
  font-weight: 600;
  text-decoration: none; }

.sp-page-container main {
  font-size: 25px;
  min-height: calc(100vh - 160px); }
  @media (max-width: 675px) {
    .sp-page-container main {
      padding: 0 0 64px; } }

.sp-page-container .unavailable-info {
  background: url("/images/icon-info.svg") no-repeat 32px center;
  border: solid 2px var(--white-12);
  border-radius: 16px;
  display: inline-block;
  padding: 32px 32px 32px 72px;
  text-align: left; }
  .sp-page-container .unavailable-info p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 !important;
    padding: 0; }
    @media (max-width: 675px) {
      .sp-page-container .unavailable-info p {
        font-size: 13px;
        line-height: 21px; } }

.sp-page-container .more-info,
.sp-page-container .more-info.text-block {
  padding-top: 128px; }
  @media (max-width: 675px) {
    .sp-page-container .more-info,
    .sp-page-container .more-info.text-block {
      padding-top: 64px; } }
  .sp-page-container .more-info h2,
  .sp-page-container .more-info.text-block h2 {
    color: var(--white);
    font-size: 48px;
    line-height: 52px; }
    @media (max-width: 675px) {
      .sp-page-container .more-info h2,
      .sp-page-container .more-info.text-block h2 {
        font-size: 28px;
        line-height: 34px; } }
  .sp-page-container .more-info p,
  .sp-page-container .more-info.text-block p {
    color: var(--white-80);
    font-size: 18px;
    line-height: 34px;
    margin-top: 32px; }
    @media (max-width: 675px) {
      .sp-page-container .more-info p,
      .sp-page-container .more-info.text-block p {
        margin-top: 16px;
        line-height: 24px; } }

.sp-page-container .faq {
  margin: 0 auto;
  max-width: 1184px;
  padding: 0 64px; }
  @media (max-width: 675px) {
    .sp-page-container .faq {
      padding: 0 32px; } }
  .sp-page-container .faq h2 {
    text-align: center; }
  .sp-page-container .faq .faq-list {
    display: flex;
    flex-direction: row;
    margin: 64px 0 0; }
    @media (max-width: 675px) {
      .sp-page-container .faq .faq-list {
        flex-direction: column;
        margin: 0; } }
  .sp-page-container .faq .faq-column {
    display: flex;
    flex-direction: column;
    margin-right: 64px;
    width: 50%; }
    @media (max-width: 675px) {
      .sp-page-container .faq .faq-column {
        margin: 64px 0 0;
        width: 100%; } }
    .sp-page-container .faq .faq-column:last-child {
      margin: 0; }
      @media (max-width: 675px) {
        .sp-page-container .faq .faq-column:last-child {
          margin: 64px 0 0; } }
  .sp-page-container .faq .faq-item {
    margin: 54px 0 0; }
    .sp-page-container .faq .faq-item:first-child {
      margin: 0; }
    .sp-page-container .faq .faq-item h5 {
      color: var(--white);
      font-size: 18px;
      line-height: 28px; }
      @media (max-width: 675px) {
        .sp-page-container .faq .faq-item h5 {
          font-size: 16px;
          line-height: 24px; } }
    .sp-page-container .faq .faq-item p {
      font-size: 18px;
      line-height: 34px;
      margin: 4px 0 5px; }
      @media (max-width: 675px) {
        .sp-page-container .faq .faq-item p {
          font-size: 16px;
          line-height: 24px; } }
  .sp-page-container .faq .see-more {
    margin: 32px 0 0;
    text-align: center; }

.sp-page-container .partners {
  background: url("/images/logo-firefox.svg") no-repeat top center;
  background-size: 80px;
  margin-top: 128px;
  padding: 112px 0 128px;
  text-align: center; }
  @media (max-width: 675px) {
    .sp-page-container .partners {
      margin-top: 64px;
      padding-bottom: 64px; } }
  .sp-page-container .partners .learn-more {
    margin-top: 64px; }

.sp-page-container .text-block {
  margin: 0 auto;
  max-width: 870px;
  padding: 0 64px;
  text-align: center; }
  @media (max-width: 1000px) {
    .sp-page-container .text-block {
      max-width: 768px; } }
  @media (max-width: 675px) {
    .sp-page-container .text-block {
      padding: 0 32px; } }
  .sp-page-container .text-block.hero {
    padding-top: 10rem; }
    .sp-page-container .text-block.hero h1 {
      background: var(--header-text-gradient);
      background-clip: text;
      font-size: 56px;
      line-height: 64px;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 675px) {
        .sp-page-container .text-block.hero h1 {
          font-size: 28px;
          line-height: 34px; } }
    .sp-page-container .text-block.hero p {
      color: var(--white-80);
      font-size: 24px;
      line-height: 32px;
      margin: 32px 0 64px; }
      @media (max-width: 675px) {
        .sp-page-container .text-block.hero p {
          font-size: 16px;
          line-height: 24px;
          margin-top: 16px; } }

.sp-page-container .breadcrumbs {
  border-bottom: solid 1px var(--grey-10); }
  .sp-page-container .breadcrumbs ul {
    display: flex;
    font-family: "Metropolis", sans-serif;
    font-size: 15px;
    line-height: 24px;
    list-style: none;
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 64px; }
    @media (max-width: 1000px) {
      .sp-page-container .breadcrumbs ul {
        padding: 16px 32px; } }
    .sp-page-container .breadcrumbs ul li {
      padding: 0 26px 0 18px;
      position: relative; }
      @media (max-width: 675px) {
        .sp-page-container .breadcrumbs ul li {
          padding: 0 20px 0 12px; } }
      .sp-page-container .breadcrumbs ul li:first-child {
        padding-left: 0; }
      .sp-page-container .breadcrumbs ul li:last-child {
        padding-right: 0; }
        .sp-page-container .breadcrumbs ul li:last-child::after {
          display: none; }
      .sp-page-container .breadcrumbs ul li::after {
        color: white;
        content: "\25B8";
        display: block;
        position: absolute;
        right: 0;
        top: 0; }
    .sp-page-container .breadcrumbs ul a {
      color: var(--grey-40); }
    .sp-page-container .breadcrumbs ul span {
      font-family: "Metropolis", sans-serif;
      font-weight: 600;
      color: var(--grey-50); }

.sp-page-container.light-page {
  --background-color: var(--grey-5);
  color: var(--grey-40); }
  .sp-page-container.light-page:not(.error-page) {
    --header-background-color: var(--vpn-background-color); }

.fpn header {
  background-color: var(--header-background-color);
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  z-index: 2; }

.fpn .page-scrolled header {
  box-shadow: 0 10px 10px var(--grey-20); }

.fpn .header-wrapper {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 16px 32px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px; }
  .fpn .header-wrapper .fpn-logo {
    height: 48px;
    position: relative; }
    @media (max-width: 675px) {
      .fpn .header-wrapper .fpn-logo {
        height: 40px; } }
    .fpn .header-wrapper .fpn-logo a {
      background: url("/images/logo-fpn-browser-beta.svg") no-repeat center left;
      background-size: auto 48px;
      display: inline-block;
      height: 48px;
      padding-left: 38px;
      width: 400px; }
      @media (max-width: 675px) {
        .fpn .header-wrapper .fpn-logo a {
          background-size: auto 40px;
          height: 40px;
          width: 300px; } }
  .fpn .header-wrapper nav {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
    .fpn .header-wrapper nav .nav-item {
      color: var(--grey-80);
      font-family: "Metropolis", sans-serif;
      font-weight: 600;
      margin-left: 64px;
      position: relative; }
      @media (max-width: 1000px) {
        .fpn .header-wrapper nav .nav-item:not(.login) {
          display: none; } }
      .fpn .header-wrapper nav .nav-item::after {
        height: 3px;
        opacity: 1;
        display: block;
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        margin: auto;
        border-radius: 100px;
        transition: all 0.2s ease; }
      .landing-page .fpn .header-wrapper nav .nav-item.home {
        color: var(--white); }
      .landing-page .fpn .header-wrapper nav .nav-item.home::after {
        background: var(--nav-home-gradient); }
      .fpn .header-wrapper nav .nav-item.home:hover::after {
        background: var(--nav-home-gradient); }
      .fpn-landing-page .fpn .header-wrapper nav .nav-item.fpn {
        color: var(--white); }
      .fpn-landing-page .fpn .header-wrapper nav .nav-item.fpn::after {
        background: var(--nav-browser-gradient); }
      .fpn .header-wrapper nav .nav-item.fpn:hover::after {
        background: var(--nav-browser-gradient); }
      .vpn-landing-page .fpn .header-wrapper nav .nav-item.vpn,
      .download-page .fpn .header-wrapper nav .nav-item.vpn,
      .invite-page .fpn .header-wrapper nav .nav-item.vpn {
        color: var(--white); }
      .vpn-landing-page .fpn .header-wrapper nav .nav-item.vpn::after,
      .download-page .fpn .header-wrapper nav .nav-item.vpn::after,
      .invite-page .fpn .header-wrapper nav .nav-item.vpn::after {
        background: var(--nav-vpn-gradient); }
      .fpn .header-wrapper nav .nav-item.vpn:hover::after {
        background: var(--nav-vpn-gradient); }

.fpn .modal {
  background-color: rgba(11, 20, 39, 0.85);
  bottom: 0;
  display: flex;
  height: 100%;
  left: 0;
  padding: 0 32px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2; }
  .fpn .modal .modal-content {
    background-color: var(--blue-80);
    border-radius: 16px;
    box-shadow: 0 10px 10px var(--grey-10);
    margin: auto;
    min-height: 60vh;
    max-height: 600px;
    max-width: 500px;
    text-align: center;
    padding: 24px;
    position: relative;
    width: 100%;
    z-index: 3; }
    .fpn .modal .modal-content .close {
      background: transparent url("/images/icon-close.svg") no-repeat center center;
      background-size: 24px;
      border: 0;
      cursor: pointer;
      height: 24px;
      position: absolute;
      right: 28px;
      top: 28px;
      width: 24px; }
    .fpn .modal .modal-content p {
      background: url("/images/logo-fpn-browser-beta-stacked.svg") no-repeat center 40px;
      background-size: auto 120px;
      font-size: 18px;
      line-height: 34px;
      margin-left: auto;
      margin-right: auto;
      padding: 200px 0 32px; }

.fpn button.cta {
  background-color: var(--blue3);
  color: #fff;
  cursor: pointer;
  border: solid 1px var(--blue3);
  border-radius: 8px;
  font-family: "Metropolis", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding: 19px 32px;
  position: relative;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  -webkit-appearance: none;
  -moz-appearance: none; }
  @media (max-width: 675px) {
    .fpn button.cta {
      font-size: 16px;
      line-height: 16px;
      padding: 20px 32px; } }
  .fpn button.cta:hover {
    background-color: var(--blue4);
    border-color: var(--blue4); }
  .fpn button.cta.btn-light, .fpn button.cta.sign-in {
    background-color: rgba(255, 255, 255, 0.08);
    border: solid 1px rgba(255, 255, 255, 0.5);
    transition: border 0.1s ease-in-out, background-color 0.1s ease-in-out; }
    .fpn button.cta.btn-light:hover, .fpn button.cta.sign-in:hover {
      background-color: var(--blue4);
      border: solid 1px var(--blue4); }
  .fpn button.cta.add-to-firefox::before {
    background: url("/images/plus.svg") no-repeat center center;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 16px;
    width: 14px; }
  .fpn button.cta.download-installer {
    border-radius: 4px;
    display: block;
    padding: 8px 0;
    width: 100%; }
  .fpn button.cta.submit-button {
    margin: 64px 0 0;
    width: 100%; }
  .fpn button.cta.sign-in {
    padding: 10px 16px; }

.fpn .features-wrapper {
  margin: 128px auto 0;
  max-width: 1440px;
  padding: 0 64px; }
  @media (max-width: 1000px) {
    .fpn .features-wrapper {
      padding: 0 32px; } }
  @media (max-width: 675px) {
    .fpn .features-wrapper {
      margin: 64px auto 0;
      padding: 0 8px; } }

.fpn .features {
  background-color: var(--features-background-color);
  border-radius: 16px;
  box-shadow: 0 10px 10px var(--grey-10);
  display: flex;
  flex-direction: row;
  padding: 128px; }
  @media (max-width: 1000px) {
    .fpn .features {
      flex-direction: column;
      padding: 64px; } }
  @media (max-width: 675px) {
    .fpn .features {
      border-radius: 8px;
      padding: 32px; } }
  @media (min-width: 1001px) {
    .fpn .features.features-3 {
      padding: 72px; } }
  .fpn .features .feature {
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 80px;
    margin: 0 64px 0 0;
    padding: 104px 0 0;
    text-align: center; }
    @media (max-width: 1000px) {
      .fpn .features .feature {
        background-position-x: left;
        background-size: 64px;
        margin: 0 0 64px;
        padding: 0 0 0 88px;
        text-align: left;
        width: 100%; } }
    @media (max-width: 675px) {
      .fpn .features .feature {
        background-position-x: left;
        background-size: 32px;
        margin: 0 0 32px;
        padding: 48px 0 0 0; } }
    .fpn .features .feature:last-child {
      margin: 0; }
    @media (min-width: 1001px) {
      .vpn-landing-page .fpn .features .feature {
        background-position-x: left;
        background-position-y: top;
        background-size: 64px;
        padding: 0 0 0 88px;
        text-align: left; } }
    .fpn .features .feature h3 {
      color: var(--white);
      font-size: 24px;
      line-height: 32px; }
      @media (max-width: 675px) {
        .fpn .features .feature h3 {
          font-size: 20px;
          line-height: 28px; } }
    .fpn .features .feature p {
      color: var(--grey-80);
      font-size: 18px;
      line-height: 34px;
      margin: 16px 0 0; }
      @media (max-width: 1000px) {
        .fpn .features .feature p {
          margin: 8px 0 0; } }
      @media (max-width: 675px) {
        .fpn .features .feature p {
          font-size: 16px;
          line-height: 24px; } }
    .fpn .features .feature .no-break {
      word-break: keep-all; }
    .fpn .features .feature.protect-privacy {
      background-image: url("/images/feature-protectprivacy.svg"); }
    .fpn .features .feature.fight-tracking {
      background-image: url("/images/feature-notracking.svg"); }
    .fpn .features .feature.easy-to-use {
      background-image: url("/images/feature-easytouse.svg");
      background-position-y: 24px;
      background-size: auto 56px; }
      @media (max-width: 1000px) {
        .fpn .features .feature.easy-to-use {
          background-position-y: 5px;
          background-size: 64px; } }
    .fpn .features .feature.secure-public-wifi {
      background-image: url("/images/feature-notracking.svg"); }

.fpn footer {
  background-color: var(--black); }
  .fpn footer ul {
    align-items: center;
    display: flex;
    list-style: none;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    padding: 57px 64px 64px; }
    @media (max-width: 1000px) {
      .fpn footer ul {
        flex-direction: column;
        padding: 64px 64px 32px; } }
    .fpn footer ul li {
      margin-left: 2rem; }
      @media (max-width: 1000px) {
        .fpn footer ul li {
          margin-bottom: 32px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 675px) {
        .fpn footer ul li {
          margin-bottom: 32px; } }
      .fpn footer ul li.ff-link {
        margin: auto auto auto 0; }
        @media (max-width: 1000px) {
          .fpn footer ul li.ff-link {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 64px; } }
        @media (max-width: 675px) {
          .fpn footer ul li.ff-link {
            margin-bottom: 32px; } }
        .fpn footer ul li.ff-link img {
          width: 64px;
          height: 64px; }
      .fpn footer ul li a {
        color: var(--white);
        font-size: 15px;
        line-height: 24px;
        text-decoration: underline; }
        @media (max-width: 675px) {
          .fpn footer ul li a {
            font-size: 13px;
            line-height: 21px; } }

