/* High-speed VPN page, Figma node 292:32215. */
.high-speed-page {
  background: #faf6ec;
}

.hs-hero {
  height: 884px;
  overflow: hidden;
}

.hs-hero-inner {
  display: grid;
  width: min(calc(100% - 96px), 1632px);
  height: 100%;
  margin: 0 auto;
  padding-top: 132px;
  grid-template-columns: 720px minmax(0, 1fr);
  gap: 32px;
}

.hs-hero-copy {
  position: relative;
  z-index: 2;
  width: 720px;
  margin-top: 78px;
}

.hs-hero h1 {
  margin-top: 24px;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -1.44px;
}

.hs-hero-copy > p {
  margin-top: 24px;
  color: #717680;
  font-size: 20px;
  line-height: 30px;
}

.hs-hero-actions {
  margin-top: 48px;
}

.hs-plan-note {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #717680;
  font-size: 18px;
  line-height: 24px;
  gap: 12px;
}

.hs-plan-note img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.hs-hero-media {
  display: flex;
  height: 676px;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
}

.hs-hero-art {
  display: block;
  width: 676px;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
}

.hs-screen {
  position: absolute;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 12px 8px rgb(10 13 18 / 8%), 0 4px 3px rgb(10 13 18 / 4%);
}

.hs-screen img {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #e9eaeb;
  border-radius: 24px;
  object-fit: cover;
}

.hs-screen-desktop {
  top: -61px;
  left: 64px;
  width: 1024px;
  height: 687px;
  padding: 7px;
}

.hs-screen-mobile {
  top: 43px;
  left: 0;
  z-index: 2;
  width: 280px;
  height: 592px;
}

.hs-speed,
.hs-comparison,
.hs-scenarios {
  background: #fcfaf4;
  box-shadow: inset 0 1px #e9eaeb;
}

.hs-speed {
  height: 1012px;
  overflow: hidden;
}

.hs-stats-region {
  width: min(calc(100% - 96px), 1632px);
  height: 270px;
  margin: -1px auto 0;
  padding-top: 60px;
  border-right: 1px solid #e9eaeb;
  border-left: 1px solid #e9eaeb;
}

.hs-stats-grid {
  display: grid;
  width: min(calc(100% - 490px), 1141px);
  height: 155px;
  margin: 0 auto;
  border: 1px solid #d5d7da;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs-stats-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 24px;
  border-right: 1px solid #d5d7da;
}

.hs-stats-grid article:last-child {
  border-right: 0;
}

.hs-stats-grid strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}

.hs-stats-grid span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.hs-section-heading {
  display: flex;
  width: min(calc(100% - 96px), 1632px);
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  border-right: 1px solid #e9eaeb;
  border-left: 1px solid #e9eaeb;
  text-align: center;
}

.hs-section-heading h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.hs-section-heading p {
  width: min(100%, 768px);
  margin-top: 16px;
  color: #414651;
  font-size: 20px;
  line-height: 30px;
}

.hs-fast-heading {
  height: 180px;
  justify-content: flex-start;
  padding-top: 60px;
  border-top: 1px solid #e9eaeb;
}

.hs-card-grid {
  display: grid;
  width: 100%;
  padding-right: max(48px, calc((100% - 1632px) / 2));
  padding-left: max(48px, calc((100% - 1632px) / 2));
  border-top: 1px solid #e9eaeb;
  border-bottom: 1px solid #e9eaeb;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs-fast-grid,
.hs-scenario-grid {
  height: 562px;
}

.hs-card-grid article {
  display: flex;
  min-width: 0;
  min-height: 281px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-right: 1px solid #e9eaeb;
}

.hs-card-grid article:nth-child(3n + 1) {
  border-left: 1px solid #e9eaeb;
}

.hs-card-grid article:nth-child(-n + 3) {
  border-bottom: 1px solid #e9eaeb;
}

.hs-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  background: #faf6ec;
  place-items: center;
}

.hs-icon img {
  width: 28px;
  height: 28px;
}

.hs-card-grid h3 {
  margin-top: 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.hs-card-grid p {
  padding-top: 24px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.hs-comparison {
  height: 690px;
  overflow: hidden;
}

.hs-comparison-heading {
  height: 306px;
  justify-content: flex-start;
  padding-top: 94px;
}

.hs-table-scroll {
  width: min(calc(100% - 96px), 1632px);
  height: 384px;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #e9eaeb;
  border-right: 1px solid #e9eaeb;
  border-left: 1px solid #e9eaeb;
}

.hs-table {
  width: 100%;
  height: 384px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #181d27;
  font-size: 14px;
}

.hs-table .hs-label-column {
  width: 279px;
}

.hs-table th,
.hs-table td {
  height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid #e9eaeb;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
}

.hs-table th:first-child {
  color: #181d27;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.hs-table thead th {
  height: 64px;
}

.hs-table thead img {
  display: block;
  width: 201px;
  height: 64px;
  margin: 0 auto;
  object-fit: contain;
}

.hs-table thead .hs-keen img {
  width: 124px;
  height: 30px;
}

.hs-keen {
  background: #faf6ec;
}

.hs-table thead .hs-keen {
  padding-top: 5px;
}

.hs-best-value,
.hs-table thead .hs-keen span {
  display: table;
  margin: 2px auto 0;
  padding: 2px 6px;
  border-radius: 4px;
  background: #fdd9c2;
  color: #be4a06;
  font-size: 10px;
  line-height: 14px;
}

.hs-table .hs-action-row th,
.hs-table .hs-action-row td {
  border-bottom: 0;
}

.hs-table-button {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #0f2040;
  color: #f5f6fa;
  font-size: 18px;
  line-height: 24px;
}

.hs-scenarios {
  height: 826px;
  overflow: hidden;
  padding-bottom: 46px;
}

.hs-scenarios-heading {
  height: 218px;
  justify-content: flex-start;
  padding-top: 40px;
}

.hs-faq {
  min-height: 523px;
}

.high-speed-page footer {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .hs-hero {
    height: auto;
  }

  .hs-hero-inner {
    padding: 88px 0 96px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 44%);
  }

  .hs-hero-copy {
    width: auto;
    margin-top: 0;
  }

  .hs-hero h1 {
    font-size: 56px;
    line-height: 68px;
  }

  .hs-hero-media {
    height: auto;
    align-self: center;
    aspect-ratio: 1;
  }

  .hs-hero-art {
    width: 100%;
    max-width: 676px;
  }

  .hs-speed,
  .hs-comparison,
  .hs-scenarios {
    height: auto;
    overflow: visible;
  }

  .hs-stats-region,
  .hs-section-heading {
    width: calc(100% - 96px);
    height: auto;
    min-height: 220px;
    padding: 60px 32px;
    justify-content: center;
  }

  .hs-stats-grid {
    width: 100%;
    height: auto;
    min-height: 155px;
  }

  .hs-stats-grid article {
    min-height: 155px;
  }

  .hs-card-grid {
    height: auto;
    padding: 0 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-card-grid article:nth-child(3n + 1) {
    border-left: 0;
  }

  .hs-card-grid article:nth-child(2n + 1) {
    border-left: 1px solid #e9eaeb;
  }

  .hs-card-grid article:nth-child(-n + 4) {
    border-bottom: 1px solid #e9eaeb;
  }

  .hs-table-scroll {
    width: calc(100% - 96px);
    overflow-x: auto;
  }

  .hs-table {
    min-width: 1180px;
  }

  .hs-scenarios {
    padding-bottom: 0;
  }
}

@media (min-width: 761px) and (max-width: 1200px) {
  .hs-hero-inner {
    display: block;
    width: calc(100% - 96px);
  }

  .hs-hero-copy {
    width: 100%;
    max-width: 720px;
  }

  .hs-hero-media {
    width: 100%;
    max-width: 620px;
    margin: 72px auto 0;
    aspect-ratio: auto;
  }

  .hs-hero-art {
    width: 100%;
  }
}

@media (min-width: 761px) and (max-width: 1023px) {
  .hs-card-grid article {
    padding: 28px 20px;
  }

  .hs-card-grid h3 {
    overflow-wrap: anywhere;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.52px;
  }

  .hs-card-grid p {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 760px) {
  .hs-hero-inner {
    display: block;
    width: 100%;
    padding: 72px 20px;
  }

  .hs-hero h1 {
    margin-top: 16px;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.84px;
  }

  .hs-hero-copy > p {
    font-size: 17px;
    line-height: 26px;
  }

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

  .hs-hero-actions .button {
    width: 100%;
  }

  .hs-plan-note {
    align-items: flex-start;
  }

  .hs-hero-media {
    height: auto;
    margin-top: 56px;
    aspect-ratio: auto;
  }

  .hs-stats-region,
  .hs-section-heading {
    width: 100%;
    min-height: 0;
    padding: 72px 20px;
    border-right: 0;
    border-left: 0;
  }

  .hs-stats-grid {
    height: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .hs-stats-grid article {
    min-height: 136px;
    border-right: 0;
    border-bottom: 1px solid #d5d7da;
  }

  .hs-stats-grid article:last-child {
    border-bottom: 0;
  }

  .hs-stats-grid strong {
    font-size: 40px;
    line-height: 50px;
  }

  .hs-section-heading h2 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -0.76px;
  }

  .hs-section-heading p {
    font-size: 17px;
    line-height: 26px;
  }

  .hs-card-grid {
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .hs-card-grid article,
  .hs-card-grid article:nth-child(2n + 1),
  .hs-card-grid article:nth-child(3n + 1) {
    min-height: 268px;
    padding: 32px 20px;
    border-right: 0;
    border-bottom: 1px solid #e9eaeb;
    border-left: 0;
  }

  .hs-card-grid h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }

  .hs-card-grid p {
    padding-top: 32px;
  }

  .hs-comparison-heading,
  .hs-scenarios-heading {
    padding: 72px 20px;
  }

  .hs-table-scroll {
    width: calc(100% - 40px);
  }

  .hs-table {
    min-width: 980px;
  }
}
