:root {
  --accent: #FC3359;
  --text-primary: #111111;
  --text-secondary: #6E6E6E;
  --background-page: #FFFFFF;
  --background-project: #F2F2F2; }

#baseline-grid {
  display: none;
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  bottom: 0;
  pointer-events: none;
  z-index: 100;
  background-image: url("/graphics/baseline-grid-tile.png");
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 0.2; }

#column-grid {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
  padding: 0 3.5%;
  max-width: 1440px;
  margin: 0 auto; }
  #column-grid span {
    width: 6.7291666667%;
    display: block;
    height: 100%;
    float: left;
    background-color: rgba(255, 0, 0, 0.08); }
  #column-grid span:nth-child(even) {
    width: 1.75%;
    background-color: transparent; }

/* Nuno's CSS Reset */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  background-repeat: no-repeat;
  background-position: center; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, input, textarea, select, option,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font: inherit;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif; }

html,
body {
  width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

input,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

select {
  -webkit-appearance: menulist-button;
  border: 1px solid #a0a0a0; }

::selection {
  background: rgba(0, 100, 180, 0.33); }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Chalet", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.92); }
  @media (prefers-contrast: more) {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
      color: black; } }
  @media (prefers-color-scheme: dark) {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
      color: rgba(255, 255, 255, 0.92); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
      color: white; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 475;
  clear: both;
  color: rgba(0, 0, 0, 0.92); }
  @media (prefers-contrast: more) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      color: black; } }
  @media (prefers-color-scheme: dark) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      color: rgba(255, 255, 255, 0.92); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      color: white; } }
  h1 a, h1 small,
  h2 a,
  h2 small,
  h3 a,
  h3 small,
  h4 a,
  h4 small,
  h5 a,
  h5 small,
  h6 a,
  h6 small {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: rgba(0, 0, 0, 0.52); }
    @media (prefers-contrast: more) {
      h1 small,
      h2 small,
      h3 small,
      h4 small,
      h5 small,
      h6 small {
        color: rgba(0, 0, 0, 0.76); } }
    @media (prefers-color-scheme: dark) {
      h1 small,
      h2 small,
      h3 small,
      h4 small,
      h5 small,
      h6 small {
        color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
      color: rgba(255, 255, 255, 0.8); } }
h4 small.tag {
  background-color: #ababab;
  color: white;
  border-radius: 4px;
  margin: 0 2px;
  position: relative;
  bottom: 2px; }
  @media (prefers-color-scheme: dark) {
    h4 small.tag {
      background-color: #3d3d3d; } }
h6 {
  color: rgba(0, 0, 0, 0.52); }
  @media (prefers-contrast: more) {
    h6 {
      color: rgba(0, 0, 0, 0.76); } }
  @media (prefers-color-scheme: dark) {
    h6 {
      color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    h6 {
      color: rgba(255, 255, 255, 0.8); } }
  h6 a.external:after {
    mask: url("/graphics/icon-arrow-up-right-bold.svg") no-repeat center; }

p {
  width: 49.125%;
  padding-top: 6px;
  padding-bottom: 5px;
  color: rgba(0, 0, 0, 0.52); }
  @media (prefers-contrast: more) {
    p {
      color: rgba(0, 0, 0, 0.76); } }
  @media (prefers-color-scheme: dark) {
    p {
      color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    p {
      color: rgba(255, 255, 255, 0.8); } }
  p a {
    color: inherit; }

em {
  font: inherit;
  font-weight: inherit;
  color: inherit; }

ul {
  padding-top: 6px;
  padding-bottom: 5px; }
  ul li {
    padding-top: 0;
    padding-bottom: 5.5px; }

a,
button {
  transition: color 0.48s ease-out;
  position: relative;
  color: rgba(0, 0, 0, 0.52); }
  @media (prefers-contrast: more) {
    a,
    button {
      color: rgba(0, 0, 0, 0.76); } }
  @media (prefers-color-scheme: dark) {
    a,
    button {
      color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    a,
    button {
      color: rgba(255, 255, 255, 0.8); } }
  a:before,
  button:before {
    content: "";
    transition: background-color 0.12s ease-out;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    height: 2px;
    width: 100%; }
  a:hover, a.hover,
  button:hover,
  button.hover {
    transition-duration: 0s;
    color: #fb0b38; }
    @media (prefers-color-scheme: dark) {
      a:hover, a.hover,
      button:hover,
      button.hover {
        color: #fd5b7a; } }
  a.external:after,
  button.external:after {
    content: "";
    background-position: center;
    background-repeat: none;
    background-size: 16px;
    position: relative;
    top: 3px;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 1px;
    transition: all 0.48s ease-out;
    mask: url("/graphics/icon-arrow-up-right.svg") no-repeat center;
    background-color: rgba(0, 0, 0, 0.36); }
    @media (prefers-contrast: more) {
      a.external:after,
      button.external:after {
        background-color: rgba(0, 0, 0, 0.84); } }
    @media (prefers-color-scheme: dark) {
      a.external:after,
      button.external:after {
        background-color: rgba(255, 255, 255, 0.36); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    a.external:after,
    button.external:after {
      background-color: rgba(255, 255, 255, 0.84); } }
  a.external:hover:after, a.external.hover:after,
  button.external:hover:after,
  button.external.hover:after {
    transition-duration: 0.0s;
    background-color: #FC3359; }
    @media (prefers-contrast: more) {
      a.external:hover:after, a.external.hover:after,
      button.external:hover:after,
      button.external.hover:after {
        background-color: rgba(0, 0, 0, 0.84); } }
    @media (prefers-color-scheme: dark) {
      a.external:hover:after, a.external.hover:after,
      button.external:hover:after,
      button.external.hover:after {
        background-color: #fd5b7a; } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    a.external:hover:after, a.external.hover:after,
    button.external:hover:after,
    button.external.hover:after {
      background-color: #feacbb; } }
  a.email:before,
  button.email:before {
    content: "";
    background-position: center;
    background-repeat: none;
    background-size: 16px;
    position: relative;
    top: 3px;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 5px 0 1px;
    transition: all 0.48s ease-out;
    mask: url("/graphics/icon-email.svg") no-repeat center;
    background-color: rgba(0, 0, 0, 0.36); }
    @media (prefers-contrast: more) {
      a.email:before,
      button.email:before {
        background-color: rgba(0, 0, 0, 0.84); } }
    @media (prefers-color-scheme: dark) {
      a.email:before,
      button.email:before {
        background-color: rgba(255, 255, 255, 0.36); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    a.email:before,
    button.email:before {
      background-color: rgba(255, 255, 255, 0.84); } }
  a.email:hover:before, a.email.hover:before,
  button.email:hover:before,
  button.email.hover:before {
    transition-duration: 0.0s;
    background-color: #FC3359; }
    @media (prefers-contrast: more) {
      a.email:hover:before, a.email.hover:before,
      button.email:hover:before,
      button.email.hover:before {
        background-color: rgba(0, 0, 0, 0.84); } }
    @media (prefers-color-scheme: dark) {
      a.email:hover:before, a.email.hover:before,
      button.email:hover:before,
      button.email.hover:before {
        background-color: #fd5b7a; } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    a.email:hover:before, a.email.hover:before,
    button.email:hover:before,
    button.email.hover:before {
      background-color: #feacbb; } }
  a.download,
  button.download {
    display: inline-block;
    margin: 0 0 16px 0; }
    a.download:before,
    button.download:before {
      content: "";
      background-position: center;
      background-repeat: none;
      background-size: 16px;
      position: relative;
      top: 3px;
      display: inline-block;
      height: 16px;
      width: 16px;
      margin: 0 6px 0 0;
      transition: all 0.48s ease-out;
      mask: url("/graphics/icon-arrow-down-circle.svg") no-repeat center;
      background-color: rgba(0, 0, 0, 0.52); }
      @media (prefers-contrast: more) {
        a.download:before,
        button.download:before {
          background-color: rgba(0, 0, 0, 0.84); } }
      @media (prefers-color-scheme: dark) {
        a.download:before,
        button.download:before {
          background-color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    a.download:before,
    button.download:before {
      background-color: rgba(255, 255, 255, 0.84); } }
    a.download:hover:before, a.download.hover:before,
    button.download:hover:before,
    button.download.hover:before {
      transition-duration: 0.0s;
      background-color: #FC3359; }
      @media (prefers-contrast: more) {
        a.download:hover:before, a.download.hover:before,
        button.download:hover:before,
        button.download.hover:before {
          background-color: rgba(0, 0, 0, 0.84); } }
      @media (prefers-color-scheme: dark) {
        a.download:hover:before, a.download.hover:before,
        button.download:hover:before,
        button.download.hover:before {
          background-color: #fd5b7a; } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    a.download:hover:before, a.download.hover:before,
    button.download:hover:before,
    button.download.hover:before {
      background-color: #feacbb; } }
  a.emphasized,
  button.emphasized {
    transition: background-color 0.48s ease-out, color 0.48s ease-out;
    background-color: rgba(0, 0, 0, 0.04);
    color: black;
    font-weight: 475;
    border-radius: 22px;
    padding: 2px 12px 2.5px;
    display: table;
    width: auto;
    margin-top: 4px;
    margin-bottom: 17px; }
    a.emphasized:hover, a.emphasized.hover,
    button.emphasized:hover,
    button.emphasized.hover {
      transition-duration: 0s;
      color: #da032c;
      background-color: rgba(252, 51, 89, 0.12); }
      @media (prefers-color-scheme: dark) {
        a.emphasized:hover, a.emphasized.hover,
        button.emphasized:hover,
        button.emphasized.hover {
          background-color: #fd5b7a;
          border: 0.5px solid rgba(252, 51, 89, 0.12); } }
      a.emphasized.external:hover:after, a.emphasized.hover.external:after,
      button.emphasized.external:hover:after,
      button.emphasized.hover.external:after {
        background-color: #da032c; }
        @media (prefers-color-scheme: dark) {
          a.emphasized.external:hover:after, a.emphasized.hover.external:after,
          button.emphasized.external:hover:after,
          button.emphasized.hover.external:after {
            background-color: #fd5b7a; } }
    a.emphasized.disabled,
    button.emphasized.disabled {
      background-color: rgba(17, 17, 17, 0.12);
      cursor: inherit;
      pointer-events: none;
      opacity: 0.66; }
    a.emphasized.external:after,
    button.emphasized.external:after {
      margin-left: 4px;
      margin-right: -4px;
      background-color: rgba(0, 0, 0, 0.5); }
      @media (prefers-color-scheme: dark) {
        a.emphasized.external:after,
        button.emphasized.external:after {
          background-color: rgba(255, 255, 255, 0.5); } }
    a.emphasized + .emphasized,
    button.emphasized + .emphasized {
      margin-top: -6px; }
  a.emphasized-secondary, a.emphasized.emphasized-secondary,
  button.emphasized-secondary,
  button.emphasized.emphasized-secondary {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.08); }
    a.emphasized-secondary:hover, a.emphasized-secondary.hover, a.emphasized.emphasized-secondary:hover, a.emphasized.emphasized-secondary.hover,
    button.emphasized-secondary:hover,
    button.emphasized-secondary.hover,
    button.emphasized.emphasized-secondary:hover,
    button.emphasized.emphasized-secondary.hover {
      background-color: rgba(0, 0, 0, 0.12); }
      @media (prefers-color-scheme: dark) {
        a.emphasized-secondary:hover, a.emphasized-secondary.hover, a.emphasized.emphasized-secondary:hover, a.emphasized.emphasized-secondary.hover,
        button.emphasized-secondary:hover,
        button.emphasized-secondary.hover,
        button.emphasized.emphasized-secondary:hover,
        button.emphasized.emphasized-secondary.hover {
          background-color: #fd5b7a; } }
    a.emphasized-secondary.disabled, a.emphasized.emphasized-secondary.disabled,
    button.emphasized-secondary.disabled,
    button.emphasized.emphasized-secondary.disabled {
      background-color: rgba(17, 17, 17, 0.24); }
    a.emphasized-secondary.external:after, a.emphasized.emphasized-secondary.external:after,
    button.emphasized-secondary.external:after,
    button.emphasized.emphasized-secondary.external:after {
      background-color: rgba(0, 0, 0, 0.92); }
      @media (prefers-color-scheme: dark) {
        a.emphasized-secondary.external:after, a.emphasized.emphasized-secondary.external:after,
        button.emphasized-secondary.external:after,
        button.emphasized.emphasized-secondary.external:after {
          background-color: black; } }
    a.emphasized-secondary .icon, a.emphasized.emphasized-secondary .icon,
    button.emphasized-secondary .icon,
    button.emphasized.emphasized-secondary .icon {
      background-color: rgba(0, 0, 0, 0.92); }
      @media (prefers-contrast: more) {
        a.emphasized-secondary .icon, a.emphasized.emphasized-secondary .icon,
        button.emphasized-secondary .icon,
        button.emphasized.emphasized-secondary .icon {
          background-color: black; } }
      @media (prefers-color-scheme: dark) {
        a.emphasized-secondary .icon, a.emphasized.emphasized-secondary .icon,
        button.emphasized-secondary .icon,
        button.emphasized.emphasized-secondary .icon {
          background-color: rgba(255, 255, 255, 0.92); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    a.emphasized-secondary .icon, a.emphasized.emphasized-secondary .icon,
    button.emphasized-secondary .icon,
    button.emphasized.emphasized-secondary .icon {
      background-color: white; } }
b {
  font-weight: 475; }

em {
  color: black;
  font-weight: 475;
  font-style: normal; }
  @media (prefers-color-scheme: dark) {
    em {
      color: white; } }
::selection {
  background-color: rgba(252, 51, 89, 0.16);
  color: #580112;
  text-shadow: none; }
  @media (prefers-color-scheme: dark) {
    ::selection {
      color: #fed4dc; } }
nobr {
  white-space: nowrap; }

html {
  overflow-x: hidden; }

body {
  margin: 0 auto 0;
  background-color: white;
  max-width: 1440px;
  padding: 44px 22px 44px;
  position: relative; }
  @media (min-width: 600px) {
    body {
      padding-left: 3.5%;
      padding-right: 3.5%; } }
  @media (min-width: 1000px) {
    body {
      padding: 44px 3.5% 44px; } }
  @media (prefers-color-scheme: dark) {
    body {
      background-color: #0f0f0f; } }
button {
  cursor: pointer;
  background-color: transparent;
  border: none; }

footer {
  width: 100%;
  clear: both;
  position: relative;
  height: auto;
  color: rgba(0, 0, 0, 0.52);
  padding: 126px 0 0; }
  @media (min-width: 800px) {
    footer {
      padding: 222px 0 0; } }
  @media (prefers-contrast: more) {
    footer {
      color: rgba(0, 0, 0, 0.76); } }
  @media (prefers-color-scheme: dark) {
    footer {
      color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    footer {
      color: rgba(255, 255, 255, 0.8); } }
  footer p {
    font-size: inherit;
    color: inherit;
    padding: 0 0 12px 0;
    width: 100%;
    line-height: inherit; }
    @media (min-width: 800px) {
      footer p {
        padding-right: 36.3166666667%; } }
  footer a {
    font-size: inherit; }
  footer nav {
    font-size: inherit;
    margin-top: -6px; }
    @media (max-width: 799px) {
      footer nav {
        padding: 12px 0; } }
    footer nav .icon {
      margin: 8.5px 8px 9.5px 0px;
      float: left;
      width: 16px;
      height: 16px;
      background-size: 16px; }
    footer nav ul {
      display: inline-block;
      font-size: inherit; }
      footer nav ul li {
        font-size: inherit; }
        footer nav ul li a {
          font-size: inherit;
          font-weight: inherit;
          padding: 8px; }

header {
  width: 100%;
  max-width: 1440px;
  padding-top: 27px !important;
  padding-bottom: 17px !important; }
  header p, header a {
    font-weight: 475;
    color: inherit;
    padding: 0; }
    @media (min-width: 800px) {
      header p, header a {
        float: left; } }
  header p {
    width: auto; }
    header p a {
      font-weight: 475; }
      @media (max-width: 799px) {
        header p a {
          display: block; } }
  header small {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.52); }
    @media (prefers-contrast: more) {
      header small {
        color: rgba(0, 0, 0, 0.76); } }
    @media (prefers-color-scheme: dark) {
      header small {
        color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    header small {
      color: rgba(255, 255, 255, 0.8); } }
    header small i {
      color: inherit;
      padding: 0 2px 0 8px;
      opacity: 0.8; }
  header a:not(.emphasized),
  header button {
    color: #141414; }
    @media (prefers-contrast: more) {
      header a:not(.emphasized),
      header button {
        color: black; } }
    @media (prefers-color-scheme: dark) {
      header a:not(.emphasized),
      header button {
        color: #ebebeb; } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    header a:not(.emphasized),
    header button {
      color: white; } }
    header a:not(.emphasized):hover, header a.hover:not(.emphasized),
    header button:hover,
    header button.hover {
      color: #fb0b38; }
      @media (prefers-color-scheme: dark) {
        header a:not(.emphasized):hover, header a.hover:not(.emphasized),
        header button:hover,
        header button.hover {
          color: #fd5b7a; } }
  header ul {
    padding: 0; }
    @media (max-width: 799px) {
      header ul {
        padding-top: 22px; } }
    @media (min-width: 800px) {
      header ul {
        position: relative;
        top: 22px; } }
    header ul li {
      width: auto !important;
      display: inline-block;
      padding-top: 0;
      padding-right: 11px;
      padding-bottom: 0; }

img {
  width: 100%;
  height: auto;
  border-radius: 11px; }

picture img {
  width: 100%; }

img.app-icon {
  width: 72px;
  height: 72px;
  border-radius: 19.25px;
  margin-bottom: 8px; }
  @media (min-width: 400px) {
    img.app-icon {
      width: 99px;
      height: 99px;
      border-radius: 26.5px; } }
  @media (min-width: 800px) and (max-width: 999px) {
    img.app-icon {
      width: 72px;
      height: 72px;
      border-radius: 19.25px; } }
  @media (min-width: 1000px) {
    img.app-icon {
      width: 99px;
      height: 99px;
      border-radius: 26.5px; } }
@media (max-width: 799px) {
  img.variable-aspect-ratio,
  picture.variable-aspect-ratio,
  picture.variable-aspect-ratio img {
    aspect-ratio: 4 / 3;
    object-fit: cover; } }

img.cover,
picture.cover,
picture.cover img {
  width: 100%;
  height: auto;
  margin: 6px 0 6px 0;
  border-radius: none; }
  @media (min-width: 800px) {
    img.cover,
    picture.cover,
    picture.cover img {
      margin: 22px 0 22px 0; } }
main {
  width: 100%; }

main.work-whatsapp img {
  background-color: #FCF5EB; }
  @media (prefers-color-scheme: dark) {
    main.work-whatsapp img {
      background-color: #191919; } }
main.work-google-care-studio img {
  background-color: #F0F4F9; }
  @media (prefers-color-scheme: dark) {
    main.work-google-care-studio img {
      background-color: #1D1D1D; } }
main.work-streams img {
  background-color: #FAFAFA; }
  @media (prefers-color-scheme: dark) {
    main.work-streams img {
      background-color: #1D1D1D; } }
nav ul {
  list-style: none;
  padding: 0; }
  nav ul li {
    display: inline-block; }
  nav ul a {
    float: left;
    font-weight: 475;
    padding: 0 12px;
    color: #8a8a8a; }
    @media (prefers-contrast: more) {
      nav ul a {
        color: #616161; } }
    @media (prefers-color-scheme: dark) {
      nav ul a {
        color: #8a8a8a; } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    nav ul a {
      color: #9e9e9e; } }
    nav ul a.active {
      color: #141414;
      position: relative; }
      nav ul a.active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 12px;
        right: 12px;
        height: 1.75px;
        background-color: rgba(0, 0, 0, 0.92); }
        @media (prefers-contrast: more) {
          nav ul a.active:after {
            background-color: black; } }
        @media (prefers-color-scheme: dark) {
          nav ul a.active:after {
            background-color: rgba(255, 255, 255, 0.92); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    nav ul a.active:after {
      background-color: white; } }
      @media (prefers-contrast: more) {
        nav ul a.active {
          color: black; } }
      @media (prefers-color-scheme: dark) {
        nav ul a.active {
          color: #ebebeb; } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    nav ul a.active {
      color: white; } }
      nav ul a.active:hover, nav ul a.active.hover {
        color: inherit; }
    nav ul a:hover, nav ul a.hover {
      color: #fb0b38; }
      @media (prefers-color-scheme: dark) {
        nav ul a:hover, nav ul a.hover {
          color: #fd5b7a; } }
section {
  padding: 44px 0; }
  @media (min-width: 800px) {
    section {
      padding: 66px 0; } }
  section > h2 {
    margin: 27px 0 17px 0; }

.video-player {
  position: relative;
  margin: 0; }
  .video-player:after {
    content: "";
    position: absolute;
    pointer-events: none;
    display: block;
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 5px;
    border-radius: 11px;
    border: 0.5px solid rgba(0, 0, 0, 0.16);
    z-index: 1; }
  .video-player video {
    aspect-ratio: 1/1;
    border-radius: 11px;
    width: 100%;
    height: auto;
    margin: 0 0 -1.5px 0;
    clip-path: inset(1px 1px 1px 1px round 11px); }
    .video-player video.video-playing + button {
      opacity: 0;
      transition: opacity 0.24s ease-out 0.72s; }
      .video-player video.video-playing + button:hover {
        opacity: 1; }
      @media (hover: hover) {
        .video-player video.video-playing + button:hover {
          opacity: 1; } }
    .video-player video.video-playing:hover + button {
      opacity: 1;
      transition: opacity 0.24s ease-out 0s; }
    @media (hover: hover) {
      .video-player video.video-playing:hover + button {
        opacity: 1;
        transition: opacity 0.24s ease-out 0s; } }
  .video-player button {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 60px;
    margin-left: -30px;
    height: 60px;
    margin-bottom: -30px;
    background-color: rgba(87, 87, 87, 0.5);
    cursor: pointer;
    border-radius: 30px;
    backdrop-filter: blur(20px); }
    .video-player button:active .video-control-label-play,
    .video-player button:active .video-control-label-pause,
    .video-player button:active .video-control-label-replay {
      transform: scale(0.9); }
    .video-player button:hover {
      opacity: 1; }
  .video-player .video-control-label-play,
  .video-player .video-control-label-pause,
  .video-player .video-control-label-replay {
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 36px;
    background-position: center;
    transition: transform ease-out 0.12s; }
  .video-player .video-control-label-play {
    background-image: url("/graphics/icon-play-3x.png"); }
  .video-player .video-control-label-pause {
    display: none;
    background-image: url("/graphics/icon-pause-3x.png"); }
  .video-player .video-control-label-replay {
    display: none;
    background-image: url("/graphics/icon-replay-3x.png"); }

video {
  width: 100%;
  height: auto;
  border-radius: 11px;
  margin: 0;
  clip-path: inset(1px 1px 1px 1px round 11px); }

@media (max-width: 799px) {
  .columns {
    width: 100%; } }

@media (min-width: 800px) {
  .columns {
    display: flex;
    gap: 1.75%;
    padding: 22px 0; } }

.columns > * > * {
  width: 100%; }

@media (min-width: 800px) {
  .columns-2-10 > *:nth-child(1) {
    flex-basis: 15.725%;
    width: 15.725%; }
  .columns-2-10 > *:nth-child(2) {
    flex-basis: 82.425%;
    width: 82.425%; } }

@media (min-width: 800px) {
  .columns-4-8 > *:nth-child(1) {
    flex-basis: 32.125%;
    width: 32.125%; }
  .columns-4-8 > *:nth-child(2) {
    flex-basis: 66.125%;
    width: 66.125%; } }

@media (min-width: 800px) {
  .columns-4-4 > *:nth-child(1),
  .columns-4-4 > *:nth-child(2) {
    flex-basis: 32.125%;
    width: 32.125%; } }

@media (min-width: 800px) {
  .columns-4-4-4 > *:nth-child(1),
  .columns-4-4-4 > *:nth-child(2),
  .columns-4-4-4 > *:nth-child(3) {
    flex-basis: 32.125%;
    width: 32.125%; } }

@media (min-width: 800px) {
  .columns-3-3-3-3 > *:nth-child(1),
  .columns-3-3-3-3 > *:nth-child(2),
  .columns-3-3-3-3 > *:nth-child(3),
  .columns-3-3-3-3 > *:nth-child(4) {
    flex-basis: 24.125%;
    width: 24.125%; } }

@media (min-width: 800px) {
  .columns-2-2-2-2-2-2 > *:nth-child(1),
  .columns-2-2-2-2-2-2 > *:nth-child(2),
  .columns-2-2-2-2-2-2 > *:nth-child(3),
  .columns-2-2-2-2-2-2 > *:nth-child(4),
  .columns-2-2-2-2-2-2 > *:nth-child(5),
  .columns-2-2-2-2-2-2 > *:nth-child(6) {
    flex-basis: 15.725%;
    width: 15.725%; } }

@media (min-width: 800px) {
  .columns-6-6 > *:nth-child(1),
  .columns-6-6 > *:nth-child(2) {
    flex-basis: 49.125%;
    width: 49.125%; } }

@media (max-width: 799px) {
  .columns-mobile-6-6 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75%; }
    .columns-mobile-6-6 > * {
      flex-basis: 49.125%;
      width: 49.125%; } }

@media (min-width: 800px) {
  .columns-6-4 > *:nth-child(1) {
    flex-basis: 49.125%;
    width: 49.125%; }
  .columns-6-4 > *:nth-child(2) {
    flex-basis: 32.125%;
    width: 32.125%; } }

@media (min-width: 800px) {
  .columns-8-4 > *:nth-child(1) {
    flex-basis: 66.125%;
    width: 66.125%; }
  .columns-8-4 > *:nth-child(2) {
    flex-basis: 32.125%;
    width: 32.125%; } }

.vstack img,
.vstack video,
.vstack picture > img {
  border-radius: 0px;
  margin-top: -5px;
  clip-path: inset(0.5px 0.5px 0.5px 0.5px round 0); }

.vstack > img:first-child,
.vstack > video:first-child,
.vstack > picture:first-child > img {
  border-radius: 18px 18px 0 0; }

.vstack > video:first-child {
  clip-path: inset(0.5px 0.5px 0.5px 0.5px round 18px 18px 0 0); }

.vstack > img:last-child,
.vstack > video:last-child,
.vstack > picture:last-child > img {
  border-radius: 0 0 18px 18px;
  margin-bottom: -5px; }

.vstack > video:last-child {
  clip-path: inset(0.5px 0.5px 0.5px 0.5px round 0 0 18px 18px); }

.vstack video {
  height: auto; }

.col-1 {
  flex: 0 0 calc(8.333% - 1.75%);
  max-width: calc(8.333% - 1.75%); }

.col-2 {
  flex: 0 0 calc(16.666% - 1.75%);
  max-width: calc(16.666% - 1.75%); }

.col-3 {
  flex: 0 0 calc(25% - 1.75%);
  max-width: calc(25% - 1.75%); }

.col-4 {
  flex: 0 0 calc(33.333% - 1.75%);
  max-width: calc(33.333% - 1.75%); }

.col-5 {
  flex: 0 0 calc(41.666% - 1.75%);
  max-width: calc(41.666% - 1.75%); }

.col-6 {
  flex: 0 0 calc(50% - 1.75%);
  max-width: calc(50% - 1.75%); }

.col-7 {
  flex: 0 0 calc(58.333% - 1.75%);
  max-width: calc(58.333% - 1.75%); }

.col-8 {
  flex: 0 0 calc(66.666% - 1.75%);
  max-width: calc(66.666% - 1.75%); }

.col-9 {
  flex: 0 0 calc(75% - 1.75%);
  max-width: calc(75% - 1.75%); }

.col-10 {
  flex: 0 0 calc(83.333% - 1.75%);
  max-width: calc(83.333% - 1.75%); }

.col-11 {
  flex: 0 0 calc(91.666% - 1.75%);
  max-width: calc(91.666% - 1.75%); }

.col-12 {
  flex: 0 0 calc(100% - 1.75%);
  max-width: calc(100% - 1.75%); }

@media (max-width: 599px) {
  .col-mobile-1 {
    flex: 0 0 calc(8.333% - 1.75%);
    max-width: calc(8.333% - 1.75%); }
  .col-mobile-2 {
    flex: 0 0 calc(16.666% - 1.75%);
    max-width: calc(16.666% - 1.75%); }
  .col-mobile-3 {
    flex: 0 0 calc(25% - 1.75%);
    max-width: calc(25% - 1.75%); }
  .col-mobile-4 {
    flex: 0 0 calc(33.333% - 1.75%);
    max-width: calc(33.333% - 1.75%); }
  .col-mobile-5 {
    flex: 0 0 calc(41.666% - 1.75%);
    max-width: calc(41.666% - 1.75%); }
  .col-mobile-6 {
    flex: 0 0 calc(50% - 1.75%);
    max-width: calc(50% - 1.75%); }
  .col-mobile-7 {
    flex: 0 0 calc(58.333% - 1.75%);
    max-width: calc(58.333% - 1.75%); }
  .col-mobile-8 {
    flex: 0 0 calc(66.666% - 1.75%);
    max-width: calc(66.666% - 1.75%); }
  .col-mobile-9 {
    flex: 0 0 calc(75% - 1.75%);
    max-width: calc(75% - 1.75%); }
  .col-mobile-10 {
    flex: 0 0 calc(83.333% - 1.75%);
    max-width: calc(83.333% - 1.75%); }
  .col-mobile-11 {
    flex: 0 0 calc(91.666% - 1.75%);
    max-width: calc(91.666% - 1.75%); }
  .col-mobile-12 {
    flex: 0 0 calc(100% - 1.75%);
    max-width: calc(100% - 1.75%); } }

@media (min-width: 600px) and (max-width: 799px) {
  .col-tablet-1 {
    flex: 0 0 calc(8.333% - 1.75%);
    max-width: calc(8.333% - 1.75%); }
  .col-tablet-2 {
    flex: 0 0 calc(16.666% - 1.75%);
    max-width: calc(16.666% - 1.75%); }
  .col-tablet-3 {
    flex: 0 0 calc(25% - 1.75%);
    max-width: calc(25% - 1.75%); }
  .col-tablet-4 {
    flex: 0 0 calc(33.333% - 1.75%);
    max-width: calc(33.333% - 1.75%); }
  .col-tablet-5 {
    flex: 0 0 calc(41.666% - 1.75%);
    max-width: calc(41.666% - 1.75%); }
  .col-tablet-6 {
    flex: 0 0 calc(50% - 1.75%);
    max-width: calc(50% - 1.75%); }
  .col-tablet-7 {
    flex: 0 0 calc(58.333% - 1.75%);
    max-width: calc(58.333% - 1.75%); }
  .col-tablet-8 {
    flex: 0 0 calc(66.666% - 1.75%);
    max-width: calc(66.666% - 1.75%); }
  .col-tablet-9 {
    flex: 0 0 calc(75% - 1.75%);
    max-width: calc(75% - 1.75%); }
  .col-tablet-10 {
    flex: 0 0 calc(83.333% - 1.75%);
    max-width: calc(83.333% - 1.75%); }
  .col-tablet-11 {
    flex: 0 0 calc(91.666% - 1.75%);
    max-width: calc(91.666% - 1.75%); }
  .col-tablet-12 {
    flex: 0 0 calc(100% - 1.75%);
    max-width: calc(100% - 1.75%); } }

@media (min-width: 800px) {
  .col-desktop-1 {
    flex: 0 0 calc(8.333% - 1.75%);
    max-width: calc(8.333% - 1.75%); }
  .col-desktop-2 {
    flex: 0 0 calc(16.666% - 1.75%);
    max-width: calc(16.666% - 1.75%); }
  .col-desktop-3 {
    flex: 0 0 calc(25% - 1.75%);
    max-width: calc(25% - 1.75%); }
  .col-desktop-4 {
    flex: 0 0 calc(33.333% - 1.75%);
    max-width: calc(33.333% - 1.75%); }
  .col-desktop-5 {
    flex: 0 0 calc(41.666% - 1.75%);
    max-width: calc(41.666% - 1.75%); }
  .col-desktop-6 {
    flex: 0 0 calc(50% - 1.75%);
    max-width: calc(50% - 1.75%); }
  .col-desktop-7 {
    flex: 0 0 calc(58.333% - 1.75%);
    max-width: calc(58.333% - 1.75%); }
  .col-desktop-8 {
    flex: 0 0 calc(66.666% - 1.75%);
    max-width: calc(66.666% - 1.75%); }
  .col-desktop-9 {
    flex: 0 0 calc(75% - 1.75%);
    max-width: calc(75% - 1.75%); }
  .col-desktop-10 {
    flex: 0 0 calc(83.333% - 1.75%);
    max-width: calc(83.333% - 1.75%); }
  .col-desktop-11 {
    flex: 0 0 calc(91.666% - 1.75%);
    max-width: calc(91.666% - 1.75%); }
  .col-desktop-12 {
    flex: 0 0 calc(100% - 1.75%);
    max-width: calc(100% - 1.75%); } }

.col-auto {
  flex: 1 1 auto;
  max-width: 100%; }

#dialog.visible .dialog-body {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) scale(1); }

#dialog.visible .dialog-overlay {
  visibility: visible;
  opacity: 1; }

#dialog .dialog-body {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 2;
  padding: 12px 22px 22px;
  background-color: white;
  border-radius: 16px;
  width: 360px;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
  transform: translateY(-50%) scale(0.94);
  transition: visibility 0.16s ease-out, opacity 0.16s ease-out, transform 0.16s ease-out; }
  @media (prefers-color-scheme: dark) {
    #dialog .dialog-body {
      background-color: #0f0f0f;
      box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08), inset 0 0 0 0.5px rgba(255, 255, 255, 0.12); } }
  #dialog .dialog-body h2 {
    margin-bottom: 16.5px; }
  #dialog .dialog-body p {
    margin-top: -22px;
    width: 100%; }
  #dialog .dialog-body img {
    width: 100%;
    height: auto;
    margin: 12px 0; }
  #dialog .dialog-body a {
    display: block;
    clear: both; }
  #dialog .dialog-body .dialog-close-button {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    cursor: pointer; }
    #dialog .dialog-body .dialog-close-button .icon {
      cursor: pointer;
      position: relative;
      top: initial;
      right: initial;
      left: initial;
      bottom: initial;
      width: 48px;
      height: 48px;
      padding: 16px;
      margin: initial; }

#dialog .dialog-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(6px);
  transition: visibility 0.24s ease-out, opacity 0.24s ease-out, backdrop-filter 0.24s ease-out; }
  @media (prefers-color-scheme: dark) {
    #dialog .dialog-overlay {
      background-color: rgba(0, 0, 0, 0.72); } }
#dialog .copy-to-clipboard-textarea {
  margin: 6px 0;
  display: flex; }
  #dialog .copy-to-clipboard-textarea textarea {
    border-radius: 8px;
    padding: 9px 12px 11px;
    resize: none;
    height: 42px;
    outline: none;
    font-size: 115%;
    letter-spacing: 1px;
    font-variant-numeric: slashed-zero;
    font-variant-numeric: lining-nums;
    background-color: rgba(0, 0, 0, 0.06);
    border: 1.5px solid transparent;
    white-space: nowrap; }
    @media (min-width: 800px) {
      #dialog .copy-to-clipboard-textarea textarea {
        font-size: 125%; } }
    @media (prefers-contrast: more) {
      #dialog .copy-to-clipboard-textarea textarea {
        border: 1.5px solid rgba(0, 0, 0, 0.68); } }
    @media (prefers-color-scheme: dark) {
      #dialog .copy-to-clipboard-textarea textarea {
        background-color: rgba(255, 255, 255, 0.06); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    #dialog .copy-to-clipboard-textarea textarea {
      border: 1.5px solid rgba(255, 255, 255, 0.68); } }
    @media (prefers-color-scheme: dark) {
      #dialog .copy-to-clipboard-textarea textarea {
        color: white; } }
  #dialog .copy-to-clipboard-textarea button {
    padding: 11px 0 12px 11px;
    font-weight: 475;
    width: 100px;
    text-align: left;
    transition: all 0.12s ease-out; }
    #dialog .copy-to-clipboard-textarea button .icon {
      margin-right: 0; }
    #dialog .copy-to-clipboard-textarea button .label {
      display: block;
      width: 96px;
      height: 35px;
      position: relative; }
    #dialog .copy-to-clipboard-textarea button .label-default,
    #dialog .copy-to-clipboard-textarea button .label-confirmation {
      visibility: visible;
      opacity: 1;
      white-space: nowrap;
      overflow: ellipsis;
      text-overflow: ellipsis;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      transition: visibility 0.16s ease-out, opacity 0.16s ease-out; }
    #dialog .copy-to-clipboard-textarea button .label-confirmation {
      visibility: hidden;
      opacity: 0; }
    #dialog .copy-to-clipboard-textarea button.show-confirmation .label-default {
      visibility: hidden;
      opacity: 0; }
    #dialog .copy-to-clipboard-textarea button.show-confirmation .label-confirmation {
      visibility: visible;
      opacity: 1; }
  #dialog .copy-to-clipboard-textarea span {
    color: inherit; }

.face-pile {
  margin: 2px 0;
  padding: 0; }
  .face-pile li {
    margin: 6px 0 6px 0;
    padding: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    font-weight: 475;
    border-radius: 20px;
    border: 2px solid white; }
    @media (prefers-color-scheme: dark) {
      .face-pile li {
        border: 2px solid black; } }
    .face-pile li img {
      border-radius: 20px;
      border: none;
      background-color: whitesmoke;
      outline: 1px solid rgba(0, 0, 0, 0.08);
      outline-offset: -1px; }
      @media (prefers-color-scheme: dark) {
        .face-pile li img {
          background-color: #0a0a0a;
          outline: 0.5px solid rgba(255, 255, 255, 0.08); } }
    .face-pile li span {
      opacity: 0;
      position: absolute;
      font-size: 80%;
      background: rgba(255, 255, 255, 0.92);
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
      text-align: center;
      padding: 4px 8px;
      white-space: nowrap;
      left: 14px;
      top: -40px;
      z-index: 2;
      backdrop-filter: blur(6px);
      transform: translate(-50%, 12px) scale(0.5);
      transition: transform 0.16s ease-out, opacity 0.16s ease-out; }
      @media (prefers-color-scheme: dark) {
        .face-pile li span {
          background: rgba(0, 0, 0, 0.92); } }
    .face-pile li + li {
      margin-left: -10px; }
  @media (min-width: 799px) {
    .face-pile li:hover span {
      opacity: 1;
      transform: translate(-50%, 0) scale(1); } }
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2.5px;
  margin-right: 3px;
  font-size: 0;
  color: transparent;
  background-color: rgba(0, 0, 0, 0.52);
  transition: background-color 0.48s ease-out; }
  @media (prefers-contrast: more) {
    .icon {
      background-color: rgba(0, 0, 0, 0.84); } }
  @media (prefers-color-scheme: dark) {
    .icon {
      background-color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    .icon {
      background-color: rgba(255, 255, 255, 0.84); } }
a:hover .icon,
a.hover .icon,
button:hover .icon {
  transition-duration: 0.0s;
  background-color: #FC3359; }
  @media (prefers-contrast: more) {
    a:hover .icon,
    a.hover .icon,
    button:hover .icon {
      background-color: rgba(0, 0, 0, 0.84); } }
  @media (prefers-color-scheme: dark) {
    a:hover .icon,
    a.hover .icon,
    button:hover .icon {
      background-color: #fd5b7a; } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    a:hover .icon,
    a.hover .icon,
    button:hover .icon {
      background-color: #feacbb; } }
a.emphasized .icon {
  margin-right: 8px;
  margin-left: -3px;
  background-color: rgba(255, 255, 255, 0.92); }
  @media (prefers-contrast: more) {
    a.emphasized .icon {
      background-color: white; } }
.icon.icon-arrow-down {
  mask: url("/graphics/icon-arrow-down.svg") no-repeat center; }

.icon.icon-arrow-down-circle {
  mask: url("/graphics/icon-arrow-down-circle.svg") no-repeat center; }

.icon.icon-arrow-up-right {
  mask: url("/graphics/icon-arrow-up-right.svg") no-repeat center; }

.icon.icon-arrow-up-right-bold {
  mask: url("/graphics/icon-arrow-up-right-bold.svg") no-repeat center; }

.icon.icon-app-store {
  mask: url("/graphics/icon-app-store.svg") no-repeat center; }

.icon.icon-bluesky {
  mask: url("/graphics/icon-bluesky.svg") no-repeat center; }

.icon.icon-checkmark {
  mask: url("/graphics/icon-checkmark.svg") no-repeat center; }

.icon.icon-copy {
  mask: url("/graphics/icon-copy.svg") no-repeat center; }

.icon.icon-dribbble {
  mask: url("/graphics/icon-dribbble.svg") no-repeat center; }

.icon.icon-email {
  mask: url("/graphics/icon-email.svg") no-repeat center; }

.icon.icon-github {
  mask: url("/graphics/icon-github.svg") no-repeat center; }

.icon.icon-globe {
  mask: url("/graphics/icon-globe.svg") no-repeat center; }

.icon.icon-instagram {
  mask: url("/graphics/icon-instagram.svg") no-repeat center; }

.icon.icon-kakao {
  mask: url("/graphics/icon-kakao.svg") no-repeat center; }

.icon.icon-line {
  mask: url("/graphics/icon-line.svg") no-repeat center; }

.icon.icon-linkedin {
  mask: url("/graphics/icon-linkedin.svg") no-repeat center; }

.icon.icon-mastodon {
  mask: url("/graphics/icon-mastodon.svg") no-repeat center; }

.icon.icon-nintendo {
  mask: url("/graphics/icon-nintendo.svg") no-repeat center; }

.icon.icon-patreon {
  mask: url("/graphics/icon-patreon.svg") no-repeat center; }

.icon.icon-person {
  mask: url("/graphics/icon-person.svg") no-repeat center; }

.icon.icon-person-add {
  mask: url("/graphics/icon-person-add.svg") no-repeat center;
  width: 20px;
  background-size: 20px 16px; }

.icon.icon-playstation {
  mask: url("/graphics/icon-playstation.svg") no-repeat center; }

.icon.icon-readcv {
  mask: url("/graphics/icon-readcv.svg") no-repeat center; }

.icon.icon-retro {
  mask: url("/graphics/icon-retro.svg") no-repeat center; }

.icon.icon-signal {
  mask: url("/graphics/icon-signal.svg") no-repeat center; }

.icon.icon-substack {
  mask: url("/graphics/icon-substack.svg") no-repeat center; }

.icon.icon-threads {
  mask: url("/graphics/icon-threads.svg") no-repeat center; }

.icon.icon-whatsapp {
  mask: url("/graphics/icon-whatsapp.svg") no-repeat center; }

.icon.icon-xmark {
  mask: url("/graphics/icon-xmark.svg") no-repeat center; }

.icon.icon-youtube {
  mask: url("/graphics/icon-youtube.svg") no-repeat center; }

section.about picture.portrait img {
  margin-bottom: 16px; }
  @media (max-width: 799px) {
    section.about picture.portrait img {
      aspect-ratio: 4/3;
      object-fit: cover;
      object-position: 50% 22.5%; } }
section.about h1 {
  margin: -9px 0 110px 0; }
  @media (min-width: 800px) {
    section.about h1 {
      margin: 73px 0 78px; } }
  section.about h1 + .columns {
    padding-top: 0; }
    @media (max-width: 799px) {
      section.about h1 + .columns {
        margin-top: -12px; } }
    @media (min-width: 800px) {
      section.about h1 + .columns {
        margin-top: 22px; } }
section.about .columns > * {
  margin-bottom: 37px; }
  section.about .columns > * > p {
    max-width: 740px; }
  section.about .columns > * > h2:first-child {
    padding-top: 6px; }
  section.about .columns > * p:first-child {
    font-weight: 475;
    color: rgba(0, 0, 0, 0.92); }
    @media (prefers-contrast: more) {
      section.about .columns > * p:first-child {
        color: black; } }
    @media (prefers-color-scheme: dark) {
      section.about .columns > * p:first-child {
        color: rgba(255, 255, 255, 0.92); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    section.about .columns > * p:first-child {
      color: white; } }
section.apps {
  padding: 130px 0 23px 0; }
  section.apps h2 {
    margin: -9px 0 0 0; }
    @media (min-width: 800px) {
      section.apps h2 {
        margin: 73px 0 0 0; } }
  section.apps > p {
    width: 100%; }
  section.apps .columns {
    margin: 22px 0;
    padding: 7px 0; }
  section.apps img.app-icon {
    margin-bottom: 11px; }
  @media (min-width: 400px) and (max-width: 799px) {
    section.apps h1 br {
      display: none; } }
  @media (min-width: 1440px) {
    section.apps h1 br {
      display: none; } }
  section.apps h1 span {
    color: inherit;
    display: none; }
    @media (min-width: 400px) and (max-width: 799px) {
      section.apps h1 span {
        display: inline; } }
    @media (min-width: 1440px) {
      section.apps h1 span {
        display: inline; } }
  section.apps p {
    margin-top: -6px;
    padding-right: 12px;
    margin-bottom: 26px; }

@media (max-width: 799px) {
  section.apps main.apps-currency {
    background-image: url("/images/nuno-coelho-santos-apps-currency-hero-portrait-3x.webp"); } }

@media (min-width: 800px) {
  section.apps main.apps-currency {
    background-image: url("/images/nuno-coelho-santos-apps-currency-hero-landscape-3x.webp"); } }

section.apps main.apps-currency h3 {
  color: white; }

@media (max-width: 799px) {
  section.apps main.apps-nuggets {
    background-image: url("/images/nuno-coelho-santos-apps-nuggets-hero-portrait-3x.webp"); } }

@media (min-width: 800px) {
  section.apps main.apps-nuggets {
    background-image: url("/images/nuno-coelho-santos-apps-nuggets-hero-landscape-3x.webp"); } }

section.apps main.apps-word-cards {
  background-color: #E36300; }
  @media (max-width: 799px) {
    section.apps main.apps-word-cards {
      background-image: url("/images/nuno-coelho-santos-apps-word-cards-hero-portrait-3x.webp"); } }
  @media (min-width: 800px) {
    section.apps main.apps-word-cards {
      background-image: url("/images/nuno-coelho-santos-apps-word-cards-hero-landscape-3x.webp"); } }
  section.apps main.apps-word-cards h3 {
    color: white; }

section.cv {
  padding-bottom: 45px; }
  section.cv > h2 {
    margin: 28px 0 16px 0; }
  section.cv > ul {
    padding: 0; }
    section.cv > ul > li {
      padding-left: 110px;
      padding-top: 6px !important;
      padding-bottom: 16px !important; }
    section.cv > ul ul {
      padding: 0; }
    section.cv > ul li {
      max-width: 740px;
      padding-top: 0;
      padding-bottom: 0;
      position: relative;
      color: rgba(0, 0, 0, 0.52); }
      @media (prefers-contrast: more) {
        section.cv > ul li {
          color: rgba(0, 0, 0, 0.76); } }
      @media (prefers-color-scheme: dark) {
        section.cv > ul li {
          color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    section.cv > ul li {
      color: rgba(255, 255, 255, 0.8); } }
      section.cv > ul li a {
        color: inherit; }
        section.cv > ul li a:hover, section.cv > ul li a.hover {
          color: #fb0b38; }
          @media (prefers-color-scheme: dark) {
            section.cv > ul li a:hover, section.cv > ul li a.hover {
              color: #fd5b7a; } }
      section.cv > ul li b {
        line-height: inherit;
        display: block;
        font-weight: 475; }
      section.cv > ul li em {
        line-height: inherit;
        position: absolute;
        left: 0;
        font-weight: 400;
        top: 6px;
        color: inherit;
        font-variant-numeric: tabular-nums; }
      section.cv > ul li i {
        line-height: inherit;
        font-style: normal;
        color: inherit;
        display: inline-block;
        width: 96px; }

section.experiments > h1 {
  margin: -9px 0 77px 0; }
  @media (min-width: 800px) {
    section.experiments > h1 {
      margin: 73px 0 77px; } }
section.experiments > h2 {
  margin: 27px 0 16px 0; }

section.experiments > h4 {
  padding-top: 23px;
  margin-bottom: 12px; }
  @media (min-width: 800px) {
    section.experiments > h4 {
      margin-bottom: -12px; } }
section.experiments .experiment {
  position: relative;
  margin-bottom: 16px; }
  @media (min-width: 800px) {
    section.experiments .experiment {
      margin-bottom: 0; } }
  section.experiments .experiment video {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    border-radius: 11px;
    background-color: #EFEFEF;
    display: block; }
    @media (prefers-color-scheme: dark) {
      section.experiments .experiment video {
        background-color: #101010; } }
  section.experiments .experiment p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    color: white;
    font-weight: 500;
    padding: 0;
    width: 100%;
    padding: 64px 16px 16px 16px;
    border-radius: 0 0 11px 11px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    section.experiments .experiment p small {
      display: block;
      color: rgba(255, 255, 255, 0.84);
      width: 100%;
      font-weight: 350; }
      @media (prefers-contrast: more) {
        section.experiments .experiment p small {
          color: rgba(255, 255, 255, 0.92); } }
    section.experiments .experiment p:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 1px;
      left: 1px;
      bottom: 0;
      z-index: -1;
      border-radius: 0 0 11px 11px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.55) 100%); }

section.experiments .columns {
  padding-bottom: 0; }

main.links {
  margin: 0 auto;
  max-width: 375px;
  text-align: center; }
  main.links picture {
    width: 64px;
    height: 64px; }
    main.links picture img {
      width: 64px;
      height: 64px;
      border-radius: 64px;
      aspect-ratio: 1/1;
      object-fit: cover;
      object-position: 50% 22.5%;
      background: rgba(0, 0, 0, 0.04); }
      @media (prefers-color-scheme: dark) {
        main.links picture img {
          background: rgba(255, 255, 255, 0.06); } }
  main.links h1 {
    font-weight: 500; }
  main.links ul.links-row li {
    display: inline-block; }
    main.links ul.links-row li .icon {
      width: 32px;
      height: 32px;
      mask-size: 20px;
      display: block; }
  main.links ul.links-button-stack {
    margin: 24px 0 12px 0; }
    main.links ul.links-button-stack li a {
      transition: color 0.48s ease-out, background 0.48s ease-out;
      background: rgba(0, 0, 0, 0.04);
      display: block;
      width: 100%;
      text-align: left;
      padding: 16.5px 16px 16.5px 64px;
      height: 56px;
      border-radius: 15px;
      color: rgba(0, 0, 0, 0.92);
      font-weight: 500; }
      @media (prefers-contrast: more) {
        main.links ul.links-button-stack li a {
          color: black; } }
      @media (prefers-color-scheme: dark) {
        main.links ul.links-button-stack li a {
          background: rgba(255, 255, 255, 0.06);
          color: rgba(255, 255, 255, 0.92); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    main.links ul.links-button-stack li a {
      color: white; } }
      main.links ul.links-button-stack li a img {
        width: 48px;
        height: 48px;
        position: absolute;
        left: 4px;
        top: 4px;
        bottom: 4px;
        aspect-ratio: 1/1;
        border-radius: 12px; }
      main.links ul.links-button-stack li a:after {
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -8.5px; }
      main.links ul.links-button-stack li a:before {
        display: none; }
      main.links ul.links-button-stack li a br {
        display: none; }
      main.links ul.links-button-stack li a small {
        color: rgba(0, 0, 0, 0.52);
        position: absolute;
        right: 40px;
        font-weight: 400;
        transition: color 0.48s ease-out, background 0.48s ease-out; }
        @media (prefers-contrast: more) {
          main.links ul.links-button-stack li a small {
            color: rgba(0, 0, 0, 0.76); } }
        @media (prefers-color-scheme: dark) {
          main.links ul.links-button-stack li a small {
            color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    main.links ul.links-button-stack li a small {
      color: rgba(255, 255, 255, 0.8); } }
      main.links ul.links-button-stack li a:hover {
        color: #fb0b38;
        background: rgba(252, 51, 89, 0.08);
        transition-duration: 0s; }
        @media (prefers-color-scheme: dark) {
          main.links ul.links-button-stack li a:hover {
            color: #fd5b7a; } }
        main.links ul.links-button-stack li a:hover small {
          color: #fb0b38;
          transition-duration: 0s; }
          @media (prefers-color-scheme: dark) {
            main.links ul.links-button-stack li a:hover small {
              color: #fd5b7a; } }
#mark {
  display: none;
  width: 100%;
  background: linear-gradient(0.25turn, #55F652, #FFCA4D, #F11917, #661A61);
  position: absolute;
  height: 6px;
  top: 0;
  left: 0;
  right: 0; }

section.people-id-love-to-meet ul.checklist {
  column-count: 4;
  column-gap: 1.75%;
  vertical-align: top;
  align-content: start; }
  @media (max-width: 799px) {
    section.people-id-love-to-meet ul.checklist {
      column-count: 2; } }
  section.people-id-love-to-meet ul.checklist a {
    color: inherit; }
    section.people-id-love-to-meet ul.checklist a:hover, section.people-id-love-to-meet ul.checklist a.hover {
      color: #fc1f49; }
      @media (prefers-color-scheme: dark) {
        section.people-id-love-to-meet ul.checklist a:hover, section.people-id-love-to-meet ul.checklist a.hover {
          color: rgba(252, 71, 105, 0.9); } }
  section.people-id-love-to-meet ul.checklist li {
    display: inline-block;
    width: 100%; }
    section.people-id-love-to-meet ul.checklist li:before {
      content: "";
      background-image: url("/graphics/icon-checkbox-3x.png");
      background-size: 16px;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      height: 16px;
      width: 22px;
      text-align: center;
      position: relative;
      top: 2px;
      right: 2px; }
      @media (prefers-color-scheme: dark) {
        section.people-id-love-to-meet ul.checklist li:before {
          background-image: url("/graphics/icon-checkbox-dark-3x.png"); } }
  section.people-id-love-to-meet ul.checklist li.checked {
    color: rgba(252, 51, 89, 0.9); }
    @media (prefers-color-scheme: dark) {
      section.people-id-love-to-meet ul.checklist li.checked {
        color: #fd6f8a; } }
    section.people-id-love-to-meet ul.checklist li.checked:before {
      background-image: url("/graphics/icon-checkbox-checked-3x.png"); }
      @media (prefers-color-scheme: dark) {
        section.people-id-love-to-meet ul.checklist li.checked:before {
          background-image: url("/graphics/icon-checkbox-checked-dark-3x.png"); } }
main.work .video-player {
  margin-bottom: 6px; }

main.work h4 {
  padding-top: 10px; }
  @media (min-width: 800px) {
    main.work h4 {
      padding-top: 5px; } }
main.work h6 {
  padding-bottom: 5px; }
  main.work h6 a {
    color: inherit; }
    main.work h6 a:hover {
      color: #fb0b38; }
      @media (prefers-color-scheme: dark) {
        main.work h6 a:hover {
          color: #fd5b7a; } }
  main.work h6 span {
    color: rgba(0, 0, 0, 0.52);
    display: inline-block;
    width: 8.5666666667%; }
    @media (prefers-contrast: more) {
      main.work h6 span {
        color: rgba(0, 0, 0, 0.76); } }
    @media (prefers-color-scheme: dark) {
      main.work h6 span {
        color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    main.work h6 span {
      color: rgba(255, 255, 255, 0.8); } }
    @media (max-width: 799px) {
      main.work h6 span {
        width: 25.7%; } }
main.work > p {
  padding-bottom: 18px; }
  main.work > p + p {
    margin-top: -12px; }

main.work > .columns {
  padding-top: 22px;
  padding-bottom: 34px; }
  @media (min-width: 799px) {
    main.work > .columns {
      padding-bottom: 0; } }
  main.work > .columns .credits {
    padding: 12px 0; }
    main.work > .columns .credits small {
      font-size: 80%;
      color: inherit;
      font-weight: 475;
      color: rgba(0, 0, 0, 0.52); }
      @media (prefers-contrast: more) {
        main.work > .columns .credits small {
          color: rgba(0, 0, 0, 0.76); } }
      @media (prefers-color-scheme: dark) {
        main.work > .columns .credits small {
          color: rgba(255, 255, 255, 0.56); } }
  @media (prefers-color-scheme: dark) and (prefers-contrast: more) {
    main.work > .columns .credits small {
      color: rgba(255, 255, 255, 0.8); } }
main.work-google-care-studio .video-player video {
  aspect-ratio: 1 / 1;
  object-fit: cover; }
