:root {
  --mode-light--background-primary: var(--colors--base--white);
  --fonts--main-font: Montserrat, sans-serif;
  --mode-light--text: var(--colors--slate--800);
  --values--16: 1rem;
  --mode-light--primary: var(--colors--blue--500);
  --values--24: 1.5rem;
  --values--20: 1.25rem;
  --values--32: 2rem;
  --mode-light--background-secondary: var(--colors--slate--100);
  --values--64: 4rem;
  --values--96: 6rem;
  --values--12: .75rem;
  --colors--base--white-0: rgba(255, 255, 255, 0);
  --mode-light--stroke: var(--colors--slate--200);
  --values--48: 3rem;
  --values--4: .25rem;
  --values--40: 2.5rem;
  --values--72: 4.5rem;
  --values--8: .5rem;
  --variables--light--text-white\<deleted\|variable-9fee56fc-3ba3-60b4-4019-79a9d3ec2358\>: white;
  --colors--base--white: white;
  --fonts--icon-font: Feather, sans-serif;
  --values--6: .375rem;
  --values--144: 9rem;
  --colors--blue--500: #059cf4;
  --colors--slate--800: #1d1f21;
  --colors--slate--300: #444648;
  --colors--slate--200: #e0e0e0;
  --colors--blue--200: #e1f4ff;
  --colors--blue--800: #0a69a1;
  --colors--slate--500: #2c2e30;
  --colors--orange--500: #f60;
  --colors--orange--200: #ff983f;
  --colors--slate--100: #f9f9f9;
  --mode-dark--background-primary: var(--colors--slate--800);
  --mode-dark--text: var(--colors--base--white);
  --mode-dark--primary: var(--colors--blue--500);
  --mode-dark--background-secondary: var(--colors--slate--500);
  --mode-dark--stroke: var(--colors--slate--300);
  --colors--base--slate-80: rgba(29, 31, 33, .8);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--mode-light--background-primary);
  font-family: var(--fonts--main-font);
  color: var(--mode-light--text);
  font-size: var(--values--16);
  font-weight: 400;
  line-height: 180%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--mode-light--primary);
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  color: var(--mode-light--primary);
}

ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
  display: grid;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--mode-light--text);
  font-size: var(--values--24);
  text-transform: none;
  flex-wrap: wrap;
  align-items: flex-start;
  font-weight: 500;
  line-height: 180%;
  display: inline-block;
}

.heading-jumbo-small.font-white {
  color: var(--mode-light--background-primary);
}

.heading-jumbo-small.link {
  padding-left: 0;
  padding-right: 0;
  line-height: 180%;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  color: var(--mode-light--text);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: 1;
  color: var(--mode-light--text);
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  grid-column-gap: var(--values--32);
  grid-row-gap: var(--values--32);
  mix-blend-mode: normal;
  flex-direction: column;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.more-projects {
  border-top: 1px solid var(--mode-light--background-secondary);
  padding-top: 72px;
}

.container.padding-top-100 {
  padding-top: 100px;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: var(--mode-light--text);
  font-size: var(--values--64);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 160%;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
  line-height: 180%;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: .6;
  color: var(--mode-light--text);
}

.section {
  padding-top: var(--values--96);
  padding-bottom: var(--values--96);
  width: 100vw;
}

.section.cc-contact {
  margin-right: var(--values--32);
  margin-left: var(--values--32);
  background-color: var(--mode-light--background-secondary);
  border-radius: 20px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section.selected-work {
  z-index: 1;
  background-color: var(--mode-light--background-primary);
  border-radius: 80px;
  max-width: 95%;
  position: relative;
}

.section.intro {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: none;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: var(--mode-light--background-secondary);
  height: 1px;
}

.logo-link {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--mode-light--text);
  font-size: var(--values--12);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 500;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  padding-right: var(--values--20);
  padding-left: var(--values--20);
  opacity: 1;
  color: var(--mode-light--text);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  color: var(--mode-light--text);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  border-bottom: 1px none var(--mode-light--stroke);
  background-color: var(--colors--base--white-0);
  background-image: linear-gradient(to bottom, var(--mode-light--background-primary), var(--colors--base--white-0));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--mode-light--text);
  align-items: center;
  padding: 16px 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  padding-top: var(--values--48);
  padding-bottom: var(--values--48);
  grid-column-gap: var(--values--4);
  grid-row-gap: var(--values--4);
}

.position-name-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}

.work-description {
  padding-top: var(--values--32);
  padding-bottom: var(--values--32);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 180%;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.work-position-wrap.hidden {
  display: none;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.project-name-link {
  color: var(--mode-light--text);
  font-size: var(--values--20);
  font-weight: 500;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  border-color: var(--mode-light--text);
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  display: flex;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: center;
}

.skillset-wrap {
  padding-right: 60px;
}

.featured-item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
  display: block;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template: ". ."
                 ". ."
                 / 1fr 1fr 1fr;
  padding-left: 0;
}

.skill-title {
  margin-right: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.email-section {
  grid-column-gap: var(--values--40);
  grid-row-gap: var(--values--40);
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(250px, .25fr) 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.projects-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.projects-grid.small-tiles {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.project {
  border: 1px solid var(--mode-light--stroke);
  background-color: var(--mode-light--background-secondary);
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading {
  color: var(--mode-light--text);
  font-weight: 700;
}

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

.work-position-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image {
  mix-blend-mode: normal;
}

.image.full-width {
  padding-top: 0;
}

.reverse-colors {
  mix-blend-mode: luminosity;
}

.project-header {
  padding: var(--values--32) var(--values--48) var(--values--40);
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid var(--mode-light--stroke);
  background-color: var(--mode-light--background-secondary);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.project-properties {
  grid-column-gap: var(--values--32);
  grid-row-gap: var(--values--32);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.wrapper {
  align-items: center;
  display: flex;
}

.property {
  grid-column-gap: var(--values--8);
  grid-row-gap: var(--values--8);
}

.project-overview {
  grid-column-gap: var(--values--16);
  grid-row-gap: var(--values--16);
}

.project-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  align-items: center;
}

.link {
  color: var(--mode-light--primary);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 180%;
  text-decoration: none;
}

.link:hover {
  color: var(--mode-light--primary);
  text-decoration: none;
}

.project-problem-statement {
  border: 2px solid var(--mode-light--background-secondary);
  border-radius: 20px;
  padding: 20px 40px 32px;
}

.project-problem-statement.full-width {
  border-color: var(--mode-light--stroke);
}

.project-paragraph {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
}

.project-paragraph._2-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
}

.project-details-image-wrapper {
  padding: var(--values--40);
  grid-column-gap: var(--values--32);
  grid-row-gap: var(--values--32);
  background-color: var(--mode-light--background-secondary);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.full-width {
  width: 100%;
}

.project-number-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: flex-start;
}

.project-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#05a9f4 31%, #ff014d);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.project-number.log {
  background-image: linear-gradient(#b5c5d7 31%, #67a2e7);
}

.project-number.setmore {
  background-image: linear-gradient(#81ffac 6%, #1900b5);
}

.project-number-description {
  font-size: 20px;
  line-height: 140%;
}

.project-numbers {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
}

.project-tool {
  padding: var(--values--4) var(--values--16) 4px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--mode-light--stroke);
  background-color: var(--mode-light--background-primary);
  border-radius: 30px;
  flex-flow: wrap;
  align-items: center;
}

.image-24px {
  width: 24px;
  height: auto;
}

.project-property-row {
  grid-column-gap: var(--values--8);
  grid-row-gap: var(--values--8);
  flex-flow: wrap;
  align-content: flex-start;
  width: auto;
  display: flex;
}

.text-block {
  color: var(--mode-light--text);
  text-transform: none;
  font-size: 20px;
  line-height: 180%;
  text-decoration: none;
}

.text-block-2 {
  color: var(--mode-light--text);
}

.prototype-video-wrapper {
  z-index: 999;
  align-items: center;
  width: 100%;
  position: relative;
}

.white-font {
  color: var(--mode-light--background-primary);
}

.html-embed {
  width: 85%;
  overflow: visible;
}

.body {
  background-color: var(--mode-light--background-primary);
}

.paragraph {
  opacity: .85;
  color: var(--mode-light--text);
}

.paragraph.white-font {
  color: var(--variables--light--text-white\<deleted\|variable-9fee56fc-3ba3-60b4-4019-79a9d3ec2358\>);
}

.project-description-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 300px repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  max-width: 1280px;
  display: grid;
}

.project-navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 100px;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.body-2 {
  color: var(--mode-light--text);
}

.project-description-link {
  border-bottom: 1px solid var(--mode-light--stroke);
  color: var(--mode-light--text);
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.project-description-link:hover, .project-description-link.w--current {
  color: var(--mode-light--primary);
}

.project-description-link.last-child {
  border-bottom-style: none;
  border-bottom-color: var(--mode-light--stroke);
}

.project-image-wrapper {
  object-fit: cover;
  object-position: 0% 0%;
  min-width: 100%;
  height: 350px;
}

.more-project-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-details-image-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f1f3f6;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.project-details-image-wrapper-2._2-rows {
  display: block;
}

.project-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.avatar.rounded-full {
  border-radius: 300px;
}

.skill-icon {
  color: var(--mode-light--primary);
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  font-family: Feather, sans-serif;
  font-size: 40px;
  display: flex;
}

.skil-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.tool-logo {
  max-height: 32px;
}

.tool-wrapper {
  border: 1px solid var(--mode-light--stroke);
  background-color: var(--colors--base--white);
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  max-height: 72px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.tool-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote {
  padding-top: 16px;
  padding-bottom: 16px;
}

.quote-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
}

.quote-person {
  font-weight: 600;
}

.avatar-wrapper {
  align-items: center;
}

.block-quote {
  font-size: 18px;
}

.intro-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: center;
}

.link-jumbo-small {
  color: var(--mode-light--primary);
  font-size: var(--values--24);
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.link-jumbo-small:hover {
  color: var(--mode-light--primary);
}

.link-jumbo-small.link-inline {
  font-size: var(--values--24);
  border-radius: 8px;
  line-height: 180%;
}

.link-inline.link-jumbo-small {
  font-size: 28px;
  display: inline-block;
}

.contact-subtext {
  font-size: var(--values--20);
  text-align: center;
  line-height: 48px;
}

.heading-home-subtitle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--mode-light--text);
  text-transform: none;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  display: flex;
}

.navbar-link-indicator-dot {
  background-color: #f4eae1;
  border-radius: 999em;
  width: .4em;
  height: .4em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.title4.text-regular {
  font-weight: 400;
}

.intro-description {
  padding: 2em 4em 1.7em;
}

.section--example {
  background-color: #f4eae1;
  border-radius: 1em;
  margin-bottom: 1.5em;
  padding-top: 8em;
  padding-bottom: 8em;
}

.page-wrapper-2 {
  flex-direction: row;
  max-width: 1280px;
  display: flex;
}

.navbar-link-block {
  color: #fff;
  background-color: #ff3d03;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 6em;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block.w--current {
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block.is-2 {
  background-color: #5b00cd;
}

.navbar-link-block.is-3 {
  background-color: #000;
}

.navbar-link-block.is-5 {
  background-color: #ff053d;
}

.navbar-link-block.is-4 {
  background-color: #2d33fa;
}

.project-navbar {
  width: 14%;
  min-width: 13em;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.p-xs-start {
  padding-top: 1.6em;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.p-sm-end {
  padding-bottom: 3em;
}

.demo-image {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.navbar-link-number {
  font-size: .8em;
}

.navbar-links-wrapper {
  grid-row-gap: .75em;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.project-wrapper {
  flex: 1;
  padding: 1.5em;
}

.title1 {
  color: #333;
  font-size: 4.8em;
  font-weight: 500;
  line-height: 1.1em;
}

.navbar-link-indicator-wrapper {
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: auto;
  right: 1em;
}

.container-w3 {
  width: 100%;
  max-width: 51em;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 4em;
  padding-right: 4em;
}

.tutorial-link {
  color: #f4eae1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.tutorial-link:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: dashed;
}

.tutorial-link.is-secondary {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-style: dashed;
}

.text-center {
  text-align: center;
}

.navbar-inner {
  border-radius: 0;
  height: 100%;
  padding: 0;
  overflow: auto;
}

.button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.page-wrapper {
  align-items: center;
}

.project-section-wrapper-dark {
  grid-row-gap: 40px;
  background-color: #2e3033;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 46px 64px;
  text-decoration: none;
  display: flex;
}

.div {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.number {
  color: #059cf4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.perdoo-check-ins-main {
  object-fit: cover;
}

.value {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-3 {
  font-family: var(--fonts--icon-font);
  color: var(--mode-light--primary);
  font-size: var(--values--32);
}

.contact-avatar {
  border-radius: 300px;
  max-width: 250px;
}

.flex-block-6 {
  background-color: #fff;
}

.link-animated {
  display: inline-block;
  overflow: hidden;
}

.animated-underline {
  background-color: var(--mode-light--primary);
  height: 2px;
  transform: translate(-100%);
}

.container-2 {
  width: 100%;
  display: inline-block;
}

.flex-block-7 {
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.flex-block-8 {
  grid-column-gap: var(--values--6);
  grid-row-gap: 0rem;
  flex-flow: wrap;
  align-items: baseline;
}

.gradient-bg {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-circle._1 {
  opacity: .3;
  background-color: #4caed3;
  border-radius: 100%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
}

.bg-circle._2 {
  opacity: .3;
  background-color: #487698;
  border-radius: 100%;
  margin-top: -20%;
}

.bg-circle._3 {
  opacity: .3;
  background-color: #e1e5ee;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._4 {
  opacity: .3;
  background-color: #84feae;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle._5 {
  opacity: .3;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._6 {
  opacity: .3;
  background-color: #5fe2ff;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .heading-jumbo-small {
    font-size: var(--values--20);
  }

  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo-tiny {
    text-align: left;
  }

  .container {
    width: 90%;
  }

  .container.padding-top-100 {
    width: 100%;
  }

  .heading-jumbo {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
  }

  .label.cc-about-light {
    text-align: left;
  }

  .section.cc-contact {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link {
    padding-left: var(--values--24);
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: var(--colors--base--white-0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .navigation {
    padding: 0;
  }

  .menu-button {
    padding: var(--values--20);
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .projects-grid {
    flex-direction: column;
    display: flex;
  }

  .project {
    width: 100%;
  }

  .project-header {
    flex-direction: column;
  }

  .project-properties {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .project-link {
    flex-wrap: wrap;
  }

  .project-problem-statement {
    width: 100%;
  }

  .project-paragraph, .project-paragraph._2-columns {
    flex-direction: column;
  }

  .project-details-image-wrapper {
    flex-direction: column;
    margin-top: 40px;
  }

  .project-number-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-numbers {
    flex-direction: row;
    width: 100%;
  }

  .project-property-row {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .paragraph {
    text-align: left;
  }

  .project-description-wrapper {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .project-navigation {
    display: none;
  }

  .more-project-grid {
    flex-direction: column;
    display: flex;
  }

  .project-details-image-wrapper-2 {
    flex-direction: column;
  }

  .heading-4 {
    text-align: left;
  }

  .tool-column {
    padding-bottom: 24px;
  }

  .flex-block-3 {
    display: flex;
  }

  .intro-link {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-inline {
    display: inline;
  }

  .link-inline.link-jumbo-small, .contact-subtext {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-home-subtitle {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 32px;
    display: block;
  }

  .subtext {
    font-size: 14px;
  }

  .navbar-links-wrapper {
    grid-row-gap: .5em;
  }

  .project-wrapper {
    padding: 1em;
  }

  .title1 {
    font-size: 3.2em;
  }

  .padding-global {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navbar-inner {
    padding: 1em;
  }

  .flex-block-5 {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    text-align: left;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
    width: 80%;
  }

  .heading-jumbo {
    text-align: left;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 0;
  }

  .button {
    display: block;
  }

  .paragraph-bigger {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    padding-left: var(--values--24);
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .work-position-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 100%;
  }

  .skills-grid {
    grid-template-columns: 1fr;
  }

  .email-section {
    width: 80%;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading-2 {
    color: var(--mode-light--text);
    text-align: left;
  }

  .work-position-intro {
    align-items: flex-start;
  }

  .project-properties {
    grid-template-columns: 1fr;
  }

  .wrapper {
    padding-bottom: var(--values--72);
  }

  .project-problem-statement {
    text-align: left;
  }

  .project-property-row {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .paragraph {
    text-align: left;
  }

  .project-description-wrapper {
    grid-template-columns: minmax(200px, 1fr);
  }

  .tool-column {
    padding-bottom: 24px;
  }

  .quote {
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-quote {
    text-align: left;
  }

  .link-inline.link-jumbo-small {
    line-height: 32px;
  }

  .project-thumbnail-description {
    font-size: 14px;
  }

  .heading-home-subtitle {
    text-align: left;
  }

  .title4 {
    font-size: 1.5em;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper-2 {
    display: block;
  }

  .navbar-link-block {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .menu-button-2, .menu-button-2.w--open {
    color: #f4eae1;
    background-color: rgba(0, 0, 0, 0);
  }

  .project-navbar {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 6em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .navbar-links-wrapper {
    background-color: #fff;
    height: auto;
    padding: 0 6vw 6vw;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .navbar-inner {
    background-color: #333;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .title2 {
    font-size: 2.7em;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo-small {
    text-align: left;
  }

  .heading-jumbo-small.font-white {
    text-align: left;
    font-size: 24px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 24px;
    line-height: 40px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .work-description {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid {
    width: 100%;
    max-width: none;
  }

  .skill-title {
    text-align: left;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .heading-2 {
    text-align: left;
    font-size: 28px;
  }

  .project-header {
    padding-right: var(--values--32);
    padding-left: var(--values--32);
  }

  .wrapper {
    padding-bottom: var(--values--40);
  }

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

  .project-number-description {
    text-align: left;
  }

  .project-numbers {
    flex-direction: column;
  }

  .project-image-wrapper {
    height: 150px;
  }

  .tool-column {
    padding-bottom: 24px;
  }

  .quote-details {
    flex-direction: column;
  }

  .quote-position {
    text-align: left;
  }

  .block-quote {
    font-size: 16px;
    line-height: 28px;
  }

  .link-jumbo-small.link-inline {
    font-size: 16px;
  }

  .link-inline.link-jumbo-small {
    line-height: 20px;
  }

  .contact-subtext {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-home-subtitle {
    text-align: left;
    line-height: 28px;
  }

  .bg-circle._2 {
    background-color: #4353ff;
  }

  .bg-circle._3 {
    background-color: #3fa1f7;
  }

  .bg-circle._4 {
    background-color: #20c788;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
  }

  .bg-circle._6 {
    background-color: #ff6382;
  }
}

#w-node-_1985d71b-a18c-0f72-23c1-617bfa416a46-a46d52a1, #w-node-df121a97-6947-efe9-2f21-cf871b4fe088-a46d52a1, #w-node-_4438fccc-5cba-bef1-0150-8122de842e20-a46d52a1, #w-node-_1b490faf-4bae-d9eb-4302-18c29b8ad250-a46d52a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-a46d52a1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd1-a46d52a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fc9-a46d52a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-a46d52a1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9b0e1651-a2fb-60f0-4a5c-0504e1df6ba8-a46d52a1 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_20d66dcf-7da7-cbbc-e623-dc1733923549-33923549 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-a46d52a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a2eee78-2ec1-336f-33c4-31445ae485ca-a46d52a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d420ebf-0f86-6b7e-9d2d-a721d133be0a-a46d52a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda6-a46d52a5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda7-a46d52a5 {
  align-self: start;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-a46d52a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-a46d52a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-a46d52a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-a46d52a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e536eb1-4bfb-35d7-8971-dc34b2935168-8a77ff1b, #w-node-_2e536eb1-4bfb-35d7-8971-dc34b2935169-8a77ff1b, #w-node-_3a57cb77-8acc-caba-12c7-e5b0ed6214be-8a77ff1b, #w-node-_3a57cb77-8acc-caba-12c7-e5b0ed6214c0-8a77ff1b, #w-node-_3a57cb77-8acc-caba-12c7-e5b0ed6214c2-8a77ff1b, #w-node-_82784a76-bd5e-3c38-f457-0ccb401a8027-07c18204, #w-node-_82784a76-bd5e-3c38-f457-0ccb401a8028-07c18204, #w-node-_586c4585-f161-5851-7534-a2d26623ec2a-07c18204, #w-node-_586c4585-f161-5851-7534-a2d26623ec2c-07c18204, #w-node-_586c4585-f161-5851-7534-a2d26623ec2e-07c18204, #w-node-a396ece5-2021-70a7-f9c3-47e4011c2d73-dfa2810f, #w-node-a396ece5-2021-70a7-f9c3-47e4011c2d74-dfa2810f, #w-node-_0092abe6-f116-4e0e-503b-4ed52a89382f-dfa2810f, #w-node-_0092abe6-f116-4e0e-503b-4ed52a893831-dfa2810f, #w-node-_0092abe6-f116-4e0e-503b-4ed52a893833-dfa2810f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-f6222568 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_69fea72f-150b-4c64-5991-a940feedc0b4-f6222568, #w-node-f4dc8557-4c8a-cbb0-7923-03b30c4ef1dc-f6222568, #w-node-_7eb065fc-cac7-9b59-045d-5e65d8c6b2b1-f6222568, #w-node-_034fc4c7-53f1-5ff1-c39a-271dbaaebd01-f6222568, #w-node-_9c9b1894-4d4c-d858-11aa-a92033a2fb7e-f6222568, #w-node-_69fea72f-150b-4c64-5991-a940feedc0b4-41c3a66e, #w-node-f4dc8557-4c8a-cbb0-7923-03b30c4ef1dc-41c3a66e, #w-node-_7eb065fc-cac7-9b59-045d-5e65d8c6b2b1-41c3a66e, #w-node-_034fc4c7-53f1-5ff1-c39a-271dbaaebd01-41c3a66e, #w-node-_9c9b1894-4d4c-d858-11aa-a92033a2fb7e-41c3a66e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-a46d52a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-a46d52a1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9b0e1651-a2fb-60f0-4a5c-0504e1df6ba8-a46d52a1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5a2eee78-2ec1-336f-33c4-31445ae485ca-a46d52a5 {
    justify-self: center;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-a46d52a5, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-a46d52a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-f6222568 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Feather';
  src: url('../fonts/feather.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}