/* global css and utils */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

button {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/* colors */
/* fonts */
/* padding and spacing */
/* clearfix class */
.cf::after {
  clear: both;
  content: '';
  display: table; }

.-center-vertically {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.-center-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
  width: 100%; }

.-center-text {
  text-align: center; }

.-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px; }

.-full-width {
  max-width: 100%;
  width: 100%; }

.-hidden {
  display: none; }

.-opacity-hidden {
  opacity: 0 !important;
  pointer-events: none; }

.-no-pointer-events {
  pointer-events: none; }

.-no-scroll {
  overflow: hidden; }

.-left {
  float: left; }

.-right {
  float: right; }

@media (min-width: 600px) {
  .-mobile-only {
    display: none; } }

.-above-mobile-only {
  display: none; }
  @media (min-width: 600px) {
    .-above-mobile-only {
      display: block; } }

.-screenreader-only {
  left: -9999px;
  position: absolute; }

.lazy-load {
  opacity: 0;
  transition: opacity 200ms ease-out; }
  .lazy-load.-active {
    opacity: 1; }

.-block {
  display: block; }

.-text-no-wrap {
  white-space: nowrap; }

.-text-block {
  display: block; }

/* Control postioning for deeplinked sections */
/* /plan#other-benefits */
:target:before {
  content: '';
  display: block;
  height: 150px;
  /* fixed header height*/
  margin: -150px 0 0;
  /* negative fixed header height */ }

body {
  color: #202124;
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.5; }

.h1,
.h2,
.h3,
.h4,
.intro {
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  line-height: 1.25; }

.h1 {
  font-size: 36px; }
  @media (min-width: 900px) {
    .h1 {
      font-size: 56px; } }

.h2 {
  font-size: 32px; }
  @media (min-width: 900px) {
    .h2 {
      font-size: 44px; } }

.h3 {
  font-size: 22px; }
  @media (min-width: 900px) {
    .h3 {
      font-size: 36px; } }

.h4 {
  font-size: 22px; }
  @media (min-width: 900px) {
    .h4 {
      font-size: 28px; } }

.h5, .content-modal--interior .body h5 {
  font-size: 22px; }

.intro {
  color: #3c4043;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px; }

.eyebrow {
  color: #3c4043;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.45455;
  text-transform: uppercase; }

.body {
  color: #3c4043;
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 10px 0 15px; }
  @media (min-width: 900px) {
    .body.-large {
      font-size: 18px; } }
  .body.-small {
    font-size: 11px; }
    @media (min-width: 900px) {
      .body.-small {
        font-size: 14px; } }
  .body.-strong {
    font-weight: 500; }

.text-link {
  color: #1a73e8;
  display: inline-block;
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px; }
  .text-link.text-link--start {
    text-align: start; }
  .text-link:visited {
    color: #1a73e8; }
  .text-link:hover, .text-link:focus {
    background: none;
    color: #185abc;
    outline: none;
    text-decoration: none; 
	}
  .text-link.-with-top-margin {
    margin-top: 64px; }

.grid-parent {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 4.28571%;
     -moz-column-gap: 4.28571%;
          column-gap: 4.28571%;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-column-gap: 4.28571%;
  grid-row-gap: 48px;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  margin: 0 24px; }
  @media (min-width: 600px) {
    .grid-parent {
      margin: 0 40px; } }
  @media (min-width: 1120px) {
    .grid-parent {
      grid-row-gap: calc((100vw - 80px) / 23);
      margin: 0 auto;
      max-width: 1120px; } }

.grid-parent-s {
  margin: 0 24px; }

@media (min-width: 600px) {
  .grid-parent-s {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 4.28571%;
       -moz-column-gap: 4.28571%;
            column-gap: 4.28571%;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-column-gap: 4.28571%;
    grid-row-gap: 48px;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    margin: 0 24px;
    margin: 0 40px; } }
  @media (min-width: 600px) and (min-width: 600px) {
    .grid-parent-s {
      margin: 0 40px; } }
  @media (min-width: 600px) and (min-width: 1120px) {
    .grid-parent-s {
      grid-row-gap: calc((100vw - 80px) / 23);
      margin: 0 auto;
      max-width: 1120px; } }

@media (min-width: 900px) {
  .grid-parent-m, .phones-container.-compare-phones {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 4.28571%;
       -moz-column-gap: 4.28571%;
            column-gap: 4.28571%;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-column-gap: 4.28571%;
    grid-row-gap: 48px;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    margin: 0 24px;
    margin: 0 auto; } }
  @media (min-width: 900px) and (min-width: 600px) {
    .grid-parent-m, .phones-container.-compare-phones {
      margin: 0 40px; } }
  @media (min-width: 900px) and (min-width: 1120px) {
    .grid-parent-m, .phones-container.-compare-phones {
      grid-row-gap: calc((100vw - 80px) / 23);
      margin: 0 auto;
      max-width: 1120px; } }

@media (min-width: 1120px) {
  .grid-parent-l {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 4.28571%;
       -moz-column-gap: 4.28571%;
            column-gap: 4.28571%;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-column-gap: 4.28571%;
    grid-row-gap: 48px;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    margin: 0 24px; } }
  @media (min-width: 1120px) and (min-width: 600px) {
    .grid-parent-l {
      margin: 0 40px; } }
  @media (min-width: 1120px) and (min-width: 1120px) {
    .grid-parent-l {
      grid-row-gap: calc((100vw - 80px) / 23);
      margin: 0 auto;
      max-width: 1120px; } }

.grid-item {
  grid-column-end: auto;
  -ms-grid-column: auto;
      grid-column-start: auto; }
  .grid-item.-center-vertical {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .-nowrap .grid-item {
    -ms-grid-row: 1;
        grid-row-start: 1; }
  .grid-item .grid-parent {
    margin: 0; }

.grid-span-1 {
  -ms-grid-column-span: 1;
      grid-column-end: span 1; }
  .grid-span-1.-overflow {
    margin-left: 95.71429%;
    margin-right: 95.71429%; }

.grid-span-2 {
  -ms-grid-column-span: 2;
      grid-column-end: span 2; }
  .grid-span-2.-overflow {
    margin-left: 41.42857%;
    margin-right: 41.42857%; }

.grid-span-3 {
  -ms-grid-column-span: 3;
      grid-column-end: span 3; }
  .grid-span-3.-overflow {
    margin-left: 20.47619%;
    margin-right: 20.47619%; }

.grid-span-4 {
  -ms-grid-column-span: 4;
      grid-column-end: span 4; }
  .grid-span-4.-overflow {
    margin-left: 7.85714%;
    margin-right: 7.85714%; }

.grid-span-5 {
  -ms-grid-column-span: 5;
      grid-column-end: span 5; }
  .grid-span-5.-overflow {
    margin-left: -1.42857%;
    margin-right: -1.42857%; }

.grid-span-6 {
  -ms-grid-column-span: 6;
      grid-column-end: span 6; }
  .grid-span-6.-overflow {
    margin-left: -9.04762%;
    margin-right: -9.04762%; }

.grid-span-7 {
  -ms-grid-column-span: 7;
      grid-column-end: span 7; }
  .grid-span-7.-overflow {
    margin-left: -15.71429%;
    margin-right: -15.71429%; }

.grid-span-8 {
  -ms-grid-column-span: 8;
      grid-column-end: span 8; }
  .grid-span-8.-overflow {
    margin-left: -21.78571%;
    margin-right: -21.78571%; }

.grid-span-9 {
  -ms-grid-column-span: 9;
      grid-column-end: span 9; }
  .grid-span-9.-overflow {
    margin-left: -27.46032%;
    margin-right: -27.46032%; }

.grid-span-10 {
  -ms-grid-column-span: 10;
      grid-column-end: span 10; }
  .grid-span-10.-overflow {
    margin-left: -32.85714%;
    margin-right: -32.85714%; }

.grid-span-11 {
  -ms-grid-column-span: 11;
      grid-column-end: span 11; }
  .grid-span-11.-overflow {
    margin-left: -38.05195%;
    margin-right: -38.05195%; }

.grid-span-12 {
  -ms-grid-column-span: 12;
      grid-column-end: span 12; }
  .grid-span-12.-overflow {
    margin-left: -43.09524%;
    margin-right: -43.09524%; }

.grid-start-1 {
  -ms-grid-column: 1;
      grid-column-start: 1; }

.grid-start-2 {
  -ms-grid-column: 2;
      grid-column-start: 2; }

.grid-start-3 {
  -ms-grid-column: 3;
      grid-column-start: 3; }

.grid-start-4 {
  -ms-grid-column: 4;
      grid-column-start: 4; }

.grid-start-5 {
  -ms-grid-column: 5;
      grid-column-start: 5; }

.grid-start-6 {
  -ms-grid-column: 6;
      grid-column-start: 6; }

.grid-start-7 {
  -ms-grid-column: 7;
      grid-column-start: 7; }

.grid-start-8 {
  -ms-grid-column: 8;
      grid-column-start: 8; }

.grid-start-9 {
  -ms-grid-column: 9;
      grid-column-start: 9; }

.grid-start-10 {
  -ms-grid-column: 10;
      grid-column-start: 10; }

.grid-start-11 {
  -ms-grid-column: 11;
      grid-column-start: 11; }

.grid-start-12 {
  -ms-grid-column: 12;
      grid-column-start: 12; }

.ie-grid-column-start-1 {
  -ms-grid-column: 1; }

.ie-grid-column-start-2 {
  -ms-grid-column: 2; }

.ie-grid-column-start-3 {
  -ms-grid-column: 3; }

.ie-grid-column-start-4 {
  -ms-grid-column: 4; }

.ie-grid-column-start-5 {
  -ms-grid-column: 5; }

.ie-grid-column-start-6 {
  -ms-grid-column: 6; }

.ie-grid-column-start-7 {
  -ms-grid-column: 7; }

.ie-grid-column-start-8 {
  -ms-grid-column: 8; }

.ie-grid-column-start-9 {
  -ms-grid-column: 9; }

.ie-grid-column-start-10 {
  -ms-grid-column: 10; }

.ie-grid-column-start-11 {
  -ms-grid-column: 11; }

.ie-grid-column-start-12 {
  -ms-grid-column: 12; }

.ie-grid-row-start-1 {
  -ms-grid-row: 1; }

.ie-grid-row-start-2 {
  -ms-grid-row: 2; }

.ie-grid-row-start-3 {
  -ms-grid-row: 3; }

.ie-grid-row-start-4 {
  -ms-grid-row: 4; }

.ie-grid-row-start-5 {
  -ms-grid-row: 5; }

.ie-grid-row-start-6 {
  -ms-grid-row: 6; }

.ie-grid-row-start-7 {
  -ms-grid-row: 7; }

.ie-grid-row-start-8 {
  -ms-grid-row: 8; }

.ie-grid-row-start-9 {
  -ms-grid-row: 9; }

.ie-grid-row-start-10 {
  -ms-grid-row: 10; }

.ie-grid-row-start-11 {
  -ms-grid-row: 11; }

.ie-grid-row-start-12 {
  -ms-grid-row: 12; }

@media (min-width: 600px) {
  .grid-span-s-1 {
    -ms-grid-column-span: 1;
        grid-column-end: span 1; }
    .grid-span-s-1.-overflow {
      margin-left: 95.71429%;
      margin-right: 95.71429%; }
  .grid-span-s-2 {
    -ms-grid-column-span: 2;
        grid-column-end: span 2; }
    .grid-span-s-2.-overflow {
      margin-left: 41.42857%;
      margin-right: 41.42857%; }
  .grid-span-s-3 {
    -ms-grid-column-span: 3;
        grid-column-end: span 3; }
    .grid-span-s-3.-overflow {
      margin-left: 20.47619%;
      margin-right: 20.47619%; }
  .grid-span-s-4 {
    -ms-grid-column-span: 4;
        grid-column-end: span 4; }
    .grid-span-s-4.-overflow {
      margin-left: 7.85714%;
      margin-right: 7.85714%; }
  .grid-span-s-5 {
    -ms-grid-column-span: 5;
        grid-column-end: span 5; }
    .grid-span-s-5.-overflow {
      margin-left: -1.42857%;
      margin-right: -1.42857%; }
  .grid-span-s-6 {
    -ms-grid-column-span: 6;
        grid-column-end: span 6; }
    .grid-span-s-6.-overflow {
      margin-left: -9.04762%;
      margin-right: -9.04762%; }
  .grid-span-s-7 {
    -ms-grid-column-span: 7;
        grid-column-end: span 7; }
    .grid-span-s-7.-overflow {
      margin-left: -15.71429%;
      margin-right: -15.71429%; }
  .grid-span-s-8 {
    -ms-grid-column-span: 8;
        grid-column-end: span 8; }
    .grid-span-s-8.-overflow {
      margin-left: -21.78571%;
      margin-right: -21.78571%; }
  .grid-span-s-9 {
    -ms-grid-column-span: 9;
        grid-column-end: span 9; }
    .grid-span-s-9.-overflow {
      margin-left: -27.46032%;
      margin-right: -27.46032%; }
  .grid-span-s-10 {
    -ms-grid-column-span: 10;
        grid-column-end: span 10; }
    .grid-span-s-10.-overflow {
      margin-left: -32.85714%;
      margin-right: -32.85714%; }
  .grid-span-s-11 {
    -ms-grid-column-span: 11;
        grid-column-end: span 11; }
    .grid-span-s-11.-overflow {
      margin-left: -38.05195%;
      margin-right: -38.05195%; }
  .grid-span-s-12 {
    -ms-grid-column-span: 12;
        grid-column-end: span 12; }
    .grid-span-s-12.-overflow {
      margin-left: -43.09524%;
      margin-right: -43.09524%; }
  .grid-start-s-0 {
    -ms-grid-column: auto;
        grid-column-start: auto; }
  .grid-start-s-1 {
    -ms-grid-column: 1;
        grid-column-start: 1; }
  .grid-start-s-2 {
    -ms-grid-column: 2;
        grid-column-start: 2; }
  .grid-start-s-3 {
    -ms-grid-column: 3;
        grid-column-start: 3; }
  .grid-start-s-4 {
    -ms-grid-column: 4;
        grid-column-start: 4; }
  .grid-start-s-5 {
    -ms-grid-column: 5;
        grid-column-start: 5; }
  .grid-start-s-6 {
    -ms-grid-column: 6;
        grid-column-start: 6; }
  .grid-start-s-7 {
    -ms-grid-column: 7;
        grid-column-start: 7; }
  .grid-start-s-8 {
    -ms-grid-column: 8;
        grid-column-start: 8; }
  .grid-start-s-9 {
    -ms-grid-column: 9;
        grid-column-start: 9; }
  .grid-start-s-10 {
    -ms-grid-column: 10;
        grid-column-start: 10; }
  .grid-start-s-11 {
    -ms-grid-column: 11;
        grid-column-start: 11; }
  .grid-start-s-12 {
    -ms-grid-column: 12;
        grid-column-start: 12; } }

@media (min-width: 900px) {
  .grid-span-m-1 {
    -ms-grid-column-span: 1;
        grid-column-end: span 1; }
    .grid-span-m-1.-overflow {
      margin-left: 95.71429%;
      margin-right: 95.71429%; }
  .grid-span-m-2 {
    -ms-grid-column-span: 2;
        grid-column-end: span 2; }
    .grid-span-m-2.-overflow {
      margin-left: 41.42857%;
      margin-right: 41.42857%; }
  .grid-span-m-3 {
    -ms-grid-column-span: 3;
        grid-column-end: span 3; }
    .grid-span-m-3.-overflow {
      margin-left: 20.47619%;
      margin-right: 20.47619%; }
  .grid-span-m-4 {
    -ms-grid-column-span: 4;
        grid-column-end: span 4; }
    .grid-span-m-4.-overflow {
      margin-left: 7.85714%;
      margin-right: 7.85714%; }
  .grid-span-m-5 {
    -ms-grid-column-span: 5;
        grid-column-end: span 5; }
    .grid-span-m-5.-overflow {
      margin-left: -1.42857%;
      margin-right: -1.42857%; }
  .grid-span-m-6 {
    -ms-grid-column-span: 6;
        grid-column-end: span 6; }
    .grid-span-m-6.-overflow {
      margin-left: -9.04762%;
      margin-right: -9.04762%; }
  .grid-span-m-7 {
    -ms-grid-column-span: 7;
        grid-column-end: span 7; }
    .grid-span-m-7.-overflow {
      margin-left: -15.71429%;
      margin-right: -15.71429%; }
  .grid-span-m-8 {
    -ms-grid-column-span: 8;
        grid-column-end: span 8; }
    .grid-span-m-8.-overflow {
      margin-left: -21.78571%;
      margin-right: -21.78571%; }
  .grid-span-m-9 {
    -ms-grid-column-span: 9;
        grid-column-end: span 9; }
    .grid-span-m-9.-overflow {
      margin-left: -27.46032%;
      margin-right: -27.46032%; }
  .grid-span-m-10 {
    -ms-grid-column-span: 10;
        grid-column-end: span 10; }
    .grid-span-m-10.-overflow {
      margin-left: -32.85714%;
      margin-right: -32.85714%; }
  .grid-span-m-11 {
    -ms-grid-column-span: 11;
        grid-column-end: span 11; }
    .grid-span-m-11.-overflow {
      margin-left: -38.05195%;
      margin-right: -38.05195%; }
  .grid-span-m-12 {
    -ms-grid-column-span: 12;
        grid-column-end: span 12; }
    .grid-span-m-12.-overflow {
      margin-left: -43.09524%;
      margin-right: -43.09524%; }
  .grid-start-m-0 {
    -ms-grid-column: auto;
        grid-column-start: auto; }
  .grid-start-m-1 {
    -ms-grid-column: 1;
        grid-column-start: 1; }
  .grid-start-m-2 {
    -ms-grid-column: 2;
        grid-column-start: 2; }
  .grid-start-m-3 {
    -ms-grid-column: 3;
        grid-column-start: 3; }
  .grid-start-m-4 {
    -ms-grid-column: 4;
        grid-column-start: 4; }
  .grid-start-m-5 {
    -ms-grid-column: 5;
        grid-column-start: 5; }
  .grid-start-m-6 {
    -ms-grid-column: 6;
        grid-column-start: 6; }
  .grid-start-m-7 {
    -ms-grid-column: 7;
        grid-column-start: 7; }
  .grid-start-m-8 {
    -ms-grid-column: 8;
        grid-column-start: 8; }
  .grid-start-m-9 {
    -ms-grid-column: 9;
        grid-column-start: 9; }
  .grid-start-m-10 {
    -ms-grid-column: 10;
        grid-column-start: 10; }
  .grid-start-m-11 {
    -ms-grid-column: 11;
        grid-column-start: 11; }
  .grid-start-m-12 {
    -ms-grid-column: 12;
        grid-column-start: 12; } }

@media (min-width: 1120px) {
  .grid-span-l-1 {
    -ms-grid-column-span: 1;
        grid-column-end: span 1; }
    .grid-span-l-1.-overflow {
      margin-left: 95.71429%;
      margin-right: 95.71429%; }
  .grid-span-l-2 {
    -ms-grid-column-span: 2;
        grid-column-end: span 2; }
    .grid-span-l-2.-overflow {
      margin-left: 41.42857%;
      margin-right: 41.42857%; }
  .grid-span-l-3 {
    -ms-grid-column-span: 3;
        grid-column-end: span 3; }
    .grid-span-l-3.-overflow {
      margin-left: 20.47619%;
      margin-right: 20.47619%; }
  .grid-span-l-4 {
    -ms-grid-column-span: 4;
        grid-column-end: span 4; }
    .grid-span-l-4.-overflow {
      margin-left: 7.85714%;
      margin-right: 7.85714%; }
  .grid-span-l-5 {
    -ms-grid-column-span: 5;
        grid-column-end: span 5; }
    .grid-span-l-5.-overflow {
      margin-left: -1.42857%;
      margin-right: -1.42857%; }
  .grid-span-l-6 {
    -ms-grid-column-span: 6;
        grid-column-end: span 6; }
    .grid-span-l-6.-overflow {
      margin-left: -9.04762%;
      margin-right: -9.04762%; }
  .grid-span-l-7 {
    -ms-grid-column-span: 7;
        grid-column-end: span 7; }
    .grid-span-l-7.-overflow {
      margin-left: -15.71429%;
      margin-right: -15.71429%; }
  .grid-span-l-8 {
    -ms-grid-column-span: 8;
        grid-column-end: span 8; }
    .grid-span-l-8.-overflow {
      margin-left: -21.78571%;
      margin-right: -21.78571%; }
  .grid-span-l-9 {
    -ms-grid-column-span: 9;
        grid-column-end: span 9; }
    .grid-span-l-9.-overflow {
      margin-left: -27.46032%;
      margin-right: -27.46032%; }
  .grid-span-l-10 {
    -ms-grid-column-span: 10;
        grid-column-end: span 10; }
    .grid-span-l-10.-overflow {
      margin-left: -32.85714%;
      margin-right: -32.85714%; }
  .grid-span-l-11 {
    -ms-grid-column-span: 11;
        grid-column-end: span 11; }
    .grid-span-l-11.-overflow {
      margin-left: -38.05195%;
      margin-right: -38.05195%; }
  .grid-span-l-12 {
    -ms-grid-column-span: 12;
        grid-column-end: span 12; }
    .grid-span-l-12.-overflow {
      margin-left: -43.09524%;
      margin-right: -43.09524%; }
  .grid-start-l-0 {
    -ms-grid-column: auto;
        grid-column-start: auto; }
  .grid-start-l-1 {
    -ms-grid-column: 1;
        grid-column-start: 1; }
  .grid-start-l-2 {
    -ms-grid-column: 2;
        grid-column-start: 2; }
  .grid-start-l-3 {
    -ms-grid-column: 3;
        grid-column-start: 3; }
  .grid-start-l-4 {
    -ms-grid-column: 4;
        grid-column-start: 4; }
  .grid-start-l-5 {
    -ms-grid-column: 5;
        grid-column-start: 5; }
  .grid-start-l-6 {
    -ms-grid-column: 6;
        grid-column-start: 6; }
  .grid-start-l-7 {
    -ms-grid-column: 7;
        grid-column-start: 7; }
  .grid-start-l-8 {
    -ms-grid-column: 8;
        grid-column-start: 8; }
  .grid-start-l-9 {
    -ms-grid-column: 9;
        grid-column-start: 9; }
  .grid-start-l-10 {
    -ms-grid-column: 10;
        grid-column-start: 10; }
  .grid-start-l-11 {
    -ms-grid-column: 11;
        grid-column-start: 11; }
  .grid-start-l-12 {
    -ms-grid-column: 12;
        grid-column-start: 12; } }

@media (min-width: 1440px) {
  .grid-span-xl-1 {
    -ms-grid-column-span: 1;
        grid-column-end: span 1; }
    .grid-span-xl-1.-overflow {
      margin-left: 95.71429%;
      margin-right: 95.71429%; }
  .grid-span-xl-2 {
    -ms-grid-column-span: 2;
        grid-column-end: span 2; }
    .grid-span-xl-2.-overflow {
      margin-left: 41.42857%;
      margin-right: 41.42857%; }
  .grid-span-xl-3 {
    -ms-grid-column-span: 3;
        grid-column-end: span 3; }
    .grid-span-xl-3.-overflow {
      margin-left: 20.47619%;
      margin-right: 20.47619%; }
  .grid-span-xl-4 {
    -ms-grid-column-span: 4;
        grid-column-end: span 4; }
    .grid-span-xl-4.-overflow {
      margin-left: 7.85714%;
      margin-right: 7.85714%; }
  .grid-span-xl-5 {
    -ms-grid-column-span: 5;
        grid-column-end: span 5; }
    .grid-span-xl-5.-overflow {
      margin-left: -1.42857%;
      margin-right: -1.42857%; }
  .grid-span-xl-6 {
    -ms-grid-column-span: 6;
        grid-column-end: span 6; }
    .grid-span-xl-6.-overflow {
      margin-left: -9.04762%;
      margin-right: -9.04762%; }
  .grid-span-xl-7 {
    -ms-grid-column-span: 7;
        grid-column-end: span 7; }
    .grid-span-xl-7.-overflow {
      margin-left: -15.71429%;
      margin-right: -15.71429%; }
  .grid-span-xl-8 {
    -ms-grid-column-span: 8;
        grid-column-end: span 8; }
    .grid-span-xl-8.-overflow {
      margin-left: -21.78571%;
      margin-right: -21.78571%; }
  .grid-span-xl-9 {
    -ms-grid-column-span: 9;
        grid-column-end: span 9; }
    .grid-span-xl-9.-overflow {
      margin-left: -27.46032%;
      margin-right: -27.46032%; }
  .grid-span-xl-10 {
    -ms-grid-column-span: 10;
        grid-column-end: span 10; }
    .grid-span-xl-10.-overflow {
      margin-left: -32.85714%;
      margin-right: -32.85714%; }
  .grid-span-xl-11 {
    -ms-grid-column-span: 11;
        grid-column-end: span 11; }
    .grid-span-xl-11.-overflow {
      margin-left: -38.05195%;
      margin-right: -38.05195%; }
  .grid-span-xl-12 {
    -ms-grid-column-span: 12;
        grid-column-end: span 12; }
    .grid-span-xl-12.-overflow {
      margin-left: -43.09524%;
      margin-right: -43.09524%; }
  .grid-start-xl-0 {
    -ms-grid-column: auto;
        grid-column-start: auto; }
  .grid-start-xl-1 {
    -ms-grid-column: 1;
        grid-column-start: 1; }
  .grid-start-xl-2 {
    -ms-grid-column: 2;
        grid-column-start: 2; }
  .grid-start-xl-3 {
    -ms-grid-column: 3;
        grid-column-start: 3; }
  .grid-start-xl-4 {
    -ms-grid-column: 4;
        grid-column-start: 4; }
  .grid-start-xl-5 {
    -ms-grid-column: 5;
        grid-column-start: 5; }
  .grid-start-xl-6 {
    -ms-grid-column: 6;
        grid-column-start: 6; }
  .grid-start-xl-7 {
    -ms-grid-column: 7;
        grid-column-start: 7; }
  .grid-start-xl-8 {
    -ms-grid-column: 8;
        grid-column-start: 8; }
  .grid-start-xl-9 {
    -ms-grid-column: 9;
        grid-column-start: 9; }
  .grid-start-xl-10 {
    -ms-grid-column: 10;
        grid-column-start: 10; }
  .grid-start-xl-11 {
    -ms-grid-column: 11;
        grid-column-start: 11; }
  .grid-start-xl-12 {
    -ms-grid-column: 12;
        grid-column-start: 12; } }

.grid-no-offset {
  margin-left: -24px;
  margin-right: -24px; }
  @media (min-width: 600px) {
    .grid-no-offset {
      margin-left: -40px;
      margin-right: -40px; } }

/* apply a natural box layout model to all elements */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background-color: #f1f3f4 !important;
  color: #202124;
  min-width: 320px;
  overflow-x: hidden;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.wrapper {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
  margin: 0 auto;
  max-width: 1440px; }

img {
  max-width: 100%; }

a:visited {
  color: inherit; }

body .h-c-header__jump-to-content {
  background: #f2f8fc;
  color: #000; }
  body .h-c-header__jump-to-content:visited {
    color: #000; }

.-text-input {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 2px 0 rgba(60, 64, 67, 0.3);
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(60, 64, 67, 0.3);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.8;
  margin-bottom: 18px;
  padding: 8px 12px; }
  @media (min-width: 900px) {
    .-text-input {
      margin-bottom: 0;
      margin-right: 12px; } }
  .-text-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px; }
  .-text-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px; }
  .-text-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px; }
  .-text-input::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px; }
  .-text-input:focus {
    box-shadow: 0 0 2px 0 #185abc;
    outline: none; }

.content-modal {
  display: none; }
  .content-modal--interior {
    padding-top: 104px; }
    .content-modal--interior .body {
      margin: 15px 0 40px; }
      .content-modal--interior .body h5 {
        margin: 24px 0 16px; }

.table-container {
  overflow-x: auto; }
  .table-container table {
    margin-top: 24px; }
    .table-container table.even-spaced {
      table-layout: fixed;
      width: 100%; }
    .table-container table th {
      font-weight: 500; }
    .table-container table th,
    .table-container table td {
      border: 1px solid #e8eaed;
      margin: 0;
      padding: 5px 10px; }

/* ui components */
.button {
  border-radius: 4px;
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.12px;
  padding: 11px 17px 10px; }
  .button--primary {
    background-color: #1a73e8;
    color: #fff;
    font-size: 15px; }
    .button--primary:visited {
      color: #fff; }
    .button--primary:hover, .button--primary:focus {
      background-color: #185abc;
      color: #fff;
      outline: none; }
  .button--secondary {
    border: 1px solid #1a73e8; }
    .button--secondary:hover, .button--secondary:focus {
      background-color: #d2e3fc;
      color: #185abc; }

.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
  padding: 12px; }
  @media (min-width: 900px) {
    .card {
      margin: -20px; } }
  .card:focus {
    background: none;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
    outline: none; }
  .card.-hoverable {
    box-shadow: none;
    transition: box-shadow 200ms ease-out; }
    .card.-hoverable:hover {
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07), 0 8px 16px 0 rgba(0, 0, 0, 0.12); }
    .card.-hoverable:focus {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8); }
  .card--no-border {
    box-shadow: none; }

.info-cards-grid {
  font-weight: 500;
  margin-bottom: 30px;
  position: relative; }
  @media (min-width: 900px) {
    .info-cards-grid {
      margin-bottom: 60px; } }
  .info-cards-grid .card {
    display: block;
    padding: 20px; }
    @media (min-width: 900px) {
      .info-cards-grid .card {
        padding: 20px 10px 20px; } }
    .info-cards-grid .card--image {
      display: block;
      height: 100px;
      margin: 0 auto;
      object-fit: contain;
      width: 100%; }
    .info-cards-grid .card--header {
      color: #202124;
      display: block;
      font-size: 16px;
      font-weight: 500;
      margin: 18px auto 10px; }
      @media (min-width: 600px) {
        .info-cards-grid .card--header {
          font-weight: 400;
          min-height: auto; } }
      @media (min-width: 900px) {
        .info-cards-grid .card--header {
          font-size: 18px; } }
      .info-cards-grid .card--header__1 {
        max-width: auto; }
      .info-cards-grid .card--header__2 {
        max-width: auto; }
      .info-cards-grid .card--header__3 {
        max-width: auto; }

.cards-with-info {
  background-color: transparent;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 340px auto; }
  @media (min-width: 600px) {
    .cards-with-info {
      background-position: left top;
      background-size: 400px auto;
      min-height: 500px; } }
  @media (min-width: 900px) {
    .cards-with-info {
      background-size: auto 75%;
      padding-top: 220px; } }
  @media (min-width: 1120px) {
    .cards-with-info {
      background-size: auto 95%;
      min-height: 800px;
      padding-top: 280px; } }
  @media only screen and (min-width: 600px) and (max-width: 900px) {
    .cards-with-info {
      padding-top: 160px; } }
  .cards-with-info .h2 {
    text-align: center; }
    @media (min-width: 600px) {
      .cards-with-info .h2 {
        max-width: 370px;
        text-align: left; } }
  .cards-with-info .body {
    text-align: center; }
    @media (min-width: 600px) {
      .cards-with-info .body {
        text-align: left; } }
    .cards-with-info .body.-small {
      font-size: 12px; }
      @media (min-width: 600px) {
        .cards-with-info .body.-small {
          font-size: 14px; } }
  .cards-with-info a {
    display: block;
    text-align: center; }
    @media (min-width: 600px) {
      .cards-with-info a {
        text-align: left; } }
  .cards-with-info .cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cards-with-info .cards .grid-item:nth-child(1) {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .cards-with-info .cards .grid-item:nth-child(2) {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .cards-with-info .cards .grid-item:nth-child(3) {
      margin: 0 auto;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 90%; }
    @media (min-width: 600px) {
      .cards-with-info .cards {
        display: -ms-grid;
        display: grid; }
        .cards-with-info .cards .grid-item:nth-child(1),
        .cards-with-info .cards .grid-item:nth-child(2),
        .cards-with-info .cards .grid-item:nth-child(3) {
          margin: 0;
          -webkit-order: initial;
              -ms-flex-order: initial;
                  order: initial;
          width: 100%; } }
    @media only screen and (min-width: 600px) and (max-width: 700px) {
      .cards-with-info .cards .grid-item:nth-child(1),
      .cards-with-info .cards .grid-item:nth-child(2) {
        -webkit-transform: scale(0.85);
                transform: scale(0.85); } }
  .cards-with-info .card {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    padding: 16px;
    position: relative; }
    @media (min-width: 600px) {
      .cards-with-info .card {
        max-width: initial;
        min-height: 220px;
        min-width: 150px;
        padding: 40px 20px 25px; } }
    .cards-with-info .card span {
      display: block; }
    .cards-with-info .card__title {
      font-size: 44px; }
      @media (min-width: 600px) {
        .cards-with-info .card__title {
          font-size: 60px; } }
      @media (min-width: 900px) {
        .cards-with-info .card__title {
          font-size: 80px; } }
    .cards-with-info .card__text {
      font-size: 16px;
      line-height: 1.625; }
      @media (min-width: 600px) {
        .cards-with-info .card__text {
          min-height: 45px; } }
    .cards-with-info .card__text--extra {
      color: #2e7d32;
      font-size: 14px;
      font-weight: 500; }
      @media (min-width: 900px) {
        .cards-with-info .card__text--extra {
          margin-top: 15px; } }
    .cards-with-info .card--bubble {
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center;
      background: #2e7d32;
      border-radius: 30px;
      bottom: -54px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      height: 60px;
      left: -15px;
      letter-spacing: 0.25px;
      padding-top: 10px;
      position: absolute;
      width: calc(100% + 30px); }
      .cards-with-info .card--bubble:after {
        border: 10px solid transparent;
        border-bottom-color: #2e7d32;
        border-top: 0;
        content: '';
        height: 0;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 0;
        width: 0; }
      .cards-with-info .card--bubble span {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        max-width: 167px; }

.carousel {
  width: 100%; }
  .carousel__slides {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    margin: 0;
    position: relative; }
  .carousel__slide {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    z-index: 0; }
    @media (min-width: 600px) {
      .carousel__slide {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .carousel__slide.-active {
      opacity: 1;
      position: relative;
      z-index: 1; }
  .carousel__image {
    display: block;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin: 0 auto;
    max-width: 450px;
    padding: 30px 70px 0; }
    @media (min-width: 600px) {
      .carousel__image {
        padding: 30px 0 30px 30px; } }
    .carousel__image img {
      width: 100%; }
  .carousel__content {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 30px 30px 30px 8%; }
  .carousel__title {
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .carousel__title {
        margin-bottom: 30px; } }
  .carousel .row {
    height: 100%; }
    @media (min-width: 600px) {
      .carousel .row {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .carousel__arrow {
    box-sizing: content-box;
    cursor: pointer;
    min-width: 15px;
    padding: 20px 17px;
    position: absolute;
    top: 25%;
    width: 3%;
    z-index: 2; }
    @media (min-width: 600px) {
      .carousel__arrow {
        position: static; } }
    .carousel__arrow--left {
      left: -20px;
      padding-left: 40px; }
    .carousel__arrow--right {
      padding-right: 40px;
      right: -20px; }
  .carousel__nav {
    margin: -50px auto 0;
    position: relative;
    width: 150px;
    z-index: 1; }
    .carousel__nav ul {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .carousel__nav-pip {
    cursor: pointer;
    padding: 15px; }
    .carousel__nav-pip .pip {
      background-color: #dadce0;
      border-radius: 10px;
      display: inline-block;
      height: 10px;
      width: 10px; }
    .carousel__nav-pip.-active .pip {
      background-color: #4386f4; }

.chat-wrapper {
  bottom: 50px;
  display: none;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 50px;
  width: 268px;
  z-index: 999; }
  @media (min-width: 600px) {
    .chat-wrapper {
      display: block; } }
  .chat-wrapper.-active {
    opacity: 1; }
    .chat-wrapper.-active .chat-wrapper--show-info {
      pointer-events: auto !important; }
  .chat-wrapper button {
    cursor: pointer; }
  .chat-wrapper--show-info {
    background-image: url("../image/chat-bubble.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 57px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-out;
    width: 57px;
    z-index: 10; }
    .chat-wrapper--show-info.-active {
      opacity: 1; }
  .chat-wrapper--info {
    background: #fff;
    border-radius: 8px 8px 0 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    padding: 20px;
    position: relative;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    transition: all 0.2s ease-out;
    z-index: 5; }
    .chat-wrapper--info.-active {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .chat-wrapper--start {
    background-image: url("../image/chat-start.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    color: #1a73e8;
    font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 1.14286;
    padding: 0 0 4px 28px; }
    .chat-wrapper--start[disabled] {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      opacity: 0.75; }
  .chat-wrapper--close {
    background-image: url("../image/chat-cancel.svg");
    background-repeat: no-repeat;
    height: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 18px; }
  .chat-wrapper--heading {
    font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27273; }

.email-signup--success {
  display: none;
  font-weight: 400px;
  margin: 20px 10px;
  text-align: center; }

.email-signup--form {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 10px;
  width: 230px; }
  @media (min-width: 600px) {
    .email-signup--form {
      width: 400px; } }

.email-signup--input {
  font-size: 16px;
  width: 255px; }
  @media (min-width: 600px) {
    .email-signup--input {
      font-size: 14px; } }

.email-signup--submit {
  height: 36px;
  margin: 2px 0 0 10px;
  width: 36px; }
  @media (min-width: 900px) {
    .email-signup--submit {
      margin-left: 0; } }
  .email-signup--submit .submit-svg {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .email-signup--submit:focus, .email-signup--submit:hover {
    outline: none; }
    .email-signup--submit:focus .submit-svg circle, .email-signup--submit:hover .submit-svg circle {
      fill: #185abc; }

.email-signup .grecaptcha-badge {
  margin: 30px auto 0;
  z-index: 10; }

.h-c-header--product-marketing-one-tier .h-c-header__cta {
  padding: 11px 20px !important; }

.h-c-header__company-logo-link {
  padding: 14px 0 !important; }
  @media (min-width: 900px) {
    .h-c-header__company-logo-link {
      padding: 16px 0 !important; } }
  .h-c-header__company-logo-link:focus {
    outline: -webkit-focus-ring-color auto 5px; }
  .h-c-header__company-logo-link img {
    height: 28px; }
    @media (min-width: 900px) {
      .h-c-header__company-logo-link img {
        height: 32px; } }
  .h-c-header__company-logo-link:focus {
    background: none;
    outline: none;
    text-decoration: underline; }
	
.h-c-header__banner {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  background: #1a73e8;
  color: #fff;
  display: none;
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 34px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  padding: 8px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100; }
  .h-c-header__banner.-enabled {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .h-c-header__banner a {
    color: white !important;
    display: inline-block;
    font-weight: 500;
    margin-left: 6px;
    text-decoration: none; }
    .h-c-header__banner a:hover {
      color: white;
      text-decoration: none; }
    .h-c-header__banner a:focus {
      background: transparent; }

.h-c-header__banner.-enabled + .h-c-header__bar {
  -webkit-transform: translateY(34px);
          transform: translateY(34px); }

.h-c-header__banner__referral-credit-on {
  display: none; }
  .h-c-header__banner__referral-credit-on.-enabled {
    display: block; }
    .h-c-header__banner__referral-credit-on.-enabled + .h-c-header__banner__referral-credit-off {
      display: none; }

@media (min-width: 900px) {
  .h-c-header__bar .h-c-header__nav {
    margin-left: 0 !important; } }

@media (min-width: 900px) {
  .h-c-header__bar .h-c-header__nav .h-c-header__nav-li {
    margin-left: 40px; } }

.h-c-header__bar .h-c-header__nav .h-c-header__nav-li.-active {
  position: relative; }
  .h-c-header__bar .h-c-header__nav .h-c-header__nav-li.-active ::after {
    background-color: #1a73e8;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%; }

.h-c-header__bar .h-c-header__nav .h-c-header__nav-li:hover a, .h-c-header__bar .h-c-header__nav .h-c-header__nav-li:focus-within a {
  text-decoration: none; }
.h-c-header__bar .h-c-header__nav .h-c-header__nav-li.-active a {
  font-weight: 500; }

/*.h-c-header__bar .h-c-header__nav-li-link {
  border-bottom: 2px solid transparent;
  color: #202124;
  letter-spacing: 0.12px;
  padding-bottom: 7px; }
  .h-c-header__bar .h-c-header__nav-li-link:hover {
    border-bottom: 3px solid #1a73e8;
    color: #1a73e8;
	}
  .h-c-header__bar .h-c-header__nav-li-link:visited {
    color: #202124; }*/
.h-c-header__bar .h-c-header__nav-li-link {
  border-bottom: 2px solid transparent;
  color: #202124;
  letter-spacing: 0.12px;
  padding-bottom: 7px; }
  .h-c-header__bar .h-c-header__nav-li-link:hover {
    border-bottom: 3px solid #1a73e8;
    color: #1a73e8;
	}
  .h-c-header__bar .h-c-header__nav-li-link:focus {
    background: none;
    outline: none;
    text-decoration: underline; }
  .h-c-header__bar .h-c-header__nav-li-link:visited {
    color: #202124; }

.h-c-header__bar .h-c-header__cta {
  display: block !important; }
  .h-c-header__bar .h-c-header__cta .h-c-header__cta-li-link.h-c-header__cta-li-link {
    letter-spacing: 0.12px;
    padding: 0 17px; }
    .h-c-header__bar .h-c-header__cta .h-c-header__cta-li-link.h-c-header__cta-li-link--primary {
      background-color: #1a73e8;
      font-size: 15px;
      padding: 8px 17px;
      position: absolute;
      right: 8px;
      top: 8px; }
      @media (min-width: 900px) {
        .h-c-header__bar .h-c-header__cta .h-c-header__cta-li-link.h-c-header__cta-li-link--primary {
          padding: 0 17px;
          position: relative;
          right: auto;
          top: auto; } }
      .h-c-header__bar .h-c-header__cta .h-c-header__cta-li-link.h-c-header__cta-li-link--primary:focus, .h-c-header__bar .h-c-header__cta .h-c-header__cta-li-link.h-c-header__cta-li-link--primary:hover {
        background-color: #185abc; }
    .h-c-header__bar .h-c-header__cta .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary {
      color: #1a73e8;
      display: none;
      font-size: 14px; }
      @media (min-width: 900px) {
        .h-c-header__bar .h-c-header__cta .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary {
          display: table-cell; } }
      .h-c-header__bar .h-c-header__cta .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:focus, .h-c-header__bar .h-c-header__cta .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:hover {
        background-color: #d2e3fc;
        color: #185abc; }

.h-c-header__drawer .h-c-header__drawer-nav-li-link {
  color: #202124;
  letter-spacing: 0.12px; }
  .h-c-header__drawer .h-c-header__drawer-nav-li-link:visited {
    color: #202124; }
  .h-c-header__drawer .h-c-header__drawer-nav-li-link.-blue {
    color: #1a73e8; }

.h-c-header__drawer .h-c-header__drawer-cta {
  height: 120px;
  padding: 16px; }
  .h-c-header__drawer .h-c-header__drawer-cta .h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link {
    height: 40px;
    letter-spacing: 0.12px;
    padding: 0 17px; }
    .h-c-header__drawer .h-c-header__drawer-cta .h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary {
      background-color: #1976d2;
      font-size: 15px; }
    .h-c-header__drawer .h-c-header__drawer-cta .h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--secondary {
      border: 1px solid #1976d2;
      border-radius: 2px;
      color: #1976d2;
      font-size: 14px; }
      .h-c-header__drawer .h-c-header__drawer-cta .h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--secondary:focus, .h-c-header__drawer .h-c-header__drawer-cta .h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--secondary:hover {
        background: #fff; }

.h-c-header.h-c-header--product-marketing-one-tier.h-is-wholly-scrolled .h-c-header__bar {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.h-c-footer .h-c-footer__global-links-list-item {
  float: none; }
  @media (min-width: 600px) {
    .h-c-footer .h-c-footer__global-links-list-item {
      float: left; } }

#h-js-header__drawer-close-btn {
  display: block;
  height: auto;
  opacity: 1;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 2px;
  width: auto; }
  #h-js-header__drawer-close-btn svg {
    opacity: 0.5; }

.modal {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }
  .modal.-active {
    pointer-events: all;
    z-index: 999; }
  .modal img {
    margin-bottom: 32px; }
  .modal__content {
    margin: 0 auto; }
  .modal__close {
    display: block;
    height: 40px;
    position: fixed;
    right: 38px;
    top: 24px;
    width: 40px;
    z-index: 10; }

.phone-detail-component {
  margin-top: 24px; }
  .-compare-phones .phone-detail-component {
    margin-top: 0; }

.designed-for-fi {
  padding: 126px 30px;
  text-align: center; }
  .-compare-phones .designed-for-fi {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px; }
  @media (min-width: 600px) {
    .designed-for-fi {
      padding-left: 0;
      padding-right: 0; } }
  .designed-for-fi .h2 {
    margin-bottom: 22px; }

.phone--hero {
  padding-left: 30px;
  padding-right: 30px; }
  .-compare-phones .phone--hero {
    background: #fff;
    display: block;
    margin: 0 auto;
    padding-top: 24px; }
  @media (min-width: 900px) {
    .phone--hero {
      padding-left: 0;
      padding-right: 0; } }

.phone--image-container {
  border-radius: 8px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 50px 0 30px;
  position: relative;
  text-align: center; }
  .-compare-phones .phone--image-container {
    margin-bottom: 42px; }
  .phone--image-container .phone--image {
    height: 100%;
    margin-bottom: 20px;
    min-height: 347px;
    position: relative; }
    @media (min-width: 600px) {
      .phone--image-container .phone--image {
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      .phone--image-container .phone--image {
        margin-bottom: 40px;
        min-height: 477px; } }
  .phone--image-container img {
    height: 100%;
    left: 0;
    margin: 0 auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.phone--swatch {
  border: 2px solid #e3e3e3;
  border-radius: 50%;
  height: 20px;
  margin: 0 6px;
  width: 20px; }
  .phone--swatch.-active {
    border-color: #4386f4; }

.phone--text {
  padding-top: 24px;
  text-align: center; }
  @media (min-width: 900px) {
    .-compare-phones .phone--text {
      min-height: 500px; } }
  @media (min-width: 600px) {
    .phone--text {
      text-align: left; } }
  .phone--text .tooltip-parent {
    margin: -24px 0 42px 0;
    text-align: right; }

.phone--pricing {
  margin-bottom: 32px; }
  .phone--pricing span {
    display: block;
    margin: 10px 0; }

.pricing-header {
  color: #9aa0a6;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.42857; }
  @media (min-width: 600px) {
    .pricing-header {
      color: #202124;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 1.55556; } }

.pricing-buy {
  color: #3c4043;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.5; }
  @media (min-width: 600px) {
    .pricing-buy {
      color: #202124;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 1.55556; } }

.pricing-trade {
  font-size: 16px;
  line-height: 1.625; }
  @media (min-width: 600px) {
    .pricing-trade {
      font-size: 18px;
      line-height: 1.55556; } }

.phone-description {
  font-size: 16px;
  line-height: 1.625;
  padding: 42px 0;
  text-align: left; }
  @media (min-width: 600px) {
    .phone-description {
      font-size: 18px;
      line-height: 1.55556; } }
  .phone-description.-no-btm-padding {
    padding-bottom: 0; }

.phone-promo-container {
  background-color: #d1e8c9;
  padding: 24px 24px 14px 24px;
  text-align: left; }

.phone-promo {
  color: #202124;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.42857;
  margin: 6px 0 12px 0; }

.phone--specs-container {
  background: #f2f8fc;
  padding: 30px; }
  .-compare-phones .phone--specs-container {
    background: none; }
  @media (min-width: 600px) {
    .phone--specs-container {
      padding: 60px; } }
  .phone--specs-container h3 {
    color: #3c4043;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.45455;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .phone--specs-container ul {
    list-style-type: disc; }
    .phone--specs-container ul li {
      margin-bottom: 24px;
      padding-left: 12px; }
      .phone--specs-container ul li:first-of-type {
        margin-top: 24px; }
    .phone--specs-container ul ul {
      list-style-type: circle; }
      .phone--specs-container ul ul li {
        margin-bottom: 0; }
    .phone--specs-container ul li {
      margin-bottom: 0;
      padding-left: 0; }
  .phone--specs-container .tooltip-parent {
    margin: 16px 0 0 20px; }

.phone--specs.-initial {
  margin-bottom: 38px; }
  .phone--specs.-initial p {
    font-size: 32px; }

.-compare-phones .phone--specs.-initial {
  display: none; }

.phone-specs-expand-button {
  margin-top: 42px; }
  @media (min-width: 600px) {
    .phone-specs-expand-button {
      margin-top: 0; }
      .-compare-phones .phone-specs-expand-button {
        margin-top: 42px; } }
  .phone-specs-expand-button.-active {
    opacity: 0;
    pointer-events: none; }

@media (min-width: 900px) {
  .phone-specs-columns {
    grid-row-gap: 40px; } }

.-compare-phones .phone-specs-columns {
  display: block; }

.phone-spec {
  border-bottom: 1px solid #e8eaed;
  padding: 28px 0; }
  @media (min-width: 600px) {
    .phone-spec {
      padding-top: 0; }
      .-compare-phones .phone-spec {
        padding-top: 28px; } }
  .phone-spec--image {
    max-height: 420px; }

.phone-spec-nav {
  display: inline-block;
  margin: 32px auto; }
  @media (min-width: 600px) {
    .-compare-phones .phone-spec-nav {
      bottom: 0;
      position: absolute; } }

.phone-select-component {
  background: #fff url("../image/phone-detail/header.png") left top no-repeat;
  background-size: 100% auto;
  color: #202124;
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif; }

.phone-select--container {
  padding: 60px 0;
  /* for IE and Edge */ }
  .phone-select--container--secondary {
    display: none; }
    @media (min-width: 900px) {
      .phone-select--container--secondary {
        display: block; } }
  .phone-select--container .phone-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url("../image/icons/down-arrow.svg") right 70% no-repeat;
    background-size: 10px 7px;
    border: none;
    border-bottom: 1px solid #979797;
    border-radius: 0;
    color: #202124;
    display: block;
    font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    height: auto;
    line-height: 24px;
    max-width: 100%;
    padding: 28px 13px 13px; }
    @media (min-width: 900px) {
      .phone-select--container .phone-select {
        font-size: 36px;
        line-height: 36px; } }
    .phone-select--container .phone-select.secondary {
      font-size: 22px;
      padding: 36px 13px 5px; }
      .phone-select--container .phone-select.secondary.-compare-phones {
        font-size: 36px;
        line-height: 36px;
        padding: 28px 0 13px; }
  .phone-select--container .phone-select option {
    padding: 0 4px; }
  .phone-select--container .phone-select::-ms-expand {
    display: none; }

.phones-container.-compare-phones {
  grid-row-gap: 0; }
  .phones-container.-compare-phones .phones-container--child {
    background-color: #f2f8fc;
    padding-bottom: 24px;
    position: relative; }
  .phones-container.-compare-phones .phones-container--secondary .phone-spec-nav {
    display: none; }

.phones-container--secondary {
  display: none; }
  @media (min-width: 900px) {
    .phones-container--secondary {
      display: block; } }

.pill {
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 18px;
  color: #5f6368;
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  margin: 12px 9px 0;
  text-align: center;
  width: 204px; }
  @media (min-width: 900px) {
    .pill {
      margin: 12px 12px 0; } }
  .pill.-active {
    background: #e4eeff;
    border: 0;
    color: #1568d6; }
  .pill:focus, .pill:hover {
    border: 1px solid #4386f4;
    color: #185abc; }
  .pill:focus {
    outline: none; }

.page-intro {
  padding: 175px 0 60px; }
  @media (min-width: 900px) {
    .page-intro {
      padding: 236px 0 100px; } }
  .page-intro .intro {
    color: #3c4043;
    font-size: 16px;
    margin-top: 10px; }
    @media (min-width: 900px) {
      .page-intro .intro {
        font-size: 18px;
        margin-top: 15px;
        padding: 0 30px; } }
  .page-intro__logo {
    height: auto;
    margin: 0 auto 20px;
    width: 40px; }
    @media (min-width: 600px) {
      .page-intro__logo {
        margin: 0 auto 30px;
        width: 60px; } }
    @media (max-width: 340px) {
      .page-intro__logo {
        width: 25px; } }
  .page-intro .h1 em {
    color: #1a73e8;
    font-style: normal;
    white-space: nowrap; }
  .page-intro__cta {
    margin: 20px 0; }
  .page-intro__details {
    margin-bottom: 45px; }
    @media (min-width: 1120px) {
      .page-intro__details {
        margin-bottom: 70px; } }
  .page-intro--home {
/*    margin-bottom: 50vw; */
    padding: 70px 0;}
    @media (min-width: 600px) {
      .page-intro--home {
        /*    margin-bottom: 26vw; */ } }
    @media (min-width: 900px) {
      .page-intro--home {
        /*    margin-bottom: 24vw; */ } }
    @media (min-width: 1120px) {
      .page-intro--home {
        /*    margin-bottom: 22vw; 
        padding: 100px 0; */} }
    @media (min-width: 1440px) {
      .page-intro--home {
        /*    margin-bottom: 20vw; */ } }
    .page-intro--home .grid-item {
      margin: 0 auto;
      max-width: 280px; }
      @media (min-width: 600px) {
        .page-intro--home .grid-item {
          margin: auto;
          max-width: none; } }
    .page-intro--home .intro {
      font-size: 16px; }
      @media (min-width: 900px) {
        .page-intro--home .intro {
          font-size: 24px;
          padding: 0 30px; } }
  .page-intro--signup, .page-intro--leadgen {
    padding-top: 45px; }
    @media (min-width: 900px) {
      .page-intro--signup, .page-intro--leadgen {
        padding-bottom: 10px;
        padding-top: 4vh; } }
    .page-intro--signup .intro, .page-intro--leadgen .intro {
      font-size: 28px; }
      @media (min-width: 1120px) {
        .page-intro--signup .intro, .page-intro--leadgen .intro {
          font-size: 32px; } }
  @media (min-width: 900px) {
    .page-intro--signup .page-intro__details {
      margin-bottom: 3vh; } }
  @media (min-width: 900px) and (min-height: 750px) {
    .page-intro--signup .page-intro__details {
      margin-bottom: 8vh; } }

.tooltip-parent {
  position: relative; }
  .tooltip-parent .tooltip-trigger svg {
    opacity: 0.5; }
  .tooltip-parent .tooltip-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    display: block;
    left: 0;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
    transition: opacity 200ms ease-out, transform 200ms ease-out;
    transition: opacity 200ms ease-out, transform 200ms ease-out, -webkit-transform 200ms ease-out;
    width: 400px; }
    .tooltip-parent .tooltip-content.-full-width {
      width: 100%; }
    .tooltip-parent .tooltip-content.-active {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .tooltip-parent .tooltip-copy {
    color: #202124; }

/* partials */
@media (min-width: 600px) {
  .bill-estimator {
    margin: 32px auto 148px;
    max-width: 1120px; } }

.bill-estimator .bill-estimator-wrapper {
  margin-bottom: 36px;
  padding: 0 32px; }
  @media (min-width: 600px) {
    .bill-estimator .bill-estimator-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 18px;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 90px;
      padding: 0 24px; } }
  @media (min-width: 900px) {
    .bill-estimator .bill-estimator-wrapper {
      margin-bottom: 84px; } }

.bill-estimator .card {
  margin: 0 0 24px;
  padding: 16px 12px 0; }
  @media (min-width: 600px) {
    .bill-estimator .card {
      margin: 0; } }

.bill-estimator .bill-cost {
  display: block;
  font-size: 56px;
  line-height: 56px; }
  @media (min-width: 600px) {
    .bill-estimator .bill-cost {
      font-size: 96px;
      letter-spacing: -1px;
      line-height: 1.16667;
      margin-bottom: 14px; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .bill-estimator .bill-cost {
      font-size: 80px; } }
  @media only screen and (min-width: 600px) and (max-width: 740px) {
    .bill-estimator .bill-cost {
      font-size: 64px; } }

.bill-estimator .bill-highlight {
  color: #2e7d32; }

.bill-estimator .bill-footnote {
  color: #5f6368; }

.bill-estimator .bill-faq-link {
  background: url("../image/icons/help.svg");
  background-size: cover;
  display: inline-block;
  height: 16px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  width: 16px; }

.bill-estimator .bill-settings {
  margin-bottom: 70px; }
  @media (min-width: 600px) {
    .bill-estimator .bill-settings {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0;
      width: 53.83929%; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .bill-estimator .bill-settings {
      width: 66%; } }

.bill-estimator .bill-people {
  width: 100%; }
  @media (min-width: 600px) {
    .bill-estimator .bill-people {
      margin-right: 8.12604%; } }

.bill-estimator .bill-info-heading {
  font-size: 14px;
  font-weight: 500;
  text-align: center; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .bill-estimator .bill-info-heading {
      margin-bottom: 0;
      min-height: 50px; } }
  @media (min-width: 600px) {
    .bill-estimator .bill-info-heading {
      font-size: 18px; } }

.bill-estimator .bill-info {
  margin-bottom: 16px;
  margin-top: 14px;
  text-align: center; }

.bill-estimator .bill-people-controls {
  border-top: 1px solid #f2f2f2;
  margin-left: -12px;
  margin-right: -12px;
  padding: 14px 12px;
  position: relative; }
  @media (min-width: 900px) {
    .bill-estimator .bill-people-controls {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.bill-estimator .bill-people-controls-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28571;
  text-align: center; }
  @media only screen and (min-width: 600px) and (max-width: 700px) {
    .bill-estimator .bill-people-controls-text {
      margin: 0 auto;
      max-width: 60%; } }
  @media (min-width: 900px) {
    .bill-estimator .bill-people-controls-text {
      text-align: left; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .bill-estimator .bill-people-controls-text {
      font-size: 12px; } }

.bill-estimator .bill-people-controls-buttons {
  bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 0 12px;
  position: absolute;
  width: 100%; }
  @media (min-width: 900px) {
    .bill-estimator .bill-people-controls-buttons {
      bottom: auto;
      display: block;
      left: auto;
      padding: 0;
      position: relative;
      top: 3px;
      width: auto; } }

.bill-estimator .bill-people-button {
  background-color: #4386f4;
  border-radius: 24px;
  height: 24px;
  transition: all 0.25s ease;
  width: 24px; }
  .bill-estimator .bill-people-button:focus, .bill-estimator .bill-people-button:hover, .bill-estimator .bill-people-button.-active {
    background-color: #185abc; }
  .bill-estimator .bill-people-button:focus {
    outline: none; }
  .bill-estimator .bill-people-button[disabled='true'] {
    background-color: #4386f4;
    opacity: 0.25; }
  .bill-estimator .bill-people-button--minus {
    background-image: url("../image/icons/bill-minus.svg"); }
  .bill-estimator .bill-people-button--plus {
    background-image: url("../image/icons/bill-plus.svg"); }
    @media (min-width: 900px) {
      .bill-estimator .bill-people-button--plus {
        margin-left: 4px; } }

.bill-estimator .bill-data {
  margin-bottom: 84px;
  width: 100%; }
  @media (min-width: 600px) {
    .bill-estimator .bill-data {
      margin-bottom: 0; } }

.bill-estimator .bill-data-controls {
  border-top: 1px solid #f2f2f2;
  margin-left: -12px;
  margin-right: -12px;
  padding: 14px 12px;
  position: relative; }

.bill-estimator .bill-data-slider {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  background: transparent;
  /* Otherwise white in Chrome */
  outline: none;
  position: relative;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  width: 100%;
  /* Specific width is required for Firefox. */
  z-index: 5; }
  .bill-estimator .bill-data-slider:focus {
    outline: none; }
    .bill-estimator .bill-data-slider:focus::-webkit-slider-thumb {
      background-color: #185abc;
      outline: none; }
    .bill-estimator .bill-data-slider:focus::-ms-thumb {
      background-color: #185abc;
      outline: none; }
    .bill-estimator .bill-data-slider:focus::-moz-range-thumb {
      background-color: #185abc;
      outline: none; }
  .bill-estimator .bill-data-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: url("../image/icons/bill-slider.svg");
    background-color: #4386f4;
    background-size: cover;
    border: 0;
    border-radius: 24px;
    cursor: pointer;
    height: 24px;
    margin: 0;
    outline: none;
    position: relative;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    transition: background-color 0.1s ease;
    width: 24px;
    z-index: 100; }
  .bill-estimator .bill-data-slider::-ms-thumb {
    -webkit-appearance: none;
    background: url("../image/icons/bill-slider.svg");
    background-color: #4386f4;
    background-size: cover;
    border: 0;
    border-radius: 24px;
    cursor: pointer;
    height: 24px;
    margin: 0;
    outline: none;
    position: relative;
    transform: translateY(2px);
    transition: background-color 0.1s ease;
    width: 24px;
    z-index: 100; }
  .bill-estimator .bill-data-slider::-moz-range-thumb {
    -webkit-appearance: none;
    background: url("../image/icons/bill-slider.svg");
    background-color: #4386f4;
    background-size: cover;
    border: 0;
    border-radius: 24px;
    cursor: pointer;
    height: 24px;
    margin: 0;
    outline: none;
    position: relative;
    transform: translateY(5px);
    transition: background-color 0.1s ease;
    width: 24px;
    z-index: 100; }
  .bill-estimator .bill-data-slider::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 8px;
    width: 100%; }
  .bill-estimator .bill-data-slider::-ms-track {
    cursor: pointer;
    height: 18px;
    width: 100%; }
  .bill-estimator .bill-data-slider::-moz-range-track {
    background: none;
    cursor: pointer;
    height: 8px;
    width: 100%; }
  .bill-estimator .bill-data-slider.-active::-webkit-slider-thumb {
    background-color: #2e7d32; }
  .bill-estimator .bill-data-slider.-active::-ms-thumb {
    background-color: #2e7d32; }
  .bill-estimator .bill-data-slider.-active::-moz-range-thumb {
    background-color: #2e7d32; }
  .bill-estimator .bill-data-slider.-active:focus::-webkit-slider-thumb {
    -webkit-filter: brightness(140%);
            filter: brightness(140%); }
  .bill-estimator .bill-data-slider.-active:focus::-ms-thumb {
    filter: brightness(140%); }
  .bill-estimator .bill-data-slider.-active:focus::-moz-range-thumb {
    filter: brightness(140%); }

.bill-estimator .bill-data-bars {
  height: 2px;
  left: 12px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  width: calc(100% - 24px);
  z-index: 4; }

.bill-estimator .bill-slider-bar {
  background: #aecbfa;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.bill-estimator .bill-data-bar {
  background-color: #4386f4;
  height: 2px;
  left: -100%;
  position: absolute;
  width: 100%;
  z-index: 2; }

.bill-estimator .bill-threshold-bar {
  background-color: #2e7d32;
  height: 2px;
  left: 0;
  outline: 2px solid #fff;
  position: absolute;
  width: 100%;
  z-index: 3; }

.bill-estimator .bill-threshold-tooltip {
  -webkit-font-smoothing: antialiased;
  background-color: #2e7d32;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 60px;
  left: 50%;
  letter-spacing: 0.25px;
  line-height: 1.28571;
  max-width: 300px;
  opacity: 0;
  padding: 14px 12px;
  position: absolute;
  text-align: center;
  top: 46px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: opacity 0.1s ease;
  width: 80%; }
  @media (min-width: 600px) {
    .bill-estimator .bill-threshold-tooltip {
      max-width: none;
      padding: 14px 25px;
      top: 52px;
      width: 100%; } }
  @media (min-width: 1120px) {
    .bill-estimator .bill-threshold-tooltip {
      left: 12px;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media only screen and (min-width: 600px) and (max-width: 840px) {
    .bill-estimator .bill-threshold-tooltip {
      padding: 14px 8px; } }
  @media only screen and (min-width: 600px) and (max-width: 840px) and (orientation: landscape) {
    .bill-estimator .bill-threshold-tooltip {
      font-size: 13px; } }
  @media (min-width: 1120px) {
    .bill-estimator .bill-threshold-tooltip::before {
      background-color: #2e7d32;
      content: '';
      height: 14px;
      left: 50%;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      width: 14px; } }
  .bill-estimator .bill-threshold-tooltip.-active {
    opacity: 1; }

.bill-estimator .bill-overview {
  position: relative; }
  @media (min-width: 600px) {
    .bill-estimator .bill-overview {
      width: 24.73214%; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .bill-estimator .bill-overview {
      width: 29%; } }
  .bill-estimator .bill-overview .card {
    padding-bottom: 12px; }
    @media (min-width: 600px) {
      .bill-estimator .bill-overview .card {
        padding-bottom: 0; } }

.bill-estimator .bill-protection-tooltip {
  background-color: #2e7d32;
  border-radius: 0 0 8px 8px;
  color: #fff;
  display: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 1.28571;
  margin-left: -12px;
  margin-right: -12px;
  min-height: 57px;
  opacity: 0;
  padding: 10px 36px;
  text-align: center;
  transition: opacity 0.1s ease; }
  @media (min-width: 600px) {
    .bill-estimator .bill-protection-tooltip {
      display: block; } }
  .bill-estimator .bill-protection-tooltip.-active {
    opacity: 1; }

.bill-estimator .bill-estimator-disclaimer {
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85714;
  text-align: center; }

.page-bottom-cta {
  background: transparent url("../image/partials/page-bottom-bg.png");
  background-position: right 101%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 100px 0; }
  @media (min-width: 600px) {
    .page-bottom-cta {
      background-position: center 105%;
      background-size: 100% auto; } }
  .page-bottom-cta .card {
    padding: 50px 20px 40px; }
  .page-bottom-cta .h3 {
    font-size: 32px;
    margin: 0 auto 10px; }
    @media (min-width: 600px) {
      .page-bottom-cta .h3 {
        font-size: 36px;
        max-width: 445px; } }
  .page-bottom-cta .subhead {
    margin: 0 auto; }
    @media (min-width: 600px) {
      .page-bottom-cta .subhead {
        margin-bottom: 20px; } }
  .page-bottom-cta .button {
    display: inline-block;
    margin-top: 24px; }
    @media (min-width: 600px) {
      .page-bottom-cta .button {
        margin-top: 0; } }
  .page-bottom-cta .text-link {
    display: block;
    margin-top: 15px; }
  .page-bottom-cta .email-signup {
    border-top: 1px solid #e3e3e3;
    margin-top: 24px;
    padding-top: 24px; }
    @media (min-width: 600px) {
      .page-bottom-cta .email-signup {
        margin: 24px -20px 0;
        padding-top: 30px; } }
    @media (min-width: 900px) {
      .page-bottom-cta .email-signup {
        margin: 60px -20px 20px; } }
    .page-bottom-cta .email-signup .h4 {
      margin: 0 auto 8px;
      max-width: 190px; }
      @media (min-width: 600px) {
        .page-bottom-cta .email-signup .h4 {
          margin: 0 0 8px;
          max-width: none; } }

/* pages */
.coverage {
  background: transparent url("../image/coverage/intro-bg-small.png") left top no-repeat;
  background-size: 100% auto;
  padding-top: 18vw; }
  @media (min-width: 600px) {
    .coverage {
      background: transparent url("../image/coverage/intro-bg.png") left top no-repeat;
      background-size: 100% auto;
      padding-top: 0; } }
  .coverage .page-intro .h1 {
    margin: 0 auto;
    max-width: 600px; }
  @media (min-width: 900px) {
    .coverage .coverage-map {
      background: transparent url("../image/coverage/coverage-map-bg.png") left top no-repeat;
      background-size: auto 100%;
      padding-top: 120px; } }
  .coverage .coverage-map .-nowrap {
    -ms-grid-row: auto;
        grid-row-start: auto; }
    @media (min-width: 1120px) {
      .coverage .coverage-map .-nowrap {
        -ms-grid-row: 1;
            grid-row-start: 1; } }
  .coverage .coverage-map .coverage-info {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: center; }
    @media (min-width: 1120px) {
      .coverage .coverage-map .coverage-info {
        text-align: left; } }
  .coverage .coverage-map .coverage-form {
    margin: 22px auto; }
    @media (min-width: 900px) {
      .coverage .coverage-map .coverage-form {
        margin: 30px 0 0; } }
    .coverage .coverage-map .coverage-form--input {
      background: transparent url("../image/coverage/search.svg") 98% no-repeat;
      padding-right: 36px;
      width: 100%; }
      @media (min-width: 900px) {
        .coverage .coverage-map .coverage-form--input {
          width: 380px; } }
    .coverage .coverage-map .coverage-form .button {
      font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif; }
      @media (min-width: 900px) {
        .coverage .coverage-map .coverage-form .button {
          margin-top: 20px; } }
      @media (min-width: 1120px) {
        .coverage .coverage-map .coverage-form .button {
          margin-top: 0; } }
  .coverage .international-coverage {
    background: transparent url("../image/coverage/intl-coverage-bg.png") right 40px no-repeat;
    background-size: 300px auto;
    padding-top: 300px; }
    @media (min-width: 600px) {
      .coverage .international-coverage {
        background-position: right 40px;
        background-size: 340px auto;
        min-height: 600px;
        padding-top: 150px; } }
    @media (min-width: 900px) {
      .coverage .international-coverage {
        background-position: right 10%;
        background-size: 500px auto;
        margin-top: 100px; } }
  .coverage .secure-wifi {
    background: transparent url("../image/coverage/wifi-bg.png") left 40px no-repeat;
    background-size: auto 300px;
    padding-top: 360px; }
    @media (min-width: 600px) {
      .coverage .secure-wifi {
        background-position: left top;
        min-height: 500px;
        padding-top: 100px; } }
    @media (min-width: 900px) {
      .coverage .secure-wifi {
        background-size: 480px auto;
        margin-top: -100px;
        padding-top: 100px; } }

.faq {
  background: transparent url("../image/faq/faq-header-small.png") left top no-repeat;
  background-size: 100% auto; }
  @media (min-width: 600px) {
    .faq {
      background-image: url("../image/faq/faq-header.png"); } }
  .faq .page-intro {
    padding-bottom: 24px; }
    @media (min-width: 900px) {
      .faq .page-intro {
        padding-bottom: 38px;
        padding-top: 236px; } }
  .faq .faq-jump-links {
    margin-bottom: 28px; }
    @media (min-width: 900px) {
      .faq .faq-jump-links {
        margin-bottom: 80px; } }
    .faq .faq-jump-links a {
      display: block;
      margin-bottom: 12px; }
      @media (min-width: 900px) {
        .faq .faq-jump-links a {
          display: inline-block;
          margin: 0 22px; } }
      .faq .faq-jump-links a:focus, .faq .faq-jump-links a:hover {
        color: #185abc; }
  .faq .faq-questions {
    background-image: url("../image/faq/blob-1.png"), url("../image/faq/blob-2-small.png"), url("../image/faq/blob-3.png");
    background-position: right 1410px, left 2440px, right 3520px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 72px auto, 126px auto, 112px auto; }
    @media (min-width: 600px) {
      .faq .faq-questions {
        background-image: url("../image/faq/blob-1.png"), url("../image/faq/blob-2.png"), url("../image/faq/blob-3.png");
        background-position: right 300px, left 1330px, right 1850px;
        background-size: 112px auto, 100px auto, 200px auto; } }
    .faq .faq-questions .h3 {
      font-size: 24px;
      margin-bottom: 24px;
      text-align: center; }
      @media (min-width: 900px) {
        .faq .faq-questions .h3 {
          font-size: 32px;
          margin-bottom: 36px;
          text-align: left; } }
    .faq .faq-questions .faq-section h2 {
      border-bottom: 1px solid #e8eaed;
      margin-bottom: 0;
      margin-top: 44px;
      padding-bottom: 24px; }
    .faq .faq-questions .faq-section .question-container {
      margin-bottom: 20px;
      padding: 22px 0 0 0;
      position: relative; }
      @media (min-width: 900px) {
        .faq .faq-questions .faq-section .question-container {
          margin-bottom: 36px;
          padding: 38px 0 0 0; } }
      .faq .faq-questions .faq-section .question-container .accordion-link {
        display: block;
        position: relative; }
        .faq .faq-questions .faq-section .question-container .accordion-link:focus {
          background: none;
          outline: none; }
        .faq .faq-questions .faq-section .question-container .accordion-link .question-title {
          color: #202124;
          font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0.1px;
          line-height: 1.5;
          width: 90%; }
        .faq .faq-questions .faq-section .question-container .accordion-link.open svg {
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
        .faq .faq-questions .faq-section .question-container .accordion-link svg {
          fill: #4386f4;
          height: 24px;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          transition: -webkit-transform 0.25s ease-out;
          transition: transform 0.25s ease-out;
          transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
          width: 24px;
          will-change: transform; }
          .faq .faq-questions .faq-section .question-container .accordion-link svg circle {
            stroke: none; }
        .faq .faq-questions .faq-section .question-container .accordion-link:focus svg circle, .faq .faq-questions .faq-section .question-container .accordion-link:hover svg circle {
          stroke: #185abc; }
    .faq .faq-questions .faq-section .answer-container {
      border-bottom: 1px solid #e8eaed;
      color: #202124;
      font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      letter-spacing: 0.1px;
      line-height: 1.5;
      margin-bottom: 0;
      overflow: hidden; }
      .faq .faq-questions .faq-section .answer-container a:visited {
        color: #1a73e8; }
    .faq .faq-questions .faq-section .accordion-content {
      padding-bottom: 38px; }

.home {
  position: relative; }
  .home .home__bg {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 275px;
    width: 96%; }
  .home .home__bgg {
    position: absolute;
    top: 0;
    width: 100%; }
    @media (max-width: 600px) {
		.home .home__bgg {
			width: 200%; }
		.home .home__bg {
			top: 260px; }}
  .home .page-intro,
  .home .info-cards-grid,
  .home .home-promo,
  .home .cards-with-info,
  .home .home-coverage,
  .home .home-phones,
  .home .home-cta,
  .home .page-bottom-cta {
    position: relative; }
  @media (min-width: 600px) {
    .home .home-promo {
      margin-bottom: 60px; } }
  .home .home-promo .home-promo--background {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent url("../image/home/promo-bg-medium.png") center center no-repeat;
    background-size: 100% 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    padding: 60px 0 40px 0;
    position: relative; }
    @media (min-width: 600px) {
      .home .home-promo .home-promo--background {
        margin-bottom: 0;
        padding: 60px 0 40px 0; } }
    @media only screen and (max-width: 767px) {
      .home .home-promo .home-promo--background .intro {
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        width: 60%; }
      .home .home-promo .home-promo--background .-text-block {
        display: inline; } }
    @media (min-width: 900px) {
      .home .home-promo .home-promo--background {
        background-image: url("../image/home/promo-bg-large.png");
        background-size: contain;
        padding: 68px 0 60px 0; } }
    @media (min-width: 1120px) {
      .home .home-promo .home-promo--background {
        padding: 50px 0 40px 0; } }
    .home .home-promo .home-promo--background h2 {
      margin: 0 auto;
      width: 70%; }
      @media (min-width: 600px) {
        .home .home-promo .home-promo--background h2 {
          width: 100%; } }
  .home .home-promo .text-link {
    margin-top: 15px; }
  .home .home-promo .promo-decor {
    display: block;
    height: 129px;
    position: absolute;
    right: 40px;
    top: -66px;
    width: 68px; }
    @media (min-width: 600px) {
      .home .home-promo .promo-decor {
        top: -44px; } }
    @media (min-width: 900px) {
      .home .home-promo .promo-decor {
        top: -22px; } }
  .home .home-coverage {
    background: transparent url("../image/phones/Phones_bg_2.png") right top no-repeat;
    background-size: 100px auto;
    padding-top: 30px; }
    @media (min-width: 600px) {
      .home .home-coverage {
        background-image: url("../image/phones/Phones_bg_2.png");
        background-position: right top;
        background-size: auto 350px;
        margin-top: 100px;
        min-height: 450px;
        padding-top: 50px; } }
    @media (min-width: 900px) {
      .home .home-coverage {
        background-size: auto 420px; } }
    @media (min-width: 1120px) {
      .home .home-coverage {
        /*background-size: auto 100%;*/
        margin-top: -100px;
        padding-top: 30px; } }
  .home .home-phones {
    background: transparent url("../image/phones/Phones_bg_1.png") left top no-repeat;
    background-size: auto 170px;
    margin-top: 60px;
    min-height: 500px;
    padding-top: 0px; }
    .home .home-phones .-strong {
      margin-top: 40px; }
    @media (min-width: 600px) {
      .home .home-phones {
        background: transparent url("../image/phones/Phones_bg_1.png") left top no-repeat;
        background-position: left 20%;
        background-size: auto 55%;
        margin-top: 0;
        min-height: 700px;
        padding-top: 100px; } }
    @media (min-width: 900px) {
      .home .home-phones {
        background-position: left 40%;
        background-size: auto 70%;
        min-height: auto;
        padding-top: 0px; } }
  .home .home-cta {
    margin-top: 80px; }
    .home .home-cta--heading {
      overflow-y: auto; }
    @media (min-width: 600px) {
      .home .home-cta {
        margin-top: 0; } }
    .home .home-cta .grid-item {
      margin: 0 auto 40px;
      width: 90%; }
      @media (min-width: 900px) {
        .home .home-cta .grid-item {
          margin-bottom: 0;
          padding: 0 30px; } }
    .home .home-cta .h3 {
      margin: 30px auto 15px; }
    .home .home-cta--roam img {
      width: 100%; }
      @media (min-width: 600px) {
        .home .home-cta--roam img {
          margin: auto auto 0;
          width: 82%; } }
    .home .home-cta--roam .h3 {
      max-width: 400px; }
    .home .home-cta--wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .home .body {
    margin: 10px 0 15px; }

.international-rates .page-intro {
  background: transparent url("../image/international-rates/intro-bg-small.png") center top no-repeat;
  background-size: 100% auto;
  padding-bottom: 0;
  padding-top: 50vw; }
  @media (min-width: 600px) {
    .international-rates .page-intro {
      background-image: url("../image/international-rates/intro-bg.png");
      padding: 236px 0 100px; } }

.international-rates .rates {
  background: transparent url("../image/international-rates/rates-blob-small.png") right 100px no-repeat;
  background-size: 100% 75%;
  margin-bottom: -145px;
  margin-top: 56px;
  padding-bottom: 200px; }
  @media (min-width: 600px) {
    .international-rates .rates {
      background-image: url("../image/international-rates/rates-blob.png");
      background-position: 100px top;
      background-size: contain; } }
  @media (min-width: 900px) {
    .international-rates .rates {
      background-position: 180px top;
      margin: 56px 0 0;
      padding-bottom: 100px; } }
  .international-rates .rates .h2 {
    font-size: 24px;
    margin: 0 auto 16px; }
    @media (min-width: 900px) {
      .international-rates .rates .h2 {
        font-size: 44px;
        margin: 0 auto;
        max-width: 600px; } }
  .international-rates .rates .card {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 144px;
    padding: 16px 24px;
    position: relative; }
    .international-rates .rates .card.-bubble {
      margin-bottom: 84px; }
      @media (min-width: 600px) {
        .international-rates .rates .card.-bubble {
          margin-bottom: 0; } }
    @media (min-width: 600px) {
      .international-rates .rates .card {
        min-height: 200px; } }
    @media (min-width: 900px) {
      .international-rates .rates .card {
        min-height: 280px;
        padding: 30px; } }
    .international-rates .rates .card span {
      display: inline-block;
      width: 100%; }
    .international-rates .rates .card--title {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      font-size: 14px;
      font-weight: 500; }
      @media (min-width: 900px) {
        .international-rates .rates .card--title {
          font-size: 18px; } }
    .international-rates .rates .card--amount {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      font-size: 56px;
      white-space: nowrap; }
      @media (min-width: 600px) {
        .international-rates .rates .card--amount {
          font-size: 42px; } }
      @media (min-width: 900px) {
        .international-rates .rates .card--amount {
          font-size: 80px; } }
      @media only screen and (min-width: 800px) and (max-width: 900px) {
        .international-rates .rates .card--amount {
          font-size: 64px; } }
      @media only screen and (min-width: 900px) and (max-width: 1070px) {
        .international-rates .rates .card--amount {
          font-size: 72px; } }
      .international-rates .rates .card--amount__3 {
        font-size: 44px; }
        @media (min-width: 600px) {
          .international-rates .rates .card--amount__3 {
            font-size: 26px; } }
        @media (min-width: 900px) {
          .international-rates .rates .card--amount__3 {
            font-size: 56px; } }
        @media only screen and (min-width: 800px) and (max-width: 900px) {
          .international-rates .rates .card--amount__3 {
            font-size: 40px; } }
        @media only screen and (min-width: 900px) and (max-width: 1070px) {
          .international-rates .rates .card--amount__3 {
            font-size: 44px; } }
    .international-rates .rates .card--info {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      color: #2e7d32;
      font-size: 14px;
      font-weight: 500; }
    .international-rates .rates .card .billing-card--bubble {
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center;
      background: #2e7d32;
      border-radius: 30px;
      bottom: -54px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      height: 60px;
      left: 0;
      letter-spacing: 0.25px;
      margin: auto;
      max-width: 218px;
      padding-top: 10px;
      position: absolute;
      right: 0; }
      .international-rates .rates .card .billing-card--bubble:after {
        border: 10px solid transparent;
        border-bottom-color: #2e7d32;
        border-top: 0;
        content: '';
        height: 0;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 0;
        width: 0; }
      .international-rates .rates .card .billing-card--bubble span {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        max-width: 167px; }
  .international-rates .rates .body {
    font-size: 12px;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .international-rates .rates .body {
        font-size: 22px; } }

.international-rates .rates-countries {
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  margin-top: 66px;
  text-align: center; }
  @media (min-width: 900px) {
    .international-rates .rates-countries {
      background-image: url("../image/international-rates/countries-blob-1.png"), url("../image/international-rates/countries-blob-2.png");
      background-position: left 400px, right 2000px;
      background-repeat: no-repeat, no-repeat;
      background-size: 218px auto, 310px auto;
      margin-top: 0; } }
  .international-rates .rates-countries--link-list {
    margin: 30px 0 40px;
    text-align: left; }
    @media (min-width: 600px) {
      .international-rates .rates-countries--link-list {
        text-align: center; } }
    .international-rates .rates-countries--link-list li {
      display: inline; }
      .international-rates .rates-countries--link-list li a {
        display: inline-block;
        font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin: 0 5px;
        padding: 5px; }
        .international-rates .rates-countries--link-list li a:visited {
          color: #1a73e8; }
        .international-rates .rates-countries--link-list li a:focus {
          background: #e4eeff;
          color: #1568d6;
          outline: 1px solid #4386f4; }
  .international-rates .rates-countries--list {
    text-align: left; }
    .international-rates .rates-countries--list .country-section {
      border-top: 1px solid #e3e3e3;
      display: block;
      padding: 16px 0;
      width: 100%; }
      @media (min-width: 900px) {
        .international-rates .rates-countries--list .country-section {
          padding: 30px 0; } }
      .international-rates .rates-countries--list .country-section--columns {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2; }
        @media (min-width: 600px) {
          .international-rates .rates-countries--list .country-section--columns {
            -webkit-columns: 3;
               -moz-columns: 3;
                    columns: 3; } }
        @media (min-width: 900px) {
          .international-rates .rates-countries--list .country-section--columns {
            width: 75%; } }
    .international-rates .rates-countries--list dt {
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 8px; }
      @media (min-width: 900px) {
        .international-rates .rates-countries--list dt {
          float: left;
          font-size: 44px;
          margin-bottom: 0;
          width: 25%; } }
    .international-rates .rates-countries--list dd {
      color: #3c4043;
      display: block;
      line-height: 26px;
      margin-bottom: 0; }
      @media (min-width: 900px) {
        .international-rates .rates-countries--list dd {
          font-size: 16px;
          margin-bottom: 18px;
          width: 100%; } }

.phones .page-intro {
  background: transparent url("../image/phones/intro-bg-small.png") center top no-repeat;
  background-size: 100% auto; }
  @media (min-width: 600px) {
    .phones .page-intro {
      background: transparent url("../image/phones/intro-bg.png") center -1px no-repeat;
      background-size: 100% auto; } }

.phones .phones-promo {
  background: #f5f9ff url("../image/phones/promo-top-edge.png") center top no-repeat;
  background-size: 100%;
  margin-bottom: 86px;
  position: relative; }
  .phones .phones-promo-subject-container {
    position: relative;
    z-index: 1; }
  .phones .phones-promo-subject {
    margin-top: -24px; }
    @media (min-width: 600px) {
      .phones .phones-promo-subject {
        bottom: 0;
        max-width: none;
        position: absolute;
        right: 0;
        width: 640px; } }
  .phones .phones-promo-text {
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -24px;
    min-height: 300px;
    padding: 36px 24px;
    position: relative;
    text-align: center;
    z-index: 2; }
    .phones .phones-promo-text .phones-promo-mask {
      bottom: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
      @media (min-width: 600px) {
        .phones .phones-promo-text .phones-promo-mask {
          display: none; } }
    .phones .phones-promo-text .phones-promo-decor {
      display: block;
      height: 96px;
      left: -146px;
      position: absolute;
      top: -100px;
      width: 252px; }
      @media (min-width: 600px) {
        .phones .phones-promo-text .phones-promo-decor {
          display: none; } }
    @media (min-width: 600px) {
      .phones .phones-promo-text {
        background: transparent;
        margin: 0;
        text-align: left; } }
  .phones .phones-promo-decor-wide {
    bottom: -50px;
    height: 96px;
    left: -20px;
    position: absolute;
    width: 252px;
    z-index: 5; }
    @media (min-width: 1120px) {
      .phones .phones-promo-decor-wide {
        bottom: -20px;
        left: 20px; } }
    @media (min-width: 900px) {
      .phones .phones-promo-decor-wide {
        bottom: -20px;
        left: -20px; } }
    @media (min-width: 1440px) {
      .phones .phones-promo-decor-wide {
        left: 20px; } }
  .phones .phones-promo-mask-wide {
    bottom: -10px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 4; }

.phones .phones-grid {
  margin: 60px auto 70px;
  min-height: 850px;
  position: relative; }
  @media (min-width: 600px) {
    .phones .phones-grid {
      background: transparent url("../image/phones/phones-bg.png") right bottom no-repeat;
      background-size: 250px auto;
      padding-bottom: 200px; } }
  @media (min-width: 900px) {
    .phones .phones-grid {
      margin: 60px auto 118px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .phones .phones-grid .grid-item {
      margin-bottom: 48px;
      margin-right: 30px; } }

.phones .phone {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  height: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative; }
  .phones .phone:hover {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8); }
  @media (min-width: 600px) {
    .phones .phone {
      margin-bottom: 0;
      min-height: 448px;
      overflow: visible; } }
  .phones .phone--trigger {
    display: block;
    padding-top: 28px;
    width: 100%; }
  .phones .phone--image {
    border-radius: 8px 8px 0 0;
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .phones .phone--image img {
      height: 100%;
      left: 50%;
      object-fit: contain;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; }
  .phones .phone--description {
    padding: 16px 24px; }
    @media (min-width: 900px) {
      .phones .phone--description {
        padding: 24px 42px; } }
  .phones .phone--price {
    font-size: 14px;
    font-weight: 500; }
  .phones .phone--promo {
    background-color: #d1e8c9;
    color: #3c4043;
    display: block;
    font-size: 11px;
    letter-spacing: 0.8px;
    padding: 12px 40px;
    text-transform: uppercase; }
    @media (min-width: 600px) {
      .phones .phone--promo {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: transparent url("../image/phones/promo-green.svg") right center no-repeat;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        font-weight: 500;
        height: 118px;
        letter-spacing: 0;
        padding: 12px;
        position: absolute;
        right: -26px;
        text-transform: unset;
        top: -40px;
        width: 118px; } }
  .phones .phone--swatches {
    margin-top: 20px; }

@media (min-width: 600px) {
  .phones .phones-purchase {
    margin-top: -200px; } }

.phones .phones-purchase-grid {
  margin-bottom: 70px;
  margin-top: 32px; }
  @media (min-width: 900px) {
    .phones .phones-purchase-grid {
      margin-top: 48px; } }
  .phones .phones-purchase-grid h3 {
    margin: 20px auto 12px;
    width: 70%; }
    @media (min-width: 600px) {
      .phones .phones-purchase-grid h3 {
        width: 100%; } }
  .phones .phones-purchase-grid .body {
    margin: 0 auto;
    width: 70%; }
    @media (min-width: 600px) {
      .phones .phones-purchase-grid .body {
        margin: 0;
        width: 100%; } }
  .phones .phones-purchase-grid .purchase--image {
    display: block;
    height: 100px;
    margin: 0 auto;
    object-fit: contain;
    width: 100%; }
  .phones .phones-purchase-grid .grid-item {
    margin-top: 36px; }
    @media (min-width: 900px) {
      .phones .phones-purchase-grid .grid-item {
        margin-top: 0; } }

.phones .phones-bring {
  background: transparent url("../image/phones/bring-bg-small.png") left top no-repeat;
  background-size: 300px auto;
  padding-top: 280px; }
  @media (min-width: 600px) {
    .phones .phones-bring {
      background: transparent url("../image/phones/bring-bg.png") left top no-repeat;
      background-size: 370px auto;
      padding-top: 0; } }
  @media (min-width: 900px) {
    .phones .phones-bring {
      background-size: 570px auto;
      margin-top: -80px;
      min-height: 732px;
      padding-top: 212px; } }

.plan .page-intro {
  background: transparent url("../image/plan/plan-intro-bg-small.png") center -1px no-repeat;
  background-size: 100% auto; }
  @media (min-width: 600px) {
    .plan .page-intro {
      background: transparent url("../image/plan/plan-intro-bg.png") center -1px no-repeat;
      background-size: 100% auto; } }

.plan .plan-estimator {
  background: transparent url("../image/plan/plan-estimator-bg-small.png") center 200px no-repeat;
  background-size: 65% auto;
  min-height: 480px; }
  @media (min-width: 600px) {
    .plan .plan-estimator {
      background: transparent url("../image/plan/plan-estimator-bg.png") left 50% no-repeat;
      background-size: 60% auto;
      margin-top: -100px;
      min-height: 580px;
      padding-top: 100px; } }

.plan .hairline-bottom {
  border-bottom: 1px solid #e8eaed; }

.plan .pill-container {
  margin-bottom: 30px; }

.plan .plan-benefits {
  margin: 0px 0 0; }
  @media (min-width: 600px) {
    .plan .plan-benefits {
      background: transparent url("../image/plan/plan-benefits-bg.png") left bottom no-repeat;
      background-size: auto 80%;
      margin: 0px 0;
      padding-bottom: 0px; } }
  .plan .plan-benefits .h2 {
    margin-bottom: 32px; }
    @media (min-width: 900px) {
      .plan .plan-benefits .h2 {
        margin-bottom: 60px; } }
  .plan .plan-benefits .card--image-container {
    margin: 40px auto 30px; }
    @media (min-width: 900px) {
      .plan .plan-benefits .card--image-container {
        margin: 0 auto 30px; } }
    .plan .plan-benefits .card--image-container .card-image {
      display: block;
      margin: 0 auto; }
      .plan .plan-benefits .card--image-container .card-image.bill-protection {
        width: 102px; }
      .plan .plan-benefits .card--image-container .card-image.international-coverage {
        width: 95px; }
      .plan .plan-benefits .card--image-container .card-image.family-and-friends {
        width: 120px; }
      @media (min-width: 600px) {
        .plan .plan-benefits .card--image-container .card-image {
          padding: 0 24px;
          width: 100% !important; } }
      @media (min-width: 900px) {
        .plan .plan-benefits .card--image-container .card-image {
          padding: 0 44px; } }
  .plan .plan-benefits .card--header {
    text-align: center; }
    @media (min-width: 600px) {
      .plan .plan-benefits .card--header {
        max-width: 90%;
        text-align: left; } }
    @media (min-width: 900px) {
      .plan .plan-benefits .card--header {
        max-width: 80%; } }
  .plan .plan-benefits .card--description {
    font-size: 16px;
    line-height: 1.5;
    text-align: center; }
    @media (min-width: 600px) {
      .plan .plan-benefits .card--description {
        text-align: left; } }
  .plan .plan-benefits .card--link {
    display: block;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .plan .plan-benefits .card--link {
        display: inline-block; } }

.plan .plan-details {
  background: transparent url("../image/plan/plan-details-bg-small.png") right top no-repeat;
  background-size: 80% auto;
  padding-top: 242px; }
  @media (min-width: 600px) {
    .plan .plan-details {
      background: transparent url("../image/plan/plan-details-bg.png") right 80px no-repeat;
      background-size: 300px auto;
      margin-top: -242px; } }
  .plan .plan-details .selector-content {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%; }
  .plan .plan-details .intro-block .intro-text {
    font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.625;
    margin: 47px auto 2px;
    max-width: 650px; }
  .plan .plan-details .intro-block a {
    margin-bottom: 44px; }
  .plan .plan-details .eyebrow {
    color: #3c4043;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.45455;
    text-transform: uppercase;
    margin: 30px auto 16px; }
    @media (min-width: 900px) {
      .plan .plan-details .eyebrow {
        margin: 36px auto; } }
  .plan .plan-details .info-container {
    margin-bottom: 24px;
    text-align: left; }
    @media (min-width: 900px) {
      .plan .plan-details .info-container {
        margin-bottom: 40px; } }
    .plan .plan-details .info-container .column-header {
      font-size: 22px;
      line-height: 1.27273;
      margin-bottom: 8px;
      width: 86%; }
    .plan .plan-details .info-container .text-link {
      display: block;
      margin-top: -12px;
      position: relative; }
    .plan .plan-details .info-container .description {
      color: #202124;
      font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      letter-spacing: 0.25px;
      line-height: 1.625;
      margin-bottom: 24px; }
      @media (min-width: 900px) {
        .plan .plan-details .info-container .description {
          width: 85%; } }
      .plan .plan-details .info-container .description a {
        border-bottom: none;
        color: #1a73e8; }
        .plan .plan-details .info-container .description a:visited {
          border-bottom: none;
          color: #1a73e8; }
        .plan .plan-details .info-container .description a:hover {
          color: #185abc;
          text-decoration: none; }
        .plan .plan-details .info-container .description a:hover {
  background-color: #1a73e8;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
	}

.coverage {
  background: transparent url("../image/coverage/intro-bg-small.png") left top no-repeat;
  background-size: 100% auto;
  padding-top: 18vw; }
  @media (min-width: 600px) {
    .coverage {
      background: transparent url("../image/coverage/intro-bg.png") left top no-repeat;
      background-size: 100% auto;
      padding-top: 0; } }
  .coverage .page-intro .h1 {
    margin: 0 auto;
    max-width: 600px; }
  @media (min-width: 900px) {
    .coverage .coverage-map {
      background: transparent url("../image/coverage/coverage-map-bg.png") left top no-repeat;
      background-size: auto 100%;
      padding-top: 120px; } }
  .coverage .coverage-map .-nowrap {
    -ms-grid-row: auto;
        grid-row-start: auto; }
    @media (min-width: 1120px) {
      .coverage .coverage-map .-nowrap {
        -ms-grid-row: 1;
            grid-row-start: 1; } }
  .coverage .coverage-map .coverage-info {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: center; }
    @media (min-width: 1120px) {
      .coverage .coverage-map .coverage-info {
        text-align: left; } }
  .coverage .coverage-map .coverage-form {
    margin: 22px auto; }
    @media (min-width: 900px) {
      .coverage .coverage-map .coverage-form {
        margin: 30px 0 0; } }
    .coverage .coverage-map .coverage-form--input {
      background: transparent url("../image/coverage/search.svg") 98% no-repeat;
      padding-right: 36px;
      width: 100%; }
      @media (min-width: 900px) {
        .coverage .coverage-map .coverage-form--input {
          width: 380px; } }
    .coverage .coverage-map .coverage-form .button {
      font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif; }
      @media (min-width: 900px) {
        .coverage .coverage-map .coverage-form .button {
          margin-top: 20px; } }
      @media (min-width: 1120px) {
        .coverage .coverage-map .coverage-form .button {
          margin-top: 0; } }
  .coverage .international-coverage {
    background: transparent url("../image/coverage/intl-coverage-bg.png") right 40px no-repeat;
    background-size: 300px auto;
    padding-top: 300px; }
    @media (min-width: 600px) {
      .coverage .international-coverage {
        background-position: right 40px;
        background-size: 340px auto;
        min-height: 600px;
        padding-top: 150px; } }
    @media (min-width: 900px) {
      .coverage .international-coverage {
        background-position: right 10%;
        background-size: 500px auto;
        margin-top: 100px; } }
  .coverage .secure-wifi {
    background: transparent url("../image/coverage/wifi-bg.png") left 40px no-repeat;
    background-size: auto 300px;
    padding-top: 360px; }
    @media (min-width: 600px) {
      .coverage .secure-wifi {
        background-position: left top;
        min-height: 500px;
        padding-top: 100px; } }
    @media (min-width: 900px) {
      .coverage .secure-wifi {
        background-size: 480px auto;
        margin-top: -100px;
        padding-top: 100px; } }

.international-rates .page-intro {
  background: transparent url("../image/international-rates/intro-bg-small.png") center top no-repeat;
  background-size: 100% auto;
  padding-bottom: 0;
  padding-top: 50vw; }
  @media (min-width: 600px) {
    .international-rates .page-intro {
      background-image: url("../image/international-rates/intro-bg.png");
      padding: 236px 0 100px; } }

.international-rates .rates {
  background: transparent url("../image/international-rates/rates-blob-small.png") right 100px no-repeat;
  background-size: 100% 75%;
  margin-bottom: -145px;
  margin-top: 56px;
  padding-bottom: 200px; }
  @media (min-width: 600px) {
    .international-rates .rates {
      background-image: url("../image/international-rates/rates-blob.png");
      background-position: 100px top;
      background-size: contain; } }
  @media (min-width: 900px) {
    .international-rates .rates {
      background-position: 180px top;
      margin: 56px 0 0;
      padding-bottom: 100px; } }
  .international-rates .rates .h2 {
    font-size: 24px;
    margin: 0 auto 16px; }
    @media (min-width: 900px) {
      .international-rates .rates .h2 {
        font-size: 44px;
        margin: 0 auto;
        max-width: 600px; } }
  .international-rates .rates .card {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 144px;
    padding: 16px 24px;
    position: relative; }
    .international-rates .rates .card.-bubble {
      margin-bottom: 84px; }
      @media (min-width: 600px) {
        .international-rates .rates .card.-bubble {
          margin-bottom: 0; } }
    @media (min-width: 600px) {
      .international-rates .rates .card {
        min-height: 200px; } }
    @media (min-width: 900px) {
      .international-rates .rates .card {
        min-height: 280px;
        padding: 30px; } }
    .international-rates .rates .card span {
      display: inline-block;
      width: 100%; }
    .international-rates .rates .card--title {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      font-size: 14px;
      font-weight: 500; }
      @media (min-width: 900px) {
        .international-rates .rates .card--title {
          font-size: 18px; } }
    .international-rates .rates .card--amount {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      font-size: 56px;
      white-space: nowrap; }
      @media (min-width: 600px) {
        .international-rates .rates .card--amount {
          font-size: 42px; } }
      @media (min-width: 900px) {
        .international-rates .rates .card--amount {
          font-size: 80px; } }
      @media only screen and (min-width: 800px) and (max-width: 900px) {
        .international-rates .rates .card--amount {
          font-size: 64px; } }
      @media only screen and (min-width: 900px) and (max-width: 1070px) {
        .international-rates .rates .card--amount {
          font-size: 72px; } }
      .international-rates .rates .card--amount__3 {
        font-size: 44px; }
        @media (min-width: 600px) {
          .international-rates .rates .card--amount__3 {
            font-size: 26px; } }
        @media (min-width: 900px) {
          .international-rates .rates .card--amount__3 {
            font-size: 56px; } }
        @media only screen and (min-width: 800px) and (max-width: 900px) {
          .international-rates .rates .card--amount__3 {
            font-size: 40px; } }
        @media only screen and (min-width: 900px) and (max-width: 1070px) {
          .international-rates .rates .card--amount__3 {
            font-size: 44px; } }
    .international-rates .rates .card--info {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      color: #2e7d32;
      font-size: 14px;
      font-weight: 500; }
    .international-rates .rates .card .billing-card--bubble {
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center;
      background: #2e7d32;
      border-radius: 30px;
      bottom: -54px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      height: 60px;
      left: 0;
      letter-spacing: 0.25px;
      margin: auto;
      max-width: 218px;
      padding-top: 10px;
      position: absolute;
      right: 0; }
      .international-rates .rates .card .billing-card--bubble:after {
        border: 10px solid transparent;
        border-bottom-color: #2e7d32;
        border-top: 0;
        content: '';
        height: 0;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 0;
        width: 0; }
      .international-rates .rates .card .billing-card--bubble span {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        max-width: 167px; }
  .international-rates .rates .body {
    font-size: 12px;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .international-rates .rates .body {
        font-size: 22px; } }

.international-rates .rates-countries {
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  margin-top: 66px;
  text-align: center; }
  @media (min-width: 900px) {
    .international-rates .rates-countries {
      background-image: url("../image/international-rates/countries-blob-1.png"), url("../image/international-rates/countries-blob-2.png");
      background-position: left 400px, right 2000px;
      background-repeat: no-repeat, no-repeat;
      background-size: 218px auto, 310px auto;
      margin-top: 0; } }
  .international-rates .rates-countries--link-list {
    margin: 30px 0 40px;
    text-align: left; }
    @media (min-width: 600px) {
      .international-rates .rates-countries--link-list {
        text-align: center; } }
    .international-rates .rates-countries--link-list li {
      display: inline; }
      .international-rates .rates-countries--link-list li a {
        display: inline-block;
        font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin: 0 5px;
        padding: 5px; }
        .international-rates .rates-countries--link-list li a:visited {
          color: #1a73e8; }
        .international-rates .rates-countries--link-list li a:focus {
          background: #e4eeff;
          color: #1568d6;
          outline: 1px solid #4386f4; }
  .international-rates .rates-countries--list {
    text-align: left; }
    .international-rates .rates-countries--list .country-section {
      border-top: 1px solid #e3e3e3;
      display: block;
      padding: 16px 0;
      width: 100%; }
      @media (min-width: 900px) {
        .international-rates .rates-countries--list .country-section {
          padding: 30px 0; } }
      .international-rates .rates-countries--list .country-section--columns {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2; }
        @media (min-width: 600px) {
          .international-rates .rates-countries--list .country-section--columns {
            -webkit-columns: 3;
               -moz-columns: 3;
                    columns: 3; } }
        @media (min-width: 900px) {
          .international-rates .rates-countries--list .country-section--columns {
            width: 75%; } }
    .international-rates .rates-countries--list dt {
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 8px; }
      @media (min-width: 900px) {
        .international-rates .rates-countries--list dt {
          float: left;
          font-size: 44px;
          margin-bottom: 0;
          width: 25%; } }
    .international-rates .rates-countries--list dd {
      color: #3c4043;
      display: block;
      line-height: 26px;
      margin-bottom: 0; }
      @media (min-width: 900px) {
        .international-rates .rates-countries--list dd {
          font-size: 16px;
          margin-bottom: 18px;
          width: 100%; } }

.device-promo-terms {
  background: transparent url("../image/terms/device-header-bg-small.png") left top no-repeat;
  background-size: 100% auto; }
  @media (min-width: 600px) {
    .device-promo-terms {
      background: transparent url("../image/terms/device-header-bg.png") left top no-repeat;
      background-size: 100% auto; } }
  .device-promo-terms .page-intro {
    padding: 100px 0 100px; }
    @media (min-width: 600px) {
      .device-promo-terms .page-intro {
        padding: 160px 0 100px; } }
  .device-promo-terms .promo-content {
    background: transparent url("../image/terms/side-blob.png") right 25% no-repeat; }
    .device-promo-terms .promo-content h2 {
      font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
      font-size: 32px;
      line-height: 1.35;
      margin-bottom: 16px;
      padding-top: 20px; }
      @media (min-width: 600px) {
        .device-promo-terms .promo-content h2 {
          padding-top: 40px; } }
    .device-promo-terms .promo-content h3 {
      font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
      font-size: 30px;
      line-height: 1.35;
      margin-bottom: 16px;
      padding-top: 20px; }
      @media (min-width: 600px) {
        .device-promo-terms .promo-content h3 {
          padding-top: 40px; } }
    .device-promo-terms .promo-content li,
    .device-promo-terms .promo-content ol,
    .device-promo-terms .promo-content p {
      color: #3c4043;
      font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      margin: 10px 0 15px; }
    .device-promo-terms .promo-content ol,
    .device-promo-terms .promo-content ul {
      list-style: initial; }

.referral-tos {
  background: transparent url("../image/terms/referral-header-bg-small.png") left top no-repeat;
  background-size: 100% auto; }
  @media (min-width: 600px) {
    .referral-tos {
      background: transparent url("../image/terms/referral-header-bg.png") left top no-repeat;
      background-size: 100% auto; } }
  .referral-tos .h1 {
    margin-bottom: 84px; }
  .referral-tos .body {
    text-align: left; }

.tos-simple {
  font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
  padding: 20px; }
  .tos-simple h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 20px 0; }
  .tos-simple h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px; }
  .tos-simple h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0; }
  .tos-simple p {
    color: #3c4043;
    font-size: 16px; }

.privacy .page-intro,
.tos .page-intro {
  padding-bottom: 18px; }
  @media (min-width: 900px) {
    .privacy .page-intro,
    .tos .page-intro {
      padding-bottom: 80px;
      padding-top: 236px; } }

.privacy .sections,
.tos .sections {
  margin-bottom: 80px;
  margin-top: -164px;
  padding-top: 180px; }
  .privacy .sections .grid-parent-s,
  .tos .sections .grid-parent-s {
    grid-row-gap: 0; }
  .privacy .sections .section dl,
  .tos .sections .section dl {
    margin-bottom: 0; }
  .privacy .sections .section .section-container,
  .tos .sections .section .section-container {
    padding: 34px 0;
    position: relative; }
    @media (min-width: 900px) {
      .privacy .sections .section .section-container,
      .tos .sections .section .section-container {
        padding: 40px 0; }
        .privacy .sections .section .section-container:first-of-type,
        .tos .sections .section .section-container:first-of-type {
          border-top: 1px solid #e8eaed; } }
    .privacy .sections .section .section-container .accordion-link,
    .tos .sections .section .section-container .accordion-link {
      display: block;
      position: relative; }
      .privacy .sections .section .section-container .accordion-link:focus,
      .tos .sections .section .section-container .accordion-link:focus {
        background: none;
        outline: none; }
      .privacy .sections .section .section-container .accordion-link .section-title,
      .tos .sections .section .section-container .accordion-link .section-title {
        color: #202124;
        font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
        font-size: 24px;
        line-height: 1.33333;
        padding-right: 24px; }
        @media (min-width: 900px) {
          .privacy .sections .section .section-container .accordion-link .section-title,
          .tos .sections .section .section-container .accordion-link .section-title {
            font-size: 32px;
            line-height: 1.25;
            width: 90%; } }
      .privacy .sections .section .section-container .accordion-link.open svg,
      .tos .sections .section .section-container .accordion-link.open svg {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .privacy .sections .section .section-container .accordion-link svg,
      .tos .sections .section .section-container .accordion-link svg {
        fill: #4386f4;
        height: 24px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 6px;
        transition: -webkit-transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
        width: 24px;
        will-change: transform; }
        .privacy .sections .section .section-container .accordion-link svg circle,
        .tos .sections .section .section-container .accordion-link svg circle {
          stroke: none; }
      .privacy .sections .section .section-container .accordion-link:focus svg circle, .privacy .sections .section .section-container .accordion-link:hover svg circle,
      .tos .sections .section .section-container .accordion-link:focus svg circle,
      .tos .sections .section .section-container .accordion-link:hover svg circle {
        stroke: #185abc; }
  .privacy .sections .section dd,
  .tos .sections .section dd {
    border-bottom: 1px solid #e8eaed;
    margin-bottom: 0; }
  .privacy .sections .section .body-container,
  .tos .sections .section .body-container {
    color: #3c4043;
    font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 1.5;
    overflow: hidden; }
    .privacy .sections .section .body-container a,
    .tos .sections .section .body-container a {
      color: #1a73e8; }
      .privacy .sections .section .body-container a:visited,
      .tos .sections .section .body-container a:visited {
        color: #1a73e8; }
    .privacy .sections .section .body-container em,
    .tos .sections .section .body-container em {
      font-style: normal;
      font-weight: 500; }
    .privacy .sections .section .body-container h2,
    .tos .sections .section .body-container h2 {
      font-size: 30px;
      line-height: 1.2;
      margin: 24px 0 16px; }
    .privacy .sections .section .body-container h3,
    .tos .sections .section .body-container h3 {
      color: #202124;
      font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
      font-size: 24px;
      line-height: 1.33333;
      margin: 24px 0 16px; }
    .privacy .sections .section .body-container h4,
    .tos .sections .section .body-container h4 {
      margin-bottom: 16px; }
    .privacy .sections .section .body-container ul,
    .tos .sections .section .body-container ul {
      list-style-type: disc; }
      .privacy .sections .section .body-container ul li,
      .tos .sections .section .body-container ul li {
        margin-bottom: 24px;
        padding-left: 12px; }
        .privacy .sections .section .body-container ul li:first-of-type,
        .tos .sections .section .body-container ul li:first-of-type {
          margin-top: 24px; }
      .privacy .sections .section .body-container ul ul,
      .tos .sections .section .body-container ul ul {
        list-style-type: circle; }
        .privacy .sections .section .body-container ul ul li,
        .tos .sections .section .body-container ul ul li {
          margin-bottom: 0; }
  .privacy .sections .section .accordion-content,
  .tos .sections .section .accordion-content {
    padding-bottom: 38px; }

.tos {
  background-image: url("../image/terms/terms-header.png"), url("../image/terms/device-blob.png");
  background-position: right top, left 400px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 197px, 68px auto; }
  @media (min-width: 900px) {
    .tos {
      background-position: right top, left 600px;
      background-repeat: no-repeat, no-repeat;
      background-size: auto 307px, 156px auto;
      padding-top: 0; } }
  .tos .sections {
    background: none; }

.privacy .page-intro {
  background: transparent url("../image/privacy/privacy-header-bg.png") center top no-repeat;
  background-size: 100% auto;
  padding-bottom: 18px; }
  @media (min-width: 600px) {
    .privacy .page-intro {
      background: transparent url("../image/privacy/privacy-header-bg.png") center top no-repeat;
      background-size: 100% auto; } }
  @media (min-width: 900px) {
    .privacy .page-intro {
      padding-bottom: 80px;
      padding-top: 236px; } }

.device-promo-terms h2 {
  font-weight: 500;
  margin-top: 30px; }

.device-promo-terms.single-content .promo-content {
  background: none; }

.device-promo-terms.single-content .promo-content .grid-item {
  padding-top: 72px; }

.travel-promo-terms h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left; }

.travel-promo-terms p + h2 {
  margin-top: 60px; }

.signup {
  position: relative; }
  .signup section {
    position: relative; }
  .signup .intro {
    margin-top: 0; }
  .signup .hero__bg {
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .signup .hero__bg img {
      width: 100%; }
  @media (min-width: 900px) {
    .signup .cards--signup .card--no-border {
      padding-top: 0; } }
  @media (min-width: 900px) and (min-height: 700px) {
    .signup .cards--signup .card--no-border {
      padding-top: 50px; } }
  .signup .clouds {
    margin-top: -20px;
    position: absolute;
    right: 0; }
    @media (min-width: 600px) {
      .signup .clouds {
        margin-top: -100px;
        min-width: 100%; } }
    @media (min-width: 900px) {
      .signup .clouds {
        margin-top: -9%;
        min-width: unset; } }
    .signup .clouds img {
      display: block;
      width: 100%; }
    .signup .clouds--top {
      left: 0;
      margin-top: -60px;
      max-width: 33%;
      right: unset; }
  .signup .info-carousel {
    background-color: #fff;
    margin: 50px auto 80px;
    max-width: 1100px;
    z-index: 1; }
    @media (min-width: 600px) {
      .signup .info-carousel {
        margin: 0 auto 80px; } }
    .signup .info-carousel .carousel {
      height: 540px; }
      @media (min-width: 600px) {
        .signup .info-carousel .carousel {
          height: 580px; } }
      @media (min-width: 720px) {
        .signup .info-carousel .carousel {
          height: 420px; } }
      @media (min-width: 900px) {
        .signup .info-carousel .carousel {
          height: 470px; } }
    .signup .info-carousel .carousel__title {
      font-size: 24px;
      text-align: center; }
      @media (min-width: 600px) {
        .signup .info-carousel .carousel__title {
          font-size: 28px;
          text-align: left; } }
      @media (min-width: 900px) {
        .signup .info-carousel .carousel__title {
          font-size: 32px; } }
    .signup .info-carousel .carousel__body {
      text-align: center; }
      @media (min-width: 600px) {
        .signup .info-carousel .carousel__body {
          text-align: left; } }

.signup.leadgen {
  min-height: calc(100vh); }
  @media (min-width: 600px) {
    .signup.leadgen {
      min-height: calc(100vh - 172px - 64px); } }
  @media (min-width: 900px) {
    .signup.leadgen {
      min-height: calc(100vh - 118px - 64px); } }
  .signup.leadgen .intro {
    font-size: 16px;
    margin: 0 auto;
    max-width: 850px; }
    @media (min-width: 900px) {
      .signup.leadgen .intro {
        font-size: 24px; } }
    .signup.leadgen .intro .email-signup--form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .signup.leadgen .intro .email-signup--input {
      border: 1px solid #4386f4;
      margin-left: 12px;
      margin-right: 12px; }
  @media (min-width: 900px) {
    .signup.leadgen .page-bottom-cta {
      padding-top: 0; } }
  .signup.leadgen .page-bottom-cta .email-signup p {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%; }
  @media (min-width: 900px) {
    .signup.leadgen .page-bottom-cta .card-container {
      margin: 0 -80px 140px; } }
  @media (min-width: 900px) {
    .signup.leadgen .page-bottom-cta .card {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: none;
      border: 0;
      box-shadow: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .signup.leadgen .page-bottom-cta .card__section {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
        -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        height: 420px;
        padding: 10% 20px; }
        .signup.leadgen .page-bottom-cta .card__section:first-of-type {
          margin-right: 50px; }
        .signup.leadgen .page-bottom-cta .card__section * {
          margin-left: auto;
          margin-right: auto;
          max-width: 340px; }
      .signup.leadgen .page-bottom-cta .card .email-signup {
        border: 0;
        margin: 0 auto;
        padding: 0; }
        .signup.leadgen .page-bottom-cta .card .email-signup--input {
          border: 1px solid #4386f4; }
      .signup.leadgen .page-bottom-cta .card .h3 {
        font-size: 28px; } }

.signup.leadgen--short {
  margin-bottom: -1px;
  overflow-y: hidden; }
