@charset "UTF-8";
#topbar {
  margin-bottom: 0px; }

/*****************
 * About Page *
 *****************/
#meettheteam {
  -moz-osx-font-smoothing: grayscale;
  /* Layout Elements */
  /* Text Elements */
  /* Layout Elements */ }
  #meettheteam h2 {
    margin-top: 0; }
  #meettheteam h3 {
    margin-bottom: 0.5rem;
    line-height: 1.4; }
  #meettheteam p {
    margin-bottom: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }
  #meettheteam form {
    margin-bottom: 0px; }
    #meettheteam form.buy-pack-button-form {
      display: contents; }
    #meettheteam form.buy-button-form {
      display: flex;
      width: 100%;
      max-width: 320px; }
      @media screen and (min-width: 40rem) {
        #meettheteam form.buy-button-form {
          max-width: 220px; } }
      #meettheteam form.buy-button-form.large {
        max-width: 330px; }
        @media screen and (min-width: 40rem) {
          #meettheteam form.buy-button-form.large {
            max-width: 330px; } }
  #meettheteam span.text-element {
    display: block;
    line-height: 1.2; }
  #meettheteam .container {
    max-width: none;
    width: auto;
    margin: 0; }
    #meettheteam .container.container:after {
      display: none; }
  #meettheteam .button {
    box-shadow: none;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    border-radius: 0; }
  #meettheteam .responsive-picture {
    width: 100%;
    overflow: hidden;
    max-width: 200px;
    display: block; }
    #meettheteam .responsive-picture picture {
      max-width: none;
      display: block;
      line-height: 0; }
    #meettheteam .responsive-picture img {
      width: 100%;
      height: 100%; }
  #meettheteam video {
    outline: none; }
  #meettheteam .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  #meettheteam .responsive-video.square {
    padding-bottom: 120%;
    max-width: initial; }
  #meettheteam .responsive-video iframe,
  #meettheteam .responsive-video object,
  #meettheteam .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #meettheteam .bg-full-screen-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -100;
    overflow: hidden; }
  #meettheteam video.full-screen-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-color: transparent;
    object-fit: cover; }
  #meettheteam .bg-content-size-container {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    min-height: 100px;
    width: 100%; }
  #meettheteam video.content-size-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    object-fit: cover; }
  #meettheteam ::selection {
    background-color: #0064fa;
    color: white; }
  #meettheteam .container.sd-two-cols,
  #meettheteam .container.sd-three-cols,
  #meettheteam .container.sd-four-cols {
    display: grid;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    grid-column-gap: 1.5rem; }
  #meettheteam .container.sd-two-cols {
    grid-template-columns: repeat(2, 1fr); }
  #meettheteam .container.sd-three-cols {
    grid-template-columns: repeat(3, 1fr); }
  #meettheteam .container.sd-four-cols {
    grid-template-columns: repeat(4, 1fr); }
  #meettheteam h2.title-section {
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff;
    white-space: normal;
    letter-spacing: -2px;
    font-weight: 500;
    font-size: 100px;
    font-family: 'Inter', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
    line-height: 1;
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    grid-area: phans; }
  #meettheteam h2.title-section.title-tiles {
    color: #000; }
  #meettheteam h2.title-section.outofview {
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px); }
  #meettheteam h3.subtitle-section {
    margin-top: 12px;
    margin-bottom: 18px;
    color: #666;
    font-weight: 300;
    font-size: 32px;
    font-family: 'Inter', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
    line-height: 1.4; }
  #meettheteam h3.member-name {
    margin-top: 0;
    margin-bottom: 0;
    color: #0064fa;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Inter', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
    line-height: 38px; }
  #meettheteam h3.subtitle-big-content.subtitle-section {
    color: #fff; }
  #meettheteam h3.member-name.member-odd-column {
    color: #fff; }
  #meettheteam h3.member-name.member-odd-row {
    color: #fff; }
  #meettheteam h3.code-embed {
    margin-top: 0;
    margin-bottom: 0;
    color: #0064fa;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Inter', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
    line-height: 38px; }
  #meettheteam h4.member-description {
    margin-top: 12px;
    margin-bottom: 0;
    color: #0064fa;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Inter', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
    grid-area: pat; }
  #meettheteam h4.member-description.member-odd-column {
    color: #fff; }
  #meettheteam h4.member-description.member-odd-row {
    color: #fff; }
  #meettheteam body.body-1 {
    padding-top: 0;
    padding-bottom: 0; }
  #meettheteam .container.features-section {
    padding: 120px 24px 96px;
    min-height: 100vh; }
  #meettheteam .container.container-big-content {
    margin: 0 auto;
    max-width: 1280px; }
  #meettheteam .container.container-titles {
    margin-right: auto;
    margin-left: 0;
    max-width: 800px; }
  #meettheteam .container.section-members {
    display: grid;
    -ms-flex-align: center;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    min-height: 1000px;
    max-width: 1280px;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(4, auto);
    grid-template-areas: 'hans alberto' 'mateo suzanne' 'nacho kike' 'mike pat';
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: center;
    grid-area: pat; }
  #meettheteam .container.container-member-wrapper {
    margin-top: 0; }
  #meettheteam .container.container-member-description {
    padding: 20px; }
  #meettheteam .container.container-member-wrapper.hans {
    grid-area: hans; }
  #meettheteam .container.alberto.container-member-wrapper {
    grid-area: alberto; }
  #meettheteam .container.container-member-wrapper.mateo {
    grid-area: mateo; }
  #meettheteam .container.container-member-wrapper.nacho {
    grid-area: nacho; }
  #meettheteam .container.container-member-wrapper.suzanne {
    grid-area: suzanne; }
  #meettheteam .container.container-member-wrapper.kike {
    grid-area: kike; }
  #meettheteam .container.container-member-wrapper.mike {
    grid-area: mike; }
  #meettheteam .container.custom-sd-two-cols {
    padding-right: 0;
    padding-left: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    grid-column-gap: 0;
    grid-area: pat; }
  #meettheteam .container.hero-section {
    display: block;
    padding: 120px 24px;
    min-height: auto;
    background-color: #0064fa;
    background-image: url("/images/about/team-photos/cups_composition.svg");
    background-attachment: scroll;
    background-position: right bottom;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: color-burn; }
  #meettheteam .container.container-text-hidden {
    overflow: hidden; }
  #meettheteam .container.container-member-wrapper.pat {
    grid-area: pat; }
  #meettheteam .container.container-member-description.member-blue-odd-row {
    background-color: #0064fa; }
  #meettheteam .container.container-member-description.member-odd-column {
    background-color: #0064fa; }
  #meettheteam .container.container-member-description.member-odd-row {
    background-color: #0064fa; }
  #meettheteam .container.container-text-below.container-text-hidden {
    margin-top: -24px; }
  #meettheteam .container.custom-sd-two-cols.outofview {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  #meettheteam div.responsive-picture.member-picture {
    max-width: none; }
  @media screen and (max-width: 120rem) {
    #meettheteam {
      /* Text Elements */ }
      #meettheteam h4.member-description {
        font-weight: 300; } }
  @media screen and (max-width: 60rem) {
    #meettheteam {
      /* Text Elements */ }
      #meettheteam h2.title-section {
        font-size: 100px; }
      #meettheteam h3.member-name {
        font-size: 28px;
        line-height: 34px; }
      #meettheteam h3.code-embed {
        font-size: 28px;
        line-height: 34px; } }
  @media screen and (max-width: 48rem) {
    #meettheteam {
      /* Text Elements */
      /* Layout Elements */ }
      #meettheteam h2.title-section {
        font-size: 13.16vw; }
      #meettheteam h3.subtitle-section {
        font-size: 28px; }
      #meettheteam h3.member-name {
        font-size: 32px;
        line-height: 38px; }
      #meettheteam h3.member-name.member-odd-row {
        color: #0064fa; }
      #meettheteam h3.member-even-column.member-name {
        color: #fff; }
      #meettheteam h3.code-embed {
        font-size: 32px;
        line-height: 38px; }
      #meettheteam h4.member-description {
        font-size: 16px; }
      #meettheteam h4.member-description.member-odd-row {
        color: #0064fa; }
      #meettheteam h4.member-description.member-even-column {
        color: #fff; }
      #meettheteam .container.section-members {
        grid-template-areas: 'hans' 'alberto' 'mateo' 'nacho' 'suzanne' 'kike' 'mike' 'pat';
        grid-template-columns: 100%;
        grid-template-rows: repeat(8, auto); }
      #meettheteam .container.container-member-description.member-blue-odd-row {
        background-color: #fff; }
      #meettheteam .container.container-member-description.member-odd-row {
        background-color: #fff; }
      #meettheteam .container.container-member-description.member-even-column {
        background-color: #0064fa; } }
  @media screen and (max-width: 35rem) {
    #meettheteam {
      /* Text Elements */
      /* Layout Elements */ }
      #meettheteam h3.member-name {
        font-size: 32px; }
      #meettheteam h3.member-name.member-odd-column {
        color: #0064fa; }
      #meettheteam h3.member-even-column.member-name {
        color: #0064fa; }
      #meettheteam h3.code-embed {
        font-size: 32px; }
      #meettheteam h4.member-description.member-odd-column {
        color: #0064fa; }
      #meettheteam h4.member-description.member-even-column {
        color: #0064fa; }
      #meettheteam .container.custom-sd-two-cols {
        grid-template-columns: auto;
        grid-template-rows: repeat(2, auto); }
      #meettheteam .container.alberto.container-member-wrapper {
        margin-top: 24px; }
      #meettheteam .container.container-member-wrapper.mateo {
        margin-top: 24px; }
      #meettheteam .container.container-member-wrapper.nacho {
        margin-top: 24px; }
      #meettheteam .container.container-member-wrapper.suzanne {
        margin-top: 24px; }
      #meettheteam .container.container-member-wrapper.kike {
        margin-top: 24px; }
      #meettheteam .container.container-member-wrapper.mike {
        margin-top: 24px; }
      #meettheteam .container.container-member-description {
        padding-left: 0; }
      #meettheteam .container.container-member-wrapper.pat {
        margin-top: 24px; }
      #meettheteam .container.container-member-description.member-odd-column {
        background-color: transparent; }
      #meettheteam .container.container-member-description.member-even-column {
        background-color: transparent; } }
  @media screen and (max-width: 20rem) {
    #meettheteam {
      /* Text Elements */ }
      #meettheteam h2.title-section {
        font-size: 42px; }
      #meettheteam h3.subtitle-section {
        font-size: 22px; } }
