.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@font-face {
  font-family: 'kipico';
  src: url(https://d28eig0q47vbfl.cloudfront.net/788a8f39129de9815367.eot?wew1kl);
  src: url(https://d28eig0q47vbfl.cloudfront.net/788a8f39129de9815367.eot?wew1kl#iefix) format('embedded-opentype'), url(https://d28eig0q47vbfl.cloudfront.net/691c11a9857a83ce6898.ttf?wew1kl) format('truetype'), url(https://d28eig0q47vbfl.cloudfront.net/604e66c8070e83fa8d7c.woff?wew1kl) format('woff'), url(https://d28eig0q47vbfl.cloudfront.net/169a7081a4dd7a407f62.svg?wew1kl#kipico) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.Icon--kipico--upbO91nk {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kipico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon--brand-confluence--nx8zxNwx:before {
  content: "\eaa5";
}
.Icon--brand-google-drive--ON6rNIOf:before {
  content: "\eaa6";
}
.Icon--h1--r7s8TuKc:before {
  content: "\eaa7";
}
.Icon--h2--HvC_nxaI:before {
  content: "\eaa8";
}
.Icon--h3--xo4uIf7r:before {
  content: "\eaa9";
}
.Icon--divider--Dz9L6KLO:before {
  content: "\eaaa";
}
.Icon--text--JGEovyaf:before {
  content: "\eaac";
}
.Icon--trello--PNAfUZMD:before {
  content: "\eaad";
}
.Icon--add-image--_t8O6yk2:before {
  content: "\eab9";
}
.Icon--attachment--VatmWRfm:before {
  content: "\eaba";
}
.Icon--video--pXksdOJY:before {
  content: "\eabe";
}
.Icon--permission-private1--ayXX5bhu:before {
  content: "\eac1";
}
.Icon--more-hori--UqF4twCk:before {
  content: "\eac2";
}
.Icon--more-vert--hYMaKuYk:before {
  content: "\eac3";
}
.Icon--arrange--bDCR99uA:before {
  content: "\eac6";
}
.Icon--resize--vW_BZBYl:before {
  content: "\eac8";
}
.Icon--drafts--o0u8mCeF:before {
  content: "\eaca";
}
.Icon--h4--mItq1ZbB:before {
  content: "\eacb";
}
.Icon--trash1--RKJ6G_2J:before {
  content: "\ead3";
}
.Icon--h5--JSqPpns7:before {
  content: "\ead4";
}
.Icon--content-document-approved--ZYCqkVRj:before {
  content: "\ead5";
}
.Icon--contact-support--yCpSwey1:before {
  content: "\ead6";
}
.Icon--checklist--gbfEGB2X:before {
  content: "\ead8";
}
.Icon--notification1--woGNlSI_:before {
  content: "\eadd";
}
.Icon--questions1--TePCEUVg:before {
  content: "\eade";
}
.Icon--brand-kipwise--WELKwNWe:before {
  content: "\eae2";
}
.Icon--permission-public1--K7I_rxX7:before {
  content: "\ead9";
}
.Icon--help-center--v0DsX8MO:before {
  content: "\eae7";
}
.Icon--content-document-to-review--GFNmSvR2:before {
  content: "\eaea";
}
.Icon--quote--Zous7Hh1:before {
  content: "\eaf0";
}
.Icon--ol--ereM538L:before {
  content: "\eaf1";
}
.Icon--ul--J2W6QPcL:before {
  content: "\eaf2";
}
.Icon--cloud-upload--K_DPmxla:before {
  content: "\eaf3";
}
.Icon--download--GLf0rwW1:before {
  content: "\eaf4";
}
.Icon--search-lg--uUUerf2U:before {
  content: "\eaf6";
}
.Icon--permission-people--E8VCm9yu:before {
  content: "\eaf7";
}
.Icon--helpscout--VtednxwF:before {
  content: "\eb07";
}
.Icon--reply--xn6oeIQc:before {
  content: "\eb15";
}
.Icon--table--OLADdicv:before {
  content: "\eb3d";
}
.Icon--add-users--eH9tIBrZ:before {
  content: "\eb49";
}
.Icon--reading--LHUbSHlt:before {
  content: "\ead2";
}
.Icon--globe-asia--fWHXmLNK:before {
  content: "\eada";
}
.Icon--lightbulb--gLWhfrUs:before {
  content: "\ead7";
}
.Icon--airtable--DJ7RUDZj .Icon--path1--sCfanu6I:before {
  content: "\e969";
  color: #ffbf00;
}
.Icon--airtable--DJ7RUDZj .Icon--path2--k3LBiWhO:before {
  content: "\ea9d";
  margin-left: -1em;
  color: #26b5f8;
}
.Icon--airtable--DJ7RUDZj .Icon--path3--kWuGlJYa:before {
  content: "\ea9e";
  margin-left: -1em;
  color: #ed3049;
}
.Icon--airtable--DJ7RUDZj .Icon--path4--iTxPdK9R:before {
  content: "\eab3";
  margin-left: -1em;
  color: #000000;
  opacity: 0.25;
}
.Icon--figma--jaMNEhJa .Icon--path1--sCfanu6I:before {
  content: "\eabf";
  color: #0acf83;
}
.Icon--figma--jaMNEhJa .Icon--path2--k3LBiWhO:before {
  content: "\eac0";
  margin-left: -1em;
  color: #a259ff;
}
.Icon--figma--jaMNEhJa .Icon--path3--kWuGlJYa:before {
  content: "\eac4";
  margin-left: -1em;
  color: #f24e1e;
}
.Icon--figma--jaMNEhJa .Icon--path4--iTxPdK9R:before {
  content: "\eac5";
  margin-left: -1em;
  color: #ff7262;
}
.Icon--figma--jaMNEhJa .Icon--path5--I48pjN6F:before {
  content: "\eac7";
  margin-left: -1em;
  color: #1abcfe;
}
.Icon--marvel--yZ5rquWK:before {
  content: "\eac9";
  color: #1991eb;
}
.Icon--add--zihKpo6x:before {
  content: "\ea9a";
}
.Icon--archived--_tImIM3t:before {
  content: "\ea9b";
}
.Icon--arrow-down--oqvn5n74:before {
  content: "\ea9c";
}
.Icon--check-approved--h7YSaZIL:before {
  content: "\ea9f";
}
.Icon--content-outline--DS5yFAAc:before {
  content: "\eaa0";
}
.Icon--draft--Qrdqp9Md:before {
  content: "\eaa1";
}
.Icon--flag--JfNN6lj0:before {
  content: "\eaa2";
}
.Icon--folder--MIIgwN42:before {
  content: "\eaa3";
}
.Icon--following--NyFXaAAW:before {
  content: "\eaa4";
}
.Icon--fullscreen-in--AI_cdN99:before {
  content: "\eaab";
}
.Icon--fullscreen-out--Esjm9vw2:before {
  content: "\eaae";
}
.Icon--globe-americas--eYVYGE_3:before {
  content: "\eaaf";
}
.Icon--globe-europe--a980oN5w:before {
  content: "\eab0";
}
.Icon--globe--k_JXKlTs:before {
  content: "\eab1";
}
.Icon--image--BqjKJUsm:before {
  content: "\eab2";
}
.Icon--limited-folder--pYk4yPEi:before {
  content: "\eab4";
}
.Icon--more--WSViWpNb:before {
  content: "\eab5";
}
.Icon--permission-private--_ve7d3Sd:before {
  content: "\eab6";
}
.Icon--public-folder--kB9fLn8a:before {
  content: "\eab7";
}
.Icon--question--jVNzo5a6:before {
  content: "\eab8";
}
.Icon--settings-export--gRukNjVv:before {
  content: "\eabb";
}
.Icon--settings-import--HCoYCdkQ:before {
  content: "\eabc";
}
.Icon--settings-personal--SvoQVgtE:before {
  content: "\eabd";
}
.Icon--settings-public--WOH0Yekp:before {
  content: "\eacc";
}
.Icon--settings-switch-teams--tTCEOOo3:before {
  content: "\eacd";
}
.Icon--sidebar-content--VcHlMJr9:before {
  content: "\eace";
}
.Icon--sign-out--vHPnqj0K:before {
  content: "\eacf";
}
.Icon--tags--kP1OjoRM:before {
  content: "\ead0";
}
.Icon--templates--cjZQ1cQ8:before {
  content: "\ead1";
}
.Icon--slack--ylH96GFN .Icon--path1--sCfanu6I:before {
  content: "\ea8f";
  color: #e01e5a;
}
.Icon--slack--ylH96GFN .Icon--path2--k3LBiWhO:before {
  content: "\ea90";
  margin-left: -1em;
  color: #e01e5a;
}
.Icon--slack--ylH96GFN .Icon--path3--kWuGlJYa:before {
  content: "\ea91";
  margin-left: -1em;
  color: #36c5f0;
}
.Icon--slack--ylH96GFN .Icon--path4--iTxPdK9R:before {
  content: "\ea92";
  margin-left: -1em;
  color: #36c5f0;
}
.Icon--slack--ylH96GFN .Icon--path5--I48pjN6F:before {
  content: "\ea93";
  margin-left: -1em;
  color: #2eb67d;
}
.Icon--slack--ylH96GFN .Icon--path6--iePCIXfN:before {
  content: "\ea94";
  margin-left: -1em;
  color: #2eb67d;
}
.Icon--slack--ylH96GFN .Icon--path7--mq01tSeQ:before {
  content: "\ea95";
  margin-left: -1em;
  color: #ecb22e;
}
.Icon--slack--ylH96GFN .Icon--path8--dZnUd1DY:before {
  content: "\ea96";
  margin-left: -1em;
  color: #ecb22e;
}
.Icon--confluence--H2okoIqE:before {
  content: "\ea97";
  color: #0052cc;
}
.Icon--dropbox--_s7g2ey8:before {
  content: "\ea98";
  color: #0061ff;
}
.Icon--github--n9hK4CVx:before {
  content: "\ea99";
}
.Icon--to-read--VTctqvXO:before {
  content: "\e900";
}
.Icon--billing--BqTwBJaC:before {
  content: "\e901";
}
.Icon--save-filter--CnQCspgM:before {
  content: "\e902";
  color: #36c5f0;
}
.Icon--add-comment--kC2Lxc0Z:before {
  content: "\e903";
}
.Icon--add-user--zw4Hr5l4:before {
  content: "\e904";
}
.Icon--alert-circle--jDaJugQQ:before {
  content: "\e905";
}
.Icon--align-left--e67QPJdH:before {
  content: "\e906";
}
.Icon--align-right--qAZ5ZTlr:before {
  content: "\e907";
}
.Icon--analytics--CNZGWICt:before {
  content: "\e908";
}
.Icon--announcement--QTTRZq1n:before {
  content: "\e909";
}
.Icon--arrow-bottom--rOcNVTSe:before {
  content: "\e90a";
}
.Icon--arrow-left--SsgU4lAs:before {
  content: "\e90b";
}
.Icon--arrow-right--xOax5MJx:before {
  content: "\e90c";
}
.Icon--arrow-up--rhIsiotP:before {
  content: "\e90d";
}
.Icon--ask-ai--eWXYVGg5:before {
  content: "\e90e";
}
.Icon--bi_reply-fill--hTvXTu24:before {
  content: "\e90f";
}
.Icon--bold--Nggyjkm8:before {
  content: "\e910";
}
.Icon--broadcast--FAcAttO_:before {
  content: "\e911";
}
.Icon--card-view--f3pfRusl:before {
  content: "\e912";
}
.Icon--caret-down--fxt5o4eJ:before {
  content: "\e913";
}
.Icon--caret-left--cQJ0KAlI:before {
  content: "\e914";
}
.Icon--caret-right--y7uJkvVW:before {
  content: "\e915";
}
.Icon--caret-top--n9Q9ryee:before {
  content: "\e916";
}
.Icon--check--qZ3Bu_fk:before {
  content: "\e917";
}
.Icon--checked-circle--SAxeYASO:before {
  content: "\e918";
}
.Icon--clear-filter--lR9Cz5gz:before {
  content: "\e919";
}
.Icon--click--ZsaCuyUs:before {
  content: "\e91a";
}
.Icon--close--bHG2BXEC:before {
  content: "\e91b";
}
.Icon--code--ei9jp9bH:before {
  content: "\e91c";
}
.Icon--collapse--D2r6srv4:before {
  content: "\e91d";
}
.Icon--comment--T8OeTv7n:before {
  content: "\e91e";
}
.Icon--content-document--uRg7PzP5:before {
  content: "\e91f";
}
.Icon--content-folder--YcuC7NaE:before {
  content: "\e920";
}
.Icon--content-image--UH5fNkmI:before {
  content: "\e921";
}
.Icon--content-link--dqx_EyjE:before {
  content: "\e922";
}
.Icon--content-review--I1yh3fBj:before {
  content: "\e923";
}
.Icon--content-template--XCZxoDa7:before {
  content: "\e924";
}
.Icon--copy--J2XM1G1z:before {
  content: "\e925";
}
.Icon--create-document--FSSDXJgf:before {
  content: "\e926";
}
.Icon--create-folder--dI3N9dyP:before {
  content: "\e927";
}
.Icon--customization--SvOyOI7v:before {
  content: "\e928";
}
.Icon--dashboard--IdQJbLAD:before {
  content: "\e929";
}
.Icon--date--b29fTZbB:before {
  content: "\e92a";
}
.Icon--datetime--g3rSDut8:before {
  content: "\e92b";
}
.Icon--disconnected--EP50b4EI:before {
  content: "\e92c";
}
.Icon--drag--RfMAkgxJ:before {
  content: "\e92d";
}
.Icon--edit--L8Hmk2TC:before {
  content: "\e92e";
}
.Icon--education--qqJvfqFW:before {
  content: "\e92f";
}
.Icon--email--Chr6RTrT:before {
  content: "\e930";
}
.Icon--embed--rkRlr0Jx:before {
  content: "\e931";
}
.Icon--emoji-wink--LgBTlOmI:before {
  content: "\e932";
}
.Icon--emoji--aUSgaLSB:before {
  content: "\e933";
}
.Icon--exit-fullscreen--BiU7ADEd:before {
  content: "\e934";
}
.Icon--export--ACuIlqWJ:before {
  content: "\e935";
}
.Icon--file-csv--XDMlFzgt:before {
  content: "\e936";
}
.Icon--filter--_QfHdUZx:before {
  content: "\e937";
}
.Icon--folder-tree--uwujWeLn:before {
  content: "\e938";
}
.Icon--footnote--x3OmNZzz:before {
  content: "\e939";
}
.Icon--fullscreen--JmviENAL:before {
  content: "\e93a";
}
.Icon--gallery--puAKuOem:before {
  content: "\e93b";
}
.Icon--grid-view--qJM__lbP:before {
  content: "\e93c";
}
.Icon--hash--Dt7mDTo4:before {
  content: "\e93d";
}
.Icon--heart-filled--EEzx2TOT:before {
  content: "\e93e";
}
.Icon--heart--pGV3vBTe:before {
  content: "\e93f";
}
.Icon--history--dDkbQZM3:before {
  content: "\e940";
}
.Icon--ideas--TlU8PdBM:before {
  content: "\e941";
}
.Icon--iframe--MDq0uINN:before {
  content: "\e942";
}
.Icon--img-align-center--RQltbdWv:before {
  content: "\e943";
}
.Icon--img-align-left--ex2kkVFI:before {
  content: "\e944";
}
.Icon--img-align-right--r3pNUCJ_:before {
  content: "\e945";
}
.Icon--information--AdTJMgb7:before {
  content: "\e946";
}
.Icon--integrations--MnRGp_1o:before {
  content: "\e947";
}
.Icon--invisible--RDN6g729:before {
  content: "\e948";
}
.Icon--italic--yZ1uJR75:before {
  content: "\e949";
}
.Icon--latex--TAjyG8LP:before {
  content: "\e94a";
}
.Icon--learning--oCHt3NHq:before {
  content: "\e94b";
}
.Icon--library--rBXaLJdo:before {
  content: "\e94c";
}
.Icon--link--nLORSObb:before {
  content: "\e94d";
}
.Icon--list-view--RnYWQPsm:before {
  content: "\e94e";
}
.Icon--logout--DoEteIxk:before {
  content: "\e94f";
}
.Icon--menu-hide--taoYXtgv:before {
  content: "\e950";
}
.Icon--menu--rB64vV7i:before {
  content: "\e951";
}
.Icon--minus-circle--OO2Qe4l4:before {
  content: "\e952";
}
.Icon--more-horizontal--dBzBxxGN:before {
  content: "\e953";
}
.Icon--more-vertical--JQ1ucEyG:before {
  content: "\e954";
}
.Icon--move-folder--dJmG02OD:before {
  content: "\e955";
}
.Icon--move--dRXg72jV:before {
  content: "\e956";
}
.Icon--notes--tHwp2oPT:before {
  content: "\e957";
}
.Icon--notification-on--eiXUQ233:before {
  content: "\e958";
}
.Icon--notification--EqVDmzWE:before {
  content: "\e959";
}
.Icon--off-filter--F7KghUEV:before {
  content: "\e95a";
}
.Icon--open-in-new--nehorYN9:before {
  content: "\e95b";
}
.Icon--people--B5OV6Cpj:before {
  content: "\e95c";
}
.Icon--permission-public--yUaamwIM:before {
  content: "\e95d";
}
.Icon--permission-team--woT0Mjev:before {
  content: "\e95e";
}
.Icon--pin-outline--mOTDA0Qt:before {
  content: "\e95f";
}
.Icon--pin--YVHD3rQ5:before {
  content: "\e960";
}
.Icon--placeholder--2FmoUrvq:before {
  content: "\e961";
}
.Icon--play-circle--cUFLOV4h:before {
  content: "\e962";
}
.Icon--plus-circle--b8P14QrP:before {
  content: "\e963";
}
.Icon--plus--HZ8PpRgi:before {
  content: "\e964";
}
.Icon--print--sfTIkY4L:before {
  content: "\e965";
}
.Icon--public-site--A5M7daZM:before {
  content: "\e966";
}
.Icon--question-circle--GCZjdFRL:before {
  content: "\e967";
}
.Icon--questions--b6fCumgA:before {
  content: "\e968";
}
.Icon--refresh--fWY9JBvu:before {
  content: "\e96a";
}
.Icon--reset-checklist--CtZZCy1O:before {
  content: "\e96b";
}
.Icon--review--oy1jhx4l:before {
  content: "\e96c";
}
.Icon--save-cloud--D0i93BzE:before {
  content: "\e96d";
}
.Icon--search--eHpRovvm:before {
  content: "\e96e";
}
.Icon--send--NQ3zuZIH:before {
  content: "\e96f";
}
.Icon--settings--j5bAHiw_:before {
  content: "\e970";
}
.Icon--share--Jd1OmO_J:before {
  content: "\e971";
}
.Icon--shortcut-overlay--Val25bAA:before {
  content: "\e972";
}
.Icon--sort-asc--xChIKLI7:before {
  content: "\e973";
}
.Icon--sort-desc--cKXsWyGc:before {
  content: "\e974";
}
.Icon--sort--LdgPVBqv:before {
  content: "\e975";
}
.Icon--star-filled--qKbaJFNd:before {
  content: "\e976";
}
.Icon--star--izEJZt6Y:before {
  content: "\e977";
}
.Icon--strikethrough--bAFLNoSV:before {
  content: "\e978";
}
.Icon--tag--SWZbegmB:before {
  content: "\e979";
}
.Icon--thumbdown--VYKuaRxs:before {
  content: "\e97a";
}
.Icon--thumbup--Pn_a2fpV:before {
  content: "\e97b";
}
.Icon--toc--XPU3Rek6:before {
  content: "\e97c";
}
.Icon--todo--AZ58K6NH:before {
  content: "\e97d";
}
.Icon--trash--jo87iQyD:before {
  content: "\e97e";
}
.Icon--uncategorized--Nz6qscEA:before {
  content: "\e97f";
}
.Icon--underline--xoz8jmmn:before {
  content: "\e980";
}
.Icon--upload--UHDwwxPD:before {
  content: "\e981";
}
.Icon--vertical-collapse--FuLjQKh3:before {
  content: "\e982";
}
.Icon--vertical-expand--uTowByL0:before {
  content: "\e983";
}
.Icon--warning--nZpoSRf5:before {
  content: "\e984";
}
.Icon--work--bjFTNQbZ:before {
  content: "\e985";
}
.Icon--writing--Yl_PS0Xf:before {
  content: "\e986";
}
.Icon--awesome-table--d97qmcCE .Icon--path1--sCfanu6I:before {
  content: "\e987";
  color: #ffc107;
}
.Icon--awesome-table--d97qmcCE .Icon--path2--k3LBiWhO:before {
  content: "\e988";
  margin-left: -1em;
  color: #ffa000;
}
.Icon--awesome-table--d97qmcCE .Icon--path3--kWuGlJYa:before {
  content: "\e989";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--azure-active-directory--eiVaqciL:before {
  content: "\e98a";
  color: #00bef2;
}
.Icon--buzzsprout--mR6O7LHV .Icon--path1--sCfanu6I:before {
  content: "\e98b";
  color: #83bc45;
}
.Icon--buzzsprout--mR6O7LHV .Icon--path2--k3LBiWhO:before {
  content: "\e98c";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--buzzsprout--mR6O7LHV .Icon--path3--kWuGlJYa:before {
  content: "\e98d";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--buzzsprout--mR6O7LHV .Icon--path4--iTxPdK9R:before {
  content: "\e98e";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--buzzsprout--mR6O7LHV .Icon--path5--I48pjN6F:before {
  content: "\e98f";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--chrome--KnLWsS6G .Icon--path1--sCfanu6I:before {
  content: "\e990";
  color: #ef3f36;
}
.Icon--chrome--KnLWsS6G .Icon--path2--k3LBiWhO:before {
  content: "\e991";
  margin-left: -1em;
  color: #fcd900;
}
.Icon--chrome--KnLWsS6G .Icon--path3--kWuGlJYa:before {
  content: "\e992";
  margin-left: -1em;
  color: #61bc5b;
}
.Icon--chrome--KnLWsS6G .Icon--path4--iTxPdK9R:before {
  content: "\e993";
  margin-left: -1em;
  color: #5ab055;
}
.Icon--chrome--KnLWsS6G .Icon--path5--I48pjN6F:before {
  content: "\e994";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--chrome--KnLWsS6G .Icon--path6--iePCIXfN:before {
  content: "\e995";
  margin-left: -1em;
  color: #1072ba;
}
.Icon--chrome--KnLWsS6G .Icon--path7--mq01tSeQ:before {
  content: "\e996";
  margin-left: -1em;
  color: #eaca05;
}
.Icon--chrome--KnLWsS6G .Icon--path8--dZnUd1DY:before {
  content: "\e997";
  margin-left: -1em;
  color: #df3a32;
}
.Icon--codepen--Hio5SCQk:before {
  content: "\e998";
}
.Icon--codesandbox--ox5yYWzA:before {
  content: "\e999";
}
.Icon--draw-io--zv3TWXj8 .Icon--path1--sCfanu6I:before {
  content: "\e99a";
  color: #f08705;
}
.Icon--draw-io--zv3TWXj8 .Icon--path2--k3LBiWhO:before {
  content: "\e99b";
  margin-left: -1em;
  color: #df6c0c;
}
.Icon--draw-io--zv3TWXj8 .Icon--path3--kWuGlJYa:before {
  content: "\e99c";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--drift--QXcCRypk:before {
  content: "\e99d";
}
.Icon--facebook--NHgYu5ST:before {
  content: "\e99e";
  color: #395185;
}
.Icon--firefox--W0y5Yoqd .Icon--path1--sCfanu6I:before {
  content: "\e99f";
  color: #ff3647;
}
.Icon--firefox--W0y5Yoqd .Icon--path2--k3LBiWhO:before {
  content: "\e9a0";
  margin-left: -1em;
  color: #ff980e;
}
.Icon--firefox--W0y5Yoqd .Icon--path3--kWuGlJYa:before {
  content: "\e9a1";
  margin-left: -1em;
  color: #7716a8;
}
.Icon--firefox--W0y5Yoqd .Icon--path4--iTxPdK9R:before {
  content: "\e9a2";
  margin-left: -1em;
  color: #ff7e37;
}
.Icon--firefox--W0y5Yoqd .Icon--path5--I48pjN6F:before {
  content: "\e9a3";
  margin-left: -1em;
  color: #ff980e;
}
.Icon--firefox--W0y5Yoqd .Icon--path6--iePCIXfN:before {
  content: "\e9a4";
  margin-left: -1em;
  color: #ff980e;
}
.Icon--freshdesk--W3sCQw8q .Icon--path1--sCfanu6I:before {
  content: "\e9a5";
  color: #25c16f;
}
.Icon--freshdesk--W3sCQw8q .Icon--path2--k3LBiWhO:before {
  content: "\e9a6";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--freshservice--snyKyoSK:before {
  content: "\e9a7";
  color: #09c6fa;
}
.Icon--gmail--FjeD478b .Icon--path1--sCfanu6I:before {
  content: "\e9a8";
  color: #4285f4;
}
.Icon--gmail--FjeD478b .Icon--path2--k3LBiWhO:before {
  content: "\e9a9";
  margin-left: -1em;
  color: #34a853;
}
.Icon--gmail--FjeD478b .Icon--path3--kWuGlJYa:before {
  content: "\e9aa";
  margin-left: -1em;
  color: #fbbc04;
}
.Icon--gmail--FjeD478b .Icon--path4--iTxPdK9R:before {
  content: "\e9ab";
  margin-left: -1em;
  color: #ea4335;
}
.Icon--gmail--FjeD478b .Icon--path5--I48pjN6F:before {
  content: "\e9ac";
  margin-left: -1em;
  color: #c5221f;
}
.Icon--google-calendar--qydzZP3f .Icon--path1--sCfanu6I:before {
  content: "\e9ad";
  color: #ffffff;
}
.Icon--google-calendar--qydzZP3f .Icon--path2--k3LBiWhO:before {
  content: "\e9ae";
  margin-left: -1em;
  color: #ea4335;
}
.Icon--google-calendar--qydzZP3f .Icon--path3--kWuGlJYa:before {
  content: "\e9af";
  margin-left: -1em;
  color: #fbbc04;
}
.Icon--google-calendar--qydzZP3f .Icon--path4--iTxPdK9R:before {
  content: "\e9b0";
  margin-left: -1em;
  color: #34a853;
}
.Icon--google-calendar--qydzZP3f .Icon--path5--I48pjN6F:before {
  content: "\e9b1";
  margin-left: -1em;
  color: #188038;
}
.Icon--google-calendar--qydzZP3f .Icon--path6--iePCIXfN:before {
  content: "\e9b2";
  margin-left: -1em;
  color: #1967d2;
}
.Icon--google-calendar--qydzZP3f .Icon--path7--mq01tSeQ:before {
  content: "\e9b3";
  margin-left: -1em;
  color: #4285f4;
}
.Icon--google-calendar--qydzZP3f .Icon--path8--dZnUd1DY:before {
  content: "\e9b4";
  margin-left: -1em;
  color: #4285f4;
}
.Icon--google-drive--Bki5Su9A .Icon--path1--sCfanu6I:before {
  content: "\e9b5";
  color: #0066da;
}
.Icon--google-drive--Bki5Su9A .Icon--path2--k3LBiWhO:before {
  content: "\e9b6";
  margin-left: -1em;
  color: #00ac47;
}
.Icon--google-drive--Bki5Su9A .Icon--path3--kWuGlJYa:before {
  content: "\e9b7";
  margin-left: -1em;
  color: #ea4335;
}
.Icon--google-drive--Bki5Su9A .Icon--path4--iTxPdK9R:before {
  content: "\e9b8";
  margin-left: -1em;
  color: #00832d;
}
.Icon--google-drive--Bki5Su9A .Icon--path5--I48pjN6F:before {
  content: "\e9b9";
  margin-left: -1em;
  color: #2684fc;
}
.Icon--google-drive--Bki5Su9A .Icon--path6--iePCIXfN:before {
  content: "\e9ba";
  margin-left: -1em;
  color: #ffba00;
}
.Icon--google--WaT7GRZh .Icon--path1--sCfanu6I:before {
  content: "\e9bb";
  color: #4285f4;
}
.Icon--google--WaT7GRZh .Icon--path2--k3LBiWhO:before {
  content: "\e9bc";
  margin-left: -1em;
  color: #34a853;
}
.Icon--google--WaT7GRZh .Icon--path3--kWuGlJYa:before {
  content: "\e9bd";
  margin-left: -1em;
  color: #fbbc05;
}
.Icon--google--WaT7GRZh .Icon--path4--iTxPdK9R:before {
  content: "\e9be";
  margin-left: -1em;
  color: #eb4335;
}
.Icon--helpscount--e5cjpdz_:before {
  content: "\e9bf";
  color: #1292ee;
}
.Icon--hubspot--UDtHN6_X:before {
  content: "\e9c0";
  color: #fa7820;
}
.Icon--instagram--U7UcaVKw:before {
  content: "\e9c1";
  color: #cf0073;
}
.Icon--intercom--laCeganR:before {
  content: "\e9c2";
  color: #1f8ded;
}
.Icon--jira--Xo0MbXt0 .Icon--path1--sCfanu6I:before {
  content: "\e9c3";
  color: #2684ff;
}
.Icon--jira--Xo0MbXt0 .Icon--path2--k3LBiWhO:before {
  content: "\e9c4";
  margin-left: -1em;
  color: #0052cc;
}
.Icon--jira--Xo0MbXt0 .Icon--path3--kWuGlJYa:before {
  content: "\e9c5";
  margin-left: -1em;
  color: #0052cc;
}
.Icon--jumpcloud--kcAx5SB1 .Icon--path1--sCfanu6I:before {
  content: "\e9c6";
  color: #b3e9e7;
}
.Icon--jumpcloud--kcAx5SB1 .Icon--path2--k3LBiWhO:before {
  content: "\e9c7";
  margin-left: -1em;
  color: #14a19c;
}
.Icon--kayako--eN2UaVtb .Icon--path1--sCfanu6I:before {
  content: "\e9c8";
  color: #fa8176;
}
.Icon--kayako--eN2UaVtb .Icon--path2--k3LBiWhO:before {
  content: "\e9c9";
  margin-left: -1em;
  color: #f37036;
}
.Icon--kayako--eN2UaVtb .Icon--path3--kWuGlJYa:before {
  content: "\e9ca";
  margin-left: -1em;
  color: #f15713;
}
.Icon--kayako--eN2UaVtb .Icon--path4--iTxPdK9R:before {
  content: "\e9cb";
  margin-left: -1em;
  color: #85b8c1;
}
.Icon--kayako--eN2UaVtb .Icon--path5--I48pjN6F:before {
  content: "\e9cc";
  margin-left: -1em;
  color: #f39d90;
}
.Icon--kayako--eN2UaVtb .Icon--path6--iePCIXfN:before {
  content: "\e9cd";
  margin-left: -1em;
  color: #69aab5;
}
.Icon--kayako--eN2UaVtb .Icon--path7--mq01tSeQ:before {
  content: "\e9ce";
  margin-left: -1em;
  color: #ffb1a2;
}
.Icon--kayako--eN2UaVtb .Icon--path8--dZnUd1DY:before {
  content: "\e9cf";
  margin-left: -1em;
  color: #f76f6d;
}
.Icon--kipwise--K4sYxEOn:before {
  content: "\e9d0";
  color: #00c4db;
}
.Icon--kustomer--IBPPrQ4A .Icon--path1--sCfanu6I:before {
  content: "\e9d1";
  color: #000000;
}
.Icon--kustomer--IBPPrQ4A .Icon--path2--k3LBiWhO:before {
  content: "\e9d2";
  margin-left: -1em;
  color: #ff655d;
}
.Icon--linkedin--R44r0rah:before {
  content: "\e9d3";
  color: #0977b6;
}
.Icon--looker--_6pEHrFk:before {
  content: "\e9d4";
}
.Icon--loom--RaNzXFFo:before {
  content: "\e9d5";
  color: #fd5e60;
}
.Icon--lucidchart--MZOcpE0g:before {
  content: "\e9d6";
  color: #f96b13;
}
.Icon--ludus--I9WBrg6K .Icon--path1--sCfanu6I:before {
  content: "\e9d7";
  color: #000000;
}
.Icon--ludus--I9WBrg6K .Icon--path2--k3LBiWhO:before {
  content: "\e9d8";
  margin-left: -1em;
  color: #4e56ff;
}
.Icon--microsoft--oSVPJIfP .Icon--path1--sCfanu6I:before {
  content: "\e9d9";
  color: #f35325;
}
.Icon--microsoft--oSVPJIfP .Icon--path2--k3LBiWhO:before {
  content: "\e9da";
  margin-left: -1em;
  color: #81bc06;
}
.Icon--microsoft--oSVPJIfP .Icon--path3--kWuGlJYa:before {
  content: "\e9db";
  margin-left: -1em;
  color: #05a6f0;
}
.Icon--microsoft--oSVPJIfP .Icon--path4--iTxPdK9R:before {
  content: "\e9dc";
  margin-left: -1em;
  color: #ffba08;
}
.Icon--miro--h3BdpZRd .Icon--path1--sCfanu6I:before {
  content: "\e9dd";
  color: #ffd02f;
}
.Icon--miro--h3BdpZRd .Icon--path2--k3LBiWhO:before {
  content: "\e9de";
  margin-left: -1em;
  color: #050438;
}
.Icon--miro--h3BdpZRd .Icon--path3--kWuGlJYa:before {
  content: "\e9df";
  margin-left: -1em;
  color: #050438;
}
.Icon--miro--h3BdpZRd .Icon--path4--iTxPdK9R:before {
  content: "\e9e0";
  margin-left: -1em;
  color: #050438;
}
.Icon--mode--Uqjfp12C:before {
  content: "\e9e1";
  color: #38b068;
}
.Icon--monday--FQLqdga4 .Icon--path1--sCfanu6I:before {
  content: "\e9e2";
  color: #f62b54;
}
.Icon--monday--FQLqdga4 .Icon--path2--k3LBiWhO:before {
  content: "\e9e3";
  margin-left: -1em;
  color: #ffcc00;
}
.Icon--monday--FQLqdga4 .Icon--path3--kWuGlJYa:before {
  content: "\e9e4";
  margin-left: -1em;
  color: #00ca72;
}
.Icon--notion--Ze5Vp38H:before {
  content: "\e9e5";
}
.Icon--okta--xl3uFyUl:before {
  content: "\e9e6";
  color: #00297a;
}
.Icon--onedrive--SLOoV33i .Icon--path1--sCfanu6I:before {
  content: "\e9e7";
  color: #0364b8;
}
.Icon--onedrive--SLOoV33i .Icon--path2--k3LBiWhO:before {
  content: "\e9e8";
  margin-left: -1em;
  color: #0078d4;
}
.Icon--onedrive--SLOoV33i .Icon--path3--kWuGlJYa:before {
  content: "\e9e9";
  margin-left: -1em;
  color: #1490df;
}
.Icon--onedrive--SLOoV33i .Icon--path4--iTxPdK9R:before {
  content: "\e9ea";
  margin-left: -1em;
  color: #28a8ea;
}
.Icon--onelogin--uyaciXy1 .Icon--path1--sCfanu6I:before {
  content: "\e9eb";
  color: #1c1f2a;
}
.Icon--onelogin--uyaciXy1 .Icon--path2--k3LBiWhO:before {
  content: "\e9ec";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--pingid--AU58dFcW:before {
  content: "\e9ed";
  color: #bc1f27;
}
.Icon--safari--efBBdkpr .Icon--path1--sCfanu6I:before {
  content: "\e9ee";
  color: #dbdbda;
}
.Icon--safari--efBBdkpr .Icon--path2--k3LBiWhO:before {
  content: "\e9ef";
  margin-left: -1em;
  color: #508aff;
}
.Icon--safari--efBBdkpr .Icon--path3--kWuGlJYa:before {
  content: "\e9f0";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path4--iTxPdK9R:before {
  content: "\e9f1";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path5--I48pjN6F:before {
  content: "\e9f2";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path6--iePCIXfN:before {
  content: "\e9f3";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path7--mq01tSeQ:before {
  content: "\e9f4";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path8--dZnUd1DY:before {
  content: "\e9f5";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path9--lZm4sf5J:before {
  content: "\e9f6";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path10--wde8ZCrL:before {
  content: "\e9f7";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path11--jhE1aYsf:before {
  content: "\e9f8";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path12--eq78zH5c:before {
  content: "\e9f9";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path13--yIu5AvJP:before {
  content: "\e9fa";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path14--IcVl8k1_:before {
  content: "\e9fb";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path15--cFbJ6CDj:before {
  content: "\e9fc";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path16--i7XegyYC:before {
  content: "\e9fd";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path17--wfzoEuvG:before {
  content: "\e9fe";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path18--iI5S3y8n:before {
  content: "\e9ff";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path19--C0MyCmW3:before {
  content: "\ea00";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path20--FldP5k2L:before {
  content: "\ea01";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path21--dXuCuCQ6:before {
  content: "\ea02";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path22--dfe1YaBH:before {
  content: "\ea03";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path23--unNj0r0d:before {
  content: "\ea04";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path24--M2Jic3o2:before {
  content: "\ea05";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path25--Rp7rD6Nw:before {
  content: "\ea06";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path26--n_vRen8O:before {
  content: "\ea07";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path27--CPkky98J:before {
  content: "\ea08";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path28--XLkcCU0V:before {
  content: "\ea09";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path29--uV0emz_f:before {
  content: "\ea0a";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path30--Aq1X8j5p:before {
  content: "\ea0b";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path31--J_AQ2hom:before {
  content: "\ea0c";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path32--M_uOXXTV:before {
  content: "\ea0d";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path33--L0DyLElJ:before {
  content: "\ea0e";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path34--mP74ctrJ:before {
  content: "\ea0f";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path35--KR3JdC_p:before {
  content: "\ea10";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path36--v3If3eJh:before {
  content: "\ea11";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path37--velEGCIP:before {
  content: "\ea12";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path38--2zA1Ls5B:before {
  content: "\ea13";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path39--hVmTsPyc:before {
  content: "\ea14";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path40--RUrTQ7DM:before {
  content: "\ea15";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path41--TSR2em0m:before {
  content: "\ea16";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path42--Lp1ad95T:before {
  content: "\ea17";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path43--er3UtrdS:before {
  content: "\ea18";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path44--DZ9B2j5w:before {
  content: "\ea19";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path45--crVSH_JZ:before {
  content: "\ea1a";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path46--ubyNSyfl:before {
  content: "\ea1b";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path47--M8ZqmLjW:before {
  content: "\ea1c";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path48--pzpKANUm:before {
  content: "\ea1d";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path49--c0qYy6pj:before {
  content: "\ea1e";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path50--dVoPP2C6:before {
  content: "\ea1f";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path51--O2yFt33e:before {
  content: "\ea20";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path52--EY8xZwnP:before {
  content: "\ea21";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path53--Dm6mM9zT:before {
  content: "\ea22";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path54--J_1DXAQn:before {
  content: "\ea23";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path55--WQ0qwsNJ:before {
  content: "\ea24";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path56--JRFjhoF2:before {
  content: "\ea25";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path57--HX9oH6gm:before {
  content: "\ea26";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path58--PlFyKDow:before {
  content: "\ea27";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path59--bAkbXsWX:before {
  content: "\ea28";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path60--bT4XjeIH:before {
  content: "\ea29";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path61--SVWfMdTN:before {
  content: "\ea2a";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path62--xuVmytOF:before {
  content: "\ea2b";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path63--GvXtCVLU:before {
  content: "\ea2c";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path64--iMIBGbZX:before {
  content: "\ea2d";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path65--ofakvWwB:before {
  content: "\ea2e";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path66--SZLjmdKv:before {
  content: "\ea2f";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path67--AGwiREQZ:before {
  content: "\ea30";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path68--kccuhi1K:before {
  content: "\ea31";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path69--KjqRE27b:before {
  content: "\ea32";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path70--MyFgHNXW:before {
  content: "\ea33";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path71--CLrAxKg0:before {
  content: "\ea34";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path72--vDLqVcOV:before {
  content: "\ea35";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path73--JYlFJvE_:before {
  content: "\ea36";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path74--zFbYEuXc:before {
  content: "\ea37";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path75--O1UgC17U:before {
  content: "\ea38";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path76--nE5vGafF:before {
  content: "\ea39";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path77--j4TH2Hl7:before {
  content: "\ea3a";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path78--FfBRe1Dh:before {
  content: "\ea3b";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path79--CHUlYJKN:before {
  content: "\ea3c";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path80--WBpRwAAE:before {
  content: "\ea3d";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path81--Tm9_ENzT:before {
  content: "\ea3e";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path82--FrIJ_0NU:before {
  content: "\ea3f";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path83--oRa6TQgd:before {
  content: "\ea40";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path84--ls1HEkfo:before {
  content: "\ea41";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path85--PM_BJ34S:before {
  content: "\ea42";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path86--UDk4fpCs:before {
  content: "\ea43";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path87--ELnqhZl3:before {
  content: "\ea44";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path88--ALgksZ8R:before {
  content: "\ea45";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path89--O5jbu2_I:before {
  content: "\ea46";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path90--IQVtbJiH:before {
  content: "\ea47";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path91--jzkFI703:before {
  content: "\ea48";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path92--ekNZcrAz:before {
  content: "\ea49";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path93--ng25fF5D:before {
  content: "\ea4a";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path94--DuogZNjZ:before {
  content: "\ea4b";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path95--qMTGevgD:before {
  content: "\ea4c";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path96--equVJO0b:before {
  content: "\ea4d";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path97--vL9JWf_Q:before {
  content: "\ea4e";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path98--rQGQ_ICo:before {
  content: "\ea4f";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path99--kOlMKTXq:before {
  content: "\ea50";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path100--jFj7R3rU:before {
  content: "\ea51";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path101--Mi_BK4tM:before {
  content: "\ea52";
  margin-left: -1em;
  color: #e2e2e2;
}
.Icon--safari--efBBdkpr .Icon--path102--nIppGUSD:before {
  content: "\ea53";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path103--ZjObbfY_:before {
  content: "\ea54";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path104--oWrwRjyb:before {
  content: "\ea55";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path105--yPX4HcIW:before {
  content: "\ea56";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path106--MRnhwTJH:before {
  content: "\ea57";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path107--h6gUN8Er:before {
  content: "\ea58";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path108--nAr7qwOP:before {
  content: "\ea59";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path109--eocYRgVE:before {
  content: "\ea5a";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path110--tBFSunVJ:before {
  content: "\ea5b";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path111--Jck0DmNQ:before {
  content: "\ea5c";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path112--iyKzjaI4:before {
  content: "\ea5d";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path113--WlEtO0E7:before {
  content: "\ea5e";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path114--Qtn0Bj2P:before {
  content: "\ea5f";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path115--EkG1DthZ:before {
  content: "\ea60";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path116--EHGBoVPz:before {
  content: "\ea61";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path117--NfOcQauw:before {
  content: "\ea62";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path118--ZpQgzcyM:before {
  content: "\ea63";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path119--_7cG8Z48:before {
  content: "\ea64";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path120--DKkJu6AJ:before {
  content: "\ea65";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path121--PozHgYEv:before {
  content: "\ea66";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path122--E_UhmaP9:before {
  content: "\ea67";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path123--iZNpkdWZ:before {
  content: "\ea68";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path124--MWjwLFvR:before {
  content: "\ea69";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path125--BnfjH2lC:before {
  content: "\ea6a";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path126--eBmQGKAe:before {
  content: "\ea6b";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path127--QxS7RMS7:before {
  content: "\ea6c";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path128--rlmCIty_:before {
  content: "\ea6d";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path129--bBg6oPYY:before {
  content: "\ea6e";
  margin-left: -1em;
  color: #f3f3f3;
}
.Icon--safari--efBBdkpr .Icon--path130--TNzSqt6G:before {
  content: "\ea6f";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--safari--efBBdkpr .Icon--path131--AXJWN2LT:before {
  content: "\ea70";
  margin-left: -1em;
  color: #cd151e;
}
.Icon--safari--efBBdkpr .Icon--path132--JPXkOPXp:before {
  content: "\ea71";
  margin-left: -1em;
  color: #fa5153;
}
.Icon--safari--efBBdkpr .Icon--path133--A4fH9VZX:before {
  content: "\ea72";
  margin-left: -1em;
  color: #acacac;
}
.Icon--safari--efBBdkpr .Icon--path134--m1Onn4pR:before {
  content: "\ea73";
  margin-left: -1em;
  color: #eeeeee;
}
.Icon--salesforce--uF66twI_ .Icon--path1--sCfanu6I:before {
  content: "\ea74";
  color: #00a1e0;
}
.Icon--salesforce--uF66twI_ .Icon--path2--k3LBiWhO:before {
  content: "\ea75";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--salesforce--uF66twI_ .Icon--path3--kWuGlJYa:before {
  content: "\ea76";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--salesforce--uF66twI_ .Icon--path4--iTxPdK9R:before {
  content: "\ea77";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--salesforce--uF66twI_ .Icon--path5--I48pjN6F:before {
  content: "\ea78";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--salesforce--uF66twI_ .Icon--path6--iePCIXfN:before {
  content: "\ea79";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--salesforce--uF66twI_ .Icon--path7--mq01tSeQ:before {
  content: "\ea7a";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--salesforce--uF66twI_ .Icon--path8--dZnUd1DY:before {
  content: "\ea7b";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--salesforce--uF66twI_ .Icon--path9--lZm4sf5J:before {
  content: "\ea7c";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--salesforce--uF66twI_ .Icon--path10--wde8ZCrL:before {
  content: "\ea7d";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--salesforce--uF66twI_ .Icon--path11--jhE1aYsf:before {
  content: "\ea7e";
  margin-left: -1em;
  color: #ffffff;
}
.Icon--tableau--dBF6X48o .Icon--path1--sCfanu6I:before {
  content: "\ea7f";
  color: #e8762d;
}
.Icon--tableau--dBF6X48o .Icon--path2--k3LBiWhO:before {
  content: "\ea80";
  margin-left: -1em;
  color: #c72037;
}
.Icon--tableau--dBF6X48o .Icon--path3--kWuGlJYa:before {
  content: "\ea81";
  margin-left: -1em;
  color: #5b879b;
}
.Icon--tableau--dBF6X48o .Icon--path4--iTxPdK9R:before {
  content: "\ea82";
  margin-left: -1em;
  color: #5c6692;
}
.Icon--tableau--dBF6X48o .Icon--path5--I48pjN6F:before {
  content: "\ea83";
  margin-left: -1em;
  color: #eb9129;
}
.Icon--tableau--dBF6X48o .Icon--path6--iePCIXfN:before {
  content: "\ea84";
  margin-left: -1em;
  color: #5c6692;
}
.Icon--tableau--dBF6X48o .Icon--path7--mq01tSeQ:before {
  content: "\ea85";
  margin-left: -1em;
  color: #1f457e;
}
.Icon--tableau--dBF6X48o .Icon--path8--dZnUd1DY:before {
  content: "\ea86";
  margin-left: -1em;
  color: #7199a6;
}
.Icon--twitter--JHAjL1vf:before {
  content: "\ea87";
  color: #55acee;
}
.Icon--vimeo--kYEC6Rwy:before {
  content: "\ea88";
  color: #32b8e8;
}
.Icon--wistia--o6A3ubKH .Icon--path1--sCfanu6I:before {
  content: "\ea89";
  color: #148ee0;
}
.Icon--wistia--o6A3ubKH .Icon--path2--k3LBiWhO:before {
  content: "\ea8a";
  margin-left: -1em;
  color: #54bbff;
}
.Icon--youtube--RdTBwjNw .Icon--path1--sCfanu6I:before {
  content: "\ea8b";
  color: #ffffff;
}
.Icon--youtube--RdTBwjNw .Icon--path2--k3LBiWhO:before {
  content: "\ea8c";
  margin-left: -1em;
  color: #420000;
  opacity: 0.12;
}
.Icon--youtube--RdTBwjNw .Icon--path3--kWuGlJYa:before {
  content: "\ea8d";
  margin-left: -1em;
  color: #e52d27;
}
.Icon--zendesk--wshl2hZz:before {
  content: "\ea8e";
}

/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
.styles--vertical-middle--ZA9W8c3p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.folder-wrap {
  height: 90%;
  border-radius: 5px;
  background: #FEFEFE;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .folder-wrap {
    height: auto;
    margin-bottom: 12px;
  }
}
.folder-wrap:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 196, 219, 0.4);
}
.folder-content {
  padding: 34px 35px 26px;
}
.folder-cover-image {
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  height: 180px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-position: center;
  background-size: cover;
}
.folder-icon {
  vertical-align: text-bottom;
  font-size: 23px;
  color: #00C4DB;
}
.folder-icon:after {
  font-family: 'kipico';
  content: '\ea03';
}
.folder-title {
  font-size: 22px;
  line-height: 31px;
  color: #494953;
  margin: 14px 0 12px;
}
@media only screen and (max-width: 767px) {
  .folder-title {
    font-size: 18px;
    line-height: 22px;
    margin: 22px 0 10px;
  }
}
.folder-description {
  flex: 1 1 0;
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .folder-description {
    font-size: 14px;
    line-height: 25px;
  }
}
.folder-detail {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  display: flex;
  align-items: center;
  padding-top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .folder-detail {
    font-size: 12px;
    line-height: 21px;
    padding-top: 6px;
  }
}
.folder-detail-separator {
  display: block;
  height: 4px;
  width: 4px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #CBCBCB;
}
.content-wrap {
  border: 1px solid transparent;
  border-radius: 5px;
  padding-top: 10px;
  background-color: #fff;
  display: block;
  text-decoration: none;
  overflow: hidden;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .content-wrap {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.content-wrap:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 196, 219, 0.4);
}
.content-wrap.isCoverImageExisted {
  padding-top: 0px;
}
.content-wrap em {
  font-style: normal;
  background-color: #FFCB8E;
  box-sizing: border-box;
  outline: 1.5px solid #FFCB8E;
  padding: 0 1px;
  margin: 0 1px;
}
.content-info {
  padding: 30px 36px 30px;
  display: flex;
  flex-direction: column;
}
.cover-image-wrap {
  width: 108%;
  text-align: center;
  margin-left: -4%;
}
.cover-image {
  width: 100%;
}
.content-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  color: #494953;
}
@media only screen and (max-width: 767px) {
  .content-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.content-summary {
  flex: 1 1 auto;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.5);
  margin: 12px 0 6px;
  min-height: 1px;
  max-height: 124px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content-summary {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 4px;
  }
}
.content-summary.isImage {
  margin-top: 0;
}
.content-last-updated {
  position: relative;
  margin-top: 50px;
}
.content-last-updated:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  border-top: 1px solid #C4C4C4;
  top: -25px;
  width: 28px;
}
@media only screen and (max-width: 767px) {
  .content-last-updated:after {
    bottom: -16px;
  }
}
.content-last-updated, .content-last-updated span {
  color: rgba(0, 0, 0, 0.4) !important;
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .content-last-updated, .content-last-updated span {
    font-size: 12px;
    line-height: 21px;
  }
}
.status_wrap {
  text-align: center;
  margin: 50px 0 40px;
}
@media only screen and (max-width: 767px) {
  .status_wrap {
    margin-top: 42px;
  }
}
.status_wrap h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .status_wrap h1 {
    font-size: 18px;
    line-height: 22px;
  }
}
.status_wrap p {
  font-size: 22px;
  line-height: 26px;
  margin: 12px 0 66px;
}
@media only screen and (max-width: 767px) {
  .status_wrap p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 56px;
  }
}
.status_wrap .status_img {
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
  margin: auto;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  .status_wrap .status_img {
    max-width: 80%;
  }
}
.status_wrap .status_empty {
  width: 438px;
  height: 394px;
  background-image: url(https://d28eig0q47vbfl.cloudfront.net/76a925a8860d25a36a0b.png);
}
@media only screen and (max-width: 580px) {
  .status_wrap .status_empty {
    height: 0;
    padding-top: 72%;
  }
}
.status_wrap .status_no_result {
  width: 476px;
  height: 420px;
  background-image: url(https://d28eig0q47vbfl.cloudfront.net/f920897befd785533228.png);
}
@media only screen and (max-width: 624px) {
  .status_wrap .status_no_result {
    height: 0;
    padding-top: 71%;
  }
}
.status_wrap .status_not_found {
  width: 528px;
  height: 504px;
  background-image: url(https://d28eig0q47vbfl.cloudfront.net/bb257aa5791f650c0f78.png);
}
@media only screen and (max-width: 692px) {
  .status_wrap .status_not_found {
    height: 0;
    padding-top: 77%;
  }
}
.status_wrap .status_error {
  width: 632px;
  height: 413px;
  background-image: url(https://d28eig0q47vbfl.cloudfront.net/ca7df9d72034140475b8.png);
}
@media only screen and (max-width: 767px) {
  .status_wrap .status_error {
    height: 0;
    padding-top: 53%;
  }
}
.status_wrap .status_no_access_righe {
  width: 433px;
  height: 439px;
  background-image: url(https://d28eig0q47vbfl.cloudfront.net/d431709c06ad7772b081.png);
}
@media only screen and (max-width: 572px) {
  .status_wrap .status_no_access_righe {
    height: 0;
    padding-top: 81%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .status_wrap .status_no_access_righe {
    background-image: url(https://d28eig0q47vbfl.cloudfront.net/f6386c84eca59ca0f8c9.png);
  }
  .status_wrap .status_empty {
    background-image: url(https://d28eig0q47vbfl.cloudfront.net/33549256354c4bd05f8f.png);
  }
  .status_wrap .status_no_result {
    background-image: url(https://d28eig0q47vbfl.cloudfront.net/2fa37287a0f39c80a00b.png);
  }
  .status_wrap .status_not_found {
    background-image: url(https://d28eig0q47vbfl.cloudfront.net/f09c8c2b1d8522dd3fff.png);
  }
  .status_wrap .status_error {
    background-image: url(https://d28eig0q47vbfl.cloudfront.net/6ab0ee50920b624ff944.png);
  }
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  outline: 0;
  transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  z-index: 1;
}
.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}
html {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body {
  background-color: #F8F8FC;
  color: #000;
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
body.article {
  padding-bottom: 72px;
}
body.image {
  background-color: #ddd;
}
input {
  -webkit-appearance: none;
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-cover-image {
  height: 270px;
  width: 100%;
  margin-top: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .content-cover-image {
    margin-top: 0;
    height: 120px;
  }
}
.container-wrapper {
  min-height: calc(100vh - 100px);
}
.container-wrapper.without-top-section {
  min-height: calc(100vh - 170px);
  margin-top: 70px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .container-wrapper.without-top-section {
    min-height: calc(100vh - 100px);
    margin-top: 0;
  }
}
.section-row {
  margin: 48px -1rem 100px;
}
@media only screen and (max-width: 767px) {
  .section-row {
    margin: 12px -1rem 40px;
  }
}
.box {
  height: 100%;
}
.section {
  padding: 48px auto;
}
.section-header {
  text-align: center;
  margin: 12px auto;
  font-size: 36px;
  color: #5A5773;
}
.section-subheader {
  margin: 12px auto;
  display: block;
  max-width: 600px;
  font-size: 14px;
  color: #666;
}
.section-description {
  color: #888;
  text-align: center;
}
.categories-title {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .categories-title {
    font-size: 16px;
    line-height: 28px;
  }
}
.categories-title:first-child {
  margin-top: 40px;
}
a {
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  color: #00C4DB;
}
a:hover, a:active, a:focus {
  color: #0096a8;
  cursor: pointer;
}
.container {
  margin: 0 auto;
  max-width: 1220px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar {
  height: 100%;
  width: 100%;
}
.navbar-brand {
  text-decoration: none;
  color: #5A5773;
  display: flex;
  height: 70px;
  align-items: center;
}
.navbar-brand:hover {
  color: #5A5773;
}
.header-block {
  z-index: 10;
  position: fixed;
  display: flex;
  width: 100%;
  top: 0;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  box-shadow: 0 0 10px transparent;
}
@media only screen and (max-width: 767px) {
  .header-block {
    justify-content: start;
    position: relative;
  }
}
.header-block.isFixed {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
  .header-block.isFixed {
    box-shadow: none;
  }
}
.header-block .container {
  height: inherit;
}
.header-block .name {
  max-width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .header-block .name {
    font-size: 16px;
    padding-left: 15px;
  }
}
.header-block img {
  height: 45px;
  max-height: initial;
  border-radius: 3px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .header-block img {
    height: 36px;
    border-radius: 3px;
  }
}
.homepage-hero {
  height: 420px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .homepage-hero {
    height: 200px;
  }
}
.powered-by {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 36px;
}
.search-wrap {
  padding: 142px 0 172px;
}
@media only screen and (max-width: 767px) {
  .search-wrap {
    padding: 30px 0 22px;
  }
}
.search-bar-wrap {
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .search-bar-wrap {
    margin-top: 20px;
  }
}
.search-bar-wrap label {
  position: absolute;
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #93939D;
}
.search-bar-wrap input {
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid transparent;
  width: 100%;
  height: 70px;
  max-width: 760px;
  padding: 0 26px 0 45px;
  display: block;
  caret-color: #00C4DB;
}
@media only screen and (max-width: 767px) {
  .search-bar-wrap input {
    height: 60px;
  }
}
.search-bar-wrap .search-bar-icon {
  font-size: 23px;
}
.search-bar-icon:after {
  font-family: 'kipico';
  content: '\ea04';
}
.search-title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .search-title {
    font-size: 22px;
    line-height: 12px;
    margin-top: 16px;
  }
}
.search-hint {
  font-size: 48px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .search-hint {
    font-size: 26px;
  }
}
.search-result-description {
  font-size: 22px;
  line-height: 38px;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 767px) {
  .search-result-description {
    font-size: 16px;
    line-height: 28px;
  }
}
.search-result-description em {
  color: #00C4DB !important;
  font-style: normal;
}
.search-page-bar-wrap {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .search-page-bar-wrap {
    margin-bottom: 0;
  }
}
footer {
  margin: auto;
  height: 160px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E7E7E7;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 40px;
}
footer .powered-by {
  font-size: 16px;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  footer .powered-by {
    font-size: 12px;
  }
}
footer .powered-by a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}
footer .powered-by .powered-by-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 32px;
  display: inline-block;
  text-indent: -9999px;
  background-image: url(https://d28eig0q47vbfl.cloudfront.net/dfeecc332c900adf22c6.png);
}
@media only screen and (max-width: 767px) {
  footer .powered-by .powered-by-logo {
    width: 80px;
    height: 26px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  footer .powered-by .powered-by-logo {
    background-image: url(https://d28eig0q47vbfl.cloudfront.net/43ceff8b42454830cdc7.png);
  }
}
.breadcrumbs {
  padding: 34px 0 24px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 20px 0 10px;
  }
}
.breadcrumbs a {
  position: relative;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 14px;
  }
}
.breadcrumbs a:after {
  content: "\ea15";
  font-family: 'kipico';
  margin: 0 14px;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs a:after {
    font-size: 9px;
  }
}
.breadcrumbs a:before {
  content: '';
  width: calc(100% - 34px);
  position: absolute;
  bottom: -3px;
  border-bottom: solid;
  border-width: 1px;
  opacity: 0;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
}
.breadcrumbs a:hover:before {
  opacity: 1;
}
.article-content {
  max-width: 720px;
}
.article-content .title {
  text-align: left;
  margin: 12px auto;
  font-size: 36px;
}
.article-content .body {
  margin-top: 10px;
}
.article-content .last-updated {
  font-size: 14px;
  color: #999;
}
.article-content .content-placeholder-loading {
  margin-top: 46px;
}
.bar {
  margin: 16px 0;
  height: 16px;
  overflow: hidden;
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.bar::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 46%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  animation: loading 1.2s linear infinite;
}
.search-result em {
  font-style: normal;
  background-color: #ffff00;
}
.header-container-wrap {
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 767px) {
}
.header-search-form {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  text-align: right;
  position: relative;
  float: right;
}
@media only screen and (max-width: 767px) {
  .header-search-form {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.header-search-form label {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12%;
  font-size: 17px;
  color: #93939D;
}
.header-search-form input {
  font-size: 14px;
  padding: 8px 12px 8px 12%;
  display: inline-block;
  border-radius: 6px;
  background: #F8F8FC;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
}
.header-cta {
  color: #00C4DB;
  text-decoration: none;
  float: right;
  margin-top: 4px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .header-cta {
    display: none;
  }
}
.topic-background-wrap {
  background-color: #00C4DB;
}
.page-info-wrap {
  color: #fff;
  background-color: #00C4DB;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-info-wrap.has-image {
  opacity: 0.67;
}
.page-header-wrap {
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .page-header-wrap {
    margin-top: 0;
  }
}
.page-header-wrap.has-image {
  margin-top: 0;
}
.page-header-wrap.has-image .breadcrumbs {
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-header-wrap .page-content {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0;
}
.page-header-wrap .page-info-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 43px;
  margin: 18px 0 15px;
}
@media only screen and (max-width: 767px) {
  .page-header-wrap .page-info-title {
    margin: 12px 0;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-header-wrap .page-info-subheader {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 38px;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .page-header-wrap .page-info-subheader {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.page-header-wrap a {
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.content-page-title {
  max-width: 767px;
}
@keyframes styles--loading--osNRgy0v {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
}
@media print {
  html {
    overflow: visible;
  }
  .header-block {
    display: none;
  }
  .page-info-wrap {
    padding-top: 0 !important;
  }
}

