@charset "UTF-8";

/* static/assets/sass/docs.scss */
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  font-size: 18px;
}
body {
  margin: 0;
  background: #fff;
  color: #202124;
  cursor: auto;
  font-family:
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.444;
  padding: 0;
  overflow-wrap: break-word;
}
article,
footer,
header,
main,
nav,
section {
  display: block;
}
[hidden] {
  display: none !important;
}
a {
  background: transparent;
  color: #1a73e8;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: 300;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  appearance: auto;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
div,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
body::after {
  content: "x-small";
  display: none;
}
@media (width >= 600px) {
  body::after {
    content: "small";
  }
}
@media (width >= 1024px) {
  body::after {
    content: "medium";
  }
}
@media (width >= 1440px) {
  body::after {
    content: "large";
  }
}
[lang=ja] body {
  font-family:
    Roboto,
    "Noto Sans JP",
    "Noto Sans CJK JP",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=ko] body {
  font-family:
    Roboto,
    "Noto Sans KR",
    "Noto Sans CJK KR",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-CN] body {
  font-family:
    Roboto,
    "Noto Sans SC",
    "Noto Sans CJK SC",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-TW] body {
  font-family:
    Roboto,
    "Noto Sans TC",
    "Noto Sans CJK TC",
    Arial,
    Helvetica,
    sans-serif;
}
h1.h-has-bottom-margin {
  margin-bottom: 16px;
}
p,
.h-c-copy {
  line-height: 1.7143;
  font-size: 14px;
  letter-spacing: 0.25px;
}
p.h-has-bottom-margin,
.h-has-bottom-margin.h-c-copy {
  margin-bottom: 12px;
}
p + p,
.h-c-copy + p,
p + .h-c-copy,
.h-c-copy + .h-c-copy {
  margin-top: 12px;
}
@media (width >= 600px) {
  p,
  .h-c-copy {
    line-height: 1.7143;
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
@media (width >= 1024px) {
  p,
  .h-c-copy {
    line-height: 1.625;
    font-size: 16px;
    letter-spacing: 0;
  }
  p.h-has-bottom-margin,
  .h-has-bottom-margin.h-c-copy {
    margin-bottom: 16px;
  }
  p + p,
  .h-c-copy + p,
  p + .h-c-copy,
  .h-c-copy + .h-c-copy {
    margin-top: 16px;
  }
}
a:visited {
  color: #7b1fa2;
}
a:hover {
  cursor: pointer;
}
a:hover,
a:focus {
  color: #174ea6;
  text-decoration: none;
}
a:focus {
  background: #f1f3f4;
  outline: 4px solid rgba(32, 33, 36, 0.06);
}
a:active {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
ul {
  list-style-position: outside;
  margin-bottom: 20px;
  margin-left: 20px;
}
ul.h-no-bullet,
li.h-no-bullet {
  list-style: none;
}
ul.h-no-bullet {
  margin-left: 0;
}
ul li ul {
  margin-bottom: 0;
  margin-left: 20px;
}
li {
  line-height: 1.7143;
  font-size: 14px;
  letter-spacing: 0.25px;
}
@media (width >= 600px) {
  li {
    line-height: 1.7143;
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
@media (width >= 1024px) {
  li {
    line-height: 1.625;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.screen-reader-text {
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
}
:root:not(#_, #_, #_, #_, #_, #_, #_) .screen-reader-text {
  position: absolute;
  overflow-wrap: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #5f6368;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
:root:not(#_, #_, #_, #_, #_, #_, #_) .screen-reader-text:focus {
  clip-path: none;
}
.h-c-page {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 568px;
  padding: 0 16px;
  width: auto;
}
@media (width >= 600px) {
  .h-c-page {
    max-width: 1280px;
    padding: 0 32px;
  }
}
.h-c-headline {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #202124;
  font-family:
    "Google Sans",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 400;
  hyphens: auto;
  overflow-wrap: initial;
}
[lang=ja] .h-c-headline {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans JP",
    "Noto Sans CJK JP",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=ko] .h-c-headline {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans KR",
    "Noto Sans CJK KR",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-CN] .h-c-headline {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans SC",
    "Noto Sans CJK SC",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-TW] .h-c-headline {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans TC",
    "Noto Sans CJK TC",
    Arial,
    Helvetica,
    sans-serif;
}
.h-c-headline.h-c-headline--one {
  line-height: 1.25;
  font-size: 32px;
  letter-spacing: 0;
}
.h-c-headline.h-c-headline--one.h-has-bottom-margin {
  margin-bottom: 15px;
}
@media (width >= 600px) {
  .h-c-headline.h-c-headline--one {
    line-height: 1.1579;
    font-size: 38px;
    letter-spacing: 0;
  }
  .h-c-headline.h-c-headline--one.h-has-bottom-margin {
    margin-bottom: 13px;
  }
}
@media (width >= 1024px) {
  .h-c-headline.h-c-headline--one {
    line-height: 1.1786;
    font-size: 56px;
    letter-spacing: -0.5px;
  }
  .h-c-headline.h-c-headline--one.h-has-bottom-margin {
    margin-bottom: 20px;
  }
}
.h-c-headline.h-c-headline--two {
  line-height: 1.3333;
  font-size: 20px;
  letter-spacing: 0;
}
.h-c-headline.h-c-headline--two.h-has-bottom-margin {
  margin-bottom: 10px;
}
@media (width >= 600px) {
  .h-c-headline.h-c-headline--two {
    line-height: 1.25;
    font-size: 24px;
    letter-spacing: 0;
  }
  .h-c-headline.h-c-headline--two.h-has-bottom-margin {
    margin-bottom: 12px;
  }
}
@media (width >= 1024px) {
  .h-c-headline.h-c-headline--two {
    line-height: 1.1818;
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .h-c-headline.h-c-headline--two.h-has-bottom-margin {
    margin-bottom: 15px;
  }
}
p > a {
  border-bottom: 1px solid #1a73e8;
}
p > a:visited {
  border-bottom-color: #7b1fa2;
}
p > a:hover,
p > a:focus {
  border-bottom-color: #174ea6;
}
.svg-assets {
  display: none;
}
.svg-assets path {
  stroke-width: inherit;
}
#mi-keyboard-arrow-right path {
  stroke: inherit;
  stroke-width: inherit;
}
.h-c-footer {
  background: #f8f9fa;
  margin: 0;
}
.h-c-footer__link {
  line-height: 1.5714;
  color: #5f6368;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.h-c-footer__link:visited {
  color: #5f6368;
}
.h-c-footer__link:hover,
.h-c-footer__link:focus {
  color: #202124;
}
.h-c-footer__link:focus {
  background: #e8eaed;
  outline: 10px solid #e8eaed;
}
.h-c-footer__global {
  margin: 0 auto;
  padding: 40px 16px 20px;
}
@media (width >= 600px) {
  .h-c-footer__global {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 1344px;
    padding: 40px 32px 20px;
  }
  .h-c-footer__global::after {
    content: "";
    display: table;
    clear: both;
  }
}
.h-c-footer__logo {
  height: 28px;
  margin: 0 0 30px;
  width: 86px;
}
@media (width >= 600px) {
  .h-c-footer__logo {
    flex: 0 0 90%;
    margin-right: 55px;
  }
}
@media (width >= 1024px) {
  .h-c-footer__logo {
    flex: 0 0 86px;
  }
}
.h-c-footer__logo a {
  display: inline-block;
  height: 28px;
}
.h-c-footer__logo a:focus {
  background: #e8eaed;
  outline: 10px solid #e8eaed;
}
.h-c-footer__logo-img {
  fill: #5f6368;
  height: 28px;
  width: 86px;
}
.h-c-footer__global-links {
  margin: 0 0 15px;
}
.h-c-footer__global-links::after {
  content: "";
  display: table;
  clear: both;
}
@media (width >= 600px) {
  .h-c-footer__global-links {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    flex: 2 0 auto;
    max-width: 100%;
  }
}
.h-c-footer__global-links-list-item {
  float: left;
  padding: 0 30px 15px 0;
}
body.h-is-showing-drawer {
  overflow-y: hidden;
}
@media (width >= 600px) {
  body.h-is-showing-drawer {
    overflow-y: auto;
  }
}
.h-c-header {
  transition: height 0.4s;
}
.glue-app-ready .h-c-header.h-c-header--corporate-initiative {
  height: 112px;
}
@media (width >= 600px) {
  :root:not(#_, #_, #_, #_, #_, #_, #_) .h-c-header.h-c-header--corporate-initiative {
    height: 128px;
  }
}
.h-c-header__bar {
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
  left: 0;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s, background 0.4s;
  z-index: 100;
}
.h-c-header__bar::after {
  content: "";
  display: table;
  clear: both;
}
.glue-app-ready .h-c-header__bar {
  position: fixed;
}
.glue-app-ready .h-c-header--corporate-initiative .h-c-header__bar {
  height: 112px;
}
@media (width >= 600px) {
  :root:not(#_, #_, #_, #_, #_, #_, #_) .h-c-header--corporate-initiative .h-c-header__bar {
    height: 128px;
  }
}
.h-c-header--corporate-initiative .h-c-header__bar::before {
  background: #dadce0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 56px;
}
@media (width >= 600px) {
  .h-c-header--corporate-initiative .h-c-header__bar::before {
    bottom: 63px;
    top: auto;
  }
}
.h-c-header__bar-underside {
  display: none;
}
@media (width >= 600px) {
  .h-c-header__bar-underside {
    background: #fff;
    box-shadow: inset 0 -1px 0 0 #dadce0;
    height: 48px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: background 0.4s;
  }
}
.h-c-header__hamburger {
  display: none;
  float: left;
  width: 56px;
}
.h-c-header__hamburger.h-c-header__hamburger--second-tier {
  clear: left;
  height: 50%;
}
.glue-app-ready .h-c-header--corporate-initiative .h-c-header__hamburger.h-c-header__hamburger--second-tier {
  display: table;
}
@media (width >= 600px) {
  :root:not(#_, #_, #_, #_, #_, #_, #_) .h-c-header__hamburger {
    display: none;
  }
}
.h-c-header__hamburger-wrapper {
  display: table-cell;
  height: 100%;
  padding: 6px;
  vertical-align: middle;
}
.h-c-header__hamburger-link {
  appearance: auto;
  user-select: none;
  background: none;
  border: 0;
  border-radius: 50%;
  color: inherit;
  display: block;
  font: inherit;
  height: 100%;
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}
.h-c-header__hamburger-link:focus {
  background-color: #f1f3f4;
  outline: none;
}
.h-c-header__hamburger-link:focus .h-c-header__hamburger-img--reversed {
  fill: #5f6368;
}
.h-c-header__hamburger-img {
  height: 24px;
  margin: 0 auto;
  width: 24px;
}
.h-c-header__hamburger-img.h-c-header__hamburger-img--standard {
  display: block;
  fill: #5f6368;
}
.h-c-header__hamburger-img.h-c-header__hamburger-img--reversed {
  display: none;
  fill: #fff;
}
.h-c-header__lockup {
  float: left;
  height: 56px;
  margin-left: 16px;
  position: relative;
}
.h-c-header__lockup::after {
  content: "";
  display: table;
  clear: both;
}
.glue-app-ready .h-c-header--corporate-initiative .h-c-header__lockup {
  height: 50%;
}
@media (width >= 600px) {
  .h-c-header__lockup {
    margin-left: 24px;
  }
  :root:not(#_, #_, #_, #_, #_, #_, #_) .h-c-header--corporate-initiative .h-c-header__lockup {
    height: 50%;
  }
}
.h-c-header__company-logo {
  display: table;
  float: left;
  height: 100%;
  padding: 4px 0;
}
.h-c-header__company-logo-link {
  display: table-cell;
  padding-top: 4px;
  vertical-align: middle;
}
.h-c-header__company-logo-img {
  height: 24px;
  width: 74px;
}
.h-c-header__company-logo-img.h-c-header__company-logo-img--standard {
  display: block;
}
.h-c-header__company-logo-img.h-c-header__company-logo-img--google-logo {
  width: 74px !important;
}
.h-c-header__initiative-logo {
  clear: left;
  display: table;
  float: left;
  height: 56px;
  margin-left: 16px;
  padding: 4px 0;
}
.glue-app-ready .h-c-header__initiative-logo {
  clear: none;
  height: 50%;
}
@media (width >= 600px) {
  :root:not(#_, #_, #_, #_, #_, #_, #_) .h-c-header__initiative-logo {
    clear: left;
    height: 50%;
    margin-left: 24px;
  }
}
.h-c-header__initiative-logo-link {
  display: table-cell;
  vertical-align: middle;
}
.h-c-header__initiative-logo-link:focus .h-c-header__initiative-logo-text {
  color: #5f6368;
}
.h-c-header__initiative-logo-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #5f6368;
  font-family:
    "Product Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
[lang=ja] .h-c-header__initiative-logo-text {
  font-family:
    "Product Sans",
    "Noto Sans JP",
    "Noto Sans CJK JP",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=ko] .h-c-header__initiative-logo-text {
  font-family:
    "Product Sans",
    "Noto Sans KR",
    "Noto Sans CJK KR",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-CN] .h-c-header__initiative-logo-text {
  font-family:
    "Product Sans",
    "Noto Sans SC",
    "Noto Sans CJK SC",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-TW] .h-c-header__initiative-logo-text {
  font-family:
    "Product Sans",
    "Noto Sans TC",
    "Noto Sans CJK TC",
    Arial,
    Helvetica,
    sans-serif;
}
.h-c-header__nav {
  clear: both;
  display: block;
}
.glue-app-ready .h-c-header__nav {
  display: none;
}
@media (width >= 600px) {
  .h-c-header__nav {
    float: left;
  }
  :root:not(#_, #_, #_, #_, #_, #_, #_) .h-c-header__nav {
    display: block;
  }
  .h-c-header--corporate-initiative .h-c-header__nav {
    clear: none;
    height: 50%;
    margin-left: 48px;
  }
}
.h-c-header__nav-list {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
@media (width >= 600px) {
  .h-c-header__nav-list {
    height: 100%;
  }
  .h-c-header__nav-list::after {
    content: "";
    display: table;
    clear: both;
  }
}
.h-c-header__nav-li {
  display: table;
  width: 100%;
}
@media (width >= 600px) {
  .h-c-header__nav-li {
    float: left;
    height: 100%;
    margin-left: 36px;
    position: relative;
    width: auto;
  }
  .h-c-header__nav-li:first-child {
    margin-left: 0;
  }
}
.h-c-header__nav-li-link {
  color: #5f6368;
  display: table-cell;
  font-family:
    "Google Sans",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0.25px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  width: 100%;
}
[lang=ja] .h-c-header__nav-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans JP",
    "Noto Sans CJK JP",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=ko] .h-c-header__nav-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans KR",
    "Noto Sans CJK KR",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-CN] .h-c-header__nav-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans SC",
    "Noto Sans CJK SC",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-TW] .h-c-header__nav-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans TC",
    "Noto Sans CJK TC",
    Arial,
    Helvetica,
    sans-serif;
}
.h-c-header__nav-li-link:visited {
  color: #5f6368;
}
.h-c-header__nav-li-link:hover,
.h-c-header__nav-li-link:active,
.h-c-header__nav-li-link.h-is-active {
  color: #000;
}
.h-c-header__nav-li-link.h-is-active {
  background: #f1f3f4;
}
@media (width >= 600px) {
  .h-c-header__nav-li-link {
    line-height: 1.8571;
    color: #5f6368;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.25px;
    padding: 10px 0 9px;
    width: auto;
  }
  .h-c-header--corporate-initiative .h-c-header__nav-li-link {
    padding: 7px 0 9px;
  }
  .h-c-header__nav-li-link:visited {
    color: #5f6368;
  }
  .h-c-header__nav-li-link:hover,
  .h-c-header__nav-li-link:active,
  .h-c-header__nav-li-link.h-is-active {
    color: #000;
  }
  .h-c-header__nav-li-link.h-is-active {
    background: none;
  }
  .h-c-header__nav-li-link.h-is-active::after {
    background: #1a73e8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
  }
  .h-c-header__nav-li-link.h-is-active:focus::after {
    background: #174ea6;
  }
  .h-c-header__nav-li-link:focus {
    background: #f1f3f4;
    outline: 10px solid #f1f3f4;
  }
}
.h-c-header__cta {
  display: none;
  position: absolute;
  right: 0;
}
.h-c-header--corporate-initiative .h-c-header__cta {
  padding: 9px;
  bottom: 0;
  height: 56px;
}
@media (width >= 600px) {
  .h-c-header__cta {
    display: block;
  }
  .h-c-header--corporate-initiative .h-c-header__cta {
    height: 63px;
    padding: 9px;
  }
}
.h-c-header__cta-list {
  height: 100%;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.h-c-header__cta-list::after {
  content: "";
  display: table;
  clear: both;
}
.h-c-header__cta-li {
  display: table;
  float: left;
  height: 100%;
}
.h-c-header__cta-li-link {
  display: table-cell;
  font-family:
    "Google Sans",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  vertical-align: middle;
}
[lang=ja] .h-c-header__cta-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans JP",
    "Noto Sans CJK JP",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=ko] .h-c-header__cta-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans KR",
    "Noto Sans CJK KR",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-CN] .h-c-header__cta-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans SC",
    "Noto Sans CJK SC",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-TW] .h-c-header__cta-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans TC",
    "Noto Sans CJK TC",
    Arial,
    Helvetica,
    sans-serif;
}
.h-c-header__cta-li-link.h-c-header__cta-li-link--primary {
  background: #1a73e8;
  color: #fff;
}
.h-c-header__cta-li-link.h-c-header__cta-li-link--primary:visited {
  color: #fff;
}
.h-c-header__cta-li-link.h-c-header__cta-li-link--primary:hover,
.h-c-header__cta-li-link.h-c-header__cta-li-link--primary:active,
.h-c-header__cta-li-link.h-c-header__cta-li-link--primary:focus {
  background: #174ea6;
  outline: none;
}
.h-c-header--corporate-initiative .h-c-header__cta-li-link.h-c-header__cta-li-link--primary {
  padding: 0 24px;
  background-clip: padding-box;
  border-radius: 2px;
}
@media (width >= 1024px) {
  .h-c-header__cta-li-link {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.h-c-header__drawer {
  background: #fff;
  border: 0 solid red;
  inset: 0 56px 0 0;
  max-width: 280px;
  position: fixed;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s cubic-bezier(0.24, 1, 0.32, 1);
  visibility: hidden;
  z-index: 102;
}
.h-c-header__drawer.h-is-visible {
  visibility: visible;
}
.h-is-showing-drawer .h-c-header__drawer {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  transform: translate3d(0, 0, 0);
}
.h-c-header__drawer:focus {
  outline: none;
}
@media (width >= 600px) {
  .h-c-header__drawer {
    display: none;
  }
}
.h-c-header__drawer-content {
  inset: 0 0 136px;
  overflow-y: auto;
  position: absolute;
}
.h-c-header__drawer-backdrop {
  background: rgba(0, 0, 0, 0.4);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  z-index: 101;
}
.h-is-showing-drawer .h-c-header__drawer-backdrop {
  opacity: 1;
  visibility: visible;
}
@media (width >= 600px) {
  .h-c-header__drawer-backdrop {
    display: none;
  }
}
.h-c-header__drawer-bar {
  box-shadow: inset 0 -1px 0 0 #dadce0;
  position: relative;
}
.h-c-header__drawer-bar::after {
  content: "";
  display: table;
  clear: both;
}
.h-c-header--corporate-initiative .h-c-header__drawer-bar {
  height: 112px;
}
.h-c-header--corporate-initiative .h-c-header__drawer-bar::before {
  background: #dadce0;
  bottom: 55px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.h-c-header__drawer-lockup {
  float: left;
  margin-left: 16px;
}
.h-c-header__drawer-lockup::after {
  content: "";
  display: table;
  clear: both;
}
.h-c-header--corporate-initiative .h-c-header__drawer-lockup {
  height: 50%;
}
.h-c-header__drawer-company-logo {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  display: table;
  float: left;
  height: 100%;
}
.h-c-header__drawer-company-logo-link {
  display: table-cell;
  padding-top: 4px;
  vertical-align: middle;
}
.h-c-header__drawer-company-logo-img {
  display: block;
  height: 24px;
  width: 74px;
}
.h-c-header__drawer-initiative-logo {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  clear: left;
  display: table;
  float: left;
  height: 50%;
  margin-left: 16px;
}
.h-c-header__drawer-initiative-logo-link {
  display: table-cell;
  padding-top: 2px;
  vertical-align: middle;
}
.h-c-header__drawer-initiative-logo-text {
  color: #5f6368;
  font-family:
    "Product Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
[lang=ja] .h-c-header__drawer-initiative-logo-text {
  font-family:
    "Product Sans",
    "Noto Sans JP",
    "Noto Sans CJK JP",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=ko] .h-c-header__drawer-initiative-logo-text {
  font-family:
    "Product Sans",
    "Noto Sans KR",
    "Noto Sans CJK KR",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-CN] .h-c-header__drawer-initiative-logo-text {
  font-family:
    "Product Sans",
    "Noto Sans SC",
    "Noto Sans CJK SC",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-TW] .h-c-header__drawer-initiative-logo-text {
  font-family:
    "Product Sans",
    "Noto Sans TC",
    "Noto Sans CJK TC",
    Arial,
    Helvetica,
    sans-serif;
}
.h-c-header__drawer-nav {
  padding-bottom: 20px;
  padding-top: 20px;
}
.h-c-header__drawer-nav-list {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.h-c-header__drawer-nav-li {
  display: table;
  width: 100%;
}
.h-c-header__drawer-nav-li-link {
  color: #5f6368;
  display: table-cell;
  font-family:
    "Google Sans",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0.25px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  width: 100%;
}
[lang=ja] .h-c-header__drawer-nav-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans JP",
    "Noto Sans CJK JP",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=ko] .h-c-header__drawer-nav-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans KR",
    "Noto Sans CJK KR",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-CN] .h-c-header__drawer-nav-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans SC",
    "Noto Sans CJK SC",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-TW] .h-c-header__drawer-nav-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans TC",
    "Noto Sans CJK TC",
    Arial,
    Helvetica,
    sans-serif;
}
.h-c-header__drawer-nav-li-link:visited {
  color: #5f6368;
}
.h-c-header__drawer-nav-li-link:focus,
.h-c-header__drawer-nav-li-link:visited {
  color: #5f6368;
}
.h-c-header__drawer-nav-li-link:hover,
.h-c-header__drawer-nav-li-link:active,
.h-c-header__drawer-nav-li-link.h-is-active {
  color: #000;
}
.h-c-header__drawer-nav-li-link.h-is-active {
  background: #f1f3f4;
}
.h-c-header__drawer-nav-li-link:focus {
  background: #f1f3f4;
  outline: none;
}
.h-c-header__drawer-cta {
  bottom: 0;
  box-shadow: inset 0 1px 0 0 #dadce0;
  height: 136px;
  left: 0;
  padding: 8px 16px 24px;
  position: absolute;
  right: 0;
}
.h-c-header__drawer-cta-list {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.h-c-header__drawer-cta-li {
  display: table;
  margin-top: 8px;
  width: 100%;
}
.h-c-header__drawer-cta-li:first-child {
  margin-top: 0;
}
.h-c-header__drawer-cta-li-link {
  display: table-cell;
  font-family:
    "Google Sans",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0.75px;
  text-align: center;
  vertical-align: middle;
}
[lang=ja] .h-c-header__drawer-cta-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans JP",
    "Noto Sans CJK JP",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=ko] .h-c-header__drawer-cta-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans KR",
    "Noto Sans CJK KR",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-CN] .h-c-header__drawer-cta-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans SC",
    "Noto Sans CJK SC",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-TW] .h-c-header__drawer-cta-li-link {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans TC",
    "Noto Sans CJK TC",
    Arial,
    Helvetica,
    sans-serif;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary {
  background: #1a73e8;
  background-clip: padding-box;
  border-radius: 2px;
  color: #fff;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary:visited {
  color: #fff;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary:hover,
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary:active,
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary:focus {
  background: #174ea6;
  outline: none;
}
.app-panel {
  padding: 48px 0 28px;
}
@media (width >= 600px) {
  .app-panel {
    padding: 72px 0 52px;
  }
}
@media (width >= 1024px) {
  .app-panel {
    padding: 96px 0 76px;
  }
}
@media (width >= 600px) {
  .app-content-panel .h-c-page {
    max-width: 800px;
  }
}
.h-c-page .h-c-headline {
  hyphens: none;
}
.post-content {
  margin-top: 36px;
}
@media (width >= 1024px) {
  .post-content {
    margin-top: 48px;
  }
}
.post-content ul,
.post-content h1 {
  margin-top: 12px;
}
@media (width >= 1024px) {
  .post-content ul,
  .post-content h1 {
    margin-top: 16px;
  }
}
ul.docs-toc {
  list-style: none;
  margin-left: 0;
}
ul.docs-toc > li {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #dadce0;
}
ul.docs-toc > li:last-child {
  border-bottom: 0;
}
.h-u-font-weight-regular {
  font-weight: 400;
}
.h-c-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  border: none;
  border-radius: 2px;
  display: inline-block;
  font-family:
    "Google Sans",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  line-height: 1;
  letter-spacing: 0.75px;
  margin: 8px 0;
  padding: 15px 24px;
  transition: color 0.15s linear, background-color 0.15s linear;
  vertical-align: middle;
}
@media (width >= 1024px) {
  .h-c-button {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 0.9;
    padding: 17px 24px;
  }
}
[lang=ja] .h-c-button {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans JP",
    "Noto Sans CJK JP",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=ko] .h-c-button {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans KR",
    "Noto Sans CJK KR",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-CN] .h-c-button {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans SC",
    "Noto Sans CJK SC",
    Arial,
    Helvetica,
    sans-serif;
}
[lang=zh-TW] .h-c-button {
  font-family:
    "Google Sans",
    Roboto,
    "Noto Sans TC",
    "Noto Sans CJK TC",
    Arial,
    Helvetica,
    sans-serif;
}
.h-c-button:focus {
  outline: none;
  transition: none;
}
.h-c-button.h-c-button--primary {
  background-color: #1a73e8;
  color: #fff;
}
@media screen and (-ms-high-contrast: active) {
  .h-c-button.h-c-button--primary {
    background: ButtonFace;
    border: 1px solid #fff;
  }
}
.h-c-button.h-c-button--primary:visited {
  background-color: #1a73e8;
  color: #fff;
}
.h-c-button.h-c-button--primary[disabled],
.h-c-button.h-c-button--primary[disabled]:hover {
  background-color: #dadce0;
}
.h-c-button.h-c-button--primary:hover,
.h-c-button.h-c-button--primary:focus {
  background-color: #174ea6;
  color: #fff;
}
.h-c-header.h-c-header--product-marketing-one-tier,
.h-c-header--product-marketing-one-tier .h-c-header__bar {
  height: 56px;
}
.h-c-header--product-marketing-one-tier .h-c-header__lockup {
  height: 100%;
  margin-left: 14px;
}
.h-c-header--product-marketing-one-tier .h-c-header__cta {
  height: 56px;
  top: 0;
  padding: 9px;
}
.h-c-header--product-marketing-one-tier .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary {
  padding: 0 24px;
}
.h-c-header__product-logo {
  display: table;
  float: left;
  height: 100%;
  margin-left: 6px;
  padding: 4px 0;
}
.h-c-header__product-logo-link {
  display: table-cell;
  padding-top: 1px;
  vertical-align: middle;
}
.h-c-header__product-logo-link:focus .h-c-header__product-logo-text {
  color: #5f6368;
}
.h-c-header__product-logo-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #5f6368;
  font-family:
    "Product Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
@media (width >= 900px) {
  .h-c-header.h-c-header--product-marketing-one-tier,
  .h-c-header--product-marketing-one-tier .h-c-header__bar {
    height: 64px;
  }
  .h-c-header--product-marketing-one-tier .h-c-header__lockup {
    margin-left: 24px;
  }
  .h-c-header--product-marketing-one-tier .h-c-header__cta {
    height: 63px;
    top: 0;
    padding: 9px;
  }
}
@media (width >= 600px) {
  .app-content-panel > header .h-c-page {
    max-width: 1100px;
  }
  .app-v2-setup-panel .h-c-page {
    max-width: 1200px;
  }
}
.app-v2-setup-panel .post-content {
  margin-top: 0;
}
.headline-google-g {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.progress-steps {
  position: relative;
  margin-top: 30px;
}
.progress-steps__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  z-index: -1;
  border-left: 1px solid #dadce0;
}
.progress-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.progress-step > .progress-step__number {
  margin-right: 16px;
}
.progress-step > .progress-step__content {
  flex: 1;
}
.progress-step--completed .progress-step__number {
  color: white;
  border-color: #34a853;
  background-color: #34a853;
}
.progress-step__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 24px;
  background-color: white;
}
.progress-step__number {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
  border: 1px solid #dadce0;
  border-radius: 50%;
  background-color: white;
}
.progress-step__number svg {
  width: 16px;
  height: 100%;
  fill: currentcolor;
}
.progress-step__title {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}
.progress-steps + .progress-step__title {
  margin-top: 80px;
}
.notice {
  padding: 16px;
  background-color: #eee;
  border-left: 4px solid #000;
  margin-top: 16px;
}
.notice.notice-success {
  background-color: #ecf7ed;
  border-left-color: #46b450;
}
.notice.notice-error {
  background-color: #fbeaea;
  border-left-color: #dc3232;
}
.form-actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}
.permissions-sites {
  margin: 36px 0;
}
.permissions-site form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dadce0;
}
.permissions-site:last-child form {
  border-bottom: 0;
}
.spacer {
  overflow: hidden;
  width: 100%;
}
.step-asset-image {
  display: none;
}
@media (width >= 600px) {
  .step-asset-image {
    display: block;
    float: right;
    margin: 30px 0 30px 30px;
    max-width: 40%;
  }
}
@media (width >= 600px) {
  .progress-steps .step-asset-image {
    margin-top: 0;
  }
}
@media (width >= 1000px) {
  .step-asset-image {
    margin-right: -10%;
  }
}
.h-c-header__cta.site-kit-help {
  padding-right: 24px;
}
.site-kit-help .h-c-header__cta--icon {
  display: flex;
  justify-content: flex-end;
}
.site-kit-help .h-c-header__cta--icon > button {
  margin-top: 6px;
  outline: 0;
  background: none;
  border: none;
}
.site-kit-help .h-c-header__cta--icon > button svg {
  padding: 4px;
  display: block;
}
.site-kit-help .h-c-header__cta--icon > button.toggled-on svg,
.site-kit-help .h-c-header__cta--icon > button:hover svg,
.site-kit-help .h-c-header__cta--icon > button:focus svg {
  background-color: #eee;
  border-radius: 50%;
}
.h-c-header__menu {
  box-shadow:
    0 8px 10px rgba(0, 0, 0, 0.14),
    0 3px 14px rgba(0, 0, 0, 0.12),
    0 5px 5px rgba(0, 0, 0, 0.2);
  width: 200px;
  border-radius: 8px;
  margin-top: 6px;
  background-color: #fff;
  margin-right: 8px;
}
.h-c-header__menu .menu-container {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
}
.h-c-header__menu .menu-container .menu-item {
  padding: 10px 16px;
  font-size: 16px;
}
.h-c-header__menu .menu-container .menu-item:hover {
  background-color: #eee;
}
.h-c-header__menu .menu-container .menu-item a,
.h-c-header__menu .menu-container .menu-item a:hover,
.h-c-header__menu .menu-container .menu-item a:visited {
  color: #212121;
}
.v2-step-ui {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v2-step-ui__illustration {
  display: none;
  max-width: 342px;
}
@media (width >= 900px) {
  .v2-step-ui__illustration {
    display: block;
    margin-left: 4.875rem;
  }
}
.v2-step-ui__steps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.625rem;
}
.v2-step-ui__step {
  font-size: 1rem;
  line-height: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem;
  text-align: center;
  color: #fff;
  background-color: #bdc1c6;
  border-radius: 50%;
}
.v2-step-ui__step svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentcolor;
}
.v2-step-ui__step--current,
.v2-step-ui__step--completed {
  background-color: #1a73e8;
}
.v2-step-ui__step-content {
  border-top: 1px solid #dadce0;
}
.v2-step-ui__step + .v2-step-ui__step {
  margin-left: 1.25rem;
}
.v2-step-ui__step-connector {
  width: 1rem;
  height: 0;
  margin: 0 0.125rem;
  border-top: 2px solid #bdc1c6;
}
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  appearance: auto;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  hyphens: none;
}
html {
  font-size: 18px;
}
body {
  background: #fff;
  color: #202124;
  cursor: auto;
  font-family:
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.444;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}
body::after {
  content: "x-small";
  display: none;
}
@media (min-width: 600px) {
  body::after {
    content: "small";
  }
}
@media (min-width: 1024px) {
  body::after {
    content: "medium";
  }
}
@media (min-width: 1440px) {
  body::after {
    content: "large";
  }
}
[lang=ja] body {
  font-family:
    "Roboto",
    "Noto Sans CJK JP",
    "Noto Sans JP",
    arial,
    helvetica,
    sans-serif;
}
[lang=ko] body {
  font-family:
    "Roboto",
    "Noto Sans CJK KR",
    "Noto Sans KR",
    arial,
    helvetica,
    sans-serif;
}
[lang=zh-CN] body {
  font-family:
    "Roboto",
    "Noto Sans CJK SC",
    "Noto Sans SC",
    arial,
    helvetica,
    sans-serif;
}
[lang=zh-TW] body {
  font-family:
    "Roboto",
    "Noto Sans CJK TC",
    "Noto Sans TC",
    arial,
    helvetica,
    sans-serif;
}
h1.h-has-top-margin,
h2.h-has-top-margin,
h3.h-has-top-margin,
h4.h-has-top-margin,
h5.h-has-top-margin,
h6.h-has-top-margin {
  margin-top: 16px;
}
h1.h-has-bottom-margin,
h2.h-has-bottom-margin,
h3.h-has-bottom-margin,
h4.h-has-bottom-margin,
h5.h-has-bottom-margin,
h6.h-has-bottom-margin {
  margin-bottom: 16px;
}
h1.h-has-top-bottom-margin,
h2.h-has-top-bottom-margin,
h3.h-has-top-bottom-margin,
h4.h-has-top-bottom-margin,
h5.h-has-top-bottom-margin,
h6.h-has-top-bottom-margin {
  margin-bottom: 16px;
  margin-top: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
  font-weight: 300;
}
p,
.h-c-copy {
  line-height: 1.7142857143;
}
p.h-c-copy--lead,
.h-c-copy--lead.h-c-copy {
  font-size: 18px;
  line-height: 1.4444444444;
}
p.h-has-top-margin,
.h-has-top-margin.h-c-copy {
  margin-top: 12px;
}
p.h-has-bottom-margin,
.h-has-bottom-margin.h-c-copy {
  margin-bottom: 12px;
}
p.h-has-top-bottom-margin,
.h-has-top-bottom-margin.h-c-copy {
  margin-bottom: 12px;
  margin-top: 12px;
}
p.h-c-copy--print,
.h-c-copy--print.h-c-copy {
  text-indent: 24px;
}
p.h-c-copy--print + p.h-c-copy--print,
p.h-c-copy--print + .h-c-copy--print.h-c-copy,
.h-c-copy--print.h-c-copy + p.h-c-copy--print,
.h-c-copy--print.h-c-copy + .h-c-copy--print.h-c-copy {
  margin-top: 0;
}
p + p,
p + .h-c-copy,
.h-c-copy + p,
.h-c-copy + .h-c-copy {
  margin-top: 12px;
}
p,
.h-c-copy {
  font-size: 14px;
  letter-spacing: 0.25px;
}
@media (min-width: 600px) {
  p,
  .h-c-copy {
    line-height: 1.7142857143;
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 1024px) {
  p,
  .h-c-copy {
    line-height: 1.625;
  }
  p.h-has-top-margin,
  .h-has-top-margin.h-c-copy {
    margin-top: 16px;
  }
  p.h-has-bottom-margin,
  .h-has-bottom-margin.h-c-copy {
    margin-bottom: 16px;
  }
  p.h-has-top-bottom-margin,
  .h-has-top-bottom-margin.h-c-copy {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  p + p,
  p + .h-c-copy,
  .h-c-copy + p,
  .h-c-copy + .h-c-copy {
    margin-top: 16px;
  }
  p,
  .h-c-copy {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
hr {
  border: solid #dadce0;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin-bottom: 19px;
  margin-top: 20px;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
pre {
  background: #f5f5f5;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  padding: 6px;
  white-space: pre;
}
pre code {
  background: transparent;
  padding: 0;
}
code {
  background: #f5f5f5;
  color: #9e9e9e;
  font-family:
    "Consolas",
    "Monaco",
    "Bitstream Vera Sans Mono",
    "Courier New",
    courier,
    monospace;
  font-weight: 300;
  overflow-x: auto;
  padding: 6px;
  white-space: pre;
  overflow-wrap: normal;
}
abbr,
acronym {
  color: #202124;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase;
}
abbr {
  text-transform: none;
}
a {
  color: #1a73e8;
  text-decoration: none;
}
a:visited {
  color: #7b1fa2;
}
a:hover {
  cursor: pointer;
}
a:hover,
a:focus {
  color: #174ea6;
  text-decoration: none;
}
a:focus {
  background: #f1f3f4;
  outline: 4px solid rgba(32, 33, 36, 0.06);
}
a:active {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
a img {
  border: 0;
}
.h-u-font-reversed a {
  color: #fff;
}
.h-u-font-reversed a:visited {
  color: #CFA6FF;
}
.h-u-font-reversed a:hover,
.h-u-font-reversed a:focus {
  background: #f1f3f4;
  color: #202124;
  outline: 4px solid #f1f3f4;
}
ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 20px;
}
ul.h-no-bullet,
ol.h-no-bullet,
dl.h-no-bullet,
li.h-no-bullet {
  list-style: none;
}
ul.h-no-bullet,
ol.h-no-bullet {
  margin-left: 0;
}
html[dir=rtl] ul.h-no-bullet,
html[dir=rtl] ol.h-no-bullet {
  margin-right: 0;
}
ul,
ol {
  margin-left: 20px;
}
html[dir=rtl] ul,
html[dir=rtl] ol {
  margin-left: 0;
  margin-right: 20px;
}
ul.h-inline li,
ol.h-inline li {
  display: inline-block;
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-bottom: 0;
  margin-left: 20px;
}
html[dir=rtl] ul li ul,
html[dir=rtl] ul li ol,
html[dir=rtl] ol li ul,
html[dir=rtl] ol li ol {
  margin-left: 0;
  margin-right: 20px;
}
ul.h-square li ul,
ul.h-circle li ul,
ul.h-disc li ul {
  list-style: inherit;
}
ul.h-square {
  list-style-type: square;
}
ul.h-circle {
  list-style-type: circle;
}
ul.h-disc {
  list-style-type: disc;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-bottom: 12px;
}
li,
dt,
dd {
  line-height: 1.7142857143;
  font-size: 14px;
  letter-spacing: 0.25px;
}
@media (min-width: 600px) {
  li,
  dt,
  dd {
    line-height: 1.7142857143;
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 1024px) {
  li,
  dt,
  dd {
    line-height: 1.625;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
blockquote {
  line-height: 1.3333333333;
  color: #202124;
  font-size: 24px;
}
@media (min-width: 1024px) {
  blockquote {
    line-height: 1.2083333333;
    font-size: 48px;
  }
}
cite {
  display: block;
}
cite::before {
  content: "\2014  ";
  white-space: pre;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.h-c-page {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 568px;
  padding: 0 16px;
  width: auto;
}
@media (min-width: 600px) {
  .h-c-page {
    max-width: 1280px;
    padding: 0 32px;
  }
}
.glue-flexbox .h-c-grid {
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.6515151515%;
}
@media (min-width: 600px) {
  .glue-flexbox .h-c-grid {
    margin: 0 -1.4426391897%;
  }
}
.glue-flexbox .h-c-grid__col {
  flex: 0 1 auto;
  margin: 0 2.6515151515%;
  width: 100%;
}
@media (min-width: 600px) {
  .glue-flexbox .h-c-grid__col {
    margin: 0 1.4426391897%;
  }
}
.glue-flexbox .h-c-grid__col-s--1 {
  -ms-flex-preferred-size: 19.696969697%;
  flex-basis: 19.696969697%;
  width: 19.696969697%;
  margin: 0 2.6515151515%;
}
.glue-flexbox .h-c-grid__col-s--2 {
  -ms-flex-preferred-size: 44.696969697%;
  flex-basis: 44.696969697%;
  width: 44.696969697%;
  margin: 0 2.6515151515%;
}
.glue-flexbox .h-c-grid__col-s--3 {
  -ms-flex-preferred-size: 69.696969697%;
  flex-basis: 69.696969697%;
  width: 69.696969697%;
  margin: 0 2.6515151515%;
}
.glue-flexbox .h-c-grid__col-s--4 {
  -ms-flex-preferred-size: 94.696969697%;
  flex-basis: 94.696969697%;
  width: 94.696969697%;
  margin: 0 2.6515151515%;
}
@media (min-width: 600px) {
  .glue-flexbox .h-c-grid__col--1 {
    -ms-flex-preferred-size: 6.2056307116%;
    flex-basis: 6.2056307116%;
    width: 6.2056307116%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--2 {
    -ms-flex-preferred-size: 15.2965398025%;
    flex-basis: 15.2965398025%;
    width: 15.2965398025%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--3 {
    -ms-flex-preferred-size: 24.3874488934%;
    flex-basis: 24.3874488934%;
    width: 24.3874488934%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--4 {
    -ms-flex-preferred-size: 33.4783579843%;
    flex-basis: 33.4783579843%;
    width: 33.4783579843%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--5 {
    -ms-flex-preferred-size: 42.5692670752%;
    flex-basis: 42.5692670752%;
    width: 42.5692670752%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--6 {
    -ms-flex-preferred-size: 51.6601761661%;
    flex-basis: 51.6601761661%;
    width: 51.6601761661%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--7 {
    -ms-flex-preferred-size: 60.751085257%;
    flex-basis: 60.751085257%;
    width: 60.751085257%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--8 {
    -ms-flex-preferred-size: 69.8419943479%;
    flex-basis: 69.8419943479%;
    width: 69.8419943479%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--9 {
    -ms-flex-preferred-size: 78.9329034388%;
    flex-basis: 78.9329034388%;
    width: 78.9329034388%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--10 {
    -ms-flex-preferred-size: 88.0238125297%;
    flex-basis: 88.0238125297%;
    width: 88.0238125297%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--11 {
    -ms-flex-preferred-size: 97.1147216207%;
    flex-basis: 97.1147216207%;
    width: 97.1147216207%;
    margin: 0 1.4426391897%;
  }
}
@media (min-width: 1024px) {
  .glue-flexbox .h-c-grid__col-l--1 {
    -ms-flex-preferred-size: 6.2056307116%;
    flex-basis: 6.2056307116%;
    width: 6.2056307116%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--2 {
    -ms-flex-preferred-size: 15.2965398025%;
    flex-basis: 15.2965398025%;
    width: 15.2965398025%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--3 {
    -ms-flex-preferred-size: 24.3874488934%;
    flex-basis: 24.3874488934%;
    width: 24.3874488934%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--4 {
    -ms-flex-preferred-size: 33.4783579843%;
    flex-basis: 33.4783579843%;
    width: 33.4783579843%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--5 {
    -ms-flex-preferred-size: 42.5692670752%;
    flex-basis: 42.5692670752%;
    width: 42.5692670752%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--6 {
    -ms-flex-preferred-size: 51.6601761661%;
    flex-basis: 51.6601761661%;
    width: 51.6601761661%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--7 {
    -ms-flex-preferred-size: 60.751085257%;
    flex-basis: 60.751085257%;
    width: 60.751085257%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--8 {
    -ms-flex-preferred-size: 69.8419943479%;
    flex-basis: 69.8419943479%;
    width: 69.8419943479%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--9 {
    -ms-flex-preferred-size: 78.9329034388%;
    flex-basis: 78.9329034388%;
    width: 78.9329034388%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--10 {
    -ms-flex-preferred-size: 88.0238125297%;
    flex-basis: 88.0238125297%;
    width: 88.0238125297%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--11 {
    -ms-flex-preferred-size: 97.1147216207%;
    flex-basis: 97.1147216207%;
    width: 97.1147216207%;
    margin: 0 1.4426391897%;
  }
}
@media (min-width: 1440px) {
  .glue-flexbox .h-c-grid__col-xl--1 {
    -ms-flex-preferred-size: 6.2056307116%;
    flex-basis: 6.2056307116%;
    width: 6.2056307116%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--2 {
    -ms-flex-preferred-size: 15.2965398025%;
    flex-basis: 15.2965398025%;
    width: 15.2965398025%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--3 {
    -ms-flex-preferred-size: 24.3874488934%;
    flex-basis: 24.3874488934%;
    width: 24.3874488934%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--4 {
    -ms-flex-preferred-size: 33.4783579843%;
    flex-basis: 33.4783579843%;
    width: 33.4783579843%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--5 {
    -ms-flex-preferred-size: 42.5692670752%;
    flex-basis: 42.5692670752%;
    width: 42.5692670752%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--6 {
    -ms-flex-preferred-size: 51.6601761661%;
    flex-basis: 51.6601761661%;
    width: 51.6601761661%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--7 {
    -ms-flex-preferred-size: 60.751085257%;
    flex-basis: 60.751085257%;
    width: 60.751085257%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--8 {
    -ms-flex-preferred-size: 69.8419943479%;
    flex-basis: 69.8419943479%;
    width: 69.8419943479%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--9 {
    -ms-flex-preferred-size: 78.9329034388%;
    flex-basis: 78.9329034388%;
    width: 78.9329034388%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--10 {
    -ms-flex-preferred-size: 88.0238125297%;
    flex-basis: 88.0238125297%;
    width: 88.0238125297%;
    margin: 0 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--11 {
    -ms-flex-preferred-size: 97.1147216207%;
    flex-basis: 97.1147216207%;
    width: 97.1147216207%;
    margin: 0 1.4426391897%;
  }
}
.glue-flexbox .h-c-grid__col-s--offset-0 {
  margin-left: 2.6515151515%;
  margin-right: 2.6515151515%;
}
[dir=rtl].glue-flexbox .h-c-grid__col-s--offset-0 {
  margin-left: 2.6515151515%;
  margin-right: 2.6515151515%;
}
.glue-flexbox .h-c-grid__col-s--offset-1 {
  margin-left: 27.6515151515%;
  margin-right: 2.6515151515%;
}
[dir=rtl].glue-flexbox .h-c-grid__col-s--offset-1 {
  margin-left: 2.6515151515%;
  margin-right: 27.6515151515%;
}
.glue-flexbox .h-c-grid__col-s--offset-2 {
  margin-left: 52.6515151515%;
  margin-right: 2.6515151515%;
}
[dir=rtl].glue-flexbox .h-c-grid__col-s--offset-2 {
  margin-left: 2.6515151515%;
  margin-right: 52.6515151515%;
}
.glue-flexbox .h-c-grid__col-s--offset-3 {
  margin-left: 77.6515151515%;
  margin-right: 2.6515151515%;
}
[dir=rtl].glue-flexbox .h-c-grid__col-s--offset-3 {
  margin-left: 2.6515151515%;
  margin-right: 77.6515151515%;
}
@media (min-width: 600px) {
  .glue-flexbox .h-c-grid__col--offset-0 {
    margin-left: 1.4426391897%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-0 {
    margin-left: 1.4426391897%;
    margin-right: 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col--offset-1 {
    margin-left: 10.5335482806%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-1 {
    margin-left: 1.4426391897%;
    margin-right: 10.5335482806%;
  }
  .glue-flexbox .h-c-grid__col--offset-2 {
    margin-left: 19.6244573715%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-2 {
    margin-left: 1.4426391897%;
    margin-right: 19.6244573715%;
  }
  .glue-flexbox .h-c-grid__col--offset-3 {
    margin-left: 28.7153664624%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-3 {
    margin-left: 1.4426391897%;
    margin-right: 28.7153664624%;
  }
  .glue-flexbox .h-c-grid__col--offset-4 {
    margin-left: 37.8062755533%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-4 {
    margin-left: 1.4426391897%;
    margin-right: 37.8062755533%;
  }
  .glue-flexbox .h-c-grid__col--offset-5 {
    margin-left: 46.8971846442%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-5 {
    margin-left: 1.4426391897%;
    margin-right: 46.8971846442%;
  }
  .glue-flexbox .h-c-grid__col--offset-6 {
    margin-left: 55.9880937351%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-6 {
    margin-left: 1.4426391897%;
    margin-right: 55.9880937351%;
  }
  .glue-flexbox .h-c-grid__col--offset-7 {
    margin-left: 65.079002826%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-7 {
    margin-left: 1.4426391897%;
    margin-right: 65.079002826%;
  }
  .glue-flexbox .h-c-grid__col--offset-8 {
    margin-left: 74.1699119169%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-8 {
    margin-left: 1.4426391897%;
    margin-right: 74.1699119169%;
  }
  .glue-flexbox .h-c-grid__col--offset-9 {
    margin-left: 83.2608210079%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-9 {
    margin-left: 1.4426391897%;
    margin-right: 83.2608210079%;
  }
  .glue-flexbox .h-c-grid__col--offset-10 {
    margin-left: 92.3517300988%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col--offset-10 {
    margin-left: 1.4426391897%;
    margin-right: 92.3517300988%;
  }
}
@media (min-width: 1024px) {
  .glue-flexbox .h-c-grid__col-l--offset-0 {
    margin-left: 1.4426391897%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-0 {
    margin-left: 1.4426391897%;
    margin-right: 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-1 {
    margin-left: 10.5335482806%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-1 {
    margin-left: 1.4426391897%;
    margin-right: 10.5335482806%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-2 {
    margin-left: 19.6244573715%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-2 {
    margin-left: 1.4426391897%;
    margin-right: 19.6244573715%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-3 {
    margin-left: 28.7153664624%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-3 {
    margin-left: 1.4426391897%;
    margin-right: 28.7153664624%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-4 {
    margin-left: 37.8062755533%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-4 {
    margin-left: 1.4426391897%;
    margin-right: 37.8062755533%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-5 {
    margin-left: 46.8971846442%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-5 {
    margin-left: 1.4426391897%;
    margin-right: 46.8971846442%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-6 {
    margin-left: 55.9880937351%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-6 {
    margin-left: 1.4426391897%;
    margin-right: 55.9880937351%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-7 {
    margin-left: 65.079002826%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-7 {
    margin-left: 1.4426391897%;
    margin-right: 65.079002826%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-8 {
    margin-left: 74.1699119169%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-8 {
    margin-left: 1.4426391897%;
    margin-right: 74.1699119169%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-9 {
    margin-left: 83.2608210079%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-9 {
    margin-left: 1.4426391897%;
    margin-right: 83.2608210079%;
  }
  .glue-flexbox .h-c-grid__col-l--offset-10 {
    margin-left: 92.3517300988%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-l--offset-10 {
    margin-left: 1.4426391897%;
    margin-right: 92.3517300988%;
  }
}
@media (min-width: 1440px) {
  .glue-flexbox .h-c-grid__col-xl--offset-0 {
    margin-left: 1.4426391897%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-0 {
    margin-left: 1.4426391897%;
    margin-right: 1.4426391897%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-1 {
    margin-left: 10.5335482806%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-1 {
    margin-left: 1.4426391897%;
    margin-right: 10.5335482806%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-2 {
    margin-left: 19.6244573715%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-2 {
    margin-left: 1.4426391897%;
    margin-right: 19.6244573715%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-3 {
    margin-left: 28.7153664624%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-3 {
    margin-left: 1.4426391897%;
    margin-right: 28.7153664624%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-4 {
    margin-left: 37.8062755533%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-4 {
    margin-left: 1.4426391897%;
    margin-right: 37.8062755533%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-5 {
    margin-left: 46.8971846442%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-5 {
    margin-left: 1.4426391897%;
    margin-right: 46.8971846442%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-6 {
    margin-left: 55.9880937351%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-6 {
    margin-left: 1.4426391897%;
    margin-right: 55.9880937351%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-7 {
    margin-left: 65.079002826%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-7 {
    margin-left: 1.4426391897%;
    margin-right: 65.079002826%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-8 {
    margin-left: 74.1699119169%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-8 {
    margin-left: 1.4426391897%;
    margin-right: 74.1699119169%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-9 {
    margin-left: 83.2608210079%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-9 {
    margin-left: 1.4426391897%;
    margin-right: 83.2608210079%;
  }
  .glue-flexbox .h-c-grid__col-xl--offset-10 {
    margin-left: 92.3517300988%;
    margin-right: 1.4426391897%;
  }
  [dir=rtl].glue-flexbox .h-c-grid__col-xl--offset-10 {
    margin-left: 1.4426391897%;
    margin-right: 92.3517300988%;
  }
}
.h-c-grid__col--align-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.h-c-grid__col--align-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.h-c-grid__col--align-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.h-c-grid__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.h-c-grid__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.h-c-grid__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.h-c-grid__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.h-c-grid__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.h-c-grid__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.h-c-grid__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.h-c-grid__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.h-c-grid__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.h-c-grid__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.h-c-grid__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}
@media (min-width: 600px) {
  .h-c-grid__col-m--order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .h-c-grid__col-m--order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .h-c-grid__col-m--order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .h-c-grid__col-m--order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .h-c-grid__col-m--order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .h-c-grid__col-m--order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .h-c-grid__col-m--order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .h-c-grid__col-m--order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .h-c-grid__col-m--order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .h-c-grid__col-m--order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .h-c-grid__col-m--order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
}
@media (min-width: 1024px) {
  .h-c-grid__col-l--order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .h-c-grid__col-l--order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .h-c-grid__col-l--order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .h-c-grid__col-l--order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .h-c-grid__col-l--order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .h-c-grid__col-l--order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .h-c-grid__col-l--order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .h-c-grid__col-l--order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .h-c-grid__col-l--order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .h-c-grid__col-l--order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .h-c-grid__col-l--order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
}
@media (min-width: 1440px) {
  .h-c-grid__col-xl--order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .h-c-grid__col-xl--order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .h-c-grid__col-xl--order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .h-c-grid__col-xl--order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .h-c-grid__col-xl--order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .h-c-grid__col-xl--order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .h-c-grid__col-xl--order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .h-c-grid__col-xl--order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .h-c-grid__col-xl--order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .h-c-grid__col-xl--order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .h-c-grid__col-xl--order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
}
.h-c-headline {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #202124;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-weight: 400;
  hyphens: auto;
  overflow-wrap: initial;
}
.h-c-headline.h-c-headline--display-one {
  line-height: 1.1666666667;
}
.h-c-headline.h-c-headline--display-one.h-has-top-margin {
  margin-top: 35px;
}
.h-c-headline.h-c-headline--display-one.h-has-bottom-margin {
  margin-bottom: 35px;
}
.h-c-headline.h-c-headline--display-one.h-has-top-bottom-margin {
  margin-bottom: 35px;
  margin-top: 35px;
}
.h-c-headline.h-c-headline--display-one {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.75px;
}
@media (min-width: 600px) {
  .h-c-headline.h-c-headline--display-one {
    line-height: 1.1666666667;
  }
  .h-c-headline.h-c-headline--display-one.h-has-top-margin {
    margin-top: 42px;
  }
  .h-c-headline.h-c-headline--display-one.h-has-bottom-margin {
    margin-bottom: 42px;
  }
  .h-c-headline.h-c-headline--display-one.h-has-top-bottom-margin {
    margin-bottom: 42px;
    margin-top: 42px;
  }
  .h-c-headline.h-c-headline--display-one {
    font-size: 72px;
    letter-spacing: -1px;
  }
}
@media (min-width: 1024px) {
  .h-c-headline.h-c-headline--display-one {
    line-height: 1.1666666667;
  }
  .h-c-headline.h-c-headline--display-one.h-has-top-margin {
    margin-top: 70px;
  }
  .h-c-headline.h-c-headline--display-one.h-has-bottom-margin {
    margin-bottom: 70px;
  }
  .h-c-headline.h-c-headline--display-one.h-has-top-bottom-margin {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .h-c-headline.h-c-headline--display-one {
    font-size: 120px;
    letter-spacing: -2px;
  }
}
.h-c-headline.h-c-headline--display-two {
  line-height: 1.1578947368;
}
.h-c-headline.h-c-headline--display-two.h-has-top-margin {
  margin-top: 22px;
}
.h-c-headline.h-c-headline--display-two.h-has-bottom-margin {
  margin-bottom: 22px;
}
.h-c-headline.h-c-headline--display-two.h-has-top-bottom-margin {
  margin-bottom: 22px;
  margin-top: 22px;
}
.h-c-headline.h-c-headline--display-two {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .h-c-headline.h-c-headline--display-two {
    line-height: 1.1666666667;
  }
  .h-c-headline.h-c-headline--display-two.h-has-top-margin {
    margin-top: 35px;
  }
  .h-c-headline.h-c-headline--display-two.h-has-bottom-margin {
    margin-bottom: 35px;
  }
  .h-c-headline.h-c-headline--display-two.h-has-top-bottom-margin {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .h-c-headline.h-c-headline--display-two {
    font-size: 60px;
    letter-spacing: -0.75px;
  }
}
@media (min-width: 1024px) {
  .h-c-headline.h-c-headline--display-two {
    line-height: 1.1666666667;
  }
  .h-c-headline.h-c-headline--display-two.h-has-top-margin {
    margin-top: 56px;
  }
  .h-c-headline.h-c-headline--display-two.h-has-bottom-margin {
    margin-bottom: 56px;
  }
  .h-c-headline.h-c-headline--display-two.h-has-top-bottom-margin {
    margin-bottom: 56px;
    margin-top: 56px;
  }
  .h-c-headline.h-c-headline--display-two {
    font-size: 96px;
    letter-spacing: -1px;
  }
}
.h-c-headline.h-c-headline--one {
  line-height: 1.25;
}
.h-c-headline.h-c-headline--one.h-has-top-margin {
  margin-top: 15px;
}
.h-c-headline.h-c-headline--one.h-has-bottom-margin {
  margin-bottom: 15px;
}
.h-c-headline.h-c-headline--one.h-has-top-bottom-margin {
  margin-bottom: 15px;
  margin-top: 15px;
}
.h-c-headline.h-c-headline--one {
  font-size: 32px;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .h-c-headline.h-c-headline--one {
    line-height: 1.1578947368;
  }
  .h-c-headline.h-c-headline--one.h-has-top-margin {
    margin-top: 13px;
  }
  .h-c-headline.h-c-headline--one.h-has-bottom-margin {
    margin-bottom: 13px;
  }
  .h-c-headline.h-c-headline--one.h-has-top-bottom-margin {
    margin-bottom: 13px;
    margin-top: 13px;
  }
  .h-c-headline.h-c-headline--one {
    font-size: 38px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .h-c-headline.h-c-headline--one {
    line-height: 1.1785714286;
  }
  .h-c-headline.h-c-headline--one.h-has-top-margin {
    margin-top: 20px;
  }
  .h-c-headline.h-c-headline--one.h-has-bottom-margin {
    margin-bottom: 20px;
  }
  .h-c-headline.h-c-headline--one.h-has-top-bottom-margin {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .h-c-headline.h-c-headline--one {
    font-size: 56px;
    letter-spacing: -0.5px;
  }
}
.h-c-headline.h-c-headline--two {
  line-height: 1.3333333333;
}
.h-c-headline.h-c-headline--two.h-has-top-margin {
  margin-top: 10px;
}
.h-c-headline.h-c-headline--two.h-has-bottom-margin {
  margin-bottom: 10px;
}
.h-c-headline.h-c-headline--two.h-has-top-bottom-margin {
  margin-bottom: 10px;
  margin-top: 10px;
}
.h-c-headline.h-c-headline--two {
  font-size: 24px;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .h-c-headline.h-c-headline--two {
    line-height: 1.25;
  }
  .h-c-headline.h-c-headline--two.h-has-top-margin {
    margin-top: 12px;
  }
  .h-c-headline.h-c-headline--two.h-has-bottom-margin {
    margin-bottom: 12px;
  }
  .h-c-headline.h-c-headline--two.h-has-top-bottom-margin {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .h-c-headline.h-c-headline--two {
    font-size: 32px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .h-c-headline.h-c-headline--two {
    line-height: 1.1818181818;
  }
  .h-c-headline.h-c-headline--two.h-has-top-margin {
    margin-top: 15px;
  }
  .h-c-headline.h-c-headline--two.h-has-bottom-margin {
    margin-bottom: 15px;
  }
  .h-c-headline.h-c-headline--two.h-has-top-bottom-margin {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .h-c-headline.h-c-headline--two {
    font-size: 44px;
    letter-spacing: -0.5px;
  }
}
.h-c-headline.h-c-headline--three {
  line-height: 1.4;
}
.h-c-headline.h-c-headline--three.h-has-top-margin {
  margin-top: 14px;
}
.h-c-headline.h-c-headline--three.h-has-bottom-margin {
  margin-bottom: 14px;
}
.h-c-headline.h-c-headline--three.h-has-top-bottom-margin {
  margin-bottom: 14px;
  margin-top: 14px;
}
.h-c-headline.h-c-headline--three {
  font-size: 20px;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .h-c-headline.h-c-headline--three {
    line-height: 1.3333333333;
  }
  .h-c-headline.h-c-headline--three.h-has-top-margin {
    margin-top: 13px;
  }
  .h-c-headline.h-c-headline--three.h-has-bottom-margin {
    margin-bottom: 13px;
  }
  .h-c-headline.h-c-headline--three.h-has-top-bottom-margin {
    margin-bottom: 13px;
    margin-top: 13px;
  }
  .h-c-headline.h-c-headline--three {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .h-c-headline.h-c-headline--three {
    line-height: 1.25;
  }
  .h-c-headline.h-c-headline--three.h-has-top-margin {
    margin-top: 15px;
  }
  .h-c-headline.h-c-headline--three.h-has-bottom-margin {
    margin-bottom: 15px;
  }
  .h-c-headline.h-c-headline--three.h-has-top-bottom-margin {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .h-c-headline.h-c-headline--three {
    font-size: 32px;
    letter-spacing: 0;
  }
}
.h-c-headline.h-c-headline--four {
  line-height: 1.625;
}
.h-c-headline.h-c-headline--four.h-has-top-margin {
  margin-top: 6px;
}
.h-c-headline.h-c-headline--four.h-has-bottom-margin {
  margin-bottom: 6px;
}
.h-c-headline.h-c-headline--four.h-has-top-bottom-margin {
  margin-bottom: 6px;
  margin-top: 6px;
}
.h-c-headline.h-c-headline--four {
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .h-c-headline.h-c-headline--four {
    line-height: 1.625;
  }
  .h-c-headline.h-c-headline--four.h-has-top-margin {
    margin-top: 6px;
  }
  .h-c-headline.h-c-headline--four.h-has-bottom-margin {
    margin-bottom: 6px;
  }
  .h-c-headline.h-c-headline--four.h-has-top-bottom-margin {
    margin-bottom: 6px;
    margin-top: 6px;
  }
  .h-c-headline.h-c-headline--four {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .h-c-headline.h-c-headline--four {
    line-height: 1.3636363636;
  }
  .h-c-headline.h-c-headline--four.h-has-top-margin {
    margin-top: 12px;
  }
  .h-c-headline.h-c-headline--four.h-has-bottom-margin {
    margin-bottom: 12px;
  }
  .h-c-headline.h-c-headline--four.h-has-top-bottom-margin {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .h-c-headline.h-c-headline--four {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.h-c-headline.h-c-headline--subhead {
  line-height: 1.625;
}
.h-c-headline.h-c-headline--subhead.h-has-top-margin {
  margin-top: 6px;
}
.h-c-headline.h-c-headline--subhead.h-has-bottom-margin {
  margin-bottom: 6px;
}
.h-c-headline.h-c-headline--subhead.h-has-top-bottom-margin {
  margin-bottom: 6px;
  margin-top: 6px;
}
.h-c-headline.h-c-headline--subhead {
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .h-c-headline.h-c-headline--subhead {
    line-height: 1.625;
  }
  .h-c-headline.h-c-headline--subhead.h-has-top-margin {
    margin-top: 6px;
  }
  .h-c-headline.h-c-headline--subhead.h-has-bottom-margin {
    margin-bottom: 6px;
  }
  .h-c-headline.h-c-headline--subhead.h-has-top-bottom-margin {
    margin-bottom: 6px;
    margin-top: 6px;
  }
  .h-c-headline.h-c-headline--subhead {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .h-c-headline.h-c-headline--subhead {
    line-height: 1.6666666667;
  }
  .h-c-headline.h-c-headline--subhead.h-has-top-margin {
    margin-top: 12px;
  }
  .h-c-headline.h-c-headline--subhead.h-has-bottom-margin {
    margin-bottom: 12px;
  }
  .h-c-headline.h-c-headline--subhead.h-has-top-bottom-margin {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .h-c-headline.h-c-headline--subhead {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.h-c-eyebrow {
  line-height: 1.5;
}
.h-c-eyebrow.h-has-top-margin {
  margin-top: 5px;
}
.h-c-eyebrow.h-has-bottom-margin {
  margin-bottom: 5px;
}
.h-c-eyebrow.h-has-top-bottom-margin {
  margin-bottom: 5px;
  margin-top: 5px;
}
.h-c-eyebrow {
  color: #202124;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .h-c-eyebrow {
    line-height: 1.5714285714;
  }
  .h-c-eyebrow.h-has-top-margin {
    margin-top: 5px;
  }
  .h-c-eyebrow.h-has-bottom-margin {
    margin-bottom: 5px;
  }
  .h-c-eyebrow.h-has-top-bottom-margin {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .h-c-eyebrow {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.h-c-footnote {
  line-height: 1.5;
}
.h-c-footnote.h-has-top-margin {
  margin-top: 5px;
}
.h-c-footnote.h-has-bottom-margin {
  margin-bottom: 5px;
}
.h-c-footnote.h-has-top-bottom-margin {
  margin-bottom: 5px;
  margin-top: 5px;
}
.h-c-footnote {
  color: #202124;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.35px;
}
@media (min-width: 1024px) {
  .h-c-footnote.h-has-top-margin {
    margin-top: 9px;
  }
  .h-c-footnote.h-has-bottom-margin {
    margin-bottom: 9px;
  }
  .h-c-footnote.h-has-top-bottom-margin {
    margin-bottom: 9px;
    margin-top: 9px;
  }
}
.h-c-tip {
  cursor: help;
  font-style: italic;
}
.h-c-icon {
  display: inline-block;
  fill: currentcolor;
}
.svg-assets {
  display: none;
}
.svg-assets path {
  stroke-width: inherit;
}
.h-c-icon--18px {
  width: 18px;
  height: 18px;
}
.h-c-icon--20px {
  width: 20px;
  height: 20px;
}
.h-c-icon--24px {
  width: 24px;
  height: 24px;
}
.h-c-icon--32px {
  width: 32px;
  height: 32px;
}
[dir=rtl] .h-c-icon--arrow-forward {
  transform: rotate(180deg);
}
.h-c-icon--arrow-external {
  transform: rotate(-45deg);
}
[dir=rtl] .h-c-icon--arrow-external {
  transform: rotate(-135deg);
}
.h-c-icon--arrow-top {
  transform: rotate(-90deg);
}
.h-c-icon--arrow-sort-asc {
  transform: rotate(180deg);
}
.h-c-icon--arrow-sort-desc {
  transform: rotate(0deg);
}
.h-c-icon--chevron {
  height: 8px;
  width: 12px;
}
.h-c-icon--chevron-down {
  transform: rotate(180deg);
}
#mi-keyboard-arrow-left path,
#mi-keyboard-arrow-right path {
  stroke: inherit;
  stroke-width: inherit;
}
.h-c-icon--keyboard-arrow-left,
.h-c-icon--keyboard-arrow-right {
  fill: none;
  height: 24px;
  stroke: #000;
  stroke-width: 2px;
  width: 24px;
}
[dir=rtl] .h-c-icon--keyboard-arrow-left {
  transform: rotate(0deg);
}
.h-c-icon--keyboard-arrow-left,
[dir=rtl] .h-c-icon--keyboard-arrow-right {
  transform: rotate(180deg);
}
.h-c-icon--footer {
  color: #202124;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
[dir=rtl] .h-c-icon--footer {
  margin: 0 0 0 5px;
}
.h-c-icon--social {
  fill: #202124;
  padding: 2px;
  vertical-align: top;
}
.h-c-icon--no-padding {
  padding: 0;
}
.h-c-icon--color-white {
  fill: #fff;
}
.h-c-icon--color-black {
  fill: #000;
}
.h-c-icon--color-link {
  fill: #1a73e8;
}
.h-c-icon--color-text {
  fill: #202124;
}
.h-c-icon--color-gplus {
  fill: #DB4437;
}
.h-c-icon--color-facebook {
  fill: #3B5998;
}
.h-c-icon--color-twitter {
  fill: #1DA1F2;
}
.h-c-icon--color-youtube {
  fill: #F00;
}
.h-c-icon--color-linkedin {
  fill: #0077B5;
}
.h-c-icon--color-blogger {
  fill: #FF8000;
}
.h-c-icon--color-instagram {
  fill: #DF465F;
}
.h-c-tile-set::after {
  content: "";
  display: table;
  clear: both;
}
.h-c-tile-set {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -4px;
}
[dir=rtl] .h-c-tile-set {
  margin: 0 -4px;
}
@media (min-width: 600px) {
  .h-c-tile-set {
    margin: 0 -8.5px;
  }
  [dir=rtl] .h-c-tile-set {
    margin: 0 -8.5px;
  }
}
@media (min-width: 1024px) {
  .h-c-tile-set {
    margin: 0 -13.5px;
  }
  [dir=rtl] .h-c-tile-set {
    margin: 0 -13.5px;
  }
}
.h-c-tile-set > li {
  flex: 0 0 270px;
  float: left;
  margin: 0 4px 20px;
  width: 270px;
}
@media (min-width: 600px) {
  .h-c-tile-set > li {
    margin: 0 8.5px 20px;
  }
}
@media (min-width: 1024px) {
  .h-c-tile-set > li {
    flex: 0 0 300px;
    margin: 0 13.5px 20px;
    width: 300px;
  }
}
.h-c-tile {
  background: #fff;
  display: block;
  max-height: 100%;
  min-height: 380px;
  padding: 0 0 24px;
  position: relative;
  width: 270px;
}
@media (min-width: 1024px) {
  .h-c-tile {
    min-height: 430px;
    width: 300px;
  }
}
.h-c-tile.h-c-tile--border {
  border: 1px solid #dadce0;
}
.h-c-tile.h-c-tile--small-height {
  min-height: 340px;
}
@media (min-width: 1024px) {
  .h-c-tile.h-c-tile--small-height {
    min-height: 380px;
  }
}
.h-c-tile:focus {
  background: #f1f3f4;
  border-color: #f1f3f4;
  outline: none;
}
.h-c-tile .h-c-tile__header {
  min-height: 153px;
  position: relative;
}
@media (min-width: 1024px) {
  .h-c-tile .h-c-tile__header {
    min-height: 170px;
  }
}
.h-c-tile .h-c-tile__header--icon {
  min-height: 110px;
  overflow: hidden;
  padding: 24px;
}
@media (min-width: 1024px) {
  .h-c-tile .h-c-tile__header--icon {
    min-height: 118px;
  }
}
.h-c-tile .h-c-tile__icon {
  height: 48px;
}
.h-c-tile .h-c-tile__header-play-icon {
  height: 36px;
  left: 50%;
  margin: -18px -25px 0;
  position: absolute;
  top: 50%;
  width: 50px;
}
.h-c-tile .h-c-tile__body {
  padding: 0 24px;
}
.h-c-tile .h-c-tile__headline {
  line-height: 1.625;
  color: #202124;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .h-c-tile .h-c-tile__headline {
    line-height: 1.6666666667;
    font-size: 18px;
    margin-top: 32px;
  }
}
.h-c-tile .h-c-tile__description {
  line-height: 1.7142857143;
  color: #202124;
  font-size: 14px;
  margin: 5px 0 24px;
  letter-spacing: 0.25px;
}
@media (min-width: 1024px) {
  .h-c-tile .h-c-tile__description {
    line-height: 1.625;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 0;
  }
}
.h-c-tile .h-c-tile__links {
  bottom: 24px;
  display: block;
  font-weight: 400;
  height: 16px;
  left: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  width: 100%;
}
[dir=rtl] .h-c-tile .h-c-tile__links {
  left: auto;
  margin: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .h-c-tile .h-c-tile__links {
    height: 18px;
  }
}
.h-c-tile .h-c-tile__link {
  line-height: 1.1428571429;
  font-size: 14px;
  margin-left: 24px;
}
@media (min-width: 1024px) {
  .h-c-tile .h-c-tile__link {
    line-height: 1.125;
    font-size: 16px;
  }
}
[dir=rtl] .h-c-tile .h-c-tile__link {
  margin-left: 0;
  margin-right: 24px;
}
.h-c-tile .h-c-tile__link.h-c-tile__link--text {
  float: left;
}
[dir=rtl] .h-c-tile .h-c-tile__link.h-c-tile__link--text {
  float: right;
}
.h-c-tile .h-c-tile__link.h-c-tile__link--text .h-c-link {
  color: #1a73e8;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: none;
}
@media (min-width: 1024px) {
  .h-c-tile .h-c-tile__link.h-c-tile__link--text .h-c-link {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.h-c-tile .h-c-tile__link.h-c-tile__link--text .h-c-link:hover,
.h-c-tile .h-c-tile__link.h-c-tile__link--text .h-c-link:focus {
  color: #174ea6;
}
.h-c-tile .h-c-tile__link.h-c-tile__link--text .h-c-link:focus {
  background: #f1f3f4;
  outline: 10px solid #f1f3f4;
}
.h-c-tile .h-c-tile__link.h-c-tile__link--arrow {
  fill: #1a73e8;
  float: right;
  height: 16px;
  margin: 0 24px;
  right: 24px;
  width: 16px;
}
[dir=rtl] .h-c-tile .h-c-tile__link.h-c-tile__link--arrow {
  float: left;
  left: 24px;
  right: auto;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .h-c-tile .h-c-tile__link.h-c-tile__link--arrow {
    height: 18px;
    width: 18px;
  }
}
.h-c-tile.h-c-tile--hoverable:hover .h-c-tile__link .h-c-link,
.h-c-tile.h-c-tile--hoverable:focus .h-c-tile__link .h-c-link {
  color: #174ea6;
}
.h-c-tile.h-c-tile--hoverable:hover .h-c-tile__link .h-c-tile__link--arrow,
.h-c-tile.h-c-tile--hoverable:focus .h-c-tile__link .h-c-tile__link--arrow {
  fill: #174ea6;
}
.h-c-footer {
  background: #f8f9fa;
  margin: 0;
}
.h-c-footer.h-c-footer--topmargin {
  margin-top: 40px;
}
.h-c-footer__link {
  line-height: 1.5714285714;
  color: #5f6368;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.h-c-footer__link:visited {
  color: #5f6368;
}
.h-c-footer__link:hover,
.h-c-footer__link:focus {
  color: #202124;
}
.h-c-footer__link:focus {
  background: #e8eaed;
  outline: 10px solid #e8eaed;
}
.h-c-footer__global {
  margin: 0 auto;
  padding: 40px 16px 20px;
}
@media (min-width: 600px) {
  .h-c-footer__global::after {
    content: "";
    display: table;
    clear: both;
  }
  .h-c-footer__global {
    display: -webkit-box;
    display: flex;
    display: flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 1344px;
    padding: 40px 32px 20px;
  }
}
.h-c-footer__logo {
  height: 28px;
  margin: 0 0 30px;
  width: 86px;
}
@media (min-width: 600px) {
  .h-c-footer__logo {
    flex: 0 0 90%;
    margin-right: 55px;
  }
  [dir=rtl] .h-c-footer__logo {
    margin-left: 55px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .h-c-footer__logo {
    flex: 0 0 86px;
  }
}
.h-c-footer__logo a {
  display: inline-block;
  height: 28px;
}
.h-c-footer__logo a:focus {
  background: #e8eaed;
  outline: 10px solid #e8eaed;
}
.h-c-footer__logo-img {
  fill: #5f6368;
  height: 28px;
  width: 86px;
}
.h-c-footer__global-links {
  margin: 0 0 15px;
}
.h-c-footer__global-links::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 600px) {
  .h-c-footer__global-links {
    display: -webkit-box;
    display: flex;
    display: flexbox;
    display: flex;
    flex-wrap: wrap;
    flex: 2 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 600px) {
  .h-c-footer__global-links--extra {
    flex: 0 0 auto;
  }
}
.h-c-footer__global-links-list-item {
  float: left;
  padding: 0 30px 15px 0;
}
[dir=rtl] .h-c-footer__global-links-list-item {
  float: right;
  padding-left: 30px;
  padding-right: 0;
}
.h-c-footer__global-links-list-item--extra:last-child {
  padding-left: 0;
  padding-right: 0;
}
.h-c-footer__lang-dropdown {
  appearance: none;
  background-color: #f8f9fa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzU0NTQ1NCI+PHBhdGggZD0iTTcgMTBsNSA1IDUtNXoiPjwvcGF0aD48L3N2Zz4=);
  background-position: right 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #5f6368;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 22px;
  margin: 0;
  padding: 0 24px 0 2px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: pre-wrap;
}
[dir=rtl] .h-c-footer__lang-dropdown {
  background-position: left 50%;
  padding: 0 2px 0 24px;
}
.h-c-footer__lang-dropdown::-ms-expand {
  display: none;
}
.h-c-footer__lang-dropdown:focus {
  background-color: #e8eaed;
  color: #202124;
  outline: 10px solid #e8eaed;
}
.h-c-footer__upper {
  margin: 0 auto;
  padding: 30px 16px 0;
}
@media (min-width: 600px) {
  .h-c-footer__upper::after {
    content: "";
    display: table;
    clear: both;
  }
  .h-c-footer__upper {
    display: -webkit-box;
    display: flex;
    display: flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 1344px;
    padding: 30px 32px 0;
  }
}
.h-c-footer__site-links {
  border-bottom: 1px solid #dadce0;
  margin: 0 auto;
  padding: 0 16px;
}
.h-has-social .h-c-footer__site-links,
.h-has-sitesearch .h-c-footer__site-links {
  border-top: 1px solid #dadce0;
}
@media (min-width: 600px) {
  .h-c-footer__site-links {
    max-width: 1344px;
    padding: 50px 32px;
    width: auto;
    width: initial;
  }
}
@media (min-width: 1440px) {
  .h-c-footer__site-links {
    max-width: 1280px;
    padding: 50px 0;
  }
}
@media (min-width: 600px) {
  .h-c-footer__site-links-grid {
    box-sizing: content-box;
  }
  .h-c-footer__site-links-grid::after {
    content: "";
    display: table;
    clear: both;
  }
  .h-c-footer__site-links-grid {
    display: -webkit-box;
    display: flex;
    display: flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.h-c-footer__site-links-column {
  border-bottom: 1px solid #dadce0;
  margin: 0;
  padding: 30px 0 20px;
}
.h-c-footer__site-links-column:last-child {
  border-bottom: none;
}
@media (min-width: 600px) {
  .h-c-footer__site-links-column {
    flex: 0 0 20%;
    border-bottom: none;
    float: left;
    max-width: 20%;
    padding: 0;
    width: 20%;
  }
  [dir=rtl] .h-c-footer__site-links-column {
    float: right;
  }
}
.h-c-footer__site-links-column.glue-c-zippy {
  padding-bottom: 0;
}
.h-c-footer__site-links-header {
  line-height: 1.625;
  color: #202124;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  overflow: hidden;
}
.glue-flexbox .h-c-footer__site-links-header {
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .h-c-footer__site-links-header {
    margin: 0 40px 18px 0;
  }
  [dir=rtl] .h-c-footer__site-links-header {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .h-c-footer__site-links-header {
    line-height: 1.6666666667;
    font-size: 18px;
  }
}
.h-c-footer__site-links-header:focus {
  color: #202124;
}
.glue-c-zippy .h-c-footer__site-links-header {
  color: #5f6368;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.glue-c-zippy .h-c-footer__site-links-header:hover,
.glue-c-zippy .h-c-footer__site-links-header:focus {
  color: #202124;
}
.glue-c-zippy .h-c-footer__site-links-header:focus {
  border-bottom: 2px solid #202124;
  outline: none;
  padding-bottom: 22px;
}
.glue-is-expanded .h-c-footer__site-links-header {
  border-bottom: 1px solid #dadce0;
  padding-bottom: 23px;
}
.h-c-footer__expand {
  display: none;
  fill: currentcolor;
  float: right;
  transform: rotate(0deg);
  transition: transform 0.333s ease-in;
}
[dir=rtl] .h-c-footer__expand {
  float: left;
}
.glue-flexbox .h-c-footer__expand {
  flex: 0 0 32px;
  margin: -5px 0 0 8px;
}
[dir=rtl] .glue-flexbox .h-c-footer__expand {
  margin: -5px 8px 0 0;
}
.glue-c-zippy__btn .h-c-footer__expand {
  display: block;
}
.glue-is-expanded .h-c-footer__expand {
  transform: rotate(-180deg);
}
[dir=rtl] .glue-is-expanded .h-c-footer__expand {
  transform: rotate(180deg);
}
.h-c-footer .glue-c-zippy__content-container {
  padding: 0;
}
.h-c-footer__site-links-list {
  margin-bottom: 0;
}
.h-c-footer__site-links-list-item {
  margin: 0 40px 0 0;
  padding-bottom: 18px;
}
.h-c-footer__site-links-list-item:last-child {
  padding-bottom: 0;
}
[dir=rtl] .h-c-footer__site-links-list-item {
  margin: 0 0 0 40px;
}
@media (min-width: 600px) {
  .h-c-footer__site-links-list-item {
    padding-bottom: 18px;
  }
}
.h-c-footer__site-links-list-item .h-c-footer__link:focus {
  outline-width: 6px;
}
.glue-c-zippy__content-container .h-c-footer__site-links-list-item {
  padding: 18px 0 0;
}
.glue-c-zippy__content-container .h-c-footer__site-links-list-item:last-child {
  padding-bottom: 18px;
}
.h-c-footer__signup {
  background: #fff;
  border-top: 1px solid #dadce0;
  padding: 60px 0 30px;
}
.h-c-footer__signup-intro {
  margin-top: 40px;
}
@media (min-width: 600px) {
  .h-c-footer__signup-intro {
    margin-top: 3px;
  }
}
.h-c-footer__signup-form {
  display: -webkit-box;
  display: flex;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
  position: relative;
}
@media (min-width: 600px) {
  .h-c-footer__signup-input,
  .h-c-footer__signup-button {
    flex: 0 0 auto;
  }
}
.h-c-footer__signup-input {
  border: none;
  border-bottom: 1px solid #dadce0;
  color: #202124;
  display: block;
  font-size: 14px;
  margin: 6px 0 30px;
  padding: 8px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .h-c-footer__signup-input {
    margin-left: 0;
    margin-right: 100px;
    width: 300px;
  }
  [dir=rtl] .h-c-footer__signup-input {
    margin-left: 100px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .h-c-footer__signup-input {
    font-size: 16px;
  }
}
.h-c-footer__signup-label {
  color: #202124;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -10px;
}
[dir=rtl] .h-c-footer__signup-label {
  left: auto;
  right: 0;
}
.h-c-footer__signup-input:focus {
  border-bottom-width: 2px;
  border-color: #174ea6;
  margin-bottom: 29px;
  outline: none;
}
.h-c-footer__signup-input:focus + .h-c-footer__signup-label {
  color: #174ea6;
}
.h-c-footer__signup-input:placeholder-shown + .h-c-footer__signup-label {
  display: none;
}
.h-c-footer__signup-button {
  margin: 0 0 30px;
}
body.h-is-showing-drawer {
  overflow-y: hidden;
}
@media (min-width: 900px) {
  body.h-is-showing-drawer {
    overflow-y: auto;
  }
}
.h-c-header {
  transition: height 0.4s;
}
.glue-app-supported .h-c-header.h-c-header--product-marketing-one-tier,
.glue-app-supported .h-c-header.h-c-header--product-marketing-two-tier,
.glue-app-ready .h-c-header.h-c-header--product-marketing-one-tier,
.glue-app-ready .h-c-header.h-c-header--product-marketing-two-tier {
  height: 56px;
}
.glue-app-supported .h-c-header.h-c-header--product-initiative,
.glue-app-supported .h-c-header.h-c-header--corporate-initiative,
.glue-app-ready .h-c-header.h-c-header--product-initiative,
.glue-app-ready .h-c-header.h-c-header--corporate-initiative {
  height: 112px;
}
@media (min-width: 900px) {
  .h-c-header.h-c-header--product-marketing-one-tier {
    height: 64px !important;
  }
  .h-c-header.h-c-header--product-marketing-one-tier.h-is-showing-nested-nav {
    height: 112px !important;
  }
  .h-c-header.h-c-header--product-marketing-two-tier {
    height: 128px !important;
  }
  .h-c-header.h-c-header--product-marketing-two-tier.h-is-showing-nested-nav {
    height: 176px !important;
  }
  .h-c-header.h-c-header--product-initiative,
  .h-c-header.h-c-header--corporate-initiative {
    height: 128px !important;
  }
  .h-c-header.h-c-header--product-initiative.h-is-showing-nested-nav,
  .h-c-header.h-c-header--corporate-initiative.h-is-showing-nested-nav {
    height: 176px !important;
  }
}
.h-c-header__bar::after {
  content: "";
  display: table;
  clear: both;
}
.h-c-header__bar {
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
  left: 0;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s, background 0.4s;
  z-index: 100;
}
.glue-app-supported .h-c-header__bar,
.glue-app-ready .h-c-header__bar {
  position: fixed;
}
.glue-app-supported .h-c-header--product-marketing-one-tier .h-c-header__bar,
.glue-app-ready .h-c-header--product-marketing-one-tier .h-c-header__bar,
.glue-app-supported .h-c-header--product-marketing-two-tier .h-c-header__bar,
.glue-app-ready .h-c-header--product-marketing-two-tier .h-c-header__bar {
  height: 56px;
}
.glue-app-supported .h-c-header--product-marketing-one-tier.h-is-wholly-scrolled .h-c-header__bar,
.glue-app-ready .h-c-header--product-marketing-one-tier.h-is-wholly-scrolled .h-c-header__bar,
.glue-app-supported .h-c-header--product-marketing-two-tier.h-is-wholly-scrolled .h-c-header__bar,
.glue-app-ready .h-c-header--product-marketing-two-tier.h-is-wholly-scrolled .h-c-header__bar {
  transform: translate3d(0, -56px, 0);
}
.glue-app-supported .h-c-header--product-initiative .h-c-header__bar,
.glue-app-ready .h-c-header--product-initiative .h-c-header__bar,
.glue-app-supported .h-c-header--corporate-initiative .h-c-header__bar,
.glue-app-ready .h-c-header--corporate-initiative .h-c-header__bar {
  height: 112px;
}
.glue-app-supported .h-c-header--product-initiative.h-is-wholly-scrolled .h-c-header__bar,
.glue-app-ready .h-c-header--product-initiative.h-is-wholly-scrolled .h-c-header__bar,
.glue-app-supported .h-c-header--corporate-initiative.h-is-wholly-scrolled .h-c-header__bar,
.glue-app-ready .h-c-header--corporate-initiative.h-is-wholly-scrolled .h-c-header__bar {
  transform: translate3d(0, -112px, 0);
}
.h-c-header--reversed .h-c-header__bar {
  background: transparent;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3) !important;
}
@media (min-width: 900px) {
  .h-is-showing-nested-nav .h-c-header__bar {
    box-shadow: inset 0 -1px 0 0 #dadce0;
  }
  .h-c-header--product-marketing-one-tier .h-c-header__bar {
    height: 64px !important;
  }
  .h-c-header--product-marketing-one-tier.h-is-wholly-scrolled .h-c-header__bar {
    transform: translate3d(0, -64px, 0) !important;
  }
  .h-c-header--product-marketing-one-tier.h-is-showing-nested-nav.h-is-wholly-scrolled .h-c-header__bar {
    transform: translate3d(0, -112px, 0) !important;
  }
  .h-c-header--product-marketing-two-tier .h-c-header__bar {
    height: 128px !important;
  }
  .h-c-header--product-marketing-two-tier.h-is-wholly-scrolled .h-c-header__bar {
    transform: translate3d(0, -128px, 0) !important;
  }
  .h-c-header--product-marketing-two-tier.h-is-showing-nested-nav.h-is-wholly-scrolled .h-c-header__bar {
    transform: translate3d(0, -176px, 0) !important;
  }
  .h-c-header--product-initiative .h-c-header__bar,
  .h-c-header--corporate-initiative .h-c-header__bar {
    height: 128px !important;
  }
  .h-c-header--product-initiative.h-is-wholly-scrolled .h-c-header__bar,
  .h-c-header--corporate-initiative.h-is-wholly-scrolled .h-c-header__bar {
    transform: translate3d(0, -128px, 0) !important;
  }
  .h-c-header--product-initiative.h-is-showing-nested-nav.h-is-wholly-scrolled .h-c-header__bar,
  .h-c-header--corporate-initiative.h-is-showing-nested-nav.h-is-wholly-scrolled .h-c-header__bar {
    transform: translate3d(0, -176px, 0) !important;
  }
}
.h-c-header--product-initiative .h-c-header__bar::before,
.h-c-header--corporate-initiative .h-c-header__bar::before {
  background: #dadce0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 56px;
}
.h-c-header--reversed .h-c-header__bar::before {
  background: rgba(255, 255, 255, 0.3) !important;
}
@media (min-width: 900px) {
  .h-c-header--product-initiative .h-c-header__bar::before,
  .h-c-header--corporate-initiative .h-c-header__bar::before {
    bottom: 63px;
    top: auto;
  }
  .h-c-header--product-marketing-two-tier .h-c-header__bar::before {
    background: #dadce0;
    inset: auto 0 63px 0;
    content: "";
    height: 1px;
    position: absolute;
  }
}
.h-c-header__bar-underside {
  display: none;
}
@media (min-width: 900px) {
  .h-c-header__bar-underside {
    background: #fff;
    box-shadow: inset 0 -1px 0 0 #dadce0;
    height: 48px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: background 0.4s;
  }
  .h-is-showing-nested-nav .h-c-header__bar-underside {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
    display: block;
  }
  .h-c-header--reversed .h-c-header__bar-underside {
    background: transparent;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.3);
  }
}
.h-c-header__hamburger {
  display: none;
  float: left;
  width: 56px;
}
[dir=rtl] .h-c-header__hamburger {
  float: right;
}
.h-c-header__hamburger.h-c-header__hamburger--first-tier {
  height: 100%;
}
.h-c-header__hamburger.h-c-header__hamburger--second-tier {
  clear: left;
  height: 50%;
}
[dir=rtl] .h-c-header__hamburger.h-c-header__hamburger--second-tier {
  clear: right;
}
.glue-app-supported .h-c-header--product-marketing-one-tier .h-c-header__hamburger.h-c-header__hamburger--first-tier,
.glue-app-ready .h-c-header--product-marketing-one-tier .h-c-header__hamburger.h-c-header__hamburger--first-tier,
.glue-app-supported .h-c-header--product-marketing-two-tier .h-c-header__hamburger.h-c-header__hamburger--first-tier,
.glue-app-ready .h-c-header--product-marketing-two-tier .h-c-header__hamburger.h-c-header__hamburger--first-tier {
  display: table;
}
.glue-app-supported .h-c-header--product-marketing-one-tier .h-c-header__hamburger.h-c-header__hamburger--second-tier,
.glue-app-ready .h-c-header--product-marketing-one-tier .h-c-header__hamburger.h-c-header__hamburger--second-tier,
.glue-app-supported .h-c-header--product-marketing-two-tier .h-c-header__hamburger.h-c-header__hamburger--second-tier,
.glue-app-ready .h-c-header--product-marketing-two-tier .h-c-header__hamburger.h-c-header__hamburger--second-tier {
  display: none;
}
.glue-app-supported .h-c-header--product-initiative .h-c-header__hamburger.h-c-header__hamburger--first-tier,
.glue-app-ready .h-c-header--product-initiative .h-c-header__hamburger.h-c-header__hamburger--first-tier,
.glue-app-supported .h-c-header--corporate-initiative .h-c-header__hamburger.h-c-header__hamburger--first-tier,
.glue-app-ready .h-c-header--corporate-initiative .h-c-header__hamburger.h-c-header__hamburger--first-tier {
  display: none;
}
.glue-app-supported .h-c-header--product-initiative .h-c-header__hamburger.h-c-header__hamburger--second-tier,
.glue-app-ready .h-c-header--product-initiative .h-c-header__hamburger.h-c-header__hamburger--second-tier,
.glue-app-supported .h-c-header--corporate-initiative .h-c-header__hamburger.h-c-header__hamburger--second-tier,
.glue-app-ready .h-c-header--corporate-initiative .h-c-header__hamburger.h-c-header__hamburger--second-tier {
  display: table;
}
@media (min-width: 900px) {
  .h-c-header__hamburger {
    display: none !important;
  }
}
.h-c-header__hamburger-wrapper {
  display: table-cell;
  height: 100%;
  padding: 6px;
  vertical-align: middle;
}
.h-c-header__hamburger-link {
  appearance: auto;
  user-select: none;
  background: none;
  border: 0;
  border-radius: 50%;
  color: inherit;
  display: block;
  font: inherit;
  height: 100%;
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}
.h-c-header__hamburger-link:focus {
  background-color: #f1f3f4;
  outline: none;
}
.h-c-header__hamburger-link:focus .h-c-header__hamburger-img--reversed {
  fill: #5f6368;
}
.h-c-header__hamburger-img {
  height: 24px;
  margin: 0 auto;
  width: 24px;
}
.h-c-header__hamburger-img.h-c-header__hamburger-img--standard {
  display: block;
  fill: #5f6368;
}
.h-c-header--reversed .h-c-header__hamburger-img.h-c-header__hamburger-img--standard {
  display: none;
}
.h-c-header__hamburger-img.h-c-header__hamburger-img--reversed {
  display: none;
  fill: #fff;
}
.h-c-header--reversed .h-c-header__hamburger-img.h-c-header__hamburger-img--reversed {
  display: block;
}
.h-c-header__lockup::after {
  content: "";
  display: table;
  clear: both;
}
.h-c-header__lockup {
  float: left;
  height: 56px;
  margin-left: 16px;
  position: relative;
}
[dir=rtl] .h-c-header__lockup {
  float: right;
  margin-left: auto;
  margin-right: 16px;
}
.glue-app-supported .h-c-header--product-marketing-one-tier .h-c-header__lockup,
.glue-app-ready .h-c-header--product-marketing-one-tier .h-c-header__lockup,
.glue-app-supported .h-c-header--product-marketing-two-tier .h-c-header__lockup,
.glue-app-ready .h-c-header--product-marketing-two-tier .h-c-header__lockup {
  height: 100%;
  margin-left: 14px;
}
@media (min-width: 900px) {
  .glue-app-supported .h-c-header--product-marketing-one-tier .h-c-header__lockup,
  .glue-app-ready .h-c-header--product-marketing-one-tier .h-c-header__lockup,
  .glue-app-supported .h-c-header--product-marketing-two-tier .h-c-header__lockup,
  .glue-app-ready .h-c-header--product-marketing-two-tier .h-c-header__lockup {
    margin-left: 24px;
  }
}
[dir=rtl].glue-app-supported .h-c-header--product-marketing-one-tier .h-c-header__lockup,
[dir=rtl].glue-app-ready .h-c-header--product-marketing-one-tier .h-c-header__lockup,
[dir=rtl].glue-app-supported .h-c-header--product-marketing-two-tier .h-c-header__lockup,
[dir=rtl].glue-app-ready .h-c-header--product-marketing-two-tier .h-c-header__lockup {
  margin-left: auto;
  margin-right: 14px;
}
@media (min-width: 900px) {
  [dir=rtl].glue-app-supported .h-c-header--product-marketing-one-tier .h-c-header__lockup,
  [dir=rtl].glue-app-ready .h-c-header--product-marketing-one-tier .h-c-header__lockup,
  [dir=rtl].glue-app-supported .h-c-header--product-marketing-two-tier .h-c-header__lockup,
  [dir=rtl].glue-app-ready .h-c-header--product-marketing-two-tier .h-c-header__lockup {
    margin-left: auto;
    margin-right: 24px;
  }
}
.glue-app-supported .h-c-header--product-initiative .h-c-header__lockup,
.glue-app-ready .h-c-header--product-initiative .h-c-header__lockup,
.glue-app-supported .h-c-header--corporate-initiative .h-c-header__lockup,
.glue-app-ready .h-c-header--corporate-initiative .h-c-header__lockup {
  height: 50%;
}
@media (min-width: 900px) {
  .h-c-header__lockup {
    margin-left: 24px;
  }
  [dir=rtl] .h-c-header__lockup {
    margin-left: auto;
    margin-right: 24px;
  }
  .h-c-header--product-marketing-one-tier .h-c-header__lockup {
    height: 100% !important;
  }
  .h-c-header--product-marketing-two-tier .h-c-header__lockup,
  .h-c-header--product-initiative .h-c-header__lockup,
  .h-c-header--corporate-initiative .h-c-header__lockup {
    height: 50% !important;
  }
}
.h-c-header__jump-to-content {
  background: #f1f3f4;
  border-radius: 2px;
  clip: rect(1px, 1px, 1px, 1px);
  display: none;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 14px;
  height: 1px;
  left: 100%;
  letter-spacing: 0.25px;
  margin-left: 48px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 9px;
  white-space: nowrap;
  width: 1px;
  z-index: 103;
}
[dir=rtl] .h-c-header__jump-to-content {
  left: auto;
  margin-left: auto;
  margin-right: 48px;
  right: 100%;
}
.h-c-header__jump-to-content:focus {
  clip: auto;
  color: #174ea6;
  height: auto;
  outline: none;
  overflow: visible;
  width: auto;
}
@media (min-width: 900px) {
  .h-c-header__jump-to-content {
    display: table;
  }
}
.h-c-header__jump-to-content-text {
  display: table-cell;
}
.h-c-header__company-logo {
  display: table;
  float: left;
  height: 100%;
  padding: 4px 0;
}
[dir=rtl] .h-c-header__company-logo {
  float: right;
}
.h-c-header__company-logo-link {
  display: table-cell;
  padding-top: 4px;
  vertical-align: middle;
}
.h-c-header--reversed .h-c-header__company-logo-link:focus {
  outline-color: #f1f3f4;
}
.h-c-header__company-logo-link:focus .h-c-header__company-logo-img--reversed {
  fill: #5f6368;
}
.h-c-header__company-logo-img {
  height: 24px;
  width: 74px;
}
.h-c-header__company-logo-img.h-c-header__company-logo-img--standard {
  display: block;
}
.h-c-header--reversed .h-c-header__company-logo-img.h-c-header__company-logo-img--standard {
  display: none;
}
.h-c-header__company-logo-img.h-c-header__company-logo-img--reversed {
  display: none;
  fill: #fff;
}
.h-c-header--reversed .h-c-header__company-logo-img.h-c-header__company-logo-img--reversed {
  display: block;
}
.h-c-header__product-logo {
  display: table;
  float: left;
  height: 100%;
  margin-left: 6px;
  padding: 4px 0;
}
[dir=rtl] .h-c-header__product-logo {
  float: right;
  margin-left: auto;
  margin-right: 6px;
}
.h-c-header--corporate-initiative .h-c-header__product-logo {
  display: none;
}
.h-c-header__product-logo-link {
  display: table-cell;
  padding-top: 1px;
  vertical-align: middle;
}
.h-c-header--reversed .h-c-header__product-logo-link:focus {
  outline-color: #f1f3f4;
}
.h-c-header__product-logo-link:focus .h-c-header__product-logo-text {
  color: #5f6368;
}
.h-c-header__product-logo-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #5f6368;
  font-family:
    "Product Sans",
    arial,
    helvetica,
    sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.h-c-header--reversed .h-c-header__product-logo-text {
  color: #fff;
}
.h-c-header__initiative-logo {
  clear: left;
  display: table;
  float: left;
  height: 56px;
  margin-left: 16px;
  padding: 4px 0;
}
[dir=rtl] .h-c-header__initiative-logo {
  clear: right;
  float: right;
  margin-left: auto;
  margin-right: 16px;
}
.glue-app-supported .h-c-header__initiative-logo,
.glue-app-ready .h-c-header__initiative-logo {
  clear: none;
  height: 50%;
}
.h-c-header--product-marketing-one-tier .h-c-header__initiative-logo,
.h-c-header--product-marketing-two-tier .h-c-header__initiative-logo {
  display: none;
}
@media (min-width: 900px) {
  .h-c-header__initiative-logo {
    clear: left !important;
    height: 50% !important;
    margin-left: 24px !important;
  }
  [dir=rtl] .h-c-header__initiative-logo {
    clear: right !important;
    height: 50% !important;
    margin-left: auto !important;
    margin-right: 24px !important;
  }
}
.h-c-header__initiative-logo-link {
  display: table-cell;
  vertical-align: middle;
}
.h-c-header--reversed .h-c-header__initiative-logo-link:focus {
  outline-color: #f1f3f4;
}
.h-c-header__initiative-logo-link:focus .h-c-header__initiative-logo-text {
  color: #5f6368;
}
.h-c-header__initiative-logo-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #5f6368;
  font-family:
    "Product Sans",
    arial,
    helvetica,
    sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.h-c-header--reversed .h-c-header__initiative-logo-text {
  color: #fff;
}
.h-c-header__nav {
  clear: both;
  display: block;
}
.glue-app-supported .h-c-header__nav,
.glue-app-ready .h-c-header__nav {
  display: none;
}
@media (min-width: 900px) {
  .h-c-header__nav {
    display: block !important;
    float: left;
  }
  [dir=rtl] .h-c-header__nav {
    float: right;
  }
  .h-c-header--product-marketing-one-tier .h-c-header__nav {
    clear: none;
    height: 100%;
    margin-left: 48px;
  }
  [dir=rtl] .h-c-header--product-marketing-one-tier .h-c-header__nav {
    margin-left: auto;
    margin-right: 48px;
  }
  .h-c-header--product-marketing-two-tier .h-c-header__nav {
    clear: left;
    height: 50%;
    margin-left: 24px;
  }
  [dir=rtl] .h-c-header--product-marketing-two-tier .h-c-header__nav {
    clear: right;
    margin-left: auto;
    margin-right: 24px;
  }
  .h-c-header--product-initiative .h-c-header__nav,
  .h-c-header--corporate-initiative .h-c-header__nav {
    clear: none;
    height: 50%;
    margin-left: 48px;
  }
  [dir=rtl] .h-c-header--product-initiative .h-c-header__nav,
  [dir=rtl] .h-c-header--corporate-initiative .h-c-header__nav {
    margin-left: auto;
    margin-right: 48px;
  }
}
.h-c-header__nav-list {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] .h-c-header__nav-list {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 900px) {
  .h-c-header__nav-list::after {
    content: "";
    display: table;
    clear: both;
  }
  .h-c-header__nav-list {
    height: 100%;
  }
}
.h-c-header__nav-li {
  display: table;
  width: 100%;
}
@media (min-width: 900px) {
  .h-c-header__nav-li {
    float: left;
    height: 100%;
    margin-left: 36px;
    position: relative;
    width: auto;
  }
  [dir=rtl] .h-c-header__nav-li {
    float: right;
    margin-left: auto;
    margin-right: 36px;
  }
  .h-c-header__nav-li:first-child {
    margin-left: 0;
  }
  [dir=rtl] .h-c-header__nav-li:first-child {
    margin-right: 0;
  }
}
.h-c-header__nav-li-link {
  color: #5f6368;
  display: table-cell;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0.25px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  width: 100%;
}
[dir=rtl] .h-c-header__nav-li-link {
  padding-left: 16px;
  padding-right: 16px;
}
.h-c-header__nav-li-link:visited {
  color: #5f6368;
}
.h-c-header__nav-li-link:hover,
.h-c-header__nav-li-link:active,
.h-c-header__nav-li-link.h-is-highlighted,
.h-c-header__nav-li-link.h-is-active {
  color: #000;
}
.h-c-header__nav-li-link.h-is-active {
  background: #f1f3f4;
}
.h-c-header--reversed .h-c-header__nav-li-link {
  color: #fff;
}
.h-c-header--reversed .h-c-header__nav-li-link.h-is-active {
  font-weight: 500;
}
.h-c-header--reversed .h-c-header__nav-li-link:visited {
  color: #fff;
}
.h-c-header--reversed .h-c-header__nav-li-link:hover,
.h-c-header--reversed .h-c-header__nav-li-link:active,
.h-c-header--reversed .h-c-header__nav-li-link:focus {
  color: #dadce0;
}
.h-c-header--reversed .h-c-header__nav-li-link.h-is-highlighted,
.h-c-header--reversed .h-c-header__nav-li-link.h-is-active {
  color: #fff;
}
.h-c-header--reversed .h-c-header__nav-li-link.h-is-active {
  background: none;
}
@media (min-width: 900px) {
  .h-c-header__nav-li-link {
    line-height: 1.8571428571;
    color: #5f6368;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.25px;
    padding: 10px 0 9px;
    width: auto;
  }
  [dir=rtl] .h-c-header__nav-li-link {
    padding: 10px 0 9px;
  }
  .h-c-header--product-marketing-two-tier .h-c-header__nav-li-link,
  .h-c-header--product-initiative .h-c-header__nav-li-link,
  .h-c-header--corporate-initiative .h-c-header__nav-li-link {
    padding: 7px 0 9px;
  }
  [dir=rtl] .h-c-header--product-marketing-two-tier .h-c-header__nav-li-link,
  [dir=rtl] .h-c-header--product-initiative .h-c-header__nav-li-link,
  [dir=rtl] .h-c-header--corporate-initiative .h-c-header__nav-li-link {
    padding: 7px 0 9px;
  }
  .h-c-header__nav-li-link:visited {
    color: #5f6368;
  }
  .h-c-header__nav-li-link:hover,
  .h-c-header__nav-li-link:active,
  .h-c-header__nav-li-link.h-is-highlighted,
  .h-c-header__nav-li-link.h-is-active {
    color: #000;
  }
  .h-c-header__nav-li-link.h-is-active {
    background: none;
  }
  .h-c-header__nav-li-link.h-is-active::after {
    background: #1a73e8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
  }
  .h-c-header__nav-li-link.h-is-active:focus::after {
    background: #174ea6;
  }
  .h-c-header__nav-li-link:focus {
    background: #f1f3f4;
    outline: 10px solid #f1f3f4;
  }
  .h-c-header--reversed .h-c-header__nav-li-link::after {
    background: #fff;
  }
  .h-c-header--reversed .h-c-header__nav-li-link:hover,
  .h-c-header--reversed .h-c-header__nav-li-link:focus {
    background: #f1f3f4;
    color: #202124;
    outline: 10px solid #f1f3f4;
  }
  .h-c-header--reversed .h-c-header__nav-li-link:hover.h-is-active,
  .h-c-header--reversed .h-c-header__nav-li-link:focus.h-is-active {
    background: #f1f3f4;
  }
  .h-c-header--reversed .h-c-header__nav-li-link:hover.h-is-active::after,
  .h-c-header--reversed .h-c-header__nav-li-link:focus.h-is-active::after {
    background: #5f6368;
  }
}
.h-c-header__nested-nav-list {
  display: table-row;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] .h-c-header__nested-nav-list {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 900px) {
  .h-c-header__nested-nav-list {
    display: none;
    height: 48px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    top: 100%;
  }
  [dir=rtl] .h-c-header__nested-nav-list {
    left: auto;
    margin-left: auto;
    margin-right: -18px;
    right: 0;
  }
  .h-c-header__nested-nav-list {
    white-space: nowrap;
    z-index: 1;
  }
  .h-is-showing-nested-nav .h-c-header__nav-li-link.h-is-highlighted + .h-c-header__nested-nav-list {
    display: table;
  }
  .h-c-header__nested-nav-list.h-c-header__nested-nav-list--center {
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
  [dir=rtl] .h-c-header__nested-nav-list.h-c-header__nested-nav-list--center {
    margin-left: auto;
    margin-right: 50%;
    transform: translate(50%, 0);
  }
  .h-c-header__nested-nav-list.h-c-header__nested-nav-list--right {
    left: auto;
    margin-right: -18px;
    right: 0;
  }
  [dir=rtl] .h-c-header__nested-nav-list.h-c-header__nested-nav-list--right {
    left: 0;
    margin-left: -18px;
    margin-right: auto;
    right: auto;
  }
}
.h-c-header__nested-nav-li {
  display: table;
  width: 100%;
}
@media (min-width: 900px) {
  .h-c-header__nested-nav-li {
    display: table-cell;
    padding: 3px 18px;
    position: relative;
    vertical-align: top;
    width: auto;
  }
}
.h-c-header__nested-nav-li-link {
  color: #5f6368;
  display: table-cell;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0.25px;
  padding-left: 32px;
  padding-right: 32px;
  vertical-align: middle;
  width: 100%;
}
[dir=rtl] .h-c-header__nested-nav-li-link {
  padding-left: 32px;
  padding-right: 32px;
}
.h-c-header__nested-nav-li-link:visited {
  color: #5f6368;
}
.h-c-header__nested-nav-li-link:hover,
.h-c-header__nested-nav-li-link:active,
.h-c-header__nested-nav-li-link.h-is-active {
  color: #000;
}
.h-c-header__nested-nav-li-link.h-is-active {
  background: #f1f3f4;
}
.h-c-header--reversed .h-c-header__nested-nav-li-link {
  color: #fff;
}
.h-c-header--reversed .h-c-header__nested-nav-li-link:visited {
  color: #fff;
}
.h-c-header--reversed .h-c-header__nested-nav-li-link:hover,
.h-c-header--reversed .h-c-header__nested-nav-li-link:active,
.h-c-header--reversed .h-c-header__nested-nav-li-link:focus {
  color: #dadce0;
}
.h-c-header--reversed .h-c-header__nested-nav-li-link.h-is-active {
  color: #fff;
}
.h-c-header--reversed .h-c-header__nested-nav-li-link.h-is-active {
  background: none;
}
@media (min-width: 900px) {
  .h-c-header__nested-nav-li-link {
    line-height: 1.8571428571;
    color: #5f6368;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.25px;
    margin: 7px 0;
    padding: 0 0 1px;
    width: auto;
  }
  [dir=rtl] .h-c-header__nested-nav-li-link {
    padding: 0 0 1px;
  }
  .h-c-header__nested-nav-li-link:visited {
    color: #5f6368;
  }
  .h-c-header__nested-nav-li-link:hover,
  .h-c-header__nested-nav-li-link:active,
  .h-c-header__nested-nav-li-link.h-is-active {
    color: #000;
  }
  .h-c-header__nested-nav-li-link.h-is-active {
    background: none;
  }
  .h-c-header__nested-nav-li-link:focus {
    background: #f1f3f4;
    outline: 10px solid #f1f3f4;
  }
  .h-c-header__nested-nav-li-link.h-is-active::after {
    background: #1a73e8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 18px;
    position: absolute;
    right: 18px;
  }
  .h-c-header__nested-nav-li-link.h-is-active:focus::after {
    background: #174ea6;
  }
  .h-c-header--reversed .h-c-header__nested-nav-li-link.h-is-active::after {
    background: #fff;
  }
  .h-c-header--reversed .h-c-header__nested-nav-li-link:hover,
  .h-c-header--reversed .h-c-header__nested-nav-li-link:focus {
    background: #f1f3f4;
    color: #202124;
    outline: 10px solid #f1f3f4;
  }
  .h-c-header--reversed .h-c-header__nested-nav-li-link:hover.h-is-active::after,
  .h-c-header--reversed .h-c-header__nested-nav-li-link:focus.h-is-active::after {
    background: #5f6368;
  }
}
.h-c-header__cta {
  display: none;
}
@media (min-width: 900px) {
  .h-c-header__cta {
    display: block;
    position: absolute;
    right: 0;
  }
  [dir=rtl] .h-c-header__cta {
    left: 0;
    right: auto;
  }
  .h-c-header--product-marketing-one-tier .h-c-header__cta {
    height: 63px;
    top: 0;
  }
  .h-c-header--product-marketing-one-tier .h-c-header__cta,
  .h-c-header--product-marketing-two-tier .h-c-header__cta,
  .h-c-header--product-initiative .h-c-header__cta,
  .h-c-header--corporate-initiative .h-c-header__cta {
    padding: 9px 9px 9px;
  }
  .h-c-header--product-marketing-two-tier .h-c-header__cta,
  .h-c-header--product-initiative .h-c-header__cta,
  .h-c-header--corporate-initiative .h-c-header__cta {
    bottom: 0;
    height: 63px;
  }
}
@media (min-width: 1024px) {
  .h-c-header--product-marketing-one-tier .h-c-header__cta,
  .h-c-header--product-marketing-two-tier .h-c-header__cta,
  .h-c-header--product-initiative .h-c-header__cta,
  .h-c-header--corporate-initiative .h-c-header__cta {
    padding: 9px 9px 9px;
  }
}
@media (min-width: 900px) {
  .h-c-header__cta-list::after {
    content: "";
    display: table;
    clear: both;
  }
  .h-c-header__cta-list {
    height: 100%;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
  }
  [dir=rtl] .h-c-header__cta-list {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .h-c-header__cta-li {
    display: table;
    float: left;
    height: 100%;
  }
  [dir=rtl] .h-c-header__cta-li {
    float: right;
  }
  .h-c-header__cta-li.h-c-header__cta-li--secondary {
    margin-right: 16px;
  }
  [dir=rtl] .h-c-header__cta-li.h-c-header__cta-li--secondary {
    margin-left: 16px;
    margin-right: auto;
  }
}
@media (min-width: 900px) {
  .h-c-header__cta-li-link {
    display: table-cell;
    font-family:
      "Google Sans",
      "Roboto",
      arial,
      helvetica,
      sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.75px;
    vertical-align: middle;
  }
  .h-c-header__cta-li-link.h-c-header__cta-li-link--primary {
    background: #1a73e8;
    color: #fff;
  }
  .h-c-header__cta-li-link.h-c-header__cta-li-link--primary:visited {
    color: #fff;
  }
  .h-c-header__cta-li-link.h-c-header__cta-li-link--primary:hover,
  .h-c-header__cta-li-link.h-c-header__cta-li-link--primary:active,
  .h-c-header__cta-li-link.h-c-header__cta-li-link--primary:focus {
    background: #174ea6;
    outline: none;
  }
  .h-c-header--product-marketing-one-tier .h-c-header__cta-li-link.h-c-header__cta-li-link--primary {
    padding: 0 24px 0;
  }
  .h-c-header--product-marketing-two-tier .h-c-header__cta-li-link.h-c-header__cta-li-link--primary,
  .h-c-header--product-initiative .h-c-header__cta-li-link.h-c-header__cta-li-link--primary,
  .h-c-header--corporate-initiative .h-c-header__cta-li-link.h-c-header__cta-li-link--primary {
    padding: 0 24px 0;
  }
  .h-c-header--product-marketing-one-tier.h-c-header--reversed .h-c-header__cta-li-link.h-c-header__cta-li-link--primary,
  .h-c-header--product-marketing-two-tier .h-c-header__cta-li-link.h-c-header__cta-li-link--primary,
  .h-c-header--product-initiative .h-c-header__cta-li-link.h-c-header__cta-li-link--primary,
  .h-c-header--corporate-initiative .h-c-header__cta-li-link.h-c-header__cta-li-link--primary {
    background-clip: padding-box;
    border-radius: 2px;
  }
  .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary {
    color: #1a73e8;
  }
  .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:visited {
    color: #1a73e8;
  }
  .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:hover,
  .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:active,
  .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:focus {
    color: #174ea6;
  }
  .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:hover,
  .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:focus {
    background: #f1f3f4;
    outline: none;
  }
  .h-c-header--product-marketing-one-tier .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary {
    padding: 0 24px 0;
  }
  .h-c-header--product-marketing-two-tier .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary,
  .h-c-header--product-initiative .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary,
  .h-c-header--corporate-initiative .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary {
    padding: 0 24px 0;
  }
  .h-c-header--reversed .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary {
    color: #fff;
  }
  .h-c-header--reversed .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:visited {
    color: #fff;
  }
  .h-c-header--reversed .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:active {
    color: #5f6368;
  }
  .h-c-header--reversed .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:hover,
  .h-c-header--reversed .h-c-header__cta-li-link.h-c-header__cta-li-link--secondary:focus {
    color: #202124;
  }
}
@media (min-width: 1024px) {
  .h-c-header__cta-li-link {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.h-c-header__drawer {
  background: #fff;
  border: 0 solid red;
  inset: 0 56px 0 0;
  max-width: 280px;
  position: fixed;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s cubic-bezier(0.24, 1, 0.32, 1);
  visibility: hidden;
  z-index: 102;
}
[dir=rtl] .h-c-header__drawer {
  left: 56px;
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.h-c-header__drawer.h-is-visible {
  visibility: visible;
}
.h-is-showing-drawer .h-c-header__drawer {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  transform: translate3d(0, 0, 0);
}
.h-c-header__drawer:focus {
  outline: none;
}
@media (min-width: 900px) {
  .h-c-header__drawer {
    display: none;
  }
}
.h-c-header__drawer-content {
  inset: 0 0 136px 0;
  overflow-y: auto;
  position: absolute;
}
.h-c-header__drawer-backdrop {
  background: rgba(0, 0, 0, 0.4);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  z-index: 101;
}
.h-is-showing-drawer .h-c-header__drawer-backdrop {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 900px) {
  .h-c-header__drawer-backdrop {
    display: none;
  }
}
.h-c-header__drawer-bar::after {
  content: "";
  display: table;
  clear: both;
}
.h-c-header__drawer-bar {
  box-shadow: inset 0 -1px 0 0 #dadce0;
  position: relative;
}
.h-c-header--product-marketing-one-tier .h-c-header__drawer-bar,
.h-c-header--product-marketing-two-tier .h-c-header__drawer-bar {
  height: 56px;
}
.h-c-header--product-initiative .h-c-header__drawer-bar,
.h-c-header--corporate-initiative .h-c-header__drawer-bar {
  height: 112px;
}
.h-c-header--product-initiative .h-c-header__drawer-bar::before,
.h-c-header--corporate-initiative .h-c-header__drawer-bar::before {
  background: #dadce0;
  bottom: 55px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.h-c-header__drawer-lockup::after {
  content: "";
  display: table;
  clear: both;
}
.h-c-header__drawer-lockup {
  float: left;
  margin-left: 16px;
}
[dir=rtl] .h-c-header__drawer-lockup {
  float: right;
  margin-left: 0;
  margin-right: 16px;
}
.h-c-header--product-marketing-one-tier .h-c-header__drawer-lockup,
.h-c-header--product-marketing-two-tier .h-c-header__drawer-lockup {
  height: 100%;
}
.h-c-header--product-initiative .h-c-header__drawer-lockup,
.h-c-header--corporate-initiative .h-c-header__drawer-lockup {
  height: 50%;
}
.h-c-header__drawer-company-logo {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  display: table;
  float: left;
  height: 100%;
}
[dir=rtl] .h-c-header__drawer-company-logo {
  float: right;
}
.h-c-header__drawer-company-logo-link {
  display: table-cell;
  padding-top: 4px;
  vertical-align: middle;
}
.h-c-header__drawer-company-logo-img {
  display: block;
  height: 24px;
  width: 74px;
}
.h-c-header__drawer-product-logo {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  display: table;
  float: left;
  height: 100%;
  margin-left: 6px;
}
[dir=rtl] .h-c-header__drawer-product-logo {
  float: right;
  margin-left: 0;
  margin-right: 6px;
}
.h-c-header--corporate-initiative .h-c-header__drawer-product-logo {
  display: none;
}
.h-c-header__drawer-product-logo-link {
  display: table-cell;
  padding-top: 0;
  vertical-align: middle;
}
.h-c-header__drawer-product-logo-text {
  color: #5f6368;
  font-family:
    "Product Sans",
    arial,
    helvetica,
    sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.h-c-header__drawer-initiative-logo {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  clear: left;
  display: table;
  float: left;
  height: 50%;
  margin-left: 16px;
}
[dir=rtl] .h-c-header__drawer-initiative-logo {
  clear: right;
  float: right;
  margin-left: auto;
  margin-right: 16px;
}
.h-c-header--product-marketing-one-tier .h-c-header__drawer-initiative-logo,
.h-c-header--product-marketing-two-tier .h-c-header__drawer-initiative-logo {
  display: none;
}
.h-c-header__drawer-initiative-logo-link {
  display: table-cell;
  padding-top: 2px;
  vertical-align: middle;
}
.h-c-header__drawer-initiative-logo-text {
  color: #5f6368;
  font-family:
    "Product Sans",
    arial,
    helvetica,
    sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.h-c-header__drawer-nav {
  padding-bottom: 20px;
  padding-top: 20px;
}
.h-c-header__drawer-nav-list {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] .h-c-header__drawer-nav-list {
  margin-right: 0;
}
.h-c-header__drawer-nav-li {
  display: table;
  width: 100%;
}
.h-c-header__drawer-nav-li-link {
  color: #5f6368;
  display: table-cell;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0.25px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  width: 100%;
}
.h-c-header__drawer-nav-li-link:visited {
  color: #5f6368;
}
.h-c-header__drawer-nav-li-link:focus,
.h-c-header__drawer-nav-li-link:visited {
  color: #5f6368;
}
.h-c-header__drawer-nav-li-link:hover,
.h-c-header__drawer-nav-li-link:active,
.h-c-header__drawer-nav-li-link.h-is-highlighted,
.h-c-header__drawer-nav-li-link.h-is-active {
  color: #000;
}
.h-c-header__drawer-nav-li-link.h-is-active {
  background: #f1f3f4;
}
.h-c-header__drawer-nav-li-link:focus {
  background: #f1f3f4;
  outline: none;
}
.h-c-header__drawer-nested-nav-list {
  display: table-row;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.h-c-header__drawer-nested-nav-li {
  display: table;
  width: 100%;
}
.h-c-header__drawer-nested-nav-li-link {
  color: #5f6368;
  display: table-cell;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0.25px;
  padding-right: 32px;
  padding-left: 32px;
  vertical-align: middle;
  width: 100%;
}
.h-c-header__drawer-nested-nav-li-link:focus,
.h-c-header__drawer-nested-nav-li-link:visited {
  color: #5f6368;
}
.h-c-header__drawer-nested-nav-li-link:hover,
.h-c-header__drawer-nested-nav-li-link:active,
.h-c-header__drawer-nested-nav-li-link.h-is-active {
  color: #000;
}
.h-c-header__drawer-nested-nav-li-link.h-is-active {
  background: #f1f3f4;
}
.h-c-header__drawer-nested-nav-li-link:focus {
  background: #f1f3f4;
  outline: none;
}
.h-c-header__drawer-nav-close-btn {
  opacity: 0;
  text-align: left;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #5f6368;
  border: 0;
  overflow: hidden;
  width: 100%;
}
.h-c-header__drawer-nav-close-btn:active,
.h-c-header__drawer-nav-close-btn:focus {
  background: #f1f3f4;
  outline: none;
  opacity: 1;
}
.h-c-header__drawer-cta {
  bottom: 0;
  box-shadow: inset 0 1px 0 0 #dadce0;
  height: 136px;
  left: 0;
  padding: 8px 16px 24px 16px;
  position: absolute;
  right: 0;
}
[dir=rtl] .h-c-header__drawer-cta {
  padding-left: 16px;
  padding-right: 16px;
}
.h-c-header__drawer-cta-list {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] .h-c-header__drawer-cta-list {
  margin-left: auto;
  margin-right: 0;
}
.h-c-header__drawer-cta-li {
  display: table;
  margin-top: 8px;
  width: 100%;
}
.h-c-header__drawer-cta-li:first-child {
  margin-top: 0;
}
.h-c-header__drawer-cta-li-link {
  display: table-cell;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0.75px;
  text-align: center;
  vertical-align: middle;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary {
  background: #1a73e8;
  background-clip: padding-box;
  border-radius: 2px;
  color: #fff;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary:visited {
  color: #fff;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary:hover,
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary:active,
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--primary:focus {
  background: #174ea6;
  outline: none;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--secondary {
  color: #1a73e8;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--secondary:visited {
  color: #1a73e8;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--secondary:hover,
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--secondary:active,
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--secondary:focus {
  color: #174ea6;
}
.h-c-header__drawer-cta-li-link.h-c-header__drawer-cta-li-link--secondary:focus {
  background: #f1f3f4;
  outline: none;
}
.h-c-sitesearch {
  margin: 0;
}
.h-c-sitesearch--footer {
  margin-top: -8px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .h-c-sitesearch--footer {
    flex: 0 0 200px;
    margin-bottom: 20px;
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .h-c-sitesearch--footer {
    flex: 0 0 240px;
    text-align: right;
    width: 240px;
  }
  [dir=rtl] .h-c-sitesearch--footer {
    text-align: left;
  }
}
.h-c-sitesearch__input {
  line-height: 1.5714285714;
  background: transparent;
  border: none;
  border-bottom: 1px solid #dadce0;
  font-size: 14px;
  height: 22px;
  margin: 0;
  padding: 0;
  width: 80%;
}
.h-c-sitesearch__input:focus {
  border-bottom-width: 2px;
  border-color: #202124;
  outline: none;
}
@media (min-width: 600px) {
  .h-c-sitesearch__input {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .h-c-sitesearch__input {
    width: 190px;
  }
}
.h-c-sitesearch__submit,
.h-c-sitesearch__submit.h-c-button {
  background: none;
  border-radius: 50%;
  color: #202124;
  height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 40px;
}
.h-c-sitesearch__submit:hover,
.h-c-sitesearch__submit:focus,
.h-c-sitesearch__submit.h-c-button:hover,
.h-c-sitesearch__submit.h-c-button:focus {
  color: #202124;
}
.h-c-sitesearch__submit:focus,
.h-c-sitesearch__submit.h-c-button:focus {
  background: #f1f3f4;
  outline: none;
}
.h-c-footer .h-c-sitesearch__submit:focus,
.h-c-footer .h-c-sitesearch__submit.h-c-button:focus {
  background: #e8eaed;
}
.glue-c-zippy__collapse-region {
  display: none;
}
.glue-c-zippy__collapse-region.glue-collapse-expanded {
  display: block;
}
.glue-c-zippy.glue-a-zippy--v-smooth-expand .glue-c-zippy__collapse-region {
  display: block;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.glue-c-zippy__btn:not(.maia-button) {
  cursor: pointer;
}
.glue-c-zippy__content-container {
  padding: 10px 0;
}
.glue-zippy-toggle-all__collapse[aria-hidden=true],
.glue-zippy-toggle-all__expand[aria-hidden=true] {
  display: none;
}
.glue-zippy-toggle-all__collapse[aria-hidden=false],
.glue-zippy-toggle-all__expand[aria-hidden=false] {
  display: display;
}
.glue-zippy-set.h-t-hercules::after {
  content: "";
  display: table;
  clear: both;
}
.glue-zippy-set.h-t-hercules {
  color: #414141;
}
@media (min-width: 600px) {
  .glue-zippy-set.h-t-hercules {
    margin-top: 20px;
  }
}
.glue-zippy-set.h-t-hercules .h-c-eyebrow {
  color: #202124;
  display: block;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.25px;
}
@media (min-width: 600px) {
  .glue-zippy-set.h-t-hercules .h-c-eyebrow {
    float: left;
  }
  [dir=rtl] .glue-zippy-set.h-t-hercules .h-c-eyebrow {
    float: right;
  }
}
@media (min-width: 1024px) {
  .glue-zippy-set.h-t-hercules .h-c-eyebrow {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.glue-zippy-set.h-t-hercules .glue-zippy-toggle-all {
  color: #1a73e8;
  cursor: pointer;
  float: right;
  font-size: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
[dir=rtl] .glue-zippy-set.h-t-hercules .glue-zippy-toggle-all {
  float: left;
}
.glue-zippy-set.h-t-hercules .glue-zippy-toggle-all:hover,
.glue-zippy-set.h-t-hercules .glue-zippy-toggle-all:focus {
  color: #174ea6;
}
.glue-zippy-set.h-t-hercules .glue-zippy-toggle-all:focus {
  background: #f1f3f4;
  outline: 10px solid #f1f3f4;
}
@media (min-width: 600px) {
  .glue-zippy-set.h-t-hercules .glue-zippy-toggle-all {
    margin-top: 0;
  }
}
.glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-text {
  display: none;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin: 0 10px 0 0;
  text-align: right;
  vertical-align: middle;
}
.glue-app-supported .glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-text,
.glue-app-ready .glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-text {
  display: inline-block;
}
[dir=rtl] .glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-text {
  margin: 0 0 0 10px;
  text-align: left;
}
.glue-app-supported .glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-text.h-c-expansion-panels__toggle-text--collapsed,
.glue-app-ready .glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-text.h-c-expansion-panels__toggle-text--collapsed {
  display: none;
}
@media (min-width: 1024px) {
  .glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-text {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.glue-zippy-set.h-t-hercules.glue-is-expanded .h-c-expansion-panels__toggle-text.h-c-expansion-panels__toggle-text--expanded {
  display: none;
}
.glue-zippy-set.h-t-hercules.glue-is-expanded .h-c-expansion-panels__toggle-text.h-c-expansion-panels__toggle-text--collapsed {
  display: inline-block;
}
.glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-circle {
  cursor: pointer;
  display: none;
  fill: currentcolor;
  height: 16px;
  transform-origin: center;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  vertical-align: middle;
  width: 16px;
}
@media (min-width: 1024px) {
  .glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-circle {
    height: 18px;
    width: 18px;
  }
}
.glue-app-supported .glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-circle,
.glue-app-ready .glue-zippy-set.h-t-hercules .h-c-expansion-panels__toggle-circle {
  display: inline-block;
}
.glue-zippy-set.h-t-hercules.glue-is-expanded .h-c-expansion-panels__toggle-circle {
  transform: rotate(180deg);
}
.glue-zippy-set.h-t-hercules .h-c-expansion-panels__list {
  clear: both;
  list-style: none;
  margin-left: 0;
}
[dir=rtl] .glue-zippy-set.h-t-hercules .h-c-expansion-panels__list {
  margin-right: 0;
}
.glue-zippy-set.h-t-hercules .glue-zippy {
  border-top: 1px solid #dadce0;
}
.glue-zippy-set.h-t-hercules .glue-is-expanded .glue-zippy-btn {
  border-bottom: 1px solid #dadce0;
}
.glue-zippy-set.h-t-hercules .glue-zippy-btn::after {
  content: "";
  display: table;
  clear: both;
}
.glue-zippy-set.h-t-hercules .glue-zippy-btn {
  border-bottom: 1px solid transparent;
  padding: 24px 0 23px;
}
@media (min-width: 1024px) {
  .glue-zippy-set.h-t-hercules .glue-zippy-btn {
    padding: 30px 0 29px;
  }
}
.glue-app-supported .glue-zippy-set.h-t-hercules .glue-zippy-btn:hover .h-c-expansion-panels__button-header,
.glue-app-ready .glue-zippy-set.h-t-hercules .glue-zippy-btn:hover .h-c-expansion-panels__button-header,
.glue-app-supported .glue-zippy-set.h-t-hercules .glue-zippy-btn:focus .h-c-expansion-panels__button-header,
.glue-app-ready .glue-zippy-set.h-t-hercules .glue-zippy-btn:focus .h-c-expansion-panels__button-header {
  color: #174ea6;
}
.glue-app-supported .glue-zippy-set.h-t-hercules .glue-zippy-btn:hover .h-c-expansion-panels__button-arrow,
.glue-app-ready .glue-zippy-set.h-t-hercules .glue-zippy-btn:hover .h-c-expansion-panels__button-arrow,
.glue-app-supported .glue-zippy-set.h-t-hercules .glue-zippy-btn:focus .h-c-expansion-panels__button-arrow,
.glue-app-ready .glue-zippy-set.h-t-hercules .glue-zippy-btn:focus .h-c-expansion-panels__button-arrow {
  fill: #174ea6;
}
.glue-zippy-set.h-t-hercules .glue-zippy-btn:focus {
  border-bottom: 2px solid #174ea6;
  outline: none;
  padding-bottom: 22px;
}
@media (min-width: 1024px) {
  .glue-zippy-set.h-t-hercules .glue-zippy-btn:focus {
    padding-bottom: 28px;
  }
}
.glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-header {
  line-height: 1.625;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  float: left;
  font-family:
    "Google Sans",
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}
.glue-app-supported .glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-header,
.glue-app-ready .glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-header {
  color: #1a73e8;
}
[dir=rtl] .glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-header {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-header:hover {
  color: #174ea6;
}
@media (min-width: 1024px) {
  .glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-header {
    line-height: 1.6666666667;
    font-size: 18px;
  }
}
.glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-arrow {
  display: none;
  fill: #1a73e8;
  float: right;
  height: 17px;
  margin-right: 5px;
  margin-top: 3px;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  width: 17px;
}
.glue-app-supported .glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-arrow,
.glue-app-ready .glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-arrow {
  display: block;
}
[dir=rtl] .glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-arrow {
  float: left;
}
@media (min-width: 1024px) {
  .glue-zippy-set.h-t-hercules .h-c-expansion-panels__button-arrow {
    margin-top: 5px;
  }
}
.glue-zippy-set.h-t-hercules .glue-is-expanded .h-c-expansion-panels__button-arrow {
  transform: rotate(180deg);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.glue-zippy-set.h-t-hercules .glue-zippy-content {
  line-height: 1.7142857143;
  color: #202124;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.glue-app-supported .glue-zippy-set.h-t-hercules .glue-zippy-content {
  height: 0;
  opacity: 0;
}
.glue-app-ready .glue-zippy-set.h-t-hercules .glue-zippy-content {
  display: block;
  height: auto;
  opacity: 1;
}
@media (min-width: 1024px) {
  .glue-zippy-set.h-t-hercules .glue-zippy-content {
    line-height: 1.625;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.glue-zippy-set.h-t-hercules .glue-c-zippy__content-container {
  padding: 10px 0 24px;
}
@media (min-width: 600px) {
  .glue-zippy-set.h-t-hercules .glue-c-zippy__content-container {
    padding: 14px 44px 24px 0;
  }
  [dir=rtl] .glue-zippy-set.h-t-hercules .glue-c-zippy__content-container {
    padding: 14px 0 24px 44px;
  }
}
@media (min-width: 1024px) {
  .glue-zippy-set.h-t-hercules .glue-c-zippy__content-container {
    padding: 18px 56px 30px 0;
  }
  [dir=rtl] .glue-zippy-set.h-t-hercules .glue-c-zippy__content-container {
    padding: 18px 0 30px 56px;
  }
}
.consent {
  background: hsla(0, 0%, 100%, 0.7);
  bottom: 0;
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999999999;
}
.gdpr {
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 0;
  color: #404040;
  font-size: 90%;
  line-height: 1.4;
  padding: 0.75rem 1rem;
  position: relative;
}
.gdpr a,
.gdpr a:visited {
  color: #21759b;
}
.gdpr-inner {
  display: block;
  margin: 0 auto;
  max-width: 640px;
}
.gdpr-controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.gdpr-button {
  appearance: none;
  background-color: #1a73e8;
  border: 0;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  font-size: 90%;
  padding: 0.4rem 0.6rem;
}
.gdpr-content {
  margin: 0.2rem 0;
}
.gdpr-content > *:last-child {
  margin: 0;
}
.gdpr-content > * {
  margin: 0 0 0.5rem;
  padding: 0;
}
.glue-flexbox.documentations .app-panel .h-c-grid {
  align-items: center;
}
.documentations .docs-nav {
  margin-right: 20%;
}
.documentations .app-panel,
.documentations .docs-nav {
  padding: 48px 0 28px;
}
@media (min-width: 600px) {
  .documentations .app-panel,
  .documentations .docs-nav {
    padding: 72px 0 52px;
  }
}
@media (min-width: 1024px) {
  .documentations .app-panel,
  .documentations .docs-nav {
    padding: 96px 0 76px;
  }
}
.documentations .app-panel--copy-center .app-copy {
  text-align: center;
}
.documentations .app-panel--no-bottom-padding {
  padding-bottom: 0;
}
.documentations .app-panel--no-bottom-padding + .app-panel {
  margin-top: -20px;
}
.documentations .app-panel .app-copy,
.documentations .app-panel .copy-title,
.documentations .app-panel .copy-description,
.documentations .app-panel .app-link-button,
.documentations .app-panel .app-tiles,
.documentations .app-panel .view-image {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .documentations .app-content-panel .h-c-page {
    max-width: 800px;
  }
}
.documentations .app-cover-panel {
  background-color: #f8f9fa;
}
@media (min-width: 600px) {
  .documentations .app-cover-panel.app-panel--copy-center .app-copy {
    text-align: left;
  }
}
.documentations .app-cover-panel .view-image amp-img {
  max-width: 94.5%;
}
@media (min-width: 600px) {
  .documentations .app-cover-panel .view-image amp-img {
    max-width: none;
  }
}
.documentations .app-tiles-panel .app-tiles {
  margin-top: 32px;
}
@media (min-width: 600px) {
  .documentations .app-tiles-panel .app-tiles {
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .documentations .app-tiles-panel .app-tiles {
    margin-top: 64px;
  }
}
.documentations .app-summary-panel {
  border-top: 1px solid #dadce0;
}
.documentations .app-summary-panel .copy-description {
  display: none;
}
@media (min-width: 600px) {
  .documentations .app-summary-panel .copy-description {
    display: block;
  }
}
.documentations .h-c-tile .h-c-tile__header--icon {
  min-height: 50px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .documentations .h-c-tile .h-c-tile__header--icon {
    min-height: 50px;
  }
}
@media (min-width: 1024px) {
  .documentations .h-c-tile-set > li {
    margin: 0 13px 20px;
    flex: 1 0 400px;
    width: 400px;
  }
}
@media (width >= 1221px) {
  .documentations .h-c-tile-set > li {
    flex: 1 0 270px;
    width: 270px;
  }
}
.documentations .h-c-header--corporate-initiative .h-c-header__bar::before {
  background: #dadce0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 56px;
}
@media (width >= 600px) {
  .documentations .h-c-header--corporate-initiative .h-c-header__bar::before {
    bottom: 63px;
    top: auto;
  }
  .documentations .h-c-header__lockup {
    margin-left: 24px;
  }
  .documentations .h-c-header--corporate-initiative .h-c-header__nav {
    clear: none;
    height: 50%;
    margin-left: 38px;
  }
  .documentations .h-c-header__nav-li:first-child {
    margin-left: 0;
  }
  .documentations .h-c-header__nav-li {
    float: left;
    height: 100%;
    margin-left: 16px;
    position: relative;
    width: auto;
    line-height: initial;
  }
  .documentations .h-c-header--corporate-initiative .h-c-header__nav-li-link {
    padding: 7px 10px 9px;
    line-height: initial;
  }
  .documentations .h-c-header__nav-li-link.h-is-active::after {
    background: #1a73e8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    right: 10px;
  }
  .documentations .h-c-header__nav-li-link.h-is-active {
    background: none;
  }
  .documentations .h-c-header--corporate-initiative .h-c-header__cta {
    height: 63px;
    padding: 9px;
  }
  .documentations .h-c-header__cta {
    display: block;
  }
}
@media (width <= 1024px) {
  .documentations article.documentation {
    margin-right: 20px;
    padding-top: 0;
  }
  .documentations .docs-nav {
    padding: 0;
  }
}
.documentations ul.docs-toc {
  list-style: none;
  margin-left: 0;
}
.documentations ul.docs-toc li {
  display: block;
  padding: 8px 0;
  border-bottom: none;
}
.documentations ul.docs-toc li:last-child {
  border-bottom: 0;
}
.documentations .docs-nav ul {
  list-style: none;
}
.documentations .docs-nav a {
  display: block;
  text-decoration: none;
}
.documentations .menu-item-has-children {
  cursor: pointer;
}
.documentations .docs-nav .menu-item-has-children,
.documentations .docs-nav .link-wrap {
  position: relative;
}
.documentations .docs-nav .link-wrap {
  display: flex;
}
.documentations .docs-nav .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #1a73e8;
}
.documentations .docs-nav .dropdown-toggle svg {
  fill: currentcolor;
  transition: transform 0.3s ease-out;
}
.documentations .docs-nav .dropdown-toggle.toggled-on svg {
  transform: rotate(180deg);
}
.documentations .docs-nav.toggle-mobile > .dropdown-toggle {
  display: none;
}
.documentations .docs-menu {
  display: flex;
  flex-direction: column;
}
.documentations .docs-menu .sub-menu {
  display: none;
}
.documentations .docs-menu .sub-menu.toggled-on {
  display: block;
}
.documentations .docs-menu .current-menu-item,
.documentations .docs-menu .current-menu-item > span > a {
  color: #1a73e8;
  cursor: default;
  font-weight: bold;
}
.documentations .docs-menu .current-menu-item > span > .dropdown-toggle {
  pointer-events: none;
  opacity: 0.5;
}
.documentations .docs-menu .current-menu-item > .sub-menu {
  display: block;
}
@media (width <= 959px) {
  .documentations .docs-nav.toggle-mobile > .dropdown-toggle {
    display: inline-block;
  }
  .documentations .docs-nav.toggle-mobile .docs-menu {
    max-height: 33px;
    overflow: hidden;
    transition: max-height 240ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .documentations .docs-nav.toggle-mobile .docs-menu.toggled-on {
    max-height: 999em;
    overflow: visible;
  }
  .documentations .docs-nav.toggle-mobile .docs-menu > .current-menu-item,
  .documentations .docs-nav.toggle-mobile .docs-menu > .current-menu-parent {
    order: -1;
  }
}
.documentations .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.documentations .alignright {
  float: right;
  margin-left: 1.5rem;
}
.documentations .block-image {
  margin: 0 0 1em;
}
.documentations p + .block-image {
  margin-top: 16px;
}
.documentations .block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.documentations .block-image .aligncenter,
.documentations .block-image.aligncenter {
  display: table;
  max-width: 100%;
}
.documentations .block-image-placeholder {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.documentations .block-image .block-image-placeholder {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.documentations .documentation .block-image-placeholder {
  margin-bottom: 15px;
  border: 1px solid gray;
  box-sizing: border-box;
}
.documentations .block-image-layout-intrinsic {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.documentations .block-image-sizer {
  display: block !important;
  max-width: 100%;
  height: auto;
}
.documentations .block-image-sizer img {
  width: 100%;
  height: auto;
  display: block;
  visibility: hidden;
}
.documentations .block-image-layout-intrinsic .block-image-sizer {
  max-width: 100%;
}
.documentations .block-image-enforced-sizes {
  object-fit: contain;
}
.documentations .block-image-layout-size-defined {
  overflow: hidden !important;
  box-sizing: border-box;
}
.documentations .block-image-layout-size-defined .block-image-fill-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.documentations .block-image-replaced-content,
.documentations .block-image-screen-reader {
  padding: 0 !important;
  border: none !important;
}
.documentations .block-image-blurry-placeholder,
.documentations .block-image-fill-content {
  display: block;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0;
  margin: auto;
}
.documentations div.block-image-placeholder img {
  image-rendering: inherit;
  object-fit: inherit;
  object-position: inherit;
}
.documentations .block-image .aligncenter > figcaption,
.documentations .block-image.aligncenter > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.documentations :where(.block-image figcaption) {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.documentations .block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.documentations .block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.documentations .block-image figure {
  margin: 0;
}
.documentations article[id=post-32d98c48a6fc6b9f5820d94018a6d3de] .block-image .block-image-placeholder {
  margin-top: 15px;
  border: none;
}
.documentations article[id=post-32d98c48a6fc6b9f5820d94018a6d3de] .block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.documentations article[id=post-32d98c48a6fc6b9f5820d94018a6d3de] .block-image:last-of-type .block-image-placeholder {
  margin-top: -1px;
}
.documentations article[id=post-32d98c48a6fc6b9f5820d94018a6d3de] .block-image:nth-of-type(odd) > figure {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.documentations article[id=post-32d98c48a6fc6b9f5820d94018a6d3de] .block-image:nth-of-type(even) > figure {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .post-content {
  display: grid;
  grid-template-columns: 15% auto;
  margin-bottom: 30px;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] {
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .post-content > * {
  grid-column: 1/-1;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] {
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .block-image {
  float: none;
  margin: 0 0 3px;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .block-image .block-image-placeholder {
  margin-top: 15px;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .block-image .block-image-layout-size-defined {
  overflow: visible !important;
  box-sizing: border-box;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .block-image:not(:first-of-type) img {
  margin-top: 17px;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] {
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .post-content > .block-image:has(+ h2) {
  grid-column: 1;
  grid-row: span 3;
  place-self: center;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .post-content > .block-image:has(+ h2) .block-image-placeholder {
  border: none;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] {
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .post-content > .block-image:has(+ h2) + h2 {
  grid-column: 2;
  margin-top: 46px;
  margin-bottom: 15px;
  padding: 0 8%;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] {
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .post-content > .block-image:has(+ h2) + h2 + p,
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .post-content > .block-image:has(+ h2) + h2 + p + p {
  grid-column: 2;
  padding: 0 8%;
}
article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] {
}
@media (width <= 600px) {
  article[id=post-01da5b8ddfc46c189ea9ca0b3a328098] .post-content {
    display: block;
  }
}
article[id=post-ed6acaacdc5c258ed33e9ac90edfcd1d] .notice {
  margin-bottom: 15px;
}
.documentations .documentation table {
  margin-top: 15px;
  margin-bottom: 50px;
}
.documentations .block-table {
  margin: 0 0 1em;
  width: 100%;
}
.documentations .block-table table {
  border-collapse: collapse;
  width: 100%;
}
.documentations .block-table thead {
  border-bottom: 3px solid;
}
.documentations .block-table td,
.documentations .block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
}
.documentations {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.documentations .h-c-page .h-c-headline {
  hyphens: none;
}
.documentations .post-content {
  margin-top: 36px;
}
.documentations .post-content code {
  color: #535253;
}
@media (min-width: 1024px) {
  .documentations .post-content {
    margin-top: 48px;
  }
}
.documentations .post-content ul,
.documentations .post-content ol,
.documentations .post-content h1,
.documentations .post-content h2,
.documentations .post-content h3,
.documentations .post-content h4,
.documentations .post-content h5,
.documentations .post-content h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .documentations .post-content ul,
  .documentations .post-content ol,
  .documentations .post-content h1,
  .documentations .post-content h2,
  .documentations .post-content h3,
  .documentations .post-content h4,
  .documentations .post-content h5,
  .documentations .post-content h6 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.documentations .post-content .more-link {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .documentations .post-content .more-link {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.documentations .post-content ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
.documentations {
}
.documentations .post-content--two-col {
  column-gap: 2em;
  column-fill: auto;
}
@media (min-width: 1024px) {
  .documentations .post-content--two-col {
    column-count: 2;
  }
}
.documentations .post-content--two-col {
}
@media (width <= 781px) {
  .documentations .post-content--two-col {
    display: block;
  }
}
.documentations {
}
.documentations .post-content--two-col > h2:last-of-type {
  break-before: column;
  -webkit-column-break-before: always;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.documentations {
}
.documentations .post-content--two-col > h2:last-of-type,
.documentations .post-content--two-col > h2:last-of-type ~ * {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.documentations {
}
@media (min-width: 1024px) {
  .documentations .post-content--two-col > ul:not(:last-of-type) {
  }
  .documentations .post-content--two-col > ul:not(:last-of-type):has(~ h2:last-of-type) {
    margin-bottom: 43px;
  }
  .documentations .post-content--two-col > ul:not(:last-of-type) {
  }
  .documentations .post-content--two-col > ul:not(:last-of-type):has(+ h2:last-of-type) {
    margin-bottom: 16px;
  }
}
.documentations .documentation h2 {
  margin-bottom: 15px;
}
.documentations .documentation .notice {
  background-color: #cfe2f3;
  color: #0b5394;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none !important;
}
.documentations .nav-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media (min-width: 600px) {
  .documentations .nav-links {
    margin-bottom: 52px;
  }
}
@media (min-width: 1024px) {
  .documentations .nav-links {
    margin-bottom: 76px;
  }
}
.documentations .nav-links .nav-previous .h-c-link svg {
  transform: rotate(180deg);
}
.documentations .svg-assets {
  display: none;
}
.documentations html {
  font-size: 18px;
}
.documentations body {
  background: #fff;
  color: #202124;
  cursor: auto;
  font-family:
    "Roboto",
    arial,
    helvetica,
    sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.444;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}
.documentations body::after {
  content: "x-small";
  display: none;
}
@media (min-width: 600px) {
  .documentations body::after {
    content: "small";
  }
}
@media (min-width: 1024px) {
  .documentations body::after {
    content: "medium";
  }
}
@media (min-width: 1440px) {
  .documentations body::after {
    content: "large";
  }
}
.documentations [lang=ja] body {
  font-family:
    "Roboto",
    "Noto Sans CJK JP",
    "Noto Sans JP",
    arial,
    helvetica,
    sans-serif;
}
.documentations [lang=ko] body {
  font-family:
    "Roboto",
    "Noto Sans CJK KR",
    "Noto Sans KR",
    arial,
    helvetica,
    sans-serif;
}
.documentations [lang=zh-CN] body {
  font-family:
    "Roboto",
    "Noto Sans CJK SC",
    "Noto Sans SC",
    arial,
    helvetica,
    sans-serif;
}
.documentations [lang=zh-TW] body {
  font-family:
    "Roboto",
    "Noto Sans CJK TC",
    "Noto Sans TC",
    arial,
    helvetica,
    sans-serif;
}
.documentations h1.h-has-top-margin,
.documentations h2.h-has-top-margin,
.documentations h3.h-has-top-margin,
.documentations h4.h-has-top-margin,
.documentations h5.h-has-top-margin,
.documentations h6.h-has-top-margin {
  margin-top: 16px;
}
.documentations h1.h-has-bottom-margin,
.documentations h2.h-has-bottom-margin,
.documentations h3.h-has-bottom-margin,
.documentations h4.h-has-bottom-margin,
.documentations h5.h-has-bottom-margin,
.documentations h6.h-has-bottom-margin {
  margin-bottom: 16px;
}
.documentations h1.h-has-top-bottom-margin,
.documentations h2.h-has-top-bottom-margin,
.documentations h3.h-has-top-bottom-margin,
.documentations h4.h-has-top-bottom-margin,
.documentations h5.h-has-top-bottom-margin,
.documentations h6.h-has-top-bottom-margin {
  margin-bottom: 16px;
  margin-top: 16px;
}
.documentations h1,
.documentations h2,
.documentations h3,
.documentations h4,
.documentations h5,
.documentations h6 {
  font-size: 18px;
  font-weight: 300;
}
.documentations p {
  line-height: 1.7142857143;
}
.documentations p.h-c-copy--lead {
  font-size: 18px;
  line-height: 1.4444444444;
}
.documentations p.h-has-top-margin {
  margin-top: 12px;
}
.documentations p.h-has-bottom-margin {
  margin-bottom: 12px;
}
.documentations p.h-has-top-bottom-margin {
  margin-bottom: 12px;
  margin-top: 12px;
}
.documentations p.h-c-copy--print {
  text-indent: 24px;
}
.documentations p.h-c-copy--print + p.h-c-copy--print {
  margin-top: 0;
}
.documentations p + p {
  margin-top: 12px;
}
.documentations p {
  font-size: 14px;
  letter-spacing: 0.25px;
}
@media (min-width: 600px) {
  .documentations p {
    line-height: 1.7142857143;
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 1024px) {
  .documentations p {
    line-height: 1.625;
  }
  .documentations p.h-has-top-margin {
    margin-top: 16px;
  }
  .documentations p.h-has-bottom-margin {
    margin-bottom: 16px;
  }
  .documentations p.h-has-top-bottom-margin {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .documentations p + p {
    margin-top: 16px;
  }
  .documentations p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
.documentations hr {
  border: solid #dadce0;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin-bottom: 19px;
  margin-top: 20px;
}
.documentations em,
.documentations i {
  font-style: italic;
}
.documentations b,
.documentations strong {
  font-weight: 700;
}
.documentations pre {
  background: #f5f5f5;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  padding: 6px;
  white-space: pre;
}
.documentations pre code {
  background: transparent;
  padding: 0;
}
.documentations code {
  background: #f5f5f5;
  color: #9e9e9e;
  font-family:
    "Consolas",
    "Monaco",
    "Bitstream Vera Sans Mono",
    "Courier New",
    courier,
    monospace;
  font-weight: 300;
  overflow-x: auto;
  padding: 6px;
  white-space: pre;
  overflow-wrap: normal;
}
.documentations abbr,
.documentations acronym {
  color: #202124;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase;
}
.documentations abbr {
  text-transform: none;
}
.documentations .h-u-font-weight-light {
  font-weight: 300;
}
.documentations .h-u-font-weight-regular {
  font-weight: 400;
}
.documentations .h-u-font-weight-medium {
  font-weight: 500;
}
.documentations .h-u-font-weight-bold {
  font-weight: 700;
}
.documentations .h-u-font-smoothing {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
.documentations .h-u-font-reversed {
  color: #fff;
}
.documentations body.admin-bar .h-c-header__bar,
.documentations body.admin-bar .h-c-header__drawer {
  top: 32px;
}
@media (width <= 782px) {
  .documentations body.admin-bar .h-c-header__bar,
  .documentations body.admin-bar .h-c-header__drawer {
    top: 46px;
  }
}
@media (width >= 1024px) {
  .documentations article li {
    line-height: 1.675;
  }
}
.documentations article li > a {
  border-bottom: 1px solid #1a73e8;
}
.documentations ul li > a {
  border-bottom: 0 solid #1a73e8;
}
.documentations .paddingBottom40 {
  padding-bottom: 50px !important;
}
.documentations .paddingBottom60 {
  padding-bottom: 60px;
}
.documentations .maxWidth800 {
  max-width: 800px;
}
.documentations .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.documentations .app-card {
  border-radius: 10px;
  min-height: 205px !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border: none !important;
}
.documentations .h-c-tile-set {
  display: flex;
  justify-content: space-around;
  margin: 0 48px;
}
@media (width >= 1024px) {
  .documentations .h-c-tile-set {
    padding: 0 135px;
  }
}
.documentations .h-c-tile-set::after {
  content: none;
}
.documentations .h-c-tile-set li div {
  width: 275px;
}
.documentations .h-c-tile--no-header {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 0;
}
.documentations .h-c-tile--no-header > p {
  margin: 0;
}
.documentations .app-card-title {
  margin-top: -30px !important;
  margin-left: 50px;
  min-height: 70px;
  padding-bottom: 10px;
}
.documentations .app-card.h-c-tile .h-c-tile__description {
  margin-bottom: 0;
}
.documentations .dashboard-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.documentations .block-group {
  box-sizing: border-box;
}
.documentations {
}
.documentations .block-columns.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.documentations .block-column.is-layout-flow {
  flex: 1;
  min-width: 0;
}
.documentations {
}
@media (width <= 781px) {
  .documentations .block-columns.is-layout-flex {
    flex-direction: column;
  }
  .documentations .block-column.is-layout-flow {
    flex-basis: 100%;
  }
}
.documentations .block-spacer {
  display: block;
  margin: 0;
}
.documentations .h-c-header__nav-li-link:focus {
  background: #f1f3f4;
  outline: 10px solid #f1f3f4;
}
.documentations .h-c-tile__icon {
  display: inline-block;
  width: 34px;
  height: 34px !important;
  position: relative;
  overflow: hidden;
}
.documentations .img-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 59.7111%;
  overflow: hidden;
}
.documentations .img-responsive img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.documentations .img-responsive2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.2302%;
  overflow: hidden;
}
.documentations .img-responsive2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules {
  margin-top: 48px;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy {
  border-bottom: 1px solid #dadce0;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy-content {
  display: none;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-is-expanded .glue-zippy-content {
  display: block;
  padding-top: 12px;
  padding-bottom: 29px;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-is-expanded .glue-zippy-content a {
  border-bottom: 1px solid #1a73e8;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-is-expanded .glue-zippy-content li > a {
  border-bottom: none;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules + * {
  margin-top: 48px;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules + .sitekit-expandable.glue-zippy-set.h-t-hercules {
  margin-top: 0;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules + .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy {
  border-top: 0;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy-btn {
  padding: 12px 0 11px;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy-btn h1,
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy-btn h2,
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy-btn h3,
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy-btn h4,
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy-btn h5,
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy-btn h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.documentations .sitekit-expandable.glue-zippy-set.h-t-hercules .glue-zippy-btn:focus {
  padding-bottom: 11px;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] pre,
.documentations article[id=post-75473d3db2c34f6081b73e7833444537] pre,
.documentations article[id=post-a044b7f16f49faeee210bf8a5a630c61] pre {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family:
    Menlo,
    Consolas,
    monaco,
    monospace;
  padding: 0.8em 1em;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] pre code,
.documentations article[id=post-75473d3db2c34f6081b73e7833444537] pre code,
.documentations article[id=post-a044b7f16f49faeee210bf8a5a630c61] pre code {
  color: #535253;
  direction: ltr;
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  text-align: initial;
  white-space: pre-wrap;
}
.documentations h2[id$=setting-up-site-kit] + div.notice {
  margin-bottom: 16px;
}
.documentations article[id=post-ed6acaacdc5c258ed33e9ac90edfcd1d] .notice a {
  border-bottom: none;
}
.documentations article[id=post-a0f39117c202bfdad3a9de5c2670ac11] .post-content ul {
  margin-top: 6px;
}
.documentations article[id=post-a0f39117c202bfdad3a9de5c2670ac11] .post-content ul p {
  line-height: 1.675;
}
.documentations article[id=post-a0f39117c202bfdad3a9de5c2670ac11] .post-content ul a {
  border-bottom: none;
}
.documentations article[id=post-a0f39117c202bfdad3a9de5c2670ac11] .post-content ol + .block-image {
  margin-bottom: 0;
}
.documentations article[id=post-a0f39117c202bfdad3a9de5c2670ac11] .post-content ol + .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-a0f39117c202bfdad3a9de5c2670ac11] div:has(> iframe) {
  margin-bottom: 32px;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ul p {
  line-height: 1.675;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ul a {
  border-bottom: none;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol:first-of-type li:not(:first-of-type) {
  margin-top: 15px;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol .block-image {
  margin-top: 18px;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol li:first-of-type .block-image,
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol li:last-of-type .block-image:last-of-type,
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol p + .block-image {
  margin-top: 15px;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol li:first-of-type .block-image .block-image-placeholder,
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol p + .block-image .block-image-placeholder {
  margin-top: 0;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol + .block-image figure {
  margin: 0;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol + .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-b7418bf5003224f737c41c09922c119c] .post-content ol p {
  line-height: 1.675;
}
.documentations article[id=post-46e01165a02d60549f442ceaf29b6818] .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-46e01165a02d60549f442ceaf29b6818] .block-image + p {
  margin-top: 0;
}
.documentations article[id=post-46e01165a02d60549f442ceaf29b6818] ul + .block-image,
.documentations article[id=post-46e01165a02d60549f442ceaf29b6818] ol + .block-image {
  margin-top: 33px;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] ul:nth-of-type(5) li > p:last-of-type {
  margin-bottom: 15px;
  display: block;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] ul:nth-of-type(5) li > ul:first-of-type > li:last-of-type > p:last-of-type {
  margin-bottom: 15px;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] ul:nth-of-type(5) li > ul:first-of-type > li > p {
  margin-bottom: 0;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] ul:nth-of-type(5) li:last-of-type > p:last-of-type {
  margin-bottom: 0;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] li > p {
  display: inline;
  margin: 0;
  line-height: 1.675;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] li > p > a {
  border-bottom: none;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] li > p + p {
  display: block;
  margin-top: 16px;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] li .block-image figure {
  display: block;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] .notice + .block-image {
  margin-bottom: 3px;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] .notice + .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] .notice + .block-image figcaption {
  display: block;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] ol li:nth-of-type(6) .block-image {
  margin: 15px 0 0;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] ol li:nth-of-type(6) .block-image figure {
  margin: 0;
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] ol li:nth-of-type(6) .block-image .block-image-placeholder {
  border: none;
  transform: scaleY(-1);
}
.documentations article[id=post-6ec132771aa4865e38e76249738f9a53] ol li:nth-of-type(6) .block-image .block-image-sizer img {
  width: 50px;
  height: 50px;
}
.documentations article[id=post-eeab0ece3548a1dfa7c61fede269c7e9] .block-image,
.documentations article[id=post-87e900cff440df13e1e41a34a77e5582] .block-image,
.documentations article[id=post-ad71315ec67eda2f0d545ae98e8d1374] .block-image,
.documentations article[id=post-360c8db83bbdb52693e2f5cb8ad6aea8] .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-a044b7f16f49faeee210bf8a5a630c61] p:has(+ pre) {
  margin-bottom: 16px;
}
.documentations article[id=post-880ccbd25cd9a7a08df7f4c33caf50fd] .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-880ccbd25cd9a7a08df7f4c33caf50fd] h3 + .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-64cf2dbcb427bd4650fed3fd2b591e6c] pre code {
  font-family: monospace;
  color: #202124;
}
.documentations article[id=post-af733163cf69836b6d1fcad731568ef2] .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-af733163cf69836b6d1fcad731568ef2] table .block-image {
  margin-bottom: 0;
}
.documentations article[id=post-af733163cf69836b6d1fcad731568ef2] table .block-image figure .block-image-sizer {
  height: 167px;
  aspect-ratio: unset !important;
}
.documentations article[id=post-af733163cf69836b6d1fcad731568ef2] table .block-image figure .block-image-sizer img {
  max-width: 770px;
  max-height: 190px;
}
.documentations article[id=post-532122e7e6296a1e1e34db1ad5a29381] .notice {
  margin-bottom: 41px;
}
.documentations article[id=post-532122e7e6296a1e1e34db1ad5a29381] ul:first-of-type li {
  margin-left: 2.2rem;
}
.documentations article[id=post-21f2139d42d3d0ee47d96ad7ebac5ccd] .notice + p {
  margin-top: 16px;
}
.documentations article[id=post-21f2139d42d3d0ee47d96ad7ebac5ccd] .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-730b914e34a8c5f3cd0004bffed9fd8f] .block-image {
  margin-top: 15px;
}
.documentations article[id=post-730b914e34a8c5f3cd0004bffed9fd8f] h2 + .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-730b914e34a8c5f3cd0004bffed9fd8f] div.block-image:nth-of-type(4) {
  margin-bottom: 3px;
}
.documentations article[id=post-aba3bb038a1d91d65ec3c60a81bd456c] .block-image {
  margin-top: 15px;
  margin-bottom: 0;
}
.documentations article[id=post-aba3bb038a1d91d65ec3c60a81bd456c] .block-image figcaption {
  margin-bottom: 0;
}
.documentations article[id=post-aba3bb038a1d91d65ec3c60a81bd456c] .block-image + .block-image .block-image-placeholder {
  margin-top: 16px;
}
.documentations article[id=post-aba3bb038a1d91d65ec3c60a81bd456c] ul + .block-image {
  margin-bottom: 15px;
}
.documentations article[id=post-aba3bb038a1d91d65ec3c60a81bd456c] ul + .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.8em 1em;
}
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre code {
  font-family: monospace;
  color: #202124;
}
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(1),
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(2),
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(3),
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(4),
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(19) {
  border-radius: 0;
  padding: 6px;
}
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(1) code,
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(2) code,
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(3) code,
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(4) code,
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(19) code {
  white-space: pre-wrap;
}
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(21) code,
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(22) code,
.documentations article[id=post-7e53a6d3f2d9af2b0d92a3fc6a0ee81f] pre:nth-of-type(23) code {
  color: #535253;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.documentations article[id=post-ddc2fa4d2d25f304b3e981a42251325a] .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-ddc2fa4d2d25f304b3e981a42251325a] .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-ddc2fa4d2d25f304b3e981a42251325a] div.block-image:nth-of-type(2),
.documentations article[id=post-ddc2fa4d2d25f304b3e981a42251325a] div.block-image:nth-of-type(3) {
  margin-bottom: 16px;
}
.documentations article[id=post-ddc2fa4d2d25f304b3e981a42251325a] div.block-image:nth-of-type(4) {
  margin-bottom: 57px;
}
.documentations article[id=post-ddc2fa4d2d25f304b3e981a42251325a] div.block-image:nth-of-type(4) .block-image-placeholder {
  margin-top: 0;
}
.documentations article[id=post-ddc2fa4d2d25f304b3e981a42251325a] div.block-image:nth-of-type(4) .block-image-placeholder .block-image-sizer {
  height: 416px;
  width: 565px;
}
.documentations article[id=post-ddc2fa4d2d25f304b3e981a42251325a] div.block-image:nth-of-type(5) {
  margin-bottom: 16px;
}
.documentations article[id=post-06a46cba912769c2d69a632997975ad6] .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-06a46cba912769c2d69a632997975ad6] .block-image:has(+ h2) figcaption {
  margin-bottom: 0;
}
.documentations article[id=post-06a46cba912769c2d69a632997975ad6] .block-table {
  margin-bottom: 31px;
}
.documentations article[id=post-06a46cba912769c2d69a632997975ad6] .block-table thead {
  border-bottom: none;
  visibility: collapse;
}
.documentations article[id=post-8f62f1fb703f774a2340ecb90570fe2b] .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-8f62f1fb703f774a2340ecb90570fe2b] .block-image + .block-image .block-image-placeholder {
  margin-top: 3px;
}
.documentations article[id=post-8f62f1fb703f774a2340ecb90570fe2b] .block-image:has(+ h2) figcaption,
.documentations article[id=post-8f62f1fb703f774a2340ecb90570fe2b] .block-image:has(+ h3) figcaption {
  margin-bottom: 0;
}
.documentations article[id=post-8f62f1fb703f774a2340ecb90570fe2b] ul:nth-of-type(2) li:not(:first-of-type) {
  margin-top: 30px;
}
.documentations article[id=post-8f62f1fb703f774a2340ecb90570fe2b] ul:nth-of-type(2) p + p {
  margin-top: 25px;
}
.documentations article[id=post-8f62f1fb703f774a2340ecb90570fe2b] ul:nth-of-type(2) p > a {
  border-bottom: none;
}
.documentations article[id=post-75473d3db2c34f6081b73e7833444537] .block-image:has(+ h4) figcaption,
.documentations article[id=post-75473d3db2c34f6081b73e7833444537] .block-image:nth-of-type(4) figcaption {
  margin-bottom: 0;
}
.documentations article[id=post-75473d3db2c34f6081b73e7833444537] .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-75473d3db2c34f6081b73e7833444537] ul:nth-of-type(3) li:not(:first-of-type) {
  margin-top: 15px;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] pre code {
  color: #202124;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] pre:nth-of-type(3) {
  margin-top: 16px;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] pre:nth-of-type(3) code {
  white-space: pre !important;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] .block-image figcaption {
  margin-bottom: 0;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] ul:nth-of-type(2) li:not(:first-of-type) {
  margin-top: 16px;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] ul:nth-of-type(2) li p {
  line-height: 1.675;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] ul:nth-of-type(2) li p + p {
  margin-top: 27px;
}
.documentations article[id=post-463d04a32361023e33f72def9e10c9b6] ul:nth-of-type(2) li p > a {
  border-bottom: none;
}
@media (width >= 782px) {
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > * {
    grid-column: 1/-1;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > h3:nth-of-type(1) {
    grid-column: 1;
    grid-row: 23;
    margin-bottom: 0;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > ul:nth-of-type(1) {
    grid-column: 1;
    grid-row: 24;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > h3:nth-of-type(2) {
    grid-column: 2;
    grid-row: 23;
    margin-bottom: 0;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > ul:nth-of-type(2) {
    grid-column: 2;
    grid-row: 24;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > h3:nth-of-type(3) {
    grid-column: 1;
    grid-row: 25;
    margin-bottom: 0;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > ul:nth-of-type(3) {
    grid-column: 1;
    grid-row: 26;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > h3:nth-of-type(4) {
    grid-column: 2;
    grid-row: 25;
    margin-bottom: 0;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > ul:nth-of-type(4) {
    grid-column: 2;
    grid-row: 26;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > h3:nth-of-type(5) {
    grid-column: 1;
    grid-row: 27;
    margin-bottom: 0;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > ul:nth-of-type(5) {
    grid-column: 1;
    grid-row: 28;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > h3:nth-of-type(6) {
    grid-column: 2;
    grid-row: 27;
    margin-bottom: 0;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > ul:nth-of-type(6) {
    grid-column: 2;
    grid-row: 28;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > h3:nth-of-type(7) {
    grid-column: 1;
    grid-row: 29;
    margin-bottom: 0;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > ul:nth-of-type(7) {
    grid-column: 1;
    grid-row: 30;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > h3:nth-of-type(8) {
    grid-column: 2;
    grid-row: 29;
    margin-bottom: 0;
  }
  .documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] .post-content > ul:nth-of-type(8) {
    grid-column: 2;
    grid-row: 30;
  }
}
.documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] p + h2 {
  margin-top: 64px;
}
.documentations article[id=post-059bd223154f055f66b6d1f0eacc344b] h2:last-of-type + p {
  margin-bottom: 20px;
}
.documentations article[id=post-314732b31bc9a8052e6f995f42619d7b] .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-314732b31bc9a8052e6f995f42619d7b] .block-image figcaption {
  margin-bottom: 0;
}
.documentations article[id=post-15360e73cbe2985bd3cc7e52707d96ab] .block-image {
  margin-top: 15px;
}
.documentations article[id=post-15360e73cbe2985bd3cc7e52707d96ab] .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-15360e73cbe2985bd3cc7e52707d96ab] .block-image figcaption {
  margin-bottom: 0;
}
.documentations article[id=post-15360e73cbe2985bd3cc7e52707d96ab] ul:nth-of-type(5) li:not(:first-of-type) {
  margin-top: 16px;
}
.documentations article[id=post-15360e73cbe2985bd3cc7e52707d96ab] ul:nth-of-type(5) li p {
  line-height: 1.675;
}
.documentations article[id=post-15360e73cbe2985bd3cc7e52707d96ab] ul:nth-of-type(5) li p + p {
  margin-top: 27px;
}
.documentations article[id=post-15360e73cbe2985bd3cc7e52707d96ab] ul:nth-of-type(5) li p > a {
  border-bottom: none;
}
.documentations article[id=post-899a91b4264dc050d834ee05f737664f] .block-image {
  margin-top: 15px;
}
.documentations article[id=post-899a91b4264dc050d834ee05f737664f] .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-899a91b4264dc050d834ee05f737664f] .block-image:nth-of-type(1) figcaption {
  margin-bottom: 0;
}
.documentations article[id=post-899a91b4264dc050d834ee05f737664f] .block-image:nth-of-type(3) figure {
  margin-left: unset;
}
.documentations article[id=post-899a91b4264dc050d834ee05f737664f] .block-image:nth-of-type(3) figcaption {
  margin-bottom: 0;
}
.documentations article[id=post-706026989a5722221e082365a38b0b8b] .block-image {
  margin-top: 15px;
  margin-bottom: 3px;
}
.documentations article[id=post-706026989a5722221e082365a38b0b8b] .block-image .block-image-placeholder {
  margin-top: 0;
}
.documentations article[id=post-706026989a5722221e082365a38b0b8b] .block-image:nth-of-type(1) {
  margin-bottom: 57px;
}
.documentations article[id=post-706026989a5722221e082365a38b0b8b] .block-image:nth-of-type(1) .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-706026989a5722221e082365a38b0b8b] .block-image:nth-of-type(3) .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-706026989a5722221e082365a38b0b8b] .block-image:nth-of-type(4) {
  margin-bottom: 15px;
}
.documentations article[id=post-2f1266a4a935dda4e4854b69ffa042ed] .block-image .block-image-placeholder {
  margin-top: 15px;
}
.documentations article[id=post-2f1266a4a935dda4e4854b69ffa042ed] .block-image:nth-of-type(1) {
  margin-bottom: 58px;
}
.documentations {
}
.documentations h1,
.documentations h2,
.documentations h3,
.documentations h4,
.documentations h5,
.documentations h6,
.documentations [id] {
  scroll-margin-top: 175px;
  font-weight: 400;
}
.documentations h3,
.documentations h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #202124;
  font-family:
    "Google Sans",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 400;
  hyphens: auto;
  overflow-wrap: initial;
}
.documentations .h-c-page h3,
.documentations .h-c-page h2 {
  hyphens: none;
}
.documentations h2 {
  line-height: 1.3333333333;
}
.documentations h2.h-has-top-margin {
  margin-top: 10px;
}
.documentations h2.h-has-bottom-margin {
  margin-bottom: 10px;
}
.documentations h2.h-has-top-bottom-margin {
  margin-bottom: 10px;
  margin-top: 10px;
}
.documentations h2 {
  font-size: 24px;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .documentations h2 {
    line-height: 1.25;
  }
  .documentations h2.h-has-top-margin {
    margin-top: 12px;
  }
  .documentations h2.h-has-bottom-margin {
    margin-bottom: 12px;
  }
  .documentations h2.h-has-top-bottom-margin {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .documentations h2 {
    font-size: 32px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .documentations h2 {
    line-height: 1.1818181818;
  }
  .documentations h2.h-has-top-margin {
    margin-top: 15px;
  }
  .documentations h2.h-has-bottom-margin {
    margin-bottom: 15px;
  }
  .documentations h2.h-has-top-bottom-margin {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .documentations h2 {
    font-size: 44px;
    letter-spacing: -0.5px;
  }
}
.documentations {
}
.documentations article[id=post-32d98c48a6fc6b9f5820d94018a6d3de] .block-image + h2,
.documentations article[id=post-32d98c48a6fc6b9f5820d94018a6d3de] .block-image ~ h2 {
  margin-top: 74px;
}
.documentations .posts .h-c-eyebrow {
  line-height: 1.5714;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #202124;
  text-transform: uppercase;
}
.documentations .posts em {
  font-weight: 300;
}
.documentations .posts .block-image {
  margin-top: 0;
  margin-bottom: 0;
}
.documentations .posts .block-image .block-image-placeholder {
  margin-bottom: 0;
  border: none;
}
.documentations .posts article[id=post-920935bfda03759438debacf981457bf] h2:first-of-type {
  margin-bottom: 16px;
}
.documentations .posts article[id=post-920935bfda03759438debacf981457bf] .block-image:nth-of-type(1) .block-image-placeholder {
  width: 939px;
}
.documentations .posts article[id=post-920935bfda03759438debacf981457bf] .block-image:nth-of-type(2) .block-image-placeholder {
  width: 937px;
}
.documentations .posts article[id=post-920935bfda03759438debacf981457bf] .block-image:nth-of-type(3) figure {
  display: grid;
  margin-left: unset;
}
.documentations .posts article[id=post-920935bfda03759438debacf981457bf] .block-image:nth-of-type(3) .block-image-placeholder {
  width: 768px;
  margin-bottom: 15px;
}
.documentations .posts article[id=post-920935bfda03759438debacf981457bf] .block-image:nth-of-type(3) figcaption {
  margin-top: 12px;
  margin-bottom: 1px;
}
.documentations .posts article[id=post-920935bfda03759438debacf981457bf] .block-image:nth-of-type(4) .block-image-placeholder {
  width: 511px;
}
.documentations .posts article[id=post-ab8b525f59a180cb2077f8ae956bd6ea] h2 {
  margin-bottom: 16px;
}
.documentations .posts article[id=post-ab8b525f59a180cb2077f8ae956bd6ea] .block-image {
  margin-bottom: 16px;
}
.documentations .posts article[id=post-ab8b525f59a180cb2077f8ae956bd6ea] .block-image .block-image-placeholder {
  width: 689px;
}
.documentations .posts article[id=post-67190e1185a8c60d39672f34349b754a] .block-image {
  margin-bottom: 16px;
}
.documentations .posts article[id=post-ddfa90b45bbdba549f4f350536aa1f1f] .block-image {
  margin-bottom: 3px;
}
.documentations .posts article[id=post-ddfa90b45bbdba549f4f350536aa1f1f] p:last-of-type {
  margin-bottom: 16px;
}
.documentations article[id=site-kit-integrations] {
  margin-top: 12px;
  padding: 0;
}
.documentations article[id=site-kit-integrations] .h-c-page {
  max-width: 100%;
  padding: 0;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content {
  margin-top: 40px;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content h1 {
  line-height: 1.1786;
  font-size: 56px;
  letter-spacing: -0.5px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 20px;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > p:first-of-type {
  padding: 0 20px;
  margin-bottom: 120px;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul {
  list-style: none;
  margin: 32px 0 0;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li {
  display: grid;
  padding: 0 25px;
  grid-template-columns: 30% 70%;
  column-gap: 40px;
  max-width: 1220px;
  margin: 0 auto;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > div:first-child {
  grid-column: 1;
  grid-row: 1/span 4;
  display: flex;
  align-self: center;
  justify-content: flex-start;
  margin: 0;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > div:first-child .block-image-placeholder {
  padding: 12px 60px;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li {
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > h3,
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > p:not(:first-child),
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > strong,
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > a {
  grid-column: 2;
  max-width: 100%;
  padding-right: 0;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li p {
  margin-top: 0;
  margin-bottom: 8px;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li p:has(> a) {
  margin-top: 8px;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li strong {
  display: block;
  margin-top: 8px;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li hr {
  width: 100%;
  height: 1px;
  grid-column: 1/span 2;
  margin-top: 42px;
  border: none;
  opacity: 1;
  background:
    linear-gradient(
      135deg,
      #eee 0%,
      #a9b8c3 100%);
  padding-right: 0;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li:last-of-type {
  padding: 0 0 60px;
  background: radial-gradient(#f8f9fa 0%, #f8f9fa 100%);
  margin-top: 60px;
  display: grid;
  grid-template-columns: minmax(360px, 500px) minmax(420px, 640px);
  align-items: center;
  column-gap: 32px;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li:last-of-type:last-of-type > div:first-child {
  justify-content: center;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li:last-of-type .block-image-placeholder {
  margin-top: 17px;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li:last-of-type > div:first-child {
  justify-content: center;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li:last-of-type p:first-of-type {
  margin-top: 80px;
  margin-right: 40px;
  margin-bottom: 15px;
  padding: 0;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li:last-of-type p:last-of-type {
  margin-top: 10px;
  text-align: center;
}
.documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li:last-of-type p:last-of-type > a {
  background-color: #1a73e8;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 0.9;
  padding: 17px 24px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  border: none;
  border-radius: 2px;
  display: inline-block;
  font-family:
    "Google Sans",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 500;
}
@media (width <= 782px) {
  .documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li {
    grid-template-columns: 1fr;
    row-gap: 16px;
    align-items: flex-start;
  }
  .documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > h3,
  .documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > p:not(:first-child),
  .documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > strong,
  .documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li > a {
    grid-column: 1;
  }
  .documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li:last-of-type {
    padding: 0 0 60px;
  }
  .documentations article[id=site-kit-integrations] .h-c-page .post-content > ul > li:last-of-type p {
    margin-left: 20px;
  }
}
/*!
 * Copyright 2025 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*!
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*# sourceMappingURL=docs-KLDLTWRO.css.map */
