body {
  color: #222;
  background-color: #e2e5e5;
  font-family: Inter, sans-serif;
  font-size: 2vw;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.96em;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.56em;
  font-weight: 500;
  line-height: 1;
}

h3 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 400;
  line-height: 1;
}

h6 {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-size: 1em;
}

a {
  color: #3030f5;
  text-decoration: none;
}

ul, ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2em;
  line-height: 1.8;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .2em solid #e2e2e2;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding: .1em 0 .1em 1em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.65;
}

figcaption {
  color: #555;
  text-align: center;
  margin-top: .5em;
  font-size: .8em;
  line-height: 1.3;
}

.rich-text-block p {
  margin-bottom: 1em;
  font-size: .7em;
}

.rich-text-block h4 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.2;
}

.rich-text-block h2 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.1;
}

.rich-text-block h1 {
  margin-top: .25em;
  margin-bottom: .5em;
}

.rich-text-block h3, .rich-text-block h5, .rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.2;
}

.rich-text-block li {
  font-size: .7em;
}

.rich-text-block.in-homepage {
  width: 25em;
  font-size: 1em;
  line-height: 1.6;
}

.all-headings {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 2em;
  display: grid;
}

.page-style-guide {
  padding: 5% 12% 8%;
}

.label-class {
  color: #fff;
  background-color: #a95889;
  border-radius: .4em;
  margin-top: 2em;
  padding: .5em .6em;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.label-class.blue {
  background-color: #4b78bd;
}

.all-texts {
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-bottom: 2em;
  display: grid;
}

.all-lists {
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  margin-bottom: 2em;
  display: grid;
}

.utility-page-wrap {
  width: 100%;
  max-width: 320px;
  min-height: 100vh;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.span-heading {
  opacity: .5;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
}

.service-page {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 12% 8%;
}

.sections {
  width: 100%;
}

.nav-link {
  color: #111;
  text-align: left;
  letter-spacing: -.01em;
  border-top-right-radius: .2em;
  border-bottom-right-radius: .2em;
  justify-content: flex-start;
  align-items: baseline;
  margin: .2em 0 .1em;
  padding: .5em 1em .5em .8em;
  font-weight: 700;
  line-height: 1;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
  background-color: #222;
}

.navbar-logo {
  color: #111;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5em;
  margin-bottom: 1em;
  margin-left: 10%;
  display: flex;
}

.logo {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  margin-right: .7em;
}

.logo-text {
  font-size: .9em;
  font-weight: 400;
}

.nav-menu {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  font-size: .75em;
  display: flex;
}

.nav-menu.small {
  font-size: .5em;
}

.nav-number {
  min-width: 1.5em;
  opacity: .5;
  text-align: right;
  margin-left: 2em;
  margin-right: 1em;
  font-size: .8em;
  font-weight: 500;
}

.section {
  min-height: 100vh;
  background-color: #f9fcfc;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 34%;
}

.section.hello {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 38%;
  display: flex;
}

.section.service {
  padding-top: 15vh;
  overflow: hidden;
}

.section.last-project {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 28%;
  display: flex;
}

.section.self-hosting {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5vh;
  display: flex;
}

.section.certifications {
  min-height: 50vh;
}

.section.skils {
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  padding-left: 25%;
  display: flex;
}

.section.projects {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 25%;
  display: flex;
  position: relative;
}

.section.tools {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.section.blog {
  padding-top: 20vh;
}

.section.subscribe {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section.bio {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.section.contact {
  min-height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.section.follow {
  min-height: 50vh;
  flex-flow: wrap;
  align-content: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.section.contact-form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section.clients {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.blog-page, .section.gallery {
  padding-left: 25%;
}

.section.faq {
  padding-left: 30%;
  display: flex;
}

.section.footer {
  flex-direction: column;
  justify-content: center;
  padding-left: 45%;
  display: flex;
}

.section.rich-text {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section-heading {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 300;
  display: none;
}

.navbar {
  z-index: 999;
  width: 25%;
  height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.menu {
  font-size: 1em;
  line-height: 1;
}

.menu.close {
  display: none;
}

.nav-text.buy {
  color: #6464ff;
}

.hello-title-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  overflow: hidden;
}

.hello-title {
  line-height: 1.6;
}

.hello-photo {
  width: 6em;
  height: 7.5em;
  border-radius: .1em;
  margin-top: -1em;
  margin-bottom: 2em;
  margin-left: -3em;
  overflow: hidden;
}

.based-in-label {
  color: #222;
  letter-spacing: -.02em;
  background-image: url('../images/map-pin-2.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: .5em;
  margin-left: .6em;
  padding: .3em .6em .3em 2em;
  display: inline-block;
}

.based-in {
  color: #777;
  letter-spacing: -.01em;
  align-items: center;
  margin-top: 3em;
  font-size: .8em;
  display: flex;
}

.services-item {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  align-items: center;
  margin-left: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.services-item.last {
  width: 100%;
  border-bottom-width: 0;
  padding-left: 4.5em;
}

.services-item-icon {
  width: 2.5em;
  height: 2.5em;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 2em;
}

.services-item-heading {
  width: 12ch;
  margin-right: 5em;
  line-height: 1.3;
}

.services-item-copy {
  max-width: 30ch;
  font-size: .65em;
}

.last-project-image {
  width: 15em;
  height: 20em;
  border-radius: .1em;
  overflow: hidden;
  box-shadow: 0 50px 90px -80px #000;
}

.last-project-copy {
  max-width: 32ch;
  margin-bottom: 18vh;
  font-size: .6em;
  line-height: 1.8;
}

.last-project-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.last-project-title {
  max-width: 12ch;
  margin-top: 3em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  line-height: 1.5;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.last-project-left {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-right: 5em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.last-project-title-wrap {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.last-project-image-mini {
  width: 10em;
  height: 10em;
  border-radius: .1em;
  margin-bottom: 10em;
  margin-left: -2em;
  overflow: hidden;
  box-shadow: 0 50px 90px -80px #000;
}

.text-link {
  color: #3030f5;
  border-bottom: 1px solid rgba(48, 48, 245, .2);
  transition: border-color .4s;
}

.text-link:hover {
  border-bottom-color: rgba(48, 48, 245, .6);
}

.slider {
  width: 24em;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 3em;
}

.slide-nav {
  opacity: .4;
  text-align: right;
  font-size: .5em;
  top: -4em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-arrow {
  width: 2em;
  display: none;
  left: -2em;
}

.slider-arrow.right {
  left: auto;
  right: -2em;
}

.slider-header {
  align-items: center;
  display: flex;
}

.slider-copy {
  margin-top: 2em;
  margin-left: 3.125em;
  font-size: .8em;
  line-height: 1.7;
}

.slider-title {
  margin-bottom: .3em;
  line-height: 1.2;
}

.slider-subtitle {
  color: #777;
  line-height: 1.2;
}

.slider-titles {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slider-author-image {
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  margin-right: 2em;
  overflow: hidden;
}

.clients-item {
  align-items: center;
  padding-right: 4em;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
}

.clients-item:hover {
  background-color: #fff;
  box-shadow: 0 30px 90px -80px rgba(0, 0, 0, .48);
}

.clients-logo {
  width: 10em;
  height: 10em;
  justify-content: center;
  align-items: center;
  margin-right: 3em;
  display: flex;
}

.clients-logo-image {
  height: 3em;
  max-width: 75%;
}

.clients-title {
  letter-spacing: .1em;
  margin-bottom: 1em;
  font-weight: 600;
}

.clients-copy {
  max-width: 35ch;
  color: #777;
  font-size: .65em;
}

.overflow-hidden {
  overflow: hidden;
}

.slider-subtitle-wrap {
  border-top: 1px solid rgba(0, 0, 0, .12);
  padding-top: .4em;
  overflow: hidden;
}

.principle {
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.principle-number {
  width: 9em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 5em;
  display: flex;
}

.principle-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.principle-heading {
  font-weight: 600;
  line-height: 1.2;
}

.principle-copy {
  max-width: 36ch;
  font-size: .7em;
  line-height: 1.8;
}

.principle-subtitle {
  color: #888;
  border-top: 1px solid rgba(0, 0, 0, .12);
  margin-top: .5em;
  margin-left: .1em;
  padding-top: .4em;
}

.projects-link {
  color: #111;
  border-left: 1px solid #ddd;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-bottom: 1em;
  transition: border-color .4s, color .4s;
  display: flex;
  position: relative;
}

.projects-link:hover {
  color: #3030f5;
  border-left-color: #6464ff;
}

.projects-image-wrap {
  width: 15.4em;
  height: 10em;
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top-right-radius: .2em;
  border-bottom-right-radius: .2em;
  margin-bottom: 1em;
  padding: .5em;
  overflow: hidden;
}

.projects-info {
  max-width: 28ch;
  color: #888;
  margin-left: 10%;
  font-size: .65em;
}

.projects-title {
  max-width: 24ch;
  margin-bottom: .3em;
  margin-left: 10%;
  line-height: 1.3;
}

.project-number {
  width: 2em;
  color: #777;
  text-align: right;
  font-size: .7em;
  position: absolute;
  top: .5em;
  left: -3em;
}

.skills-item {
  min-height: 5em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.skills-title {
  margin-bottom: .8em;
  line-height: 1.2;
}

.skills-copy {
  max-width: 30ch;
  color: #777;
  font-size: .7em;
  line-height: 1.65;
}

.skills-icon {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  bottom: -2.5em;
  left: -2.5em;
}

.sticky-heading {
  z-index: 99;
  letter-spacing: -.02em;
  background-color: #f9fcfc;
  padding-top: 3.27em;
  padding-bottom: 1.3em;
  font-size: .9em;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lightbox-link {
  width: 10em;
  height: 13em;
  border-radius: .1em;
  margin: 1em;
  transition: box-shadow .4s;
  overflow: hidden;
}

.lightbox-link:hover {
  box-shadow: 0 20px 30px -30px rgba(0, 0, 0, .6);
}

.gallery-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gallery-column._2nd {
  padding-top: 2em;
}

.gallery-column._3rd {
  padding-top: 1em;
}

.gallery-content {
  padding-bottom: 2em;
}

.bio-left {
  margin-left: -12%;
  margin-right: 5em;
}

.bio-right {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bio-item {
  max-width: 30ch;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  margin-bottom: 6em;
  padding-bottom: 6em;
  font-size: .65em;
  line-height: 1.8;
}

.bio-title-wrap {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bio-right-image {
  width: 15em;
  height: 20em;
  border-radius: .1em;
  overflow: hidden;
  box-shadow: 0 50px 90px -80px #000;
}

.bio-title {
  letter-spacing: -.03em;
  margin-bottom: .4em;
  font-size: 3.6em;
  font-weight: 400;
  line-height: .8;
}

.bio-subtitle {
  color: #777;
  border-top: 2px solid #888;
  padding-top: .3em;
  font-weight: 300;
}

.based-in-text {
  color: #777;
}

.blog-item {
  align-items: stretch;
  margin-bottom: 5em;
  display: flex;
}

.calendar {
  width: 2.7em;
  height: 3.2em;
  box-shadow: none;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  border-radius: .1em;
  overflow: hidden;
}

.calendar-month {
  color: #fdf1f1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #f13939;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: .45em;
  padding-bottom: .3em;
  font-size: .6em;
  font-weight: 300;
  line-height: 1;
}

.calendar-day {
  letter-spacing: -.05em;
  background-color: #fff;
  padding-top: .4em;
  padding-bottom: .5em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.blog-item-title {
  line-height: 1.3;
}

.blog-item-link {
  max-width: 20em;
  min-height: 3.2em;
  color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -.15em;
  margin-bottom: 2em;
  transition: color .4s;
  display: flex;
}

.blog-item-link:hover {
  color: #3030f5;
}

.blog-item-copy {
  max-width: 48ch;
  font-size: .7em;
  line-height: 1.7;
}

.blog-content {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: .5em;
  padding-bottom: 3em;
  padding-left: 2em;
  display: flex;
}

.blog-meta {
  width: 5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-read-time {
  color: #777;
  background-image: url('../images/clock-5.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.15em;
  align-items: center;
  padding-left: 1.8em;
  font-size: .7em;
  display: flex;
}

.read-time-number {
  padding-right: .2em;
}

.empty-state {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  margin-top: 20%;
  padding: 2em;
  font-size: .9em;
}

.read-more-link {
  margin-top: 1em;
  font-size: .7em;
  display: none;
}

.bio-heading {
  text-align: right;
  margin-bottom: 1em;
}

.bio-icon {
  width: 2em;
  height: 2em;
  margin-bottom: 1em;
  margin-left: auto;
}

.subscribe-heading {
  font-weight: 700;
  line-height: 1.2;
}

.subscribe-form {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  border-radius: .2em;
  align-items: center;
  padding: 1.2em 1.5em 1.2em 2em;
  display: flex;
  position: relative;
  box-shadow: 0 20px 60px -40px rgba(0, 0, 0, .4);
}

.input {
  width: 20em;
  height: 3em;
  color: #3030f5;
  background-color: #e6ebeb;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .2em;
  margin: 0 0;
  padding: 0 0 0 1em;
  font-size: .8em;
  transition: border-color .4s, background-color .4s;
}

.input:hover {
  background-color: #dce0e0;
}

.input:focus {
  border-color: rgba(48, 48, 245, .48);
}

.input::-ms-input-placeholder {
  color: #777;
}

.input::placeholder {
  color: #777;
}

.input.subscribe {
  margin-left: 2em;
  margin-right: 1em;
}

.input.textarea {
  width: 30em;
  height: auto;
  min-height: 9em;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .12);
  margin-bottom: 1em;
  padding-top: 1em;
}

.input.textarea:hover {
  border-color: rgba(0, 0, 0, .36);
}

.input.textarea:focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .48);
}

.input.contact {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .12);
  margin-bottom: 1em;
}

.input.contact:hover {
  border-color: rgba(0, 0, 0, .36);
}

.input.contact:focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .48);
}

.input.password {
  margin-bottom: 1em;
}

.button {
  height: 3em;
  background-color: #222;
  border-radius: .2em;
  padding: 0 1.2em;
  font-size: .8em;
  transition: background-color .3s;
}

.button:hover {
  background-color: #6464ff;
}

.subscribe-success {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  border-radius: .2em;
  padding: 1.2em 1.5em 1.2em 2em;
  font-size: .9em;
  box-shadow: 0 20px 60px -40px rgba(0, 0, 0, .4);
}

.subscribe-success.error {
  box-shadow: none;
  color: #fff0f0;
  background-color: #ff4f4f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -.1em;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1.5em;
}

.subscribe-copy {
  max-width: 30ch;
  margin-top: 2em;
  margin-left: 6.3em;
  font-size: .7em;
  line-height: 1.7;
}

.subscribe-block {
  width: 100%;
  max-width: 30em;
  margin: 0 0 0 -2em;
}

.subscribe-heading-wrap {
  margin-bottom: .5em;
  font-size: 2.5em;
  overflow: hidden;
}

.gallery-columns {
  align-items: flex-start;
  display: flex;
}

.tools-item {
  width: 15em;
  border: 1px rgba(0, 0, 0, .12);
  border-style: solid none none solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.tools-item.first {
  border-top-color: rgba(0, 0, 0, 0);
}

.tools-icon {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-top: -1em;
  margin-bottom: 1em;
  margin-left: -3em;
  position: relative;
}

.tools-title {
  margin-bottom: 1em;
}

.tools-copy {
  font-size: .7em;
}

.tools-item-empty {
  width: 15em;
}

.blog-post-content {
  width: 23em;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: .5em;
  display: flex;
}

.blog-post-item {
  align-items: stretch;
  margin-bottom: 5em;
  display: flex;
}

.blog-post-heading {
  margin-bottom: 1em;
  line-height: 1.3;
}

.image {
  margin-bottom: 2em;
}

.contact-link {
  color: #222;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: .85em;
  transition: color .4s;
  display: flex;
  position: relative;
}

.contact-link:hover {
  color: #6464ff;
}

.contact-link.insta {
  margin-left: 10em;
}

.contact-link.mail {
  margin-left: 12em;
}

.contact-link.phone {
  margin-left: 6em;
}

.contact-link.location {
  margin-left: 4em;
}

.contact-link.website {
  margin-left: 2em;
}

.contact-icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
}

.contact-link-text {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom-right-radius: .2em;
  padding-bottom: .3em;
  padding-left: .2em;
  padding-right: .8em;
  transition: border-color .4s;
}

.contact-link-text:hover {
  border-bottom-color: #6464ff;
  border-right-color: #6464ff;
}

.contact-link-line {
  width: 50em;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 100%;
}

.success-message {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  border-radius: .3em;
  padding: 1em 2em;
  font-size: .8em;
  line-height: 1.6;
  box-shadow: 0 20px 60px -40px rgba(0, 0, 0, .8);
}

.contact-form-icon {
  width: 5em;
  margin-right: 2em;
}

.contact-form-header {
  width: 30em;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3em;
  font-size: .8em;
  display: flex;
}

.contact-form-wrap {
  margin-left: 1.5em;
}

.error-message {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  border-radius: .3em;
  margin-top: 1em;
  padding: 1em 2em;
  font-size: .8em;
  line-height: 1.6;
}

.follow-link {
  width: 50%;
  color: #222;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px solid #ddd;
  align-items: center;
  padding-top: .8em;
  padding-bottom: .8em;
  padding-right: 1em;
  font-size: .7em;
  font-weight: 500;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
}

.follow-link:hover {
  color: #6464ff;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom-color: rgba(100, 100, 255, .5);
}

.follow-link.wide {
  width: 100%;
}

.follow-link-icon {
  width: 2em;
  margin-right: 2em;
}

.follow-link-number {
  min-width: 2.5em;
  color: #6464ff;
  text-align: right;
  margin-right: 2em;
  font-size: .7em;
  font-weight: 400;
}

.faq-column {
  width: 50%;
}

.faq-column.pushed {
  padding-top: 5em;
}

.faq-copy {
  font-size: .65em;
  line-height: 1.6;
}

.faq-title {
  margin-bottom: 1em;
  line-height: 1.4;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  flex-direction: column;
  align-items: flex-start;
  margin-left: 3em;
  margin-right: 3em;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.faq-item-number {
  width: 1.5em;
  color: #888;
  text-align: right;
  margin-top: .15em;
  font-size: .8em;
  position: absolute;
  left: -2.5em;
}

.hello-photo-circled {
  width: 6em;
  height: 6em;
  border-radius: 50%;
  margin-top: -1em;
  margin-bottom: 2em;
  margin-left: -1em;
  overflow: hidden;
}

.hello-photo-circled.hide {
  display: none;
}

.license-image {
  width: 5em;
  margin-bottom: 1em;
  margin-right: 1em;
}

.service-heading {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  margin-bottom: 1em;
  padding-bottom: .3em;
}

.field-label {
  margin-bottom: 1em;
}

.text-block {
  -webkit-text-fill-color: transparent;
  background-color: #6464ff;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
  text-decoration: underline;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3 Area-8"
                 "Area-4 Area-6 Area-5 Area-7"
                 "Area-9 Area-10 Area-11 Area-12"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: stretch;
  display: grid;
}

.div-block {
  padding-top: 20px;
}

.div-block-2, .div-block-3 {
  margin-top: 20px;
}

.paragraph {
  max-width: 980px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  font-size: 14px;
  display: flex;
}

.div-block-4 {
  display: block;
}

.div-block-5 {
  padding-top: 20px;
}

.div-block-6 {
  padding-top: 0;
}

.heading, .heading-2, .heading-3, .heading-4 {
  color: #bb0779;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  font-size: 1.3vw;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .rich-text-block p, .rich-text-block li {
    font-size: .8em;
  }

  .navbar-logo {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
    margin-left: 15%;
  }

  .logo {
    width: 3em;
    height: 3em;
    margin-right: 0;
  }

  .logo-text {
    text-align: center;
    margin-top: .5em;
    font-size: 1.2em;
  }

  .nav-menu {
    font-size: .7em;
  }

  .section.skils {
    padding-left: 30%;
  }

  .hello-photo {
    margin-left: 0;
  }

  .based-in-label {
    padding-left: 2.2em;
  }

  .services-item-heading {
    margin-right: 4em;
  }

  .services-item-copy {
    font-size: .75em;
  }

  .last-project-copy {
    max-width: 28ch;
    margin-bottom: 10vh;
    font-size: .8em;
  }

  .last-project-left {
    margin-right: 3em;
  }

  .last-project-image-mini {
    margin-left: -1em;
  }

  .principle-number {
    margin-right: 3em;
  }

  .principle-copy, .projects-info {
    font-size: .8em;
  }

  .projects-title {
    font-size: 1em;
  }

  .skills-item {
    margin-left: 1em;
    margin-right: 1em;
  }

  .skills-title {
    font-size: 1.4em;
  }

  .skills-copy {
    font-size: .8em;
  }

  .sticky-heading {
    padding-top: 5.075em;
    font-size: 1.2em;
  }

  .bio-left {
    margin-right: 4em;
  }

  .bio-item {
    font-size: .8em;
  }

  .blog-item-copy {
    max-width: 40ch;
    font-size: .85em;
  }

  .subscribe-copy {
    margin-left: 5.3em;
    font-size: .8em;
  }

  .contact-link {
    font-size: 1em;
  }

  .follow-link {
    font-size: .8em;
  }

  .faq-copy {
    font-size: .75em;
  }

  .hello-photo-circled {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.5vw;
  }

  h5 {
    font-size: 1em;
  }

  .rich-text-block h4 {
    font-size: 1.1em;
  }

  .sections {
    width: 100%;
    flex: none;
  }

  .nav-link {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0;
  }

  .navbar-logo {
    z-index: 9999;
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    padding-left: 5%;
    padding-right: 2.5%;
    position: relative;
  }

  .logo {
    margin-right: 1em;
  }

  .logo-text {
    text-align: left;
    margin-top: 0;
    font-size: 1.3em;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    background-color: #edf0f0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    padding-top: 10vh;
    font-size: 1.3em;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-menu.small {
    font-size: 1em;
  }

  .section {
    padding: 12vh 10% 5vh;
  }

  .section.hello {
    align-items: center;
    padding-left: 10%;
  }

  .section.service {
    padding-top: 12vh;
  }

  .section.last-project {
    padding-left: 10%;
  }

  .section.skils {
    justify-content: space-around;
    padding-left: 10%;
  }

  .section.projects {
    padding-left: 10%;
  }

  .section.tools {
    align-content: center;
    padding-top: 12vh;
    padding-bottom: 5vh;
  }

  .section.blog {
    padding-top: 10vh;
  }

  .section.follow, .section.clients {
    padding-top: 12vh;
    padding-bottom: 5vh;
  }

  .section.blog-page {
    padding-top: 15vh;
    padding-left: 10%;
  }

  .section.gallery, .section.faq, .section.footer {
    padding-left: 10%;
  }

  .section.rich-text {
    padding-top: 12vh;
    padding-bottom: 5vh;
  }

  .section-heading {
    font-size: 1em;
  }

  .navbar {
    width: 100%;
    height: 10vh;
    background-color: #f9fcfc;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
  }

  .navbar-button {
    z-index: 9999;
    display: flex;
  }

  .menu {
    color: #727272;
    cursor: pointer;
    padding: 1em;
    font-size: 1.3em;
  }

  .menu.close {
    display: none;
  }

  .based-in-label {
    background-size: 1em;
  }

  .services-item-heading {
    font-size: 1.2em;
  }

  .last-project-copy {
    font-size: 1em;
  }

  .slider {
    width: 100%;
    margin-left: 0;
  }

  .slider-copy {
    font-size: 1em;
  }

  .clients-item {
    padding-right: 0;
  }

  .clients-item:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .clients-title {
    font-size: 1em;
  }

  .clients-copy {
    font-size: .9em;
  }

  .principle-heading {
    font-weight: 500;
  }

  .principle-copy {
    font-size: .9em;
  }

  .projects-link {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .projects-info {
    font-size: .8em;
  }

  .projects-title {
    font-size: 1.2em;
  }

  .project-number {
    font-size: 1em;
    display: none;
  }

  .skills-title {
    font-size: 1.5em;
  }

  .skills-copy {
    max-width: 24ch;
    font-size: .9em;
  }

  .sticky-heading {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: static;
  }

  .lightbox-link {
    width: 9em;
    height: 12em;
  }

  .gallery-column._2nd, .gallery-column._3rd {
    padding-top: 0;
  }

  .bio-left {
    margin-left: 0%;
    margin-right: 3em;
  }

  .blog-item {
    margin-bottom: 3em;
  }

  .read-more-link {
    border-bottom: 1px solid rgba(100, 100, 255, .12);
    margin-left: auto;
    font-size: 1em;
    display: block;
  }

  .subscribe-block {
    margin-left: 0;
  }

  .tools-item.first {
    border-top-color: rgba(0, 0, 0, .12);
  }

  .tools-item-empty {
    display: none;
  }

  .blog-post-item {
    margin-bottom: 3em;
  }

  .faq-column.pushed {
    padding-top: 0;
  }

  .faq-copy {
    font-size: .85em;
  }

  .faq-title {
    font-size: 1.1em;
  }

  .faq-item {
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
  }

  label {
    font-size: 1.2em;
  }

  .rich-text-block p, .rich-text-block li {
    font-size: 1em;
  }

  .rich-text-block.in-homepage {
    width: 100%;
  }

  .page-style-guide {
    padding-left: 6%;
    padding-right: 2%;
  }

  .utility-page-wrap {
    padding-left: 10%;
    padding-right: 10%;
  }

  .span-heading {
    font-size: 16px;
    display: none;
  }

  .service-page {
    padding-top: 15%;
  }

  .nav-link {
    letter-spacing: -.02em;
    font-weight: 600;
  }

  .nav-menu {
    font-size: 1.1em;
  }

  .nav-number {
    margin-left: 1em;
  }

  .section {
    min-height: 80vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .section:focus {
    outline-offset: 0px;
    outline: 0 rgba(0, 0, 0, 0);
  }

  .section:focus-visible {
    outline-offset: 0px;
    outline: 0 rgba(0, 0, 0, 0);
  }

  .section[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 0 rgba(0, 0, 0, 0);
  }

  .section.hello {
    min-height: 80vh;
    align-items: flex-start;
    padding-left: 10%;
  }

  .section.last-project {
    flex-direction: column;
    padding-top: 12vh;
  }

  .section.certifications {
    min-height: 50vh;
  }

  .section.skils, .section.projects {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section.tools {
    flex-direction: column;
    align-items: flex-start;
  }

  .section.subscribe {
    min-height: 30vh;
  }

  .section.bio {
    flex-direction: column;
    padding-top: 12vh;
    padding-bottom: 0;
  }

  .section.contact {
    min-height: 40vh;
  }

  .section.follow {
    min-height: 50vh;
    flex-direction: column;
    align-items: flex-start;
  }

  .section.faq {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-heading {
    margin-bottom: 3em;
    display: block;
  }

  .services-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-item.last {
    padding-left: 0;
  }

  .services-item-icon {
    width: 4em;
    height: 4em;
    margin-bottom: 2em;
  }

  .services-item-heading {
    margin-bottom: 1em;
    font-size: 1.4em;
  }

  .services-item-copy {
    font-size: 1em;
  }

  .last-project-image {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .last-project-copy {
    margin-bottom: 5vh;
  }

  .last-project-right {
    width: 100%;
  }

  .last-project-title {
    margin-top: 0;
    margin-left: auto;
    margin-right: 1em;
  }

  .last-project-left {
    height: auto;
    margin-right: 0;
    position: static;
  }

  .last-project-title-wrap {
    width: 100%;
    min-height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.5em;
  }

  .last-project-image-mini {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .slide-nav {
    padding-left: 2em;
    font-size: .7em;
    top: -4.9em;
  }

  .slider-copy {
    margin-left: 1em;
    margin-right: 1em;
  }

  .clients-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em;
    padding: .5em 1em 2em 2em;
  }

  .clients-logo {
    width: 6em;
    height: 6em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: 0;
  }

  .principle {
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .principle-number {
    align-items: flex-start;
    margin-bottom: 2em;
  }

  .principle-heading {
    font-size: 1.8em;
  }

  .principle-copy {
    font-size: 1em;
    line-height: 1.7;
  }

  .principle-subtitle {
    font-size: 1.2em;
  }

  .projects-link {
    margin-left: 1em;
  }

  .projects-image-wrap {
    width: 17.28em;
    height: 10.8em;
    margin-bottom: 1.5em;
  }

  .projects-info {
    font-size: 1em;
  }

  .projects-title {
    border-top-width: 0;
    font-size: 1.4em;
  }

  .project-number {
    display: block;
  }

  .skills-item {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .12);
    margin: 2em 0 0;
    padding-top: 2em;
  }

  .skills-title {
    margin-bottom: .6em;
    font-size: 1.8em;
  }

  .skills-copy {
    max-width: 27ch;
    font-size: 1em;
    line-height: 1.7;
  }

  .skills-icon {
    bottom: 0;
    left: auto;
    right: -1em;
  }

  .sticky-heading {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    margin-top: 2em;
    margin-bottom: 1.5em;
    padding-top: 0;
    padding-bottom: .5em;
    line-height: 1.3;
    top: 10vh;
  }

  .lightbox-link {
    width: 8em;
    height: 8em;
    margin: 0 2em 2em 0;
  }

  .gallery-column {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .gallery-column._2nd, .gallery-column._3rd {
    padding-top: 0;
  }

  .bio-left {
    margin-right: 0;
  }

  .bio-right {
    min-height: auto;
    order: -1;
    margin-bottom: 1.5em;
    position: static;
  }

  .bio-item {
    margin-bottom: 4em;
    padding-bottom: 4em;
    font-size: 1em;
  }

  .bio-title-wrap {
    min-height: auto;
    align-items: flex-start;
    margin-bottom: 4em;
  }

  .bio-title {
    font-size: 2.4em;
  }

  .blog-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2em;
  }

  .calendar {
    width: 3.2em;
    height: auto;
  }

  .calendar-month {
    font-size: .8em;
  }

  .calendar-day {
    font-size: 1.3em;
  }

  .blog-item-link {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 1em;
  }

  .blog-item-copy {
    font-size: 1em;
  }

  .blog-content {
    border-left-width: 0;
    padding-bottom: 2em;
    padding-left: 0;
  }

  .blog-meta {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 2em;
  }

  .blog-read-time {
    font-size: .9em;
  }

  .read-more-link {
    font-size: 1em;
  }

  .bio-heading {
    text-align: left;
    margin-left: 0;
  }

  .bio-icon {
    margin-bottom: 2em;
    margin-left: auto;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: flex-start;
    padding: 2em 1.5em 1.5em;
  }

  .input {
    width: 100%;
    font-size: 1.2em;
  }

  .input.subscribe {
    margin: 1em 0;
  }

  .input.textarea {
    width: 100%;
    margin-bottom: 1em;
  }

  .input.contact {
    margin-bottom: 1em;
  }

  .button {
    width: 100%;
    font-size: 1.2em;
  }

  .subscribe-success {
    margin-left: 0;
    font-size: 1.2em;
  }

  .subscribe-success.error {
    margin-left: 1.4em;
    margin-right: 1.4em;
  }

  .subscribe-copy {
    margin-left: 1.5em;
    font-size: 1em;
  }

  .subscribe-block {
    width: 100%;
  }

  .subscribe-heading-wrap {
    margin-bottom: 1em;
    font-size: 1.6em;
  }

  .gallery-columns {
    flex-direction: column;
  }

  .tools-item {
    width: 18em;
    padding-bottom: 3em;
    padding-right: 0;
  }

  .tools-item.first {
    border-top-color: rgba(0, 0, 0, 0);
  }

  .tools-icon {
    margin-bottom: 2em;
  }

  .tools-title {
    font-size: 1.3em;
  }

  .tools-copy {
    font-size: 1em;
  }

  .blog-post-content {
    width: 20em;
    border-left-width: 0;
    padding-bottom: 2em;
  }

  .blog-post-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2em;
  }

  .contact-link, .contact-link.insta, .contact-link.mail, .contact-link.phone, .contact-link.location, .contact-link.website {
    margin-left: -1em;
  }

  .contact-form-icon {
    width: 4em;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .contact-form-header {
    width: 17em;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1em;
  }

  .contact-form-wrap {
    width: 100%;
    margin-left: 0;
  }

  .follow-link {
    width: 100%;
    font-size: 1em;
  }

  .follow-link-icon {
    margin-right: 1.5em;
  }

  .follow-link-number {
    min-width: 2em;
  }

  .faq-column {
    width: 100%;
  }

  .faq-copy {
    font-size: .95em;
  }

  .faq-title {
    font-size: 1.2em;
  }

  .faq-item {
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .faq-item-number {
    margin-top: .4em;
  }
}

#w-node-_9c6bec2b-d815-f0e6-c555-73b54fa041bf-1b025087, #w-node-_87d16c27-6ee3-302c-a4a6-055eef5369df-1b025087, #w-node-e7fa5fda-8b76-6046-5e1f-dafc5993f541-1b025087, #w-node-_8542ce2d-e8b3-4b86-4119-9dd6a067bad5-1b025087, #w-node-aa008175-5c5a-546c-f6b2-f279018585fb-1b025087, #w-node-_471c716e-768d-97e3-f33e-210bf11acb9b-1b02508c, #w-node-_471c716e-768d-97e3-f33e-210bf11acba1-1b02508c, #w-node-_471c716e-768d-97e3-f33e-210bf11acba7-1b02508c, #w-node-_471c716e-768d-97e3-f33e-210bf11acbad-1b02508c, #w-node-aa008175-5c5a-546c-f6b2-f279018585fb-1b02508c, #w-node-_747a6e4e-b835-1d70-a8e4-1d1b29ce07a8-1b02508d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


