body {
  background-color: #161616;
  font-family: 'Graphik web', sans-serif;
  color: hsla(0, 0%, 94.9%, 0.9);
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  margin-bottom: 30px;
  color: hsla(0, 0%, 94.9%, 0.9);
  line-height: 26px;
}

a {
  transition: opacity 400ms cubic-bezier(.215, .61, .355, 1);
  color: hsla(0, 0%, 94.9%, 0.9);
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

strong {
  font-weight: 500;
}

.page-wrapper {
  display: flex;
  align-items: flex-start;
}

.container {
  display: flex;
  width: 100%;
  max-width: 820px;
  margin-right: 80px;
  padding-right: 110px;
  padding-left: 110px;
  flex-direction: column;
  align-items: flex-start;
}

.container.is--card-big {
  padding-right: 80px;
}

.container.is--first {
  padding-right: 90px;
}

.container.is--top {
  margin-bottom: 72px;
}

.container.is--resume {
  padding-right: 105px;
}

.custom-css {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.content {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 250px;
  height: 100vh;
  padding: 36px 24px 110px;
  border-right: 1px solid hsla(0, 0%, 94.9%, 0.06);
  background-color: #1c1c1c;
}

.tag {
  display: inline-block;
  margin-left: auto;
  padding: 4px 4px 4px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.24);
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 8px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.tag.is--button {
  margin-bottom: -1px;
  margin-left: 7px;
}

.tag.is--title {
  position: absolute;
  left: auto;
  top: 6px;
  right: -23px;
  bottom: auto;
}

.tag.is--card-title {
  margin-left: 6px;
}

.button {
  display: flex;
  min-width: 130px;
  margin-right: 12px;
  padding: 7px 22px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.07);
  border-radius: 6px;
  background-color: #1c1c1c;
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  color: hsla(0, 0%, 94.9%, 0.9);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.button:hover {
  background-color: #232323;
}

.button.is--nav {
  margin-right: 0px;
  padding-right: 12px;
  padding-left: 14px;
  justify-content: flex-start;
  border-style: solid;
  border-color: hsla(0, 0%, 94.9%, 0);
  background-color: transparent;
  opacity: 0.6;
  font-weight: 400;
}

.button.is--nav:hover {
  opacity: 1;
}

.button.is--nav.w--current {
  border-style: solid;
  border-color: hsla(0, 0%, 94.9%, 0.06);
  background-color: #232323;
  opacity: 1;
  font-weight: 500;
}

.button.is--secondary {
  background-color: transparent;
}

.button.is--secondary:hover {
  background-color: #232323;
}

.button.is--secondary.is--last {
  margin-right: 0px;
}

.button.is--tertiary {
  background-color: #232323;
}

.button.is--tertiary:hover {
  background-color: #232323;
}

.button.is--nav-trigger {
  margin-right: 0px;
  padding-right: 12px;
  padding-left: 14px;
  justify-content: flex-start;
  border-style: solid;
  border-color: hsla(0, 0%, 94.9%, 0);
  background-color: transparent;
  opacity: 0.6;
  font-weight: 400;
}

.button.is--nav-trigger:hover {
  opacity: 1;
}

.button.is--nav-trigger.w--current {
  border-style: solid;
  border-color: hsla(0, 0%, 94.9%, 0.06);
  background-color: #232323;
  opacity: 1;
  font-weight: 500;
}

.icon-small {
  display: flex;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  margin-bottom: -1px;
  margin-left: 2px;
  justify-content: center;
  align-items: center;
}

.icon-small.is--button {
  margin-right: -4px;
}

.icon-medium {
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  margin-left: -2px;
  justify-content: center;
  align-items: center;
}

.t-s {
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.t-m {
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 400;
}

.t-m.style-muted {
  align-self: flex-start;
}

.t-m.style-muted.is--list {
  width: 120px;
  margin-bottom: 0px;
  align-self: flex-start;
  flex: 0 0 auto;
}

.t-m.style-muted.is--card {
  margin-bottom: 12px;
}

.t-m.style-muted.is--dot {
  margin-right: 6px;
}

.t-xl {
  font-size: 46px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -1px;
}

.style-muted {
  opacity: 0.64;
}

.style-muted.is--last {
  margin-bottom: 0px;
}

.style-muted.is--list {
  margin-bottom: 12px;
}

.style-medium {
  font-weight: 500;
}

.style-muted-extra {
  opacity: 0.3;
}

.title {
  display: inline-block;
  margin-bottom: 50px;
}

.title.is--home {
  position: relative;
  margin-top: 70px;
}

.title.is--detail {
  position: relative;
  margin-top: 50px;
  margin-bottom: 56px;
}

.nav-header {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.nav-header.is--nav-avatar {
  margin-bottom: 0px;
}

.nav-list {
  display: flex;
  flex-direction: column;
}

.nav-subtitle {
  padding-top: 30px;
  padding-bottom: 11px;
  padding-left: 11px;
}

.nav-avatar {
  position: relative;
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.1);
  border-radius: 50%;
  background-image: url('../images/5d617b1ce3123d76b8445deb_tim-profile-about-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t-emo {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 24px;
  height: 21px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.1);
  border-radius: 4px;
  background-color: #232323;
  transform: translate(3px, 10px);
  font-size: 16px;
}

.t-emo.is--resume {
  transform: translate(0px, 0px);
}

.subtitle {
  margin-bottom: 23px;
}

.text {
  margin-bottom: 32px;
}

.text.is--last {
  margin-bottom: 0px;
}

.buttons {
  display: flex;
  margin-top: 4px;
  margin-left: -1px;
  align-items: center;
}

.t-button {
  margin-bottom: 0px;
}

.divider-full {
  width: 100%;
  margin-top: 72px;
  margin-bottom: 64px;
  border-bottom: 1px solid hsla(0, 0%, 94.9%, 0.06);
}

.divider-full.is--last {
  margin-bottom: 27px;
}

.divider-full.is--first {
  margin-top: 0px;
}

.card-big {
  display: flex;
  margin-top: -13px;
  margin-bottom: 26px;
  margin-left: -16px;
  padding: 13px 32px 13px 16px;
  align-items: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0);
  border-radius: 8px;
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  color: hsla(0, 0%, 94.9%, 0.9);
  text-decoration: none;
}

.card-big:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.1);
  background-color: #1c1c1c;
  opacity: 1;
}

.card-big.is--last {
  margin-bottom: 0px;
}

.card-big.is--nolink {
  margin-right: 16px;
}

.card-big.is--ventures:hover {
  background-color: #161616;
}

.card-image {
  overflow: hidden;
  height: 150px;
  max-width: 200px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.1);
  border-radius: 6px;
}

.card-text {
  display: flex;
  margin-right: -4px;
  padding-bottom: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}

.button-card {
  align-items: flex-end;
  flex: 1;
}

.divider-small {
  width: 100%;
  max-width: 600px;
  margin-top: 72px;
  margin-right: 80px;
  margin-bottom: 72px;
  border-bottom: 1px solid hsla(0, 0%, 94.9%, 0.07);
}

.card-small {
  display: flex;
  margin-bottom: 12px;
  padding: 10px 16px;
  align-items: center;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0);
  border-radius: 8px;
  background-color: #1c1c1c;
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  color: hsla(0, 0%, 94.9%, 0.9);
  text-decoration: none;
}

.card-small:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.1);
  background-color: #232323;
  opacity: 1;
}

.card-small.is--last {
  margin-bottom: 60px;
}

.card-small-image {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.1);
  border-radius: 6px;
  background-color: #161616;
}

.footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.list {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
}

.breadcrumb {
  display: flex;
  align-items: center;
  opacity: 0.6;
}

.breadcrumb:hover {
  opacity: 1;
}

.avatar {
  display: flex;
  margin-top: -10px;
  margin-bottom: 50px;
  align-items: center;
}

.t-l {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.resume-avatar {
  position: relative;
  display: flex;
  width: 92px;
  height: 92px;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.1);
  border-radius: 50%;
  background-image: url('../images/5d617b1ce3123d76b8445deb_tim-profile-about-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 28px;
}

.cta-buttons {
  display: flex;
  margin-bottom: 12px;
  padding: 10px 16px 10px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0);
  border-radius: 8px;
  background-color: #1c1c1c;
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  color: hsla(0, 0%, 94.9%, 0.9);
  text-decoration: none;
}

.cta-buttons:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.1);
  opacity: 1;
}

.cta-buttons.is--last {
  margin-bottom: 60px;
}

.cta-buttons.is--secondary {
  border-color: hsla(0, 0%, 94.9%, 0.08);
  background-color: #161616;
}

.card-title {
  display: flex;
  align-items: center;
}

.is--last {
  margin-bottom: 0px;
}

.navbar-responsive {
  display: none;
}

.nav-slider {
  height: 20px;
  background-color: transparent;
}

.none {
  display: none;
}

.navbar-overlay {
  display: none;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    padding-top: 70px;
  }

  .container {
    margin-right: 0px;
    padding-right: 71px;
    padding-left: 71px;
  }

  .container.is--nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .container.is--resume {
    padding-right: 71px;
  }

  .content.is--nav {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .navbar {
    position: fixed;
    left: 0px;
    z-index: 99;
    overflow: scroll;
    flex: 0 0 auto;
    transform: translate(-250px, 0px);
  }

  .button.is--nav {
    min-width: 0px;
  }

  .button.is--nav-trigger {
    width: 36px;
    height: 36px;
    min-width: 0px;
    padding: 0px 0px 0px 4px;
    justify-content: center;
    flex: 0 0 auto;
    border-style: solid;
    border-color: hsla(0, 0%, 94.9%, 0.09);
    background-color: #1c1c1c;
    opacity: 1;
  }

  .t-xl {
    font-size: 40px;
    line-height: 48px;
  }

  .navbar-responsive {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 97;
    display: block;
    background-color: #161616;
  }

  .navbar-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 98;
    display: none;
    background-color: rgba(22, 22, 22, 0.8);
  }

  .navbar-overlay.pointer-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.is-cases {
    padding-right: 16px;
  }

  .container.is--resume {
    padding-right: 30px;
  }

  .navbar {
    padding-top: 30px;
    transform: translate(-250px, 0px);
  }

  .t-xl {
    font-size: 36px;
    line-height: 44px;
  }

  .nav-header {
    margin-bottom: 30px;
  }

  .card-big {
    padding-right: 0px;
  }

  .card-big:hover {
    border-color: hsla(0, 0%, 94.9%, 0);
    background-color: #161616;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 12px;
    line-height: 20px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.is-cases {
    padding-right: 20px;
  }

  .container.is--card-big {
    padding-right: 20px;
  }

  .container.is--disclaimer {
    padding-bottom: 14px;
  }

  .container.is--first {
    padding-right: 20px;
  }

  .container.is--resume {
    padding-right: 20px;
  }

  .content {
    padding-top: 30px;
  }

  .content.is--nav {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .navbar {
    padding-top: 26px;
    padding-right: 18px;
    padding-left: 18px;
    transform: translate(-250px, 0px);
  }

  .button {
    min-width: 120px;
    font-size: 12px;
  }

  .button.is--nav {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button.is--secondary.is--last {
    min-width: 90px;
  }

  .button.is--tertiary {
    min-width: 90px;
  }

  .t-m {
    font-size: 12px;
    line-height: 20px;
  }

  .t-m.style-muted.is--list {
    width: 100px;
  }

  .t-xl {
    font-size: 25.4px;
    line-height: 32px;
    letter-spacing: -0.2px;
  }

  .title.is--detail {
    margin-bottom: 60px;
  }

  .nav-header.is--nav-avatar {
    margin-right: 10px;
  }

  .t-emo {
    font-size: 12px;
  }

  .t-emo.is--resume {
    bottom: -2px;
  }

  .subtitle {
    margin-bottom: 17px;
  }

  .text {
    margin-bottom: 10px;
  }

  .text.is--last.is--cta {
    margin-bottom: 20px;
  }

  .buttons {
    margin-top: 20px;
  }

  .divider-full {
    margin-top: 62px;
    margin-bottom: 60px;
  }

  .card-big {
    margin-left: 0px;
    padding-left: 0px;
    flex-direction: column;
  }

  .card-big.is--last {
    padding-bottom: 0px;
  }

  .card-big.is--nolink.is--ventures {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-big.is--ventures {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-image {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 66%;
  }

  .button-card.style-muted {
    margin-top: 20px;
  }

  .divider-small {
    margin: 62px 16px;
  }

  .card-small {
    margin-bottom: 16px;
    padding: 8px 14px 8px 10px;
    align-items: flex-start;
  }

  .card-small.is--last {
    margin-bottom: 40px;
  }

  .card-small-image {
    margin-right: 16px;
    flex: 0 0 auto;
  }

  .avatar {
    padding-right: 10px;
  }

  .t-l {
    font-size: 20px;
    line-height: 26px;
  }

  .resume-avatar {
    width: 70px;
    height: 70px;
    flex: 0 0 auto;
  }

  .cta {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .cta-buttons {
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-image-ix {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .nav-slider {
    max-width: 156px;
    margin-top: -3px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 22px;
  }
}

@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/Graphik-Regular-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Medium-Web.woff2') format('woff2'), url('../fonts/Graphik-Medium-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}